@charset "utf-8";
/* CSS Document */

.w1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}




.index{width:100%;overflow:hidden;position: relative;}
.index .swiper-container{width:100%;height:100%;overflow:hidden}
.index .swiper-container .swiper-slide{width:100%;height:100%;overflow:hidden}
.index .swiper-container .swiper-slide img{display:block;
	transform:scale(1.05);
	-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-webkit-transform:scale(1.05);
-o-transform:scale(1.05);
	vertical-align:middle;transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.index .swiper-slide-active img{
	transform: scale(1)!important;
	-moz-transform: scale(1)!important;
-ms-transform: scale(1)!important;
-webkit-transform: scale(1)!important;
-o-transform: scale(1)!important;
	
}

.swiper-pagination-bullet{
	height: 3.5px;
	width: 60px;
	border-radius: 0;
}

.index .swiper-button-next{
	background:url(../images/right2.png) no-repeat;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0;
	right: 5%;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.index .swiper-button-prev{
	background:url(../images/left2.png) no-repeat;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	left: 5%;
	opacity: 0;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.index:hover .swiper-button-prev{
	opacity: 1;
	left: 2%;
}

.index:hover .swiper-button-next{
	opacity: 1;
	right: 2%;
}












.pro{
	
}

.pro ul{
	margin-bottom: 0;
}

.pro ul li{
	float: left;
	width: 33.3%;
	border: 1px solid #f3f3f3;
}

.pro img{
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.proimg{
	overflow: hidden;
	position: relative;
}

.pro ul li:hover img{
	transform: scale(1.1);
}

.proimg p{
	position: absolute;
	left: 5%;
	bottom: 3%;
	font-size: 14px;
	color: #111;
	margin-bottom: 0;
	line-height: 60px;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proimg span{
	position: absolute;
	bottom: 3%;
	right: -10%;
	background: #116ab2;
	color: #fff;
	padding: 20px;
	border-radius: 50%;
	font-size: 14px;
	opacity: 0;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.pro ul li:hover span{
	opacity: 1;
	right: 5%;
	
}

.pro ul li:hover p{
	left: 10%;
	color:  #116ab2;
}












.ys{
	background: #f3f3f3;
	padding: 4% 0 1%;
}

.ysw{
	width: 90%;
	margin: 0 auto;
}

.ys ul li{
	float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    width: 20%;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.ys .ImgBox{
	margin-bottom: 20px;
}

.ys .listTitle{
	font-size: 14px;
	color: #333;
}

.ys li .listInfo{overflow:hidden;position:relative; z-index:2;top:0;FILTER: Alpha(Opacity=0);opacity: 0;font-size: 14px;line-height:30px; height:90px;padding: 0 8%;}

.ys li a:hover .listInfo{top:-60px;color:#fff;FILTER: Alpha(Opacity=1);opacity: 1;}
.ys li a:after{content:"";height:70%;width:100%;display:block;position: absolute;bottom:0;left:0;/* background:rgba(0, 0, 0, 0.30);*/background: #116ab2;transition: all 0.2s ease 0s;FILTER: Alpha(Opacity=0);opacity: 0;border-radius:10px;}
.ys li a:hover:after{FILTER: Alpha(Opacity=1);opacity: 1;height:100%;}


@media (max-width:1500px){
	.ys li .listInfo{
		height: 50px!important;
	}
	.ys ul li{
		width: 33%!important;
	}
	.ys ul li:nth-child(4){
		margin-left: 17%;
		
	}
}



















.about{
	position: relative;
}

.about .wid{
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.aboutl{
	float: left;
	width: 30%;
	overflow: hidden;
	text-align: center;
	background: #000;
}

.aboutl img{
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.aboutl:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}

.aboutr{
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
	width: 60%;
}

.aboutr h3{
	font-size: 28px;
	margin-bottom: 50px;
	text-align: center;
}

.aboutr p{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-bottom: 10px;
}

@media (max-width:1500px){
	.aboutr p:nth-child(2){
		display: none;
	}
}

.abouta{
	margin: 66px auto 0;
	text-align: center;
}

.abouta a{
	padding: 12px 30px;
	/*border: 1px solid #bfbfc1;
	color: #7f7f7f;*/
	font-size: 14px;
	border-radius: 50px;
	background: #116ab2;
	color: #fff;
	border: 2px solid #fafafa;
}

.abouta a:hover{
	/*border: 1px solid #116ab2;
	background: #116ab2;*/
	color: #116ab2;
	border: 2px solid #116ab2;
	background: #fff;
}


















.news{
	/*margin-bottom: 8%;
margin-top: 3%;*/
	margin-top: 5%;
}

.news .wid{
	width: 80%;
	margin: 0 auto;
}

.newscon h3{
	font-size: 28px;
	margin-bottom: 30px;
	text-align: left;
	padding-top: 1.5%;
	padding-left: 20px;
}

.newscon{
	padding: 30px 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
	position: relative;
}

.newscon ul{
	margin-bottom: 0;
}

.newscon ul li{
	float: left;
	width: 100%;
	height: 60px;

	padding: 0 20px;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.newscon ul li:hover{
	background: #116ab2;
	padding-left: 3%;
}

.newscon .newszi{
	float: left;
	width: 30%;
	
}

.newszi h4 {
    font-size: 15px;
    font-weight: 300;
    color: #116ab2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	line-height: 60px;
}

.newscon ul li:hover h4{
	color: #fff;
}

.newss{
	float: right;
	width: 60%;
	
}

.newss p {
    font-size: 14px;
    color: #666;
	line-height: 60px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newscon ul li:hover p{
	color: #fff;
}

/*.newscon .swiper-slide{
	height: 60px;
	overflow: hidden;
}

.newscon .swiper-container{
	width: 80%;
	margin-left: 0;
}

.newszi{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
	height: 60px;
	width: 30%;
	overflow: hidden;
	
}

.newszi h4{
	font-size: 18px;
	font-weight: 300;
	color: #116ab2;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newss{
	position: absolute;
	top: 0;
	left: 35%;
	width: 65%;
}

.newss p{
	font-size: 14px;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newss span{
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
}

.newsh{
	position: absolute;
	right: -5%;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: #fff;
	padding: 20px 50px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.newsh h3{
	font-size: 18px;
	color: #000;
}

.newsa a:hover{

	color: #116ab2;
	border: 2px solid #116ab2;
	background: #fff;
}


.news .swiper-button-prev{
	bottom: -100px!important;
	background: url(../images/bannerl.png) no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	left: 42%;
	margin-left: -50px;
	top: auto;
	display: none;
}


.news .swiper-button-next{
	bottom: -100px!important;
	background: url(../images/bannerr.png) no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	right: 42%;
	margin-right: -50px;
	top: auto;
	display: none;
}


.newsa{
	text-align: center;
	display: none;
	
}

.newsa a{
	font-size: 14px;
	padding: 0px 30px;
	height: 42px;
	line-height: 42px;
	border-radius: 50px;
	background: #116ab2;
	color: #fff;
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
	z-index: 555;
	border: 2px solid #fff;
	display: none;
}

.newsa a:hover{
	
	color: #116ab2;
	border: 2px solid #116ab2;
	background: #fff;
}
*/













.more{
	/*margin-top: 100px;*/
	padding: 5% 0;
}

.more .wid{
	width: 80%;
	margin: 0 auto;
}


.morecon ul li{
	position: relative;
	float: left;
	width: 49%;
}

.morecon ul li:nth-child(1){
	margin-right: 1%;
}

.morecon ul li:nth-child(2){
	margin-left: 1%;
}

.moreimg{
	overflow: hidden;
}

.more img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.more ul li:hover img,.more ul li:hover img{
	transform:scale(1.15);
	-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
-o-transform:scale(1.15);
}


.morea{
	text-align: center;
	
}

.morea p{
	font-size: 16px;
padding: 12px 45px;
	color: #fff;
	background: #116ab2;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 555;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.more ul li:hover p{
	/*color: #116ab2;
	background: #fff;*/
	border-radius: 50px;
}

