.section .title{
	display: inline-block;
	color: #000;
	border-bottom: 2px solid #c7000b;
	padding-bottom: 1.25em;
}
.section .title h1,.section .title h3{
	font-size: 1.75em;
	color: inherit;
	font-weight: bold;
}
.section .title h1{
	margin-left: -0.5em;
}


.sec0 .more{
	color: #fff;
	width: 7.625em;
	height: 2.75em;
	line-height: 2.75;
	text-align: center;
	background-color: #c7000b;
	border-radius: 1.375em;
	display: block;
	position: absolute;
	left: 10.15625%;
	bottom: 22%;
}
.sec0 .more span{
	font-size: 0.875em;
}
.sec0 .more img{
	margin-left: 0.375em;
	width: 0.875em;
	vertical-align: middle;	
}
.sec0 .swiper-pagination{
	bottom: 6.7%;
}
.sec0 .swiper-pagination .swiper-pagination-bullet{
	width: 0.625em;
	height: 0.625em;
	background-color: #fff;
	position: relative;
  	cursor: pointer;
  	opacity: 1;
	vertical-align: middle;
	margin: 0 0.375em;
	border: 0.1875em solid transparent;
	border-radius: 50%;
}
.sec0 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: transparent;
	width: 1em;
	height: 1em;
	border-color: #c7000b;
}


.sec1{
	padding: 4.2% 0 3.33%;
}
.sec1 .title{
	margin-bottom: 2.5%;
}
.sec1 .swiper-slide{
	text-align: center;
	width: 18.343%;
}
.sec1 .text-box{
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
}
.sec1 .cover{
	background-color: #004496;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec1 .swiper-slide:hover .cover{
	opacity: 1;
}
.sec1 .icon{
	width: auto;
	height: 2.5em;
	margin-top: 20%;
	margin-bottom: 9.68%;
}
.sec1 h3{
	font-size: 1.125em;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.83em;
}
.sec1 h4{
	font-size: 1.25em;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0.5em;
}
.sec1 h5{
	font-size: 0.875em;
	color: #fff;
	font-weight: normal;
	opacity: 0;
}
.sec1 .cover h5{
	display: none;
}
.sec1 p{
	font-size: 0.875em;
	color: #fff;
	line-height: 2;
	margin-top: 1.43em;
	padding: 0 10%;
}
.sec1 .more{
	color: #fff;
	width: 7.625em;
	height: 2.75em;
	line-height: 2.75;
	background-color: #c7000b;
	border-radius: 1.375em;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10%;
}
.sec1 .more span{
	font-size: 0.875em;
}
.sec1 .more img{
	margin-left: 0.375em;
	width: 0.875em;
	vertical-align: middle;	
}
.sec1 .flex-box{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .btn-box{
	display: none;
}
.sec1 .swiper-prev,.sec1 .swiper-next{
	position: static;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 3.125em;
	height: 3.125em;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #fff;
}
.sec1 .swiper-prev{
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 1em;
}
.sec1 .swiper-next{
	right: 0;
}
.sec1 .swiper-prev:hover,.sec1 .swiper-next:hover{
	border-color: #c7000b;
	background-color: #c7000b;
}
.sec1 .swiper-prev.swiper-button-disabled,.sec1 .swiper-next.swiper-button-disabled{
	cursor: default;
}
.sec1 .swiper-prev img,.sec1 .swiper-next img{
	width: 28%;
	background-repeat: no-repeat;
	background-size: auto 200%;
	background-position: center top;
	background-image: url(../images/about_history_arrow_bg.png);
}
.sec1 .swiper-prev:hover img,.sec1 .swiper-next:hover img{
	background-position: center bottom;
}


.sec2{
	padding-bottom: 3.9%;
}
.sec2 .title{
	margin-bottom: 5%;
}
.sec2 li{
	width: 32.25%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.625%;
}
.sec2 li:last-child{
	margin-right: 0;
}

@media only screen and (max-width:1600px){
	.sec1 .swiper-slide{
		font-size: 0.75em;
	}
}

@media only screen and (max-width:1024px){
	.section .title{
		padding-bottom: 1.25em;
	}


	.sec0 .more{
		left: 6.267%;
		bottom: 12%;
	}

	.sec1{
		padding: 10% 0 7.5%;
	}
	.sec1 .title{
		margin-bottom: 5%;
	}
	.sec1 .swiper-slide{
		width: 19.375em;
		font-size: 1em;
	}
	.sec1 .btn-box{
		font-size: 0.875em;
		display: block;
	}

	.sec2{
		padding-bottom: 12.5%;
	}
	.sec2 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
	}
	.sec2 li:last-child{
		margin-bottom: 0;
	}
}