@CHARSET 'UTF-8';

.key_tag
{
    text-decoration: underline;
}

/*导航栏样式*/
.nav
{
    position: relative;
    float: right;
    margin-top: 22px;
    margin-right: 20px;
    padding: 0;
}
.nav li
{
    display: block;
    float: left;

    padding: 0 19px;
}
.nav li a
{
    line-height: 40px;

    position: relative;
    font-size: 14px;
    display: block;
    overflow: hidden;

    box-sizing: border-box;
    height: 46px;
    padding: 0;

    cursor: pointer;
    transition: border-color .3s,color .3s;
    text-decoration: none;

    color: #323232;
    border-bottom: 2px solid transparent;
}
.nav li a:hover
{
    color: #d21a1a;
    border-bottom: 2px solid #d21a1a;
}

.nav .sec
{
    position: absolute;
    z-index: 9999;
    top: 32px;
    left: 0;

    overflow: hidden;

    height: 0;

    color: #fff;
    background: #01557a;
}
.nav .sec a
{
    line-height: 38px;

    width: 98px;
    height: 38px;

    color: #fff;
    background: #01557a;
}
.nav .sec a:hover
{
    text-decoration: none;

    background: #042d3f;
}


/*首页banner*/
.topbanner
{
    position: relative;
}
.banner
{
    width: 100%;
    height: 100%;
}
.banner ul.bb
{
    position: relative;
    z-index: 5;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.banner ul.bb li
{
    position: absolute;

    display: none;

    width: 100%;
    height: 100%;
}
.banner ul.bb li a
{
    display: block;

    width: 100%;
    height: 100%;
}
.banner ul.bb li a img
{
    width: 100%;
    height: 100%;
}
.banner .preNext
{
    position: absolute;
    z-index: 9999;
    top: 42%;

    display: block;
    overflow: hidden;

    width: 50px;
    height: 75px;

    cursor: pointer;

    opacity: .3;

    filter: alpha(opacity=10);
}
.banner .preNext:hover
{
    opacity: .7;
}
.banner .pre
{
    left: 0;

    background: url(../images/l.png) no-repeat center #000;
}
.banner .next
{
    right: 0;

    background: url(../images/r.png) no-repeat center #000;
}




.banner1
{
	width: 100%;
    height: 100%;
    position: absolute;
}
.banner1 ul.bb1
{
    position: relative;
    z-index: 5;

    margin: 0;
    padding: 0;
}
.banner1 ul.bb1 li
{
    position: absolute;

    display: none;
}
.banner1 ul.bb1 li img{
	width: 100%;
	height: auto;
}
.banner1 .preNext1
{
    position: absolute;
    z-index: 999;
    bottom: 84px;

    width: 19px;
    height: 38px;
    bottom: 320px;
    cursor: pointer;
}
.banner1 .pre1
{
	left: -406px;
    width: 132px;
    height: 35px;
    background: url(../images/le.png) no-repeat;
}
.banner1 .pre1:hover{
	background: url(../images/le1.png) no-repeat;
}
.banner1 .next1
{
    left: -270px;

    width: 132px;
    height: 35px;
    padding-bottom: 0px;
    background: url(../images/re.png) no-repeat;
}
.banner1 .next1:hover{
	background: url(../images/re1.png) no-repeat;
}
.banner1 .num1
{
	position: relative;
    z-index: 100;
}
.banner1 .num1 li
{
    width: 124px;
    height: 142px;
    float:left;
    background: url(../images/menu.png) no-repeat center 35%;
    text-align: center;
}
.banner1 .num1 li.num1_hover
{
    background: url(../images/menu1.png) no-repeat center 35% #d21a1a;
}
.banner1 .num1 li.num1_hover a
{
    color: #fff;
}
.banner1 .num1 li a
{
    display: inline;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #666;
    padding-top: 63%;
    display: block;
}
.banner1-left{
    width: 534px;
    height: 246px;
    background: #fff;
    position: absolute;
    left: -405px;
    bottom: 40px;
}
.banner1-left h3{
	font-size: 30px;
	color:#1b1f2b;
	line-height: 80px;
	padding-top: 20px;
	padding-left: 50px;
}
.banner1-left p{
	padding-left: 50px;
	padding-right: 40px;
	font-size: 14px;
	color:#666;
}
.banner1-left a{
	display: block;
	float:right;
	font-size: 12px;
	color:#666;
    margin-right: 55px;
    margin-top: 15px;
}
.num1 .m1{
	margin-left: 7%;
}





/*幻灯片样式2*/
#focus
{
    position: relative;

    overflow: hidden;

    width: 255px;
    height: 188px;
}
#focus ul
{
    position: absolute;

    height: 188px;
}
#focus ul li
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 255px;
    height: 188px;

    background: #000;
}
#focus ul li a img
{
    width: 255px;
    height: 188px;
}
#focus ul li div
{
    position: absolute;

    overflow: hidden;
}
#focus .btnBg
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 255px;
    height: 20px;

    background: #000;
}
#focus .btn
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 255px;
    height: 10px;
    padding: 5px 10px;

    text-align: right;
}
#focus .btn span
{
    display: inline-block;

    width: 25px;
    height: 10px;
    margin-left: 5px;

    cursor: pointer;

    background: #fff;

    _display: inline;
    _zoom: 1;
    _font-size: 0;
}
#focus .btn span.on
{
    background: #fff;
}



