@charset "utf-8";
/* CSS Document */




.index{
	width:100%;
	height: 100vh;
	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;
	vertical-align:middle;
	transition: all 6s;
-moz-transition: all 6s;
-ms-transition: all 6s;
-webkit-transition: all 6s;
-o-transition: all 6s;
}

@media (min-width:992px){
	.index .swiper-container .swiper-slide 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);
	}
	
	.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;
	}
}

.index .swiper-button-prev{
	background: url(../images/left1.png) no-repeat;
	width: 45px;
	height: 45px;
	/*border-radius: 50%;*/
	left: 1%;
	top: 50%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.index:hover .swiper-button-prev,.index:hover .swiper-button-next{
	opacity: 1;
}

.index .swiper-button-next{
	background: url(../images/right1.png) no-repeat;
	width: 45px;
	height: 45px;
	/*border-radius: 50%;*/
	top: 50%;
	right: 1%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

@media (min-width:992px){
	.index img{
		display: block;
		max-width: 100%;
		height: auto
	}
}

.index .swiper-pagination{
	left: 90%;
	text-align: left;
}

.index .swiper-pagination-bullet{
	width: 4px;
	height: 1.8rem;
	border-radius: 5px;
	margin: 0 6px!important;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.index .swiper-pagination-bullet-active{
	height: 3rem!important;
	background: #0099cc!important;
}

.index .swiper-slide{
	position: relative;
}

.index .bacon{
	z-index: 8;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}

.index .bacon h3{
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 1.2rem;
	font-weight: 600;
	letter-spacing: 5px;
}

.index .bacon p{
	font-size: 1.2rem;
	color: #fff;
}



.index .shubiao{
	position: absolute;
	left: 9%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 5%;
	z-index: 5;
	
	 animation: down .6s alternate infinite linear;
    -webkit-animation: down .6s alternate infinite linear;
}


@keyframes down {
    0% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


.index .shubiao img{
	width: 50%;
}












.about{
	background: #f5f5f5;
	padding: 100px 0;
}

.aboutcon{
	/*padding: 100px 0 0 0;*/
	position: relative;
}

.aboutcon h3{
	font-size: 2.2rem;
	margin-bottom: 3rem;
	font-weight: 600;
}

.aboutcon p{
	font-size: 1rem;
	line-height: 2rem;
	color: #333;
	text-indent: 2rem;
}

.aboutmore{
	margin-top: 3rem;
}

.aboutmore a{
	background: linear-gradient(to right,#0099cc,#006699);
	font-size: 1rem;
	color: #fff;
	padding: 1.2rem 3rem;
}

.aboutimg{
	overflow: hidden;
}

/*.aboutimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.aboutimg: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);
}*/

.abouta{
	position: relative;
}

.aboutjs{
	/*position: absolute;
	left: 0;
	bottom: 10%;*/
	width: 90%;
	z-index: 8;
	margin-top: 50px;
}

.aboutjs ul li{
	float: left;
	width: 50%;
	background: #fff;
	height: 160px;
	border: 2px solid #f2f4f7;
	position: relative;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.aboutjs ul li:hover{
	
}

.aboutjscon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
	
	width: 80%;
}

.aboutjsimg{
	margin: 0 auto 10px;
	text-align: center;
}


.aboutjs ul li p{
	margin-bottom: 0;
	font-size: 0.9rem;
	color: #333;
	text-align: center;
	display: block!important;
	line-height: 1.2rem;
}


.aboutjsxiao{
	margin-top: 50px;
}

.aboutjsxiao ul li{
	float: left;
	width: 25%;
	background: #fff;
	height: 160px;
	border: 2px solid #f2f4f7;
	position: relative;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.aboutjsxiao ul li:hover{
	
}

.aboutjsxiaocon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
	
	width: 90%;
}

.aboutjsxiaoimg{
	margin: 0 auto 10px;
	text-align: center;
}


.aboutjsxiao ul li p{
	margin-bottom: 0;
	font-size: 0.9rem;
	color: #333;
	text-align: center;
	display: block!important;
	line-height: 1.2rem;
}










.pro{
	padding: 100px 0 50px;
	background: url(../images/c.jpg) no-repeat center;
	background-attachment: fixed;
}

.prozi{
	margin-bottom: 5rem;
	position: relative;
}

.prozi h3{
	font-size: 2.2rem;
	float: left;
	font-weight: 600;
	/*color: #fff;*/
}

.proa{
	float: right;
}

.proa a{
	background: linear-gradient(to right,#0099cc,#006699);
	font-size: 1rem;
	color: #fff;
	padding: 1.2rem 3rem;
}

.procon{
	
}

.procon .prolist {
	float: left;
	width: 23.5%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width:992px){
	.procon .prolist:nth-child(4n+2){
		margin-left: 2%;
		margin-right: 1%;
	}

	.procon .prolist:nth-child(4n+3){
		margin-left: 1%;
		margin-right: 2%;
	}
}

.procon .prolist .proimg{
	overflow: hidden;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.procon .prolist .proimg img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon .prolist:hover .proimg img{
	transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
}

.procon .prolist p{
	font-size: 1rem;
	color: #444;
	background: #f9f9f9;
	text-align: center;
	padding: 1rem 0;
	margin: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon .prolist:hover p{
	color: #0099cc;
}
















.more{
	
}

.fac,.honor{
	position: relative;
	float: left;
	width: 30%;
	height: 80vh;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.fac.noactive,.honor.noactive{
	width: 50%;
}

.fac.active,.honor.active{
	width: 70%;
}

.facmore,.honormore{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
}

.facmore a,.honormore a{
	background: rgba(0,0,0,.8);
	font-size: 1rem;
	color: #fff;
	padding: 1.2rem 3rem;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.fac:hover a,.honor:hover a{
	background: linear-gradient(to right,#0099cc,#006699);
}
















.news{
	padding: 100px 0;
	background: #f5f5f5;
}

.newszi{
	margin-bottom: 5rem;
	position: relative;
}

.newszi h3{
	font-size: 2.2rem;
	float: left;
	font-weight: 600;
}

.newsa{
	float: right;
}

.newsa a{
	background: linear-gradient(to right,#0099cc,#006699);
	font-size: 1rem;
	color: #fff;
	padding: 1.2rem 3rem;
}

.newscon{
	
}

.newslist{
	float: left;
	width: 30%;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 5px #efefef;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.newslist:hover{
	box-shadow: 0 0 10px #bbb;
}

.newscon .newslist:nth-child(2){
	margin-left: 5%;
	margin-right: 5%;
}

.newslist .newsimg img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.newslist .newsc{
	padding: 3rem 2rem;
}

.newslist h3{
	font-size: 1.2rem;
	color: #0099cc;
	margin-bottom: 2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newslist p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
	
	text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;

}

.newslist span{
	font-size: 0.9rem;
	color: #006699;
}









@media (max-width:1600px){
	
}


@media (min-width:768px) and (max-width:991px){
	.index{
		height: auto;
	}
	
	.about,.pro,.news{
		padding: 5rem 1rem;
	}

	.aboutjsxiao .wid{
		width: 100%!important;
	}
	
	.aboutjsxiao ul li{
		width: 50%;
	}
	
	.procon .prolist{
		width: 48%;
	}
	
	.procon .prolist:nth-child(odd){
		margin-right: 2%;
	}
	
	.procon .prolist:nth-child(even){
		margin-left: 2%;
	}
	
	.news .newslist{
		width: 100%;
		margin: 0 0 3rem 0!important;
	}
}





@media (max-width:767px){
	.index{
		height: auto;
	}

	.about,.pro,.news{
		padding: 4rem 0rem;
	}

	.aboutcon h3,.prozi h3,.newszi h3{
		font-size: 1.8rem;
	}

	.aboutjsxiao .wid{
		width: 100%!important;
	}

	.aboutjsxiao ul li{
		width: 50%;
	}

	.procon .prolist{
		width: 48%;
	}

	.procon .prolist:nth-child(odd){
		margin-right: 2%;
	}

	.procon .prolist:nth-child(even){
		margin-left: 2%;
	}

	.news .newslist{
		width: 100%;
		margin: 0 0 3rem 0!important;
	}
}
