﻿/** @format */

.i-about .wrap .lf .cont,
.i-tech-container .swiper-slide .cont-box .intro,
.about .wrap .intro,
.respon .wrap .top-box .li .cont .h1 {
	font-family: 'SourceHanSansCN-Medium', 'Noto Sans SC';
	font-weight: 500;
}

.respon .wrap .top-box .li .cont .h2 {
	font-family: 'SourceHanSansCN-Regular', 'Noto Sans SC';
	font-weight: 400;
}

.w1600 {
	width: 83%;
	margin: 0 auto;
	max-width: 1600px;
}

.font42 {
	font-size: 1.05rem;
	line-height: 1;
}

img {
	display: inline-block;
}

.pub-more {
	width: 4.5rem;
	height: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #299580;
	padding: 0 0.7rem 0 0.6rem;
}

.pub-more span {
	color: #5c5a59;
	transition: all 0.3s;
}

.pub-more .arr {
	width: 16px;
	transition: all 0.3s;
}

.pub-more .arr img {
}

.pub-more:hover span {
	transform: translateX(5px);
}

.pub-more:hover .arr {
	transform: translateX(-5px);
}

#index-container .swiper-slide img {
	width: 100%;
}

#index-container .index-pos {
	position: absolute;
	top: 29%;
	left: 8%;
}

#index-container .index-pos .tit {
	font-size: 1.55rem;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 0.75rem;
}

#index-container .index-pos .en-tit {
	color: #ffffff;
	line-height: 1;
	margin-bottom: 2rem;
}

#index-container .swiper-pagination {
	line-height: 1;
	text-align: left;
	padding-left: 8%;
	bottom: 2.85rem;
}

#index-container .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	opacity: 1;
	margin: 0 0.75rem 0 0;
	position: relative;
	background-color: #fff;
	transition: all 0.5s;
}

#index-container .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

#index-container .swiper-pagination .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0;
	transition: all 0.5s;
}

#index-container .swiper-pagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	height: 1px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 0;
	transition: all 0.5s;
}

#index-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #299580;
	margin-right: 2.9rem;
}

#index-container .swiper-pagination .swiper-pagination-bullet-active::after {
	border-color: #299580;
	opacity: 1;
}

#index-container .swiper-pagination .swiper-pagination-bullet-active::before {
	background-color: #299580;
	width: 2.2rem;
}

.foot {
	position: relative;
}

.foot .top {
	background-color: #5c5a59;
	padding: 1.45rem 8% 1.35rem;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.foot .top .nav-box {
	display: flex;
}

.foot .top .nav-box .li {
	margin-right: 2.05rem;
}

.foot .top .nav-box .li:last-child {
	margin-right: 0;
}

.foot .top .nav-box .li a {
	display: block;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 0.45rem;
	transition: all 0.3s;
	opacity: 0.8;
}

.foot .top .nav-box .li a:first-child {
	margin-bottom: 0.75rem;
	opacity: 1;
}

.foot .top .nav-box .li a:last-child {
	margin-bottom: 0;
}

.foot .top .nav-box .li a:hover {
	color: #299580;
}

.foot .top .add-box .li {
	width: 8.4rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0.7rem;
	text-align: right;
}

.foot .top .add-box .li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.foot .top .add-box .li .h1 {
	color: #299580;
	line-height: 1;
	margin-bottom: 4px;
}

.foot .top .add-box .li .h2 {
	color: #ffffff;
	line-height: 1;
	margin-bottom: 6px;
}

.foot .top .add-box .li .h3 {
	color: #ffffff;
	line-height: 1;
}

.foot .btm {
	padding: 0.9rem 8% 1.1rem;
	background-color: #333333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot .btm .lf {
	display: flex;
	align-items: center;
	color: #999;
}

.foot .btm .lf a {
	color: #999999;
	margin-right: 5px;
	line-height: 1;
	transition: all 0.3s;
}

.foot .btm .lf a:hover {
	color: #299580;
}

.foot .btm .lf a span {
	color: #299580;
}

.foot .btm .lf a img {
	display: inline-block;
	margin-right: 3px;
}

.foot .btm .rg a {
	color: rgba(204, 204, 204, 0.3);
	line-height: 1;
	transition: all 0.3s;
}

.foot .btm .rg a:hover {
	color: #299580;
}

.i-about {
	padding: 2.5rem 0;
	position: relative;
	z-index: 10;
}

.i-about .wrap {
	display: flex;
	align-items: stretch;
	margin-bottom: 1.6rem;
}

.i-about .wrap .lf {
	width: 65%;
	margin-right: 0.5%;
	padding: 1.35rem 1.65rem;
}

.i-about .wrap .lf .tit {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.6rem;
}

.i-about .wrap .lf .cont {
	color: #5c5a59;
	line-height: 1.3;
	margin-bottom: 0.5rem;
	font-style: italic;
}

.i-about .wrap .lf .intro {
	color: #fff;
	line-height: 0.75rem;
	height: 3.6rem;
	overflow: hidden;
	margin-bottom: 0.75rem;
}

.i-about .wrap .lf .more {
	background-color: #5c5a59;
}

.i-about .wrap .lf .more span {
	color: #fff;
}

.i-about .wrap .rg {
	width: 34.5%;
}

.i-about .wrap .rg img,
.i-about .wrap .rg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i-about .num-box {
	display: flex;
}

.i-about .num-box .li {
	width: 33.33%;
	height: 3.5rem;
	border-right: 1px solid rgba(92, 90, 89, 0.25);
	padding-top: 1rem;
}

.i-about .num-box .li:last-child {
	border-right: none;
}

.i-about .num-box .li .ctr-box {
	width: max-content;
	margin: 0 auto;
}

.i-about .num-box .li .num {
	display: flex;
	align-items: flex-end;
}

.i-about .num-box .li .num p {
	color: #5c5a59;
	font-weight: bold;
	line-height: 1;
	font-style: italic;
	font-size: 1.8rem;
	margin-right: 6px;
	transition: all 0.3s;
}

.i-about .num-box .li .num span {
	line-height: 1;
	color: #5c5a59;
	transition: all 0.3s;
}

.i-about .num-box .li .tit {
	color: rgba(92, 90, 89, 0.5);
	font-weight: bold;
	font-style: italic;
	transition: all 0.3s;
}

.i-about .num-box .li:hover .num p,
.i-about .num-box .li:hover .num span {
	color: #299580;
}

.i-about .num-box .li:hover .tit {
	color: #299580;
}

.i-video {
	width: 100%;
	position: relative;
	height: 300vh;
}

.i-video img {
	width: 100%;
}

.i-video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2rem;
	cursor: pointer;
}

.i-video .scroll-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/* background-color: #F7F7F7; */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
}

.i-video .scroll-logo img {
	width: auto;
}

.i-video .scroll-logo svg {
	width: auto;
}

.i-video .bg-img {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: relative;
}

.i-video .bg-img img,
.i-video .bg-img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i-video.fixed .scroll-logo {
	position: fixed;
}

.i-video.fixed .bg-img {
	position: fixed;
}

.i-pro {
	padding: 2.5rem 0;
	background-color: #f8f8f8;
	position: relative;
	z-index: 10;
}

.i-pro .wrap {
	position: relative;
}

.i-pro .wrap .tit {
	color: #5c5a59;
	font-weight: bold;
	margin-bottom: 5.5rem;
}

.i-pro .wrap .intro {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
}

.i-pro .wrap .cont {
	color: #999999;
	width: 15.5rem;
	line-height: 1.8;
	margin-bottom: 0.8rem;
	text-align: right;
}

.i-pro .wrap .tab {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.i-pro .wrap .tab span {
	width: 4.5rem;
	height: 1.3rem;
	line-height: 1.3rem;
	position: relative;
	padding-left: 0.75rem;
	background-color: #5c5a59;
	color: #ffffff;
	margin-right: 0.5rem;
	cursor: pointer;
	transition: all 0.3s;
}

.i-pro .wrap .tab span:last-child {
	margin-right: 0;
}

.i-pro .wrap .tab span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.75rem;
	transform: translateY(-50%);
	border-left: 6px solid #fff;
	border-top: 5.5px solid transparent;
	border-bottom: 5.5px solid transparent;
	transition: all 0.3s;
}

.i-pro .wrap .tab span.cur,
.i-pro .wrap .tab span:hover {
	background-color: #299580;
	color: #fbf3f3;
}

.i-pro .wrap .tab span.cur::after,
.i-pro .wrap .tab span:hover::after {
	border-left-color: #fbf3f3;
}

.i-pro .wrap .tab span.cur::after {
	transform: translateY(-50%) rotate(90deg);
}

.i-pro .wrap .swiper-box {
	position: relative;
}

.i-pro .wrap .swiper-box .swiper-container {
	overflow: inherit;
}

.i-pro .wrap .swiper-box .swiper-wrapper {
	align-items: flex-end;
}

.i-pro .wrap .swiper-box .swiper-button-next,
.i-pro .wrap .swiper-box .swiper-button-prev {
	width: 1.25rem;
	height: 1.25rem;
	background-color: #5c5a59;
	color: #fff;
	transition: all 0.3s;
}

.i-pro .wrap .swiper-box .swiper-button-next:hover,
.i-pro .wrap .swiper-box .swiper-button-prev:hover {
	background-color: #299580;
}

.i-pro .wrap .swiper-box .swiper-button-next::after,
.i-pro .wrap .swiper-box .swiper-button-prev::after {
	font-size: 0.5rem;
}

.i-pro .wrap .swiper-box .swiper-button-prev {
	left: -2rem;
}

.i-pro .wrap .swiper-box .swiper-button-next {
	right: -2rem;
}

.i-pro .wrap .swiper-box .swiper-slide {
	width: 26.25%;
	height: 12.5rem;
	background-color: #fff;
	margin-right: 1.25rem;
}

.i-pro .wrap .swiper-box .swiper-slide:last-child {
	margin-right: 0;
}

.i-pro .wrap .swiper-box .swiper-slide:last-child {
	margin-right: 0;
}

.i-pro .wrap .swiper-box .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12.5rem;
	background-color: #299580;
	opacity: 0;
	z-index: -1;
}

