@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff ;font-size: 14px;font-family: "微软雅黑";color: #333;line-height: 22px;min-width: 1250px;}
@font-face{
    font-family: 'Open-Sans';
    src : url('../fonts/Open-Sans.ttf.otf');
}
a {text-decoration: none;color: #333;transition: all 0.3s;}
a:hover{color: #0079bb;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
.l {width: 1200px;margin: 0 auto;}
.left {	float: left;}
.right {float: right;}

/*------------------------------  顶部通用-------------------------------*/
.top .logo{float: left;margin:13px 0 10px;}
.top .logo img{height: 48px;}


/*导航*/
.navBar{margin:0px auto; height: 40px;line-height: 40px;color:#333;}
.nav{position:relative;float: right;margin:0 auto;font-size:16px;  z-index:2}
.nav a{color:#333;}
.nav h3{font-size:100%;font-weight:normal;margin: 19px auto;}
.nav .m{float:left;position:relative;z-index:1;}
.nav .s{float:left;width:3px;text-align:right;color:#D4D4D4;font-size:12px;}
.nav h3 a{display:block;margin-left: 50px;text-align:right;text-transform: uppercase;}
.nav .sub li a:hover{color:#fff;}
.nav h3 a:hover{ background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1)); -webkit-background-clip: text; color: transparent;}
.active a{ background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1)); -webkit-background-clip: text; color: transparent;}
.nav .sub{display:none;position:absolute;left: -1px;top: 78px;z-index:1;width:160px;border-top:0;background:#fff;box-shadow: 2px 4px 8px rgba(51, 51, 51, .25);	}
.nav .sub li{text-align:center;margin-bottom:-1px;}
.nav .sub li a{display:block;border-bottom:1px solid #eee;padding:5px 0;height:28px;line-height:28px;color:#666;font-size:14px;text-transform: capitalize;background: none;}
.nav .sub li a:hover{background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1));}
.sticky-nav.menu_fixed {	
	position: fixed;	
	top: 0;	
	left: 0;	
	width: 100%;	
	z-index: 99;	
	animation: sticky 1s;	
	box-shadow: 2px 4px 8px rgba(51, 51, 51, .25);	
	background-color: #fff;
}

.sticky-nav.menu_fixed .nav h3{ margin: 26px auto;}
.sticky-nav.menu_fixed .nav .sub{top: 92px;}
@keyframes sticky {	
	0% {		
		transform: translateY(-100%)	
	}	
	100% {		
		transform: translateY(0)	
	}
}

/*banner*/
.flexslider{position:relative;height:700px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:700px;}
.slides li a{display: block;width: 100%;height: 100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:30px;height:3px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:30px;height:3px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;
cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;/*top:45%;*/}
/* .flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}.flex-direction-nav li a.flex-prev{left:20px;background:url(../images/prev.png) center center no-repeat; top:190px;}.flex-direction-nav li a.flex-next{right:20px;background:url(../images/next.png) center center no-repeat;top:190px;} *//*banner-end*/

/*index*/
.in_num{width: 100%;background: #f5f5f5;}
.syabout_ul {width: 100%;text-align: center;padding: 30px 0;}
.syabout_ul li{display: inline-block;width: 24.55%;padding-top: 25px;}
.syabout_ul li p{font-size: 16px;color: #666;line-height: 50px;}
.syabout_ul li b i,.syabout_ul li b em{font-style: initial;}
.syabout_ul li b i{font-size: 54px;color: #6d6d6d;font-weight: 100;font-family: 'Open-Sans';}
.syabout_ul li b em{font-weight: 400;font-size: 14px;color: #666;display: inline-block;margin-left: 10px;}
.in_about{width: 100%;position: relative;}
.in_about-img{width: 50%;position: absolute;top: 0;right: 0;overflow: hidden;}
.in_about-img img{width: 100%;min-height: 693px;}
.in_about_l{width: 680px;float: left;margin-top: 30px;}
.in_about_title{text-align: left;color: #6d6d6d;}
.in_about_title h2 a{
	background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1)); 
	-webkit-background-clip: text; 
	color: transparent;
	font-size: 30px;
	line-height: 80px;
	font-weight: bold;	
	text-transform: uppercase;
}
.in_about_title h4{position: relative;font-size: 20px;}
.in_about_title h4::after{content: "";position: absolute;background: #999;width: 40px;height: 1px;top: 12px;left: 86px;}
.in_about_text{background: #fff;border-radius: 5px;box-shadow: 0px 0px 15px rgba(0,0,0,0.15);width: 100%;padding: 20px 30px;z-index: 9; position: relative;margin-top: 30px;}
.in_about_text .in_about_h3{font-size: 18px;color: #666;margin-bottom: 20px;}
.in_about_text p{font-size: 14px;color: #666;line-height: 30px;}
/*按钮*/
.light-btn {
  text-decoration: none;
  transform: translate(-50%, -50%);
  font-size: 16px;
  background: linear-gradient(90deg, #005497, #00aded, #00aded, #005497);
  background-size: 400%;
  width: 140px;
  height: 45px;
  line-height:45px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 1;
  display: block;
  margin-top: 80px;
  margin-left: 71px;
}

.light-btn:hover::before,
.light-btn:hover {
  animation: sun 8s infinite;
  color: #fff;
}

.light-btn::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom:0px;
  background: linear-gradient(90deg, #005497, #00aded, #00aded, #005497);
  background-size: 400%;
  border-radius: 5px;  
  z-index: -1;
}

@keyframes sun {
  100%{
    background-position: -400% 0;
  }
}

.sy_title{text-align: center;padding: 50px 0;}
.sy_title h3 a{font-size: 30px;font-weight: bold;background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1));-webkit-background-clip: text;color: transparent;}
.sy_title p{font-size: 14px;color: #999;margin-top: 15px;text-transform: uppercase;}

.in_xm{width: 100%;background: url(../images/index_01.jpg) no-repeat center;margin-top: 24px;padding-top: 10px;}
.in_xm .sy_title h3 a{color: #fff;}
.in_xm .sy_title p{color: #fff;opacity: 0.7;}
.in_xm_ul{width: 100%;text-align: center;margin-top: 15px;}
.in_xm_ul li{display: inline-block;width: 296px;margin-bottom: 90px;}
.in_xm_ul li span{width: 100px;height: 87px;margin: 0 auto;background: url(../images/index_11.png) no-repeat;display: block;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
.in_xm_ul li .in_xm_ico1{background-position: 5px 0px;}
.in_xm_ul li .in_xm_ico2{background-position: -127px 0px;}
.in_xm_ul li .in_xm_ico3{background-position: -259px 0px;}
.in_xm_ul li .in_xm_ico_1{background-position: -389px 0px;}
.in_xm_ul li .in_xm_ico_2{background-position: -534px 0px;}
.in_xm_ul li .in_xm_ico_3{background-position: -670px 0px;}
.in_xm_ul li .in_xm_ico_4{background-position: -796px 0px;}
.in_xm_ul li h4{font-size: 18px;line-height: 40px;margin-top: 10px;color: #fff;}
.in_xm_ul li p{font-size: 14px;color: #fff;text-transform: uppercase;opacity: 0.7;}
.in_xm_ul li:hover span{
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.in_ys{width: 100%;background: #fff;box-shadow: 0 0 20px rgba(0,152,217,0.29);overflow: hidden;}
.in_ys_ul{text-align: center;color: #fff;}
.in_ys_ul li{display: inline-block;width: 25%;float: left;background: linear-gradient(to bottom, rgb(0 176 240) , rgb(0 78 145 / 82%));color: #fff;
    position: relative;
    overflow: hidden;
}
.in_ys_ul li:hover {
  
}

.in_ys_ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255,255,255, 0.2),
    transparent
  );
  transition: all 600ms;
}

.in_ys_ul li:hover:before {
  left: 100%;
}
.in_ys_ul li:nth-child(2n):before{
	background: linear-gradient(
    110deg,
    transparent,
    rgba(0,176,240, 0.1),
    transparent
  );
}

.in_ys_ul li:nth-child(2n){background: #fff;color: #666;}
.in_ys_ul li h3{font-size: 30px;margin: 45px 0 35px;}
.in_ys_ul li:nth-child(2n) h3{color: #0079bb;}
.in_ys_ul li p{font-size: 14px;line-height: 28px;padding: 0 20px;height: 140px;margin: 25px 0 30px;}
.in_ys_ul li span{display: block;margin: 0 auto;width: 95px;height: 102px;background: url(../images/index_15.png) no-repeat;}
.in_ys_ul li span.in_ys_ico1{background-position: -23px 0px;}
.in_ys_ul li span.in_ys_ico2{background-position: -166px  0px;}
.in_ys_ul li span.in_ys_ico3{background-position: -314px 0px;}
.in_ys_ul li span.in_ys_ico4{background-position: -459px 0px;}

.in_al{width: 100%;background: #f8f8f8;margin-top: 60px;padding-bottom: 40px;}
.picScroll-left {overflow: hidden;position: relative;width: 100%;}
.picScroll-left .bd {}
.picScroll-left .bd ul {overflow: hidden;zoom: 1;}
.picScroll-left .bd ul li {width: 280px;margin: 0 8px;float: left;overflow: hidden;text-align: center;position: relative;height:250px;background: #fff;}
.picScroll-left .bd ul li figure{width: 100%;height: 210px;line-height: 208px;overflow: hidden;}
.picScroll-left .bd ul li figure img{width: 100%;transition: all 0.5s;vertical-align: middle;}
.picScroll-left .bd ul li .title{position: absolute;width: 100%;height: 40px;line-height: 40px;left: 0;bottom: 0;
background: linear-gradient(to right, rgb(0 78 145 / 100%) , rgb(0 176 240 / 100%));}
.picScroll-left .bd ul li:hover figure img{transform: scale(1.05);}
.picScroll-left .bd ul li p{font-size: 16px;color: #fff;}
.picScroll-left .hd{width: 100%;text-align: center;margin-top: 40px;}
.picScroll-left .hd ul li{display: inline-block;border-radius: 50px;width: 8px;height: 8px;overflow: hidden;background: #0785d1;line-height: 40px;margin: 0 7px;}
.picScroll-left .hd ul li.on,.picScroll-left .hd ul li:hover{background: linear-gradient(to right, rgb(0 78 145 / 1) , rgb(0 176 240 / 1));border-radius: 40px;width: 35px;
height: 8px;}

.in_news_l{width: 557px;overflow: hidden;float: left;cursor: pointer;}
.in_news_l img{width: 100%;transition: all 0.5s;}
.in_news_l:hover img{transform: scale(1.05);}
.in_news_r{width: 600px;float: right;}
.in_news_r li {width: 100%;background: #f8f8f8;margin-bottom: 20px;}
.in_news_r li .in_news_con{display: inline-block;width: 100%;height: 100%;padding: 10px 20px;}
.in_news_r li time{display: inline-block;float: left;text-align: center;border-right: 1px solid #ddd; color: #999; padding: 12px 20px 8px 0;}
.in_news_r li time span {font-size: 30px;font-weight: bold;}
.in_news_r li time p {font-size: 14px;line-height: 12px;margin-top: 13px;}
.in_news_r .in_news_p {width: 465px;margin-left: 17px;float: left;}
.in_news_r .in_news_p h3 {
    font-size: 16px;
	line-height: 30px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.in_news_r .in_news_p:hover h3 a{background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1)); -webkit-background-clip: text; color: transparent;}
.in_news_r .in_news_p p a{
    font-size: 14px;
	color: #666;
    text-align: justify;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

/*------------------------------  底部通用-------------------------------*/
.footer{background-color: #2d2d2d;padding-bottom: 15px;color: #fff;margin-top: 40px;}
.foot-1{width: 185px;float: left;margin-top: 80px;}
.foot-1 img{width: 100%;}
.foot-nav{width: 81%;float: right;}
.foot-nav ul li{float: left;margin-top: 30px;width: 294px;}
.foot-nav ul li:nth-child(1){margin-left: 70px; width: 180px;}
.foot-nav ul li:last-child{float: right;margin-right: 0;}
.foot-nav ul li h4{font-size: 18px;color: #fff;line-height: 45px;margin-bottom: 5px;}
.foot-nav ul li h4 span{display: block;width: 40px;height: 4px;border-radius: 30px;background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1));margin-bottom: 20px;}
.foot-nav ul li:nth-child(2) p{float: left;width: 50%;}
.foot-nav ul li:nth-child(2) p:last-child{width: 100%;}
.foot-nav ul li p a{font-size: 14px;color: #fff;opacity: 0.7;line-height: 30px;}
.foot-nav ul li p a:hover{opacity: 1;}
.foot-nav ul li:nth-child(3) p{float: left;width: 100%;}
.foot-nav ul li:last-child{width: 110px;float: right;margin-left: 0;}
.foot-nav ul li:last-child figure img{width: 100%;}
.bq{width: 100%;border-top: 1px solid #3c3c3c;text-align: center;font-size: 14px;color: #fff;margin-top: 50px;padding: 15px 0 0;opacity: 0.7;}
.bq a{color: #fff;opacity: 0.7;}
.bq a:hover{opacity: 1;}

/*内页*/
.ny-banner{width: 100%;height: 400px;}
.ny-banner h2{line-height: 400px;color: #fff;font-size: 35px;font-weight: bold;text-align: center;text-transform: uppercase;}

.main{margin-top: 20px;}
/*left*/
.about_left {width: 245px;height: auto;margin-top: 27px;margin-bottom: 20px;box-shadow: 0 0 10px #ccc;}
.about_left_bt {width: 245px;height: 45px;background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1));color: #fff;line-height: 45px;text-align: center;
text-transform: uppercase;}
.about_left_bt span {font-size: 18px;}
.about_left .contact .c {border: #dadada 1px solid;border-top: 0;padding: 10px;font-size: 13px;line-height: 24px;}
.about_left .contact .c img {border: 1px solid #dadada;	display: block;	padding: 2px;width: 100%;}
.about_left .contact strong {color: #004646;}
.about_left .contact strong a{
	background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1));
	-webkit-background-clip: text;
	color: transparent;
}
.left_nav2 ul {/* border: #dadada 1px solid; */color: #383838}
.list_dt{	
	background: #fff;	
	color: white;	
	width: 100%;	        	
	height: 34px;	
	line-height: 34px;	
	cursor: pointer;	
	overflow: hidden;	
	text-overflow: ellipsis;	
	white-space: nowrap;	
	position: relative;	
	border-bottom: 1px solid #dbdada;	
	text-indent: 8px;	
	text-transform: capitalize;
}
.list_dt:hover{background: #fff;}
.list_dt:hover ._after{	
	display: block;	
	width: 3px;	
	height: 100%;	
	position: absolute;	
	left: 0;	
	top: 0;
	background: #004646;
}
.list_dt:hover a{color: #004646;}
#open{background: #fff;}
#open ._after{
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #004646;
}
.list_dt_icon{ position: absolute; right: 10px; top: 9px; display: block; width: 16px; height: 16px;background: url("../images/about5.png") no-repeat;	}
#open .list_dt_icon{background: url("../images/about5.png") no-repeat;}
.list_dd{ display: block;}
.list_li{width: 100%; height: 34px;line-height: 34px;cursor: pointer;border-bottom: 1px dotted #ccc;text-indent: 2em;}
.list_li a{color: #666;}
.list_li:hover{background: #004646;}
.list_li:hover a{ color: #fff;}
.list_dt a{display: inline-block;}
.list_dt a:hover{
	background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1));
    -webkit-background-clip: text;
    color: transparent;
}
.list_dl .on a{
	background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1));
    -webkit-background-clip: text;
    color: transparent;
}

/*right*/
.i-news {/* overflow: hidden; */}
.about_right {width:910px;height: auto;float: right;margin-top: 27px;overflow: hidden;font-size: 14px;	line-height: 1.5;min-height: 500px;}
.about_site {height: 38px;border-bottom: 2px solid #005596;overflow: hidden;margin-bottom: 20px;}
.about_site ul li {line-height: 38px;}
.about_site ul {list-style-type: none;width: 100%}
.about_site ul li.z {float: left}
.about_site ul li.y {float: right;text-transform: capitalize;}
.about_site ul li.y a {display: inline-block}
.about_site ul li.z span {font-size: 18px;font-weight: 400;color: #888; margin-right: 15px;display: block;float: left;text-transform: capitalize;}
.about_site ul li.z span.cur {color: #65280a;height: 44px;}
.about_lr {	height: auto;margin: 0px auto;line-height: 26px;border-bottom: 1px dashed #b61c25;padding-bottom: 20px;margin-bottom: 20px;min-height: 400px;}
.about_lr_p {padding: 0px;line-height: 26px;color: #696969;font-size: 14px;text-indent: 0px;}
.about_lr_p img{max-width: 100%;}

/*right-img*/
.case {width: 103%;margin-top: 20px;}
.case ul li {width: 210px;height:185px;float: left;text-align: center;line-height: 30px;margin-right: 22px;margin-bottom: 20px;}
.case ul li:nth-child(4n) {margin-right: 0px !important;}
.case ul li p {	text-align: center;	width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; line-height: 35px;}
.case ul li figure{width: 100%;height: 158px;border: 1px solid rgb(219, 218, 218);overflow: hidden;line-height: 155px;background: #fff;}
.case ul li img {width: 100%;height: auto;transition: all 0.6s;vertical-align: middle;}
.case ul li:hover figure img{transform: scale(1.05);}
.case ul li:hover p{color: #004646;}

/*翻页*/
.paging {margin: 32px 0;font-size: 14px;text-align: right}
.paging .page {display: inline-block;}
.paging > span {margin: auto 16px;}
.paging .page-numbar {margin: auto 0;}
.paging .page-numbar .page-num, .paging .page-index, .paging .page-pre, .paging .page-next, .paging .page-last {
	display: inline-block;
	margin: auto 4px;
	padding: 2px 12px;
	border: 1px solid #EEE;
	border-radius: 2px;
}
.paging .page-numbar .page-num-current, .paging .page-numbar .page-num:hover {border-color: rgba(0,78,145, 1);color: rgba(0,78,145, 1);}
.text-secondary{float: right;}

/*内页新闻*/
.gsxw_01 {width: 100%;margin-top: 0px;}
.gsxw_01 ul {display: inline;}
.gsxw_01ul li {	width: 100%;float: left;line-height: 40px;}
.gsxw_01ul li a {float: left;color: #333333;font-size: 14px;}
.gsxw_01ul li a:hover{
	background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1));
    -webkit-background-clip: text;
    color: transparent;
}
.gsxw_01ul li span {float: right;color: #333;}

/*内页留言*/
.message {margin: 20px auto ;}
.message h1 {font-weight: 100;font-size: 30px;color: #797979;margin: 20px auto;}
.message_ts {font-size: 12px;color: #585858;line-height: 20px;padding: 8px;background: #f8f8f8;border: 1px solid #e3e3e3;}
.message_ts span {color: #fd0000;}
.message_con {margin-top: 30px;}
.message_con ul li {height: 64px;}
.message_con ul li label {width: 125px;float: left;font-size: 14px;color: #333333;display: inline-block;text-align: right;padding-right: 5px;}
.message_con ul li input {width: 755px;height: 28px;border: 2px solid #e3e4e8;}
.message_con ul li input:hover {border: 2px solid #d09595;}
.message_con ul li textarea {width: 378px;height: 100px;border: 2px solid #e3e4e8;}
.message_con ul li span {display: inline-block;	margin-left: 10px;font-size: 12px;line-height: 20px;color: #fd0000;	max-width: 207px;}
.message_con ul li button {width: 94px;height: 34px;border: 0;line-height: 34px;text-align: center;background: #e50011;	font-size: 18px;color: #fff;cursor: pointer;margin-top: 60px;}
.message_con ul li .tipinfo {display: inline-block;font-size: 12px;color: #f00;margin-left: 6px;}
.message_con ul li {height: auto;min-height: 64px;}
.message_con ul li .btn_submit {background: linear-gradient(to right, rgba(0,78,145, 1) , rgba(0,176,240, 1));border: 0 none;color: #FFFFFF;cursor: pointer;font-size: 18px;height: 34px;line-height: 34px;text-align: center;	width: 94px;margin-left: 131px;margin-top: 20px;}
.message_con ul li .btn_submit:hover {	border: 0;}
.a,
.ab,
.abc,
.abcd,
.abcde,
.abcdef,
.abcdefg {font-size: 10px; color: red; margin-left: 130px !important;}

/*详情*/
.about_lr h2 {font-size: 20px;line-height: 50px;text-align: center;}
.about_lr .info {line-height: 24px;border-bottom: 1px dashed;text-align: center; margin-bottom: 20px; padding-bottom: 10px;}
.about_right .next {text-align: right;}
.about_right .pre, .about_right .next {width: 49.5%;float: left;margin-bottom: 20px;}
.about_right .pre {text-align: left;}

/*合作客户*/
.kehu{margin-top: 30px; margin-left: 3px;margin-right: 3px;}
.kehu li{width: 211px;height: 90px;background: #fff;border: #eee 1px solid;float: left;margin-right: 17px;overflow: hidden;line-height: 88px;
transition: all 0.6s;margin-bottom: 17px;}
.kehu li img{width: 100%;transition: all 0.6s;vertical-align: middle;}
.kehu li:hover img{transform: scale(1.05);}
.kehu li:nth-child(4n){float: right;margin-right: 0;}

/*证书*/
.zs{margin-top: 20px;}
.zs ul li{width: 210px;float: left;margin-right: 22px;margin-bottom: 22px;text-align: center;height: 330px;}
.zs ul li figure{width: 100%;border: 1px solid #eee;height: 278px;line-height: 278px;overflow: hidden;}
.zs ul li figure img{width: 100%;transition: all 0.6s;vertical-align: middle;}
.zs ul li:hover figure img{transform: scale(1.05);}
.case ul li:nth-child(4n) { margin-right: 0px !important;}
.zs ul li p{font-size: 14px;line-height: 30px;}

/*en*/
#en-nav .nav .sub{left: 0px;}
#en-nav .nav #m1 .sub{left: 11px;}
#en-nav .nav #m2 .sub{width: 280px;left: -17px;}
#cp-en li{font-size: 12px;text-transform: capitalize;}
#foot-nav-en ul li{margin-right: 35px;}
#foot-nav-en ul li:nth-child(1) p,#foot-nav-en ul li:nth-child(2) p{text-transform: capitalize;}
#foot-nav-en ul li:nth-child(3){width: 422px;}
#foot-nav-en ul li:nth-child(3) p{color: #fff;opacity: 0.7;width: 100%;float: left;line-height: 30px;}
#foot-nav-en ul li:nth-child(3) p a{word-wrap: break-word;display: inline-block;float: right;width: 87%;}
#en-left p{width: 100%;float: left;}
#en-left p span{display: inline-block;width: 78%;float: right;word-wrap: break-word;}