.page {
	min-width: 1200px;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.red-background {
	position: relative;
}

.red-bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 23%;
}

.header {
	padding-left: 50px;
	padding-top: 40px;
}

.publisher {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
}

.pull-count {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}

.pull-line {
	border-left: 1px solid #a6a6a6;
}

.pull-item {
	padding: 0 20px;
}

.pull-down {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	margin-top: 10px;
}

.pull-digit {
	font-size: 62.5px;
	color: #b84d79;
	font-weight: bold;
	background-color: #e5e5e5;
	padding: 4px 5px;
	border-radius: 3px;
}

.pull-mark {
	font-size: 26px;
	color: #7e3b88;
	padding: 0 5px;
}

.pull-forms {
	width: 476px;
	margin: 50px auto 0;
	position: relative;
	z-index: 10;
}

.pull-form-item {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 50px;
	border: 1px solid #dcdcdc;
	padding: 2px 0px;
	margin-bottom: 24px;
	width: 100%;
	font-size: 18px;
	color: #3338;
}

.pull-form-item input {
	border: 0;
	outline: 0;
	height: 48px;
	padding: 0 15px;
	flex: 1;
	font-size: 18px;
	color: #333;
}

.pull-des {
	color: #b84d79;
	font-size: 20px;
	line-height: 31px;
	text-align: center;
}

.pull-btn {
	display: block;
	width: 390px;
	height: 55px;
	line-height: 55px;
	color: #f6cf5f;
	font-size: 34px;
	font-weight: bold;
	background-color: #b84d79;
	border-radius: 15px;
	border: 0;
	outline: 0;
	margin: 24px auto 0;
}

.pull-btn span {
	color: #fff;
}

.Before {
	margin-top: 100px;
	position: relative;
	z-index: 10;
}

.mTitle {
	text-align: center;
}

.mTitle h2 {
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 8px;
}

.mTitle h2 span {
	color: #ffec6f;
}

.mTitle p {
	color: #fff;
	font-size: 24px;
	margin-top: 8px;
}

.mTitle p span {
	color: #ffec6f;
}

.Before-box {
	margin: 60px auto;
	width: 720px;
}

.Before-up {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.Before-up-phase {
	flex: 1;
	font-size: 30px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
}

.Before-up-black {
	color: #333;
}

.Before-up-orange {
	color: #b84d79;
}

.Before-up-shift {
	font-size: 34px;
	color: #fff;
	margin: 0 10px;
	font-weight: bold;
}

.Before-item {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 65px;
	border-radius: 3px;
	background-color: #ffffff;
	margin-top: 20px;
}

.Before-item>p {
	font-size: 16px;
	padding: 0 12px;
	flex: 1;
}

.Before-center {
	width: 90px;
	height: 90px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f29b76;
	border: 10px solid #d54a46;
	border-radius: 100%;
}

.Before-up-center {
	background-color: #d54a46;
	border: 10px solid #f29b76;
	position: relative;
	z-index: 10;
}

.Before-center p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 22px;
}

.Before-btn {
	width: 450px;
	height: 50px;
	background-color: #ffec6f;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	margin: 0 auto;
	color: #3b3637;
	font-size: 26px;
}

.Before-btn span {
	font-weight: bold;
}

.entrance {
	margin-top: 100px;
}

.entrance-box {
	background: url(../images/among1.jpg) no-repeat;
	height: 557px;
	position: relative;
	margin-top: 50px;
}

.entrance-item {
	width: 250px;
	position: absolute;
}

.entrance-item h3 {
	padding: 0 10px;
	font-size: 28px;
	color: #fee86e;
	font-weight: bold;
}

.entrance-item .entrance-des {
	padding: 0 10px;
}

.entrance-item .entrance-des p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: justify;
}

.entrance-item .entrance-des p span {
	color: #fee86e;
}

.entrance-line {
	border-top: 1px solid #fff;
	margin-top: 14px;
	margin-bottom: 8px;
	position: relative;
}

.entrance-line::after {
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: -60px;
	top: 24px;
	transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
}

.entrance-item a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 135px;
	height: 30px;
	color: #575757;
	font-size: 20px;
	background-color: #f6cc4e;
	border-radius: 15px;
	margin-top: 8px;
}

.entrance-one {
	left: 295px;
	top: 15px;
}

.entrance-two {
	left: 95px;
	top: 256px;
}

.entrance-three {
	right: 95px;
	top: 80px;
}

.entrance-three h3 {
	text-align: right;
}

.entrance-three .entrance-line::after {
	left: -60px;
	transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
}

.payTitle {
	text-align: center;
}

.payTitle h2 {
	color: #323232;
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 8px;
}

.payTitle h2 span {
	color: #d54947;
}

.payTitle p {
	color: #323232;
	font-size: 24px;
	margin-top: 8px;
}

.payTitle p span {
	color: #d54947;
}

