@font-face {
    font-family: 'DINPro bold';
    src: url('../fonts/DINPro-Bold.eot');
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.ttf') format('truetype'),
        url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
#wrap{
	background-repeat: no-repeat;
	background-image: url(../images/about_history_bg.jpg);
	background-position: right bottom;
	background-size: 100% auto;
}
.common-section .content{
	overflow: hidden;
}

.sec1{
	text-align: center;
	padding: 4.76% 0 0;
	position: relative;
	margin-bottom: 5.315%;
}
.sec1 .swiper-container{
	width: 79%;
	overflow: hidden !important;
}
.sec1 .line{
	border-bottom: 1px solid rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.4375em;
}
.sec1 h3{
	font-size: 3em;
	color: #e8e8e8;
    font-family: 'DINPro bold';
    font-weight: bold;
    margin-bottom: 1.75em;
}
.sec1 .swiper-slide{
	width: 20%;
}
.sec1 .swiper-slide.swiper-slide-active h3{
	color: #000;
}
.sec1 .point{
	width: 0.4375em;
	height: 0.4375em;
	border-radius: 50%;
	background-color: #e8e8e8;
	margin: 0 auto;
	position: absolute;
	bottom: 0.25em;
	left: 50%;
	margin-left: -0.21875em;
}
.sec1 .swiper-slide.swiper-slide-active .point{
	background-color: #c7000b;
	width: 0.9375em;
	height: 0.9375em;
	bottom: 0;
	margin-left: -0.46875em;
}
.sec1 .swiper-prev,.sec1 .swiper-next{
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 3.125em;
	height: 3.125em;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #fff;
	bottom: -1.0625em;
	z-index: 51;
}
.sec1 .swiper-prev{
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.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{
	margin-bottom: 18.042%;/*258*/
}
.sec2 .swiper-slide{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec2 p{
	font-size: 1.125em;
	color: #000;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0.83em;
	padding-left: 1em;
}
.sec2 p:last-child{
	margin-bottom: 0;
}
.sec2 p span{
	width: 0.5em;
	display: inline-block;
	margin-left: -1em;
}
.sec2 p span.mr{
	width: 1em;
}
@media only screen and (max-width:1024px){
	#wrap{
		background-position: center bottom;
		background-size: auto 100%;
	}

	.sec1{
		padding: 5% 0 0;
		margin-bottom: 10%;
	}
	.sec1 .swiper-container{
		width: 80%;
	}
	.sec1 .swiper-slide{
		width: 33.333%;
	}
	.sec1 h3{
		margin-bottom: 1.7em;
	}
	.sec1 .point{
		width: 0.5em;
		height: 0.5em;
		bottom: 0.3em;
		margin-left: -0.25em;
	}
	.sec1 .swiper-slide.swiper-slide-active .point{
		width: 1.1em;
		height: 1.1em;
		margin-left: -0.55em;
	}

	.sec2{
		overflow: hidden;
		width: 80%;
		margin: 0 auto 15%
	}

}