.i-pro .wrap .swiper-box .swiper-slide .pic {
	width: 100%;
	min-height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.i-pro .wrap .swiper-box .swiper-slide .pic img {
	width: 80%;
	max-width: 100%;
}

.i-pro .wrap .swiper-box .swiper-slide .h1 {
	color: #299580;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3rem;
}

.i-pro .wrap .swiper-box .swiper-slide .h2 {
	color: #5c5a59;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.6rem;
}

.i-pro .wrap .swiper-box .swiper-slide .h3 {
	color: #5c5a59;
	line-height: 1.6;
	opacity: 0;
}

.i-pro .wrap .swiper-box .swiper-slide .h3 a {
	color: #5c5a59;
	transition: all 0.3s;
}

.i-pro .wrap .swiper-box .swiper-slide .h3 a:hover {
	color: #fff;
}

.i-pro .wrap .swiper-box .swiper-slide .arr {
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5c5a59;
	opacity: 0;
}

.i-pro .wrap .swiper-box .swiper-slide .arr img {
	max-width: 100%;
	transition: all 0.3s;
}

.i-pro .wrap .swiper-box .swiper-slide .arr:hover img {
	transform: translateX(5px);
}

/* .i-pro .wrap .swiper-box .swiper-slide-next {
  margin: 0 .5rem;
} */

.i-pro .wrap .swiper-box .swiper-slide.cur {
	width: 40%;
	height: auto;
	padding-bottom: 0.5rem;
	background-color: transparent;
	/* margin-right: 1.25rem; */
}

.i-pro .wrap .swiper-box .swiper-slide.cur::after {
	opacity: 1;
}

.i-pro .wrap .swiper-box .swiper-slide.cur .pic {
	position: absolute;
	left: 0;
	bottom: 4.55rem;
}
@media screen and (max-width: 1600px) {
	.i-pro .wrap .swiper-box .swiper-slide .pic img {
		width: 70%;
	}
	.i-pro .wrap .swiper-box .swiper-slide.cur .pic {
		bottom: 5.55rem;
	}
}
.i-pro .wrap .swiper-box .swiper-slide.cur .h1 {
	color: #fff;
	text-align: left;
	padding-left: 1.9rem;
}

.i-pro .wrap .swiper-box .swiper-slide.cur .h2 {
	text-align: left;
	padding-left: 1.9rem;
}

.i-pro .wrap .swiper-box .swiper-slide.cur .h3 {
	padding-left: 1.9rem;
	opacity: 1;
	position: relative;
	z-index: 5;
}

.i-pro .wrap .swiper-box .swiper-slide.cur .arr {
	opacity: 1;
}

.i-tech-container {
	z-index: 10 !important;
	background-color: #fff;
}

.i-tech-container .swiper-pagination-bullet {
	background: #fff;
}

.i-tech-container .swiper-pagination-bullet-active {
	background: #299580;
}

.i-tech-container .swiper-slide {
	width: 33.33%;
}

.i-tech-container .swiper-slide img {
}

.i-tech-container .swiper-slide .cont-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 5.5rem 0.5rem 0.5rem;
	transition: all 0.5s ease-in-out;
}

.i-tech-container .swiper-slide .cont-box .tit {
	color: #ffffff;
	text-align: center;
	margin-bottom: 1.45rem;
}

.i-tech-container .swiper-slide .cont-box .icon {
	width: 1.7rem;
	margin: 0 auto 0.8rem;
	position: relative;
}

.i-tech-container .swiper-slide .cont-box .icon img {
	max-width: 100%;
	margin: 0 auto;
}

.i-tech-container .swiper-slide .cont-box .sub {
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1rem;
	opacity: 0;
	transform: translateY(0.5rem);
	cursor: default;
}

.i-tech-container .swiper-slide .cont-box .intro {
	color: #fff;
	line-height: 1.5;
	width: 58%;
	margin: 0 auto 1.8rem;
	text-align: center;
	opacity: 0;
	transform: translateY(0.5rem);
	cursor: default;
	font-style: italic;
}

.i-tech-container .swiper-slide .cont-box .more {
	margin: 0 auto;
	background-color: #fff;
	opacity: 0;
	transform: translateY(0.5rem);
}

.i-tech-container .swiper-slide .cont-box .more span {
	color: #299580;
}

.i-tech-container .swiper-slide:hover .cont-box {
	background-color: rgba(41, 149, 128, 0.5);

	padding-top: 3.8rem;
}

.i-tech-container .swiper-slide:hover .cont-box .tit {
	transform: translateY(-0.5rem);
	opacity: 0;
	margin-bottom: 0;
	transition: all 0.5s ease-in-out;
}

.i-tech-container .swiper-slide:hover .cont-box .icon .normal-block {
	opacity: 0;
}

.i-tech-container .swiper-slide:hover .cont-box .icon .hover-block {
	opacity: 1;
}

.i-tech-container .swiper-slide:hover .cont-box .sub {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s 0.2s ease-in-out;
}

.i-tech-container .swiper-slide:hover .cont-box .intro {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s 0.3s ease-in-out;
}

.i-tech-container .swiper-slide:hover .cont-box .more {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s 0.4s ease-in-out;
}

.i-lead {
	position: relative;
	z-index: 10;
	padding: 2.5rem 0 2.2rem;
	background-color: #fff;
}

.i-lead .tit {
	font-weight: bold;
	color: #5c5a59;
	margin-bottom: 1.25rem;
	padding-left: 8%;
}

.i-lead .li-wrap {
	width: 100%;
	display: flex;
	overflow: hidden;
}

