.banner{
	position: relative;
}
.banner .text{
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	text-align: center;
}
.banner h5{
	font-size: 66px;
	font-weight: bold;
	color: #fff;
}
.sec1{
	padding: 6.875% 0 5.833%;
	overflow: hidden;
}
.sec1 .inner{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 h5{
	font-size: 38px;
	color: #00437c;
	font-weight: bold;
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(-25vw);
	transform: translateX(-25vw);
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec1.actived h5{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.sec1 h5 span{
	color: #12c2fa;
}
.sec1 h5 img{
	position: absolute;
	left: 16.84%;
	top: -1.132em;
	width: 66.32%;
}
.sec1 p{
	font-size: 18px;
	color: #333;
	line-height: 1.78;
	width: 70.6%;
	text-align: justify;
	opacity: 0;
	-webkit-transform: translateX(25vw);
	transform: translateX(25vw);
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec1.actived p{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


.sec2{
	background-repeat: no-repeat;
	background-image: url(../images/about_sec2_bg.jpg);
	background-size: 100% 100%;
	padding: 6.25% 0 9.32%;
	overflow: hidden;
	position: relative;
}
.sec2 .inner{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	top: 0;
	padding-top: 6.25%;
}
.sec2 .text-box .img-box{
	display: inline-block;
	vertical-align: top;
	width: 1.96%;
	overflow: hidden;
	position: relative;
}
.sec2 .text-box .img-box img{
	width: 100%;
}
.sec2 .text-box .img-box .bg{
	opacity: 0;
}
.sec2 .text-box .img-box .icon{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
}
.sec2 .text-box .img-box.actived .icon{
	-webkit-animation: anchor 2s infinite both;
	animation: anchor 2s infinite both;
}
@-webkit-keyframes anchor{
	0%{
		top: -100%;
	}
	100%{
		top: 0;
	}
}
@keyframes anchor{
	0%{
		top: -100%;
	}
	100%{
		top: 0;
	}
}

.sec2 .text-box .inline-box{
	display: inline-block;
	vertical-align: top;
	margin-left: 3%;
	margin-top: 5%;
}
.sec2 .text-box h3{
	font-size: 38px;
	color: #00437c;
	font-weight: normal;
	margin-bottom: 0.9em;
}
.sec2 .text-box h3 b{
	font-size: 2.32em;
}
.sec2 .text-box h5{
	font-size: 38px;
	color: #000;
	font-weight: bold;
	line-height: 1.42;
}
.sec2 .swiper-container{
	overflow: visible;
}
.sec2 .swiper-slide{
	border: 1px solid #b8b3aa;
	opacity: 0.5;
	padding: 3.96% 2.6% 0;
	text-align: justify;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	height: 440px;
	width: 332px;
}
.sec2 .swiper-slide.swiper-slide-active{
	opacity: 1;
	background-color: #00437c;
	background-repeat: no-repeat;
	background-image: url(../images/about_sec2_slidehover_bg.png);
	background-position: right top;
	background-size: 57.53% auto;
	border-color: #00437c;
	box-shadow: 0 0 28px #00437c;
}
.sec2 .swiper-slide.hide{
	opacity: 0;
}
.sec2 .swiper-slide h3{
	font-size: 38px;
	color: #12c2fa;
	font-weight: bold;
}
.sec2 .swiper-slide.swiper-slide-active h3{
	color: #fff;
}
.sec2 .swiper-slide h4{
	font-size: 28px;
	color: #000;
	font-weight: normal;
	margin: 13.36% 0 11.2%;
}
.sec2 .swiper-slide.swiper-slide-active h4{
	color: #fff;
}
.sec2 .swiper-slide h5{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 1.56;
	margin-bottom: 10.35%;
}
.sec2 .swiper-slide.swiper-slide-active h5{
	color: #fff;
}
.sec2 .swiper-slide p{
	font-size: 12px;
	color: #999;
	line-height: 1.33;
}
.sec2 .swiper-slide.swiper-slide-active p{
	color: #fff;
	opacity: 0.5;
}
.sec2 .swiper-pagination{
	margin-top: 5.3125%;
	position: static;
}
.sec2 .swiper-pagination .swiper-pagination-bullet{
	margin: 0 21px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	opacity: 1;
	vertical-align: middle;
	border: 2px solid #b8b3aa;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.sec2 .swiper-pagination .swiper-pagination-bullet:nth-child(1){
	background-image: url(../images/about_sec2_page_icon1.png);
}
.sec2 .swiper-pagination .swiper-pagination-bullet:nth-child(2){
	background-image: url(../images/about_sec2_page_icon2.png);
}
.sec2 .swiper-pagination .swiper-pagination-bullet:nth-child(3){
	background-image: url(../images/about_sec2_page_icon3.png);
}
.sec2 .swiper-pagination .swiper-pagination-bullet:nth-child(4){
	background-image: url(../images/about_sec2_page_icon4.png);
}
.sec2 .swiper-pagination .swiper-pagination-bullet:nth-child(5){
	background-image: url(../images/about_sec2_page_icon5.png);
}
.sec2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: #00437c;
	background-position: center bottom;
}



.sec3{
	padding-bottom: 4.95%;
	margin-top: -4%;
	overflow: hidden;
}
.sec3 .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec3 .img{
	width: 41.9%;
	opacity: 0;
	-webkit-transform: translateY(-25vh);
	transform: translateY(-25vh);
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec3.actived .img{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec3 .text-box{
	width: 48.4%;
	opacity: 0;
	-webkit-transform: translateX(25vw);
	transform: translateX(25vw);
	-webkit-transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s;
}
.sec3.actived .text-box{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.sec3 h5{
	font-size: 38px;
	color: #00437c;
	font-weight: bold;
	margin-bottom: 7.43%;
}
.sec3 h5 span{
	color: #12c2fa;
}
.sec3 p{
	font-size: 18px;
	color: #333;
	line-height: 1.78;
	text-align: justify;
	margin-bottom: 1.78em;
}
.sec3 p:last-child{
	margin-bottom: 0;
}

@media only screen and (max-width:1200px){
	.sec1 p{
		width: 60%;
	}
	.sec2 .swiper-slide{
		height: 400px;
	}

}
@media only screen and (max-width:1024px){
	.banner h5{
		font-size: 2rem;
	}
	.sec1{
		padding: 3.5rem 0;
		text-align: center;
	}
	.sec1 .inner{
		-webkit-display: block;
		display: block;
	}
	.sec1 h5{
		font-size: 1.25rem;
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
		display: inline-block;
		vertical-align: top;
		margin-bottom: 3rem;
	}
	.sec1.actived h5{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.sec1 h5 img{
		top: -1.5em;
	}
	.sec1 p{
		font-size: 0.625rem;
		width: 100%;
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
	}
	.sec1.actived p{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}


	.sec2{
		padding: 3.75rem 0;
	}
	.sec2 .inner{
		position: static;
		padding-top: 0;
	}
	.sec2 .text-box .img-box{
		width: 0.9375rem;
	}
	.sec2 .text-box h3{
		font-size: 1.25rem;
	}
	.sec2 .text-box h5{
		font-size: 1.25rem;
	}
	.sec2 .swiper-container{
		margin-top: -7rem;
	}
	.sec2 .swiper-slide{
		height: 13.75rem;
	}
	.sec2 .swiper-slide.swiper-slide-active{
		box-shadow: 0 0 0.9375rem #00437c;
	}
	.sec2 .swiper-slide h3{
		font-size: 1.25rem;
	}
	.sec2 .swiper-slide h4{
		font-size: 0.9375rem;
	}
	.sec2 .swiper-slide h5{
		font-size: 0.625rem;
	}
	.sec2 .swiper-slide p{
		font-size: 0.5625rem;
	}
	.sec2 .swiper-pagination{
		margin-top: 2rem;
	}
	.sec2 .swiper-pagination .swiper-pagination-bullet{
		margin: 0 0.625rem;
		width: 1.875rem;
		height: 1.875rem;
		border: 1px solid #b8b3aa;
	}



	.sec3{
		padding-bottom: 3rem;
		margin-top: 0;
	}
	.sec3 .inner{
		-webkit-display: block;
		display: block;
	}
	.sec3 .img{
		width: 100%;
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
		margin-bottom: 2rem;
	}
	.sec3 .text-box{
		width: 100%;
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
	}
	.sec3.actived .text-box{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.sec3 h5{
		font-size: 1.25rem;
		margin-bottom: 7.43%;
	}
	.sec3 p{
		font-size: 0.625rem;
	}
}