.sec1{
	padding: 4.6875% 0 4.2%;
	text-align: center;
}
.sec1 img{
	width: 15.5%;
	margin-bottom: 2.5%;
}
.sec1 h3{
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.sec1 .line{
	width: 50px;
	height: 2px;
	background-color: #ffd200;
	margin: 1.333% auto 1.666%;
}
.sec1 p{
	font-size: 14px;
	color: #333;
	line-height: 2.4286;
}


.sec2{
	background-color: #000;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec2 .left-part{
	width: 25.1042%;
	background-color: #ffd200;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 0 5.625%;
}
.sec2 .left-part .icon1{
	width: 6.767%;
}
.sec2 .left-part h3{
	font-size: 28px;
	color: #000;
	font-weight: normal;
	line-height: 1.5;
	margin: 6.39% 0 15.41%;
}
.sec2 .left-part .icon2{
	width: 22.93%;
	vertical-align: middle;
	margin-right: 7.14%;
}
.sec2 .left-part .icon3{
	width: 33.46%;
	vertical-align: middle;
}
.sec2 .swiper-container{
	width: 41.71875%;
}
.sec2 .btn-box{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 35px;
}
.sec2 .swiper-prev,.sec2 .swiper-next{
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../images/about_sec2_arrow_right.png);
	background-size: auto 200%;
	background-color: #fff;
	background-position: center top;
}
.sec2 .swiper-prev{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec2 .swiper-prev:hover,.sec2 .swiper-next:hover{
	background-color: #000;
	background-position: center bottom;
}
.sec2 .right-part{
	width: 33.17705%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-left: 5.677%;
	padding-right: 4.792%;
}
.sec2 .right-part h5{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.sec2 .right-part .line{
	width: 48px;
	height: 2px;
	background-color: #ffd200;
	margin: 3.9% 0 5.275%;
}
.sec2 .right-part p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-bottom: 2.3%;
}
.sec2 .right-part p:last-child{
	margin-bottom: 0;
}



.sec3{
	background-color: #fafafa;
	padding: 5.2% 0 6.875%;
	text-align: center;
}
.sec3 h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.sec3 .line{
	width: 48px;
	height: 2px;
	background-color: #ffd200;
	margin: 1.666% auto 2.166%;
}
.sec3 ul{
	width: 72.5%;
	margin: 0 auto;
	position: relative;
}
.sec3 ul::before{
	content: "";
	width: 1px;
	background-color: #ddd;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 6%;
	bottom: 4%;
}
.sec3 li{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3.1%;
	position: relative;
}
.sec3 li:nth-child(odd){
	-webkit-flex-direction: row;
	flex-direction: row;
}
.sec3 li:nth-child(even){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sec3 li:last-child{
	margin-bottom: 0;
}
.sec3 h5{
	font-size: 24px;
	color: #555;
	font-weight: bold;
	width: 50%;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	position: relative;
}
.sec3 li:hover h5{
	color: #ffd200;
}
.sec3 li:nth-child(odd) h5{
	text-align: right;
	padding-right: 3.9%;
}
.sec3 li:nth-child(even) h5{
	text-align: left;
	padding-left: 3.9%;
}
.sec3 h5::after{
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	border: 2px solid #fafafa;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	content: "";
	background-color: #ffd200;
}
.sec3 li:nth-child(odd) h5::after{
	right: 0;
	margin-right: -6.5px;
}
.sec3 li:nth-child(even) h5::after{
	left: 0;
	margin-left: -6.5px;
}
.sec3 .text-box{
	width: 50%;
}
.sec3 li:nth-child(odd) .text-box{
	text-align: left;
	padding-left: 3.9%;
}
.sec3 li:nth-child(even) .text-box{
	text-align: right;
	padding-right: 3.9%;
}
.sec3 p{
	font-size: 14px;
	color: #555;
	line-height: 1.286;
	padding: 3% 5%;
	position: relative;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.sec3 li:hover p{
	background-color: #ffd200;
}
.sec3 p::after{
	content: "";
	border-style: solid;
	border-color: transparent #ffd200 transparent transparent;
	border-width: 0.4286em 0.286em 0.4286em 0;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -0.4286em;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec3 li:hover p::after{
	opacity: 1;
}


.sec4{
	padding: 5% 0 7.1875%;
	text-align: center;
}
.sec4 h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.sec4 .line{
	width: 48px;
	height: 2px;
	background-color: #ffd200;
	margin: 1.3333% auto 3.42%;
}
.sec4 .relative-box{
	position: relative;
}
.sec4 .swiper-container{
	margin: 0 4%;
}
.sec4 .swiper-prev,.sec4 .swiper-next{
	cursor: pointer;
	opacity: 0.5;
	width: 34px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec4 .swiper-prev:hover,.sec4 .swiper-next:hover{
	opacity: 1;
}
.sec4 .swiper-prev{
	left: 0;
}
.sec4 .swiper-next{
	right: 0;
}


.sec5{
	background-repeat: no-repeat;
	background-image: url(../images/about_sec5_bg.jpg);
	background-position: center top;
	background-size: 100% auto;
	padding: 5.2% 0 4.6875%;
	text-align: center;
}
.sec5 h3{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.sec5 .line{
	width: 48px;
	height: 2px;
	background-color: #ffd200;
	margin: 1.3333% auto 4.3333%;
}
.sec5 .swiper-container{
	margin: 0 3.1666%;
}
.sec5 .swiper-slide{
	border-radius: 5px;
	overflow: hidden;
}
.sec5 .swiper-slide::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/about_sec5_cover.png);
	background-size: 100% auto;
	background-position: center bottom;
}
.sec5 .swiper-slide p{
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 6.4%;
	width: 100%;
}
.sec5 .btn-box{
	margin-top: 1.25%;
	text-align: right;
}
.sec5 .swiper-prev,.sec5 .swiper-next{
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../images/about_sec2_arrow_right.png);
	background-size: auto 200%;
	background-color: #fff;
	background-position: center top;
	border: 1px solid #ccc;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
}
.sec5 .swiper-prev{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 10px;
}
.sec5 .swiper-prev:hover,.sec5 .swiper-next:hover{
	background-color: #000;
	background-position: center bottom;
	border-color: #000;
}



.sec6{
	background-color: #fafafa;
	padding: 4.6875% 0;
	text-align: center;
}
.sec6 h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.sec6 .line{
	width: 48px;
	height: 2px;
	background-color: #ffd200;
	margin: 2.1666% auto 2.5%;
}
.sec6 ul{
	font-size: 0;
}
.sec6 li{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.sec6 li:nth-child(5n){
	border-right: 0 none;
}
.sec6 li:nth-last-child(1),.sec6 li:nth-last-child(2),.sec6 li:nth-last-child(3),.sec6 li:nth-last-child(4),.sec6 li:nth-last-child(5){
	border-bottom: 0 none;
}
.sec6 li img{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.sec6 li:nth-child(1) img{
	background-image: url(../images/about_sec6_icon1.png);
}
.sec6 li:nth-child(2) img{
	background-image: url(../images/about_sec6_icon2.png);
}
.sec6 li:nth-child(3) img{
	background-image: url(../images/about_sec6_icon3.png);
}
.sec6 li:nth-child(4) img{
	background-image: url(../images/about_sec6_icon4.png);
}
.sec6 li:nth-child(5) img{
	background-image: url(../images/about_sec6_icon5.png);
}
.sec6 li:nth-child(6) img{
	background-image: url(../images/about_sec6_icon6.png);
}
.sec6 li:nth-child(7) img{
	background-image: url(../images/about_sec6_icon7.png);
}
.sec6 li:nth-child(8) img{
	background-image: url(../images/about_sec6_icon8.png);
}
.sec6 li:nth-child(9) img{
	background-image: url(../images/about_sec6_icon9.png);
}
.sec6 li:nth-child(10) img{
	background-image: url(../images/about_sec6_icon10.png);
}
.sec6 li:nth-child(11) img{
	background-image: url(../images/about_sec6_icon11.png);
}
.sec6 li:nth-child(12) img{
	background-image: url(../images/about_sec6_icon12.png);
}
.sec6 li:nth-child(13) img{
	background-image: url(../images/about_sec6_icon13.png);
}
.sec6 li:nth-child(14) img{
	background-image: url(../images/about_sec6_icon14.png);
}
.sec6 li:nth-child(15) img{
	background-image: url(../images/about_sec6_icon15.png);
}
.sec6 li:hover img{
	background-position: center bottom;
}



.sec7{
	background-repeat: no-repeat;
	background-image: url(../images/about_sec7_bg.jpg);
	background-size: auto 100%;
	background-position: center center;
	padding: 3.7% 0;
}
.sec7 .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;
}
.sec7 h3{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1.25em;
}
.sec7 .line{
	width: 48px;
	height: 2px;
	background-color: #ffd200;
}
.sec7 a{
	font-size: 14px;
	color: #000;
	width: 7.86em;
	height: 2.6em;
	line-height: 2.6em;
	text-align: center;
	background-color: #ffd200;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.sec7 a:hover{
	background-color: #fff;
}
.sec7 a span,.sec7 a img{
	vertical-align: middle;
}
.sec7 a img{
	width: 0.86em;
	margin-left: 0.86em;
}
@media only screen and (max-width:1024px) {
	.sec1{
		padding: 2rem 0;
	}
	.sec1 img{
		width: 50%;
		margin-bottom: 1.5rem;
	}
	.sec1 h3{
		font-size: 1.25rem;
	}
	.sec1 .line{
		margin: 0.5rem auto 0.75rem;
	}
	.sec1 p{
		font-size: 0.625rem;
	}


	.sec2{
		-webkit-display: block;
		display: block;
	}
	.sec2 .left-part{
		width: 100%;
		-webkit-display: block;
		display: block;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.sec2 .left-part h3{
		font-size: 1.25rem;
		margin: 3.5% 0 7%;
	}
	.sec2 .left-part .icon1{
		width: 3%;
	}
	.sec2 .left-part .icon2{
		width: 15.3%;
	}
	.sec2 .left-part .icon3{
		width: 22.3%;
	}
	.sec2 .swiper-container{
		width: 100%;
	}
	.sec2 .btn-box{
		width: 1.5rem;
	}
	.sec2 .right-part{
		width: 100%;
		-webkit-display: block;
		display: block;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.sec2 .right-part h5{
		font-size: 1rem;
	}
	.sec2 .right-part .line{
		margin: 1rem 0;
	}
	.sec2 .right-part p{
		font-size: 0.625rem;
		margin-bottom: 0.5rem;
	}


	.sec3{
		padding: 2.5rem 0;
	}
	.sec3 h3{
		font-size: 1rem;
	}
	.sec3 .line{
		margin: 0.75rem auto 1rem;
	}
	.sec3 ul{
		width: 100%;
	}
	.sec3 li{
		margin-bottom: 1rem;
	}
	.sec3 h5{
		font-size: 1rem;
	}
	.sec3 p{
		font-size: 0.625rem;
	}


	.sec4{
		padding: 2.5rem 0 3rem;
	}
	.sec4 h3{
		font-size: 1rem;
	}
	.sec4 .line{
		margin: 0.75rem auto 1.5rem;
	}
	.sec4 .swiper-container{
		margin: 0;
	}
	.sec4 .swiper-prev,.sec4 .swiper-next{
		display: none;
	}


	.sec5{
		padding: 2.5rem 0;
		background-size: auto 50%;
	}
	.sec5 h3{
		font-size: 1rem;
	}
	.sec5 .line{
		margin: 0.75rem auto 1.5rem;
	}
	.sec5 .swiper-container{
		margin: 0 3.1666%;
	}
	.sec5 .swiper-slide{
		border-radius: 2.5px;
	}
	.sec5 .swiper-slide p{
		font-size: 0.8rem;
	}
	.sec5 .btn-box{
		margin-top: 1.5rem;
	}
	.sec5 .swiper-prev,.sec5 .swiper-next{
		width: 1.5rem;
		height: 1.5rem;
	}
	.sec5 .swiper-prev{
		margin-right: 0.5rem;
	}



	.sec6{
		padding: 2.5rem 0;
	}
	.sec6 h3{
		font-size: 1rem;
	}
	.sec6 .line{
		margin: 0.75rem auto 1rem;
	}
	.sec6 li{
		width: 33.333%;
	}
	.sec6 li:nth-child(5n){
		border-right: 1px solid #eee;
	}
	.sec6 li:nth-child(3n){
		border-right: 0 none;
	}
	.sec6 li:nth-last-child(4),.sec6 li:nth-last-child(5){
		border-bottom: 1px solid #eee;;
	}


	.sec7{
		padding: 2rem 0;
	}
	.sec7 h3{
		font-size: 1rem;
	}
	.sec7 a{
		font-size: 0.625rem;
	}
}