body {
	padding-top: 85px;
}
h1, h2, h3, h4, h5, h6 {font-weight: bold}
#Pages {
	text-align: center;
	font-size: 0;
	margin-bottom: 100px;
}
#Pages a,
#Pages span {
	display: inline-block;
	height: 30px;
	border: 1px solid #ededed;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	color: #4c4c4c;
	font-size: 16px;
	margin: 0 4px;
	cursor: pointer;
	vertical-align: middle;
}
#Pages a:hover {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}
#Pages span {
	color: var(--main-color);
	border-color: transparent;
}
#Pages span:hover {
	background-color: transparent;
	color: var(--main-color);
}
#Pages p {
	display: block;
	font-size: 14px;
	line-height: 1;
	opacity: .8;
	font-style: normal;
	margin-top: 12px;
	color: #666;
	vertical-align: middle;
	text-align: center;
}
.banner-box {
	position: relative;
}
.banner-box img {
	width: 100%;
}
.block {
	width: 1300px;
}
.public-title {
	text-align: center;
	margin-top: 80px;
}
.public-title h3 {
	font-size: 32px;
	color: var(--main-color);
	line-height: 1.2;
	margin-bottom: 2px;
}
.public-title p {
	color: var(--main-color);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.public-title p:first-letter {
	text-transform: uppercase;
}
.public-title .tab-box {
	font-size: 0;
	margin-top: 60px;
}
.public-title .tab-box a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background-color: #eee;
	width: 150px;
	font-size: 16px;
	color: #666;
	margin-left: 10px;
	margin-right: 10px;
}
.public-title .tab-box a.active,
.public-title .tab-box a:hover {
	background-color: var(--main-color);
	color: #fff;
}
.main_body {
	/*padding-bottom: 120px;*/
}
/*imgList*/
.pro_list-wrap {
	padding-top: 75px;
}
.pro_list-wrap .list-box {
	margin-bottom: 80px;
}
.pro_list-wrap .list-box .item-box .img-box {
	overflow: hidden;
}
.pro_list-wrap .list-box .item-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.pro_list-wrap .list-box .item-box p {
	position: relative;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	border-top: none;
	padding-left: 30px;
	text-align: left;
}
.pro_list-wrap .list-box .item-box p em {
	position: absolute;
	right: 38px;
	top: 0;
}
.pro_list-wrap .list-box .item-box p em img.active {
	display: none;
}
.pro_list-wrap .list-box .item-box:hover .img-box img {
	transform: scale(1.1);
}
.pro_list-wrap .list-box .item-box:hover p {
	background: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}
.pro_list-wrap .list-box .item-box:hover p em img {
	display: none;
}
.pro_list-wrap .list-box .item-box:hover p em img.active {
	display: inline-block;
}
/*imgList end*/
/*inmglistDesc*/
/*--imgbbox*/
.pro-desc-warp {
	padding-top: 82px;
}
.pro-desc-warp .centent-box {
	border: 1px solid #eee;
	padding: 22px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.pro-desc-warp .imgs {
	width: 680px;
}
.pro-desc-warp .imgs img {
	width: 100%;
	height: 469px;
	object-fit: cover;
}
.pro-desc-warp .imgs .mySwiper {
	margin-top: 20px;
	padding-left: 52px;
	padding-right: 52px;
	position: relative;
}
.pro-desc-warp .imgs .mySwiper img {
	height: 126px;
	width: 100%;
	object-fit: cover;
}
.pro-desc-warp .imgs .mySwiper .swiper-button-prev {
	left: 0;
}
.pro-desc-warp .imgs .mySwiper .swiper-button-next {
	right: 0;
}
.pro-desc-warp .imgs .mySwiper .swiper-button-next,
.pro-desc-warp .imgs .mySwiper .swiper-button-prev {
	height: 126px;
	line-height: 126px;
	width: 37px;
	top: 0;
	margin: 0;
	background-color: #e6e6e6;
}
.pro-desc-warp .imgs .mySwiper .swiper-button-next:after,
.pro-desc-warp .imgs .mySwiper .swiper-button-prev:after {
	font-size: 18px;
	vertical-align: middle;
	color: #454545;
}
.pro-desc-warp .imgs .mySwiper .swiper-button-next:hover,
.pro-desc-warp .imgs .mySwiper .swiper-button-prev:hover {
	background-color: var(--main-color);
}
.pro-desc-warp .imgs .mySwiper .swiper-button-next:hover:after,
.pro-desc-warp .imgs .mySwiper .swiper-button-prev:hover:after {
	color: #fff;
}
.pro-desc-warp .txt-box {
	width: 640px;
	margin-top: 115px;
	padding-left: 50px;
}
.pro-desc-warp .txt-box h3 {
	font-size: 30px;
	color: #333;
	margin-bottom: 25px;
}
.pro-desc-warp .txt-box .des-box {
	margin-top: 25px;
}
.pro-desc-warp .txt-box .des-box p {
	line-height: 1.8;
	font-size: 14px;
	color: #666;
}
.pro-desc-warp .txt-box .des-box p + p {
	margin-top: 1em;
}
.pro-desc-warp .txt-box .icon-box {
	margin-top: 55px;
}
.pro-desc-warp .txt-box .icon-box img {
	max-width: 420px;
}
.pro-desc-warp .txt-box .share-box {
	font-size: 14px;
	color: #333;
	margin-top: 90px;
}
.pro-desc-warp .txt-box .share-box #share-3 {
	display: inline-block;
}
.pro-desc-warp .txt-box .share-box #share-3 .social-share-icon {
	width: 36px;
	height: 36px;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
