.sec1{
	margin-top: 90px;
}
.sec1 .swiper-container{
	width: 100%;
}
.sec1 .text-box{
	position: absolute;
	width: 900px;
	left: 0;
	top: 12.375vw;
	margin-left: 18.75vw;
}
.sec1 h3{
	font-size: 1.875vw;
	margin-bottom: 1.9333vw;
	font-weight: bold;
	color: #fff;
}
.sec1 h4{
	font-size: 2.7vw;
	font-weight: bold;
	color: #fff;
}



.sec2{
	padding: 4.2% 0;
	background-color: #f3f3f3;
}
.sec2 .inner{
	width: 1200px;
}
.sec2 h3{
	margin-bottom: 4.2%;
	font-size: 40px;
	color: #4f37a9;
	font-weight: bold;
	text-align: center;
}
.sec2 ul{
	font-size: 0;
	text-align: justify;
}
.sec2 li{
	background-color: #fff;
	width: 32.7%;
	margin: 0 0.3166% 16px 0.3166%;
	border-radius: 8px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.sec2 li:hover{
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.08);
}
.sec2 .part1{
	padding: 7.14% 9.17% 6.116%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.sec2 .part1 img{
	width: 46px;
	margin-right: 5.62%;
}
.sec2 .part1 h4{
	font-size: 18px;
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
}
.sec2 .part1 h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.sec2 .line{
	background-color: #efefef;
	height: 1px;
	margin: 0 9.17%;
}
.sec2 .part2{
	padding: 5.86% 9.17% 8.4%;
}
.sec2 .part2 p{
	margin-bottom: 5.93%;
	font-size: 14px;
	color: #666;
	line-height: 1.4;
	height: 2.8em;
}
.sec2 .part2 a{
	font-size: 14px;
	color: #2c7dfa;
	line-height: 1.4;
}
.sec2 .btn{
	display: block;
	font-size: 14px;
	height: 3.43em;
	line-height: 3.43em;
	text-align: center;
	color: #2c7dfa;
	background-color: #f5f8fc;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}
.sec2 .btn:hover{
	color: #fff;
	background-color: #2c7dfa;
}





.sec3{
	padding: 4.25% 0 4.8%;
}
.sec3 .inner{
	width: 1200px;
}
.sec3 h3{
	font-size: 40px;
	color: #4f37a9;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3.5%;
}
.sec3 ul{
	font-size: 0;
}
.sec3 li{
	display: inline-block;
	vertical-align: top;
	width: 24.166%;
	margin-right: 1.112%;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec3 li:hover{
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
	background-color: #4C98FF;
}
.sec3 li:last-child{
	margin-right: 0;
}
.sec3 li a{
	display: block;
}
.sec3 .img-box{
	overflow: hidden;
	height: 290px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec3 li:hover .img-box{
	height: 280px;
}
.sec3 .img-box img{
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.sec3 li:hover .img-box img{
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.sec3 .text-box{
	padding: 11%;
	height: 150px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec3 li:hover .text-box{
	height: 160px;
}
.sec3 .text-box h5{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 3.54%;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.sec3 li:hover .text-box h5{
	color: #fff;
}
.sec3 .text-box p{
	font-size: 14px;
	color: #666;
	line-height: 1.57;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.sec3 li:hover .text-box p{
	color: #fff;
}
.sec3 .text-box .arrow{
	margin-top: 22.124%;
	color: #fff;
	font-size: 24px;
	-webkit-transition: margin-top 0.3s;
	transition: margin-top 0.3s;
}
.sec3 li:hover .text-box .arrow{
	margin-top: 10.62%;
}


.sec4{
	text-align: center;
	padding: 5.8333% 0 2.5%;
}
.sec4 .inner{
	width: 1200px;
}
.sec4 .text-box{
	margin-bottom: 5.333%;
}
.sec4 h3{
	font-size: 40px;
	letter-spacing: 0.107em;
	color: #4f37a9;
	font-weight: bold;
}
.sec4 ul{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}
.sec4 li{
	width: 200px;
}
.sec4 .img-box{
	border-radius: 50%;
	overflow: hidden;
}
.sec4 .img-box.img1{
	background-image: url(../images/sec4_icon1.jpg);	
}
.sec4 .img-box.img2{
	background-image: url(../images/sec4_icon2.jpg);	
}
.sec4 .img-box.img3{
	background-image: url(../images/sec4_icon3.jpg);	
}
.sec4 .img-box img{
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.sec4 .img-box:hover img{
	opacity: 0;
}
.sec4 h5{
	font-size: 20px;
	margin: 1.1em 0;
}
.sec4 p{
	font-size: 14px;
	color: #666;
	line-height: 1.714em;
	text-align: justify;
}












.sec5{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-moz-flex-direction: column;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	-o-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    padding: 90px 0;
    overflow: hidden;
	background-repeat: no-repeat,no-repeat;
	background-image: url(../images/sec5_bg1.png) , url(../images/sec5_bg2.png);
	background-position: right center,center bottom;
	background-size: auto 100%,100% auto;
}
.sec5 .inner{
	position: relative;
	width: 1400px;
}
.sec5 .left{
	width: 41.285%;
}
.sec5 .left h3{
	font-size: 42px;
	color: #4f37a9;
	font-weight: bold;
	margin-bottom: 5.4%;
}
.sec5 .left h5{
	font-size: 24px;
	color: #4f37a9;
	font-weight: bold;
	margin-bottom: 4.32%;
}
.sec5 .left p{
	text-align: justify;
}
.sec5 .left .intro{
	margin-bottom: 9%;
}
.sec5 .left .intro p{
	font-size: 16px;
	color: #666;
	line-height: 1.875;
}
.sec5 .left .contact{
	margin-bottom: 6.6%;
}
.sec5 .left .contact li{
	margin-bottom: 3.6%;
}
.sec5 .left .contact li:last-child{
	margin-bottom: 0;
}
.sec5 .left .contact h4{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	margin-bottom: 3.6%;
}
.sec5 .left .contact p{
	font-size: 16px;
	color: #666;
	margin-bottom: 1.2%;
	padding-left: 2em;
}
.sec5 .left .contact p:last-child{
	margin-bottom: 0;
}
.sec5 .left .contact p span{
	display: inline-block;
	line-height: 1.5;
}
.sec5 .left .contact p img{
	width: 1em;
	margin-top: 0.25em;
	margin-left: -2em;
	margin-right: 1em;
}
.sec5 .left .qr-box{
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.sec5 .left .qr-box img{
	margin-bottom: 12%;
}
.sec5 .left .qr-box p{
	font-size: 16px;
	color: #666;
}
.sec5 .img2{
	width: 58.285%;
	position: absolute;
	top: 50%;
	right: -6.4285%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}