.i-lead .li-wrap .li {
	width: 3.5rem;
	height: 14rem;
	margin-right: 5px;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.i-lead .li-wrap .li .slidown-img {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.i-lead .li-wrap .li .sliup-img {
	opacity: 0;
}

.i-lead .li-wrap .li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i-lead .li-wrap .li:last-child {
	margin-right: 0;
}

.i-lead .li-wrap .li.cur {
	width: 54%;
}

.i-lead .li-wrap .li.cur .slidown-img {
	opacity: 0;
}

.i-lead .li-wrap .li.cur .sliup-img {
	opacity: 1;
}

.i-lead .li-wrap .li.cur .mouth {
	opacity: 0;
	transform: translateY(-0.5rem);
}

.i-lead .li-wrap .li.cur > p {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s 0.25s ease-in-out;
}

.i-lead .li-wrap .li .mouth {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(251, 196, 0, 0.85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
}

.i-lead .li-wrap .li .mouth p {
	color: #5c5a59;
	line-height: 1;
	margin-bottom: 0.4rem;
}

.i-lead .li-wrap .li .mouth span {
	color: #5c5a59;
	line-height: 1;
}

.i-lead .li-wrap .li > p {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #299580;
	font-weight: 500;
	background-color: rgba(92, 90, 89, 0.95);
	width: 100%;
	height: 1.65rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	padding: 0 0.9rem;
	opacity: 0;
	transform: translateY(100%);
}

.i-lead .i-lead-container .swiper-button-prev,
.i-lead .i-lead-container .swiper-button-next {
	width: 1.25rem;
	height: 1.25rem;
	background-color: #5c5a59;
	color: #fff;
}

.i-lead .i-lead-container .swiper-button-prev::after,
.i-lead .i-lead-container .swiper-button-next::after {
	font-size: 0.5rem;
}

.i-lead .i-lead-container .swiper-slide {
	width: 3.5rem;
	height: 14rem;
	margin-right: 5px;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.i-lead .i-lead-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i-lead .i-lead-container .swiper-slide:last-child {
	margin-right: 0;
}

.i-lead .i-lead-container .swiper-slide.cur {
	width: 54%;
}

.i-lead .i-lead-container .swiper-slide.cur .mouth {
	opacity: 0;
	transform: translateY(-0.5rem);
}

.i-lead .i-lead-container .swiper-slide.cur > p {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s 0.25s ease-in-out;
}

.i-lead .i-lead-container .swiper-slide .mouth {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(251, 196, 0, 0.85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
}

.i-lead .i-lead-container .swiper-slide .mouth p {
	color: #5c5a59;
	line-height: 1;
	margin-bottom: 0.4rem;
}

.i-lead .i-lead-container .swiper-slide .mouth span {
	color: #5c5a59;
	line-height: 1;
}

.i-lead .i-lead-container .swiper-slide > p {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #299580;
	font-weight: 500;
	background-color: rgba(92, 90, 89, 0.95);
	width: 100%;
	height: 1.65rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	padding: 0 0.9rem;
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.5s 0.25s ease-in-out;
}

.i-news {
	position: relative;
	z-index: 10;
	padding-bottom: 4rem;
	background-color: #fff;
}

.i-news .wrap {
	position: relative;
}

.i-news .wrap .tit {
	color: #5c5a59;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 1.3rem;
}

.i-news .wrap .box {
	display: flex;
}

.i-news .wrap .box .lf {
	width: 42.5%;
	margin-right: 1.4rem;
}

.i-news .wrap .box .lf .pic {
	width: 100%;
	height: 8rem;
	margin-bottom: 0.95rem;
	overflow: hidden;
}

.i-news .wrap .box .lf .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.i-news .wrap .box .lf .h1 {
	color: #5c5a59;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0.45rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.i-news .wrap .box .lf .cont {
	color: #999999;
	line-height: 0.6rem;
	max-height: 1.2rem;
	overflow: hidden;
	margin-bottom: 0.65rem;
}

.i-news .wrap .box .lf .time {
	display: flex;
}

.i-news .wrap .box .lf .time span {
	color: #cccccc;
	font-weight: bold;
	line-height: 1;
	padding-right: 0.3rem;
	margin-right: 0.3rem;
	border-right: 1px solid #cccccc;
}

.i-news .wrap .box .lf .time p {
	color: #299580;
	font-weight: bold;
	line-height: 1;
}

.i-news .wrap .box .lf:hover .pic img {
	transform: scale(1.1);
}

.i-news .wrap .box .lf:hover .h1 {
	color: #299580;
}

.i-news .wrap .box .rg {
	width: calc(57.5% - 1.4rem);
}

.i-news .wrap .box .rg .li {
	width: 100%;
	display: flex;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(92, 90, 89, 0.1);
}

.i-news .wrap .box .rg .li:first-child {
	border-top: 1px solid rgba(92, 90, 89, 0.1);
}

.i-news .wrap .box .rg .li .pic {
	width: 5rem;
	margin-right: 1rem;
	overflow: hidden;
}

.i-news .wrap .box .rg .li .pic img {
	width: 100%;
	transition: all 0.3s;
}

.i-news .wrap .box .rg .li .intro {
	width: calc(100% - 6rem);
	padding-top: 0.4rem;
}

.i-news .wrap .box .rg .li .intro .h1 {
	color: #5c5a59;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
	transition: all 0.3s;
}

.i-news .wrap .box .rg .li .intro .cont {
	color: #5c5a59;
	line-height: 0.6rem;
	min-height: 1.2rem;
	overflow: hidden;
}

.i-news .wrap .box .rg .li .intro .time {
	display: flex;
	align-items: center;
}

.i-news .wrap .box .rg .li .intro .time span {
	color: #cccccc;
	font-weight: bold;
	line-height: 1;
	padding-right: 0.3rem;
	margin-right: 0.3rem;
	border-right: 1px solid #cccccc;
}

.i-news .wrap .box .rg .li .intro .time p {
	color: rgba(51, 51, 51, 0.5);
	font-weight: bold;
	line-height: 1;
}

.i-news .wrap .box .rg .li:hover .pic img {
	transform: scale(1.1);
}

.i-news .wrap .box .rg .li:hover .intro .h1 {
	color: #299580;
}

.i-news .wrap .more {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #5c5a59;
}

.i-news .wrap .more span {
	color: #299580;
}

.about {
	padding: 2.3rem 0 2.2rem;
}

.about .wrap > .tit {
	color: #5c5a59;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 0.6rem;
	text-align: center;
}

.about .wrap .intro {
	color: #5c5a59;
	line-height: 1.3;
	font-style: italic;
	text-align: center;
	margin-bottom: 0.8rem;
}

.about .wrap .cont {
	color: #666666;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 0.9rem;
}

.about .wrap .pic {
	width: 100%;
	margin-bottom: 1.75rem;
	overflow: hidden;
}

.about .wrap .pic img {
	width: 100%;
	transition: all 0.3s;
}

.about .wrap .pic:hover img {
	transform: scale(1.1);
}

.about .wrap .num-box {
	display: flex;
	margin-bottom: 2rem;
}

.about .wrap .num-box .li {
	width: 33.33%;
	height: 3.5rem;
	border-right: 1px solid rgba(92, 90, 89, 0.25);
	padding-top: 1rem;
}

.about .wrap .num-box .li:last-child {
	border-right: none;
}

.about .wrap .num-box .li .ctr-box {
	width: max-content;
	margin: 0 auto;
}

.about .wrap .num-box .li .num {
	display: flex;
	align-items: flex-end;
}

.about .wrap .num-box .li .num p {
	color: #5c5a59;
	font-weight: bold;
	line-height: 1;
	font-style: italic;
	font-size: 1.8rem;
	margin-right: 6px;
	transition: all 0.3s;
}

.about .wrap .num-box .li .num span {
	line-height: 1;
	color: #5c5a59;
	transition: all 0.3s;
}

.about .wrap .num-box .li .tit {
	color: rgba(92, 90, 89, 0.5);
	font-weight: bold;
	font-style: italic;
	transition: all 0.3s;
}

.about .wrap .num-box .li:hover .num p,
.about .wrap .num-box .li:hover .num span {
	color: #299580;
}

.about .wrap .num-box .li:hover .tit {
	color: #299580;
}

.about .wrap .li-wrap .li {
	overflow: hidden;
	background-color: rgba(102, 102, 102, 0.05);
}

.about .wrap .li-wrap .li .img {
	float: left;
	width: 50%;
	overflow: hidden;
}

.about .wrap .li-wrap .li .img img {
	width: 100%;
	transition: all 0.3s;
}

.about .wrap .li-wrap .li .box {
	width: 50%;
	float: right;
	padding: 2.6rem 2.6rem 0.5rem;
}

.about .wrap .li-wrap .li .box .h1 {
	color: #5c5a59;
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 1.2rem;
	font-weight: 500;
	transition: all 0.3s;
}

.about .wrap .li-wrap .li .box .h2 {
	color: #666666;
	line-height: 1.8;
}

.about .wrap .li-wrap .li:nth-child(2n) {
	background-color: transparent;
}

.about .wrap .li-wrap .li:nth-child(2n) .img {
	float: right;
}

.about .wrap .li-wrap .li:hover .img img {
	transform: scale(1.1);
}

.about .wrap .li-wrap .li:hover .box .h1 {
	color: #299580;
}

.honor {
	padding: 2.35rem 0 2.7rem;
}

.honor .wrap .tit {
	color: #5c5a59;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.7rem;
}

.honor .wrap .li {
	margin-bottom: 1.6rem;
}

.honor .wrap .li:last-child {
	margin-bottom: 0;
}

.honor .wrap .li > .h1 {
	color: #5c5a59;
	line-height: 1;
	font-size: 0.8rem;
	padding-top: 0.7rem;
	border-top: 1px solid #5c5a59;
	position: relative;
	margin-bottom: 1rem;
}

.honor .wrap .li > .h1::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 5rem;
	height: 2px;
	background-color: #299580;
}

.honor .wrap .li .top {
	display: flex;
	margin-bottom: 0.5rem;
}

.honor .wrap .li .top .honor-container {
	width: 49%;
	height: 10.3rem;
	margin-right: 2%;
	border: 2px solid #299580;
}

.honor .wrap .li .top .honor-container .swiper-pagination {
	bottom: 37.5%;
	line-height: 1;
	text-align: left;
	padding-left: 1rem;
}

.honor
	.wrap
	.li
	.top
	.honor-container
	.swiper-pagination
	.swiper-pagination-bullet {
	width: 0.25rem;
	height: 0.25rem;
	background: #5c5a59;
	opacity: 1;
	margin: 0 6px;
}

.honor
	.wrap
	.li
	.top
	.honor-container
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background: #fff;
}

.honor .wrap .li .top .honor-container .swiper-slide {
	display: flex;
}

.honor .wrap .li .top .honor-container .swiper-slide .cont {
	width: 52%;
	height: 100%;
	background-color: #299580;
	padding: 1rem 1.5rem 0.5rem 0.95rem;
}

.honor .wrap .li .top .honor-container .swiper-slide .cont div {
	color: #5c5a59;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

.honor .wrap .li .top .honor-container .swiper-slide .cont p {
	line-height: 1;
	color: rgba(92, 90, 89, 0.5);
}

.honor .wrap .li .top .honor-container .swiper-slide .pic {
	width: 48%;
	padding: 0.5rem 0;
	text-align: center;
	overflow: hidden;
}

.honor .wrap .li .top .honor-container .swiper-slide .pic img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin: 0 auto;
	transition: all 0.3s;
}

.honor .wrap .li .top .honor-container .swiper-slide .pic:hover img {
	transform: scale(1.1);
}

.honor .wrap .li .top .rg {
	width: 49%;
	height: 10.3rem;
	display: flex;
}

.honor .wrap .li .top .rg .list {
	width: 48%;
	margin-right: 4%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.7rem 1rem 1rem 0.8rem;
	overflow: hidden;
}

.honor .wrap .li .top .rg .list:nth-child(2n) {
	margin-right: 0;
}

.honor .wrap .li .top .rg .list .h1 {
	color: #5c5a59;
	line-height: 1.3;
	margin-bottom: 0.3rem;
	transition: all 0.3s;
}

.honor .wrap .li .top .rg .list .h2 {
	line-height: 1;
	color: rgba(92, 90, 89, 0.55);
	margin-bottom: 0.5rem;
}

.honor .wrap .li .top .rg .list .pic {
	width: 80%;
	height: 78%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.honor .wrap .li .top .rg .list .pic img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	margin: 0 auto;
	transition: all 0.3s;
}

.honor .wrap .li .top .rg .list:hover .h1 {
	color: #299580;
}

.honor .wrap .li .top .rg .list:hover .pic img {
	transform: scale(1.1);
}

.honor .wrap .li .box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.honor .wrap .li .box .list {
	width: 23.5%;
	height: 10.3rem;
	margin-right: 2%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.7rem 0.9rem 1rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
}

.honor .wrap .li .box .list:nth-child(4n) {
	margin-right: 0;
}

.honor .wrap .li .box .list .h1 {
	color: #5c5a59;
	line-height: 0.6rem;
	/* max-height: 1.2rem; */
	overflow: hidden;
	margin-bottom: 0.3rem;
	transition: all 0.3s;
}

.honor .wrap .li .box .list .h2 {
	line-height: 1;
	color: rgba(92, 90, 89, 0.55);
	margin-bottom: 0.5rem;
}

.honor .wrap .li .box .list .pic {
	width: 80%;
	height: calc(100% - 2rem);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.honor .wrap .li .box .list .pic img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}

.honor .wrap .li .box .list:hover .h1 {
	color: #299580;
}

.honor .wrap .li .box .list:hover .pic img {
	transform: scale(1.1);
}

.honor .wrap .li .more {
	width: 4.5rem;
	height: 1.3rem;
	background-color: #5c5a59;
	line-height: 1.3rem;
	text-align: center;
	color: #299580;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.3s;
}

.honor .wrap .li .more:hover {
	background-color: #299580;
	color: #fff;
}

.cultrue {
	padding: 2.3rem 0 10px;
}

.cultrue .tit {
	color: #5c5a59;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5rem;
}

.cultrue .li-wrap .li {
	margin-bottom: 10px;
	position: relative;
}

.cultrue .li-wrap .li:last-child {
	margin-bottom: 0;
}

.cultrue .li-wrap .li img {
	width: 100%;
}

.cultrue .li-wrap .li .pos-cont {
	position: absolute;
	top: 2.6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}

.cultrue .li-wrap .li .pos-cont .h1 {
	color: #ffffff;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	margin-bottom: 1.35rem;
	transition: all 0.3s;
}

.cultrue .li-wrap .li .pos-cont .h2 {
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 1.6rem;
}

.cultrue .li-wrap .li .pos-cont .icon {
	width: 1.8rem;
	margin: 0 auto;
	transition: all 0.3s;
}

.cultrue .li-wrap .li .pos-cont .icon img {
	max-width: 100%;
	margin: 0 auto;
}

.cultrue .li-wrap .li:hover .pos-cont .h1 {
	color: #299580;
}

.cultrue .li-wrap .li:hover .pos-cont .icon {
	transform: translateY(-0.5rem);
}

.respon {
	padding: 2.35rem 0 2.5rem;
}

.respon .tit {
	color: #5c5a59;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.7rem;
}

.respon .wrap .top-box .li {
	overflow: hidden;
	margin-bottom: 2.9rem;
}

.respon .wrap .top-box .li:last-child {
	margin-bottom: 0;
}

.respon .wrap .top-box .li .cont {
	width: 55%;
	float: left;
	border-top: 1px solid #5c5a59;
	position: relative;
	padding: 1.35rem 2rem 0 0;
}

.respon .wrap .top-box .li .cont::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 5rem;
	height: 2px;
	background-color: #299580;
}

.respon .wrap .top-box .li .cont .h1 {
	color: #5c5a59;
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 1rem;
	transition: all 0.3s;
}

.respon .wrap .top-box .li .cont .h2 {
	color: #666666;
	line-height: 1.8;
	font-size: 13px;
}

.respon .wrap .top-box .li .pic {
	width: 45%;
	float: right;
	overflow: hidden;
}

.respon .wrap .top-box .li .pic img {
	width: 100%;
	transition: all 0.3s;
}

.respon .wrap .top-box .li:nth-child(2n) .cont {
	float: right;
	padding: 1.35rem 0 0 2rem;
}

.respon .wrap .top-box .li:nth-child(2n) .cont::after {
	right: 0;
	width: 10rem;
	left: auto;
}

.respon .wrap .top-box .li:hover .cont .h1 {
	color: #299580;
}

.respon .wrap .top-box .li:hover .pic img {
	transform: scale(1.1);
}

.respon .wrap .swiper-box {
	background-color: #f7f7f7;
	padding: 2rem 2.5rem 2.75rem;
	position: relative;
}

.respon .wrap .swiper-box .swiper-button-prev,
.respon .wrap .swiper-box .swiper-button-next {
	width: 1.25rem;
	height: 1.25rem;
	background-color: #5c5a59;
	top: 2.5rem;
	color: #fff;
	margin-top: 0;
	opacity: 1;
	transition: all 0.3s;
}

.respon .wrap .swiper-box .swiper-button-prev::after,
.respon .wrap .swiper-box .swiper-button-next::after {
	font-size: 0.5rem;
}

.respon .wrap .swiper-box .swiper-button-prev:hover,
.respon .wrap .swiper-box .swiper-button-next:hover {
	background-color: #299580;
	color: #5c5a59;
}

.respon .wrap .swiper-box .swiper-button-prev {
	left: 2.5rem;
}

.respon .wrap .swiper-box .swiper-button-next {
	right: 2.5rem;
}

.respon .wrap .swiper-box .respon-container::after {
	content: '';
	position: absolute;
	top: 0.8rem;
	left: 0;
	width: 100%;
	height: 0.9rem;
	background-image: url(../image/43.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.respon .wrap .swiper-box .respon-container .swiper-slide {
	width: 14%;
	margin-right: 3.2%;
}

.respon .wrap .swiper-box .respon-container .swiper-slide:last-child {
	margin-right: 0;
}

.respon .wrap .swiper-box .respon-container .swiper-slide .year {
	color: #5c5a59;
	line-height: 1;
	text-align: center;
	margin-bottom: 0.6rem;
}

.respon .wrap .swiper-box .respon-container .swiper-slide .line {
	width: 14px;
	margin: 0 auto;
	position: relative;
}

.respon .wrap .swiper-box .respon-container .swiper-slide .line img {
	width: 100%;
}

.respon .wrap .swiper-box .respon-container .swiper-slide .box {
	width: 100%;
	position: relative;
}

.respon .wrap .swiper-box .respon-container .swiper-slide .box img {
	width: 100%;
}

.respon .wrap .swiper-box .respon-container .swiper-slide .box .intro {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 0.8rem 0.6rem;
}

.respon .wrap .swiper-box .respon-container .swiper-slide .box .intro .h1 {
	color: #000000;
	line-height: 1;
	margin-bottom: 0.4rem;
}

.respon .wrap .swiper-box .respon-container .swiper-slide .box .intro .h2 {
	color: #000000;
	line-height: 1.8em;
	max-height: 7.2em;
	overflow-y: auto;
}

.respon
	.wrap
	.swiper-box
	.respon-container
	.swiper-slide
	.box
	.intro
	.h2::-webkit-scrollbar {
	width: 3px;
}

.respon .wrap .swiper-box .respon-container .swiper-slide:hover .normal-block {
	opacity: 0;
}

.respon .wrap .swiper-box .respon-container .swiper-slide:hover .hover-block {
	opacity: 1;
}

.product {
	padding: 2.8rem 0 10px;
}

.product .tit {
	color: #5c5a59;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.6rem;
}

.product .intro {
	color: #666666;
	line-height: 1.8;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 2.2rem;
}

.product .pro-container {
	margin-bottom: 2.5rem;
}

.product .pro-container .swiper-button-next,
.product .pro-container .swiper-button-prev {
	width: 1.25rem;
	height: 1.25rem;
	background-color: #5c5a59;
	color: #fff;
	transition: all 0.3s;
}

.product .pro-container .swiper-button-next::after,
.product .pro-container .swiper-button-prev::after {
	font-size: 0.5rem;
}

.product .pro-container .swiper-button-next:hover,
.product .pro-container .swiper-button-prev:hover {
	background-color: #299580;
	color: #5c5a59;
}

.product .pro-container .swiper-button-prev {
	left: 12%;
}

.product .pro-container .swiper-button-next {
	right: 12%;
}

.product .pro-container .swiper-slide {
	width: 62.5%;
	height: 15.5rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
	margin: 0 1rem;
	padding-top: 0.75rem;
}

.product .pro-container .swiper-slide p {
	color: #5c5a59;
	line-height: 1;
	margin-bottom: 1.3rem;
	text-align: center;
}

.product .pro-container .swiper-slide div {
	width: 75%;
	max-height: 70%;
	margin: 0 auto;
	overflow: hidden;
}

.product .pro-container .swiper-slide div img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	margin: 0 auto;
	transition: all 0.3s;
}

.product .pro-container .swiper-slide-active {
	background-color: #fff;
}

.product .pro-container .swiper-slide:hover div img {
	transform: scale(1.1);
}

.product .li-wrap .li {
	display: flex;
	justify-content: center;
	height: max-content;
	background-color: #f8f8f8;
	padding: 0 15%;
}

.product .li-wrap .li .pic {
	width: 40%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.product .li-wrap .li .pic img {
	max-width: 100%;
	margin: 0 auto;
	transition: all 0.3s;
}

.product .li-wrap .li .box {
	width: 60%;
	height: 100%;
	padding: 1rem 0;
}

.product .li-wrap .li .box .h1 {
	color: #5c5a59;
	line-height: 1;
	font-size: 0.8rem;
	margin-bottom: 0.7rem;
}

.product .li-wrap .li .box .cont {
	color: #5c5a59;
	line-height: 1.8;
	margin-bottom: 0.8rem;
}

.product .li-wrap .li .box .more-box {
	display: flex;
	flex-wrap: wrap;
	width: 71%;
}

.product .li-wrap .li .box .more-box a {
	min-width: 32%;
	height: 1.3rem;
	line-height: 1.3rem;
	margin-right: 2%;
	background-color: #5c5a59;
	position: relative;
	color: #fff;
	padding: 0 0.9rem 0 0.75rem;
	margin-bottom: 10px;
	transition: all 0.3s;
}

/* .product .li-wrap .li .box .more-box a:nth-child(3n) {
  margin-right: 0;
} */

.product .li-wrap .li .box .more-box a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translateY(-50%);
	border-left: 6px solid #fff;
	border-top: 5.5px solid transparent;
	border-bottom: 5.5px solid transparent;
	transition: all 0.3s;
}

.product .li-wrap .li .box .more-box a:hover {
	background-color: #299580;
	color: #333333;
}

.product .li-wrap .li .box .more-box a:hover::after {
	border-left-color: #333333;
}

.product .li-wrap .li:nth-child(2n) {
	background-color: #fff;
}

.product .li-wrap .li:hover .pic img {
	transform: scale(1.1);
}

.info-nav {
	margin-top: 0.3rem;
	border-bottom: 1px solid rgba(92, 90, 89, 0.2);
	margin-bottom: 0.75rem;
}

.info-nav .swiper-wrapper {
	justify-content: center;
}

.info-nav .swiper-slide {
	width: max-content;
	padding: 0.7rem 0.3rem;
	margin-right: 1.5rem;
	color: #5c5a59;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	transition: all 0.3s;
}

.info-nav .swiper-slide:last-child {
	margin-right: 0;
}

.info-nav .swiper-slide::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #299580;
	width: 0;
	transition: all 0.3s;
}

.info-nav .swiper-slide.cur {
	color: #299580;
}

.info-nav .swiper-slide.cur::after {
	width: 100%;
}

.info-nav .swiper-slide:hover::after {
	width: 100%;
}

.product-info {
	margin-bottom: 2.45rem;
}

.product-info .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 1rem;
}

.product-info .top .tit .name {
	color: #5c5a59;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 0.5rem;
}

.product-info .top .tit .link-box {
	position: relative;
	/* padding-right: 1.35rem; */
	z-index: 10;
}

.product-info .top .tit .link-box::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 10px solid #5c5a59;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	pointer-events: none;
	transition: all 0.3s;
}

