@charset "utf-8";
img {
    max-width: 100%;
    max-height: 100%;
}
.icolor,.hvcolor:hover{
	color: #2DA4CE;
}
.bgcolor,.hvbgcolor:hover{
	background: #2DA4CE;
	color: #fff;
}
.md{
	padding: 80px 0;
}
.head,.head_height{
	height: 70px;
}
.head{
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
}
.head_active{
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.logo{
	display: inline-block;
	height: 60px;
}
.nav li{
	position: relative;
	margin: 0 30px;
}
.nava{
	text-transform: uppercase;
	display: block;
	line-height: 70px;
	border-bottom: 4px solid rgba(0,0,0,0);
}
.nav li:hover .nava{
	color: #2DA4CE;
}
.nav li.active .nava{
	border-bottom-color: #2DA4CE;
	color: #2DA4CE;
}
.navhide{
	width: 160px;
	border-radius: 4px 4px 8px 8px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.hdra{
	display: flex;
	align-items: center;
	position: relative;
}
.hdra .navhide{
	width: 100px;
	margin-left: -50px;
}
.nav li:hover .navhide,
.hdra:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 0 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #2DA4CE;
	background: #f9f9f9;
}
.i1a_a{
	display: block;
	position: relative;
	overflow: hidden;
}
.i1atxt{
	width: 55%;
	padding: 20px 5%;
	position: absolute;
	left: 0;
	top: 15%;
	z-index: 9;
}
.i1more{
	display: inline-block;
	border: 1px solid #000000;
	border-radius: 50px;
	padding: 5px 16px;
	transition: .25s;
}
.i1more:hover,.i1more_bg{
	background: #2DA4CE;
	color: #fff;
	border-color: #2DA4CE;
}
.i1w{
	width: 100%;
	padding: 0 15px;
}
.i2a_a{
	background: #F5F5F7;
	min-height: 100%;
	border-radius: 12px;
	overflow: hidden;
	display: block;
}
.i2atxt{
	padding: 20px 25px;
}
.i3{
	background: #F5F5F7;
	padding: 25px 0 !important;
}
.i3w{
	position: relative;
}
.i3a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 1;
}
.i3a img,.i4a img{
	display: block;
	max-width: 85%;
	max-height: 85%;
	transition: .5s;
}
.i3a:hover img,.i4a:hover img{
	transform: scale(1.05);
}
.i4a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F7;
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 3 / 2.3;
}
.i4a:hover{
	background: #e8e8e8;
}
.foot{
	background: #2DA4CE;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.fb{
	background: #2993BA;
	padding: 15px 0;
	text-align: center;
}
.ft{
	padding: 50px 0;
}
.flogo{
	display: inline-block;
	height: 155px;
}
.ftlul li{
	margin-right: 40px;
	margin-bottom: 8px;
}
.ftltxt p{
	padding: 5px 0;
}
.ftltxt p img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.pdmd{
	padding-top: 40px !important;
}
.pdt a{
	width: 48%;
	display: block;
	text-align: center;
	line-height: 1.3;
	padding: 30px 0;
	border-bottom: 4px solid #F2F2F2;
	color: #808080;
}
.pdt a:hover{
	color: #2DA4CE;
}
.pdt a.active{
	color: #2DA4CE;
	border-color: #2DA4CE
}
.pda_a{
	display: block;
	text-align: center;
}
.pda_a h4{
	line-height: 1.5;
}
.pdaimg{
	background: #F5F5F7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 3.5;
}
.pdaimg img{
	max-width: 80%;
	max-height: 80%;
	display: block;
}
.page a,.page span{
	display: inline-block;
	padding: 5px 12px;
	border-radius: 4px;
	margin: 3px;
}
.page a.active{
	background: #2DA4CE;
	color: #fff;
}

.pi1{
	background: #E3E3E3;
}
.pi1l{
	width: 40%;
	margin-right: 6%;
}
.pi1ra{
	padding: 15px 0;
}
.sai2a_a{
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 25px;
	display: flex;
	align-items: center;
	transition: .5s;
}
.sai2a_a:hover{
	border: 1px solid #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	transform:translateY(-8px);
}
.sai2a_a i img,.sai2a_a span img{
	display: block;
}

.sh1w{
	background: #F5F5F7;
	border-radius: 10px;
	padding: 60px 4%;
}
.sh1l{
	width: 36%;
}
.sh1line{
	border-left: 1px solid #A6A6A6;
	margin: 0 5%;
}
.sh1rar{
	margin-left: 7%;
}
.sh1ra:first-child{
	margin-top: 0;
}
.sh2a_a{
	border-radius: 10px;
	background: #F5F5F7;
	padding: 50px;
	min-height: 100%;
	transition: .25s;
}
.sh2a_a:hover{
	background: #f0f0f0;
	transform:translateY(-5px);
}

