@charset "utf-8";
/* CSS Document */
/* banner */
.about_banner {
	width: 100%;
	min-width: 1200px;
	position: relative;
	height: 320px;
	overflow: hidden;
}
.aboBanCen {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
	z-index: 1;
}
.aboBanCen p {
	font-size: 40px;
	color: #ffffff;
	letter-spacing: 7px;
	font-weight: bold;
}
.aboBanCen ul {
	display: flex;
	display: -webkit-flex;
	justify-content: start;
	align-items: center;
	-webkit-justify-content: start;
	-webkit-align-items: center;
	margin-top: 25px;
}
.aboBanCen li {
	background: url(./abo1.png) no-repeat left
		center;
	padding-left: 45px;
	margin-right: 55px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}
.about_ban_bg {
	position: absolute;
	width: 100%;
	min-height: 420px;
	bottom: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.about_ban_bg img {
	width: auto;
	max-width: 100%;
}
/* banner */
/* title */
.aboTitle {
	font-size: 28px;
	color: #333333;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 30px;
}
/* title */
/* 企业简介 */
.aboIntCen {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.aboIntGAT {
	font-size: 16px;
	color: #666666;
	line-height: 34px;
}
.aboIntGAT p {
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.aboIntGAT strong {
	color: #333333;
}
.aboIntGATBox {
	display: flex;
	display: -webkit-box;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.aboIntGAT_L {
	/* width: 580px; */
	/* margin-right: 20px; */
}
.aboIntGAT_R {
	width: 600px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
}
.aboIntGAT_R .list {
	width: 290px;
	position: relative;
	vertical-align: top;
}
.aboIntGAT_R .list a {
	display: block;
	cursor: pointer;
}
.aboIntGAT_R .list .pic-box {
	position: relative;
	margin-bottom: 8px;
}
.aboIntGAT_R .list .down-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	margin-left: -18px;
	display: block;
}
.aboIntGAT_R .list .label {
	font-size: 16px;
	color: #2a2e2e;
	letter-spacing: 0;
	text-align: center;
	line-height: 29px;
	width: 100%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.video-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}
.video-pop .pop-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
}
.video-pop .pop-box {
	width: 1020px;
	height: 575px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	background: #000;
	box-sizing: border-box;
}
.video-pop .pop-box .close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0px;
	top: -40px;
	cursor: pointer;
}
.video-pop .pop-box .video {
	width: 100%;
	height: 100%;
}
#aboIntTabthumbs {
	width: 820px;
	padding-left: 120px;
	margin-left: 0;
	margin-top: 60px;
}
#aboIntTabthumbs .swiper-slide {
	font-size: 22px;
	color: #78787a;
	text-align: center;
	height: 41px;
	line-height: 41px;
	border-bottom: 4px solid #fff;
	cursor: pointer;
	width: 180px;
}
#aboIntTabthumbs .swiper-slide:nth-child(2) {
	width: 160px;
}
#aboIntTabthumbs .swiper-slide:nth-child(3) {
	width: 95px;
}
#aboIntTabthumbs .swiper-slide.active {
	border-bottom: 4px solid #ea5413;
	color: #ea5413;
}
#aboIntTabthumbs p {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #262626;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
}
#aboIntTabgallery {
	margin-top: 30px;
}
#aboIntTabgallery .swiper-slide {
	font-size: 16px;
	color: #666;
	line-height: 34px;
}
#aboIntTabgallery .swiper-slide strong {
	color: #333333;
}
/* 发展 */
.aboDeve {
	margin-top: 90px;
	background: #f9f9f9;
	padding-bottom: 40px;
}
.aboDeveBg {
	width: 100%;
	min-width: 1200px;
	height: 424px;
	position: relative;
	overflow: hidden;
}
.aboDeveBg_bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 384px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.aboDeveBg_bg img {
	width: auto;
	max-width: 100%;
}
.aboDeveTitle {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 125px;
	position: relative;
	z-index: 1;
}
#aboDevethumbs {
	width: 670px;
	margin-top: 50px;
	position: relative;
}
#aboDevegallery .swiper-slide {
	width: 383px;
}