.product-info .top .tit .link-box > p {
	color: #299580;
	font-size: 1rem;
	line-height: 1;
	padding-right: 1.35rem;
	cursor: pointer;
}

.product-info .top .tit .link-box .change {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	display: none;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-info .top .tit .link-box .change a {
	display: block;
	line-height: 1rem;
	height: 1rem;
	color: #5c5a59;
	background-color: #f5f5f5;
	padding-left: 0.5rem;
	transition: all 0.3s;
}

.product-info .top .tit .link-box .change a:nth-child(2n) {
	background-color: #fff;
}

.product-info .top .tit .link-box .change a:hover {
	color: #299580;
}

.product-info .top .tit .link-box:hover::after {
	border-top-color: #299580;
}

.product-info .top .down {
	width: 4.5rem;
	height: 1.3rem;
	background-color: #5c5a59;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.6rem;
	transition: all 0.3s;
}

.product-info .top .down span {
	color: #ffffff;
}

.product-info .top .down div {
	width: 15px;
}

.product-info .top .down div img {
	width: 100%;
}

.product-info .top .down:hover {
	background-color: #299580;
}

.product-info .parameter {
	padding-top: 0.9rem;
	border-top: 1px solid rgba(92, 90, 89, 0.2);
	/* display: flex;
justify-content: space-between; */
}

.product-info .parameter .li {
	width: 20%;
	/* margin-right: 4.5rem; */
	position: relative;
	padding-right: 0.5rem;
	word-break: break-all;
}

.product-info .parameter .li::after {
	content: '';
	position: absolute;
	top: calc(-0.9rem - 1px);
	left: -10px;
	height: 2px;
	background-color: #299580;
	width: 0;
	transition: all 0.3s;
}

.product-info .parameter .li:last-child {
	margin-right: 0;
}

.product-info .parameter .li span {
	color: #999999;
	line-height: 1;
	margin-bottom: 0.5rem;
	display: block;
}

.product-info .parameter .li p {
	color: #5c5a59;
	font-size: 0.6rem;
	line-height: 1.4;
	transition: all 0.3s;
}

.product-info .parameter .li:hover p {
	color: #299580;
}

.product-info .parameter .li:hover::after {
	width: 5rem;
}

.pro-info-img {
	/*width: 100%;*/
	margin-bottom: 1.5rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	/* border: 1px solid #EFEFEF; */
}

/* .pro-info-img img {
  width: 100%;
  transition: all .3s;
} */

.pro-info-img .lf {
	width: 31.25%;
	height: 100%;
	overflow: hidden;
}

.pro-info-img .lf img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.pro-info-img .lf:hover img {
	transform: scale(1.1);
}

.pro-info-img .rg {
	position: relative;
	width: 68.75%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.pro-info-img .rg p {
	position: absolute;
	top: 1.6rem;
	left: 1.4rem;
	line-height: 1;
	color: #5c5a59;
	z-index: 2;
}

.pro-info-img .rg img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	margin: 0 auto;
	transition: all 0.3s;
}

.pro-info-img .rg:hover img {
	transform: scale(1.1);
}

.pro-info-img .rg-container {
	width: 65%;
}

.pro-info-img .rg-container .swiper-pagination {
	position: relative;
	margin-top: 0.1rem;
	line-height: 1;
}

.pro-info-img
	.rg-container
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background: #299580;
}