.harvest {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.harvest-box {
	display: -webkit-flex;
	display: flex;
	margin-top: 70px;
	margin-bottom: 50px;
}

.harvest-item {
	text-align: center;
	flex: 1;
	border-right: 1px solid #bfbfbf;
}

.harvest-item:last-child {
	border-right: 0;
}

.harvest-item h4 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
}

.harvest-item:nth-child(odd) h4 span {
	color: #e7514d;
}

.harvest-item:nth-child(even) h4 span {
	color: #e14869;
}

.harvest-item p {
	color: #7b7b7b;
	font-size: 20px;
}

.harvest-up-center {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.version {
	margin: 70px auto;
}

.version-box {
	display: -webkit-flex;
	display: flex;
	margin-top: 70px;
	margin-bottom: 50px;
}

.version-col {
	width: 320px;
	padding-top: 60px;
}

.version-col-item {
	text-align: center;
	margin-bottom: 50px;
}

.version-col-item h3 {
	color: #fff08c;
	font-size: 26px;
	font-weight: normal;
	width: 180px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	border-radius: 22px;
	background: -webkit-linear-gradient(to bottom right, #ef6552, #ef525d, #d63a87);
	background: -o-linear-gradient(to bottom right, #ef6552, #ef525d, #d63a87);
	background: -moz-linear-gradient(to bottom right, #ef6552, #ef525d, #d63a87);
	background: linear-gradient(to bottom right, #ef6552, #ef525d, #d63a87);
}

.version-col-item p {
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	margin-top: 10px;
}

.version-swipe {
	flex: 1;
	width: 880px;
	background: url(../images/versionbg.png) no-repeat center bottom;
}

.version-item {
	width: 300px;
	height: 440px;
	padding: 35px 35px 40px;
	border-radius: 3px;
}

.version-type {
	color: #818181;
	font-size: 20px;
	text-align: center;
}

.version-title {
	font-size: 47px;
	font-weight: bold;
	text-align: center;
	line-height: 54px;
	margin-top: 20px;
}

.version-des {
	color: #2b2b2b;
	font-size: 16px;
	line-height: 30px;
	margin-top: 22px;
}

.version-btn {
	font-size: 28px;
	width: 190px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	background: #dcdcdc;
	margin: 30px auto 0;
}

.version-swipe .swiper-slide:nth-child(1) .version-title,
.version-swipe .swiper-slide:nth-child(1) .version-btn {
	color: #d25087;
}

.version-swipe .swiper-slide:nth-child(2) .version-title,
.version-swipe .swiper-slide:nth-child(2) .version-btn {
	color: #863c94;
}

.version-swipe .swiper-slide:nth-child(3) .version-title,
.version-swipe .swiper-slide:nth-child(3) .version-btn {
	color: #ef6152;
}

.version-swipe .swiper-container {
	width: 100%;
	padding-bottom: 50px;
}

.version-swipe .swiper-slide {
	width: 300px;
	height: 440px;
	background-size: 100% 100%;
}

.version-swipe .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #a0a0a0;
	opacity: 1;
}

.version-swipe .swiper-pagination-bullet-active {
	background: #7d7d7d;
	border-color: #7d7d7d;
}

.version-swipe .swiper-button-next,
.version-swipe .swiper-button-prev {
	width: 25px;
	height: 45px;
	margin-top: -22.5px;
	background-size: 25px 45px;
}

.version-swipe .swiper-button-prev,
.version-swipe .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/version-left.png);
}

.version-swipe .swiper-button-next,
.version-swipe .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/version-right.png);
}

.version .Before-btn {
	width: 480px;
}

.goods {
	background: #ededed;
	padding: 70px 0 60px;
}

