.about-new {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}

.concept-detail {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	padding-top: 80px;
}

.banner-about img {
	width: 100%;
}

.about-content {
	width: 1200px;
	height: 80px;
}

.row {
	padding: 0;
	margin: 0;
}


.tit div {
    width: 200px;
	height: 80px;
	cursor: pointer;
	background-color: #F8F8F8;
}

.container {
	
}

.nav-title {
	width: 1200px;
	margin: 0 auto;
}

.tit div span {
	display: block;
	width: 60%;
	margin: 0 auto;
	height: 60px;
	line-height: 80px;
	font-size: 16px;
	text-align: center;
	color: #333;
	
}

.con li {
	display: none;
	min-height: 300px;
	width: 100%;
}

.tit .active span {
	color: #dc421a;
	border-bottom: 2px solid #dc421a;
}

.con li.showpage {
	display: block;
}

.about-left {
	padding-right: 30px;
}

.about-right {
	padding-left: 10px;
}

.imgleft-sm {
	display: none;
}

.imgleft img {
	width: auto;
	height: 52px;
}

.rightimg img {
	width: 100%;
}

.about-detail {
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}

.enterprise-concept {
	width: 100%;
	height: 600px;
	background: url(../image/banner-inner.png) no-repeat;
}

.development,
.future {
	min-height: 230px;
	padding: 0 50px;
	padding-top: 10px;
}

.honor {
	height: 470px;
	padding: 0 50px;
	padding-top: 50px;
}

.title-en {
	font-size: 17px;
	font-family: arial;
	color: #666;
}

.development-detail {
	padding-top: 10px;
	line-height: 30px;
}

.honor-detail {
	padding-top: 30px;
	line-height: 30px;
}


.organization {
	width: 1200px;
	min-height: 200px;
	margin: 30px auto;
}

.organization-title,
.Chairman-title {
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	font-size: 18px;
	border-bottom: 1px solid #d8d8d8;
	position: relative;
}

.Chairman-title::before {
	content: '';
	font-size: 20px;
	width: 3px;
	height: 15px;
	background-color: #dc421a;
	position: absolute;
	left: 0px;
	top: 17px;
}

.organization-title::before {
	content: '';
	font-size: 20px;
	width: 3px;
	height: 15px;
	background-color: #c00002;
	position: absolute;
	left: 0px;
	top: 17px;
}

.organization-img {
	width: 1200px;
	overflow: hidden;
}

.organization-img img {
	width: 100%;
}


.Chairman-img,
.Chairman-name {
	display: flex;
	justify-content: flex-end;
}

.Chairman-img {
	width: 100%;
	padding-left: 50px;
}

.Chairman-img img {
	width: 100%;
	height: auto;
}

.speak-title {
	color: #dc421a;
	font-size: 30px;
	padding: 10px 0;
}

.speak-title-en {
	font-size: 20px;
	color: #999;
}

.speak-content {
	color: #666;
}

.speak-content p {
	text-indent: 2em;
	line-height: 30px;
	letter-spacing: 2px;
}

.organization-left {
	padding-bottom: 50px;
}


.reward-img {
	margin-top: 20px;
}

.reward-size {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.reward-img img {
	width: 100%;
}

.reward-content {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.5);
}

.reward-content:hover {
	background-color: #dc421a;
	color: #fff;
}

.btn-more {
	width: 120px;
	margin: 50px auto;
	text-align: center;
	line-height: 35px;
	height: 35px;
	border-radius: 20px;
	background-color: #dc421a;
	color: #fff;
}


.strategysize img {
	width: 100%;
}

.strategy-detail {
	line-height: 40px;
	color: #666;
}


.video_file {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 500px;
	overflow: hidden;
}

.video_file button {
	background-image: url(../image/player.png);
	background-color: transparent;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	text-indent: -9999px;
	z-index: 2;
	border: none;
}

.video_file #video_img,
.video_file video {
	width: 100%;
}

.video_file #video_img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -99;
}

#video_img,
#video_btn {
	opacity: 1;
}

#video_img.displayno,
#video_btn.displayno {
	opacity: 0;
}


.swiper-slide {
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container {
	width: 100%;
	height: 250px;
}

.swiper-list {
	width: 260px;
	margin: 0 auto;
	text-align: center;
}

.swiper-list img {
	width: 260px;
	height: auto;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev,
.swiper-button-next {
	color: #fff;
	background-color: rgb(0, 0, 0, 0.2);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	content: 'prev';
	background-color: rgb(0, 0, 0, 0.8);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 30px;
}

.video-none {
	display: none;
}

@media screen and (max-width: 768px) {
	.swiper-container2 {
		width: 100%;
		height: 100%;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.reward-img {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.video-bot {
		display: none;
	}

	.video-none {
		margin-top: 30px;
		display: block;
		overflow: hidden;
	}

	.row {
		margin: 0;
		padding: 0;
	}

	.tit {
		height: 120px !important;
		background-color: #F8F8F8;
	}

	.tit div span {
		font-size: 12px !important;
	}

	.imgleft {
		margin-top: 30px;
		display: none;
	}

	.about-detail {
		text-align: justify;
	}

	.imgleft-sm {
		width: 95%;
		margin: 30px auto;
		display: block !important;
	}

	.imgleft-sm img {
		width: 100%;
	}

	.nav-title {
		
		width: 100% !important;
	}

	.about-left,
	.about-right {
		padding: 0 !important;
	}

	.about-new,
	.concept-detail {
		padding: 0 10px;
		width: 100% !important;
	}

	.enterprise-concept {
		width: 100%;
		overflow: hidden;
		min-height: 950px !important;
		background: none !important;
		background: #D9EDF7 !important;
	}

	.concept-left {
		padding: 0;
	}

	.development,
	.future {
		padding: 0 10px !important;
		padding-top: 10px;
		padding-bottom: 20px !important;
	}

	.honor {
		height: 350px !important;
		padding: 0 10px !important;
		padding: 20px 0;
		margin-top: 20px;
		margin-left: 0;
	}

	.organization {
		width: 100% !important;
		margin-top: 30px;
		padding: 0 10px;
	}

	.organization-img {
		width: 100% !important;
		padding-top: 30px;
	}

	.organization-img img {
		width: 100% !important;
		height: auto;
	}

	.organization-title {
		padding-left: 20px !important;
	}

	.organization-title::before {
		left: 5px !important;
	}

	.honor-detail {
		padding-top: 10px !important;
	}

	
	.organization-left {
		padding: 0;
	}

	.speak-title {
		font-size: 22px !important;
	}

	.speak-title-en {
		font-size: 16px !important;
	}

	.speak-content {
		padding-top: 20px !important;
	}

	.Chairman-img {
		padding: 0 !important;
		width: 95% !important;
		margin: 10px auto;
		overflow: hidden;
	}
	.strategy-img {
		padding-left: 0;
	}

	
	
	.video_file {
		width: 100%;
		height: auto;
	}

	
	.footer {
		display: none;
	}
}