.ab1{
	background: url(../images/ab1bg.png) no-repeat top right;
	background-size: 70%;
}
.abtoptxt{
	color: #616580;
}
.abtoptxt p{
	padding: 5px 0;
}
.ab1vd{
	cursor: pointer;
}
.ab1vd::after{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/ab1vd.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.ab2{
	background: url(../images/ab2bg.jpg) no-repeat bottom center;
	background-size: cover;
}
.ab2box::after{
	width: 100%;
	height: 1px;
	content: "";
	background: #2DA4CE;
	position: absolute;
	top: 50%;
	left: 0;
}
.ab2w{
	position: relative;
	z-index: 9;
}
.ab2a{
	padding: 0 2px;
}
.swiper-slide-thumb-active .ab2a{
	color: #2DA4CE;
}
.ab2at,.ab2ab{
	height: 100px;
	display: flex;
	align-items: center;
}
.ab2am{
	height: 1px;
	margin: 15px 0;
	background: none;
	position: relative;
}
.ab2am i{
	width: 20px;
	height: 20px;
	border: 1px solid #333;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	border-radius: 100%;
	z-index: 9;
}
.ab2am i::after{
	width: 8px;
	height: 8px;
	border-radius: 100%;
	content: "";
	background: #333;
	position: absolute;
	left: 5px;
	top: 5px;
}
.swiper-slide-thumb-active .ab2a .ab2am i::after{
	background: #2DA4CE;
}
.swiper-slide-thumb-active .ab2a .ab2am i{
	border: 1px solid #2DA4CE;
}
.ab2tl{
	width: 40%;
	margin-right: 8%;
}
.ab2trtxt p{
	padding: 5px 0;
}
.ab_i3{
	background: none;
}

.cor .flogo{
	height: 120px;
}
.col{
	width: 40%;
	margin-right: 5%;
}
.cola{
	padding: 25px 0;
	border-bottom: 1px solid #E6E6E6;
}
.cola:last-child{
	border-bottom: 0;
}
.cola i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	margin-right: 20px;
}



@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.i1atxt{
		width: 60%;
	}
	
	.sai2a_a i img{
		width: 100px;
	}
	.sai2a_a span img{
		width: 40px;
	}
	
	.sh2a_a img,.sh1rar img{
		height: 80px;
	}
	
	.ab1vd::after{
		background-size: 60px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.flogo{
		height: 120px;
	}
	.i1more{
		font-size: 12px;
		padding: 4px 14px;
	}
	
	.pda{
		width: 33.33%;
	}
	
	.sh2a_a img,.sh1rar img{
		height: 60px;
	}
	.sh2a_a{
		padding: 30px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	
	.pda{
		width: 50%;
	}
	
	.pi1ra{
		width: 100%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.i1{
		margin-top: 10px;
	}
	.i1atxt{
		top: 0;
		padding: 20px;
	}
	.i1atxt p{
		line-height: 1.4;
	}
	.i1more{
		font-size: 12px;
		padding: 2px 12px;
	}
	.itop p{
		line-height: 1.4;
	}
	.i2atxt{
		padding: 15px 20px;
	}
	.i2atxt p{
		margin-top: 10px !important;
		line-height: 1.4;
	}
	.ft{
		padding: 20px 0;
	}
	.ftlul{
		display: none;
	}
	.ftltxt{
		margin-top: 0 !important;
		text-align: center;
	}
	.ftr{
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}
	.flogo{
		height: 60px;
	}
	.fb{
		padding: 12px 0;
	}
	
	.pdmd{
		padding-top: 15px !important;
	}
	.pdmd .wrap_1200{
		padding: 0;
	}
	.pdt a{
		padding: 10px 0;
		border-bottom-width: 2px;
	}
	
	.sai2a_a{
		padding: 15px;
	}
	.sai2a_a .txt{
		margin: 0 12px;
	}
	.sai2a_a i img{
		width: 50px;
	}
	.sai2a_a span img{
		width: 20px;
	}
	.pi1ra{
		padding: 5px 0;
	}
	.pi1ra h4{
		margin-top: 5px;
		font-size: 15px;
	}
	
	.sh1w{
		padding: 25px;
	}
	.sh1l{
		margin-bottom: 25px !important;
	}
	.sh1line{
		display: none;
	}
	.sh2a_a img,.sh1rar img{
		height: 40px;
	}
	.sh2a{
		width: 100%;
	}
	.sh2a_a{
		padding: 20px;
		border-radius: 5px;
	}
	
	.ab2{
		overflow: hidden;
	}
	.ab1vd::after{
		background-size: 40px;
	}
	.ab2tw{
		display: block;
	}
	.ab2tr{
		margin-top: 25px;
	}
	
	.cola{
		padding: 20px 0;
	}
	.cola i{
		width: 45px;
		height: 45px;
		margin-right: 15px;
	}
	.cola i img{
		width: 40%;
	}
	.cola h4{
		line-height: 1.5;
		margin-top: 3px;
	}
	.cor .flogo{
		height: 60px;
	}
}