.goods-box {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.goods-btn {
	display: -webkit-flex;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 168px;
	height: 185px;
	background-color: #d0414c;
}

.goods-btn.active {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	background: #fda339;
	-moz-box-shadow: 0px 0px 9px rgba(142, 82, 33, .54);
	-webkit-box-shadow: 0px 0px 9px rgba(142, 82, 33, .54);
	box-shadow: 0px 0px 9px rgba(142, 82, 33, .54);
}

.goods-btn img {
	display: block;
}

.goods-btn p {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}

.goods-ruth {
	flex: 1;
	height: 480px;
	background: #fff;
}

.goods-item {
	padding: 0 40px;
	display: none;
}

.goods-item.active {
	display: -webkit-flex;
	display: flex;
}

.goodlist-img img {
	display: block;
}

.goodlist-con {
	flex: 1;
	padding-top: 80px;
	position: relative;
}

.goodlist-up {
	margin-bottom: 50px;
}

.goodlist-up h4 {
	font-size: 38px;
	color: #393939;
}

.goodlist-up p {
	font-size: 20px;
	color: #393939;
	margin-top: 8px;
}

.goodlist-up p span {
	font-weight: bold;
}

.goodlist-down {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}

.goodlist-down-tle {
	color: #292929;
	font-size: 18px;
	font-weight: bold;
	width: 110px;
}

.goodlist-down-des {
	color: #292929;
	font-size: 16px;
	flex: 1;
	line-height: 24px;
}

.goodlist-icon {
	position: absolute;
	right: 100px;
	top: 0;
}

.goodlist-btn {
	color: #fff;
	font-size: 26px;
	width: 250px;
	height: 52px;
	line-height: 52px;
	margin: 50px auto 0;
	border-radius: 26px;
	text-align: center;
	font-weight: bold;
	background: -webkit-linear-gradient(to bottom right, #ef6552, #ef525d, #d63a87);
	background: -o-linear-gradient(to bottom right, #ef6552, #ef525d, #d63a87);
	background: -moz-linear-gradient(to bottom right, #ef6552, #ef525d, #d63a87);
	background: linear-gradient(to bottom right, #ef6552, #ef525d, #d63a87);
}

.praise {
	background-color: #37407b;
	padding: 70px 0;
}

.praise .container {
	padding-left: 45px;
	padding-right: 45px;
}

.praise-left {
	width: 270px;
	padding-top: 15px;
}

.praise-box {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 50px;
}

.praise-iofo {
	color: #ffec6f;
	font-size: 24px;
	line-height: 46px;
	font-weight: bold;
	text-align: center;
}

.praise-des {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	margin-top: 20px;
}

.praise-diss {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.praise-diss span {
	width: 80px;
	height: 80px;
	color: #f5c75a;
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	border: 2px dashed #f5c75a;
	border-radius: 50%;
	text-align: center;
	padding-top: 14px;
}

.praise-line {
	border-top: 2px solid #ffec6f;
	margin-top: 20px;
}

.praise-swiper {
	width: 790px;
	padding: 0 60px 50px;
	position: relative;
	background: url(../images/versionbg.png) no-repeat center bottom;
}

.praise .swiper-container {
	width: 100%;
}

.praise .swiper-slide {
	width: 440px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.praise .swiper-slide img {
	display: block;
	width: 210px;
}

.praise .button-next {
	width: 22px;
	height: 38px;
	background: url(../images/praise-left.png) no-repeat;
	background-size: 22px 38px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -19px;
	z-index: 10;
	cursor: pointer;
	outline: 0;
}

.praise .button-prev {
	width: 22px;
	height: 38px;
	background: url(../images/praise-right.png) no-repeat;
	background-size: 22px 38px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -19px;
	z-index: 10;
	cursor: pointer;
	outline: 0;
}

.praise .Before-btn {
	width: 400px;
}


.promise {
	padding: 60px 0 100px;
	background: #ededed;
}

.promise-box {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.promise-item {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 380px;
	margin-top: 100px;
}

.promise-img {
	width: 100px;
	margin-right: 20px;
}

.promise-img img {
	display: block;
}

.promise-des h4 {
	color: #b93980;
	font-size: 33px;
	line-height: 41px;
	font-weight: bold;
}

.promise-des p {
	color: #626262;
	font-size: 17px;
	line-height: 28px;
	margin-top: 10px;
}

.promise .mTitle h2 {
	color: #433c3c;
}

.promise .mTitle h2 span {
	color: #b93980;
}

.promise .mTitle p {
	color: #433c3c;
}

.campus {
	background: url(../images/campus-bg.png) no-repeat center top;
	background-size: 100% auto;
	margin-bottom: 50px;
}

.campus .container {
	padding-left: 30px;
	padding-right: 30px;
}

.campus-box {
	background-color: #fff;
	padding: 55px 40px;
	margin-bottom: 40px;
}

.campus-box .img-responsive {
	margin-top: 40px;
}

.campus-btn {
	color: #c83554;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	width: 380px;
	height: 55px;
	line-height: 55px;
	background: #ffec6f;
	border-radius: 27.5px;
	margin: 0 auto;
}

.apply {
	background: #4e3e76;
	padding: 60px 0;
}

.apply .container {
	padding-left: 40px;
	padding-right: 40px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.apply-left {
	width: 480px;
}

.apply-cuo {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}

.apply-fu {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-top: 100px;
}

.apply-fu p {
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	margin-left: 20px;
}

.apply-right {
	width: 530px;
	padding: 45px 35px;
	background-color: #fff;
	border-radius: 5px;
}

.apply-title {
	color: #bd305a;
	font-size: 54px;
	font-weight: bold;
	text-align: center;
}

.apply-item {
	margin-top: 35px;
	border: 1px solid #dcdcdc;
}

.apply-item input {
	display: block;
	padding: 10px;
	height: 33px;
	width: 438px;
	border: 0;
	outline: 0;
	font-size: 18px;
	color: #292929;
}

.apply-btn {
	margin-top: 35px;
}

.apply-btn button {
	height: 65px;
	width: 460px;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	border: 0;
	outline: 0;
	background-color: #bd305a;
}

.apply-des {
	color: #1c1c1c;
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
	text-align: center;
}

.apply-des span {
	font-size: 16px;
	color: #d4471c;
	font-weight: bold;
}

.footer {
	padding: 32px 0;
	background: #444444;
}

.footer p {
	color: #c5c5c5;
	font-size: 16px;
	text-align: center;
}

.popup {
	cursor: pointer;
}