.about-left ul {
	width: 2px;
	margin: 0 0 0 75px;
	overflow: hidden;
}
.about-left ul li {
	width: 100%;
	height: 215px;
	overflow: hidden;
	background-color: #e3e3e3;
	margin: 0 0 3px;
}
.about-left ul li:first-of-type {
	background-color: #c41c02;
}
@media only screen and (max-width: 991px) {
	.about-left ul {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.about-left ul {
		margin: 0 0 0 55px;
	}
	.about-left ul li {
		height: 140px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-left ul {
		margin: 0 0 0 60px;
	}
	.about-left ul li {
		height: 160px;
	}
}
@media only screen and (min-width: 1400px) {
	.about-left ul {
		margin: 0 0 0 65px;
	}
	.about-left ul li {
		height: 180px;
	}
}
@media only screen and (min-width: 1600px) {
	.about-left ul {
		margin: 0 0 0 70px;
	}
	.about-left ul li {
		height: 200px;
	}
}
@media only screen and (min-width: 1800px) {
	.about-left ul {
		margin: 0 0 0 75px;
	}
	.about-left ul li {
		height: 215px;
	}
}
.about1 {
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	overflow: hidden;
	text-align: justify;
}
.about2 {
	width: 100%;
	overflow: hidden;
	margin: 45px 0 65px;
	position: relative;
}
.about2 img {
	width: 100%;
}
.about2 .video-icon {
	width: 124px;
	height: 124px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -62px 0 0 -62px;
	z-index: 1;
	cursor: pointer;
}
.about3 {
	width: 100%;
	overflow: hidden;
}
.about3 .about3-title {
	width: 100%;
	color: #868686;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}
.about3-title h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: lighter;
	color: #333333;
}
.about3-title h2 strong {
	font-weight: bold;
}
.about3-title span {
	display: block;
	width: 45px;
	height: 3px;
	overflow: hidden;
	background-color: #d0111b;
	margin: 10px auto 15px;
}
.about3 .about3-swiper {
	width: 100%;
	margin: 40px 0 0;
	overflow: hidden;
	text-align: center;
}
.about3-swiper .swiper {
	width: 100%;
	overflow: hidden;
}
.about3-swiper .swiper-slide {
	padding: 19px 19px 15px;
	border: 2px solid #e0e0e0;
	overflow: hidden;
	background-color: #ffffff;
	transition: all 0.5s;
}
.about3-swiper .about3-img {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dfdfdf;
}
.about3-img img {
	width: 100%;
	transition: all 0.5s;
}
.about3-swiper .swiper-slide p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	margin: 15px 0 0;
	color: #333333;
	overflow: hidden;
}
.about3-swiper .swiper-slide:hover {
	border-color: #e62129;
}
.about3-swiper .swiper-slide:hover .about3-img img {
	transform: scale(1.1);
}
.about3-swiper .swiper-pagination {
	width: 100%;
	margin: 30px 0 0;
	overflow: hidden;
	text-align: center;
}
.about3-swiper .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	overflow: hidden;
	background-color: #dfdfdf;
	margin: 0 5px;
}
.about3-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #e62129;
	background-color: transparent;
}
@media only screen and (max-width: 991px) {
	.about1 {
		font-size: 28px;
		line-height: 50px;
	}
	.about3 {
		margin: 0 0 90px;
	}
}
@media only screen and (max-width: 750px) {
	.about1 {
		font-size: 14px;
		line-height: 25px;
	}
	.about2 {
		margin: 25px 0 35px;
	}
	.about2 .video-icon {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
	}
	.about3 {
		margin: 0 0 40px;
	}
	.about3 .about3-title {
		font-size: 12px;
	}
	.about3-title h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.about3-title span {
		width: 25px;
		height: 2px;
		margin: 5px auto 10px;
	}
	.about3 .about3-swiper {
		margin: 25px 0 0;
	}
	.about3-swiper .swiper-slide {
		padding: 10px 10px 10px;
		border-width: 1px;
	}
	.about3-swiper .swiper-slide p {
		font-size: 12px;
		margin: 10px 0 0;
	}
	.about3-swiper .swiper-pagination {
		margin: 15px 0 0;
	}
	.about3-swiper .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border-width: 1px;
		margin: 0 4px;
	}
}
@media only screen and (min-width: 992px) {
	.about2 .video-icon {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
	.about3 {
		margin: 0 0 60px;
	}
	.about3-swiper .swiper-pagination {
		margin: 20px 0 0;
	}
	.about3-swiper .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border-width: 1px;
		margin: 0 4px;
	}
}
@media only screen and (min-width: 1200px) {
	.about2 .video-icon {
		width: 90px;
		height: 90px;
		margin: -45px 0 0 -45px;
	}
	.about3 {
		margin: 0 0 70px;
	}
	.about3-swiper .swiper-pagination {
		margin: 22px 0 0;
	}
	.about3-swiper .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}
}
@media only screen and (min-width: 1400px) {
	.about2 .video-icon {
		width: 100px;
		height: 100px;
		margin: -50px 0 0 -50px;
	}
	.about3 {
		margin: 0 0 80px;
	}
	.about3-swiper .swiper-pagination {
		margin: 25px 0 0;
	}
	.about3-swiper .swiper-pagination .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		border-width: 2px;
	}
}
@media only screen and (min-width: 1600px) {
	.about2 .video-icon {
		width: 124px;
		height: 124px;
		margin: -62px 0 0 -62px;
	}
	.about3 {
		margin: 0 0 90px;
	}
	.about3-swiper .swiper-pagination {
		margin: 30px 0 0;
	}
	.about3-swiper .swiper-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
	}
}