/*产品分类*/
.cate
{
    padding: 10px;

    border: 1px solid #e0e1dc;
    background-color: #f7f7f7;
}
.cate li
{
    line-height: 28px;
    line-height: 28px;

    border-bottom: 1px dashed #d7d7d7;
}
.cate li a
{
    line-height: 28px;

    display: block;

    height: 28px;
    padding-left: 60px;

    background: url(../images/ico1.gif) 34px center no-repeat;
}
.cate li a:hover
{
    text-decoration: none;

    background-color: #ececec;
}

/*详细介绍分页样式*/
.total
{
    padding-bottom: 10px;

    border-bottom: 1px dashed #e0e1dc;
}
.paging_num
{
    overflow: hidden;

    padding: 10px 0;

    text-align: right;
}
.paging_num a
{
    line-height: 20px;

    display: inline-block;

    width: 25px;
    height: 20px;
    margin-left: 15px;

    text-align: center;

    color: #666;
    border: 1px dashed #e0e1dc;
}
.paging_num a:hover
{
    text-decoration: none;

    color: #005a98;
    border: 1px dashed #005a98;
}
.paging_num .paging_hover
{
    text-decoration: none;

    color: #005a98;
    border: 1px dashed #005a98;
}

/*新闻列表*/

.news_list li
{
    line-height: 27px;

    position: relative;

    padding-left: 10px;
}
.news_list li a
{
    line-height: 27px;

    color: #666;
}
.news_list li a:hover
{
    text-decoration: none;

    color: #e87518;
}
.news_list li span
{
    line-height: 27px;

    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;

    color: #999;
}
.news_list li h3
{
    font-size: 14px;
}
.news_list li div
{
    line-height: 24px;
}

/*热门关键词*/
.words
{
    overflow: hidden;

    margin-right: -1.3%;
    padding-top: 5px;
}
.words li
{
    float: left;
    margin-left: 2%;
    width: 46%;
    margin-bottom: 10px;
    padding-left: 0;

    text-align: center;

    border: 1px dashed #d0d0d0;
    background: #fcfcfc;
}
.new1 li
{
    padding-left: 13px;

    line-height: 35px;
}
.right_word
{
    margin-left: 5%;
}

