﻿
.cover1{
	background-image:none !important;
}
/*******************************
  -------[=banner]-------
*******************************/
@font-face {
	font-family:'ImpactMTStd';
	src: url('../fonts/ImpactMTStd.otf') format('truetype');
	font-weight:normal;
    font-style: normal;
}
@font-face {
	font-family:'ImpactMTStd';
	src: url('../fonts/ImpactMTStd.ttf') format('truetype');
	font-weight:normal;
    font-style: normal;
}


.cover video{
	max-width: 100%;
    min-width: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 5;
}
.cover .coverc{
	background-image:url(../images/cover.png) ;
	position: absolute;
	left:0;
	top:0%;
	width:100%;
	height:100%;
	z-index: 7;
}


#banner{position: relative;}

#banner .item1 .img{
	background-image:url(../images/banner1.jpg) ;
	background-repeat:no-repeat ;
	background-position:center center;
	background-size:cover ;
}

#banner .item3 .img{
	background-image:url(../images/videobanner.jpg) ;
	background-repeat:no-repeat ;
	background-position:center center;
	background-size:cover ;
}
#banner .img .cover{
	background-image:url(../images/cover.png) ;
	position: absolute;
	left:0;
	top:0%;
	width:100%;
	height:100%;
	z-index: 7;
}

#banner .img .cover .txt{
	margin-top: 40%;
}
#banner .img .cover h4{
	font-family: 'ImpactMTStd';
	font-size: 35px;
	color:#fff;
	letter-spacing: 1px;
}
#banner .img .cover span{
	font-family: 'ImpactMTStd';
	font-size: 30px;
    font-weight: bold;
	color:#fff;
}
#banner .img .cover p{
	font-family: '微软雅黑';
	font-size: 30px;
	color:#fff;
}

#banner .img .cover .txt{
	margin-top: 20%;
	margin-left: 5%;
}
#banner .item2 .img{
	background-image:url(../images/banner2.jpg) ;
	background-repeat:no-repeat ;
	background-position:center center;
	background-size:cover ;
}
#banner .item4 .img{
	background-image:url(../images/banner44.jpg) ;
	background-repeat:no-repeat ;
	background-position:center center;
	background-size:cover ;
}
#banner .img{position: relative;padding-top: 49%;}
#banner .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#banner .ban-slider .slick-arrow{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 49px;height: 49px;font-size: 0;line-height: 0;z-index: 3;
    border: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: contain;
    -ms-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: transparent;
    cursor: pointer;
}

#banner .ban-slider .slick-prev{left: 50%;margin-left: -600px;background-image: url(../images/arr-l.png);display: none !important;}
#banner .ban-slider .slick-next{right: 50%;margin-right: -600px;background-image: url(../images/arr-r.png);display: none !important;}
#banner .ban-slider:hover .slick-prev{display: block !important;}
#banner .ban-slider:hover .slick-next{display: block !important;}
#banner .ban-slider .slick-dots{position: absolute;left: 0;bottom: 70px;width: 100%;text-align: center;z-index: 3;}
#banner .ban-slider .slick-dots li{display: inline-block;vertical-align: bottom;margin: 0 7px;}
#banner .ban-slider .slick-dots li button{display: block;width: 12px;height: 12px;padding: 0;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;border: none;
    cursor: pointer;

}
#banner .ban-slider .slick-dots li.slick-active button{background-color: #00A4ED;}
@media  (max-width: 900px) {
	#banner .img .cover .txt{margin-top: 15%;}
	#banner .img .cover h4{font-size: 28px;}
	#banner .img .cover span{font-size: 24px;}
	#banner .img .cover p{font-size: 24px;}
}
@media  (max-width: 640px) {
	#banner .img .cover .txt{margin-top: 13%;}
	#banner .img .cover h4{font-size: 18px;}
	#banner .img .cover span{font-size: 16px;}
	#banner .img .cover p{font-size: 16px;}
}

