@charset "utf-8";
/* CSS Document */
.about{
	padding-bottom: 0;
}
.about .what{
	position: relative;
}
.about .what .what-img{
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0;
}
.about .what .what-title{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	width: 160px;
	text-align: center;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.about .what .name{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.about .what .what-div{
	position: absolute;
}
.about .what .what-one{
	top: 3.38%;
	left: 16.95%;
}
.about .what .what-two{
	top: 3.38%;
	right: 16.95%;
}
.about .what .what-three{
	top: 40.40%;
	left: 8.48%;
}
.about .what .what-four{
	top: 40.40%;
	right: 4.24%;
}
.about .what .what-fif{
	top: 67.34%;
	left: 16.95%;
}
.about .what .what-six{
	top: 67.34%;
	right: 16.95%;
}



.advantage{
	padding-bottom: 50px;
}
.advantage .ten{
	margin-top: 80px;
}
.advantage .ten ul li{
	float: left;
	width: 222px;
	height: 208px;
	margin: 0 8.75px;
	text-align: center;
	line-height: 26px;
}
.advantage .ten ul li:first-child,
.advantage .ten ul li:nth-child(6n){
	margin-left: 0;
}
.advantage .ten ul li:nth-child(5n),
.advantage .ten ul li:last-child{
	margin-right: 0;
}
.advantage .ten ul li .image{
	width: auto;
	height: 42px;
	margin-bottom: 20px;
}
.advantage .ten ul li .image img{
	width: inherit;
	height: inherit;
}
.advantage .ten ul li .image img:hover{
	transform: scale(1.2,1.2);
	transition: all .3s ease-in-out;
}
.advantage .ten ul li .name{
	font-size: 19px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.advantage .ten ul li .details{
	font-size: 16px;
}



@media( max-width: 1279px ){
	.advantage .ten ul li{
		width: 18%;
		margin: 0 1% !important;
	}
}

@media( max-width: 991px ){
	.about .what .what-one{
		top: -8%;
		left: 15%;
	}
	.about .what .what-two{
		top: -8%;
		right: 15%;
	}
	.about .what .what-three{
		top: 40%;
		left: 12%;
	}
	.about .what .what-four{
		top: 40%;
		right: 5%;
	}
	.about .what .what-fif{
		top: 70%;
		left: 20%;
	}
	.about .what .what-six{
		top: 70%;
		right: 15%;
	}
	
	.advantage .ten ul li{
		height: 250px;
	}
}

@media( max-width: 850px ){
	.about .what .what-one{
		top: -15%;
		left: 10%;
	}
	.about .what .what-two{
		top: -15%;
		right: 10%;
	}
	.about .what .what-three{
		top: 40%;
		left: 10%;
	}
	.about .what .what-four{
		top: 40%;
		right: 0;
	}
	.about .what .what-fif{
		top: 70%;
		left: 18%;
	}
	.about .what .what-six{
		top: 70%;
		right: 12%;
	}	
}

@media( max-width: 767px ){	
	.about .what .what-img{
		display: none;
	}
	.about .what .what-title,
	.about .what .what-div{
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transform: translate(0,0);
		width: 100%;
		text-align: center;
	}
	.about .what .what-title{
		font-size: 22px;
		color: #333;
		margin-bottom: 20px;
	}
	.about .what .what-div{
		margin-bottom: 30px;
	}
	.about .what ul li{
		line-height: 22px;
	}
	
	.advantage .ten{
		margin-top: 30px;
	}	
	.advantage .ten ul li{
		width: 100%;
		height: auto;
		margin: 0 !important;
		margin-bottom: 40px !important;
	}
}