@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}
a {
	text-decoration: none;
	color: #333333;
}
body {
	line-height: 1.5;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
	background-color: #FAF1E0;
}
.bg {
	background: url(../img/bg.jpg) repeat-y;
	background-size: 100% auto;
}
.container {
	margin: 0 auto;
	padding-top: 170px;
	width: 100%;
	max-width: 1212px;
}
.banner {
	width: 100%;
	font-size: 0;
}
.banner > img {
	width: 100%;
}
.intro {
	margin: 0 auto 80px;
	max-width: 1212px;
	position: relative;
	text-align: center;
}
.intro > p {
	display: none;
}
.intro-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -74%);
}
.intro-r {
	position: absolute;
	right: -50px;
	top: -130px;
}
.hots {
	margin-top: 200px;
	position: relative;
	border: 5px solid #f7a57e;
	border-radius: 10px;
	background: #fff;
}
.hots > img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -80%);
}
.hots-content {
	padding: 60px 20px 20px;
	display: flex;
	justify-content: space-between;
}
.swiper-container {
	margin: 0 !important;
	width: 50%;
	flex-shrink: 0;
}
.swiper-container img {
	width: 100%;
}
.swiper-slide h3 {
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-slide span {
	font-size: 14px;
	color: #999999;
}
.swiper-slide p {
	font-size: 16px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper-slide p > span {
	color: #bf0c01;
}

.hots-list {
	width: 46%;
}

.swiper-pagination {
	top: 325px !important;
	right: 10px !important;
	left: initial !important;
	bottom: initial !important;
	z-index: 2;
	width: auto !important;
}
.swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1 !important;
	border-radius: 0 !important;
	width: 25px !important;
	height: 25px !important;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
.swiper-pagination-bullet-active {
	background: #bf0c01 !important;
}
.hots-list > a {
	padding: 15px 0;
	display: block;
}
.hots-list > a:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}
.hots-list > a h3 {
	font-size: 24px;
}
.hots-list > a > div {
	display: none;
}
.hots-list > a > div > span {
	color: #999999;
	font-size: 14px;
}
.hots-list > a > div > p {
	font-size: 16px;
	color: #666666;
}
.hots-list > a > div > p > span {
	color: #bf0c01;
}
.hots-list > a.open > div {
	display: block;
}
.learning {
	padding-top: 130px;
}
.learning > img {
	margin: 0 auto;
	display: block;
}
.list {
	padding: 130px 0;
}
.list > a {
	margin-bottom: 150px;
	position: relative;
	display: flex;
}
.list > a > img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 480px;
	height: 480px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 10px solid #f8b293;
	z-index: 2;
}
.list > a > div {
	padding: 0 100px 0 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 336px;
	background: url(../img/bg_1.png) no-repeat;
	background-size: 100%;
}
.list > a > div h3 {
	margin-bottom: 35px;
	font-size: 24px;
	color: #333;
}
.list > a > div p {
	color: #666666;
}
.list > a > div p span {
	color: #bf0c01;
}

.list > a:nth-child(2n) img {
	right: 0;
}
.list > a:nth-child(2n) > div {
	padding: 0 520px 0 100px;
}
.footer {
	position: relative;
}
.footer > img {
	max-width: 100%;
}
.footer > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 24px;
	color: #d43015;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.rich {
	margin-top: 50px;
	padding: 20px;
	background: #fff;
	border: 5px solid #f8b293;
	border-radius: 10px;
}
.rich h1 {
	text-align: center;
	font-size: 24px;
	color: #333;
}
.rich h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.btn-wrap {
	padding: 20px 0;
	text-align: center;
}
.btn-wrap > a {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #f8b293;
	border-radius: 40px;
}
@media screen and (max-width: 750px) {
	.container {
		padding-top: 50px;
	}
	.intro-title {
		width: 50%;
	}
	.text {
		display: none;
	}
	.intro {
		margin-bottom: 50px;
	}
	.intro p {
		margin: 0 10px;
		padding: 10px;
		display: block;
		color: #bf0905;
		text-align: left;
		border-radius: 10px;
		border: 5px solid #f7a57e;
	}
	.intro-r {
		display: none;
	}
	.hots > img {
		width: 50%;
	}
	.hots {
		margin: 20px 10px;
	}
	.hots-content {
		padding: 25px 10px 0;
		display: block;
	}
	.swiper-container {
		width: 100%;
	}
	.swiper-pagination {
		top: 165px !important;
	}
	.swiper-pagination-bullet {
		font-size: 12px;
		width: 20px !important;
		height: 20px !important;
		line-height: 20px !important;
	}
	.swiper-slide h3 {
		font-size: 16px;
	}
	.swiper-slide span {
		font-size: 12px;
	}
	.swiper-slide p {
		font-size: 14px;
	}
	.swiper-slide p > span {
		display: none;
	}
	.hots-list {
		/* display: none; */
	}
	.hots-list {
		width: 100%;
	}
	.hots-list > a h3 {
		font-size: 16px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.hots-list > a > div {
		display: block;
	}
	.hots-list > a > div > p > span {
		display: none;
	}
	.hots-list > a > div > p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 14px;
	}

	.learning > img {
		width: 50%;
	}
	.learning {
		padding-top: 25px;
	}
	.list > a {
		margin: 0 10px 20px;
		display: block;
		background: #fff;
		border-radius: 10px;
		border: 5px solid #f8b293;
	}
	.list > a > img {
		position: absolute;
		width: 30vw;
		left: 10px;
		top: 10px;
		height: auto;
		border-width: 5px;
		transform: initial;
		border: none;
		z-index: 3;
	}
	.list > a > div {
		padding: 10px;
		width: 100%;
		background: transparent;
		height: auto;
	}
	.list > a:nth-child(2n) > div {
		padding: 10px;
	}
	.list > a > div h3 {
		margin-bottom: 10px;
		padding: 0 10px;
		height: 30vw;
		margin-left: 35%;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.list > a > div p {
		font-size: 14px;
		text-indent: 2em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.list > a:nth-child(2n) img {
		right: 10px;
		left: initial;
	}
	.list > a:nth-child(2n) > div h3 {
		margin-right: 30vw;
		margin-left: 0;
	}
	.footer > div {
		font-size: 14px;
	}
	.list {
		padding: 20px 0;
	}
}
