@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0}

.clear{clear:both}
.clearfix{zoom:1} .clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

body{
	font-family: microsoft yahei, Arial!important;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

a:hover{
		text-decoration: none!important;
}

ul li{
	list-style: none;
	/*float: left;*/
}
.no-padding {
	padding: 0;
}

.fenye{
	margin-top: 3%;
}

.fenye a{
	color: #333;
}

.fenye a:hover{
	color: #f25b19;
}

.pro-fenye a{
	color: #333;
}





.header {
	position: fixed;
	width: 100%;
	z-index: 99;
	padding-top: 70px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: height 500ms,padding-top 500ms,opacity 500ms;
	-o-transition: height 500ms,padding-top 500ms,opacity 500ms;
	-moz-transition: height 500ms,padding-top 500ms,opacity 500ms;
	transition: height 500ms,padding-top 500ms,opacity 500ms;
}

.header.active.h {
	height: 0;
}
.news-list.sss li .info{
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	text-align: left;
}
.news-list.sss li{
	padding: 20px;
}
.news-list li .info.qa p:nth-of-type(2){
	white-space: normal;
}
.yuyan {
	position: absolute;
	z-index: 9;
	right: 5%;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	display: none;
}

.header.active.re{
	position: relative;
}

.header.active .yuyan {
	opacity: 1;
	visibility: visible;
	display: block;
}

.header.active {
	height: 80px;
	background-color: #fff;
	padding-top: 0;
	text-align: center;
	border: 1px solid rgba(236,236,236,1.00)
}
.w1200{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.about-nav{
	text-align: center;
	padding: 30px 0;
	font-size: 18px;
}
.case-images .arr{
	position: absolute;
	z-index: 9;
	left: 3%;
	top: 50%;
	width: 50px;
	height: 50px;
	background-size: 70% auto;
	background-position: center center;
	margin-top: -25px;
	background-color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/arr-l.png);
	background-repeat: no-repeat;
}
.case-images .arr.swiper-button-disabled{
	opacity: .5;
	cursor: not-allowed;
}
.case-images .arr.arr-r{
	background-image: url(../images/arr-r.png);
	left: auto;
	right: 3%;
}
.about-nav li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	cursor: pointer;
}
.about-nav li.active{
	color: #00a2e9;
}
.about-nav li + li{
	margin-left: 20px;
}
.header.active .logo {
	width: 167px;
	height: 46px;
	left: 5%;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	top: 17px;
	background-image: url(../images/logo.png);
}

.header.active ul {
	margin-top: 30px;
	color: #514d60;
	font-size: 14px;
	margin-right: 0;
	line-height: 20px;
}
.des p{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 50px;
}
.des + .des{
	white-space: nowrap;
}
.des p + p{
	margin-left: 20px;
}
.des p span{
	color: inherit!important;
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
}
.header .logo {
	position: absolute;
	left: 50%;
	width: 268px;
	height: 73px;
	top: 20px;
	background-position: center;
	background-image: url(../images/logo1.png);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	-webkit-transition: all 800ms;
	-o-transition: all 800ms;
	-moz-transition: all 800ms;
	transition: all 800ms;
	z-index: 99;
	background-repeat: no-repeat;
}

.header ul {
	text-align: center;
	position: relative;
	margin-top: 50px;
	-webkit-transition: margin-top 500ms;
	-o-transition: margin-top 500ms;
	-moz-transition: margin-top 500ms;
	transition: margin-top 500ms;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.video-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
}
body.play- .video-box{
	opacity: 1;
	visibility: visible;
}
.video-box video{
	position: relative;
	left: 0;
	top: 0;
	-o-object-fit:contain;
	   object-fit:contain;
	-o-object-position: center center;
	   object-position: center center;
	   background-color: #000000;
}
.header ul li {
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.header ul li.active:before{
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background-color: #00a2e9;
	left: 0;
	bottom: -10px;
	position: absolute;
}
.header ul li.active{
	color: #00a2e9;
}
.header ul li+li {
	margin-left: 60px;
}

.header a{
	color: #111;
}
.header.active a{
	color: #000;
}

.header .yuyan {
    height: 0px;
	line-height: 80px;
    position: absolute;
    font-size: 15px;
    color: #fff;
    right: 0;
    background: linear-gradient( #0283d5 , #67c0a9);;
    padding: 0 3%;
    white-space: nowrap;
    top: 0;
    display: table;
	transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
.header.active .yuyan{
	height: 80px;
}
.header .yuyan i {
    font-size: 32px;
    line-height: 46px;
    text-indent: 25px;
    display: inline-block;
}
.header .yuyan span {
    display: inline-block;
	color: #fff;
}
.header .yuyan .r {
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
	color: #fff;
}
.header .yuyan .r + .r{
    margin-left: 5px;
}
.header .navv a:hover{
	color: #67c0a9;
	text-decoration: none;
}














.footBox{ float: left; width: 100%; background: url("../images/foot1.jpg") top center no-repeat; background-size: cover;}
.footBox .footTop{ padding: 5.81% 0 4.75% 0; text-align: center;}
.footBox .footTop .topEng{ color: #fff; font-size: 30px; font-weight: bold; line-height: 1.1;  text-transform: uppercase;}
.footBox .footTop .topChina{ margin-top: 10px; color: #959698; font-size: 18px; line-height: 24px;}
.footBox .footTop .topList{ padding: 2.71% 0 0 0; text-align: center;}
.footBox .footTop .topList .list{ display: inline-block; }
.footBox .footTop .topList .list .listLi{ float: left; padding: 10px 42px 0 42px;}
.footBox .footTop .topList .list .listLi .listTit{ margin-top: 10px; color: #bcbdbe; font-size: 14px; line-height: 20px;}
.footBox .footTop .topList .list .listLi .listMargin{  margin: 0 auto; /*width: 30px;*/}
.footBox .footDown{ border-top:rgba(255,255,255,0.1) solid 1px; padding: 19px 0;}
.footBox .footDown .footLeft{ float: left; color: #8a8a8c; line-height: 24px;}
.footBox .footDown .footLeft a{color: #8a8a8c;}
.footBox .footDown .footLeft a:hover{ color: #fff;}
.footBox .footDown .footShare{ float: right;}
.footBox .footDown .footShare .shareCell{ float: left; width: 24px; height: 24px; position: relative; cursor: pointer;}
.footBox .footDown .footShare .shareCell .imgs{}
.footBox .footDown .footShare .shareCell .imgd{ display: none;}
.footBox .footDown .footShare .shareCell:hover .imgs{ display:none;}
.footBox .footDown .footShare .shareCell:hover .imgd{ display: block;}
.footBox .footDown .footShare .shareCell .shareEwm{ display: none; position: absolute; left: -50px; bottom: 24px; width: 125px; height: 132px; padding: 10px 9px 14px 9px; background: url("images/foot6.png") no-repeat center; background-size: cover;}
.footBox .footDown .footShare .shareCell:hover .shareEwm{ display: block;}
.footBox .footDown .footShare .shareLine{ float: left; height: 24px; border-left: #31343b dashed 1px; margin: 0 15px;}
.footBox .copyRight{ padding: 0 208px; color: #bcbdbe; line-height: 24px; text-align: center;}
.footBox .copyRight a{ color: #bcbdbe;}
.footBox .copyRight a:hover{ color: #fff;}



