body, p {
	padding: 0;
	margin: 0;
}
.lf {
	float: left;
}
.imgs {
	width: 100%;
	position: relative;
}
.imgs h1 {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(207,15,26,1);
	color: #fff;
	font-weight: 800;
	padding: 0 20px;
	text-align: center;
	height: 100px;
	margin: auto;
	line-height: 100px;
	letter-spacing: 2px;
	font-size: 44px;
}
.imgs img {
	width: 100%;
}
.content {
	width: 80%;
	margin: 0 auto;
	margin-top: -200px;
	position: relative;
	border: 2px solid #fff;
	padding: 20px;
	box-sizing: border-box;
}
.content-wrap {
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0 2px 16px 1px rgba(204,204,204, .2);
}
.title-box {
	text-align: center;
}
.title-box .title {
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
}
.title-box .title-en {
	color: #777;
	position: relative;
	margin-bottom: 30px;
}
.title-box .title-en::after {
	content: '';
	width: 70px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: 0 auto;
	background-color: rgba(207,15,26,0.7);
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
.content .detail {
	margin-left: 55%;
	text-indent: 2em;
	line-height: 30px;
}
.content .left {
	width: 50%;
}
.content .left img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.download-wrap {
	/*width: 80%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;*/
}
.down-text {
	background: url(../images/download.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	box-sizing: border-box;
}
.down-text .down-img {
	width: 150px;
}
.down-text .down {
	font-size: 18px;
	margin-top: 10px;
}

footer {
	width: 80%;
	margin: 0 auto;
	/*background-color: #2c2c2c;*/
	color: #fff;
	font-size: 14px;
	padding: 90px 0px 62px;
	box-sizing: border-box;
	/*margin-top: 30px;*/
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
a {
	color: #fff;
	text-decoration: none;
}