/*------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:hover{
	text-decoration:none;
	color: #ca1c28;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}



a{text-decoration:none;}


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

/*header*/
.top{    width: 1400px;
	margin: 0 auto;
	z-index: 100;
	background: #fff;}
.top .logo{float:left;margin-top:10px;font-size:0px;}
.nav{float:right;line-height:100px;}
.navul{margin-right: 90px}
.navul li{float:left;height:100px;position:relative;padding: 0}
.navul li>a{    font-size: 16px;
	padding: 40px 13px;}
.navul li.cur{background:#113472;}
.navul li.cur a{color: white}
.navul li>a:hover{background:#113472;color: white;
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.navul li .nav_son{display: none;position: absolute;left: 50%;top: 100px;z-index:100;text-align:center;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);margin-left: -80px;width: 160px;font-size: 14px;background: #FFF;animation: fromBottomFade .6s ease both;-webkit-animation: fromBottomFade .6s ease both;}
.navul li .nav_son a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#222;display:block;padding:10px 20px;border-bottom:1px solid #ebebeb;line-height:23px;}
.navul li .nav_son a:hover{color:#008b92;background:#f5f5f5;}
.navul li .line{width:0px;height:3px;position:absolute;top:66px;left:0px;background:#008b92;}
.navul li:hover .line{width:100%;}
.navul li:hover .nav_son{display:block;}





/*banner*/
#indexbanner{ height: 500px; overflow: hidden; position: relative;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 999; width: 100%; color: rgba(0,0,0,0);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#indexbanner .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);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}



.title{    font-size: 22px;  color: black;  border-bottom:1px solid #ebeaeb;  padding: 20px 0;}

.title span{font-size: 16px}




#indexproduct{    width: 1200px;  height: 750px;  margin: 0 auto;    padding-top: 20px;}
.product{width:1200px;height:100%;margin:auto;overflow:hidden;}
.product .tit{margin-top:70px;}

.product .cpzs{width:100%;margin-top:50px;}
.product .cpzs ul{display:none;}
.product .cpzs ul:first-child{display:block;}
.product .cpzs ul li{width:290px;height:306px;float:left;margin-right:12px;overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; }
.product .cpzs ul li:nth-child(4n){margin-right:0px;}
.product .cpzs ul li .pic{    width: 288px;
	height: 200px;
	display: block;
	overflow: hidden;
	text-align: center;
	background: #fff;
	position: relative;
	border: 1px solid #ededed; }
.product .cpzs ul li .pic span{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0.3);}
.product .cpzs ul li .pic img:hover{transition: all 2s;transform: scale(1.4);}
.product .cpzs ul li .pic img{    width: 100%;
	height: 100%;
	margin: auto; }
.product .cpzs ul li .tt{text-align: center;
	line-height: 50px;
	color: #211e1ec2;
	font-size: 16px;
padding-left: 20px;
	background:url(/Themes/default/images/gdisc.jpg) no-repeat;
}




/* #indexabout{     height: 900px;  background:url(/Themes/default/images/aboutbg.png) no-repeat center;background-size: cover;margin-top: 25px;} */
#indexabout{  background:url(/Themes/default/images/aboutbg.png) no-repeat center;background-size: cover;margin-top: 25px;}
.about{width:1200px;margin:auto;overflow:hidden;    padding-top: 30px;}
.about .tit{margin-top:67px;}
.about .tit p{color:#fff;}
.about .more{    width: 128px;
	height: 40px;
	line-height: 40px;
	background: #008b92;
	text-align: center;
	color: #fff;
	margin-left: 450px;
	display: block;
	margin-top: 52px;
	position: relative;
	z-index: 5;}
.about .more:before{content:"";width:0;height:40px;position:absolute;top:0;left:0;background:#11b0b8;z-index:-1;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.about .more:hover:before{width:100%;}
.about div p{color: white;overflow: hidden}

.about div p img:hover{
	transition: all 3s;transform: scale(1.2);
}
.about .lefts{    float: left;  width: 615px; padding-top:30px;}
.about .lefts p{  line-height: 26px;  margin: 30px 40px 0 10px;  }
.about .right1{width: 250px;float: left; padding-top:30px;}
.about .right1 .tit{    margin-top: 60px;  margin-left: 28px;  font-size: 24px;  font-weight: bold;}
.about .right1 .ft{margin-left: 28px;font-size: 20px;margin-top: 10px;}
.about .right1 .con{margin-left: 28px;  line-height: 25px;  margin-bottom: 70px;  margin-top: 21px; }

.about .right2{width: 250px;float: left;margin-left: 3px;padding-top:30px;}
.about .right2 .tit{    margin-top: 60px;  margin-left: 28px;  font-size: 24px;  font-weight: bold;}
.about .right2 .ft{margin-left: 28px;font-size: 20px;margin-top: 10px;}
.about .right2 .con{margin-left: 28px;  line-height: 25px;  margin-bottom: 70px;  margin-top: 21px; }

.projects{    height: 185px;  background: #3a73d1;  width: 1200px;  margin: 40px auto 20px auto;  box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);}
.projects .con .list{width:25%;float:left;text-align:center;margin-top: 45px;}
.projects .con .list .des{font-size:18px;color:#ffffff;}
.projects .con .list .des span{font-size:56px;color:#ffffff;margin-right:5px;position:relative;top:3px;}
.projects .con .list .des i{color:#ffffff;font-size:14px;font-style:normal;position:relative;top:-40px;}
.projects .con .list p{margin-top:10px;color:#ffffff;line-height:25px;}

#sidenav{	float: left;	width: 270px;	margin-right: 30px;}
#sidenav ul li{     width: 270px;	margin-bottom: 2px;	background: #f5f5f5;	text-align: center;}
#sidenav ul li a{	padding: 26px 0px;	display: block;	width: 270px;}
#sidenav ul li a:hover ,#sidenav ul li:hover{	background: #3a73d1;	color: white;}
#sidenav ul li .cur{	background: #3a73d1;	color: white;}
#sidenav1{	width: 100%;height:66px;background:#f8f8f8;}
#sidenav1 .left{float: left;line-height:66px;}
#sidenav1 ul{float:right;}
#sidenav1 ul li{    float:left;margin-left:35px;} 
#sidenav1 ul li a{color:#3333333;line-height:66px;display:block;} 
#sidenav1 ul li a:hover{color:#3a73d1;}
#sidenav1 ul li a.cur{color:#3a73d1;}


#indexcase{width:100%;overflow:hidden;}
.case{width:1200px;height:100%;margin:auto;overflow:hidden;}
.case .tit{margin-top:73px;}
.case .tab{width:100%;height:36px;margin-top:30px;overflow:hidden;}
.case .tab ul{position:relative;left:50%;float:left;}
.case .tab ul li{float:left;width:142px;height:36px;text-align:center;line-height:36px;margin-right:5px;position:relative;right:50%;}
.case .tab ul li a{width:100%;height:100%;display:block;background:#f5f5f5;}
.case .tab ul li.current a{color:#fff;background:#008b92;}
.case .tab ul li a:hover{color:#fff;background:#008b92;}
.case .tab ul li:last-child{margin-right:0px;}
.case .cpzs{width:100%;height:266px;margin-top:55px;}
.case .cpzs ul{display:none;}
.case .cpzs ul:first-child{display:block;}
.case .cpzs ul li{width:370px;height:266px;float:left;margin-right:45px;}
.case .cpzs ul li:nth-child(3n){margin-right:0px;}
.case .cpzs ul li .pic{width:370px;height:266px;border:5px solid #eee;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.case .cpzs ul li .pic span{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0.3);}
.case .cpzs ul li .pic span:before{content:"+";position:absolute;top:60px;left:155px;width:45px;height:45px;line-height:45px;color:#fff;border-radius:50%;text-align:center;background:#008b92;font-size:22px;transition: all 0.6s ease 0s;}
.case .cpzs ul li .pic:hover{border:5px solid rgba(0,0,0,0.3);box-shadow:0px 3px 5px rgba(0, 0, 0, 0.2);}
.case .cpzs ul li .pic:hover span{opacity:1;}
.case .cpzs ul li .pic:hover span:before{top:110px;}
.case .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}






#indexnews{    width: 100%;
	height: 600px;
	margin-top: 73px;}
.news{width: 1200px;margin: 0 auto}
.news .tab{    width: 330px;  margin: 0 auto;}
.news .tab ul li{float: left;margin-right: 3px}
.news .tab ul li a{
	padding: 10px;
	background: white;
border: 1px solid #dcdcdc;
}



.news .con .left .pic 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 */}
.news .con .left .one{margin-top:30px;}
.news .con .left .one a{width:100%;height:100px;display:block;position:relative;}
.news .con .left .one a:after{content:"";width:19px;height:11px;background:url(../images/right.png) no-repeat center;position:absolute;top:3px;right:25px;opacity:0;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.news .con .left .one .tt{width:80%;font-size:16px;margin-bottom:30px;}
.news .con .left .one .date{text-align:center;width:57px;float:left;}
.news .con .left .one .date p{font-size:26px;font-weight:lighter;}
.news .con .left .one .date span{font-size:20px;font-weight:lighter;color:#666;}
.news .con .left .one .des{float:left;width:510px;margin-left:8px;color:#999;line-height:27px;margin-top:-4px;height:50px;overflow:hidden;}
.news .con .left .one a:hover .tt{color:#83ccd3;}
.news .con .left .one a:hover:after{right:0;opacity:1;}
.news .us{display: none}
.news .us:first-child{display: block}
.news .us ul{float:right;width:517px;}
.news .us ul li{width:100%;position:relative;}
.news .us ul li:hover a p ,.news .us ul li:hover{
	background: #21bbb8;
	color: white;

}
.news .us ul li:after{content:"";width:0;position:absolute;left:0;bottom:-1px;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.news .us ul li a{    width: 100%;
	height: 20px;
	padding: 13px;
	display: block;}
.news .us ul li .date{float:left;text-align:center;width:57px;margin-left:20px;margin-right:12px;}
.news .us ul li .date p{font-size:26px;font-weight:lighter;}
.news .us ul li .date span{font-size:20px;font-weight:lighter;color:#666;}
.news .us ul li .tt{font-size:16px;margin-bottom:13px;}
.news .us ul li .titles{overflow: hidden;/*超出部分隐藏*/white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/}
.news .us ul li .des{color:#999;}
.news .us ul li:hover .tt{color:#83ccd3;}
.news .us ul li:hover:after{width:100%;}
.news .us {overflow: hidden; width: 1200px;margin: 0px auto;margin-bottom: 20px;}
.news .us .cont{ width: 700px;  display: inline-block;  float: left;  margin-right: 40px;  margin-top: 15px;  padding-top: 10px;  padding-left: 10px;}

.news .us .cont:last-child{margin-right: 0px; }

.news .us .cont .cont11{ height: 180px;  overflow: hidden;}
.news .us .cont .cont11 .titles{     font-size: 18px;  color: #333333;  font-weight: normal;  line-height: 30px;  margin-top: 20px;  margin-bottom: 10px;  margin-left: 40px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.news .us .cont .cont11 .datatime{ margin-left: 40px}
.news .us .cont .cont11 .content{ font-size: 13px; font-weight: 300;width: 400px; margin-top: 15px; color: #999999;line-height: 30px; margin-left: 40px;overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; }
.news .us .cont .cont22{float: left}
.news .us .cont .cont22 .contimg{ position: relative; overflow: hidden;display: inline-block;z-index: 999;}
.news .us .cont .cont22 .article{ background-color: rgba(46,140,199,0.3); position: absolute; display: none; width: 100%;height: 100%;margin-top: -210px;}
.news .us .cont .cont22 .article p{text-align: center; padding-top: 100px;font-size: 32px;
	color: white;}
.news .us .cont .cont22 a:hover .article{ display: block;}



.news .us .cont:hover , .news .us .cont:hover p , .news .us .cont:hover .titles,  .news .us .cont:hover .content{background: #21bbb8;color: white}




#indexequip{width:100%;height:305px; background-color: #f5f5f5;}
.equip{width:1200px;margin:auto;}
.equip .tit{width:100%;padding-top:20px;text-align:center;}
.equip .tit .en{color: #e90000;font-size: 36px; font-family: 微软雅黑; font-weight:bold; }
.equip .con{width:1200px;height:100px;margin-top:45px; text-align: center;}
.equip .con ul li{float:left;margin-left: 12px; width:199px;height:95px; float:left;overflow:hidden;background: #f5f5f5}
.equip .con ul li .ename{font-size: 18px; line-height: 36px; font-weight: lighter; }
.equip .con ul li .pic{       width: 197px;
	height: 93px;
	display: -webkit-flex;
	border: 1px solid rgba(53, 53, 53, 0.11);
	overflow: hidden;}
.equip .con ul li .pic:hover{ padding-left: -47px; padding-right: -47px; }
.equip .con ul li img{transition: transform 0.9s ease 0s; margin: auto ;}
.equip .con 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 */}




#ne_nav{    width: 100%;
	height: 66px;
	line-height: 66px;}
/*#ne_nav p{line-height:40px;padding-left:30px;background:url(../images/home.png) no-repeat left center;}*/




.col{    width: 70%;
	min-height: 450px;
	line-height: 220%;
	margin-top: 40px;
	margin-bottom: 50px;
	float: left;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}
.col img{max-width:100%;}


.maintit{text-align:center;margin-top:45px;}
.maintit p{font-size:30px;color:#333;font-weight:lighter;margin-bottom:10px;}
.maintit span{font-size:16px;color:#999;text-transform:uppercase;}
.son_nav{margin-top:25px;text-align:center;}
.son_nav a{padding:0px 20px;height:45px;line-height:45px;border-radius:2px;border:1px solid #dcdcdc;color:#333;display:inline-block;margin:0px 10px;transition: color 0s;}
.son_nav a.active{background:#008b92;color:#fff;border:1px solid #008b92;}
.son_nav a:hover{background:#008b92;color:#fff;border:1px solid #008b92;}







.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{padding-left:150px;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#008b92;float:left;border:none;}


.inset{min-height:350px;width:100%;overflow:hidden;padding-bottom:50px;}
.dslb{width:100%;}
.dslb ul li{width:25%;float:left;}

.productshow img{max-width:100%;}

.xwzx{width:70%;float:left;min-height:350px;}
.xwzx ul{width:100%;overflow:hidden;}
.xwzx ul li{width:100%;line-height:30px;padding:15px 0px;transition: all 0.3s ease 0s;border-bottom:1px solid #ddd;position:relative;}
.xwzx ul li a{width:98%;margin:auto;display:block;}
/*.xwzx ul li .pic{float:left;width:247px;height:187px;text-align:center;position:relative;}
.xwzx ul li .pic:before{content: '';display: block;width:13px;height:13px;border-left: 1px solid #ddd;border-top: 1px solid #ddd;position: absolute;z-index: 2;left: 0;top: 0;
	transition:all 0.65s ease 0s;
	-ms-transform:all 0.65s ease 0s; 
	-moz-transform:all 0.65s ease 0s; 
	-webkit-transform:all 0.65s ease 0s; 
	-o-transform:all 0.65s ease 0s; }
.xwzx ul li .pic:after{content: '';display: block;width:13px;height:13px;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;position: absolute;z-index: 2;right: 0;bottom: 0;
	transition:all 0.65s ease 0s;
	-ms-transform:all 0.65s ease 0s; 
	-moz-transform:all 0.65s ease 0s; 
	-webkit-transform:all 0.65s ease 0s; 
	-o-transform:all 0.65s ease 0s; 	}
.xwzx ul li .pic img{margin-top:4px;}
*/
.xwzx ul li .tt{font-size:16px;color:#333;width:70%;float:left;}
.xwzx ul li .date{width:30%;float:right;text-align:right;}

.xwzx ul li:hover .tt{color:#3a73d1;}
.xwzx ul li:hover .date{color:#3a73d1;}



/*

.dongtaiN a{ margin:0 auto;  position:relative; }

.dongtaiN li{
	height: 150px;
	padding:15px 10px;  border-bottom:#ebebeb dashed 1px;
	width: 900px;
	transition:ease-in-out 0.2s;

	-moz-transition:ease-in-out 0.2s;

	-ms-transition:ease-in-out 0.2s;

	-o-transition:ease-in-out 0.2s;

	-webkit-transition:ease-in-out 0.2s;



}
.dongtaiN li:hover span,.dongtaiN li:hover strong,.dongtaiN li:hover h5,.dongtaiN li:hover p{ color:#FFF;}
.dongtaiN li img{    width: 200px;
	height: 130px;
	margin-top: -25px;}
.dongtaiN li:hover{background:#346dce;color: #346dce; }

.riqiN{    float: right;
	 width: 70px; 
	text-align: center;
	margin-right: 30px;
	font-weight: normal;}


.wen{float:left;
width: 730px;
	overflow: hidden;white-space: nowrap;
	text-overflow:ellipsis;
	

}

.wen h5{ font-size:18px; font-weight:normal; color:#333; }

.wen p{ line-height:24px; color:#666; font-size:14px;overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2; }
	*/


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


.navs div p:first-child{
	margin-top: 40px;
}

/*footer*/
/*footer*/
#footer{width:100%;height:384px;background:#2c2f34;    }
.footer_top{height:327px;border-bottom:1px solid #4d4d4d;}
.footer_top .navs p{color: #dadada;margin-top: 10px;margin-bottom: 0px;font-size: 13px}
.footer_top .navs p span{color: white;font-weight: bold}
.footer_top .logo{    float: left;  margin-top: 148px;  margin-right: 158px;  margin-left: 9px;}
.footer_contact{    float: left;
	margin-top: 59px;
	margin-left: 80px;
	width: 410px;}

.foot_contact{float:left;margin-top:59px;border-right: 1px solid #3c405d;}
.foot_contact ul{margin: 0 50px 0 0}
.foot_contact ul li{margin-bottom: 24px;margin-bottom: 50px;}
.foot_contact ul li a{    color: #fff;
	font-size: 17px;}
.foot_contact ul li a:hover{
	border-bottom: #21bbb9 1px solid;
	padding-bottom: 10px;
}
.footer-nav{padding-left: 60px;
	float: left;
	margin-top: 59px;
	margin-left: 20px;
	border-right: 1px solid #3c405d;
	border-left: 1px solid #3c405d;
	height: 234px;}
.footer-nav ul{    float: left;
	margin-right: 50px;}
.footer-nav ul li{margin-bottom: 24px}
.footer-nav ul li a{color:#dadada }
.footer-qrcode{float:left;margin-top:59px;margin-left: 67px}
.footer_bottom{    height: 57px;
	line-height: 57px;
	color: #667384;
	font-size: 12px;}




.mypage{
    text-align: center;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #3a73d1;
	border: 1px solid #3a73d1;
	padding: 5px 10px;
	margin: 0 5px;
}		
.mypage	span.current,.mypage a.current{
	background: #3a73d1;
	color: #fff;
}



.contact-page .cn-form {
	width: 67%;
	float: left;
	padding: 25px 35px 15px;
}

.inner-page .page-right-bar {
	width: 75%;
	padding: 0;
	background: #fff;
}
.inner-page .piclist li {
	float: left;
}
.inner-page .piclist li .litit {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-align: center;
	margin-top: 10px;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	text-transform: uppercase;
}
.inner-page .piclist li .liintro {
	font-size: 14px;
	color: #333;
	margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
	color: #ff0000;
}
.about-page .about-artical img {
	width: auto;
	max-width: 100%;
}
.about-page .about-artical p {
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 15px;
}
.product-page .piclist li {
	margin-right: 3%;
	margin-bottom: 30px;
	width: 31.32%;
}
.product-page .piclist li h3{
	color: #000;
}
.product-page .piclist li .layer-box{
	display: none!important;
}
.i-pro-load-img{
	position: absolute;
	top: 100px;
	left: 50%;
	width: auto;
	height: auto;
	margin: 0 0 0 -15px;
	width: 30px;
}
.product-page .piclist li h3{
	display: block;
	text-align: left;
	padding-top:15px;
	text-align: center;
	font-size: 15px;
	margin-top: 16px;
}
.product-page .piclist li h3 a{
	color: #333;
}
.prodet-page .product-details .prodet-top-l {
	width: 55%;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
	margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
	float: left;
	width: 15%;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 0;
}
.prodet-page .product-details .prodet-top-r {
	position: relative;
	width: 40%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.prodet-page .product-details .prodet-top-r .prodetail {
	margin: 20px 0 60px;
	font-size: 14px;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
	line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	color: #fff;
	width: 195px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #ff0000;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
	background: #000;
}
.prodet-page .pro-title {
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #ff0000;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
}
.prodet-page .prodet-details {
	margin-top: 50px;
	margin-bottom: 20px;
}
.prodet-page .prodet-details p {
	line-height: 2em;
	font-size: 14px;
}
.news-page .newslist li {
	padding: 0 10px 8px 20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.news-page .newslist li .new-l {
	width: 25%;
}
.news-page .newslist li .new-r {
	width: 100%;
}
.news-page .newslist li .new-r h3 {
	font-size: 16px;
	font-weight: 600;
	color: #555;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
}

.pxxm{    width: 900px;
	min-height: 350px;
	margin-bottom: 50px;
	float: right;
	margin-top: 26px;
	line-height: 220%;}
.pxxm p{line-height: 170%}
.pxxm ul{width:100%;overflow:hidden;}
.pxxm ul li{width:269px;height:278px;float:left;margin-right:42px;}
.pxxm ul li:nth-child(3n){margin-right:0px;}
.pxxm ul li .pic{width:269px;height:202px;    border: 1px solid #211e1e17;text-align:center;overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition: all 2s;}
.pxxm ul li .pic img:hover{transition: all 2s;transform: scale(1.4);}

.pxxm ul li .pic:hover{    border: 1px solid #211e1e17;}
.pxxm ul li p{width:100%;height:35px;text-align:center;line-height:35px;}
.pxxm div{font-size: 14px; font-family: "微软雅黑";line-height: 220%}




.box{
	width: 900px;
}
.all{
	width: 900px;height: auto;overflow: hidden;
}
.top-img{
	width: 900px;height: auto;font-size: 0;position: relative;
}
.activeimg{
	overflow: hidden;height: 300px;position: relative;
}
.top-img .activeimg img{
	width: 900px;height: 600px;
}
.top-img .left{
	width: 80px;height: 300px;position: absolute;left: 0;top: 0;text-align: center;line-height: 300px;
	cursor: pointer;float: left;
}
.top-img .right{
	width: 80px;height: 300px;;position: absolute;left:420px;top: 0;text-align: center;line-height: 300px;
	cursor: pointer;float: left;
}
.top-img .left:hover,.top-img .right:hover{
	background: rgba(0,0,0,0.5);
}

.bot-img{
	height: 90px;width: 900px;margin-top: 15px
}
.bot-img ul{
	height: 100px;
	margin-left: 30px;
	float: left;
}
.bot-img ul li{
	width: 152px;margin-right: 10px;float: left;border: 1px solid #fff;cursor: pointer;font-size: 0;
}

.bot-img ul li img{
	width: 100%;
}
.bot-img ul li:last-child{
	margin-right: 0;
}
.pro-titles{
	font-size: 24px;
	margin: 10px 0;
	color: black;
}

.cn-form {
	width: 100%;
	height: auto;
	padding: 35px 45px 25px;
	border: 1px solid #dddddd;
	background: #fff;    margin-bottom: 30px;
}
.cn-form p {
	font-size: 18px;
	padding: 10px 0;
	color: #666;
}
.cn-form .formtit {
	margin-bottom: 26px;
	font-size: 22px;
	font-weight: 600;
	line-height: 23px;
	color: #444;
	text-align: center;
	padding-bottom: 18px;
	background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
	margin-bottom: 13px;
	color: #444;
}
.cn-form li label {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.cn-form .btnTjly {
	font-size: 15px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	width: 100%;
	height: 38px;
	background: #ff0000;
	border: none;
	cursor: pointer;
	color: #fff;
}
.cn-form .btnTjly:hover {
	background: #000;
}
.cn-form .m-form-l {
	width: 49%;
}
.cn-form .m-form-l li .iptTxt {
	font-size: 13px;
	padding: 0 15px;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	width: 100%;
	border: 1px solid #dedede;
	height: 40px;
	outline: none;
	background: #fff;
	color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
	border-color: #e9322d;
	box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	outline: 0;
	background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
	width: 95%;
	height: 383px;
	border: 1px solid #dedede;
	outline: none;
	resize: none;
	padding: 14px;
	color: #ccc;
	line-height: 18px;
}
.cn-form .m-form-r {
	width: 49%;
}
.cn-form .m-form-r textarea {
	height: 315px;
	width: 100%;
	border: 1px solid #dedede;
	font-size: 13px;
	padding: 10px 15px;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
	border-color: #e9322d;
	box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	-o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
	outline: 0;
	background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
	display: block;
	margin: 0 auto;
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.cn-form .yzm img {
	width: 19.4%;
	display: inline-block;
}
.cn-form .yzm input {
	font-size: 13px;
	padding: 0 15px;
	width: 75.6%;
	border: 1px solid #dedede;
	height: 30px;
	outline: none;
	background: #fff;
	color: #777;
}