﻿@charset "gbk";
img{
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
}
body,html{margin:0;padding:0;font-family:"微软雅黑";font-size:14px;line-height:1.46;color:#393939;overflow-x:hidden}
input,textarea,button,select,legend,fieldset{font-size:100%;border:0;background:none;vertical-align:middle;outline:none;margin:0;padding:0;}
body,h1,h2,h3,h4,p,ul,ol,dd,dl,form{margin:0;}
#map_canvas   img{max-width:none;}
#dituContent   img{max-width:none;}
.img { border: 0 none; width: auto\9; height: auto; max-width: 100%; vertical-align: top; -ms-interpolation-mode: bicubic;}
ul,ol{padding-left:0;list-style-type:none;}
a{text-decoration:none;outline:none;color:#666;transition:all .2s ease;}
i,b{font-style:normal;}


.opc0{opacity:0;}
.wrap{max-width:1100px;margin-left:auto;margin-right:auto; *width:960px;}
.fix{*zoom:1;*clear:both;}.fix:before,.fix:after{content:"";display:table;clear:both;}
.oh{overflow:hidden;*zoom:1;}
.l{float:left;}.r{float:right;}
.dib{display:inline-block;*display:inline;*zoom:1;}
.pr{position:relative;}.pa{position:absolute;}
.tc{text-align:center;}.tr{text-align:right;}
.el{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.hidetext { font: 0/0 a; letter-spacing: -9px; }
.btn{cursor:pointer;}
.hide{display:none;}
.arr{display: inline-block; width: 0; height: 0; overflow: hidden; }
.mh { height: auto !important; height: 470px; min-height: 470px; padding-bottom:30px;}

/*ico*/
.icos { display: inline-block; overflow: hidden;  vertical-align: middle; background: url(/images/icos.png); }
.ico1_1{background-position: 0 0; width: 11px; height: 11px;}
.ico1_2 {background-position:-12px 0; width: 13px; height: 12px;}
.ico1_3 { background-position: -27px 0; width:8px; height:14px;}
.ico2_1 { background-position: 0 -14px; width:17px; height:17px; }
.ico2_2 { background-position: -55px 0; width:11px; height:9px;margin-left: 5px;vertical-align: 0px;*vertical-align: 5px; }
.ico2_3 { background-position: -68px 0; width:9px; height:13px;margin-left: 5px;vertical-align: 0px; }
.ico3_1 { background-position: -47px -18px; width:19px; height:13px; }
.ico3_2 { background-position: -82px 0; width:16px; height:16px; margin-right: 13px;}
.ico3_3 { background-position: 0 -34px; width:16px; height:11px;margin-right: 15px;margin-top: -3px; }
.ico3_4 { background-position: -18px -36px; width:16px; height:19px; margin-right:15px; }
.ico4_1 { background-position: -36px -36px; width:14px; height:14px; margin-right:15px; }
.ico4_2 { background-position: -51px -36px; width:14px; height:14px; margin-right:15px; }


/* 必要布局样式css */
.newtel {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666
}
.new_telst {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}
.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
}

.new_telst p {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 166px;
	height: 7px;
	border-top: 1px solid #217af0;
	overflow: hidden;
	text-align: center;
}

.new_lst {
	height: 315px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px;
}
.new_lst ul {
	position: absolute;
	left: 0px;
}

/*表格*/
.datalist{ border:1px solid #ccc; /* 表格边框 */ border-collapse:collapse; /* 边框重叠 */ background-color:#fff; /* 表格背景色 */ }
.datalist caption{ padding-bottom:5px; text-align:left;} 
.datalist th{ border:1px solid #ccc; /* 行名称边框 */ background-color:#eee; /* 行名称背景色 */ color:#000;    /* 行名称颜色 */ font-weight:bold;  padding:5px 0 4px 15px;  text-align:left;}
.datalist td{ border:1px solid #ccc; /* 单元格边框 */ text-align:left; padding:5px 0 4px 15px;}
.datalist tr.altrow{ background-color:#c7e5ff; /* 隔行变色 */}


/*
flex栅格
*/
.flex-col { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-flex-direction: column; flex-direction: column; }
.flex-row { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; }
.flex-1 { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.flex-2 { -webkit-box-flex: 2; -webkit-flex: 2; flex: 2; }
.flex-3 { -webkit-box-flex: 3; -webkit-flex: 3; flex: 3; }
.flex-4 { -webkit-box-flex: 4; -webkit-flex: 4; flex: 4; }
.align-stretch { -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; }
.align-center { -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.justify-center { -webkit-box-pack: center; justify-content: center; }
.flex-wrap{-webkit-flex-wrap: wrap; flex-wrap: wrap;}




/*头部*/
.head{ position:relative; z-index:100;}
.top_bar{background:#193D7A; height:27px; line-height:27px;}
.top_menu{ float:right; color:#FFF}
.top_menu li{ float:left; background:url(/images/li1.gif) right center no-repeat;padding: 0 10px;}
.top_menu a{ color:#fff;}
.top_menu a i{ margin-right:7px;}

/*导航*/
.nav_bar .logo{ float:left;}
.nav_bar .nav_menu{ width:730px;padding: 24px 0 0; float:right; position:relative;}
.nav_menu li{ float:left;width: 104px; position:relative;}
.nav_menu li a{ height:37px; line-height:37px; font-size:13px; color:#1c1c1c; display:inline-block; width:100%; text-align:center; padding-bottom:15px;border-top:5px #fff solid;}
.nav_menu li a i{ background-position:-37px 0;width:11px; height:7px; margin-left:5px;}
.nav_menu li ul{ display:none; background:#ffffff; position:absolute; top:57px; left:0; width:190px; padding:10px 0;}
.nav_menu ul li{ float:left;padding:0 20px; width:150px; }
.nav_menu ul li a{ text-align:left; height:32px; line-height:32px;padding-bottom: 0;}
.nav_menu li.cur a{background:#ffffff; border-top:5px #0a3584 solid;}
.nav_menu li.cur a i{ background-position:-49px 0; width:5px; height:9px;}
.nav_menu li.cur ul{ display:block;}
.nav_menu li.cur ul li a{ border:none;background:url(/images/b_01.gif) right center no-repeat;}

#solid{	width:100%;	height:453px;	clear:both;		position:relative;}
#solid .solid0,#solid .solid1,#solid .solid2,#solid .solid3,#solid .solid4{	position:absolute;	left:0px;	top:0px;	width:100%;	height:450px;	display:none;}
#solid .solid0{	background:#78c4db;}
#solid .solid1{	background:#c5c9db;}
#solid .solid2{	background:#e7dfd1;}
#solid .solid3{	background:#e7dfd1;}
#solid .solid4{	background:#e7dfd1;}
#solid ul{margin:0px;padding:0px;list-style:none;}
#solid ul li{position:absolute;left:50%;top:0px;width:1920px;max-width: none;height:453px;margin-left:-960px;display:none;cursor:pointer;}
#solid #btt{width:920px;height:55px;top:385px;left:45%;position:relative;margin-left:-465px;}
#solid #btt span{position:absolute;top:15px;left:45%;display:block;	width:30px;	height:8px;	margin:0 15px;text-align:center;background:#3d3d3d;	z-index:1000;cursor:pointer;filter:alpha(opacity=70); 	-moz-opacity:0.7;opacity:0.7;}


.banner{ height:453px; position:relative; z-index:1;}
.banner .slide_nav{ position:absolute; left:50%; bottom:47px; margin-left:-465px; cursor:pointer;}
.banner .slide_nav a{ display:inline-block; width:7px; height:7px; border:2px #fff solid; margin-right:9px;background: url(about:blank); line-height:99px; overflow:hidden}
.banner .slide_nav .on{ border:2px #0a3584 solid;}
.banner img{ position:absolute; left:50%; margin-left:-960px; bottom:0; width:1920px;max-width: none;}

/*首页产品区*/
.pro_bar{position: relative;z-index: 100;padding-bottom: 47px;}
.pro_menu{ height:46px; line-height:46px;margin-top: -32px; position:relative;}
.pro_menu li{ float:left; width:20%; text-align:center; background:#193d7a; font-size:14px;}
.pro_menu li a{ color:#fff;}
.pro_menu li .secNav{ display:none;position: absolute;width: 100%;left: 0;top: 46px;}
.pro_menu li .secNav p{ text-align:left;line-height:22px;padding: 17px 0 12px;}
.pro_menu li .secNav a{ font-size:13px; color:#1a3c7e;padding: 0 20px; border-right:1px #ccc solid;}
.pro_menu li.cur{ background:url(/images/p_menu.png) 0 0 no-repeat;}
.pro_menu li.cur .secNav{ display:block;}
.pro_menu li.cur .secNav a{ display:inline-block;}
.bg{ background:#fff;}
.prodetail_bar{ margin:950px 0 0;}
.prodetail_bar .row  a *{ cursor:pointer;}
.prodetail_bar .row p{ width:100%; height:700px; line-height:10px; background:#868686; text-align:center; color:#fff; font-size:13px;}
.prodetail_bar .row  a:hover p{ background:#049ddc; color:#fff;}

/*首页新闻、简介*/
.na_bar{ margin-top:0px;}
.na_bar .pd{ padding:13px 5px 30px;}
.news_bar{ padding:0 20px 0 17px;}
.na_bar .channelT{line-height: 20px;padding: 8px 0 10px;}
.na_bar .channelT h2{ float:left; font-size:18px; color:#193d7a;}
.na_bar .channelT h2 a{color:#193d7a;}
.na_bar .channelT h2 span{ font-family:Arial; font-size:13px; color:#a9a9a9; display:inline-block; padding:0 7px; margin-left:8px; background:url(/images/li1.gif) left center no-repeat; font-weight:normal;}
.more{ float:right; font-size:13px; color:#a9a9a9;}
.news_bar ._newTop{ padding-bottom: 10px;}
.news_bar ._newTop .img{ float:left;margin-right: 14px;width: 202px;height: 152px;}
.news_bar ._newTop .img img{ height:152px; width:100%;}
.news_bar ._newTop  ._intro{ padding-right:10px;}
.news_bar ._newTop  ._intro a *{ cursor:pointer;}
.news_bar ._newTop  ._intro h3{ font-size:13px; color:#424242;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 0 5px 0;}
.news_bar ._newTop  ._intro .time{ font-size:12px; color:#979797;margin-right: 10px;}
.news_bar ._newTop ._intro .jiathis span{color:#979797;}
.news_bar ._newTop  ._intro p{ padding:8px 0 15px;}
.news_bar ._newTop  ._intro .check{ font-size:13px; color:#2549d1;}

.NewsList-A2{font-size: 13px; margin-top:15px;}
.NewsList-A2 ._data{float: right;width: 20%;text-align: center; color:#979797; font-size:12px;}
.NewsList-A2 ._title{float: left;width: 80%;text-align: left;cursor: pointer;}
.NewsList-A2 li{border-bottom: 1px dashed #d2d2d2;}
.NewsList-A2 li a{display: block;height: 24px;line-height: 24px;overflow: hidden;background: #fff;vertical-align: top; color:#343434;}

.about_bar{ padding-right:17px;}
.about_bar ._content a*{ cursor:pointer;}
.about_bar ._content img{ height:152px;}
.about_bar ._content ._p{padding: 15px 0 10px; color:#666;}

/*底部通用*/
.foot { background: #b7b7b7; color: #7a7a7a; position:relative;}
.foot a { color: #7a7a7a; }
.foot a:hover { color: #000; }
.foot dl{ float:left; padding:0 0 0 34px;line-height:2; width:23.5%;}
.foot dl dt{ padding-bottom:5px;}
.foot dl dt a{ color:#0a3584; font-size:16px; font-weight:bold;}
.foot dl dd a{ color:#434343; font-size:12px;}
.foot dl.f_contact{ float:left;padding:0 0 0 26px; color:#434343; font-size:13px; width:38%;}
.foot_left{border-right: 1px #d1d1d1 solid;width: 560px;}
.bdsharebuttonbox{ margin-top:10px;}
.bdsharebuttonbox span{ float:left; padding-right:5px;}
.bdsharebuttonbox a{ margin-top:4px!important;}
.f_contact .tel{ font-size:18px; font-weight:bold; color:#1ca26d;}

.foot_bottom{ height:50px; line-height:50px; color:#cbcbcb; background:#193D7A;}
.foot_bottom em{ font-style:normal; padding:0 5px;}
.foot_bottom a{  color:#cbcbcb;padding-right: 10px;}
.foot_key{width: 33px;height: 33px;background: #c31004;position: relative;right: 46px;top: -40px;}
.bi_cur{ background-position:0 -25px;}
.foot_a{ height:200px; overflow:hidden;width: 100%;}
.foot_b{padding: 28px 0 18px 0; position:relative;}
.foot_right span{ display:inline-block; width:195px;}
.foot_right,.foot_right a{ color:#fff;}
.foot_b_left{ padding-left:25px;}
.foot_left_menu{ border-left:1px #999 solid;border-right:1px #999 solid; float:left;width: 38%;}
.foot .erwm_bar{padding: 0 0 0 20px;border-left: 1px #999 solid;width: 18%;height: 205px; }
.foot .erwm_bar .erwm{ position:relative;}
.foot .erwm_bar .erwm span{ position:absolute;left: 96px;width: 84px;bottom: 0;color: #fff;}
.foot_right img{ vertical-align:middle;}
.gotop{ background:#049ddc; width:46px; height:31px; position:absolute;right: 0;top: 1px;}
.gotop i{ background-position:-21px -18px; width:21px; height:11px; margin:10px 0 0 12px;}

/*下层*/
.banner_page{ height:275px; overflow:hidden; position:relative; z-index:1;}
.banner_page img{ position:absolute; left:50%; margin-left:-960px; top:0;width: 1920px;max-width: none;}
.main_bar{ background:#ededed;padding-bottom: 42px;}
.posi{ float:right; color:#636363; font-weight:normal; font-size:12px;}
.posi .home{ font-weight:bold;}
.posi a{color:#636363;}
.posi em{ padding:0 5px;}
.posi ._i{ background:url(/images/li3.gif) no-repeat; display:inline-block; width:1px; height:8px; vertical-align:middle;}
.main_bar .channelT{ background:url(/images/menu_bg.png) no-repeat; width:220px; height:99px; font-weight:normal;position: relative;margin-top: -48px;z-index: 10;}
.main_bar .channelT .h1{ color:#fff; text-align:center; font-size:24px; padding-top:25px;}
.main_bar .channelT .en{ color:#fff; display:block; font-family:Arial; font-size:14px; padding-left:63px;}
.main_right{ margin-right:20px;}

.bread{ border-bottom:1px #f1f1f1 solid; line-height:50px;}
/*产品列表*/
.pro_list_bar{ padding:36px 20px 75px;}
.pro_list_bar .pro_list li{ overflow:hidden;padding-bottom: 42px;}
.pro_list_bar .pro_list .img{ float:left; padding-right:25px;}
.pro_list_bar .pro_list ._intro ._name{ font-size:15px; color:#333;}
.pro_list_bar .pro_list ._intro  dd{ float:left;line-height:21px; border:1px #e1e1e1 solid; background:url(/images/li5.gif) 7px center no-repeat;padding: 0 20px; margin: 10px 2% 0 0;}

.s_menu_bar{ padding:9px 8px 100px;}
.s_menu li{ background:url(/images/menu_bg.gif) no-repeat;padding: 2px 3px 4px 4px;height: 30px;line-height: 30px;text-align: center;margin-top: 2px;}
.s_menu li a{ background:url(/images/menu_li1.gif) 15px center no-repeat; display:block; font-size:13px; color:#494949;}
.s_menu li a:hover,.s_menu li a.cur{ background:#0a3584 url(/images/menu_li2.gif) 15px center no-repeat; color:#fff;}

.main_content{ line-height:2; padding:25px 0 70px;}
/*下拉(组件)*/
.sele{position:relative;height:20px;line-height:20px;width:99px;cursor:pointer;}
.sele_{display:none;position:absolute;width:100%;left:-1px;top:20px;background:#fff;border:1px solid #ddd;}
.sele_ a{display:block;}
.sele_ a:hover{background:#f0f0f0;color:#333;}
.i_search{ height:138px;*height:148px;}
.i_search .sele{float:left;height:26px;line-height:26px;margin:12px 0 0;width:99%;border:1px solid #ddd;}
.i_search .sele .ico3_1{margin-right:.5em;margin-top: .5em;}
.i_search .sele span{margin-left:.5em; font-size:12px;}
.i_search .sele .on .ico3_1 { background-position: -67px -18px;}
.i_search .sele_{top:24px;max-height:200px;overflow:auto;_height:200px;}
.i_search .sele_ a{padding:0 .5em; font-size:12px;}
.i_search .sele_short{width:240px;}
.i_search .btn{background:#09388f;color:#fff;height:24px;line-height:24px;float:right;padding:0 12px;margin:14px 0 0;}
.i_search .btn:hover{background:#dcaa0d;}
.sele_ a {display: block;}

.s_menu_bar .i_search ._title{ font-size:13px; font-weight:bold; margin-top:10px;}
.s_menu_bar .hotline{font-size:13px; font-weight:bold;border-bottom: 1px #e8e8e8 solid;padding: 10px 0;}

.product_bar{padding: 5px 5px 5px 5px;}
.product_list h2{font-size: 20px;color: #284e91;}
.product_list ul{ overflow:hidden;}
.product_list li{ float:left;padding: 28px 0;border-bottom: 1px #d4d4d4 solid;width: 25%; margin-left:-1px;}
.product_list li a{display: block;padding: 0 36px;border-left: 1px #d4d4d4 solid;}
.product_list li span{ display:block; line-height:2;}
.product_list li ._title{color: #294e92;font-size: 13px;}



.prode_bar{ padding: 48px 34px 75px 26px;}
.prode_bar .pro_left{ border:1px #d4d4d4 solid;height: 100%;overflow: hidden;}
.prosummary_bar{ padding:0 24px;}
.prosummary_bar .name{ border-bottom:1px #eaeaea solid; padding-bottom:10px;}
.prosummary_bar .name h1{ font-size:18px; color:#353c91; font-weight:normal;}
.prosummary_bar ._summary{ padding:8px 0;}
.prosummary_bar ._summary span{ display:block; font-size:13px; color:#343434;}
.prosummary_bar .pro_sele{ padding-top:8px;}
.prosummary_bar .pro_sele .s_sell{border: 1px #bbbab7 solid; color:#343434;}
.prosummary_bar .pro_button{ padding-top:26px;}
.prosummary_bar .pro_button a{ display:inline-block; width:153px; height:36px; line-height:36px; text-align:center; color:#fff;}
.prosummary_bar .pro_button ._order{ background:#0a3584; margin-right:11px;}
.prosummary_bar .pro_button ._down{ background:#0aa0dd;}

.prode_bar .tab{ padding-top:30px;}
.tab_ {height: 30px; line-height: 30px; overflow: hidden; border-bottom:1px #e5e5e5 solid; }
.tab_ a { float: left;font-weight: bold; color: #221815;background: #cce6fb;width: 118px;text-align: center; font-size:14px;}
.tab_ .cur { color: #fff; background: #0a3584; }
.tab_val { padding: 10px 0; display: none; line-height:2;  }

.ProDetail-P6{overflow: hidden;*zoom:1;}
.proDetail-P6-img{float: left;width: 100%;}
.proDetail-P6-img ._img{height: 100%;text-align: center;line-height: 100%;border:1px solid #eee;overflow: hidden;}
.proDetail-P6-img ._list {width: 102%;}
.proDetail-P6-img ._list span{float: left;width: 23%;margin:8px 1% 0 0;*margin-right: 1%;cursor: pointer;border: 1px #d4d4d4 solid;}
.proDetail-P6-img ._list img{width: 100%;}

/*新闻列表*/
.NewsList-A5{ padding-bottom:30px;}
.NewsList-A5 li{padding:10px 0;border-bottom: 1px dotted #cdcdcd;overflow: hidden;*zoom:1;}
.NewsList-A5 ._t,.NewsList-A5 ._t a{color:#2f2f2f;font-size:16px;margin-bottom: 8px;}
.NewsList-A5 ._t a:hover{color:#666;}
.NewsList-A5 ._img{float:left;height:8em;max-width: 30%;margin-right:1em;}
.NewsList-A5 ._img img{height: 100%;}
.NewsList-A5 ._p{line-height: 1.6em;max-height: 4.8em;overflow: hidden;color:#666;margin:8px 0;}
.NewsList-A5 ._link{background: #0aa0dd;color:#fff;padding:0 5px;border-radius: 2px;}
.NewsList-A5 ._link:hover{background: #666;}
.NewsList-A5 ._i{color:#999;margin-top:8px;}
.NewsList-A5 ._i span{margin-right:1em;}
.NewsList-A5 ._i i{display: inline-block;width: 20px;height: 20px;vertical-align: middle;}
.NewsList-A5 .ico_data{background: url(data.png) center center no-repeat;}
.page{text-align:center;line-height:20px;margin-top: 20px;}
.page span,.page a{display:inline-block;border:1px solid #ddd;padding:4px 10px;vertical-align:middle;margin-left:-1px;margin-bottom:10px;}
.page .goprev{margin-right:1em;}
.page .gonext,.page .count{margin-left:1em;}
.page span,.page a:hover{background:#0aa0dd;color:#fff;}
.page span.goprev,.page span.gonext{color:#ddd;background:none;}
.page span.count{border:0;background:0;color:#000;}

/*新闻详细页*/
.NewsDetail-B2{ padding-top:20px;}
.NewsDetail-B2 ._head{border-bottom: 1px dotted #dcdcdc;padding-bottom: 10px;}
.NewsDetail-B2 ._head h1{ font-size:18px;}
.NewsDetail-B2 ._header ._title{font-size: 24px;line-height: 32px;padding: 5px 0px;color: #1e1e1e;}
.NewsDetail-B2 ._tools{padding: 10px 5px 0;color: #666;}
.NewsDetail-B2 ._ico{display: inline-block;width: 20px;height: 20px;vertical-align: middle;}
.NewsDetail-B2 .ico_share{background: url(/images/ico_share.png) center center no-repeat;}
.NewsDetail-B2 .ico_data{background: url(/images/ico_data.png) center center no-repeat;}
.NewsDetail-B2 .ico_view{background: url(/images/ico_view.png) center center no-repeat;}
.NewsDetail-B2 .ico_big{background: url(/images/ico_big.png) center center no-repeat;}
.NewsDetail-B2 .ico_normal{background: url(/images/ico_normal.png) center center no-repeat;}
.NewsDetail-B2 .ico_small{background: url(/images/ico_small.png) center center no-repeat;}
.NewsDetail-B2 .ico_refresh{background: url(/images/ico_refresh.png) center center no-repeat;}
.NewsDetail-B2 .myart{padding:20px 0;}
.NewsDetail-B2 ._detailPage_bottom{border-top: #d5d5d7 1px solid;border-bottom: #ddd 1px solid;height: 81px;clear: both;}
.NewsDetail-B2 ._detailPage_bottom li{width: 100%;float: left;border-bottom: #ddd 1px solid;height: 40px;line-height: 40px;}
.NewsDetail-B2 ._detailPage_bottom ._mark{float:left; width: 55px;padding: 0 10px;margin-right:10px;font-weight: bold;
	background: url(/images/arr_col.png) no-repeat;border-right: 1px solid #ddd;}
.NewsDetail-B2 ._detailPage_bottom ._prev ._mark{background-position: 95% -5px;}
.NewsDetail-B2 ._detailPage_bottom ._next ._mark{background-position: 95% -54px;}
.NewsDetail-B2 ._detailPage_bottom ._title{float:left; width: 50%;height: 40px;font-size: 12px;white-space: nowrap;
	text-overflow: ellipsis;overflow: hidden;}
.NewsDetail-B2 ._detailPage_bottom ._title:hover{text-decoration: underline;}
.NewsDetail-B2 ._detailPage_bottom ._time{float: right;white-space: nowrap;padding-right: 15px; }

.NewsDetail-B2 .bdsharebuttonbox:after{display: inline;}
.NewsDetail-B2 .bdsharebuttonbox .bds_more {float: none;background:none;padding-left: 2px;}

/*招聘列表*/
.QAList-Q3{font-size: 14px;padding:22px 0 50px;}
.QAList-Q3-title{ height:18px; line-height:18px; border:1px #ddd solid; padding:8px 15px 9px; position:relative;cursor: pointer; background:#e8e8e8;margin-top: 10px;}
.QAList-Q3-title ._data{ float:left; width:6%; color:#f06200; font-size:14px; font-weight:bold;}
.QAList-Q3-title ._title{text-align:left; font-size:14px;color:#666;}
.QAList-Q3-title ._ico{background:url(/images/qa31.png);}
.QAList-Q3-title ._icoActive{background:url(/images/qa32.png);}
.QAList-Q3-title ._icoP{width:20px;height:20px; position:absolute;right:0;top:11px;}
.QAList-Q3-content{padding:10px 15px; border:1px #ddd solid; border-top:none;  display:none;}
.QAList-Q3-content ._data{width: 6%;float: left; color:#9a9a9a; font-size:14px;font-weight:bold;}
.QAList-Q3-content ._qaIntro{text-align:left;color:#000;line-height:2;font-size: 12px; padding:10px 0;}
.QAList-Q3-content ._qaIntro ._channelBtn{background: #093991;color: #fff;padding: 8px 10px;display: inline-block;margin-top: 10px;}
.delivery{ padding:38px 0;}

/*资质荣誉*/
.img_list{ padding-top:23px;}
.img_list li{margin-bottom:2em; position:relative;}
.img_list li a{display:block;border:1px solid #ddd;}
.img_list li a *{ cursor:pointer;}
.img_list ._pic{height: 144px;overflow: hidden;text-align: center;}
.img_list ._pic img{ max-height:100%;}
.img_list ._t{font-weight:bold;line-height:2.5em;border-bottom:1px solid #ddd;text-align:center;}
.img_list li .ico4_1{ position:absolute; right:-8px; bottom:5%; width:22px; height:22px; background-position:-31px -71px;}
.img_list li a:hover .ico4_1{background-position:-1px -71px;}
/*下载*/
.downloadList { clear:both;padding: 38px 0;}
.l_1 { width:70%;}
.l_2 { width:15%;}
.l_3 { width:15%;}

.listT { height:28px; line-height:28px; background-color:#f9f7f6; clear:both;}
.listT li { float:left; text-align:center; font-size:14px; color:#433529; clear:right;}
.listT li.l_1 { text-align:center;}

.listL { clear:both; padding:10px 0px;}
.listL li { width:100%; float:left; border-bottom:#e8e8e8 1px solid;}
.listL h2,.listL span { float:left; text-align:center; height:20px; line-height:20px; padding:5px 0px; clear:right;}
.listL h2 { text-align:left; text-indent:27px; background:url(/images/li4.gif) 15px center no-repeat; font-size:12px;font-weight: normal;}

/*联系我们*/
.main_content .contact_content dt{ padding-bottom:8px;}
.main_content .contact_content dd{ color:#585858;}
.main_content .cont_map{ padding-top:15px; overflow:auto;}


.mem_menu{margin: 25px 0 0 0; overflow:hidden;padding-bottom: 32px;}
.mem_menu_li{background: #f6f6f6;border: 1px #eaeaea solid;height: 45px;line-height: 45px; padding-left:49px;}
.mem_menu_li a{display: inline-block;height: 35px;width: 13%;background: #f1f1f1;margin: 10px 10px 0 0;margin-bottom: -1px;border: 1px #eaeaea solid;border-bottom: none;text-align: center;}
.mem_menu_li a.cur{ background:#fff;}


.Regist-R1{background:url(/images/m_login.jpg) right top no-repeat; padding-bottom:40px;}
.Regist-R1 .Regist-R1-Left{width:50%;}
.Regist-R1 .Regist-R1-li{ padding-top:10px;}
.Regist-R1 .Regist-R1-li label{width:5em;display:inline-block;color: #666;vertical-align: middle;}
.Regist-R1 .Regist-R1-li input{height:25px; line-height:25px;border:1px #ddd solid;width: 74%;}
.Regist-R1 .Regist-R1-li em{color:red;vertical-align:middle;padding-left: 10px;}
.Regist-R1 .Regist-R1-li input._yzm{ width:20%;}
.Regist-R1 .Regist-R1-li  img{vertical-align:middle;padding-left:10px; cursor:pointer; width:96px; height:27px;}
.Regist-R1 .Regist-R1-Btn{padding: 27px 0 0 64px;}
.Regist-R1 .Regist-R1-Btn button{width:112px; height:32px; line-height:32px; text-align:center;color:#fff;font-size:14px;font-weight:bold; cursor:pointer;}
.Regist-R1 .Regist-R1-Btn ._submit{background:#09388f; margin-right: 10px;}

.i_case_photo_slide .i_case_slide_btns{ background:url(/images/hor.png) no-repeat!important; width:18px!important;}
.i_case_photo_slide .i_case_slide_prev{ background-position:0 0!important;}
.i_case_photo_slide .i_case_slide_next{background-position:-19px 0!important;}
.i_case_photo_slide .i_case_slide_close{background-position:-38px 0!important;}


.divAuto{ width:100%; overflow:auto;}
.container{margin-right:auto;margin-left:auto}
.main_top{padding:17px 0}
.main_top_box{display:block;padding:0 10px;box-shadow:0 2px 20px 0 #ccc}
.main_top_l{display:block;width:70%;float:left}
.main_top_l span{display:block;width:15%;float:left;line-height:48px;font-size:14px;color:red}
.main_top_l span img{margin-right:10px}
.main_top_l_box{width:85%;float:left;overflow:hidden;height:48px;line-height:48px}
.main_top_r{width:25%;float:right;padding:10px 0}
.main_top_text{width:156px;height:28px;line-height:28px;border:1px solid #3D93FE;font-size:12px;color:#9e9e9e;text-indent:5px;float:right;outline:0}
.main_top_btn{width:50px;margin-left:5px;float:right;height:28px;line-height:28px;text-align:center;padding:0;font-size:12px;color:#fff;border:1px solid #3D93FE;background:#039FD8;transition:.5s}
.main_top_btn:hover{color:#a7a7a7;background:#fff}
.index_product{display:block;padding:30px 0;background:url(/images/index_product_bg.jpg) repeat left top}
.in_pro_l{width:20%;float:left;box-shadow:0 2px 20px 0 #ccc}
.in_pro_l h5{height:50px;text-align:center;background:#022c56;font-size:20px;line-height:50px;font-weight:700;color:#fff}
.in_pro_l ul{padding:20px 17px;background:#fff;overflow:inherit}
.in_pro_l ul li{margin-bottom:10px;background:url(/images/in_pro_l_li_bg.jpg) repeat-x left top;transition:.5s;position:relative}
.in_pro_l ul li:nth-of-type(1),.in_pro_l ul li:nth-of-type(10),.in_pro_l ul li:nth-of-type(11),.in_pro_l ul li:nth-of-type(12),.in_pro_l ul li:nth-of-type(13),.in_pro_l ul li:nth-of-type(14),.in_pro_l ul li:nth-of-type(15),.in_pro_l ul li:nth-of-type(2),.in_pro_l ul li:nth-of-type(3),.in_pro_l ul li:nth-of-type(4),.in_pro_l ul li:nth-of-type(5),.in_pro_l ul li:nth-of-type(6),.in_pro_l ul li:nth-of-type(7),.in_pro_l ul li:nth-of-type(8),.in_pro_l ul li:nth-of-type(9){display:block}
.in_pro_l ul li .in_pro_l_nav{position:absolute;display:block;width:500px;overflow:hidden;min-height:0;height:0;transition:.8s;right:-534px;padding:0;z-index:99;top:0;background:#ededed}
,.in_pro_l ul li .in_pro_l_nav p,.main_l_category ul li .main_l_category_nav p{display:block;margin-bottom:10px}
.main_l_category_nav{margin-bottom:10px}
.in_pro_l ul li .in_pro_l_nav p span,.main_l_category ul li .main_l_category_nav p span{font-weight:700;font-size:14px}
.in_pro_l ul li .in_pro_l_nav a{font-size:12px;color:#070707;margin-right:15px;margin-bottom:5px;display:inline-block}
.in_pro_l ul li:hover .in_pro_l_nav{min-height:200px;height:auto;padding:15px;border:1px solid #080808}
.in_pro_l ul li>a{display:block;overflow:hidden;position:relative;border:1px solid #eeeeee;transition:.8s;padding-left:33px;line-height:33px;z-index:1;color:#686765;}
.in_pro_l ul li .active{background:/*url(/images/in_pro_l_li_active.png) no-repeat 95% center */#666666;color:#ffffff;}
.in_pro_l ul li .active1{background:/*url(/images/in_pro_l_li_active1.png) no-repeat 95% center */#cccccc;}
.in_pro_l ul li>a::before{content:" ";position:absolute;width:6px;height:6px;z-index:1;border-radius:50%;border:1px solid #eeeeee;transition:.8s;top:15px;left:15px}
.in_pro_l ul li>a::after{width:100%;height:100%;content:" ";position:absolute;z-index:-1;background:/*url(/images/in_pro_l_li_active1.png) no-repeat 95% center */#666666;left:-100%;top:0;transition:.8s}
.main_l_category ul li .active{background:/*url(/images/in_pro_l_li_active.png) no-repeat 95% center */#666666;color:#ffffff;}
.main_l_category ul li .active1{background:/*url(/images/in_pro_l_li_active1.png) no-repeat 95% center */#cccccc;}
.main_l_category ul li>a::before{content:" ";position:absolute;width:6px;height:6px;z-index:1;border-radius:50%;border:1px solid #eeeeee;transition:.8s;top:15px;left:15px}
.main_l_category ul li>a::after{width:100%;height:100%;content:" ";position:absolute;z-index:-1;background:/*url(/images/in_pro_l_li_active1.png) no-repeat 95% center */#666666;left:-100%;top:0;transition:.8s}
.in_pro_l ul li:hover>a{color:#cccccc}
.in_pro_l ul li:hover{background:#cccccc}
.in_pro_l ul li:hover a::before{background:#cccccc;border:1px solid #cccccc}
.in_pro_l ul li:hover a::after{left:0}
.in_pro_l ul li:last-of-type{margin-bottom:0}
.in_pro_r{width:75%;float:left;padding-left:30px}

.in_pro_r_title span{width:50%;float:left;line-height:30px;font-size:18px;}
.in_pro_r_title a{line-height:50px;font-size:14px;color:#fff}
.in_pro_r_main ul{margin-left:-1.5%}
.in_pro_r_main ul li{width:22%;float:left;margin-top:15px;margin-left:2.8%}
.in_pro_r_main ul li h5{overflow:hidden;position:relative}
.in_pro_r_main ul li img{width:185px;height:145px;border:#E6E6E6 solid 0px;transition:.8s}
.in_pro_r_main ul li p a{display:block;padding:10px 0;transition:.8s;position:relative;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;z-index:1;color:#000000}
.in_pro_r_main ul li p a::before{content:" ";position:absolute;width:100%;height:100%;background:#039FD8;left:0;top:-100%;transition:.8s;z-index:-1}
.in_pro_r_main ul li:hover img{transform:scale(1.1)}
.in_pro_r_main ul li:hover p a{color:#fff}
.in_pro_r_main ul li:hover p a::before{top:0}

.index_pro_r_main ul{margin-left:-1.5%}
.index_pro_r_main ul li{width:15%;float:left;margin-top:15px;margin-left:1.5%}
.index_pro_r_main ul li h5{overflow:hidden;position:relative}
.index_pro_r_main ul li img{width:165px;height:125px;transition:.8s}
.index_pro_r_main ul li p a{display:block;padding:10px 0;transition:.8s;position:relative;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;z-index:1;color:#000000}
.index_pro_r_main ul li p a::before{content:" ";position:absolute;width:100%;height:100%;background:#039FD8;left:0;top:-100%;transition:.8s;z-index:-1}
.index_pro_r_main ul li:hover img{transform:scale(1.1)}
.index_pro_r_main ul li:hover p a{color:#fff}
.index_pro_r_main ul li:hover p a::before{top:0}

.index_pro_r_main1 ul{margin-left:-1.5%}
.index_pro_r_main1 ul li{width:23.5%;float:left;margin-top:15px;margin-left:1.5%}
.index_pro_r_main1 ul li h5{overflow:hidden;position:relative}
.index_pro_r_main1 ul li img{width:187px;height:139px;transition:.8s}
.index_pro_r_main1 ul li p a{display:block;padding:10px 0;transition:.8s;position:relative;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;z-index:1;color:#000000}
.index_pro_r_main1 ul li p a::before{content:" ";position:absolute;width:100%;height:100%;background:#039FD8;left:0;top:-100%;transition:.8s;z-index:-1}
.index_pro_r_main1 ul li:hover img{transform:scale(1.1)}
.index_pro_r_main1 ul li:hover p a{color:#fff}
.index_pro_r_main1 ul li:hover p a::before{top:0}

.in_pro_r_dl ul{margin-left:-1.5%}
.in_pro_r_dl ul li{width:98.5%;margin-top:5px;margin-left:1.5%;border:#3D93FE solid 1px;height:155px;}
.in_pro_r_dl ul li .in_pro_r_l{float:left;width:18%;}
.in_pro_r_dl ul li .in_pro_r_l p{display:block;padding:15px;transition:.8s;position:relative;text-overflow:ellipsis;overflow:hidden;font-size:12px;z-index:1;color:#022c56}
.in_pro_r_dl ul li .in_pro_r_l p::before{content:" ";position:absolute;width:100%;height:100%;background:#022c56;left:10px;top:-100%;transition:.8s;z-index:-1}
.in_pro_r_dl ul li .in_pro_r_m{float:left;width:23.5%;}
.in_pro_r_dl ul li .in_pro_r_m img{width:230px;height:135px!important;transition:.8s;padding:10px;}
.in_pro_r_dl ul li .in_pro_r_r{float:right;width:50%;}
.in_pro_r_dl ul li .in_pro_r_r p{display:block;padding:15px;transition:.8s;position:relative;text-overflow:ellipsis;overflow:hidden;font-size:12px;z-index:1;color:#000000}
/*.in_pro_r_dl ul li .in_pro_r_r p::before{content:" ";position:absolute;width:100%;height:100%;background:#022c56;left:10px;top:-100%;transition:.8s;z-index:-1}
.in_pro_r_dl ul li:hover .in_pro_r_m img{transform:scale(1.1)}
.in_pro_r_dl ul li:hover .in_pro_r_r p{color:#fff}
.in_pro_r_dl ul li:hover .in_pro_r_r p::before{top:0}*/
.index_title{display:block;text-align:left;margin-bottom:30px;no-repeat left;transition:.5s;position:relative}
.index_title h5{font-size:30px;color:#584c4c;line-height:1}
.index_title p{font-size:16px;color:#acacac;padding:12px 0}
.index_title font{display:inline-block;width:48px;height:3px;background:#022c56}
.index_about{padding:0px 0}

.function{display:block;margin-top:-15px;text-align:right}
.function a{display:inline-block;padding:5px;margin-left:5px;margin-top:20px;border:1px solid #c1c1c1}
.function a.active,.function a:hover{background:#3D93FE;color:#fff}
.function font{color:#8c8c8c;padding:5px}

.clearfix{zoom:1}
.clearfix::after{content:'';display:block;clear:both;height:0;visibility:hidden}
.cplb{width:100%;margin:0 auto;overflow:hidden}
.cplb .list1{height:40px;margin-top:20px;margin-bottom:20px;background-color:#f0f0f0;padding-left:10px}
.cplb .list1 h2{line-height:40px;font-size:18px;display:block}
.cplb ul{margin-left:-15px}
.cplb li{float:left;width:124px;line-height:40px;height:40px;border:#ccc 1px solid;text-align:center;margin-left:15px;margin-bottom:10px;font-size:14px;overflow:hidden}

.conten{padding:0px;overflow:hidden;background:#ffffff}
.conten_title{display:block;text-align:center;font-size:18px;font-weight:600;color:#686868}
.conten_bianji{display:block;text-align:center;padding:10px;margin-bottom:10px;border-bottom:1px dashed #b8b8b8}
.conten_bianji span{display:inline-block;font-size:14px;color:#b8b8b8;margin:0 10px}
.conten_bianji span p{display:inline-block;color:#b8b8b8}
.conten_info p{color:#8c8c8c;font-size:14px;line-height:1.8}
.conten .bdshare-button-style0-16{text-align:left;margin:10px 0}
.conten_tag span{display:inline-block;font-size:14px;color:#8c8c8c;padding:8px 0}
.conten_tag{display:block;padding:2px 0;text-align:left}
.conten_tag a{margin-left:5px;padding:8px;color:#8c8c8c;border-radius:5px;font-size:12px;transition:.6s;display:inline-block}
.conten_tag a:hover{background:#022c56;color:#fff}
.conten .bdshare-button-style0-16 a{float:none!important}
.conten_page{display:block;margin-top:10px;text-align:left;border-top:1px solid #8c8c8c;padding-top:10px}
.conten_page p{display:block;margin-bottom:10px;font-size:16px;color:#8c8c8c}
.conten_page p a{font-size:14px;color:#8c8c8c}
.conten_article_other,.conten_case_other{display:block}
.conten_article_other h5,.conten_case_other h5{font-size:16px;font-weight:300;color:#666;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #8c8c8c}
.conten_article_other ul li{display:block;width:48%;float:left;padding-bottom:10px;margin-bottom:10px;transition:.5s;border-bottom:1px solid #dcdcdc}
.conten_article_other ul li:nth-child(odd){margin-right:4%}
.conten_article_other ul li a{display:block;width:80%;float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;transition:.5s;color:#8c8c8c}
.conten_article_other ul li:hover{border-bottom:1px solid #022c56}
.conten_article_other ul li:hover a{color:#022c56}
.conten_article_other ul li font{font-size:12px;color:#8c8c8c;display:block;width:20%;float:right;text-align:right}
.conten_case_other ul li{display:block;width:24%;float:left}
.conten_case_other ul li h6{overflow:hidden;border:1px solid #dcdcdc;transition:.8s}
.conten_case_other ul li img{transition:.8s}
.conten_case_other ul li p a{display:block;padding:5px 0;text-align:center;transition:.8s;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#8c8c8c;z-index:1}
.conten_case_other ul li p a::before{content:" ";position:absolute;z-index:-1;width:100%;height:100%;background:#022c56;left:0;bottom:-100%;transition:.8s}
.conten_case_other ul li:nth-of-type(2){margin:0 1.333%}
.conten_case_other ul li:nth-of-type(3){margin:0 1.333% 0 0}
.conten_case_other ul li:hover h6{border:1px solid #022c56}
.conten_case_other ul li:hover img{transform:scale(1.1)}
.conten_case_other ul li:hover p a{color:#fff}
.conten_case_other ul li:hover p a::before{bottom:0}
.product_main{display:block}
.product_main_list{display:block}
.product_main_list ul li{display:block;width:32.3333%;float:left;margin:0 0 10px 0}
.product_main_list ul li:nth-child(3n+2){margin:0 1.5% 10px 1.5%}
.product_main_list ul li p{display:block;overflow:hidden;border:1px solid #9e9e9e;border-bottom:0;transition:.6}
.product_main_list ul li p img{width:100%;transition:.6s}
.product_main_list ul li span{display:block}
.product_main_list ul li span a{display:block;padding:5px 0;font-size:14px;border:1px solid #9e9e9e;border-top:0;color:#fff;transition:.6s;background:#123a9a;text-overflow:ellipsis;text-align:center;overflow:hidden;white-space:nowrap}
.product_main_list ul li:hover p{border:1px solid #123a9a;border-bottom:0}
.product_main_list ul li:hover p img{transform:scale(1)}
.product_main_list ul li:hover span a{border:1px solid #123a9a;border-top:0;background:#fff;color:#123a9a}
.info_product{display:block}
.info_product_r{width:55%;float:left}
.info_product_l{text-align:center;width:45%;float:left;padding:0;}
.info_product_l ul{text-align:center}
.info_product_l ul li{display:inline-block}
.info_product_l ul li img{width:100%;height:100%;margin:0 3px}
.info_product_l img{width:280px;height:280px;border:0px solid #FFFFFF}
.info_product_r ul li{display:block;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #8c8c8c}
.info_product_r .bdshare-button-style1-16{padding:0;border-bottom:0;text-align:left}
.info_product_r ul li:last-of-type{border-bottom:0}
.info_product_r ul li,.info_product_r ul li a,.info_product_r ul li b{font-size:16px;color:#000000;line-height:1.1}
.info_product_conten,.other_product{display:block;margin-top:10px}
.info_product_conten h5,.other_product h5{display:block;padding:10px 0;font-size:18px;margin-bottom:10px;border-bottom:1px solid #8c8c8c;margin-bottom:10px}
.info_product_conten .infp_product_con{padding:0 10px;color:#8c8c8c}
.other_product ul li{display:block;width:22.5%;margin-right:1%;float:left;margin-bottom:10px}
.other_product ul li p{display:block;overflow:hidden}
.other_product ul li p img{width:200px;height:145px;transition:.6s;}
.other_product ul li span{display:block}
.other_product ul li span a{padding:5px 0;font-size:14px;display:block;transition:.6s;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center;color:#8c8c8c}
.other_product ul li:hover p img{transform:scale(1.1)}
.other_product ul li:hover span a{background:#039FD8;color:#fff}
.other_product_list{display:block}
.info_product_btn{display:block;margin-top:10px}
.info_product_btn a{padding:15px;font-size:8px;color:#fff}
.info_product_btn a:first-of-type{border-radius:5px 0 0 5px}
.info_product_btn a:last-of-type{border-radius:0 5px 5px 0}
.pos{display:block;height:37px;padding:0 20px;overflow:hidden;background:#022c56;margin-bottom:15px}
.pos_l{display:block;width:30%;float:left;line-height:37px;font-size:16px;color:#fff}
.pos_r{?display:block;?font-size:14px;?color:#fff;?overflow:hidden;line-height:60px}
.pos_r a,.pos_r b,.pos_r font,.pos_r span{font-size:14px;color:#fff}

.product_title{display:block;text-align:left;margin-bottom:5px;transition:.5s;position:relative}
.product_title h5{font-size:30px;color:#584c4c;line-height:1}
.product_title p{font-size:16px;color:#acacac;padding:12px 0}
.product_title font{display:inline-block;width:48px;height:3px;background:#022c56}

.fxdz #link{width:380px;padding:5px;height:30px;line-height:30px;border:1px solid #e6e6e6;color:#999}
.fxdz .copyBtn{padding:0 10px;height:42px;border:1px solid #e6e6e6;background:0 0;color:#000}
.bdsharebuttonbox{float:right;padding-top:20px}
.fxdz{margin-top:20px}

.main{display:block;padding:0 0 0px}
.main_l{display:block;width:20%;float:right}
.main_l_case,.main_l_category{display:block;margin-bottom:15px}
.main_l_category h3{height:50px;text-align:center;background:#022c56;font-size:20px;line-height:50px;font-weight:700;color:#fff}
.main_l_category ul{padding:10px 17px;overflow:inherit}
.main_l_category ul li{display:block;margin-bottom:10px;background:url(/images/in_pro_l_li_bg.jpg) repeat-x left top;transition:.5s;position:relative}
.main_l_category ul li .main_l_category_nav{position:absolute;display:block;width:500px;overflow:hidden;min-height:0;height:0;transition:.8s;right:-534px;padding:0;z-index:99;top:0;background:#ededed}
.main_l_category ul li .main_l_category_nav p{margin-bottom:10px}
.main_l_category ul li .main_l_category_nav a{font-size:12px;color:#070707;display:inline-block;margin-right:15px;margin-bottom:5px}
.main_l_category ul li:hover .main_l_category_nav{min-height:200px;height:auto;border:1px solid #080808;padding:15px}
.main_l_category ul li>a{display:block;overflow:hidden;position:relative;border:1px solid #cdcdcd;transition:.8s;padding-left:33px;line-height:33px;z-index:1}
.main_l_category ul li>a::before{content:" ";position:absolute;width:6px;height:6px;z-index:1;border-radius:50%;border:1px solid #616161;transition:.8s;top:15px;left:15px}
.main_l_category ul li>a::after{width:100%;height:100%;content:" ";position:absolute;z-index:-1;background:url(/images/in_pro_l_li_active.jpg) no-repeat 95% center #616161;left:-100%;top:0;transition:.8s}
.main_l_category ul li:hover>a{color:#fff}
.main_l_category ul li:hover{background:0 0}
.main_l_category ul li:hover a::before{background:#fff;border:1px solid #fff}
.main_l_category ul li:hover a::after{left:0}
.main_l_category ul li:last-of-type{margin-bottom:0}
.main_l_case h4{height:50px;background:#666666;font-size:20px;color:#fff;font-weight:700;text-align:center;line-height:50px}
.main_l_case ul{}
.main_l_case ul li{display:block;padding:-10px 0;border-bottom:1px solid #e6e6e6}
.main_l_case ul li h5 a{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;color:#000000;line-height:16px;transition:.8s}
.main_l_case ul li h5 a font{display:inline-block;width:16px;height:16px;background:#aeaeae;text-align:center;line-height:16px;color:#fff;margin-right:7px;font-size:12px;transition:.8s}
.main_l_case ul li p{display:block;height:0;overflow:hidden;transition:.8s}
.main_l_case ul li.active a{color:#e6e6e6}
.main_l_case ul li.active a font{background:#e6e6e6;color:#fff}
.main_l_case ul li.active p{height:127px;margin-top:10px}
.main_l_contact h4{display:block;padding:20px 0;no-repeat 30px center #e6e6e6;}
.main_l_contact h4 font{display:block;font-size:14px;color:#fff;margin-bottom:5px}
.main_l_contact h4 b{display:block;font-size:20px;color:#fff}
.main_l_contact ul{background:#f0f0f0;padding:15px}
.main_l_contact ul li{display:block;margin-bottom:6px;font-size:12px;line-height:1.5;color:#e6e6e6}
.main_l_contact ul li:last-of-type{margin-bottom:0}
.main_r{display:block;width:75%;float:left;padding-right:10px}

div.nav{margin-left:0;list-style:none; background-image:url(/images/navbg.jpg); height:55px;}
.nav-pills{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.nav-pills>li{float:left;height:31px;}
.nav-pills>li>a{font-size:16px; padding:10px; line-height:55px;}
.nav-pills>li>a:hover{background-image:url(/images/anavbg.jpg);filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";-moz-background-size:100% 100%;background-size:100% 100%; }
.active>a:hover{color:#fff;background-color:#16a}
.active a{color:#fff;background-color:#034e85;background-image:url(/images/ainnavbg.jpg);filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";-moz-background-size:100% 100%;background-size:100% 100%;box-shadow:#fff 0 1px 0 0}
.wh{ width:960px; MARGIN-RIGHT: auto;MARGIN-LEFT: auto;}
div.fixedNav{position:fixed;top:0px;left:0px;width:100%;z-index:100000;	_position:absolute;	_top:expression(eval(document.documentElement.scrollTop));filter:alpha(opacity=90); -moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9;}