@charset "utf-8";
/* CSS Document */





.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;
	vertical-align:middle;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

@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-bullet{
	width: 5rem;
	height: 5px;
	border-radius: 50px;
}

.index .indexcon{
	position: absolute;
	left: 3.125rem;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
	z-index: 8;
	width: 40%!important;
}

.index .indexcon p{
	margin-bottom: 2rem;
}

.index .indexcon h3{
	font-size: 2rem;
	line-height: 3rem;
	color: #fff;
}

.index .indexcon .welcome_text,.index .indexcon h3{
	text-align: left;
}

@media (max-width:1600px){
	.index .indexcon{
		width: 48%!important;
	}
	
	.index .indexcon h3{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}











.pro{
	padding: 100px 0;
	background: #f4f5fb;
	position: relative;
}

.prozi{
	text-align: center;
	margin-bottom: 5rem;
}

.prozi h3{
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	color: #111;
}

.procon{
	
}

.procon ul{
	margin-bottom: 0;
	padding: 0;
}

.procon ul li{
	float: left;
	width: 31%;
	border-radius: 4px;
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
	position: relative;
	margin-bottom: 3%;
	
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.procon .proimg{
	overflow: hidden;
	background: #fff;
}

.procon .proimg img{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.procon ul li:hover .proimg img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media (min-width: 992px) {
	.procon ul li:nth-child(3n+2){
		margin-left: 3%;
		margin-right: 3%;
	}
}


.procon ul li p{
	font-size: 1rem;
	color: #333;
	margin: 0;
	padding: 1rem;
	background: #fff;
	text-align: center;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.procon .proxian{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 3px;
	background-image: linear-gradient(to right,#0099cc, #003399)!important;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.procon ul li:hover .proxian {
    width: 100%;
}










.wh{
	background: url(../images/wh.jpg) no-repeat center;
	background-attachment: fixed;
	
	position: relative;
}

.wh .wid{
	height: 50vh;
}

.whzi{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.whzi h3{
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
}













.about{
	padding: 100px 0;
	position: relative;
}

.aboutl{
	float: left;
	width: 50%;
}

.aboutl h3{
	font-size: 3rem;
	font-weight: 600;
	color: #111;
	margin-bottom: 4rem;
}

.aboutl p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #555;
	text-indent: 1.8rem;
}

.aboutr{
	float: right;
	width: 48%;
}

.aboutimg{
	text-align: right;
	
}

.aboutimg img{
	width: 90%;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.aboutimg:hover img{
	-webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

@media (max-width:1600px){
	.aboutl p.aaa{
		display: none;
	}
}









@media (min-width:768px) and (max-width:991px){
	.pro,.about{
		padding: 6rem 0;
	}

	.pro .qixing{
		display: none;
	}

	.procon ul li{
		width: 48%;
	}

	.procon ul li:nth-child(odd){
		margin-right: 2%;
	}

	.procon ul li:nth-child(even){
		margin-left: 2%;
	}

	.aboutl,.aboutr{
		float: none;
		width: 100%;
	}

	.aboutimg,.aboutl h3{
		text-align: center;
	}

	.aboutimg img{
		width: 100%;
	}
}







@media (max-width:768px){
	.index .swiper-pagination-bullet{
		width: 2rem;
		height: 3px;
	}

	.pro,.about{
		padding: 5rem 0;
	}

	.prozi h3,.aboutl h3{
		font-size: 1.6rem;
	}

	.prozi,.aboutl h3{
		margin-bottom: 3rem;
	}

	.procon ul li p{
		padding: 0.5rem;
	}

	.pro .qixing,.wh{
		display: none;
	}

	.procon ul li{
		width: 48%;
	}

	.procon ul li:nth-child(odd){
		margin-right: 2%;
	}

	.procon ul li:nth-child(even){
		margin-left: 2%;
	}

	.aboutl,.aboutr{
		float: none;
		width: 100%;
	}

	.aboutimg,.aboutl h3{
		text-align: center;
	}

	.aboutimg img{
		width: 100%;
	}
}





