@font-face {
	font-family: MyriadPro-LightCond;
	src: url(/fonts/MyriadPro-LightCond.eot);
	src: url(/fonts/MyriadPro-LightCond.eot?#iefix) format("embedded-opentype");
	src: url(/fonts/MyriadPro-LightCond.woff) format("woff"), url(/fonts/MyriadPro-LightCond.ttf) format("truetype"), url(/fonts/MyriadPro-LightCond.svg#MyriadPro-LightCond) format("svg"), local("MyriadPro-LightCond"), local("Myriad Pro");
	font-weight: 400;
	font-style: normal
}

html {
	font-size: 14px
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-family: "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	overflow: hidden;
	overflow-y: auto
}

body a {
	text-decoration: none;
	color: #333
}

body li,
body ul {
	list-style: none;
	margin: 0;
	padding: 0
}

body h1,
body h2,
body h3,
body h4,
body h5 {
	font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif
}

body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body span {
	padding: 0;
	margin: 0
}

body .learn-more-btn {
	margin-top: 20px;
	display: block;
	width: 161px;
	height: 36px;
	line-height: 36px;
	color: #62ad30;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #62ad30;
	text-align: center
}

body .learn-more-btn:hover {
	background-color: #62ad30;
	color: #fff
}

body #page-banner .page-banner-bg {
	width: 100%
}

body .chapter {
	padding: 4.28rem 0
}

body .chapter.chapter-has-border {
	border-bottom: 1px solid #000
}

body .chapter .container-wrap {
	width: 75%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto
}

body .chapter .chapter-title-eng {
	padding-bottom: 15px;
	font-family: MyriadPro-LightCond, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: .7rem;
	white-space: nowrap
}

body .chapter .chapter-title-cn {
	padding: 0 .625rem .625rem;
	margin-bottom: 1.875rem;
	font-size: 1.8rem;
	line-height: 100%;
	font-weight: 400;
	letter-spacing: .3rem;
	border-bottom: 1px solid #000;
	white-space: nowrap
}

body .chapter .chapter-subtitle {
	font-weight: 400;
	margin-bottom: 1.25rem;
	font-size: 2.5rem;
	text-align: center
}

body .chapter .chapter-desc {
	line-height: 1.5em;
	letter-spacing: .04em;
	text-align: justify
}

body .chapter .chapter-img-wrap {
	width: 64%;
	margin-top: 1.25rem
}

body .chapter .chapter-img-wrap img {
	width: 100%;
	height: auto
}

@media screen and (max-width:768px) {
	html {
		font-size: 10px
	}
	body .chapter .container-wrap {
		width: 90%
	}
	body .chapter .container-wrap .chapter-title-eng {
		letter-spacing: .1rem
	}
	body .chapter .container-wrap .chapter-subtitle {
		font-size: 1.9rem
	}
	body .chapter .container-wrap .img-wrap {
		width: 100%
	}
}

@media screen and (min-width:768px) and (max-width:1200px) {
	body .chapter .container-wrap {
		width: 80%
	}
}