.pro-info-img .rg-container .swiper-slide {
	text-align: center;
	width: 100%;
}

/* .pro-info-img:hover img {
  transform: scale(1.1);
} */

.pro-info-intro {
	padding-bottom: 0.85rem;
}

.pro-info-intro .wrap .li {
	margin-bottom: 2.5rem;
}

.pro-info-intro .wrap .li p {
	color: #5c5a59;
	font-size: 0.8rem;
	line-height: 1;
	padding-top: 0.7rem;
	border-top: 1px solid #5c5a59;
	position: relative;
	margin-bottom: 1.2rem;
}

.pro-info-intro .wrap .li p::after {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 5rem;
	height: 2px;
	background-color: #299580;
}

.pro-info-intro .wrap .li div {
	width: 100%;
	text-align: center;
}

.pro-info-intro .wrap .li div img {
	max-width: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.research {
	padding: 2.35rem 0 2.4rem;
}

.research .wrap > .tit {
	color: #5c5a59;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.6rem;
}

.research .wrap .cont {
	color: #5c5a59;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 0.5rem;
	text-align: center;
}

.research .wrap .intro {
	color: #666666;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 2.25rem;
}

.research .wrap .team {
	display: flex;
	align-items: stretch;
	background-color: rgba(102, 102, 102, 0.05);
	margin-bottom: 1.9rem;
}

.research .wrap .team .pic {
	width: 50%;
	overflow: hidden;
}

.research .wrap .team .pic img {
	width: 100%;
	transition: all 0.3s;
}

.research .wrap .team .box {
	width: 50%;
	padding: 2.3rem 2.6rem;
}

.research .wrap .team .box > p {
	color: #5c5a59;
	line-height: 1;
	font-size: 0.8rem;
	margin-bottom: 0.75rem;
}

.research .wrap .team .box div {
	color: #5c5a59;
	line-height: 1.8;
}

.research .wrap .team .box div span {
	font-size: 0.6rem;
	line-height: 1;
}

.research .wrap .team:hover .pic img {
	transform: scale(1.1);
}

.research .wrap .cont1 {
	margin-bottom: 0.9rem;
}

.research .wrap .cont1 .h1 {
	color: #5c5a59;
	font-size: 0.8rem;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	margin-bottom: 0.8rem;
}

.research .wrap .cont1 .h2 {
	color: #666666;
	line-height: 1.8;
	text-align: center;
	width: 78%;
	margin: 0 auto;
}

.research .wrap .process {
	padding: 1.9rem 2rem 1.5rem;
	background-color: #f7f7f7;
	margin-bottom: 1.3rem;
}

.research .wrap .process div {
	width: 100%;
	margin-bottom: 1.05rem;
}

.research .wrap .process div img {
	width: 100%;
}

.research .wrap .process p {
	color: #666666;
	line-height: 1;
	text-align: center;
}

.research .wrap .standard {
	margin-bottom: 2.45rem;
}

.research .wrap .standard .top {
	display: flex;
	margin-bottom: 1.9rem;
}

.research .wrap .standard .top .pic {
	width: 50%;
	overflow: hidden;
}

.research .wrap .standard .top .pic img {
	width: 100%;
	transition: all 0.3s;
}

.research .wrap .standard .top .box {
	width: 50%;
	padding-top: 1.8rem;
	padding-left: 2.6rem;
}

.research .wrap .standard .top .box > p {
	color: #5c5a59;
	font-size: 0.8rem;
	line-height: 1;
	margin-bottom: 1.2rem;
}

.research .wrap .standard .top .box div {
	color: #666666;
	line-height: 1.8;
}

.research .wrap .standard .top:hover .pic img {
	transform: scale(1.1);
}

.research .wrap .standard .num-box {
	display: flex;
}

.research .wrap .standard .num-box .li {
	width: 33.33%;
	height: 3.5rem;
	border-right: 1px solid rgba(92, 90, 89, 0.25);
	padding-top: 1rem;
}

.research .wrap .standard .num-box .li:last-child {
	border-right: none;
}

.research .wrap .standard .num-box .li .ctr-box {
	width: max-content;
	margin: 0 auto;
}

.research .wrap .standard .num-box .li .num {
	display: flex;
	align-items: flex-end;
}

.research .wrap .standard .num-box .li .num p {
	color: #5c5a59;
	font-weight: bold;
	line-height: 1;
	font-style: italic;
	font-size: 1.8rem;
	margin-right: 6px;
	transition: all 0.3s;
}

.research .wrap .standard .num-box .li .num span {
	line-height: 1;
	color: #5c5a59;
	transition: all 0.3s;
}

.research .wrap .standard .num-box .li .tit {
	color: rgba(92, 90, 89, 0.5);
	font-weight: bold;
	font-style: italic;
	transition: all 0.3s;
}

.research .wrap .standard .num-box .li:hover .num p,
.research .wrap .standard .num-box .li:hover .num span {
	color: #299580;
}

.research .wrap .standard .num-box .li:hover .tit {
	color: #299580;
}

.research .wrap .cont2 {
	margin-bottom: 1.8rem;
}

.research .wrap .cont2 .h1 {
	color: #5c5a59;
	font-size: 0.8rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 0.7rem;
}

.research .wrap .cont2 .h2 {
	color: #666666;
	line-height: 1.8;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.research .wrap .research-container .swiper-button-prev,
.research .wrap .research-container .swiper-button-next {
	width: 1.25rem;
	height: 1.25rem;
	background-color: #5c5a59;
	opacity: 1;
	color: #fff;
	transition: all 0.3s;
}

.research .wrap .research-container .swiper-button-prev::after,
.research .wrap .research-container .swiper-button-next::after {
	font-size: 0.5rem;
}

.research .wrap .research-container .swiper-button-prev:hover,
.research .wrap .research-container .swiper-button-next:hover {
	background-color: #299580;
	color: #5c5a59;
}

.research .wrap .research-container .swiper-button-prev {
	left: 1rem;
}

.research .wrap .research-container .swiper-button-next {
	right: 1rem;
}

.research .wrap .research-container .swiper-slide {
	width: 50%;
	height: 10.5rem;
	margin: 0 10px;
	overflow: hidden;
}

.research .wrap .research-container .swiper-slide::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s;
}

.research .wrap .research-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.research .wrap .research-container .swiper-slide-active::after {
	opacity: 0;
}

.research .wrap .research-container .swiper-slide:hover img {
	transform: scale(1.1);
}

.quality {
	padding: 2.35rem 0 3rem;
}

.quality .wrap .top {
	margin-bottom: 1.5rem;
}

.quality .wrap .top .tit {
	color: #5c5a59;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.7rem;
}

.quality .wrap .top .cont {
	color: #666666;
	line-height: 1.8;
	text-align: center;
}

.quality .wrap .box .li {
	overflow: hidden;
	background-color: #5c5a59;
	transition: all 0.3s;
}

.quality .wrap .box .li .pic {
	width: 50%;
	float: left;
	overflow: hidden;
}

.quality .wrap .box .li .pic img {
	width: 100%;
	transition: all 0.3s;
}

.quality .wrap .box .li .cont {
	width: 50%;
	float: right;
	padding: 1.8rem 2.6rem 0.5rem;
}

.quality .wrap .box .li .cont .tit {
	color: #ffffff;
	line-height: 1;
	font-size: 0.8rem;
	margin-bottom: 0.7rem;
}

.quality .wrap .box .li .cont .intro {
	color: #ffffff;
	line-height: 0.75rem;
	max-height: 7.5rem;
	overflow-y: auto;
	padding-right: 5px;
}

.quality .wrap .box .li .cont .intro::-webkit-scrollbar {
	width: 3px;
}

.quality .wrap .box .li:nth-child(2n) .pic {
	float: right;
}

.quality .wrap .box .li:nth-child(2n) .cont {
	float: left;
}

.quality .wrap .box .li:hover {
	background-color: #299580;
}

.quality .wrap .box .li:hover .pic img {
	transform: scale(1.1);
}

.lean {
	padding: 2.35rem 0 4.65rem;
}

.lean .wrap .top {
	margin-bottom: 1.5rem;
}

.lean .wrap .top .tit {
	color: #5c5a59;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.7rem;
}

.lean .wrap .top .cont {
	color: #666666;
	line-height: 1.8;
	text-align: center;
}

.lean .wrap .cent {
	position: relative;
	margin-bottom: 3.8rem;
}

.lean .wrap .cent .pic {
	width: 50%;
	overflow: hidden;
}

.lean .wrap .cent .pic img {
	width: 100%;
	transition: all 0.3s;
}

.lean .wrap .cent .pic:hover img {
	transform: scale(1.1);
}

.lean .wrap .cent .cont {
	position: absolute;
	right: 0;
	top: 2.65rem;
	width: 56.25%;
	height: 10.5rem;
	padding: 2.9rem 3.6rem 0.5rem;
	background-color: #299580;
}

.lean .wrap .cent .cont .tit {
	color: #fff;
	line-height: 1;
	font-size: 0.8rem;
	margin-bottom: 0.7rem;
}

.lean .wrap .cent .cont .intro {
	color: #fff;
	line-height: 0.75rem;
	max-height: 5.25rem;
	overflow-y: auto;
	padding-right: 5px;
}

.lean .wrap .cent .cont .intro::-webkit-scrollbar {
	width: 3px;
}

.lean .wrap .lean-container .swiper-pagination {
	position: relative;
	line-height: 1;
	bottom: 0;
	margin-top: 1rem;
}

.lean
	.wrap
	.lean-container
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background: #299580;
}

