.page {
	min-width: 1200px;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

.page .container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.page .banner-img {
	width: 100%;
	display: block;
}

.page .abstract {
	margin-top: 85px;
}

.page .title {
	text-align: center;
}

.page .title h2 {
	font-size: 40px;
	color: #5e2a7f;
	font-weight: bold;
}

.page .title span {
	display: inline-block;
	width: 50px;
	height: 5px;
	background-color: #5e2a7f;
	border-radius: 2.5px;
	margin-top: 20px;
}

.page .abstract-box {
	display: -webkit-box;
	display: flex;
	margin-top: 75px;
	margin-bottom: 120px;
}

.page .abstract-des {
	flex: 1;
	margin-right: 45px;
	color: #666;
	font-size: 26px;
	line-height: 50px;
	text-align: justify;
}

.page .btn-only {
	display: block;
	width: 320px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f6d04f;
	color: #222;
	font-size: 30px;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
}

.page .advantage {
	margin-top: 170px;
}

.page .advantage-title {
	text-align: center;
	margin-top: 70px;
}

.page .advantage-title h3 {
	color: #323232;
	font-size: 35px;
	font-weight: bold;
	padding-top: 46px;
	background: url(../images/cen1.png) no-repeat center;
}

.page .advantage-title p {
	color: #666;
	font-size: 20px;
	margin-top: 30px;
}

.page .advantage-box {
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
}

.page .advantage-item {
	width: 365px;
	padding: 10px 10px 40px 10px;
	-webkit-box-shadow: 0 0 13px 5px rgba(4, 4, 4, .1);
	-moz-box-shadow: 0 0 13px 5px rgba(4, 4, 4, .1);
	box-shadow: 0 0 13px 5px rgba(4, 4, 4, .1);
}

.page .advantage-img img {
	display: block;
	width: 100%;
}

.page .advantage-info {
	display: flex;
	padding: 0 6px;
	margin-top: 50px;
}

.page .advantage-info .advantage-info-letter {
	font-size: 135px;
	text-transform: uppercase;
	margin-right: 10px;
}

.page .advantage-info .advantage-info-with {
	padding: 14px 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.page .advantage-info .advantage-info-with h4 {
	font-size: 40px;
	width: 100%;
}

.page .advantage-info .advantage-info-with p {
	color: #bfbfbf;
	font-size: 40px;
	text-transform: capitalize;
}

.advantage-line {
	width: 70px;
	height: 7px;
	border-radius: 3.5px;
	margin-left: 15px;
	margin-top: 36px;
}

.page .advantage-des {
	color: #666;
	font-size: 20px;
	padding: 0 15px;
	line-height: 44px;
	height: 132px;
	margin-top: 30px;
	text-align: justify;
}

.page .advantage-btn {
	padding: 0 40px;
	margin-top: 17px;
}

.page .advantage-btn a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #222;
	font-size: 25px;
	border-radius: 8px;
	background: #f6cb04;
}

.page .advantage-word-purple {
	color: #984a9b;
}

.page .advantage-bg-purple {
	background: #984a9b;
}

.page .advantage-word-orange {
	color: #ee9047;
}

.page .advantage-bg-orange {
	background: #ee9047;
}

.page .advantage-word-pink {
	color: #db5089;
}

.page .advantage-bg-pink {
	background: #db5089;
}

.page .introduce-box {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	margin-bottom: 75px;
}

.page .introduce-item {
	display: -webkit-flex;
	display: flex;
	margin-top: 75px;
}

.page .introduce-img img {
	display: block;
	width: 100%;
}

.page .introduce-des {
	color: #fff;
	flex: 1;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.page .introduce-des .introduce-des-host {
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 60px;
}

.page .introduce-des .introduce-des-lose {
	width: 100%;
	font-size: 24px;
	margin-top: 45px;
	padding: 0 40px;
	text-align: justify;
	line-height: 44px;
}

.page .introduce-des.introduce-des-last .introduce-des-host {
	color: #323232;
}

.page .introduce-des.introduce-des-last .introduce-des-lose {
	color: #666;
}

.page .concept {
	margin-top: 150px;
	margin-bottom: 160px;
}

.page .concept-box {
	margin-top: 40px;
	margin-bottom: 75px;
}

.page .concept-box p {
	font-size: 26px;
	color: #666666;
	text-align: center;
	margin-bottom: 70px;
}

.page .concept-box img {
	display: block;
	width: 100%;
}