/*******************************首页关于*******************************/
.indexabout{
	width:100%;
	height:auto;
	overflow: hidden;
	padding-top: 50px;
}
.ableft{
	float:left;
	width:40%;
}
.abright{
	margin-left: 45%;
}
.title hr{
   width: 50px;
    background: #000;
    height: 2px;
    border: none;
    display: inline-block;
}
.title h2{
	font-family: 'ImpactMTStd';
	font-size: 40px;
}
.title h3{
	font-family: '微软雅黑';
	font-size: 24px;
	margin-bottom: 10px;
}
.abright p{
	font-size: 14px;
	line-height: 25px;
}
.abright .abmore{
	  display: inline-block;
    width: 160px;
    height: 40px;
    border: 2px #EAEAEA solid;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.abright .abmore i{
	  display: inline-block;
    vertical-align: -3px;
    width: 18px;
    height: 18px;
    margin-left: 15px;
    background: url(../images/icon18.png) right center no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.abright .abmore:hover{
	border: 2px #00A0EA  solid;
	background:#00A0EA ;
	color:#fff;
}
.abright .abmore:hover i{
	background: url(../images/icon18.png) left center no-repeat;
}
.abcount{
	height:auto;
	margin-top: 30px;
}
.abcount li{
	float:left;
	border-right: 1px solid #DDDDDD;
	padding: 0 20px;
}
.abcount li:first-child{
	padding: 0 20px 0 0;
	width:30%;
}
.abcount li:nth-child(2){width:35%;}
.abcount li:last-child{width:35%;}
.abcount li> div{
	width:117px;
	margin: 0 auto;
}
.abcount li span{
	font-family: 'ImpactMTStd';
	font-size: 38px;
}

@media  (max-width: 767px) {
	.ableft{width:100%;float:none;}
	.abright{margin-left: 0;margin-top: 20px;}
	.use .title h2{margin-bottom: 20px !important;}
	.use{padding-bottom: 0 !important;}

}
@media  (max-width: 640px) {
	.abcount li:first-child{padding: 0 10px 0 0;}
	.abcount li> div{width:100%;}
	.abcount li{padding: 0 10px;}
	.videoIndex{height:250px !important;}
	.abcount li span{font-size: 32px;}
}
/*视频*/
.videoIndex{
	width:100%;
	background: url(../images/videobg.jpg);
	height:430px;
	background-size:cover ;
	background-repeat:no-repeat ;
	background-position:center center;
	position: relative;

}


.videoIndex  a {
    display: block;
    width: 79px;
    height: 79px;
    background: url(../images/video_cover.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 4;
}

/*视频弹窗*/
.m-pop{display: none; z-index: 100000;width: 100%;height: 100%;position: fixed;left: 0;right: 0;top:0;bottom:0;background-color: rgba(0,0,0,.5);
    -o-animation: aniV .5s ease-in-out both;
    -moz-animation: aniV .5s ease-in-out both;
    -webkit-animation: aniV .5s ease-in-out both;
    animation: aniV .5s ease-in-out both;
}
.m-pop iframe{display: block;width: 100%;height: 100%;}
.m-pop .m-video{
    width: 700px;height: auto;position: absolute;
    left: 50%;top: 58%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 100;overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.m-pop .m-video video{width:100%;}
.m-pop .txt{position: absolute;top: 0;left: 0;right: 0;height: 40px;line-height: 40px;background-color: #00A0EA;padding: 0 12px;color: #fff;font-size: 14px;font-family: "微软雅黑";}
.m-pop .txt h5{float: left;font-weight:normal;margin-top: 0;color:#fff; }
.m-pop .close{ background: url(../images/video_close.png) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    width: 12px;height: 12px;
    position: absolute;right: 0;top: 0;z-index: 1001;
    cursor: pointer; top: 50%; margin-top: -6px;right: 10px;
}

@media  (max-width: 768px) {
    .m-pop .m-video{width: 70%;top: 45%;}
}

/*右侧导航*/
.rightbar{
	z-index: 100;
	width:45px;
	height:auto;
	position: fixed;
	top:50%;
	right:0;
	display: none;
}

.rightbar ul{
	width:100%;
	height:auto;
}
.rightbar ul li{
	width:100%;
	height:45px;
	margin-top: 2px;
	position: relative;
	cursor: pointer
}
.rightbar ul li i{
	line-height: 45px;
    font-size: 20px;
    width:45px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.rightbar ul li.ewm{
	background: #60676F;
	position: relative;
}
.rightbar ul li.gotop{
	background: #60676F;
}
.rightbar ul li.ewm img{
	position: absolute;
	top:-20px;
	right:50px;
	display: none;
	width:99px;
	height:99px;
}



.rightbar .fa-sort-asc{
	width:20px;
	height:25px;
	margin-left: 12.5px;
	line-height: 38px;
}
.rightbar ul li:last-child p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	margin-top: -15px;
}
.rightbar ul li .shows{
	height:45px;
	width:45px;
	position: absolute;
	background: #60676F;
	right:0px;
	position: absolute;
	top:0px;
	cursor: pointer
}
.rightbar ul li .hides{
	height:45px;
	width:160px;
	background: #00A0EA;
	position: absolute;
	right:-160px;
	position: absolute;
	top:0px;
	cursor: pointer;
}
.hides .left{
	width:45px;
	height:45px;
	float:left;

}
.hides .right{
	width:105px;
	margin-left: 55px;
	height:45px;
	line-height: 45px;
	text-align: left;
	color:#fff;
	font-size: 14px;
	}

.hides .left i{
	line-height: 45px;
    font-size: 20px;
    width:45px;
    text-decoration: none;
    color: #00A0EA;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

/*产品*/
.cptxt{
	width:100%;
	height:20px;
	margin-top: 50px;

}
.cptxt ul{
	width:100%;
	height:100%;

}
.cptxt ul li{
	cursor: pointer;
	height:100%;
	line-height:55px ;
	font-size: 16px;
	text-align: center;
	border-top:2px solid #EDEDED ;
}
.cptxt ul li.on{border-top:2px solid #00A0EA ;}
.cptxt ul li span{
	color:#00A0EA;
}
.cptxt ul li:first-child{
width:50%;
float:left;
border-right:2px solid #EDEDED ;
}
.cptxt ul li:last-child{

}
.product{
	width:100%;
	height:auto;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 50px;
	background-size:cover ;
	background-position: center center;
	background-repeat:no-repeat ;
	background-image:url(../images/bannerpr.jpg);
	}
.productbd{width:100%;}
.proleft{
	width:50%;
	float:left;
}
.proleft span{
	font-size: 16px;
}
.proleft p{
	font-size: 14px;
	line-height: 25px;
	color:#000;
}

.linkmore{
	width:140px;
	height:40px;
	background:#0267B5 ;
	line-height: 40px;
	color:#fff;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
}
.linkmore:hover{
	color:#0267B5;
	background: #fff;
}
.proleft ul li{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	width:90px;
	height:90px;
	float:left;
	margin-right: 15px;
	box-shadow: 5px 5px 5px #e4e4e4;
}
.proleft li:last-child{margin-right: 0;}
.proleft li img{
	width:100%;
}
.proleft ul{
	margin-top: 20px;
	width:300px;
	height:90px;

}
.proright{
	margin-left: 52%;
}

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

.proleft .title hr{
	background:#00A0EA ;
	margin-bottom: 25px;
}
@media  (max-width: 640px) {
	.cptxt ul li{font-size: 14px;}
	.proleft{width:100%;float:none;}
	.proright{margin-left: 0;}
}
/*应用领域*/

.use{
	width:100%;
	height:auto;
	padding-top: 50px;
	padding-bottom: 10px;
}

.use .title{
	width:100%;
	text-align: center;
}
.use .title h3{
	font-family: 'ImpactMTStd';
	color:#F0F0F0;
	font-size: 40px;

}

.use .title h2{
	font-family: '微软雅黑';
	font-size: 24px;
	margin-bottom: 50px;
	color:#000;
}
.uselist{
	width:100%;
	height:auto;
	overflow: hidden;
}
.uselist li{
	cursor: pointer;
	width:22%;
	float:left;
	margin-left: 4%;
}
.uselist li:first-child{margin-left: 0;}
.usetxt{
	width:100%;
	padding: 25px;
}
.usetxt h3{
	color:#999;
	font-size: 16px;
}
.uselist li:hover .usetxt h2{ color:#000}
.uselist li:hover .usetxt h3{ color:#999}
.usetxt h2{
	font-size: 20px;
	margin-top: 10px;
	color:#000;
        text-align: center;
}
.usetxt hr{
	  width: 50px;
    background: #00A0EA;
    height: 2px;
    border: none;
    display: inline-block;
}
.btn25 {
    width: 100%;
    overflow: hidden;
    position: relative;

}
.btn25 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: bottom;
}
.btn25 .ovrly {
    background: rgba(0,160,234, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn25 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn25 .buttons .fa {
    -webkt-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 60px;
    font-size: 80px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    width: 60px;
    height: 60px;
    background: url(../images/arrowright.png);
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color:#fff;
}
.btn25 .buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.uselist li img{
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	vertical-align: bottom;
}
.uselist li:hover img{
		transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.uselist li:hover .btn25 .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.uselist li:hover .btn25 .ovrly {
    opacity: 1;
}
@media  (max-width: 766px) {
	.uselist li{width:48%;margin-left: 4%;margin-top: 20px;}
.uselist li:first-child,.uselist li:nth-child(3){margin-left: 0;}
.usetxt h3{font-size: 14px;text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;}
.usetxt h2{font-size: 16px;}
.usetxt{padding: 10px;}
}

/*成功案例*/
.ullist1{display: none;}
.project{
	width:100%;
	height:auto;
	overflow: hidden;
	background: #F7F7F7;
	margin-top: 20px;
	padding-top: 50px;
}
.protitle{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.project .title{
	width:270px;
	float:left;
	text-align: left;
}
.project .title h3{
	font-family: 'ImpactMTStd';
	color:#D8D4D5;
	font-size: 40px;
}

.project .title h2{
	font-family: '微软雅黑';
	font-size: 24px;
	margin-bottom: 20px;
	color:#000;
}
.protitle .prolist{
	float:right;
	margin-top: 35px;
}
.protitle .prolist li{
	height:45px;
	padding: 0 20px;
	background: #DDDDDD;
	color:#000000;
	line-height: 45px;
	float:left;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	margin-left: 15px;
}
.protitle .prolist li:first-child{
	margin-left: 0;
}
.protitle .prolist li:hover{
	color:#fff;
	background: #00A0EA;
}
.protitle .prolist li.on{
	color:#fff;
	background: #00A0EA;
}
.probd{
	width:100%;

}
.probd ul{
	width:100%;

}
.probd ul li{
	float:left;
	width:18%;
	margin-left: 2.5%;
	margin-top: 20px;
}
@media  (min-width: 1091px)  {
	.probd ul li:nth-child(5n+1){margin-left: 0;}
}
.proimg{
	width:100%;
	height:auto;
	position: relative;
	overflow: hidden;
}
.proimg img{
	width:100%;
	position: relative;
	overflow: hidden;
	left:0;
	top:0;
	vertical-align: middle;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
.proimg .cover{
	  background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    top: -100%;
    width: 100%;
    transition: top ease-in-out .3s;
    -webkit-transition: top ease-in-out .3s;
    -moz-transition: top ease-in-out .3s;
    -ms-transition: top ease-in-out .3s;
}

.proimg .buttons{
	   position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.proimg .buttons i{
	background: rgba(0,160,234,.6);
    -webkt-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    color:#fff;
}
.probd ul li:hover .proimg .cover{
	top:0;
}
.probd ul li:hover .proimg img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.protxt{
	width:100%;
	height:45px;
	line-height: 45px;
	text-align: center;
	color:#000;
	font-size: 14px;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.protxtn{
	position: absolute;
	left:0;
	top:0;
	height:45px;
	line-height: 45px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background: #00A0EA;
	z-index: 5;
	width:100%;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  top:45px;
  transition: top ease-in-out .3s;
    -webkit-transition: top ease-in-out .3s;
    -moz-transition: top ease-in-out .3s;
    -ms-transition: top ease-in-out .3s;
}
.probd ul li:hover .protxtn{
	top:0;
}


@media  (max-width: 1090px) {
	.probd ul li{
	width:22%;
	margin-left: 4%;
}
.probd ul li:nth-child(4n+1){margin-left: 0;}
}
@media  (max-width: 740px) {
	.project .title{float:none;}
	.protitle .prolist{float:none;}
	.protitle .prolist li{height:35px;line-height: 35px;padding: 0 10px;font-size: 14px;margin-left: 10px}
}
@media  (max-width: 640px) {
	.probd ul li{
	width:48%;
	margin-left: 4%;
}
.probd ul li:nth-child(2n+1){margin-left: 0;}
}


/*荣誉证书*/
.honner{
	width:100%;
	height:auto;
	overflow: hidden;
	padding-bottom: 30px;
	background: url(../images/bannerhonner.jpg);
	background-repeat:no-repeat ;
	background-position:center  center;
	background-size:cover ;
	margin-top: 50px;
	padding-top: 50px;
}
.honner .title{
	width:100%;
	text-align: center;
}
.honner .title h3{
	font-family: 'ImpactMTStd';
	color:#868282;
	font-size: 40px;
}

.honner .title h2{
	font-family: '微软雅黑';
	font-size: 24px;
	margin-bottom: 20px;
	color:#fff;
}





/*新闻资讯*/
.news .title{
	width:100%;
	text-align: center;
	margin-top: 50px;
}
.news .title h3{
	font-family: 'ImpactMTStd';
	color:#F0F0F0;
	font-size: 40px;
}

.news .title h2{
	font-family: '微软雅黑';
	font-size: 24px;
	margin-bottom: 20px;
}
.newsleft{
	width:50%;
	float:left;
}
.newsright{
	margin-left: 52%;
	margin-top: 30px;
	overflow: hidden;
}
.newsright a{
	display: block;
	width:100%;
	height:100%;
	position: relative;
}
.newsright:hover img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);

}
.newsright img{
	width:100%;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	position: relative;
	z-index: 1;
	vertical-align: bottom;
}
.rightt{
	width:100%;
	height:60px;
	background: rgba(0,0,0,.6);
	position: absolute;
	left:0;
	bottom:0;
	z-index: 2;
	font-size: 16px;
	line-height: 60px;
	color:#fff;
	padding-left: 15px;
	padding-right: 85px;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rightt .recdt{
	position: absolute;
	bottom:0;
	right:0;
	width:70px;
	height:100%;
	background: #00A0EA;
	padding: 0 10px;
}
.rightt .recdt >div:first-child{
	height:30px;
	border-bottom: 1px dashed   #fff;
	width:100%;
	line-height: 30px;
	text-align: center;
}
.rightt .recdt >div:last-child{
	height:30px;
	width:100%;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
}

.newsnav{
	width:100%;
	height:60px;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 30px;
}
.news .wp{
	height:auto;
	overflow: hidden;
}
.newsnav ul li{
	float:left;
	margin-right: 15px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.newsnav ul li.on{
	border-bottom: 3px solid #00A0EA;
}
.newsnav ul li a{
	font-size: 16px;
}
.newsnav ul li:hover a{
	color:#000;
}
.newsnav ul li:hover{
	border-bottom: 3px solid #00A0EA;
}

.newscon{
	width:100%;
	display: none;
}
.newscon ul{
	width:100%;
	height:auto;
}
.newscon ul li{
	width:100%;
	height:auto;
	margin-bottom: 30px;
}
.newscon li .date{
	float:left;
	width:70px;
	height:auto;
	border: 1px solid #EDEDED;

}
.newscon li .date >div:first-child{
	width:100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	background: #ccc;
}
.newscon li .date >div:last-child{
	width:100%;
	text-align: center;
	font-size: 14px;
	color:#999;
	padding:5px 0;
}
.newscon ul li:hover .date >div:first-child{
	background: #00A0EA;
}
.newscon ul li .newbd{
	margin-left: 85px;
}
.newscon ul li .newbd h4{
	font-size: 16px;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newscon ul li .newbd p{
	color:#999;
	font-size: 14px;
	min-height: 40px;
}

@media  (max-width: 950px) {
	.newsleft{width:100%;float:none;}
	.newsright{margin-left: 0;}
}
@media  (max-width: 640px) {
	.newsnav ul li a{font-size: 14px;}
	.newscon ul li .newbd p{font-size: 12px;}
	.join{
	width:100%;
	height:300px;
	background: url(../images/bannerjoin.jpg);
	background-size:cover ;
	background-repeat:no-repeat ;
	background-position:center center;
	margin-top: 30px;
	padding: 60px 0;
}
}
/*join us*/
@media  (min-width: 641px) {
	.join{
	width:100%;
	height:300px;
	background: url(../images/bannerjoin.jpg);
	background-size:cover ;
	background-repeat:no-repeat ;
	background-position:center center;
	background-attachment: fixed;
	margin-top: 50px;
	padding: 60px 0;
}
}
.join h3{
	font-family: '微软雅黑';
	color:#fff;
	font-size: 24px;
	margin-bottom: 20px;
}

.join p{
	color:#fff;
	font-size: 16px;
}

.button_link{ display: inline-block; position: relative; text-decoration: none; color: #FFFFFF; width: 150px; text-align: left; height: 40px; border: 1px solid #fff;
  margin-top: 30px;line-height: 38px;padding-left: 33px;cursor: pointer;font-size: 14px;}
.button_link:hover{ border: 1px solid #fff; color: #FFF; }
.button_link .line{display:inline-block;background-color:#FFF;position:absolute;-webkit-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;}
.button_link .line_top{height:1px;width:0;left:-50%;top:-1px;}
.button_link:hover .line_top{width:100%;left:1px;}
.button_link .line_right{height:0;width:1px;top:-50%;right:-1px;}
.button_link:hover .line_right{height:100%;top:-2px;}
.button_link .line_bottom{width:1px;height:0;bottom:-50%;left:-1px;}
.button_link:hover .line_bottom{height:100%;bottom:-2px;}
.button_link .line_left{height:1px;width:0;right:-50%;bottom:-1px;}
.button_link:hover .line_left{width:100%;right:-1px;}
.button_link i{
	position: absolute;
	width:17px;
	height: 15px;
	display: block;
	background: url(../images/arrjoin.png);
	top:13px;
	right:30px;
	transition: right .3s ease-in-out;
	-webkit-transition: right .3s ease-in-out;
	-ms-transition: right .3s ease-in-out;
	-moz-transition: right .3s ease-in-out;
	-otransition: right .3s ease-in-out;
}

.button_link:hover i{
	right:20px;
}
/*合作伙伴*/
.partner{
    clear: both;
	height:auto; padding-top: 30px;
}
.partner .title{
	width:100%;
	text-align: center;
	margin-top: 50px;
}
.partner .title h3{
	font-family: 'ImpactMTStd';
	font-size: 40px;

}

.partner .title h2{
	font-family: '微软雅黑';
	font-size: 24px;
	margin-bottom: 20px;
}

.partner_list{
	width:100%;
	height:auto;
	overflow: hidden;
}
.partner_list li{
	width:15%;
	float:left;
	margin-left:1.6%;
	margin-top: 20px;
	border: 1px solid #ccc;
	overflow: hidden;
	position:relative;
}
.partner_list li img{
	width:100%;

}
.partner_list li:hover img{
transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.partner_list li img{
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;

}
.partner_list li .cover {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:100%;
	background:rgba(0,160,234,.7);
}
@media  (max-width: 640px) {
.partner_list li{width:31%;margin-left: 3.5%;}
.partner_list li:nth-child(4n+1){margin-left: 0;}
.title h2{font-size: 20px !important;}
.abcount li span{font-size: 24px;}
.title h3{font-size: 18px;}
.use .title h3{font-size: 28px;}
.project .title h3{font-size: 28px;}
.honner .title h3{font-size: 28px;}
.news .title h3{font-size: 28px;}
.partner .title h3{font-size: 28px;}
.project{padding-top: 20px;}
}
.sim-button{
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	width: 60%;
	cursor: pointer;
}

.button12{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button12 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button12 a{
	font-size: 16px;
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.button12::before{
	content: '';
	position: absolute;
	top: 50px;
	left: -5px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button12::after{
	content: '';
	position: absolute;
	top: 50px;
	left: -5px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button12::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button12:hover::before{
	opacity: 1;
	-webkit-transform: translate(0px,-190px);
	transform: translate(0px,-190px);
}
.button12:hover::after{
	opacity: 1;
	-webkit-transform: translate(0px,-150px);
	transform: translate(0px,-150px);
}
@media  (max-width:640px ) {
	.partner_list li{width:23%;margin-left: 2%;margin-top: 10px;}
	.sim-button{width:150px !important;}
	.wrapper-inner-tab-backgrounds-first{margin-bottom: 40px !important;}
}
/*按钮特效*/

.wrapper-inner-tab-backgrounds-first{
	height: 60px;
	width: 250px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.sim-button{
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	width: 140px;
	overflow: hidden;
	cursor: pointer;
	background:#00A4ED ;
	margin-bottom: 50px;
	color:#fff;

}
.sim-button a{
	color:#fff;
}
.sim-button:hover a{color:#fff;}
.button12{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button12 a{
	color:#fff !important;
	text-decoration: none;
	display: block;
}
.button12 span{
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.button12::before{
	content: '';
	position: absolute;
	top: 50px;
	left: -5px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button12::after{
	content: '';
	position: absolute;
	top: 50px;
	left: -5px;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 190px solid rgba(255,255,255,0.25);
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.button12::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button12:hover::before{
	opacity: 1;
	-webkit-transform: translate(0px,-190px);
	transform: translate(0px,-190px);
}
.button12:hover::after{
	opacity: 1;
	-webkit-transform: translate(0px,-150px);
	transform: translate(0px,-150px);
}

/*轮播*/

.span12{
	width:100%;
	position: relative;
}
.customNavigation{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
}
.customNavigation .prev{
	cursor: pointer;
	position: absolute;
	width:27px;
	height:50px;
	background: url(../images/p_l3.png);
	left:-35px;
	top:50%;
	margin-top: -25px;
}
.customNavigation .next{
	cursor: pointer;
	position: absolute;
	width:27px;
	height:50px;
	background: url(../images/p_r3.png);
	right:-35px;
	top:50%;
	margin-top: -25px;
}
@media  (max-width: 640px) {
	.customNavigation .prev{left:-10px;}
	.customNavigation .next{right:-10px;}
}
/**/
.rvc{
	max-width: 1200px;
	position: relative;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 50px;
}
.rvc .rvc-wrapper{
	margin: auto;
	overflow: hidden;
}
.rvc .rvc-wrapper ul{
	overflow: hidden;
	position: relative;
}
.rvc .rvc-wrapper ul li{
	float: left;
	background: #ee4433;
	cursor: pointer;
	overflow: hidden;
}
.rvc .rvc-wrapper ul li a{
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
}
.rvc .rvc-wrapper ul li a .img-wrapper{
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.rvc .rvc-wrapper ul li a .img-wrapper .imgtt{
	position: absolute;
	left:0;
	bottom:0;
	z-index: 8;
	width:100%;
	height:35px;
	text-align: center;
	line-height: 35px;
	color:#fff;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	background: rgba(0,0,0,.7);
}
.rvc .rvc-wrapper ul li:hover a .img-wrapper .imgtt{
	background: #00A0EA;
	color:#fff;
}
.rvc .rvc-wrapper ul li img{
	width:100%;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}
.rvc .rvc-wrapper ul li:hover img{
	 transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.rvc .rvc-wrapper ul li a h2{
	margin-top: 10px;
	text-align: center;
	color: #fff;
}
.rvc .rvc-wrapper ul li a p{
	padding: 10px;
	height: 80px;
	color: #fff;
	font-size: 14px;
}
.rvc-prv,.rvc-next{
	position: absolute;
	height: 100%;
	top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.rvc-prv{
	left: -30px;
}
.rvc-next{
	right: -30px;

}
.rvc-prv:hover,.rvc-next:hover {
	cursor: pointer;
}
@media  (max-width: 767px) {
.ban-slider .item3 video{display: none !important;}
.rvc-prv{
	left: 0px;
}
.rvc-next{
	right: 0px;

}
}
/*弹出大图*/

.footBcon{ border-top: 1px solid #7c7c7c; padding: 20px 0px; margin-top: 25px;}
.footBcon .flink{ float: right; display: block;}
.foot-lbox{ float: left; display: block; width: 500px;}
.foot-lbox .zh{ color: #fff; font: bold 30px/1.5 "microsoft yahei";}
.foot-lbox .en{ font: 17px/1.4 Georgia,Arial, helvetica, sans-serif; color: #fff; margin-bottom: 65px;}
.footInfo li{ float: left; display: block; width: 44%; padding: 0px 0px 5px;}
.fsharp{ float: right; display: block; margin-bottom: 95px;}
.fsharp a { display: block; width: 48px; height: 48px; margin-right: 12px; background: url(../images/sharp2.png) no-repeat scroll -287px 0px; float: left; position: relative; }
.fsharp a em { background: url(../images/sharp2.png) no-repeat; display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 10; }
.fsharp a .ibg { background: url(../images/sharp2.png) no-repeat scroll -287px -48px; -webkit-transform: scale(0); transform: scale(0); opacity: 0; filter: alpha(opacity=0); transition: 300ms; }
.fsharp a:hover .ibg { -webkit-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100); }
.fsharp a.a1 .i { background-position: 0px 0px; }
.fsharp a.a2 .i { background-position: -58px 0px; }
.fsharp a.a3 .i { background-position: -118px 0px; }
.fsharp a.a4 .i { background-position: -178px 0px; }
.fsharp a.a5 .i { background-position: -238px 0px; }
.fsharp a.a1:hover .i { background-position: 0px -48px; }
.fsharp a.a2:hover .i { background-position: -58px -48px; }
.fsharp a.a3:hover .i { background-position: -118px -48px; }
.fsharp a.a4:hover .i { background-position: -178px -48px; }
.fsharp a.a5:hover .i { background-position: -238px -48px; }
.fsharp a.a5{ margin-right: 0px;}
.foot-rbox{ width: 414px; float: right; display: block;}
.foot-rbox .selbox{ float: left; display: block;}
select.selbox { outline: none; width: 185px; height: 32px; line-height: 32px; padding: 0px 0px 0px 15px; margin: 0px; vertical-align: middle; border: 1px solid #999999; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: "microsoft yahei"; color: #cccccc; cursor: pointer; display: block; font-size: 14px; margin-right: 10px; background: url(../images/select_bot.png) no-repeat scroll 90% center #666666; float: right; }
.no-csstransitions select.selbox { padding-left: 0; }
select.selbox option { padding: 2px 15px; }
select.selbox:hover { color: #fff; border-color: #fff;}
.joinBtn{ width: 170px; padding: 0px 15px; height: 30px; line-height: 30px; border: 1px solid #999999; display: block; float: right; background: url(../images/i1.png) no-repeat scroll 90% center;}
.joinBtn:hover{ border-color: #fff;}
.dock{ position: fixed; right: 1%; bottom: 6%; z-index: 1000;}
.dock a{ width: 52px; height: 52px; margin-bottom: 2px; display: block; background: url(../images/dock.png) no-repeat; background:none rgba(0,0,0,0.5); border-radius: 3px;}
.dock a i{ background: url(../images/ico.png) no-repeat; width: 100%; height: 100%; display: block; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;}
.dock a i.i1{ background-position: 0px 0px;}
.dock a i.i2{ background-position: 0px -54px;}
.dock a i.i3{ background-position: 0px -108px;}
.dock a i.i4{ background-position: 0px -162px;}
.dock a:hover i.i1{ background-position: -52px 0px;}
.dock a:hover i.i2{ background-position: -52px -54px;}
.dock a:hover i.i3{ background-position: -52px -108px;}
.dock a:hover i.i4{ background-position: -52px -162px;}
/*video*/
.vwrap { display: none; z-index: 1040; width: 100%; position: fixed; }
.vwrap .videobtg { z-index: 900; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); overflow: hidden; }
.vwrap .videobox { z-index: 990; width: 800px; height: 500px; background-color: #fff; border: 12px solid #fff; position: fixed; left: 50%; top: 50%; margin-top: -250px; margin-left: -400px; }
.vwrap .videobox #videobox { width: 100%; display: inline-block; height: 100%; background: #80abde; }
#videobox_wrapper { height: 100%!important; }
.vwrap .close { z-index: 999; width: 36px; height: 36px; background-color: #00A0EA; cursor: pointer; position: absolute; top: -12px; right: -48px; }
.vwrap .close i { display: block; width: 36px; height: 36px; background: url(../images/closebtn.png) no-repeat 50% 50%; -webkit-transition: 400ms; transition: 400ms; }
.vwrap .close:hover i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
#videobox_display_button,#videocontainer_display_button { background: none no-repeat!important; }
.jwplayer .jwicon { opacity: 0.8; filter: alpha(opacity=80); cursor: pointer; background: url(../images/vico.png) no-repeat!important; width: 82px!important; height: 80px!important; -webkit-transition: 100ms; -moz-transition: 100ms; -ms-transition: 100ms; transition: 100ms; }
.jwplayer .jwicon:hover { opacity: 1; filter: alpha(opacity=100); }
.jwlogo, .jwclick { display: none!important; }
/*video style end*/
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #00865e url(../images/loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
/* Dots */
.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
.owl-carousel { display: none; position: relative; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* mouse grab icon */
.grabbing { cursor: url(grabbing.png) 8 8, move; }
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls { margin-top: 10px; text-align: center; }

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div { color: #FFF; display: inline-block; zoom: 1; *display: inline; /*IE7 life-saver */ margin: 5px; padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background: #869791; }
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover { filter: Alpha(Opacity=100); /*IE7 fix*/ opacity: 1; text-decoration: none; }

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; *display: inline; /*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 5px 7px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { }
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

.owl-item.loading { min-height: 150px; background: url(../images/AjaxLoader.gif) no-repeat center center; }
.honorPage{ padding-top: 75px;}
.honorPage .aboutT2{ margin-bottom: 40px;}
.honorList a:link, .honorList a:visited { color: #333333; }
.honorList a:active, .honorList a:hover { color: #C62923; }
.honorList ul{ margin-left: -2%; color: #666;}
.honorList li{ float: left; display: block; width: 31.33%; margin-left: 2%; margin-bottom: 40px; cursor: pointer;}
.honorList .img{ border: 2px solid #cfcfcf; padding: 7px; margin-bottom: 8px; overflow: hidden; position: relative;}
.honorList .img img{ width: 100%; display: block;}
.honorList .bg{ background: url(../images/black2.png) repeat; background: none rgba(0,0,0,0.4); bottom: 0; left: 0; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: 400ms; -webkit-transition: 400ms;}
.honorList .con{ text-align: center; font-size: 14px; color: #666666; line-height: 1.5; height: 20px; overflow: hidden;}
.honorList .il,.honorList .ir{ background-color: #fff; position: absolute; left: 50%; top: 50%; display: block; transition: 400ms; -webkit-transition: 400ms; border-radius: 3px;}
.honorList .il{ height: 3px; width: 0px; margin:-1px 0px 0px -15px;}
.honorList .ir{ height: 0px; width: 3px; margin:-15px 0px 0px -1px;}
.honorList li:hover .img{ border-color: #d5615d;}
.honorList li:hover .bg{ opacity: 1; visibility: visible;}
.honorList li:hover .il{ width: 30px; }
.honorList li:hover .ir{ height: 30px;  transition: 400ms ease 200ms; -webkit-transition: 400ms ease 200ms;}
html.openImg { }
.overlayClose { width: 52px; height: 52px; display: block; position: fixed; right: 0px; top: 0;  transition: 300ms; -webkit-transition: 300ms; z-index: 100;background: #00A0EA;cursor: pointer;}
.overlayClose i { background: url(../images/close_ico2.png) no-repeat scroll center center; width: 100%; height: 100%; display: block; transition: 400ms; -webkit-transition: 400ms; }
.overlayClose:hover{ background-color: #00A0EA;}
.overlayClose:hover i { transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -moz-transform: rotate(90deg); }
.imgShowBox { z-index:999999999;background: url(../images/black.png) repeat; background: none rgba(0,0,0,0.7); bottom: 0; left: 0; position: fixed; right: 0; top: 0; transform: translateY(100%); -webkit-transform: translateY(100%); transition: all 800ms ease 0s; -webkit-transition: all 800ms ease 0s; width: 100%; overflow: hidden;  -webkit-overflow-scrolling: touch; }
.no-csstransitions .imgShowBox{ display: none;}
.imgShowDemo { width: 100%; height: 100%; position: relative; overflow: hidden; }
.imgShowDemo .item { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; position: relative; }
.imgShowDemo .img { vertical-align: middle; height: auto; width: auto; max-height: 75%; max-width: 100%; margin: auto; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 60px; }
.imgShowDemo .con{text-align: center  !important; position: absolute; left: 0px; right: 0px;bottom: 0px;  width: 100%; padding: 25px 5%;color:#fff;background: rgba(0,0,0,.5);}
.imgShowDemo .con .t{ font-size: 16px; color: #333;}
.imgShowDemo .txt { background: #272727; font-size: 16px; color: #fff; line-height: 65px; position: absolute; left: 0; right: 0; bottom: 0; height: 65px; }
.imgShowDemo .txt .i { padding-left: 3%; }
.hi-num { width: 85px; height: 65px; background: #272727; color: #fff; border-left: 1px solid #3a3a3a; position: absolute; bottom: 0; right: 0; text-align: center; line-height: 65px; font-size: 16px; }
.img-show { transform: translateY(0) !important; -webkit-transform: translateY(0) !important; }
.no-csstransitions .img-show{ display: block;}
.imgShowDemo .owl-controls .owl-buttons div { position: absolute; padding: 0px; margin: 0px; width: 64px; height: 64px; border-radius: 10px; background-color: transparent; overflow: hidden; top: 50%; margin-top: -32px; background-position: center center; background-repeat: no-repeat; text-indent: -10em; }
.imgShowDemo .owl-controls .owl-buttons div.owl-prev { left: 3%; background-image: url(../images/p_l3.png); }
.imgShowDemo .owl-controls .owl-buttons div.owl-next { right: 3%; background-image: url(../images/p_r3.png); }
.imgShowDemo .owl-controls .owl-buttons div.owl-prev:hover, .imgShowDemo .owl-controls .owl-buttons div.owl-next:hover {background-color: #00A0EA; }
.imgShowDemo .owl-controls .owl-buttons div.owl-prev.disabled, .imgShowDemo .owl-controls .owl-buttons div.owl-next.disabled { background-color: #666666; }
.infoPaging a:link,.infoPaging a:visited { color: #666666;}
.infoPaging a:active,.infoPaging a:hover { color: #fff;}
.infoPaging{ border-top: 1px solid #cccccc; height: 58px; margin-top: 5%; text-align: center; letter-spacing: -0.31em; /* webkit */*letter-spacing: normal; /* IE < 8 重置 */}
.infoPaging a{ line-height: 58px; width: 66px; border-left: 1px solid #cccccc; font: 18px/58px "acaslonpro","times new roman",tahoma,georgia; display: inline-block;zoom: 1; *display: inline; /* IE < 8: 伪造 inline-block */ letter-spacing: normal; word-spacing: normal; vertical-align: top;}
.infoBox .list{ background: url(../images/list1.png) no-repeat scroll center center #999999; padding-left: 68px; height: 59px; display: inline-block;}
.infoBox .list:hover{ background-color: #cc0000;}
.infoPaging .pprev{ background: url(../images/prev11.png) no-repeat scroll 8% center; padding: 0px 30px 0px 37px; border-left: 0px none; font-size: 16px; font-family: "microsoft yahei";}
.infoPaging .pnext{ background: url(../images/next11.png) no-repeat scroll 92% center; padding: 0px 37px 0px 30px; font-size: 16px;font-family: "microsoft yahei";}
.infoPaging .pprev:hover{ background-position: 0px center; background-color: transparent; color: #cc0000;}
.infoPaging .pnext:hover{ background-position: 100% center; background-color: transparent; color: #cc0000;}
.infoPaging a.act{ background-color: #00A0EA; color: #fff;}
.infoPaging a:hover{ background-color: #ccc; color: #fff;}
.infoBox{ width: 370px; margin: 0px auto; line-height: 59px; font-size: 16px;}
.infoBox .list{ background: url(../images/list1.png) no-repeat scroll center center #999999; padding-left: 68px; height: 59px; display: inline-block; width: auto;}
.infoBox .list:hover{ background-color: #cc0000;}
.infoBox .pprev{ background: url(../images/prev11.png) no-repeat scroll 8% center; padding:0px 0px 0px 37px; float: left; display: block; height: 100%;}
.infoBox .pnext{ border-left: 0px none; background: url(../images/next11.png) no-repeat scroll 92% center; padding:0px 37px 0px 0px; float: right; display: block; height: 100%;}
.infoBox .pprev:hover{ background-position: 0px center;}
.infoBox .pnext:hover{ background-position: 100% center;}
/*弹窗结束*/
.noimg{
	opacity:0;
	width:100%;
	height:100%;
	z-index: 8;
	position: relative;
}




/* 新闻 */
.imgnews-list li { transform: translateY(100%);  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; padding: 10px 0; border-bottom: 1px solid; border-color: #333333; border-color: ; }
.imgnews-list li .title { font-size: 14px; line-height: 30px; color: #333333; color: ; margin: 0; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 78% }
.imgnews-list li .time { display: inline-block; line-height: 30px; float: right; color: #333333; color: ; font-size: 13px; position: relative; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms }
.imgnews-list li .fa { display: inline-block; line-height: 30px; float: right; color: #0b6ab8; color: ; font-size: 13px; position: relative; right: 35px; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; opacity: 0 }
.imgnews-list li:hover { padding-left: 15px }
.imgnews-list li:hover .fa { right: 0; opacity: 1 }
.imgnews-list li:hover .time { right: 15px }
.imgnews-list li:hover h3 { color: #0b6ab8; color: ; }
.imgnews-list li .date { float: right }
.imgnews-list li .date .day { font-size: 36px; font-weight: bold; position: relative; letter-spacing: 1px; color: #333333; color: ; }
.imgnews-list li .date .year { color: #333333; color: ; position: relative; display: block }
.imgnews-list .item-1 { width: 40%; float: left; padding: 0; border: none; opacity: 1; transform: none; }
.imgnews-list .item-1 .text { background: #0b6ab8; background: ; padding: 28px 20px 28px 40px }
.imgnews-list .item-1 .text .date { float: left }
.imgnews-list .item-1 .text .day { font-size: 36px; font-weight: bold; position: relative; letter-spacing: 1px; color: #fff; }
.imgnews-list .item-1 .text .year { color: rgba(255, 255, 255, 0.6); position: relative; display: block }
.imgnews-list .item-1 .text .content { color: #fff; width: 80%; float: right }
.imgnews-list .item-1 .text .content h3 { color: #fff; line-height: 30px; margin: 0; font-size: 16px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.2) }
.imgnews-list .item-1 .text .content p { color: rgba(255, 255, 255, 0.7); padding-top: 15px; margin: 0 }
.imgnews-list .item-1 .img { overflow: hidden }
.imgnews-list .item-1 .img img { -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; opacity: .78; width: 100% }
.imgnews-list .item-1:hover { -webkit-box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.08); box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.08); padding: 0 }
.imgnews-list .item-1:hover img { -webkit-transform: scale(1.08); transform: scale(1.08); opacity: 1 }
.imgnews-list .item-2 { border: none !important }
.imgnews-list .item-2 .text { float: left; width: 80% }
.imgnews-list .item-2 .text h3 { width: 100%; padding-bottom: 15px; border-bottom: 1px solid; border-color: #333333; border-color: ; font-size: 16px }
.imgnews-list .item-2 .text p { margin-top: 15px; color: #333333; color: ; font-size: 13px; line-height: 26px; height: 52px; overflow: hidden }

@media (max-width:991px) {
    .imgnews-list .item1 .text .content { width: 70% }

}
@media (max-width:767px) {
    .imgnews-list li { width: 100% !important; float: none !important }
    .imgnews-list .item1 .text .content { width: 68% }
    .imgnews-list li .title { width: 70% }
    .title-box .head{
        float: none;
    }
    .title-box .tabs{
            margin: 15px 0;
    float: none;
    }
}