.lean .wrap .lean-container .swiper-slide {
	width: 28.6%;
	margin-right: 7.1%;
}

.lean .wrap .lean-container .swiper-slide:last-child {
	margin-right: 0;
}

.lean .wrap .lean-container .swiper-slide .pic {
	width: 100%;
	height: 11.5rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
}

.lean .wrap .lean-container .swiper-slide .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.lean .wrap .lean-container .swiper-slide .tit {
	line-height: 1;
	text-align: center;
	color: #5c5a59;
	font-size: 0.8rem;
	margin-bottom: 0.8rem;
	transition: all 0.3s;
}

.lean .wrap .lean-container .swiper-slide .cont {
	color: #666666;
	line-height: 1.8;
	text-align: center;
}

.lean .wrap .lean-container .swiper-slide:hover .pic img {
	transform: scale(1.1);
}

.lean .wrap .lean-container .swiper-slide:hover .tit {
	color: #299580;
}

.news .top {
	background-color: #f6f6f6;
	padding: 2.25rem 8% 1.25rem;
}

.news .top .search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1.65rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin-bottom: 0.75rem;
}

.news .top .search input {
	width: calc(100% - 4rem);
	background: none;
	color: #999999;
	padding: 0 1rem;
}

.news .top .search div {
	padding: 0 1rem;
	cursor: pointer;
}

.news .top .search div img {
	width: 20px;
}

.news .top .news-container .swiper-button-prev,
.news .top .news-container .swiper-button-next {
	width: 1.25rem;
	height: 1.25rem;
	background-color: #5c5a59;
	color: #fff;
	transition: all 0.3s;
}

.news .top .news-container .swiper-button-prev::after,
.news .top .news-container .swiper-button-next::after {
	font-size: 0.5rem;
}

.news .top .news-container .swiper-button-prev:hover,
.news .top .news-container .swiper-button-next:hover {
	background-color: #299580;
	color: #5c5a59;
}

.news .top .news-container .swiper-button-prev {
	left: 0;
}

.news .top .news-container .swiper-button-next {
	right: 0;
}

.news .top .news-container .swiper-pagination {
	position: relative;
	line-height: 1;
	bottom: 0;
	margin-top: 1.05rem;
}

.news .top .news-container .swiper-pagination .swiper-pagination-bullet {
	width: 0.3rem;
	height: 0.3rem;
	border: 2px solid #666666;
	opacity: 0.5;
	background-color: transparent;
	margin: 0 10px;
}

.news .top .news-container .swiper-pagination .swiper-pagination-bullet-active {
	width: 1rem;
	opacity: 1;
	background-color: #299580;
	border-color: transparent;
	border-radius: 5px;
}

.news .top .news-container .swiper-slide {
	width: 52%;
	height: 12.5rem;
	margin: 0 0.75rem;
	overflow: hidden;
}

.news .top .news-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.news .top .news-container .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.65rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	padding: 0 0.75rem;
	color: #299580;
	background-color: rgba(92, 90, 89, 0.95);
	transition: all 0.3s;
}

.news .top .news-container .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.news .top .news-container .swiper-slide:hover img {
	transform: scale(1.1);
}

.news .top .news-container .swiper-slide-active::after {
	opacity: 0;
}

.news .box {
	padding: 1.5rem 8% 2.85rem;
}

.news .box .li-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.1rem;
}

.news .box .li-wrap .li {
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 1.35rem;
}

.news .box .li-wrap .li:nth-child(3n) {
	margin-right: 0;
}

.news .box .li-wrap .li .pic {
	width: 100%;
	height: 7.5rem;
	margin-bottom: 0.8rem;
	overflow: hidden;
}

.news .box .li-wrap .li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.news .box .li-wrap .li .tit {
	color: #333333;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.4rem;
	font-weight: 500;
	transition: all 0.3s;
}

.news .box .li-wrap .li .cont {
	color: #666666;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.4rem;
}

.news .box .li-wrap .li .time {
	color: #cccccc;
	line-height: 1;
}

.news .box .li-wrap .li:hover .pic img {
	transform: scale(1.1);
}

.news .box .li-wrap .li:hover .tit {
	color: #299580;
}

.news .box2 {
	padding: 1.5rem 8% 2.7rem;
}

.news .box2 .li-wrap {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}

.news .box2 .li-wrap .li {
	display: flex;
	align-items: stretch;
	margin-bottom: 0.6rem;
	width: 49%;
	margin-right: 2%;
}

.news .box2 .li-wrap .li:nth-child(2n) {
	margin-right: 0;
}

/* .news .box2 .li-wrap .li:last-child {
  margin-bottom: 0;
} */

.news .box2 .li-wrap .li .pic {
	width: 7.75rem;
	height: 5rem;
	margin-right: 1rem;
	overflow: hidden;
}

.news .box2 .li-wrap .li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.news .box2 .li-wrap .li .intro {
	width: calc(100% - 8.75rem);
	padding-top: 0.5rem;
	border-bottom: 1px solid rgba(214, 214, 214, 0.8);
}

.news .box2 .li-wrap .li .intro .tit {
	color: #333333;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.45rem;
	transition: all 0.3s;
}

.news .box2 .li-wrap .li .intro .time {
	display: flex;
	align-items: center;
	margin-bottom: 0.7rem;
}

.news .box2 .li-wrap .li .intro .time span {
	color: #cccccc;
	line-height: 1;
	padding-right: 0.3rem;
	border-right: 1px solid #cccccc;
	margin-right: 0.3rem;
	font-weight: bold;
}

.news .box2 .li-wrap .li .intro .time p {
	color: rgba(92, 90, 89, 0.5);
	font-weight: bold;
	line-height: 1;
}

.news .box2 .li-wrap .li .intro .cont {
	color: #666666;
	line-height: 0.75rem;
	max-height: 1.5rem;
	overflow: hidden;
}

.news .box2 .li-wrap .li:hover .pic img {
	transform: scale(1.1);
}

.news .box2 .li-wrap .li:hover .intro .tit {
	color: #299580;
}

.pub-page {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pub-page div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pub-page a {
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #666666;
	margin-right: 3px;
	transition: all 0.3s;
}

.pub-page a:last-child {
	margin-right: 0;
}

.pub-page a:hover,
.pub-page a.active {
	background-color: #299580;
	border-color: #299580;
	color: #fff;
}

.download .top {
	padding: 2.5rem 8% 0;
	background-color: #f6f6f6;
}

.download .search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1.65rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin-bottom: 1.9rem;
}

.download .search input {
	width: calc(100% - 4rem);
	background: none;
	color: #999999;
	padding: 0 1rem;
}

.download .search div {
	padding: 0 1rem;
	cursor: pointer;
	transition: all 0.3s;
}

.download .search div img {
	width: 20px;
}

.download .search div:hover {
	transform: translateY(-5px);
}

.download .tab {
	display: flex;
	align-items: center;
	justify-content: center;
}

.download .tab span {
	color: #5c5a59;
	line-height: 1;
	min-width: 5rem;
	padding-bottom: 0.75rem;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-right: 1rem;
	transition: all 0.3s;
}

.download .tab span:last-child {
	margin-right: 0;
}

.download .tab span::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #299580;
	transition: all 0.3s;
}

.download .tab span:hover::after {
	width: 100%;
}

.download .tab span.cur {
	color: #299580;
}

.download .tab span.cur::after {
	width: 100%;
}

.download .box {
	padding: 1.25rem 8% 3rem;
}

.download .box .li-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.15rem;
}

.download .box .li-wrap .li {
	width: 15.75%;
	margin-right: 1.1%;
	margin-bottom: 1.35rem;
}

.download .box .li-wrap .li:nth-child(6n) {
	margin-right: 0;
}

.download .box .li-wrap .li .pic {
	width: 100%;
	height: 8.2rem;
	margin-bottom: 0.7rem;
	overflow: hidden;
}

.download .box .li-wrap .li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.download .box .li-wrap .li .size {
	color: #999999;
	line-height: 1;
	margin-bottom: 0.15rem;
}

.download .box .li-wrap .li .tit {
	color: #333333;
	line-height: 1.5;
	margin-bottom: 0.4rem;
	transition: all 0.3s;
}

.download .box .li-wrap .li .clk {
	display: flex;
	align-items: center;
}

.download .box .li-wrap .li .clk div {
	position: relative;
	width: 24px;
	margin-right: 10px;
}

.download .box .li-wrap .li .clk div img {
	width: 100%;
}

.download .box .li-wrap .li .clk p {
	color: #333333;
	line-height: 1;
	transition: all 0.3s;
}

.download .box .li-wrap .li:hover .pic img {
	transform: scale(1.1);
}

.download .box .li-wrap .li:hover .tit {
	color: #299580;
}

.download .box .li-wrap .li:hover .clk .normal-block {
	opacity: 0;
}

.download .box .li-wrap .li:hover .clk .hover-block {
	opacity: 1;
}

.download .box .li-wrap .li:hover .clk p {
	color: #299580;
}

