@charset "utf-8";

/* CSS Document */
.banner {
	/* height: 200px; */
	/* background: url(../img/about/banner.jpg) center no-repeat; */
}

.main {
	margin-top: 20px;
}

.main h3 {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #e6404c;
	border-bottom: 1px solid #a5a5a5;
}

.main h3 span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

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

.section1-left {
	width: 49%;
	float: left;
}

.section1-left img {
	max-width: 100%;
}

.section1-right {
	width: 49%;
	float: right;
}

.section1-right p {
	font-size: 16px;
	text-indent: 2em;
	line-height: 2;
	margin-bottom: 20px;
}

.section2 {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.section2 .section2-left {
	width: 48%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section2 .section2-left-top {
	/* width: 587px; */
	/* height: 313px; */
	/* overflow: hidden; */
	/* background: url(../img/about/about2.jpg) no-repeat; */
	position: relative;
}

.section2 .section2-left-top img {
	max-width: 100%;
}

.section2 .section2-left-top-bg {
	/* width: 450px; */
	/* height: 240px; */
	/* margin: 36px auto 0; */
	background-color: rgba(230, 64, 76, 0.8);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section2 .section2-left-top-bg p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 2;
	/* margin-top: 50px; */
}

.section2 .section2-left-top-bg p span {
	font-size: 26px;
	display: block;
}

.section2 .section2-left-bottom {
	margin-top: 1rem;
}

.section2 .section2-left-bottom img {
	max-width: 100%;
}

.section2 .section2-right {
	width: 48%;
	/* height: 652px; */
	float: right;
	overflow: hidden;
	/* background: url(../img/about/about4.jpg) center no-repeat; */
	position: relative;

}

.section2 .section2-right img {
	max-width: 100%;
}

.section2 .section2-right-bg {
	/* width: 450px; */
	/* height: 500px; */
	/* margin: 2rem auto; */
	background-color: rgba(15, 116, 196, 0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	padding: 2rem;

}

.section2 .section2-right-bg p {

	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	/* padding-top: 30px; */
	/* padding-bottom: 30px; */
	line-height: 1.8;
	text-indent: 2em;

}

.section2 .section2-right-bg p:first-child {
	margin-bottom: 2rem;
}

@media screen and (max-width:1080px) {
	.section1 {
		flex-wrap: wrap;
	}

	.section1-left {
		width: 100%;
		text-align: center;
	}

	.section1-right {
		width: 100%;
	}

	.section2 {
		flex-wrap: wrap;
	}

	.section2 .section2-left,
	.section2 .section2-right {
		width: 100%;
	}

	.section2 .section2-right {
		margin-top: 2rem;
	}

	.section2 .section2-left-top img,
	.section2 .section2-left-bottom img,
	.section2 .section2-right img {
		width: 100%;
	}

	.section2 .section2-right-bg {
		height: 90%;
		overflow: scroll;
	}

}