.about_one{
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 175px 0 50px;
}
.about_one ul{
	height: auto;
	overflow: hidden;
}
.about_one ul li{
	height: auto;
	overflow: hidden;
	line-height: 18px;
	color: #333333;
}
.company_title{
	width: 100%;
	overflow: hidden;
	text-align: left;
}
.about_one ul li img{
	max-width: 100%;
}
.about_one ul li h1{
	color: #333333;
	font-size: 36px;
}
.about_one ul li span{
	display: block;
	width: 70px;
	height: 4px;
	background-color: #e60012;
	margin: 10px 0;
}
@media only screen and (max-width:991px ) {
	.about_one ul li:first-of-type{
		text-align: center;
	}
	.about_one ul li:last-of-type{
		padding: 30px 0 0;
	}
	.about_one ul li:last-of-type .company_title{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.about_one {
	    padding: 125px 0 35px;
	}
	.about_one ul li h1{
		font-size: 24px;
	}
	.about_one ul li span{
		width: 40px;
	}
	.about_one ul li:last-of-type{
		text-align: justify;
	}
}
@media only screen and (min-width:992px ) {
	.about_one ul li:first-of-type .company_title{
		display: none;
	}
	.about_one ul li:last-of-type{
		padding: 5px 0 0 20px;
	}
}
@media only screen and (min-width:1200px ) {
	.about_one ul li:last-of-type{
		padding: 5px 0 0;
	}
}
/*荣誉资质*/
.about_two{
	width: 100%;
	overflow: hidden;
	padding: 55px 0 80px;
	position: relative;
}
.about_two .container{
	position: relative;
	z-index: 11;
}
.about_two h1{
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}
.about_two span{
	display: block;
	width: 67px;
	height: 4px;
	background-color: #FFFFFF;
	margin: 15px auto 25px;
}
.aboutTwo-menu{
	width: 510px;
	overflow: hidden;
	margin: 0 auto;
}
.aboutTwo-menu li{
	width: 160px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	background-color: #ececec;
	border-radius: 8px;
	line-height: 35px;
	float: left;
	margin-right: 15px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.aboutTwo-menu li:last-of-type{
	margin-right: 0;
}
.aboutTwo-menu li.twoNow{
	color: #e60012;
	background-color: #FFFFFF;
}
.two-banner{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 55px;
}
.two-banner .about_honor{
	width: 100%;
	height: auto;
	position: relative;
	display: none;
}
.honor{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.honor_img{
	width: 100%;
	padding: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: center;
}
.honor_img img{
	width: 100%;
	transition: all 0.5s;
}
.honor h3{
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-color: #b5b5b5;
}
.honor:hover img{
	transform: scale(1.1);
}
.honor:hover h3{
	color: #E60012;
}
.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	z-index: 10;
	cursor: pointer;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled{
	background-image: url(../img/rightWW.png);
}
.swiper-button-prev.swiper-button-disabled {
	background-image: url(../img/leftWW.png);
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/leftR.png);
	left: -60px;
	right: auto
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/rightR.png);
	right: -60px;
	left: auto;
}
.about_two>img{
	width: 120%;
	position: absolute;
	z-index: 10;
	transform: translate(-10%,-10%);
}
@keyframes honors{
	0{transform: translate(-10%,-10%);}
	10%{transform: translate(-10%,-10%);}
	35%{transform: translate(-5%,-20%);}
	65%{transform: translate(-5%,-20%);}
	90%{transform: translate(-10%,-10%);}
	100%{transform: translate(-10%,-10%);}
}
@media only screen and (max-width:991px ) {
	.about_two>img{
		width: auto;
		height: 120%;
		transform: translate(-10%,-10%);
	}
	.two-banner{
		width: 90%;
		margin: 55px auto 0;
	}
}
@media only screen and (max-width:767px ) {
	.about_two{
		padding: 40px 0 50px;
	}
	.about_two h1{
		font-size: 24px;
	}
	.about_two span {
	    width: 47px;
	    height: 3px;
	    margin: 8px auto 15px;
	}
	.aboutTwo-menu {
	    width: 340px;
	}
	.aboutTwo-menu li {
	    width: 110px;
	    height: auto;
	    padding: 5px 10px;
	    border-radius: 4px;
	    line-height: 16px;
	    margin-right: 5px;
	}
	.two-banner{
		width: 100%;
		margin: 30px auto 0;
	}
	.two-banner .about_honor{
		width: 100%;
		margin: 0 auto;
	}
	.honor h3 {
	    font-size: 12px;
	    height: 30px;
	    line-height: 30px;
	}
}
@media only screen and (min-width:992px) {
	.two-banner{
		width: 90%;
		margin: 40px auto 0;
	}
	.about_two>img{
		animation: honors 60s infinite;
		/* Firefox: */
		-moz-animation: honors 60s infinite;
		/* Safari 和 Chrome: */
		-webkit-animation: honors 60s infinite;
		/* Opera: */
		-o-animation: honors 60s infinite;
	}
}
@media only screen and (min-width:1200px ) {
	.two-banner{
		width: 100%;
		margin: 55px 0 0;
	}
}
/*宣传视频*/
.about_three{
	width: 100%;
	overflow: hidden;
	padding: 38px 0;
	background-color: #fff;
}
.about_three ul{
	height: auto;
	overflow: hidden;
}
.about_three ul li{
	padding: 0 15px 0 0;
	height: auto;
	overflow: hidden;
}
.about_three ul li:nth-of-type(1){
	float: right;
	padding: 0 0 0 45px;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	padding-top: 10px;
}
.about_three ul li h1{
	color: #333333;
	font-size: 36px;
	line-height: 65px;
	border-bottom: 1px dashed #333333;
	margin-bottom: 10px;
}
.about_three ul li a{
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	color: #e60012;
	border: 1px solid #e60012;
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;
	margin-top: 40px;
	transition: all 0.5s;
}
.about_three ul li a img{
	margin: -2px 5px 0 0;
}
.about_three ul li a img:nth-of-type(2){
	display: none;
}
.about_three ul li a:hover{
	color: #FFFFFF;
	background-color: #e60012;
}
.about_three ul li a:hover img:nth-of-type(1){
	display: none;
}
.about_three ul li a:hover img:nth-of-type(2){
	display: initial;
}
.two_video{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.two_video>img{
	width: 100%;
}
.two_video .two_mask{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.65);
}
.video_icon{
	width: 65px;
	height: 46px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.58);
	text-align: center;
	line-height: 42px;
	margin: -23px auto 0;
	position: relative;
	top: 50%;
	cursor: pointer;
}
@media only screen and (max-width:991px ) {
	.about_three ul li{
		padding: 0 30px;
	}
	.about_three ul li:nth-of-type(1){
		padding: 0 ;
		text-align: center;
		margin-bottom: 30px;
	}
	.about_three ul li h1{
		line-height: 40px;
		border-bottom: none;
		margin-bottom: 15px;
		text-align: center;
	}
	.about_three ul li a{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.about_three {
	    padding: 35px 0;
	}
	.about_three ul li{
		padding: 0 15px;
	}
	.about_three ul li br{
		display: none;
	}
	.about_three ul li:nth-of-type(1){
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 16px;
		padding: 0;
	}
	.about_three ul li h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}
.video-masked {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
	position: fixed;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
}
.video-masked .masked-close {
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
}
.video-masked .masked-close::after,
.video-masked .masked-close::before {
	content: '';
	width: 40px;
	height: 6px;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% - 20px);
	transform: rotate(45deg);
	background-color: #ffffff;
}
.video-masked .masked-close::after {
	transform: rotate(-45deg);
}
.video-masked video {
	top: 50%;
	left: 50%;
	max-width: 70%;
	max-height: 70%;
	position: relative;
	object-fit: contain;
	object-position: center;
	transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width:991px ) {
	.video-masked .masked-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .video-masked video {
		max-width: 85%;
	}
}
@media only screen and (max-width:767px ) {
	.video-masked .masked-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .video-masked .masked-close::before,
    .video-masked .masked-close::after {
        width: 34px;
        height: 4px;
        top: calc(50% - 2px);
        left: calc(50% - 17px);
    }
}