.word-pop {
	position: fixed;
	z-index: 199;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.word-pop .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.word-pop .form-box {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15.5rem;
	min-height: 9.75rem;
	background-color: #299580;
	border-radius: 8px;
	padding: 1rem;
}

.word-pop .form-box .tit {
	color: #ffffff;
	line-height: 1;
	margin-bottom: 0.8rem;
}

.word-pop .form-box .vs-code {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}

.word-pop .form-box .vs-code input {
	width: calc(100% - 3.5rem);
	height: 1.5rem;
	border-radius: 0.2rem;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
}

.word-pop .form-box .vs-code .send-phone {
	width: 3rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	background: #5c5a59;
	border-radius: 0.2rem;
	color: #fff;
	cursor: pointer;
}

.word-pop .form-box .infor {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	padding: 0 0.4rem 0 0.75rem;
	height: 1.5rem;
	margin-bottom: 0.8rem;
}

.word-pop .form-box .infor input.text {
	width: calc(100% - 0.9rem);
	height: 100%;
	color: rgba(34, 34, 34, 0.5);
}

.word-pop .form-box .infor input[type='submit'] {
	width: 0.9rem;
	height: 0.9rem;
	background-image: url(../image/75.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
}

.word-pop .form-box .code {
	width: 2.6rem;
	margin: 0 auto 0.4rem;
}

.word-pop .form-box .code img {
	width: 100%;
}

.word-pop .form-box .focus {
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
}

.word-pop .form-box .focus span {
	color: #222222;
}

.word-pop .form-box .close {
	position: absolute;
	top: 0.45rem;
	right: 0.45rem;
	width: 14px;
	cursor: pointer;
}

.word-pop .form-box .close img {
	width: 100%;
}

.news-info {
	width: 60%;
	margin: 0 auto;
	padding: 3.7rem 0 3.9rem;
}

.news-info .crumbs {
	display: flex;
	align-items: center;
	margin-bottom: 0.6rem;
}

.news-info .crumbs div {
	width: 23px;
	margin-right: 22px;
}

.news-info .crumbs div img {
	width: 100%;
}

.news-info .crumbs a {
	position: relative;
	color: #999999;
	margin-right: 0.5rem;
	line-height: 1;
}

.news-info .crumbs a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -0.25rem;
	transform: translateY(-50%);
	background-color: #999999;
	width: 2px;
	height: 2px;
	border-radius: 50%;
}

.news-info .crumbs a:last-child {
	margin-right: 0;
}

.news-info .crumbs a:last-child::after {
	display: none;
}

.news-info .wrap {
	background-color: #fff;
	padding: 2rem 2rem 1.75rem;
}

.news-info .wrap .tit {
	color: #030303;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.news-info .wrap .intro {
	color: #666666;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

.news-info .wrap .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.6rem;
}

.news-info .wrap .box .time {
	color: #666666;
	line-height: 1;
}

.news-info .wrap .box .share {
	display: flex;
	align-items: center;
}

.news-info .wrap .box .share p {
	color: #666666;
	line-height: 1;
}

.news-info .wrap .box .share a {
	width: 0.7rem;
	margin-left: 0.75rem;
}

.news-info .wrap .box .share a img {
	width: 100%;
}

.news-info .wrap .cont {
	color: #666666;
	line-height: 1.5;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
	margin-bottom: 0.7rem;
}

.news-info .wrap .info-page {
	overflow: hidden;
}

.news-info .wrap .info-page .prev,
.news-info .wrap .info-page .next {
	color: #333333;
	line-height: 1;
	display: block;
	transition: all 0.3s;
}

.news-info .wrap .info-page .prev:hover,
.news-info .wrap .info-page .next:hover {
	color: #299580;
}

.news-info .wrap .info-page .prev {
	margin-bottom: 0.5rem;
}

.news-info .wrap .info-page .back {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 4.5rem;
	width: max-content;
	height: 1.25rem;
	padding: 0 10px;
	border-radius: 23px;
	background: #299580;
	float: right;
}

.news-info .wrap .info-page .back div {
	width: 17px;
	margin-right: 14px;
	transition: all 0.3s;
}

.news-info .wrap .info-page .back div img {
	width: 100%;
}

.news-info .wrap .info-page .back span {
	color: #ffffff;
	font-size: 0.6rem;
	transition: all 0.3s;
}

.news-info .wrap .info-page .back:hover div {
	transform: translateX(5px);
}

.news-info .wrap .info-page .back:hover span {
	transform: translateX(-5px);
}

.join {
	padding: 2.35rem 0 0;
	background-color: rgba(102, 102, 102, 0.05);
}

.join .wrap .tit {
	color: #5c5a59;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.65rem;
}

.join .wrap .li-wrap .li {
	overflow: hidden;
}

.join .wrap .li-wrap .li .lf {
	width: 50%;
	float: left;
	padding-top: 1.9rem;
	padding-right: 4.2rem;
}

.join .wrap .li-wrap .li .lf .h1 {
	color: #5c5a59;
	font-size: 0.9rem;
	margin-bottom: 1.1rem;
	line-height: 1;
}

.join .wrap .li-wrap .li .lf .cont {
	color: #5c5a59;
	line-height: 1.7;
	font-size: 13px;
}

.join .wrap .li-wrap .li .rg {
	width: 50%;
	float: right;
}

.join .wrap .li-wrap .li:nth-child(2n) .lf {
	float: right;
	padding-left: 4.2rem;
	padding-right: 0;
}

.join .wrap .li-wrap .li:nth-child(2n) .rg {
	float: left;
}

.recruit {
	padding: 1.45rem 0 3.8rem;
}

.recruit .wrap .tit {
	font-size: 0.8rem;
	color: #5c5a59;
	line-height: 1;
	margin-bottom: 0.9rem;
}

.recruit .wrap .box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid rgba(92, 90, 89, 0.2);
	margin-bottom: 0.75rem;
}

.recruit .wrap .box .lf p {
	color: #5c5a59;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.recruit .wrap .box .lf p:last-child {
	margin-bottom: 0;
}

.recruit .wrap .box .lf p span {
	color: #299580;
}

.recruit .wrap .box .lf > span {
	display: block;
	line-height: 1;
	color: #299580;
}

.recruit .wrap .box .rg {
	display: flex;
	align-items: center;
	z-index: 10;
}

.recruit .wrap .box .rg .search {
	width: 7.05rem;
	height: 1.2rem;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.6rem;
	margin-right: 0.3rem;
}

.recruit .wrap .box .rg .search input {
	width: calc(100% - 14px);
	color: #5c5a59;
}

.recruit .wrap .box .rg .search input::placeholder {
	color: rgba(92, 90, 89, 0.5);
}

.recruit .wrap .box .rg .search div {
	width: 14px;
	cursor: pointer;
	transition: all 0.3s;
}

.recruit .wrap .box .rg .search div img {
	width: 100%;
}

.recruit .wrap .box .rg .search div:hover {
	transform: translateY(-5px);
}

.recruit .wrap .box .rg .select {
	width: 7.05rem;
	height: 1.2rem;
	background-color: #f2f3f4;
	border: 1px solid #dcdcdc;
	position: relative;
	margin-right: 0.3rem;
}

.recruit .wrap .box .rg .select:last-child {
	margin-right: 0;
}

.recruit .wrap .box .rg .select::after {
	content: '';
	position: absolute;
	right: 0.6rem;
	top: 50%;
	transform: translateY(-50%);
	border-top: 6px solid #254774;
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
}

.recruit .wrap .box .rg .select .name {
	width: 100%;
	height: 100%;
	line-height: 1.2rem;
	padding-left: 0.7rem;
	color: #5c5a59;
	cursor: pointer;
}

.recruit .wrap .box .rg .select .change {
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	width: 100%;
	max-height: calc(5rem + 4px);
	overflow-y: auto;
	border: 1px solid #dcdcdc;
	border-top: none;
	background-color: #f2f2f2;
	display: none;
}

.recruit .wrap .box .rg .select .change::-webkit-scrollbar {
	width: 3px;
}

.recruit .wrap .box .rg .select .change span {
	display: block;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 0.7rem;
	color: #5c5a59;
	cursor: pointer;
}

.recruit .wrap .box .rg .select .change span:last-child {
	border-bottom: none;
}

.recruit .wrap .intro {
	display: flex;
	background-color: #f2f3f4;
	height: 1.75rem;
	border: 1px solid rgba(92, 90, 89, 0.1);
	margin-bottom: 14px;
}

