.swiper-slide{
	max-width: 100%;
	height: auto;
}
.swiper-wrapper .banner-img{
	height: 930px;
	background: url(../img/home/1-1.jpg) center center / cover no-repeat;
}
.partOne .center{
	margin-bottom: 40px;
}
.partOne img,.top>img{
	margin: 20px auto;
}
.partTwo{
	padding-bottom: 50px;
	text-align: center;
	background-color: #fbfbfb;
	height: 930px;
}

.center{
	position: relative;
	height: 40px;
}
.center h1{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.partTwo .center{
	margin-top: 40px;
	margin-bottom: 50px;
}
.partTwo:before{
	content: "";
	display: table;
}
.lab{
	margin: 0 auto;
	width: 100px;
	height: 100px;
}
.lab,.icon{
	display: flex;
	justify-content: center;
	align-items: center;
}
.lab .icon{
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: palevioletred;
}
.content{
	display: flex;
	height: 200px;
	justify-content: center;
	align-items: center;
}
.content .item{
	margin: 0 50px;
	width: 290px;
}
.content .item h3{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 12px;
	font-weight: 200;
	text-align: center;
	display: flex;
	justify-content: center;
}
.content .item p{
	color: #6b7074;
	text-align: center;
	display: flex;
	justify-content: center;
}
.partThree{
	text-align: center;
	padding-top: 140px;
	padding-bottom: 120px;
}
.top{
	height: 600px;
}
.top .center{
	margin-bottom: 12px;
}
.top p{
	font-size: 14px;
	margin: 6px;
}
.top img{
	max-width: 100%;
}
.bottom{
	position: relative;
	overflow: hidden;
	height: 550px;
	padding-top: 100px;
	height: 650px;
	font-size: 0;
}
.bottom>img{
	position: absolute;
	right: 50%;
	max-width: 100%;
	height: 500px;
}
.clear::before{
	content: "";
	display: table;
}
.clear{
	position: absolute;
	margin-left: 50px;
	width: 450px;
	left: 50%;
}
.bottom h3{
	margin: 45px auto;
	font-size: 32px;
	font-weight: 200;
	text-align: left;
}
.clear ul li{
	height: 65px;
	margin-bottom: 10px;
}
.clear ul li::before{
	content: "";
	display: table;
}
.clear ul li img{
	float: left;
	margin-right: 30px;
}
.clear ul li h3{
	font-size: 14px;
	text-align: left;
	margin: 10px 0;
}
.clear ul li p{
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
}
.partFour{
	padding-top: 112px;
	text-align: center;
	position: relative;
}
.partFour ul{
	display: flex;
	height: 319px;
	background: linear-gradient(to bottom,#52BBF1, #6153E8);
	background: -webkit-linear-gradient(to bottom,#52BBF1, #6153E8);
	justify-content: center;
	align-items: center;
	margin: 0;
	overflow: hidden;
}
.box{
	position: relative;
	color: white;
	width: 370px;
	height: 100px;
}
.box h3{
	position: absolute;
	font-size: 19px;
	font-weight: normal;
	width: 100%;
	top: 0;
	font-family: light;
}
.box h3 strong{
	font-family: light;
	font-size: 40px;
	font-weight: 100;
}
.box p{
	font-family: light;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.waveWrapper{
	position: relative;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 112px;
    top: -112px;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 112px;
    top: -112px;
}
.bgBottom {
    opacity: 1;
    z-index: 5;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 112px;
    top: -112px;
}
.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.partFour ul li:nth-of-type(2)::before{
	content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    border-right: 1px solid #fff;
}
.partFour ul li:nth-of-type(2)::after{
	content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    border-right: 1px solid #fff;
}
/* .new_one,.new_two,.new_three{
	padding-top: 170px;
	padding-bottom: 170px;
} */
.new_one{
	padding-top: 170px;
	padding-bottom: 50px;
}
.new_two{
	padding-top: 50px;
	padding-bottom: 200px;
}


.new_three .title:nth-of-type(1){
	margin-bottom: 10px;
}
.new_three .title:nth-of-type(2){
	margin-top: 0px;
}

footer{
	line-height:normal;
}

.nav li a{
	color: white;
}

.nav_item li a{
	color: black;
}
@media only screen and (max-width:980px){
	.swiper-wrapper .banner-img{
		height: 600px;
	}
	.bottom{
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.bottom .anImg,.clear{
		position: initial;
		margin: 0 auto;
	}
	.clear>.anImg{
		margin-left: -54px;
	}
	.bottom h3{
		text-align: center;
	}
	.two_img{
		flex-direction: column;
		text-align: center;
	}
	.two_img .ll,.rr{
		margin: 0;
		margin-bottom: 50px;
	}
	.ll h3,.rr h3{
		font-size: 30px;
	}
	.ll p,.rr p{
		font-size: 22px !important;
	}
	.clear ul li img{
		margin-top: 5px;
	}
	.clear ul li h3,p {
		font-size: 20px !important;
	}
}