header {
	background-color: #000000;
}

.banner {
	width: 100%;
	margin-top: 107px;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 100px;
}

.main .title h4.en {
	font-size: 24px;
	color: #c7000b;
	line-height: 98px;
	text-align: center;
	font-weight: 500;
}

.main .title h4.cn {
	font-size: 24px;
	color: #333333;
	font-weight: 500;
	line-height: 68px;
	text-align: center;
	background-image: url(../images/news_addtimebg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 38px;
}

.main .item1 .about_content p {
	font-size: 16px;
	color: #666666;
	line-height: 37px;
}

.main .item1 .about_pic img {
	display: block;
	width: 100%;
	margin-top: 45px;
}

.main .item1 ul.num_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	margin-top: 30px;
}

.main .item1 ul.num_list li .num:after {
	display: table;
	content: "";
	clear: both;
}

.main .item1 ul.num_list li .num h5 {
	float: left;
	font-family: arial;
	font-size: 60px;
	color: #c7000b;
	line-height: 100px;
}

.main .item1 ul.num_list li .num span {
	float: left;
	font-size: 20px;
	color: #666666;
	line-height: 100px;
	padding-left: 25px;
}

.main .item1 ul.num_list li p {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}

.main .item2 {
	padding-top: 80px;
}

.main .item2 .container {
	position: relative;
}

.main .item2 .title h4.cn {
	margin-bottom: 70px;
}

.main .item2 .swiper-container .swiper-slide {
	box-sizing: border-box;
	padding: 20px 35px;
	border: 1px solid #bebebe;
}

.main .item2 .swiper-button-prev,
.main .item2 .swiper-button-next {
	width: 46px;
	height: 46px;
	background-color: #a82930;
	background-size: auto;
	background-image: url(../images/article_page_i.png);
	top: 62%;
}

.main .item2 .swiper-button-prev {
	left: -96px;
}

.main .item2 .swiper-button-next {
	right: -96px;
	transform: rotate(180deg);
}
