/*------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:102px;}
.top .contain .logo{float:left;margin-top:30px;width:360px;}
.top .contain .logo b,.top .contain .logo span{font-size:24px;
	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); /* 标准的语法 */
	-webkit-background-clip: text;
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;}
.top .contain .logo span{font-size:11.8px;}
.top .contain .qrcode{float:left;margin-top:6px;margin-left:15px;}
.top .contain .phone{float:right;margin-top:41px;margin-right:25px;}
.top .contain .phone span{font-size:22px;color:#358ed0;float:left;margin-left:3px;font-family:"Microsoft YaHei","微软雅黑";}
.top .contain .phone p{margin-top:5px;float:left;}
.top .ne_sub{width:100px;height:32px;line-height:32px;font-size:12px;color:#fff;border-radius:20px;padding-left:29px;float:right;margin-top:36px;background:#139468 url(../images/inter.png) no-repeat 5px center;}
.top form{float:right;width:265px;height:40px;margin-right:15px;margin-top:32px;border-radius:30px;border:1px solid #e5e5e5;}
.top .title{border:none;width:197px;height:40px;line-height:40px;color:#999;border-radius:30px 0px 0px 30px;background:#fff;padding-left:25px;}
.top .submit{border:none;width:43px;height:40px;background:#fff;border-radius:0px 30px 30px 0px;display:block;float:right;line-height:40px;}
.nav{width:100%;height:60px;background:url(../images/head.png) no-repeat center;}
.nav .navul{width:1200px;margin:auto;}
.navul li{float:left;padding:0px 36px;height:60px;position:relative;}
.navul li:first-child{margin-left:90px;}
.navul li>a{width:100%;height:60px;line-height:60px;text-align:center;display:block;color:#fff;transition:all 0.36s ease;}
.navul li span{width:56px;height:3px;position:absolute;top:45px;display:none; 
  background: -webkit-linear-gradient(left,#53b1f6, #3eebb0); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left,#53b1f6, #3eebb0); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left,#53b1f6, #3eebb0); /* Firefox 3.6 - 15 */
  background: linear-gradient(left,#53b1f6, #3eebb0); /* 标准的语法 */}
.navul li.cur span{display:block;}
.navul .nav_son{position:absolute;z-index:1000;left:0px;display:none;}
.navul .nav_son a{color:#fff;width:128px;height:40px;line-height:40px;text-align:center;display:block;border-bottom:1px solid #2f71bf;
  background: -webkit-linear-gradient(left,#338ec9, #139468); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left,#338ec9, #139468); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left,#338ec9, #139468); /* Firefox 3.6 - 15 */
  background: linear-gradient(left,#338ec9, #139468); /* 标准的语法 */}
.navul .nav_son a:last-child{border:none;}


	
	/*banner*/
#indexbanner{ height: 578px; 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(0,0,0,0.3);}
.bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
.bx-controls .bx-controls-direction{ display: none;}
.insidebanner{height:300px;overflow: hidden; position: relative;}



.tit .cn{
	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); /* 标准的语法 */
	-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:510px;}
.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:109px;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:#139468;}
.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;}
.product .cpzs ul li .tt{width:100%;height:47px;line-height:47px;overflow:hidden;}
.product .cpzs ul li .ln{width:130px;height:4px;
	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); /* 标准的语法 */
}
.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:264px;background:#f5f5f5;}
.about{width:1200px;height:100%;margin:auto;}
.about .tt{float:left;margin-top:109px;font-size:43px;font-weight:bold;
	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); /* 标准的语法 */
	-webkit-background-clip: text;
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;}
.about .logo{float:left;margin-top:105px;}
.about .line{height:166px;border-right:1px solid #cdcdcd;margin:49px 42px 0px 46px;float:left;}
.about .con{margin-top:72px;width:532px;float:left;}
.about .con .tit{margin-bottom:12px;width:100%;overflow:hidden;}
.about .con .tit p{font-size:22px;color:#1c1c1c;font-weight:bold;float:left;}
.about .con .tit span{float:left;text-transform:uppercase;font-size:22px;color:#999;margin-left:8px;margin-top:2px;}
.about .con .des{width:100%;height:106px;overflow:hidden;line-height:200%;}
.about .pic{float:right;margin-top:49px;}



#indexnews{width:100%;height:524px;}
.news .tit{width:100%;text-align:center;}
.news .tba{width:100%;margin-top:19px;overflow:hidden;}
.news .tba ul{position:relative;left:50%;float:left;}
.news .tba ul li{float:left;margin-right:25px;position:relative;right:50%;font-size:16px;}
.news .tba ul li:last-child{margin-right:0px;}
.news .con{width:1200px;height:405px;margin:auto;margin-top:19px;}
.news .con .left{width:640px;height:100%;float:left;background:#f7f7f7;}
.news .con .left img{margin:23px;margin-bottom:20px;}
.news .con .left .one{width:580px;margin:auto;}
.news .con .left .one .date{width:43px;float:left;text-align:center;margin-right:15px;}
.news .con .left .one .date p{border-bottom:1px solid #d6d6d6;font-size:17px;color:#999;padding-bottom:5px;}
.news .con .left .one .date span{font-size:12px;color:#999;margin-top:6px;display:block;}
.news .con .left .one .tt{float:left;width:522px;font-size:13px;margin-top:4px;}
.news .con .left .one .tt a{color:#333;}
.news .con .left .one .tt a:hover{color:#358ed0;}
.news .con .left .one .des{float:left;width:522px;font-size:12px;margin-top:10px;}
.news .con .left .one .des a{color:#999;}
.news .con .left .one .des a:hover{color:#358ed0;}
.news .con ul{width:530px;height:100%;float:right;}
.news .con ul li{width:100%;height:87px;background:#f7f7f7;margin-bottom:19px;}
.news .con ul li a{width:486px;height:39px;padding:24px 22px;display:block;}
.news .con ul li .date{width:43px;float:left;text-align:center;margin-right:15px;}
.news .con ul li .date p{border-bottom:1px solid #d6d6d6;font-size:17px;color:#999;padding-bottom:5px;}
.news .con ul li .date span{font-size:12px;color:#999;margin-top:6px;display:block;}
.news .con ul li .tt{float:left;width:428px;font-size:13px;margin-top:4px;color:#333;}
.news .con ul li .des{float:left;width:428px;font-size:12px;margin-top:10px;color:#999;}
.news .con ul li:hover *{color:#fff;}
.news .con ul li:hover .date *{color:#fff;}
.news .con ul li:hover .date p{border-bottom:1px solid #fff;}
.news .con ul li:hover{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); /* 标准的语法 */}





#indexlink{width:100%;height:337px;}
.link{width:1200px;margin:auto;}
.link .tit{width:100%;padding-top:50px;text-align:center;}
.link .con{width:100%;margin-top:25px;}
.link .con ul li{float:left;width:215px;height:64px;float:left;margin-right:31px;margin-bottom:12px;overflow:hidden;}
.link .con ul li:nth-child(5n){margin-right:0px;}





#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 #139468;}
.pxxm ul li p{width:100%;height:35px;text-align:center;line-height:35px;overflow:hidden;}



.yqlink{width:948px;min-height:350px;margin-bottom:50px;float:right;margin-top:25px;}
.yqlink ul{width:100%;overflow:hidden;}
.yqlink ul li{width:215px;height:104px;float:left;margin-right:29px;}
.yqlink ul li:nth-child(4n){margin-right:0px;}
.yqlink ul li p{width:100%;height:40px;text-align:center;line-height:40px;overflow:hidden;}




.role{width:948px;min-height:350px;margin-bottom:50px;float:right;margin-top:20px;}
.role ul li{width:100%;height:50px;line-height:50px;margin-bottom:15px;background:#eee;}
.role ul li a{padding-left:70px;width:878px;display:block;}
.role ul li a .date{float:right;margin-right:70px;}
.role ul li:hover{background:#358ed0;}
.role ul li:hover a,.role ul li:hover .date{color:#fff;}


.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%;}



.forms{width:700px;margin:auto;margin-right:124px;}
.forms .zptt{text-align:center;color:#333;margin-bottom:10px;}
.forms .text{float:left;width:350px;margin-bottom:15px;}
.forms .text p{float:left;width:120px;line-height:32px;text-align:center;}
.forms .text input{border:1px solid #ddd;width:160px;height:30px;padding-left:10px;}
.forms .text span{color:red;}
.forms .sel{float:left;width:350px;margin-bottom:15px;}
.forms .sel p{float:left;width:120px;line-height:32px;text-align:center;}
.forms .sel select{width:100px;height:32px;border:1px solid #ddd;}
.forms .sel span{color:red;}
.forms .textarea{width:100%;margin-bottom:12px;}
.forms .textarea p{float:left;width:120px;line-height:252px;text-align:center;}
.forms .textarea textarea{width:525px;height:210px;border:1px solid #ddd;padding:20px;}
.forms #btnSubmit{margin:auto;margin-top:20px;margin-bottom:20px;display:block;width:120px;height:35px;text-align:center;line-height:35px;background:#358ed0;border:none;cursor:pointer;border-radius:5px;color:#fff;}






.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:36px;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:#139468;}





#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, #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); /* 标准的语法 */}
#sidenav ul{width:224px;}
#sidenav ul li.nv{width:224px;height:50px;line-height:50px;background: -webkit-linear-gradient(left,#139468, #358ed0); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left,#139468, #358ed0); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left,#139468, #358ed0); /* Firefox 3.6 - 15 */
	background: linear-gradient(left,#139468, #358ed0); /* 标准的语法 */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:#f27d7a;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:#358ed0;}
#sidenav ul li a.cur{background:#358ed0;}
#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;}



/*内网登录*/
.nelogin{width:100%;height:1080px;background:url(../images/bg.jpg) no-repeat center;overflow:hidden;}
.nelogin .con{margin:auto;margin-top:390px;}
.nelogin .con .tt{text-align:center;font-size:28px;font-weight:bold;
	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); /* 标准的语法 */
	-webkit-background-clip: text;
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;}
.nelogin .con .tit{width:285px;margin:auto;margin-top:18px;color:#333;}
.nelogin .con #name_tr{width:285px;margin:auto;margin-top:5px;}
.nelogin .con .user{width:233px;height:42px;border:1px solid #9d9d9d;font-size:16px;border-radius:4px;padding-left:50px;background:#fff url(../images/user.png) no-repeat 18px center;}
.nelogin .con #pass_tr{width:285px;margin:auto;margin-top:9px;}
.nelogin .con .pass{width:233px;height:42px;border:1px solid #9d9d9d;font-size:16px;border-radius:4px;padding-left:50px;background:#fff url(../images/pass.png) no-repeat 18px center;}
.nelogin .con .veriy{width:285px;height:44px;margin:auto;margin-top:9px;}
.nelogin .con .code{width:129px;height:42px;border:1px solid #9d9d9d;float:left;font-size:16px;border-radius:4px;padding-left:50px;background:#fff url(../images/code.png) no-repeat 18px center;}
.nelogin .con .veriy img{width:100px;height:42px;margin-left:4px;margin-top:1px;float:left;cursor:pointer;}
.nelogin .con .submit{width:285px;height:48px;line-height:48px;display:block;text-align:center;margin:auto;margin-top:10px;color:#fff;font-size:18px;border-radius:4px;border:none;
	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); /* 标准的语法 */
}
.nelogin .con .reg{width:285px;margin:auto;margin-top:10px;}
.nelogin .con .reg .link1{float:left;font-size:16px;}
.nelogin .con .reg .forget{float:right;font-size:16px;}



/*footer*/
.footer_top{width:100%;height:238px;background:#333;}
.footer_top .address{width:1200px;margin:auto;}
.footer_top .address .logo{float:left;margin-top:98px;margin-right:112px;width:336px;}
.footer_top .address .logo b,.footer_top .address .logo span{font-size:24px;
	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); /* 标准的语法 */
	-webkit-background-clip: text;
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;}
.footer_top .address .logo span{font-size:11.8px;}
.footer_top .address .line{height:160px;border-right:1px solid #484848;float:left;margin-top:45px;margin-right:50px;}
.footer_top .con{width:320px;height:190px;margin-top:36px;line-height:220%;float:left;color:#999;font-size:12px;}
.footer_top .map{width:370px;height:205px;margin-top:19px;overflow:hidden;float:right;}	
.footer_bottom{width:100%;height:50px;background:#262626;line-height:50px;color:#c8c8c8;}
.footer_bottom .fter{width:1200px;margin:auto;font-size:12px;}
.footer_nav{width:100%;height:58px;line-height:58px;background:#333;border-bottom:1px solid #4f4f4f;}
.footer_nav ul{width:1200px;height:100%;margin:auto;}
.footer_nav ul li{float:left;margin-right:45px;}
.footer_nav ul li a{color:#c8c8c8;}


.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;
}