#aboDevethumbs .swiper-slide {
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#aboDevethumbs .swiper-slide p {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(131, 131, 131, 0.8);
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
	z-index: 1;
}
#aboDevethumbs .swiper-slide.active p::before {
	content: " ";
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
	top: 50%;
	margin-top: -7.5px;
	display: block;
}
#aboDevethumbs::before {
	content: "";
	display: block;
	width: 607px;
	height: 2px;
	background: rgba(131, 131, 131, 0.5);
	position: absolute;
	left: 32px;
	top: 37px;
}
#aboDevegallery {
	margin-top: 65px;
}
#aboDevegallery .swiper-slide ul {
	display: flex;
	display: -webkit-flex;
	align-items: baseline;
	justify-content: center;
	-webkit-align-items: baseline;
	-webkit-justify-content: center;
}
#aboDevegallery .swiper-slide ul li {
	width: 372px;
	cursor: pointer;
	margin-right: 44px;
}
#aboDevegallery .swiper-slide:nth-child(1) {
	width: 832px;
}
#aboDevegallery .swiper-slide:nth-child(4) {
	width: 1248px;
}
#aboDevegallery .swiper-slide:nth-child(5) {
	width: 1664px;
}
#aboDevegallery .swiper-slide:nth-child(6) {
	width: 832px;
}
.aboDevNew {
	font-size: 24px;
	color: #333333;
	height: 40px;
	border-bottom: 1px solid #999999;
}
.aboDevList {
	margin-top: 25px;
}
.aboDevList p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 28px;
	position: relative;
}
.aboDevList p::before {
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	line-height: 0px;
}
/* 文化 */
.aboCulCen {
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
}
#aboCulthumbs {
	width: 380px;
}
#aboCulthumbs .swiper-slide {
	font-size: 20px;
	color: #333333;
	border-bottom: 4px solid #fff;
	width: 50px;
	text-align: center;
	margin-top: 40px;
	cursor: pointer;
	height: 30px;
}
#aboCulthumbs .swiper-slide:nth-child(3) {
	width: 103px;
}
#aboCulthumbs .swiper-slide.active {
	border-bottom: 4px solid #ea5413;
}
#aboCulgallery {
	background: #fafafa;
	border-radius: 20px;
	margin-top: 25px;
}
.aboCulPad {
	padding: 90px 60px;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
}
.aboCulPad p {
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
}
.aboCulPad ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	padding: 0 60px;
}
.aboCulPad ul li {
	width: 110px;
	text-align: center;
}
.aboCulPad ul li span {
	display: block;
	font-size: 20px;
	color: #ea5413;
	margin-bottom: 25px;
}
.aboCulPad ul li p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 0;
	padding-left: 30px;
	background: url(./abo5.png) no-repeat left
		center;
}
/* 荣誉 */
.aboHon {
	width: 100%;
	min-width: 1200px;
	height: 650px;
	margin-top: 85px;
	position: relative;
	overflow: hidden;
}
.aboHon_bg {
	width: 100%;
	min-height: 650px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.aboHon_bg img {
	width: auto;
	max-width: 100%;
}
.aboHonCen {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.aboHonCenTitle {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
	-webkit-justify-content: flex-end;
	-webkit-align-items: center;
}
.aboHonCenTitle p {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	width: 603px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	background: rgba(234, 70, 0, 0.8);
	margin-top: 83px;
}
.aboHonScr {
	width: 1080px;
	height: 310px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	padding: 30px 60px;
	margin-top: 45px;
}
.aboHonScrSwiper {
	width: 100%;
	height: 100%;
}
.aboHonScr .swiper-slide {
	font-size: 18px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.aboHonScrSwiper .swiper-slide p {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	position: relative;
	padding-left: 36px;
}
.aboHonScrSwiper .swiper-slide p::before {
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	line-height: 20px;
}
/* 爱心 */
.aboLovCen {
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}
.aboLovCen ul {
	margin-top: 50px;
}
.aboLovCen li {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	margin-bottom: 60px;
}
.aboLovImg {
	width: 461px;
	height: 307px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.aboLovImg img {
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
}
.aboLovCen li:hover .aboLovImg img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.aboLovFont {
	width: 682px;
}
.aboLovFontTitle {
	font-size: 24px;
	color: #262626;
}
.aboLovFontList {
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
	line-height: 37px;
	letter-spacing: 1.1px;
}
.aboLovFontA {
	font-size: 16px;
	color: #000;
	display: block;
	width: 172px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	border: 1px solid #000;
	border-radius: 10px;
	float: right;
	margin-top: 25px;
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
	transform: translateY(0);
	-moz-transform: translateY(0); /* Firefox 4 */
	-webkit-transform: translateY(
		0
	); /* Safari 和 Chrome */
	-o-transform: translateY(0); /* Opera */
}
.aboLovFontA:hover {
	background: #ea5413;
	border: 1px solid #ea5413;
	color: #fff;
	transform: translateY(-5px);
	-moz-transform: translateY(
		-5px
	); /* Firefox 4 */
	-webkit-transform: translateY(
		-5px
	); /* Safari 和 Chrome */
	-o-transform: translateY(-5px); /* Opera */
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3);
}
.aboLovFontList p {
	font-size: 16px;
	color: #666666;
	position: relative;
	padding-left: 25px;
	margin-right: 40px;
	*display: inline;
	display: inline-block;
	zoom: 1;
}
.aboLovFontList p::before {
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	line-height: 20px;
	color: #ea5514;
}
