/**cp**/
.cpzdiv{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom:100px;
}
.cpzdiv h1{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
}
.cpdiv{
	width: 15%;
	height: auto;
	float: left;
}
.cpdiv a{
	text-decoration:none;
}
.cpdivone{
	margin-left: 17%;
}
.cpdivother{
	margin-left: 2%;
}
.cpimgdiv{
	width:100%;
	height: auto ;
	background-color: #f0f3f9;
	padding-bottom:30px;
}
.cpimgdiv img{
	width: 100%;
	margin-top: 30px;
}
.cph3{
	color:#000000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.cpp{
	color:#666666;
	text-align: center;
}
/**gdfu**/
.gdfuzdiv{
	width: 100%;
	height: auto;
	float: left;
	background: linear-gradient(180deg,rgb(7,133,134)47%,rgb(34,31,60)47%,rgb(255,255,255)47%);
	margin-bottom:80px;
}
.gdfuzdiv h1{
	color: #FFFFFF;
	text-align: center;
	margin: 0,auto;
	margin-top: 80px;
	margin-bottom: 50px;
}
.gdfudiv{
	width: 21%;
	height: auto;
	float: left;
}
.gdfudivone{
	margin-left: 15%;
}
.gdfudivother{
	margin-left: 3%;
}
.gdfudiv img{
	width: 100%;
	height: auto;
	border-radius: 0px;
	aspect-ratio: 16/9;
	object-fit:cover
}
.gdfudiv h3{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.gdfudiv p{
	font-size: 18px;
	color: #666666;
	margin: 0px 30px 20px 30px;
	text-align: center;
}
.gdfudiv a{
	margin-left: 42%;
	text-decoration:none;
}

@media screen and (max-width:1300px){
/**cp**/
.cph3{
	font-size:13px;
}
.cpp{
	font-size:13px;
}
	
/**gdfu**/
.gdfudiv h3{
	font-size:13px;
}
.gdfudiv p{
	font-size:13px;
}
.gdfudiv a{
	font-size:13px;
}
}
@media screen and (max-width:900px){
/**cp**/
.cpdiv{
	width: 30%;
}
.cpdivone{
	margin-left: 14%;
}
.cpdivother{
	margin-left: 14%;
}


.cph3{
	margin-top: 10px;
}
.cpp{
	text-align: center;
	margin-bottom:10px;
}
/**gdfu**/
.gdfudiv{
	width: 28%;
	margin-top:-30px;
}
.gdfudivone{
	margin-left: 8%;
}
.gdfudivother{
	margin-left: 1%;
}
.gdfudiv h3{
	margin-top: 10px;
}
.gdfudiv p{
	margin: 0px 5px 10px 5px;
}
.gdfudiv a{
	margin-left: 30%;
	text-decoration:none;
}

}


