/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}



a{text-decoration:none;}


/*container*/
.container{
	width:1200px;
	overflow: hidden;
	margin:0 auto;
	clear:both;
}

/*header*/
.contain{width:1200px;margin:auto;}
.top{width:100%;height:103px;}
.top .contain .logo{float:left;margin-top:25px;font-size:0px;}
.top .contain .line{float:left;height:37px;margin-top:36px;border-right:1px solid #dbdbdb;margin-left:24px;}
.top .contain .tt{float:left;margin-top:42px;margin-left:24px;}
.top .contain .phone{float:right;margin-top:32px;}
.top .contain .phone span{font-size:24px;color:#358ed0;float:left;margin-top:9px;margin-left:2px;font-family:"Microsoft YaHei","微软雅黑";}
.top .contain .phone p{margin-top:15px;margin-left:10px;float:left;}
.nav{width:100%;height:60px;background: -webkit-linear-gradient(left,#358ed0, #135394); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left,#358ed0, #135394); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left,#358ed0, #135394); /* Firefox 3.6 - 15 */
  background: linear-gradient(left,#358ed0, #135394); /* 标准的语法 */}
.nav .navul{width:1200px;margin:auto;}
.navul li{float:left;width:150px;height:60px;position:relative;margin-right:14px;}
.navul li:first-child{margin-left:25px;}
.navul li>a{width:100%;height:60px;line-height:60px;text-align:center;display:block;color:#fff;transition:all 0.36s ease;}
.navul li.cur>a{background:#2f71bf;}
.navul li a:hover{background:#2f71bf;}
.navul .nav_son{position:absolute;z-index:100;display:none;}
.navul .nav_son a{color:#fff;width:150px;height:40px;line-height:40px;text-align:center;display:block;background:#3783dd;border-bottom:1px solid #2f71bf;}
.navul .nav_son a:last-child{border:none;}


	
	/*banner*/
#indexbanner{ height: 725px; overflow: hidden; position: relative;}
.bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 999; width: 100%; color: rgba(0,0,0,0);}
.bx-controls .bx-pager{ text-align: center;}
.bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
.bx-controls .bx-pager div a{ display: block; width: 45px; height: 4px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
.bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
.bx-controls .bx-controls-direction{ display: none;}



.tit .cn{
	background: -webkit-linear-gradient(left,#358ed0, #135394); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left,#358ed0, #135394); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left,#358ed0, #135394); /* Firefox 3.6 - 15 */
	background: linear-gradient(left,#358ed0, #135394); /* 标准的语法 */
	-webkit-background-clip: text;
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size:30px;
}
.tit .en{color:#bcbcbc;margin-top:11px;text-transform:uppercase;}
.tit .line{width:83px;height:1px;margin:auto;margin-top:9px;
	background: -webkit-linear-gradient(left,#358ed0, #139468); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left,#358ed0, #139468); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left,#358ed0, #139468); /* Firefox 3.6 - 15 */
	background: linear-gradient(left,#358ed0, #139468); /* 标准的语法 */
}






#indexproduct{width:100%;height:503px;}
.product{width:1200px;height:100%;margin:auto;}
.product .tit{width:100%;padding-top:55px;text-align:center;}
.product .tab{width:100%;height:34px;margin-top:17px;overflow:hidden;}
.product .tab ul{position:relative;left:50%;float:left;}
.product .tab ul li{float:left;width:110px;height:34px;text-align:center;background:#f5f5f5;line-height:34px;margin-right:7px;position:relative;right:50%;}
.product .tab ul li a{width:100%;height:100%;display:block;}
.product .tab ul li:first-child{background:#2b7dbf;}
.product .tab ul li:first-child a{color:#fff;}
.product .tab ul li:last-child{margin-right:0px;}
.product .cpzs{width:100%;height:264px;margin-top:20px;}
.product .cpzs ul{display:none;}
.product .cpzs ul:first-child{display:block;}
.product .cpzs ul li{width:285px;height:264px;float:left;margin-right:20px;}
.product .cpzs ul li:nth-child(4n){margin-right:0px;}
.product .cpzs ul li .pic{width:285px;height:213px;display:block;overflow:hidden;text-align:center;}
.product .cpzs ul li .tt{width:100%;height:47px;line-height:47px;overflow:hidden;}
.product .cpzs ul li .line{width:100%;height:4px;
	background: -webkit-linear-gradient(left,#358ed0, #135394); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left,#358ed0, #135394); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left,#358ed0, #135394); /* Firefox 3.6 - 15 */
	background: linear-gradient(left,#358ed0, #135394); /* 标准的语法 */}
.product .cpzs ul li img{transition: transform 0.9s ease 0s;}
.product .cpzs ul li img:hover{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	/* IE 9 */
-moz-transform:scale(1.1,1.1); 	/* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1,1.1); 	/* Opera */}




#indexabout{width:100%;height:418px;background:url(../images/bg.png) no-repeat center;}
.about{width:1200px;height:100%;margin:auto;}
.about .tit{width:100%;padding-top:47px;overflow:hidden;}
.about .tit .tt{width:145px;height:53px;float:left;}
.about .tit .tt p{font-size:36px;display:inline-block;}
.about .tit .tt span{font-size:36px;color:#236fb1;font-weight:bold;}
.about .tit .tt .ln{width:100%;height:6px;margin-top:12px;
	background: -webkit-linear-gradient(left,#358ed0, #135394); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left,#358ed0, #135394); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left,#358ed0, #135394); /* Firefox 3.6 - 15 */
	background: linear-gradient(left,#358ed0, #135394); /* 标准的语法 */}
.about .tit .mt{float:left;margin-top:14px;margin-left:42px;overflow:hidden;}
.about .tit .mt a{float:left;padding-left:39px;height:26px;line-height:26px;font-size:18px;margin-right:22px;}
.about .tit .mt a:first-child{display:none;}
.about .con{margin-top:29px;width:100%;height:237px;}
.about .con .des{width:819px;height:100%;float:right;}
.about .con .des .tt{font-size:22px;font-weight:bold;color:#333;margin-top:13px;}
.about .con .des .content{width:100%;height:135px;line-height:200%;margin-top:14px;}
.about .con .des .more{width:131px;height:38px;background:#2e81c3;color:#fff;display:block;text-align:center;line-height:38px;}
.about .con .des .more:hover{background:#135394;}




#indexnews{width:100%;height:465px;overflow:hidden;background:#f8f6f9;}
.news .tit{width:100%;text-align:center;padding-top:50px;}
.news .con{width:1200px;margin:auto;margin-top:19px;}
.news .con ul li{width:267px;height:280px;float:left;background:#fff;margin-right:44px;margin-bottom:9px;border-radius:3px;}
.news .con ul li:nth-child(4n){margin-right:0px;}
.news .con ul li a{width:100%;height:100%;display:block;position:relative;}
.news .con ul li img{width:100%;height:200px;}
.news .con ul li .box1 .tt{padding:15px 20px 0px 20px;color:#333;line-height:170%;}
.news .con ul li .box1 .date{padding:0px 20px;color:#333;line-height:170%;}
.news .con ul li .box2{width:100%;height:100%;display:none;}
.news .con ul li .box2 .tt{padding:20px;text-align:center;color:#333;line-height:160%;}
.news .con ul li .box2 .des{padding:0px 20px;color:#333;line-height:170%;}
.news .con ul li .box2 span{position:absolute;width:55px;height:12px;right:30px;bottom:30px;background:url(../images/more.png) no-repeat center;}
.news .con ul li:hover{box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);}
.news .con ul li:hover .box1{display:none;}
.news .con ul li:hover .box2{display:block;}





#indexcase{width:100%;height:270px;}
.case{width:1200px;margin:auto;}
.case .tit{width:100%;padding-top:59px;text-align:center;}
.case .con{width:100%;height:64px;margin-top:25px;}
.case .con ul li{float:left;width:215px;height:64px;float:left;margin-right:30px;overflow:hidden;}
.case .con ul li .pic{width:100%;height:100%;display:block;overflow:hidden;}







#ne_nav{width:928px;height:26px;border-bottom:1px solid #dcdcdc;float:right;margin-top:50px;background:url(../images/home.png) no-repeat left 1px;padding-left:20px;}



.col{width:948px;min-height:450px;line-height:200%;margin-top:20px;margin-bottom:20px;float:right;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}




.pxxm{width:948px;min-height:350px;margin-bottom:50px;float:right;margin-top:20px;}
.pxxm ul{width:100%;overflow:hidden;}
.pxxm ul li{width:224px;height:213px;float:left;margin-right:17px;}
.pxxm ul li:nth-child(4n){margin-right:0px;}
.pxxm ul li .pic{width:222px;height:176px;border:1px solid #dcdcdc;text-align:center;line-height:172px;overflow:hidden;display:block;}
.pxxm ul li .pic:hover{border:1px solid #2b7dbf;}
.pxxm ul li p{width:100%;height:35px;text-align:center;line-height:35px;overflow:hidden;font-size:12px;}



.zp{width:800px;min-height:350px;float:right;margin:20px 74px 50px 0px;}
.zp ul li{width:100%;border-bottom:1px dashed #999;padding-bottom:15px;margin-bottom:15px;}
.zp ul li p{float:left;width:50%;margin-bottom:15px;}
.zp ul li p a{color:#358ed0;font-size:16px;}
.zp ul li p .nt{width:30%;display:inline-block;color:#333;}
.zp ul li p .nd{width:70%;display:inline-block;}
.zp ul li div{width:100%;}
.zp ul li div .nt{width:15%;float:left;color:#333;line-height:200%;}
.zp ul li div .nd{width:85%;display:inline-block;line-height:200%;}




.xwzx{width:948px;min-height:350px;margin-bottom:50px;margin-top:15px;float:right;}
.xwzx ul{width:100%;overflow:hidden;}
.xwzx ul li{width:100%;height:116px;background:#f5f5f5;transition: all 0.3s ease 0s;overflow:hidden;margin-bottom:10px;}
.xwzx ul li img{float:left;margin:11px 22px 0px 10px;}
.xwzx ul li .con{width:756px;margin-top:26px;float:left;}
.xwzx ul li .con .tt{font-size:13px;float:left;color:#333;}
.xwzx ul li .con .date{float:right;font-size:12px;color:#999;}
.xwzx ul li .des{width:756px;margin-top:10px;float:left;line-height:200%;font-size:12px;color:#999;}
.xwzx ul li a{width:100%;height:100%;display:block;}
.xwzx ul li:hover .tt,.xwzx ul li:hover .date,.xwzx ul li:hover .des{color:#2b7dbf;}





#sidenav{width:224px;margin-bottom:50px;float:left;margin-top:31px;}
#sidenav h2{font-size:22px;color:#fff;width:224px;height:77px;line-height:77px;text-align:center;
  background: -webkit-linear-gradient(left,#358ed0, #135394); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left,#358ed0, #135394); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left,#358ed0, #135394); /* Firefox 3.6 - 15 */
  background: linear-gradient(left,#358ed0, #135394); /* 标准的语法 */}
#sidenav ul{width:224px;}
#sidenav ul li.nv{width:224px;height:50px;line-height:50px;background:#3783dd;margin-bottom:1px;}
#sidenav ul li.nv a{padding-left:54px;width:170px;height:50px;display:block;color:#fff;}
#sidenav ul li.navson{width:224px;height:45px;line-height:45px;background:#65a0e6;margin-bottom:1px;font-size:12px;}
#sidenav ul li.navson a{padding-left:64px;width:160px;height:45px;display:block;color:#fff;}
#sidenav ul li a:hover{background:#1058ac;}
#sidenav ul li a.cur{background:#1058ac;}
#sidenav .gy{margin-bottom:12px;}
#sidenav .con{border:1px solid #dcdcdc;padding:15px 19px;line-height:200%;font-size:12px;}
	



.orientation{margin-top:20px;margin-bottom:20px;overflow:hidden;width:100%;}
.orientation .previous{float:left;}
.orientation .next{float:right;}






/*footer*/
.footer{height:460px;background:#1b2c46;}
.footer_left{float:left;width:568px;margin-top:65px;}
.footer_left .con{font-size:12px;color:#c8c8c8;line-height:24px;margin-top:20px;}
.footer_left .line{width:457px;height:2px;background:#5d6d87;margin-top:38px;}
.footer_left .title{color:#fff;font-size:32px;margin-top:40px;}
.footer_left .address{line-height:30px;color:#c8c8c8;font-size:12px;margin-top:15px;}
.footer_left .address span{color:#fff;}
.f_line{height:353px;border-left:1px solid #34445d;float:left;margin-top:67px;}
.footer_nav{float:left;margin-top:110px;margin-left:86px;}
.footer_nav .fnav{float:left;width:143px;}
.footer_nav .fnav p{margin-bottom:24px;}
.footer_nav .fnav p a{color:#fff;font-size:16px;}
.footer_nav ul{float:left;}
.footer_nav ul li{float:left;width:70px;margin-right:70px;text-align:center;}
.footer_nav ul li>a{color:#fff;font-size:16px;margin-bottom:35px;display:block;}
.footer_nav ul li .nav_son a{color:#536173;margin-bottom:18px;display:block;}



.mypage{
    text-align: center;
	float:left;
	width:100%;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #d35b52;
	border: 1px solid #d35b52;
	padding: 5px 10px;
	margin: 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #d35b52;
	color: #fff;
}