/*--textbox*/
.pro-desc-warp .desc2 {
	position: relative;
	z-index: 2;
	padding-top: 40px;
	padding-bottom: 100px;
}
.pro-desc-warp .title-box {
	font-size: 30px;
	color: #383431;
	font-weight: 700;
	line-height: 78px;
	border-bottom: 1px solid #eee;
	margin-bottom: 35px;
	position: relative;
}
.pro-desc-warp .title-box span {
	font-size: 14px;
	color: #c4c4c4;
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
}
.pro-desc-warp .title-box:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 20px;
	background: var(--main-color);
	bottom: -1px;
}
.pro-desc-warp .left-box {
	width: 100%;
}
.pro-desc-warp .left-box .title {
	margin-bottom: 30px;
}
.pro-desc-warp .left-box .title h3 {
	font-size: 16px;
	color: #2a2c2c;
}
.pro-desc-warp .left-box .title p {
	font-size: 14px;
	color: #bfbfbf;
	margin-top: 5px;
}
.pro-desc-warp .left-box .desc_box {
}
.pro-desc-warp .left-box .box_1 {
	margin-top: 40px;
}
.pro-desc-warp .left-box .box_1 .dl > * {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-bottom: .8em;
}
.pro-desc-warp .left-box .desc_box + .desc_box {
	margin-top: 50px;
}
.pro-desc-warp .left-box .list-to {
	border-bottom: 1px solid #eee;
	margin-bottom: 35px;
}
.pro-desc-warp .left-box .list-to a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background: var(--main-color);
	color: #fff;
	width: 145px;
	text-align: center;
	font-size: 16px;
}
.pro-desc-warp .left-box .dpages {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro-desc-warp .left-box .dpages a {
	display: block;
	width: calc(100% - 40px);
	line-height: 64px;
	border-bottom: 1px solid #e6e6e6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-desc-warp .left-box .dpages a + a {
	margin-left: 40px;
}
.pro-desc-warp .left-box .dpages a:hover {
	color: var(--main-color);
}
.pro-desc-warp .right-box {
	width: 100%;
}
.pro-desc-warp .right-box .list-box {
	padding-right: 45px;
}
.pro-desc-warp .right-box .item-box {
	margin-bottom: 74px;
}
.pro-desc-warp .right-box .item-box .img-box {
	overflow: hidden;
	border-radius: 8px;
}
.pro-desc-warp .right-box .item-box .img-box img {
	width: 100%;
	transition: all .3s;
}
.pro-desc-warp .right-box .item-box p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.pro-desc-warp .right-box .item-box p:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	width: 0px;
	height: 1px;
	background: var(--main-color);
	transition: all .3s;
}
.pro-desc-warp .right-box .item-box:hover .img-box img {
	transform: scale(1.1);
}
.pro-desc-warp .right-box .item-box:hover p {
	color: var(--main-color);
}
.pro-desc-warp .right-box .item-box:hover p:before {
	width: 100%;
}
/*inmglistDesc end*/
/*dlist*/
.news_list-wrap {
	margin-top: 80px;
	margin-bottom: 100px;
}
.news_list-wrap .list-box {
	margin-top: 80px;
	margin-bottom: 50px;
}
.news_list-wrap .list-box .item-box .img-box {
	overflow: hidden;
	position: relative;
}
.news_list-wrap .list-box .item-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.news_list-wrap .list-box .item-box .img-box .time-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: #eee;
	text-align: center;
	padding-top: 20px;
}
.news_list-wrap .list-box .item-box .img-box .time-box span {
	font-size: 30px;
	color: #333;
	line-height: 1.3;
}
.news_list-wrap .list-box .item-box .img-box .time-box p {
	font-size: 14px;
	color: #333;
}
.news_list-wrap .list-box .item-box .txt-box {
	border: 1px solid #eee;
	border-top: none;
	padding-left: 25px;
	padding-right: 25px;
	height: 138px;
	padding-top: 25px;
}
.news_list-wrap .list-box .item-box .txt-box h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}
.news_list-wrap .list-box .item-box .txt-box p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list-wrap .list-box .item-box:hover .img-box img {
	transform: scale(1.1);
}
.news_list-wrap .list-box .item-box:hover .img-box .time-box {
	background: var(--main-color);
}
.news_list-wrap .list-box .item-box:hover .img-box .time-box span,
.news_list-wrap .list-box .item-box:hover .img-box .time-box p {
	color: #fff;
}
.news_list-wrap .list-box .item-box:hover .txt-box h3 {
	color: var(--main-color);
}
/*desc*/
.news_desc-wrap {
	margin-top: 80px;
	margin-bottom: 100px;
	background: #fff;
}
.news_desc-wrap .title-box {
	text-align: center;
	margin-bottom: 60px;
}
.news_desc-wrap .title-box span {
	font-size: 28px;
	color: #333;
}
.news_desc-wrap .title-box p {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}
.news_desc-wrap .title-box p em {
	font-style: normal;
	color: #808080;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.news_desc-wrap .des-box p {
	font-size: 16px;
	color: #4d4948;
	line-height: 1.8;
}
.news_desc-wrap .des-box .img-box {
	max-width: 100%;
}
.news_desc-wrap .des-box .img-box img {
	max-width: 100%;
}
.news_desc-wrap .bottom-box {
	margin-top: 80px;
}
.news_desc-wrap .bottom-box .black-btn {
	display: inline-block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--main-color);
	color: #fff;
	font-size: 16px;
}
.news_desc-wrap .bottom-box .share-box {
	float: right;
}
.news_desc-wrap .bottom-box .share-box #share-2 {
	display: inline-block;
}
.news_desc-wrap .dpages {
	border-top: 1px solid #bfbfbf;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_desc-wrap .dpages a {
	line-height: 65px;
	font-size: 16px;
	display: block;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_desc-wrap .dpages a:hover {
	color: var(--main-color);
}
/*dlist end*/
.link-wrap {
	margin-top: 80px;
	margin-bottom: 100px;
}
.link-wrap .contact-right-box {
	height: 100%;
}
.link-wrap .contact-right-box .txt h3 {
	font-size: 30px;
	color: #333;
	margin-bottom: 55px;
}
.link-wrap .contact-right-box .txt ul li {
	font-size: 20px;
	color: #333;
	padding-left: 42px;
	position: relative;
	margin-bottom: 5px;
}
.link-wrap .contact-right-box .txt ul li img {
	position: absolute;
	left: 0;
	top: 8px;
}
.link-wrap .contact-map-box {
	height: 100%;
}
.link-wrap .session_2 {
	background: url(../img/img_11.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}
.link-wrap .session_2 .title-box {
	margin-bottom: 50px;
	text-align: center;
}
.link-wrap .session_2 .title-box span {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}
.link-wrap .session_2 .centent-box {
	width: 1200px;
	margin: 0 auto;
}
.link-wrap .session_2 .form-box .row {
	margin-left: -10px;
	margin-right: -10px;
}
.link-wrap .session_2 .form-box .row .col-md-6,
.link-wrap .session_2 .form-box .row .col-md-12 {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}
.link-wrap .session_2 .form-box .row .col-md-12 {
	width: 100%;
}
.link-wrap .session_2 .form-box .row input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	background: #fff;
	border-radius: 4px;
}
.link-wrap .session_2 .form-box .row textarea {
	width: 100%;
	font-size: 16px;
	background: #fff;
	border-radius: 4px;
	height: 270px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.6;
	padding-top: 10px;
	border: none;
}
.link-wrap .session_2 .form-box .sub-box {
	height: 45px;
	line-height: 45px;
	background: #fff;
	width: 200px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 4px;
	display: block;
	margin-top: 15px;
	cursor: pointer;
}
/*about*/
.ab_l_box:nth-of-type(even) {
	background-color: #f9f9f9 !important;
}
.ab_l_1 {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.ab_l_1:before {
	position: absolute;
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 15px solid var(--main-color);
	bottom: -45px;
	left: 215px;
}
.ab_l_1 .public-title {
	text-align: left;
}
.ab_l_1 .txt-box {
	position: relative;
	/*width: 850px;*/
	/*float: right;*/
	padding-left: 80px;
}
.ab_l_1 .txt-box:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 270px;
	background: #f7f7f7;
	content: "";
}
.ab_l_1 .txt-box .title {
	margin-bottom: 5px;
}
.ab_l_1 .txt-box .title span {
	font-size: 16px;
	color: #333;
	font-weight: 700;
}
.ab_l_1 .txt-box .title h3 {
	font-size: 28px;
	color: #333;
	line-height: 1.1;
	margin-top: 5px;
}
.ab_l_1 .txt-box .title p {
	font-size: 60px;
	font-weight: 700;
	color: #f7f7f7;
	line-height: 1.1;
}
.ab_l_1 .txt-box .des-box {
	padding-bottom: 30px;
}
.ab_l_1 .txt-box .des-box p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	text-indent: 2em;
}
.ab_l_1 .txt-box .des-box p + p {
	margin-top: .5em;
}
/*品牌故事*/
.ab_l_2 {
	background-color: #f0f0f0;
	padding-top: 75px;
	padding-bottom: 80px;
}
.ab_l_2 .title-box {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin-bottom: 45px;
}
.ab_l_2 .title-box span {
	display: inline-block;
	font-size: 28px;
	color: #333;
	margin-right: 10px;
}
.ab_l_2 .all-box {
	display: flex;
}
.ab_l_2 .all-box .left-box {
	width: 875px;
}
.ab_l_2 .all-box .left-box .item-box {
	position: relative;
	padding-left: 125px;
}
.ab_l_2 .all-box .left-box .item-box .img-box img {
	width: 100%;
	height: 537px;
	object-fit: cover;
}
.ab_l_2 .all-box .left-box .item-box .txt-box {
	position: absolute;
	background-color: #fff;
	z-index: 2;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 425px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
	padding-bottom: 45px;
}
.ab_l_2 .all-box .left-box .item-box .txt-box .title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 24px;
}
.ab_l_2 .all-box .left-box .item-box .txt-box .title h3 {
	font-size: 24px;
	color: var(--main-color);
	margin-bottom: 4px;
}
.ab_l_2 .all-box .left-box .item-box .txt-box .title p {
	font-size: 18px;
	color: #666;
}
.ab_l_2 .all-box .left-box .item-box .txt-box .title:before {
	position: absolute;
	content: "";
	width: 38px;
	height: 1px;
	background-color: var(--main-color);
	bottom: 0;
	left: 0;
}
.ab_l_2 .all-box .right-box {
	width: 385px;
	padding-left: 24px;
}
.ab_l_2 .all-box .right-box .list-box .item-box {
	height: 162px;
	background-color: #fff;
	margin-bottom: 24px;
	padding-left: 94px;
	padding-top: 55px;
	cursor: pointer;
}
.ab_l_2 .all-box .right-box .list-box .item-box:last-child {
	margin-bottom: 0;
}
.ab_l_2 .all-box .right-box .list-box .item-box .icon-box {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.ab_l_2 .all-box .right-box .list-box .item-box .icon-box img {
	filter: brightness(0.5);
}
.ab_l_2 .all-box .right-box .list-box .item-box .txt {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.ab_l_2 .all-box .right-box .list-box .item-box .txt h3 {
	font-size: 24px;
	color: var(--main-color);
	line-height: 1.1;
	margin-bottom: 3px;
}
.ab_l_2 .all-box .right-box .list-box .item-box .txt p {
	font-size: 16px;
	color: var(--main-color);
}
.ab_l_2 .all-box .right-box .list-box .item-box.active {
	background-color: var(--main-color);
}
.ab_l_2 .all-box .right-box .list-box .item-box.active .icon-box img {
	filter: brightness(1000);
}
.ab_l_2 .all-box .right-box .list-box .item-box.active .txt h3,
.ab_l_2 .all-box .right-box .list-box .item-box.active .txt p {
	color: #fff;
}
/*品牌文化*/
.ab_l_3 {
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 90px;
	background: #f9f9f9 url(../img/img_13.jpg) no-repeat center center;
}
.ab_l_3 .centent-box {
	position: relative;
	padding-right: 265px;
	padding-top: 150px;
	padding-bottom: 85px;
}
.ab_l_3 .centent-box:before {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 1px;
	background-color: var(--main-color);
	right: 56px;
}
.ab_l_3 .centent-box .title-box {
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.ab_l_3 .centent-box .title-box .center {
	background-color: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ab_l_3 .centent-box .title-box span {
	font-weight: 700;
	font-size: 16px;
	color: #333;
}
.ab_l_3 .centent-box .title-box h3 {
	font-size: 28px;
	coor: #333;
}
.ab_l_3 .centent-box .txt-box {
	text-align: right;
}
.ab_l_3 .centent-box .txt-box .title {
	margin-bottom: 85px;
}
.ab_l_3 .centent-box .txt-box .title span {
	font-size: 20px;
	color: #333;
}
.ab_l_3 .centent-box .txt-box .title h3 {
	font-size: 26px;
	color: #333;
	margin-top: 5px;
}
.ab_l_3 .centent-box .txt-box .des-box p {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}
.ab_l_4 {
	background: url(../img/img_14.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 98px;
}
.ab_l_4 .title-box {
	text-align: center;
}
.ab_l_4 .title-box p,
.ab_l_4 .title-box h3 {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.ab_l_4 .title-box h3 {
	font-size: 28px;
}
.ab_l_4 .centent-box {
	margin-top: 90px;
}
.ab_l_4 .centent-box .right-box {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
}
.ab_l_4 .centent-box .right-box .li {
	width: 50%;
	padding-left: 55px;
}
.ab_l_4 .centent-box .right-box .li:nth-of-type(n+3) {
	margin-top: 48px;
}
.ab_l_4 .centent-box .right-box .li .icon-box {
	display: inline-block;
	width: 56px;
	height: 56px;
	background: #fff;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	transition: all .3s;
}
.ab_l_4 .centent-box .right-box .li .txt {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.ab_l_4 .centent-box .right-box .li .txt h3 {
	font-size: 16px;
	color: #fff;
}
.ab_l_4 .centent-box .right-box .li .txt p {
	color: #fff;
	font-size: 14px;
}
.ab_l_4 .centent-box .right-box .li:hover .icon-box {
	background-color: var(--sub-color);
}
.ab_l_5 {
	margin-top: 78px;
	margin-bottom: 80px;
}
.ab_l_5 .centent-box {
	width: 1500px;
	height: 590px;
	display: flex;
}
.ab_l_5 .centent-box .left-box {
	position: relative;
	width: 780px;
	padding-left: 70px;
	padding-right: 160px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	padding-top: 55px;
	border-bottom: 3px solid var(--main-color);
	overflow: hidden;
}
.ab_l_5 .centent-box .left-box:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background-color: var(--sub-color);
	border-radius: 50%;
	right: -50px;
	bottom: 120px;
}
.ab_l_5 .centent-box .left-box .title-box {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 40px;
}
.ab_l_5 .centent-box .left-box .title-box span {
	font-size: 16px;
	color: #333;
	font-weight: 700;
}
.ab_l_5 .centent-box .left-box .title-box h3 {
	font-size: 28px;
	color: #333;
	line-height: 1.4;
}
.ab_l_5 .centent-box .left-box .title-box:before {
	position: absolute;
	content: "";
	left: 0;
	width: 55px;
	height: 1px;
	background-color: var(--main-color);
	bottom: 0;
}
.ab_l_5 .centent-box .left-box .des-box p {
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.ab_l_5 .centent-box .left-box .icon-box {
	margin-top: 95px;
}
.ab_l_5 .centent-box .right-box {
	width: 720px;
	height: 100%;
	background: url(../img/img_16.jpg);
	padding-top: 50px;
}
.ab_l_5 .centent-box .right-box .title-box {
	position: relative;
	margin-left: 75px;
}
.ab_l_5 .centent-box .right-box .title-box span {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.ab_l_5 .centent-box .right-box .title-box h3 {
	font-size: 28px;
	color: #fff;
	line-height: 1.4;
}
.ab_l_5 .centent-box .right-box ul {
	font-size: 0;
	text-align: center;
	padding-left: 12px;
}
.ab_l_5 .centent-box .right-box ul li {
	border: 1px solid #fff;
	background-color: #0f1945;
	height: 117px;
	width: 260px;
	display: inline-block;
	padding-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 70px;
}
.ab_l_5 .centent-box .right-box ul li p {
	font-size: 22px;
	color: #fff;
}
.ab_l_5 .centent-box .right-box ul li h3 {
	font-size: 22px;
	color: #fff;
}
/*证书*/
.ab_l_6 {
	/*background-color: #f9f9f9;*/
	padding-top: 80px;
	padding-bottom: 75px;
}
.ab_l_6 .title-box {
	text-align: center;
	margin-bottom: 50px;
}
.ab_l_6 .title-box span {
	font-size: 16px;
	color: #333;
	font-weight: 700;
}
.ab_l_6 .title-box h3 {
	font-size: 28px;
	color: #333;
	line-height: 1.4;
}
.ab_l_6 .item-box {
	border: 1px solid #333;
	padding: 24px;
}
.ab_l_6 .item-box .img-box {
	background-color: #f9f9f9;
	--bs-aspect-ratio: calc(182 / 129 * 100%);
}
.ab_l_6 .item-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ab_l_6 .swiper-pagination {
	position: static;
	margin-top: 50px;
}
.swiper-pagination .swiper-pagination-bullet {
	vertical-align: middle;
}
.swiper-pagination .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background-color: var(--main-color);
}
/*基地*/
.ab_l_7 {
	padding-top: 80px;
	padding-bottom: 75px;
	background: #f9f9f9;
}
.ab_l_7 .title-box {
	text-align: center;
	margin-bottom: 50px;
}
.ab_l_7 .title-box span {
	font-size: 16px;
	color: #333;
	font-weight: 700;
}
.ab_l_7 .title-box h3 {
	font-size: 28px;
	color: #333;
	line-height: 1.4;
}
.ab_l_7 .item-box .img-box {
	background-color: var(--main-color);
}
.ab_l_7 .item-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
}
.ab_l_7 .swiper-slide-active .item-box .img-box img {
	opacity: 1;
}
.ab_l_7 .swiper-button-next {
	background: #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	right: 70px;
}
.ab_l_7 .swiper-button-next:after {
	font-size: 18px;
	color: var(--main-color);
	font-weight: 700;
	vertical-align: middle;
}
/*about end*/
.join-wrap .public-title {
	margin-bottom: 70px;
}
.join-wrap .public-title p,
.join-wrap .public-title h3 {
	color: #333;
}
.join-wrap .jm_1 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.join-wrap .jm_1 .centent-box {
	display: flex;
	height: 530px;
}
.join-wrap .jm_1 .left-box {
	height: 100%;
	width: 55%;
}
.join-wrap .jm_1 .left-box .img-box {
	width: 100%;
	height: 100%;
}
.join-wrap .jm_1 .left-box .img-box img {
	object-fit: cover;
	height: 530px;
}
.join-wrap .jm_1 .right-box {
	width: 45%;
	height: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding-left: 58px;
	padding-right: 80px;
	padding-top: 50px;
}
.join-wrap .jm_1 .right-box .title-box {
	font-size: 28px;
	color: #333;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 40px;
}
.join-wrap .jm_1 .right-box .title-box span {
	font-size: 30px;
	position: relative;
	top: -2px;
}
.join-wrap .jm_1 .right-box .des-box h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
}
.join-wrap .jm_1 .right-box .des-box p {
	font-size: 15px;
	color: #333;
}
.join-wrap .jm_1 .right-box .list-box {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.join-wrap .jm_1 .right-box .list-box .li {
	min-width: 100px;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 50px;
}
.join-wrap .jm_1 .right-box .list-box .li:nth-child(3n) {
	margin-right: 0;
}
.join-wrap .jm_1 .right-box .list-box .li .icon-box {
	height: 70px;
	margin-bottom: 5px;
	overflow: hidden;
}
.join-wrap .jm_1 .right-box .list-box .li .icon-box img {
	height: 100%;
}
.join-wrap .jm_1 .right-box .list-box .li p {
	font-size: 12px;
	color: #333;
}
.join-wrap .jm_1 .right-box .list-box .li.active {
	background-color: var(--main-color);
}
.join-wrap .jm_1 .right-box .list-box .li.active .icon-box img {
	filter: brightness(1000);
	/*background-color: var(--main-color);*/
}
.join-wrap .jm_1 .right-box .list-box .li.active p {
	color: #fff;
}
.join-wrap .jm_2 {
	background: url(../img/img_21.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 78px;
	padding-bottom: 100px;
}
.join-wrap .jm_2 .list-box .item-box {
	background: rgba(255, 255, 255, 0.9);
	height: 125px;
	padding-left: 25px;
	padding-right: 40px;
	padding-top: 30px;
}
.join-wrap .jm_2 .list-box .item-box h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}
.join-wrap .jm_2 .list-box .item-box p {
	font-size: 14px;
	color: #666;
}
.join-wrap .jm_2 .list-box .item-box:hover {
	background-color: var(--main-color);
}
.join-wrap .jm_2 .list-box .item-box:hover h3,
.join-wrap .jm_2 .list-box .item-box:hover p {
	color: #fff;
}
.join-wrap .jm_3 {
	margin-top: 75px;
	background: url(../img/img_23.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 125px;
}
.join-wrap .jm_3 .list-box {
	font-size: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.join-wrap .jm_3 .item-box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 146px;
	height: 146px;
	background-color: var(--sub-color);
	border-radius: 100%;
	padding-top: 35px;
}
.join-wrap .jm_3 .item-box .arr-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35px;
}
.join-wrap .jm_3 .item-box .icon-box {
	height: 54px;
}
.join-wrap .jm_3 .item-box .icon-box img {
	vertical-align: top;
	height: 40px;
}
.join-wrap .jm_3 .item-box p {
	font-size: 16px;
	color: #333;
}
.join-wrap .jm_3 .item-box:hover {
	background-color: var(--main-color);
}
.join-wrap .jm_3 .item-box:hover .icon-box img {
	filter: brightness(1000);
}
.join-wrap .jm_3 .item-box:hover p {
	color: #fff;
}
.join-wrap {
	margin-top: 70px;
}
.join-wrap .public-title p,
.join-wrap .public-title h3 {
	color: #333;
}
.imgList2 {
	padding-top: 70px;
}
.imgList2 .item-box .img-box {
	overflow: hidden;
}
.imgList2 .item-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.imgList2 .item-box p {
	text-align: center;
	line-height: 68px;
	font-size: 16px;
	color: #5a5a5a;
}
.imgList2 .item-box:hover .img-box img {
	transform: scale(1.1);
}
.imgList2 .item-box:hover p {
	color: var(--main-color);
}
@media screen and (max-width: 1800px) {
	.ab_l_1 {
		width: 1300px;
	}
	.ab_l_5 .centent-box {
		width: 1300px;
	}
	.ab_l_5 .centent-box .left-box {
		padding-right: 140px;
	}
	.ab_l_5 .centent-box .left-box {
		width: 700px;
	}
	.ab_l_5 .centent-box .right-box ul li {
		width: 250px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.ab_l_5 .centent-box .right-box {
		width: 600px;
	}
	.ab_l_7 {
		width: 1300px;
	}
	.ab_l_7 .item-box .img-box img {
		height: 550px;
	}
	.join-wrap .jm_1 {
		width: 1300px;
	}
	.join-wrap .jm_1 .left-box {
		width: 700px;
	}
	.join-wrap .jm_1 .left-box .img-box {
		width: 100%;
	}
	.join-wrap .jm_1 .left-box .img-box img {
		width: 100%;
	}
	.join-wrap .jm_1 .right-box {
		width: 600px;
		padding-left: 50px;
	}
	.join-wrap .jm_1 .right-box .des-box {
		width: 530px;
	}
	.join-wrap .jm_1 .right-box .list-box .li {
		margin-right: 50px;
	}
	.join-wrap .jm_3 {
		width: 1300px;
	}
	.join-wrap .jm_3 .item-box .txt-box {
		width: 580px;
	}
	.join-wrap .jm_3 .item-box {
		width: 145px;
		height: 145px;
		padding-top: 24px;
	}
	.join-wrap .jm_5 .centent-box {
		width: 1300px;
	}
	.join-wrap .jm_5 .centent-box .right-box {
		width: 570px;
	}
	.imgList2 .session_1 .centent-box {
		width: 1300px;
	}
}