
header{
	width: 100%;
	height: 96px;
}
.warp{  position:relative; width:1200px; margin:0 auto; min-width:1200px;}
/*head*/
.top {height:130px;position:relative;background:url(top_bj.jpg) no-repeat center top #fff; min-width:1200px;}
.logo {height:80px; float:left; margin-top:30px;}
.topRight {position:relative;}
.helpMenu {position:absolute;right:0px;top:28px;}
.helpMenu li {float:left;padding-left:27px;position:relative;}
.helpMenu li:before {content:"";overflow:hidden;position:absolute;left:13px;top:50%;margin-top:-5px;width:1px;height:10px;background-color:#ddd;}
.helpMenu li:nth-child(1):before {width:0;}
.helpMenu li a {font-size:12px;line-height:30px;display:inline-block;position:relative;padding:0 1px;}
.helpMenu li p {position:absolute;right:-30px;top:32px;width:100px;height:100px;background-color:#eee;padding:5px;overflow:hidden;border-radius:3px;z-index:999;display:none;}
.helpMenu li p img {width:100px;width:100px;}
.helpMenu .top_wx:hover p{ display:block;}
.topTel {position:absolute;right:0px;top:65px;padding-left:28px;font-size:14px;line-height:30px;background-image:url(tel.jpg);background-repeat:no-repeat;background-position:left 50%;color:#004da1}
.topTel span {font-size:25px; font-weight:bold; letter-spacing:-1px;}


.menuBox {height:60px;background-color:#144d90;border-top:1px solid #dadada;min-width:1200px;}
.menuBox .menu {height:60px; }
.menuBox .menu li{float:left;position:relative; width:150px;}
.menuBox .menu li h6 {position:relative;background:url(nav_line.jpg) no-repeat left 50%; text-align:center; }
.menuBox .menu li:nth-child(1) h6 {background:none;}
.menuBox .menu li h6 a {font-size:16px;line-height:59px;color:#fff;display:inline-block;padding:0 20px;position:relative;}
.menuBox .menu li h6 a span {display:inline-block;position:relative;}
.menuBox .menu li h6 a span:before {content:"";width:100%;height:2px;position:absolute;left:0;top:-1px;background-color:#e73649;filter:Alpha(opacity=0);opacity:0;}
.menuBox .menu li h6 a:hover{color:#e73649;}
.menuBox .menu li h6 a:hover span:before,.menu li.curr h6 a span:before,.menu li.currr h6 a span:before {filter:Alpha(opacity=100);opacity:1;}
.menuBox .menu li:nth-child(1) h6 a{ padding-left:0px;}

.menuBox .menu li dl{ display:none; position:absolute; width:190px; padding:10px 20px 20px 20px; top:60px; left:0px;  background:rgba(0,77,161,0.8); filter:alpha(opacity=50); z-index:333;box-shadow: 0 2px 3px #c5c5c5;}
.menuBox .menu li:hover dl{ display:block;}
.menuBox .menu li dl dd{ float:left; width:100%; height:46px; line-height:46px; background:url(nav_dl01.png) left center no-repeat; border-bottom:1px solid #3a7ccb;transition:all 0.8s ease;}
.menuBox .menu li dl dd a{ float:left; width:100%; height:46px; line-height:46px; color:#fff; font-size:15px; padding-left:20px;transition:all 0.8s ease;}
.menuBox .menu li dl dd:hover{  background:url(nav_dl03.png) left center no-repeat; }
.menuBox .menu li dl dd:hover a{ color:#e73649}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/


.bx-wrapper {
	position: relative;
	/*margin: 0 auto 60px;*/
	margin: 0 auto 0px;
	padding: 0;
 *zoom: 1;
 min-width:1200px;
}
.bx-wrapper img {
	max-width: 100%;
	min-width:1200px;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 1px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	border: 1px solid #fff;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*幻灯片*/
.flash img {
	width: 100%;
	margin-top:0px;
	min-width:1200px;
}
.flash ul.bxslider {
	list-style: none;
}
.flash div.bx-pager {
	bottom: 4%;
}
.flash div.bx-controls-direction {
	display: none;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}



.contain{
	width: 100%;
	margin-top:60px;
	min-width:1200px;
}
.con,.foot_con{
	width: 1200px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.con_top{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.con_top_l,.con_top_r{
	width: 47%;
	overflow: hidden;
	position: relative;
}
.con_top_l img{
	width: 100%;
}
.top_p1{
	font-size:20px;
	color: #157dd6;
	margin-bottom: 25px;
	border-bottom:2px #157dd6 solid;
	font-weight:bold;
	background:url(news_d11.png) 5px center no-repeat;
	padding-left:25px; 
}
.top_p2{
	color: #444;
	line-height: 24px;
}
#btn1{
	width: 134px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #444;	
	margin-top: 40px;
	display: block;
	background: url(../images/btn1.png) no-repeat;
}
.con_pro{
	width: 100%;
	overflow: hidden;
	padding:28px 0;
	background-color: #f7f7f7;
}
.pro_p1{
	width: 100%;
	font-size:20px;
	color: #157dd6;
	margin-bottom: 25px;
	border-bottom:2px #157dd6 solid;

	font-weight:bold;
	background:url(news_d11.png) 5px center no-repeat;
	padding-left:25px;
	
	
}

.more{
	color: #313131;
	font-size:14px;
	font-weight:normal;
	 padding-right:35px;
}

.index_pro {
	width:95%;
	margin:10px auto;
}
.index_pro h2{
	line-height:30px;
	height:30px;
	overflow:hidden;
	font-size:18px;
	font-weight:normal;
}
.index_pro .fdiv{
	width:98%;
	margin:0 auto;
	font-size:14px;
	color:#999;
	padding:5px 0 10px 0;
}

.list_pro_home{
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}
.list_pro_home li{
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	width:394px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	float: left;
	text-align: center;
}
.list_pro_home li:hover{
	background-color: #008CD6;
	-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
	box-shadow:0 15px 30px rgba(0,0,0,0.2);
}
.list_pro_home li:hover h1,.list_pro_home li:hover .fdiv{
	background-color: #008CD6;
	color: #fff;
	}



.pro_tit{
	font-weight: 600;
	font-size: 20px;
	color: #5a5a5a;
	margin:12px 0 19px 0;
	text-align:center;
}
.pro_tit:hover{
	   color:#009CFF;
}
.pro_p2{
	color: #646464;
}
.con_pro li.no_mar{
	margin:0;
}
.news{
	margin:12px 0;
}
.letter{
	margin:0 5px;
}
.news a{
	    font-weight: 600;
	color: #505050;
}
.news a:hover{
	color:#009CFF;
}
.bg{
	background-color: #fff;
}
.news_img{
	width: 35%;
	margin-right: 20px;
}
.news_p3{
	font-size:15px;
	color: #3c3c3c;
}

.news_p3 span{ float:right; font-size:14px;}
.top_p3{
	font-size:12px;
	color: #555;
	margin: 5px 0;
}
.con_top_l img.wid{
	width: 3%;
	position: absolute;
	top:93px;
	left:216px;
}
#timer{
	color: #666;
	font-size: 12px;
	position: absolute;
	top:93px;
	left:240px;
}
#check{
	width: 79px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top:93px;
	right:0;
	display: block;
	background: url(../images/check_bg.png) no-repeat;
}
footer{
	width: 100%;
	height: 168px;	
	background-color: #2d3237;
}
.foot{
	margin-top:45px;
}
.foot li{
	margin-right: 25px;
}
.foot li a{
	color: #8a8da3;
}
.foot_p1{
	color: #8a8da3;
	margin-top: 23px;
}
.weixin{
	position: absolute;
	top:10px;
	right:0;
}
.phone{
	position: absolute;
	top:10px;
	right:140px;
}
.hover{
	position: absolute;
	top:0;
	left:0;
	display: none;	
}

.container{width:1200px;margin:0 auto}
.clear{clear:both}
/*三级导航*/
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 230px; /* Width of Menu Items */

}
.suckerdiv ul li{
z-index:999;
position: relative;
height:50px;
border-bottom:1px solid #005bd5;
line-height:50px;
text-indent:15px;
width: 230px;
background:url(index-sanji.png) 180px center no-repeat #004bb0;
}
.suckerdiv ul li:hover{background:url(index-sanji.png) 180px center no-repeat #0092dd;}
.suckerdiv ul li a{color:#fff}

.tongyong{width:100%;margin-top:10px;padding-bottom:70px}
.tongyong-l{float:left;width:230px;margin-right:55px}
.tongyong-r{float:left;width:915px}
.tongyong-l-1{float:left;width:230px;height:100px;background:url(index-class-top.jpg) left center no-repeat}
.tongyong-l-1 h2{font-weight:500;font-size:25px;text-indent:80px;color: #fff;margin-top: 25px;}
.tongyong-l-1 p{font-size:14px;text-indent:80px;color: #fff;}
.tongyong-l-2 {
    float: left;
    width: 230px;

    background: #004bb0;
}
.tongyong-l-3{float:left;width:230px;height:100px;background:url(contact.png) left center no-repeat;margin-top:38px}
.tongyong-l-3 h2{font-weight:500;font-size:25px;text-indent:80px;color: #fff;margin-top: 25px;}
.tongyong-l-3 p{font-size:14px;text-indent:80px;color: #fff;}
.tongyong-l-4 {
    float: left;
    width: 200px;
  
    background: #004bb0;
	padding:22px 15px;
	color:#fff;
	font-size:15px;
	line-height:30px;
}
.tongyong-r-top{float:left;width:100%;height:60px;background:#e5e5e5}
.tongyong-r-top1{width:162px;height:60px;float:left;background:#004bb0;font-size:22px;color:#fff;text-align:center;line-height:60px}
.tongyong-r-top2{width:420px;height:60px;float:right;font-size:16px;color:#8c8c8c;text-align:right;line-height:60px;margin-right:18px}
.tongyong-r-bot{float:left;width:100%;margin-top:23px;margin-bottom:24px}
.clear{clear:both}
/*关于我们*/
.tongyong-r-about-con{width:100%;margin-top:60px}
.about-con{ padding-top:10px; width:100%;}
.about-con p{ line-height:30px; font-size:16px}

.about-con td{ line-height:30px; font-size:16px}
.about-con1{float:left;widht:100%;margin-top:50px}
.about-con1-l{float:left;width:418px}
.about-con1-l h2{font-weight:500;font-size:22px;color:#0092dd;margin-bottom:20px;margin-top:5px}
.about-con1-l p{font-size:16px;color:#666;line-height:40px;background:url(../img/about-1.jpg) left 14px no-repeat;text-indent:17px}
.about-con1-r{float:right;width:497px}

#flip { margin-top:8px;}
 .nolink { font-size:13px; margin-left:10px; margin-right:10px; border:#666666 solid 1px;  padding:5px 5px 5px 5px;}
#flip a { font-size:13px; margin-left:10px; margin-right:10px; border:#666666 solid 1px; padding:5px 5px 5px 5px;}




.case .caseul{
    width: 100%;
    margin: 0 auto;
    background-color: transparent;

    border-spacing: 0;
}
.case .caseul1 .caseli{
    position: relative;
    height:250px;
    margin-top: 35px;
    border-bottom: 1px #ddd dashed;
    transition: 0.3s;
}

.case .caseul1 .caseli0{margin-top: 0}

.case .caseul1 .caseli a{
    display: block;
    position: relative;
    height: 100%;
    padding-left:35px;
}

.case .caseul1 .caseli a .boxrt{
    height: 100%;
    position: relative;
    padding: 20px 35px 0 0;
}
.case .caseul1 .caseli a .boxrt .p1{
    font-size: 14px;
    color: #a1a1a1;
    line-height: 44px;
}
.case .caseul1 .caseli a .boxrt .p2{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
}
.case .caseul1 .caseli a .boxrt .p3{
    font-size: 14px;
    color: #797979;
    line-height: 30px;
    height:40px;
    padding: 15px 0;
    overflow: hidden;
}
.case .caseul1 .caseli a .boxrt .s4{
    padding: 5px 24px;
    background: #00a0e9;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border-radius:15px;
    box-shadow: 3px 3px 5px rgba(0, 160, 233, 0.2);
	margin-top:5px;
}

.case .caseul1 .caseli a:after{content: ""; position: absolute; background: #00a0e9;width: 3px;top: 20px;left: 19px;height: 15px;transition: 0.5s}

.case .caseul1 .caseli:hover{
    border: 1px solid transparent;box-shadow: 0 0 8px #ddd}
.case .caseul1 .caseli:hover a:after{height: 220px;}


.case .caseul2{}

.case .caseul2 .casehead{
    background: #0962aa;
    font-size: 16px;
    color: #fff;
}
.case .caseul2 .casehead th{
    text-align: center;
    padding: 12px 5px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.case .caseul2 .casehead .p0{
    width: 100px;
}
.case .caseul2 .casehead .p1{
    width: 400px;
}
.case .caseul2 .casehead .p2{
    width: 150px;
}
.case .caseul2 .casehead .p3{
    width: 530px;
}


.case .caseul2 .caseli{display: none;border-bottom: 1px solid #999;}
.case .caseul2 .caseli.blk{
    background: #acb3d3;
    color: #fff;
}
.case .caseul2 .caseli.nblk{
    background: #CFDFF2;
    background: #d4d3e1;
    color: #555;
}
.case .caseul2 .caseli.act{display: table-row;}
.case .caseul2 .caseli .p{
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.case .caseul2 .caseli .p0{
    /* width: 100px; */
}
.case .caseul2 .caseli .p1{
    /* width: 400px; */
}
.case .caseul2 .caseli .p2{
    /* width: 150px; */
}
.case .caseul2 .caseli .p3{
    /* width: 530px; */
}