.case_list{}
.case_list li{float:left;padding-bottom:15px;_display:inline;overflow: hidden;}
.case_list li a.img{border:1px solid #e0e1dc;}
.case_list li a.img img{width:100%;height:auto;}
.case_list li h3{text-align:center;padding-top:5px;}
.case_list li h3 a{font-weight:normal;}
.case_list li a.img{display:block;}
.case_list li a.img:hover{border-color:#e87518;}


/*Tag列表*/
.tag_list_product
{
    margin-top: 10px;
}
.tag_list_product li
{
    float: left;

    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 15px;

    _display: inline;
}
.tag_list_product li a.img
{
    padding: 1px;

    border: 1px solid #e0e1dc;
}
.tag_list_product li a.img img
{
    width: 150px;
    height: 120px;
}
.tag_list_product li h3
{
    padding-top: 5px;

    text-align: center;
}
.tag_list_product li h3 a
{
    font-weight: normal;
}
.tag_list_product li a.img
{
    display: block;
}
.tag_list_product li a.img:hover
{
    border-color: #e87518;
}


.tag_list_news li
{
    line-height: 27px;

    position: relative;

    padding-left: 10px;
}
.tag_list_news li a
{
    line-height: 27px;
}
.tag_list_news li span
{
    line-height: 27px;

    z-index: 0;

    color: #999;
}
.tag_list_news li h3
{
    font-size: 14px;
}
.tag_list_news li div
{
    line-height: 24px;
}

.tag_total
{
    line-height: 36px;

    height: 36px;
    padding-left: 20px;

    text-align: left;

    border: 1px solid #b6c7db;
    background-color: #edf1f5;
}

/*产品里列表*/

/*滚动*/
#demo
{
    overflow: hidden;

    width: 100%;
    margin: 0 auto;
}
#indemo
{
    float: left;

    width: 800%;
}
#demo1
{
    float: left;
}
#demo2
{
    float: left;
}

#m_demo
{
    overflow: hidden;

    width: 100%;
    margin: 0 auto;
}
#m_indemo
{
    float: left;

    width: 800%;
}
#m_demo1
{
    float: left;
}
#m_demo2
{
    float: left;
}



.product_list{}
.product_list li{float:left;padding-bottom:15px;_display:inline;overflow: hidden;}
.product_list li a.img{border:1px solid #e0e1dc;}
.product_list li a.img img{width:100%;height:auto;}
.product_list li h3{text-align:center;padding-top:5px;}
.product_list li h3 a{font-weight:normal;}
.product_list li a.img{display:block;}
.product_list li a.img:hover{border-color:#e87518;}
.roll_product{float:left;}


.sort_a
{
    overflow: hidden;
}
.sort_a .layer1
{
    position: relative;
    z-index: 1;

    height: 133px;
    padding: 15px 0;

    border-bottom: 1px dashed #a7b8d4;
}
.sort_a .layer1 .img
{
    float: left;

    padding: 5px;

    border: 1px solid #ddd;
}
.sort_a .layer1 .img img
{
    width: 150px;
    height: 120px;
}
.sort_a .layer1 .img_right
{
    float: right;

    width: 560px;
}
.sort_a .layer1 .img_right h3
{
    font: bold 14px/36px '微软雅黑';
}
.sort_a .layer1 .img_right span
{
    line-height: 25px;

    display: block;
}
.sort_a .layer1 .pro_more
{
    font: bold 24px/24px '微软雅黑';
    line-height: 28px;

    position: absolute;
    right: 0;
    bottom: 15px;

    width: 110px;
    height: 28px;
    padding-left: 10px;

    color: #fff;
    background: #666;
}
.sort_a .layer1 .pro_more span
{
    float: left;
}
.sort_a .layer1 .pro_more a
{
    font: normal 12px/28px '宋体';

    display: inline-block;
    float: right;

    padding-right: 15px;

    color: #fff;
}
.sort_a .layer1 .pro_more a:hover
{
    text-decoration: none;

    color: #faf104;
}
.sort_a .abb_product
{
    padding-top: 15px;

    border: 1px dashed #a7b8d4;
    border-top: none;
}


.productcates
{
    padding-top: 10px;
}
.catemore
{
    position: relative;

    overflow: hidden;

    margin-top: 6px;

    color: #0080d9;
}
.catemore h2
{
    font: bold 15px/36px '微软雅黑';

    float: left;

    width: 360px;
}
.catemore a
{
    font: normal 14px/36px '微软雅黑';

    float: right;

    padding-right: 28px;

    color: #444;
}
.catemore a:hover
{
    text-decoration: none;

    color: #0080d9;
}

/*地图样式*/
#allmap
{
    width: 95%;
    height: 500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.maplist
{
    position: relative;

    overflow: hidden;

    padding: 18px 0;
}
.maplist ul li
{
    font-family: '微软雅黑';
    line-height: 26px;

    float: left;

    width: 26%;
    height: 110px;
    margin-right: 1.5%;
    margin-bottom: 20px;
    margin-left: 1.5%;
    padding-left: 40px;

    border-right: 1px dashed #ddd;
    background: url(../images/ditulogo.png) no-repeat 18px 6px;

    _display: inline;
}
.maplist ul li h2
{
    font-size: 15px;
}
.maplist ul li span
{
    font-size: 12px;

    color: #666;
}
.province
{
    font: normal 14px/32px '微软雅黑';

    padding: 0 10px;
}
#search_form
{
    margin: 15px 0;
    padding-left: 20px;
}
#search_form select
{
    line-height: 32px;

    width: 180px;
    height: 32px;

    border: 1px solid #d9d9d9;
}
.button_s
{
    line-height: 30px;

    width: 80px;
    margin-left: 15px;

    transition: all .3s ease 0s;
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 3px;
    background: #459afa;
}
.button_s:hover
{
    background: #fb9108;
}

/*下载列表*/

.down_list li
{
    line-height: 27px;

    position: relative;

    height: 27px;
    padding-left: 10px;

    background: url(../images/list_dot1.gif) 0 50% no-repeat;
}


/*招聘列表*/

.job_list li
{
    line-height: 27px;

    position: relative;

    height: 27px;
    padding-left: 10px;

    background: url(../images/list_dot1.gif) 0 50% no-repeat;
}

.job_list li span
{
    position: absolute;
    z-index: 0;
    right: 0;

    color: #999;
}

/*招聘列表*/

.download_list li
{
    line-height: 27px;

    position: relative;

    height: 27px;
    padding-left: 10px;

    background: url(../images/list_dot1.gif) 0 50% no-repeat;
}

.download_list li span
{
    position: absolute;
    z-index: 0;
    right: 0;

    color: #999;
}


/*详细页面公共样式*/
h3.title_bar
{
    float: left;

    width: 420px;
    margin-left: 40px;
}
.share
{
    width: 143px;
    height: 26px;
    padding-bottom: 8px;
    padding-left: 5px;
    text-align: center;
    margin: 0 auto;
}
.info_title
{
    border-bottom: 1px solid #e1e4e6;
}
.case_title
{
    border-bottom: 1px solid #e1e4e6;
}

/*产品详细*/
.product_detail
{
    padding: 5px;
}
.product_detail h1.title
{
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 30px;

    margin-bottom: 15px;
    padding-bottom: 5px;

    text-align: center;

    border-bottom: 1px solid #e0e1dc;
}
.product_detail .img
{
    float: left;

    width: 250px;
    height: 200px;
    padding: 2px;

    border: 1px solid #e0e1dc;
}

.product_detail .small
{
    width: 250px;
    height: 200px;
}
.jqzoom
{
    float: left;

    text-decoration: none;
}

.product_detail .list
{
    display: inline;
    float: left;

    width: 300px;
    margin-left: 30px;
    padding-top: 8px;
}

.list_p li
{
    font-family: 'Microsoft YaHei';
    font-size: 12px;

    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;

    border-bottom: 1px dashed #e0e1dc;
}
.list_p li h2
{
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    font-weight: normal;
}
.product_detail .inquiry
{
    line-height: 32px;

    margin-top: 6px;

    border: none;
}
.product_detail .inquiry a
{
    display: block;

    width: 112px;
    height: 32px;

    text-indent: -99999px;

    background: url('../images/xunjia.gif') center center no-repeat;
}
.product_detail .inquiry a:hover
{
    background-image: url('../images/xunjia_hover.gif');
}
.list_p li h2 a
{
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}
.p_detail span.title
{
    font-size: 12px;
    line-height: 28px;

    display: block;

    height: 28px;
    margin-top: 10px;
    padding-left: 10px;

    text-align: left;

    border-bottom: 1px solid #0055ac;
}
.p_detail p.dd
{
    padding-top: 5px;
    padding-bottom: 5px;
}
h3.tag
{
    font-weight: normal;
    line-height: 32px;

    margin-top: 10px;

    color: #999;
    border-top: 1px dashed #e0e1dc;
}
h3.tag a
{
    color: #005a98;
}
h3.tag a:hover
{
    color: #e87518;
}
.page
{
    font-size: 12px;
    line-height: 26px;

    margin-top: 6px;
    padding-top: 5px;

    border-top: 1px dashed #e0e1dc;
}
.page a
{
    color: #005a98;
}
.page a:hover
{
    color: #e87518;
}
.page span
{
    color: #005a98;
}

/*新闻详细*/

.news_detail h1.title
{
    font-family: 'Microsoft YaHei';
    font-size: 18px;

    margin-bottom: 5px;
    padding-bottom: 10px;

    text-align: center;

    border-bottom: 1px solid #e0e1dc;
}
.news_detail h3.title_bar
{
    font-weight: normal;
    line-height: 26px;
    /* float: left; */
    overflow: hidden;
    height: 26px;
    text-align: center;
    color: #808080;
    margin-left: 0px;
}
.news_detail h3.title_bar span
{
    padding-right: 10px;
}

/*招聘详细*/

.job_detail h1.title
{
    font-family: 'Microsoft YaHei';
    font-size: 18px;

    margin-bottom: 5px;
    padding-bottom: 10px;

    text-align: center;

    border-bottom: 1px solid #e0e1dc;
}
.job_detail h3.title_bar
{
    font-weight: normal;
    line-height: 26px;

    text-align: center;

    color: #808080;
}
.job_detail h3.title_bar span
{
    padding-right: 10px;
}
.job_detail .content h4
{
    line-height: 26px;

    height: 26px;
    padding-left: 15px;

    text-align: left;

    background-color: #f1f1f1;
}
.job_detail .content div.text
{
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 22px;
}

/*下载详细*/
.down_info
{
    margin-top: 15px;
    padding: 10px;
}
.down_info table
{
    width: 100%;
}
.down_info table thead
{
    line-height: 26px;

    background-color: #f2f2f2;
}
.down_info table th
{
    border: 1px solid #b6d5f1;
}
.down_info table td
{
    line-height: 28px;

    height: 28px;
    padding: 3px;
    padding-right: 5px;
    padding-left: 10px;

    text-align: center;

    border: 1px solid #b6d5f1;
}
#download
{
    text-decoration: underline;
}

#down_detail .title
{
    font-size: 14px;
    line-height: 26px;

    height: 26px;
    padding-left: 15px;

    text-align: left;

    background-color: #ececec;
}
#down_detail .text
{
    padding: 10px;
}



/*内页左侧分类通用样式*/
.sort {max-width: 1100px;margin: 0 auto;}
.sort li {display: block;margin: 0;text-align: center;}
.sort li a {display: block;padding: 0 30px;line-height: 40px;font-size: 14px;text-align: left;}




/*内页留言*/
.message
{
    position: relative;
    z-index: 100;

    padding-top: 10px;
    padding-left: 30px;
}
.message input
{
    vertical-align: middle;
}
.message #name
{
    line-height: 26px;

    display: block;

    width: 200px;
    height: 26px;
    padding: 0;
    padding-left: 6px;

    border: 1px solid #dedede;
}
.message #contact
{
    line-height: 26px;

    display: block;

    width: 200px;
    height: 26px;
    padding: 0;
    padding-left: 6px;

    border: 1px solid #dedede;
}
.message #email
{
    line-height: 26px;

    display: block;

    width: 200px;
    height: 26px;
    padding: 0;
    padding-left: 6px;

    border: 1px solid #dedede;
}
.message #address
{
    line-height: 26px;

    display: block;

    width: 200px;
    height: 26px;
    padding: 0;
    padding-left: 6px;

    border: 1px solid #dedede;
}
.message #content
{
    font-size: 12px;

    display: block;

    width: 460px;
    height: 120px;
    margin-top: 6px;
    padding: 6px;

    border: 1px solid #dedede;
}
.message .msgbtn
{
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 30px;

    width: 90px;
    height: 30px;
    margin-top: 15px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #fe693e;
}
#code
{
    line-height: 26px;

    padding-top: 10px;
}
#checkcode
{
    line-height: 32px;

    width: 120px;
    height: 32px;

    border: 1px solid #dedede;
}
#message_main tr
{
    position: relative;
}
#message_main tr th
{
    font-weight: normal;
    line-height: 42px;

    height: 42px;

    text-align: right;

    color: #666;
}
.m_label
{
    line-height: 26px;

    position: absolute;
    z-index: 1;

    width: 160px;
    padding-left: 8px;

    cursor: text;
    text-align: left;

    color: #ccc;
}
.c_label
{
    line-height: 18px;

    padding-top: 12px;
}

/*首页留言表单*/
.index_message
{
    position: relative;
}
.name_input
{
    width: 189px;
    height: 22px;
    margin-top: 5px;

    border: 1px solid #ccc;
    background: #fff;
}
.input_left
{
    line-height: 22px;

    float: left;

    width: 40px;
    height: 22px;

    text-align: center;

    background: url(../images/newadd/title_left.jpg) left top repeat-x;
}
.input_right
{
    position: relative;

    float: right;
}
.input_right input
{
    line-height: 22px;

    height: 22px;
}
.input_right .m_label
{
    line-height: 22px;

    position: absolute;
    z-index: 1;

    width: 100px;
    padding-left: 6px;

    cursor: text;
    text-align: left;

    color: #ccc;
}


#m_div
{
    position: fixed;
    z-index: 99999;
    right: 2px;
    bottom: 0;

    width: 222px;
    padding-bottom: 1px;

    background: none;
}
.d_label
{
    line-height: 18px;

    width: 160px;
    padding-top: 8px;
}
.w_message
{
    height: 238px;
    padding: 7px;
    padding-top: 3px;
    padding-bottom: 27px;

    border: 1px solid #4a9cf9;
    background: #fff;
    background: url(../images/newadd/message_bg.jpg) left top no-repeat;
}
.w_message #name
{
    line-height: 22px;

    width: 142px;
    height: 22px;

    border: none !important;
}
.w_message #contact
{
    line-height: 20px;

    width: 142px;
    height: 20px;

    border: none !important;
}
.w_message #email
{
    line-height: 20px;

    width: 142px;
    height: 20px;

    border: none !important;
}
.w_message #address
{
    line-height: 20px;

    width: 142px;
    height: 20px;

    border: none !important;
}
.w_message #content
{
    overflow-x: hidden;
    overflow-y: auto;

    width: 176px;
    height: 65px;

    resize: none;
}
.w_message #checkcode
{
    line-height: 22px;

    width: 82px;
    height: 22px;

    border: 1px solid #ccc;
    background-color: #fff;
}


#message_main
{
    display: table-cell;
}
.w_message #message_main tr
{
    line-height: 28px;

    display: block;
    overflow: hidden;

    width: 100%;
}
.w_message #message_main tr th
{
    line-height: 28px;

    overflow: hidden;

    width: 37px;
    height: 28px;

    text-align: center;
    vertical-align: middle;
}
.w_message #code
{
    margin-top: 5px;
    padding-top: 0;
}
.w_title
{
    position: relative;

    overflow: hidden;

    width: 222px;
    height: 33px;

    cursor: pointer;

    color: #fff;
    background: none;;
}
.w_message #message_main .m_input
{
    border: 1px solid #ccc;
    background-color: #fff;
}
.w_message .msgbtn
{
    font-family: '宋体',arial;
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 20px;

    width: 93px;
    height: 29px;
    margin-top: 3px;
    margin-left: 54px;

    color: #fff;
    border: none;
    background: url(../images/newadd/submit.png) 50% 50% no-repeat;
}
.w_message .msgbtn_hover
{
    color: #fff;
    border: 1px solid #3c96fc;
    background: #3c96fc;
}



.m_close
{
    position: absolute;
    top: 0;
    top: 8px;
    right: 0;
    right: 12px;

    overflow: hidden;

    width: 19px;
    height: 20px;

    cursor: pointer;
    cursor: pointer;

    background: url(../images/newadd/messbtn.png) left top no-repeat;
}
.m_open
{
    background: url(../images/newadd/messbtn1.png) left top no-repeat;
}
.w_message .m_under
{
    line-height: 41px;

    position: absolute;
    bottom: 1px;
    left: 0;

    width: 227px;
    height: 37px;
}
.w_message .support
{
    font-size: 12px;

    position: absolute;
    right: 8px;
    bottom: 1px;

    width: 100px;

    color: #000;
}
#m_top
{
    font-size: 0;
    line-height: 1px;

    height: 1px;
    margin: 0 2px;

    background: #4a9cf9;
}
#m_mid
{
    font-size: 0;
    line-height: 1px;

    height: 1px;
    margin: 0 1px;

    background: #4a9cf9;
}
#m_bot
{
    font-family: '微软雅黑';
    font-size: 13px;
    line-height: 31px;

    height: 31px;
    padding-left: 9px;

    background: #4a9cf9;
}


/*分页样式1*/
.pageController
{
    line-height: 24px;

    margin: 0 auto;
    margin-top: 16px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;

    color: #505050;
    border-top: 1px solid #e2e3e4;
}
.pageController a
{
    margin-right: 3px;
    margin-left: 3px;
    padding: 5px 8px;

    vertical-align: middle;

    color: #505050;
    border: #efefef 1px solid;
    background-color: #fff;
}
.pageController a:hover
{
    text-decoration: none;

    color: #438ece;
    border: #efefef 1px solid;
    background-color: #efefef;
}
.pageController .currPage
{
    color: #f00;
    border: #efefef 1px solid;
    background-color: #efefef;
}
.pageController .t1
{
    line-height: 22px;

    float: left;

    height: 24px;
    margin-right: 5px;

    white-space: nowrap;
}
.pageController .t2
{
    line-height: 24px;

    float: right;

    vertical-align: middle;
}
.pageController .t2 #current
{
    line-height: 24px;

    padding: 0 5px;
}
.pageController .t1 span
{
    padding-right: 4px;
    padding-left: 4px;
}
.pageController select
{
    line-height: 24px;

    height: 24px;

    text-align: center;
    vertical-align: middle;
}
.pageController select option
{
    vertical-align: middle;
}

/*相关产品和新闻*/
.relate_list
{
    margin-top: 10px;
}
.relate h4
{
    line-height: 30px;

    padding-left: 5px;

    border-bottom: 1px solid #e87518;
}
#relate_p .img img
{
    width: 120px;
    height: 96px;
}
#relate_p li
{
    margin-right: 10px;
    margin-left: 10px;
    width: 44%;
    _display: inline;
}
#relate_n li
{
    float: left;

    width: 48%;
}
.relate ul
{
    float: none;
}

/*博客列表*/

.blog_list li
{
    padding-bottom: 20px;

    border-bottom: 1px solid #ccc;
}
.blog_list li h2
{
    line-height: 42px;

    height: 42px;
    padding-left: 10px;
    padding-left: 20px;

    border-bottom: 1px dashed #ccc;
}
.blog_list li h2 a
{
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;

    color: #4c4c4c;
    color: #204e7d;
}
.blog_list li .summary
{
    line-height: 28px;

    height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;

    text-indent: 20px;

    color: #878787;
}
.blog_list li .under
{
    line-height: 24px;

    height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;

    color: #2970a6;
}
.blog_list li .under a
{
    color: #2970a6;
}

/*网站地图*/
h3.map_title
{
    line-height: 30px;
    line-height: 30px;

    text-indent: 20px;

    color: #3b639f;
    border: 1px solid #d6dbe1;
    border-bottom: 2px solid #458fce;
    background-color: #f5f8fa;
}
.map_list
{
    line-height: 30px;

    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 20px;
}
.map_list a
{
    padding: 4px;

    white-space: nowrap;
}
.map_list a:hover
{
    padding: 4px;

    text-decoration: none;

    color: #fff;
    background-color: #3b639f;
}

/*热推产品*/
.content-getkey
{
    padding: 15px 10px;
}

.getkey_list li
{
    float: left;

    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 15px;

    _display: inline;
}
.getkey_list li a.img
{
    padding: 1px;

    border: 1px solid #e0e1dc;
}
.getkey_list li a.img img
{
    width: 150px;
    height: 120px;
}
.getkey_list li h3
{
    padding-top: 5px;

    text-align: center;
}
.getkey_list li h3 a
{
    font-weight: normal;
}
.getkey_list li a.img
{
    display: block;
}
.getkey_list li a.img:hover
{
    border-color: #e87518;
}

.content-getkey .content
{
    line-height: 24px;

    overflow: hidden;

    padding: 15px 10px 10px;
}
.getkey_detail .content
{
    line-height: 24px;

    overflow: hidden;

    padding: 15px 10px 10px;
}

/*简历提交*/
.job-title
{
    font-size: 16px;
    line-height: 40px;

    margin-bottom: 15px;
    padding-left: 10px;
}
.job-title .job-send
{
    padding: 5px 10px;

    border-radius: 4px;
    background: #f1f1f1;
}
.send-title
{
    font-size: 16px;

    margin-bottom: 15px;
    padding-bottom: 10px;

    color: #060;
    border-bottom: 1px solid #ddd;
}
.message-job
{
    padding-bottom: 10px;
    padding-left: 10px;
}
.message-job li
{
    line-height: 30px;

    margin-bottom: 10px;
}
.message-job li label
{
    font-size: 14px;

    float: left;

    width: 70px;

    text-align: right;
}
.message-job li span
{
    color: red;
}
.message-job li input[type='radio']
{
    margin: 0 10px;
}
.message-job li input.jobinput
{
    line-height: 24px;

    width: 200px;
    height: 24px;
    margin: 0 5px;
    padding: 0 5px;

    border: 1px solid #ccc;
}
.message-job li select
{
    line-height: 24px;

    height: 24px;
    padding: 0 5px;
}
.message-job li #experience
{
    width: 400px;
    height: 80px;
}
.message-job li input#file
{
    margin-top: 18px;
    margin-right: 20px;
}
.message-job input.jobbtn
{
    font-family: 'Microsoft Yahei';
    line-height: 30px;

    width: 80px;
    height: 30px;
    margin: 0 8px 0;

    cursor: pointer;

    color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background: #bbb;
}
.message-job input.jobbtn:hover
{
    background: #aeaaaa;
}
.message-job li.last
{
    font-size: 14px;

    margin-bottom: 8px;
    padding: 5px 0;

    color: #060;
    border-bottom: 1px solid #ddd;
}
.resume-prompt
{
    line-height: 36px;

    color: #999;
}
.message-job span.last
{
    line-height: 36px;

    display: inline-block;

    color: red;
}