.recruit .wrap .intro p {
	color: #5c5a59;
	font-weight: bold;
	line-height: 1.75rem;
	width: 31%;
	text-align: center;
	padding-left: 0.9rem;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.recruit .wrap .intro p:nth-child(1),
.recruit .wrap .intro p:nth-child(3) {
	width: 34.5%;
}

.recruit .wrap .intro p:first-child {
	text-align: left;
}

.recruit .wrap .intro p:last-child {
	border-right: none;
}

.recruit .wrap .ajax-box .li-wrap {
	margin-bottom: 1.9rem;
}

.recruit .wrap .ajax-box .li-wrap .li {
	margin-bottom: 0.25rem;
}

.recruit .wrap .ajax-box .li-wrap .li .top {
	display: flex;
	height: 1.75rem;
	border: 1px solid rgba(92, 90, 89, 0.1);
	cursor: pointer;
	transition: all 0.3s;
}

.recruit .wrap .ajax-box .li-wrap .li .top p {
	color: #333;
	line-height: 1.75rem;
	width: 31%;
	text-align: center;
	padding-left: 0.9rem;
	transition: all 0.3s;
}

.recruit .wrap .ajax-box .li-wrap .li .top p:nth-child(1),
.recruit .wrap .ajax-box .li-wrap .li .top p:nth-child(3) {
	width: 34.5%;
}

.recruit .wrap .ajax-box .li-wrap .li .top p:first-child {
	text-align: left;
}

.recruit .wrap .ajax-box .li-wrap .li .btm {
	background-color: #f8f8f8;
	padding: 0 1.25rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: none;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .detail {
	padding: 0.75rem 1.1rem 0.5rem;
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(92, 90, 89, 0.1);
}

.recruit .wrap .ajax-box .li-wrap .li .btm .detail .list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18%;
	padding: 6px 0;
	border-right: 1px solid rgba(92, 90, 89, 0.2);
}

.recruit .wrap .ajax-box .li-wrap .li .btm .detail .list:first-child {
	justify-content: flex-start;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .detail .list:last-child {
	border-right: none;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .detail .list p {
	color: #999999;
	line-height: 1;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .detail .list span {
	color: #333333;
	line-height: 1;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .require {
	display: flex;
	align-items: stretch;
	margin-bottom: 1rem;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .require .list {
	width: 50%;
	border-right: 1px solid rgba(92, 90, 89, 0.2);
}

.recruit .wrap .ajax-box .li-wrap .li .btm .require .list:last-child {
	border-right: none;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .require .list:nth-child(2) {
	padding-left: 1.9rem;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .require .list .h1 {
	color: #5c5a59;
	line-height: 1;
	margin-bottom: 0.25rem;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .require .list .h2 {
	color: #666666;
	font-weight: bold;
	line-height: 2.1;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .send {
	display: flex;
	justify-content: space-between;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .send a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #299580;
	box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
	border-radius: 2px;
	height: 1.1rem;
	width: max-content;
	padding: 0 0.45rem 0 0.75rem;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .send a span {
	color: #5c5a59;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.5rem;
	transition: all 0.3s;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .send a div {
	width: 14px;
	transition: all 0.3s;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .send a div img {
	width: 100%;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .send a:hover span {
	color: #fff;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .send a:hover div {
	filter: brightness(100);
}

.recruit .wrap .ajax-box .li-wrap .li .btm .send > div {
	margin-top: 0.5rem;
	width: 0.95rem;
	cursor: pointer;
}

.recruit .wrap .ajax-box .li-wrap .li .btm .send > div img {
	width: 100%;
}

.recruit .wrap .ajax-box .li-wrap .li.cur .top,
.recruit .wrap .ajax-box .li-wrap .li:hover .top {
	background-color: #5c5a59;
}

.recruit .wrap .ajax-box .li-wrap .li.cur .top p,
.recruit .wrap .ajax-box .li-wrap .li:hover .top p {
	color: #fff;
}

.contact {
	padding-top: 2.3rem;
}

.contact .tit {
	color: #5c5a59;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.65rem;
}

.contact .box {
	border-top: 1px solid rgba(92, 90, 89, 0.2);
}

.contact .box .li-wrap {
	display: flex;
	justify-content: center;
	padding: 0.95rem 0 1.1rem;
	background-color: rgba(247, 247, 247, 0.95);
}

.contact .box .li-wrap .li {
	width: 28%;
	border-right: 1px solid rgba(92, 90, 89, 0.2);
	padding-left: 1rem;
}

.contact .box .li-wrap .li:last-child {
	border-right: none;
}

.contact .box .li-wrap .li .name {
	color: #5c5a59;
	line-height: 1;
	margin-bottom: 0.35rem;
	transition: all 0.3s;
}

.contact .box .li-wrap .li .cont {
	color: rgba(92, 90, 89, 0.8);
	line-height: 1.5;
}

.contact .box .li-wrap .li:hover .name {
	color: #299580;
}

.contact .box .map {
	width: 100%;
}

.contact .box .map img {
	width: 100%;
}

.dev-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.dev-pop .close-bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dev-pop .form-box {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65%;
	background-color: #fff;
	padding: 1.8rem 2.5rem 1.9rem;
}

.dev-pop .form-box .tit {
	color: #299580;
	text-align: center;
	margin-bottom: 1.4rem;
	line-height: 1;
}

.dev-pop .form-box .input-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

.dev-pop .form-box .input-wrap .li {
	width: 48%;
	height: 1.75rem;
	margin-right: 4%;
	margin-bottom: 0.6rem;
	border: 1px solid #d2d2d2;
	position: relative;
	/* position: relative; */
}

/* .dev-pop .form-box .input-wrap .li img {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
} */

.dev-pop .form-box .input-wrap .li:nth-child(2n) {
	margin-right: 0;
}

.dev-pop .form-box .input-wrap .li input {
	padding: 0 1.3rem;
	width: 100%;
	height: 100%;
	background: none;
	color: #299580;
}

.dev-pop .form-box .input-wrap .li input::placeholder {
	color: #299580;
}

.dev-pop .form-box .input-wrap .li.upload {
	position: relative;
	background-color: #f6f9ff;
}

.dev-pop .form-box .input-wrap .li.upload .upload-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}

.dev-pop .form-box .input-wrap .li.upload .file-name {
	position: absolute;
	z-index: 1;
	right: 0.5rem;
	top: 0;
	width: 40%;
	background: none;
	padding: 0;
}

.dev-pop .form-box .input-wrap .li.upload div {
	padding: 0 1.3rem;
	display: flex;
	height: 100%;
	align-items: center;
	color: #299580;
}

.dev-pop .form-box .input-wrap .li.upload div img {
	width: 15px;
	margin-left: 0.3rem;
}

.dev-pop .form-box .input-wrap .li.code {
	display: flex;
	align-items: center;
}

.dev-pop .form-box .input-wrap .li #captcha {
	width: 100%;
}

.dev-pop .form-box .input-wrap .li img {
	width: 2rem;
	object-fit: contain;
}

.dev-pop .form-box .input-wrap .li .captcha {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
}

.dev-pop .form-box .submit {
	width: 3.9rem;
	height: 1.4rem;
	border-radius: 0.7rem;
	background-color: #299580;
	color: #fff;
	display: block;
	margin: 0 auto;
}

.dev-pop textarea,
.dev-pop input {
	text-indent: 0;
}

@media (max-width: 1024px) {
	.dev-pop .form-box {
		padding: 1.5rem;
	}
}

@media (max-width: 997px) {
	.dev-pop .form-box .input-wrap .li.upload div,
	.dev-pop .form-box .input-wrap .li input {
		padding-left: 0.5rem;
	}

	.dev-pop .form-box {
		width: 90%;
		padding: 1rem;
	}

	.dev-pop .form-box .tit {
		margin-bottom: 0.8rem;
	}

	.dev-pop .form-box .input-wrap .li {
		width: 100%;
		margin-right: 0;
	}

	.dev-pop .form-box .input-wrap .li:last-child {
		margin-bottom: 0;
	}
}

/*# sourceMappingURL=all.css.map */

#index-container {
	z-index: 10;
}

#index-container .cent-pos {
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}

#index-container .cent-pos .tit {
	text-align: center;
}

#index-container .cent-pos .en-tit {
	text-align: center;
}

#index-container .cent-pos .i-more {
	margin: 0 auto;
}

#index-container .swiper-slide .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2rem;
}

#index-container .swiper-slide .play img {
	width: 100%;
}

.fix-icon {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 20;
}

.fix-icon .li {
	width: 1.5rem;
	height: 1.5rem;
	box-shadow: 0px 2px 5px 0px rgba(51, 0, 0, 0.2);
	border-radius: 4px 0px 0px 4px;
	background: #5c5a59;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
}

.fix-icon .li:hover {
	background-color: #299580;
}

.fix-icon .message {
	margin-bottom: 3px;
}

.fix-icon .message div {
	width: 0.55rem;
	margin: 0 auto 6px;
}

.fix-icon .message div img {
	width: 100%;
}

.fix-icon .message p {
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: 2px;
}

.fix-icon .back-top div {
	width: 0.4rem;
	margin: 0 auto;
}

.fix-icon .back-top div img {
	width: 100%;
}

.fix-icon .back-top p {
	color: #fff;
	line-height: 1;
	margin-bottom: 3px;
	text-align: center;
}

.mes-pop {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.mes-pop .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mes-pop .form-box {
	position: absolute;
	z-index: 2;
	width: 23rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
	/* height: 12.5rem; */
}

.mes-pop .form-box .top-tit {
	width: 100%;
	height: 2rem;
	position: relative;
	text-align: center;
	background-color: #299580;
}

.mes-pop .form-box .top-tit p {
	color: #ffffff;
	line-height: 2rem;
	font-weight: bold;
	font-size: 0.7rem;
	position: relative;
	z-index: 2;
}

.mes-pop .form-box .top-tit .close {
	position: absolute;
	right: 0.85rem;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	cursor: pointer;
	z-index: 3;
}

.mes-pop .form-box .top-tit .close img {
	width: 100%;
}

.mes-pop .form-box .top-tit .icon {
	position: absolute;
	left: 0.7rem;
	top: 0;
	height: 100%;
}

.mes-pop .form-box .top-tit .icon img {
	height: 100%;
}

.mes-pop .form-box .cent-cont {
	padding: 0.7rem 0.7rem 0.6rem;
	border-bottom: 1px solid rgba(92, 92, 89, 0.2);
}

.mes-pop .form-box .cent-cont .li-box {
	display: flex;
	margin-bottom: 0.4rem;
}

.mes-pop .form-box .cent-cont .li-box .li {
	width: 32%;
	height: 1.3rem;
	margin-right: 2%;
	border: 1px solid rgba(92, 92, 89, 0.2);
	border-radius: 8px;
	overflow: hidden;
	background-color: #f7f7f7;
}

.mes-pop .form-box .cent-cont .li-box .li:last-child {
	margin-right: 0;
}

.mes-pop .form-box .cent-cont .li-box .li input {
	color: #5c5a59;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0 0.6rem;
}

.mes-pop .form-box .cent-cont .li-box .li.imp {
	position: relative;
}

.mes-pop .form-box .cent-cont .li-box .li.imp::after {
	content: '*';
	position: absolute;
	right: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
	color: #ff0000;
	font-size: 0.55rem;
	line-height: 1;
}

.mes-pop .form-box .cent-cont textarea {
	width: 100%;
	height: 3rem;
	resize: none;
	color: #5c5a59;
	background-color: #f7f7f7;
	padding: 0.45rem 0.6rem;
	border-radius: 8px;
	border: 1px solid rgba(92, 92, 89, 0.2);
	margin-bottom: 0.35rem;
}

.mes-pop .form-box .cent-cont .code {
	display: flex;
	align-items: center;
}

.mes-pop .form-box .cent-cont .code input {
	width: 6.8rem;
	height: 1.3rem;
	border-radius: 8px;
	border: 1px solid rgba(92, 92, 89, 0.2);
	background-color: #f7f7f7;
	margin-right: 6px;
	padding: 0 0.6rem;
	color: #5c5a59;
}

.mes-pop .form-box .cent-cont .code div {
	width: 3.7rem;
	height: 1.3rem;
	background-color: #999999;
	border-radius: 8px;
	color: #fff;
}

.mes-pop .form-box .btm-sub {
	padding: 0.7rem 0 0.8rem;
}

.mes-pop .form-box .btm-sub input {
	width: 6.5rem;
	height: 1.3rem;
	border-radius: 0.65rem;
	background-color: #5c5a59;
	color: #fff;
	display: block;
	margin: 0 auto;
	transition: all 0.3s;
}

.mes-pop .form-box .btm-sub input:hover {
	background-color: #299580;
}

.info-add-box {
	display: flex;
}

.info-add-box .li {
	width: 4.5rem;
	height: 1.3rem;
	background-color: #5c5a59;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.6rem;
	margin-right: 0.3rem;
	transition: all 0.3s;
}

.info-add-box .li:last-child {
	margin-right: 0;
}

.info-add-box .li:hover {
	background-color: #299580;
}

.info-add-box .li .text {
	color: #fff;
	line-height: 1;
}

.info-add-box .contMail .icon {
	width: 0.45rem;
}

.info-add-box .contMail .icon img {
	width: 100%;
}

.info-add-box .share .share-component a {
	width: 0.7rem;
	height: 0.55rem;
	font-size: 0;
	border-radius: 0;
	margin: 0;
	border: none;
	background: url(../image/92.png) center no-repeat;
	background-size: contain;
}
/*----------------------分页--------------------------------*/
.black-inline {
	margin: 0 auto;
	text-align: center;
	font-family: '微软雅黑';
	inheritclear: both;
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	font-size: 12px;
}
.black-inline a {
	text-align: center;
	padding: 6px 12px;
	margin-center: 4px;
	border: 1px solid #bcbcbc;
	margin-left: 3px;
	margin-right: 3px;
	color: #666;
}
.black-inline a:hover {
	color: #fff;
	background-color: #299580;
	text-decoration: none;
	border: 1px solid #299580;
}
.black-inline span.current {
	padding: 6px 12px;
	background-color: #299580;
	color: #fff;
	border: 1px solid #299580;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 3px;
}
.black-inline span.disabled {
	padding: 6px 12px;
	font-family: '微软雅黑';
	font-size: 12px;
	color: #666;
	border: 1px solid #bcbcbc;
}
