@charset "utf-8";
:root {
  --color: #101C77;
  --color2: #82B900;
  --color3: #2F97DB;
  --vh: 100vh;
  --grdcolor: #252821;
  --grdcolor2: #b6baae;
  --left: 0;
  --top: 0;
  --y: 0;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../font/SourceHanSansCN-Bold_0.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../font/SourceHanSansCN-Medium.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../font/SourceHanSansCN-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 300;
}
.font-b {
  font-weight: bold;
}
.font-m {
  font-weight: 400;
}
.font-r {
  font-weight: 300;
}
.font-l {
  font-weight: 300;
}
/* 关于我们 */
.sub_banner {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
}
.sub_banner .other {
  position: absolute;
  bottom: 1vw;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  opacity: 0;
  transform: scale(1.3);
  transition: 1s ease-in-out;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 5;
}
@media (max-width: 991px) {
  .sub_banner .other {
    display: none;
  }
}
.sub_banner .other.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sub_banner .other.active .light {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.sub_banner .other .line {
  position: absolute;
  bottom: 0;
  width: calc(100% + 6vw);
  left: -3vw;
  max-width: initial;
}
.sub_banner .other .light {
  position: absolute;
  bottom: -0.2vw;
  width: calc(100% + 6vw);
  left: -3vw;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  transition: transform 1.5s ease-in-out;
  max-width: initial;
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/about2.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 5;
}
.sub_banner .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner .sub_banner_arc {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.sub_banner .sub_banner_arc svg {
  display: block;
  width: 100%;
  height: 100%;
}
.sub_banner .sub_banner_arc .sub_banner_arc_base {
  fill: none;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 1 9;
}
.sub_banner .sub_banner_arc .sub_banner_arc_mask_path {
  fill: none !important;
  stroke: #fff;
  stroke-width: 36;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 2450;
}
.sub_banner .sub_banner_arc .sub_banner_arc_taper_path {
  fill: #fff !important;
  stroke: none;
}
.sub_banner .sub_banner_arc .sub_banner_arc_glow {
  fill: none;
  stroke: #63c80d;
  stroke-width: 14;
  stroke-linecap: round;
  opacity: 0.16;
}
.sub_banner .sub_banner_arc .sub_banner_arc_green_cover {
  fill: none;
  stroke: #178119;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sub_banner .sub_banner_arc .sub_banner_arc_green {
  fill: none;
  stroke: url(#bannerArcGreen);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 2px rgba(117, 207, 16, 0.5));
}
.sub_banner .sub_banner_arc .sub_banner_arc_dot {
  fill: #fff;
  filter: drop-shadow(0 0 7px rgba(142, 223, 22, 0.95)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.95));
}
.sub_banner .sub_banner_txt {
  padding-top: 0.88rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .sub_banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.sub_banner .sub_banner_txt .container .ban_l {
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container .ban_l .tit br {
    display: none;
  }
}
.sub_banner .sub_banner_txt .container .ban_l .tit h3 {
  font-weight: 900;
  line-height: 1.2;
}
.sub_banner .sub_banner_txt .container .ban_l .tit p {
  margin-top: 0.14rem;
  color: #F3F6F9;
}
.sub_banner .sub_banner_txt .container .ban_l .pub_btn {
  margin-top: 0.77rem;
}
.sub_banner .sub_banner_txt .container .ban_l .public-btn {
  margin-top: 0.4rem;
}
.sub_banner .sub_banner_txt .container .ban_l .g_tle {
  margin-top: 0.4rem;
  text-align: center;
}
.sub_banner .sub_banner_txt .container .ban_l .g_tle p {
  display: inline-flex;
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 1rem;
  background: #101C77;
  padding: 0.2rem 0.41rem;
}
@keyframes arcAnimation {
  0% {
    stroke-dashoffset: var(--line-length, 2500);
    offset-distance: 0%;
  }
  100% {
    stroke-dashoffset: 0;
    offset-distance: 100%;
  }
}
/* 绿线遮罩 */
.sub_banner_arc_mask_path {
  will-change: stroke-dashoffset;
}
/* 小圆点包装层 */
.sub_banner_arc_dot_wrapper {
  offset-path: url(#bannerArcMotion);
  offset-distance: 0%;
  will-change: offset-distance;
}
.sub_banner_arc.is-animated .sub_banner_arc_mask_path,
.sub_banner_arc.is-animated .sub_banner_arc_dot_wrapper {
  animation: arcAnimation 4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.g_title {
  text-align: center;
}
.g_title p {
  color: #2F97DB;
  margin-bottom: 0.08rem;
}
.g_title2 {
  position: relative;
}
.g_title2::after {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 5px;
  border-radius: 10px;
  background: var(--color);
  top: calc(100% + 0.15rem);
  left: 0;
}
.g_title3 {
  text-align: left;
}
.aboon {
  background: #F3F7F9;
  padding: 1.4rem 0 0;
  position: relative;
}
.aboon .imgbj {
  position: absolute;
  width: 53.59375%;
  height: auto;
  top: 1rem;
  right: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .aboon .imgbj {
    top: 1.6rem;
  }
}
.aboon .container {
  position: relative;
  z-index: 10;
}
.aboon .box {
  margin-top: 1.7rem;
}
.aboon .box .txt {
  width: 40.3125%;
}
@media (max-width: 991px) {
  .aboon .box .txt {
    width: 100%;
  }
}
.aboon .box .txt .g_p {
  min-height: 3.46rem;
  margin-top: 0.45rem;
}
.aboon .box .txt .g_p p {
  color: #6E707C;
}
.aboon .box2 {
  margin-top: 1.4rem;
  overflow: hidden;
}
.aboon .box2 .gcon {
  padding-left: calc((100% - 1600px)/2);
}
@media (max-width: 1580px) {
  .aboon .box2 .gcon {
    padding-left: 6%;
  }
}
@media (max-width: 991px) {
  .aboon .box2 .gcon {
    padding: 0 6%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .aboon .box2 .gcon {
    padding: 0 5%;
  }
}
.aboon .box2 .gcon .gswi {
  padding: 2.54rem 0 2.5rem;
}
@media (max-width: 991px) {
  .aboon .box2 .gcon .gswi {
    padding: 0;
  }
}
.aboon .box2 .gcon .gswi .swiper {
  overflow: initial;
}
@media (max-width: 991px) {
  .aboon .box2 .gcon .gswi .swiper {
    overflow: hidden;
  }
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .aboon .box2 .gcon .gswi .swiper .swiper-slide {
    width: 440px !important;
    height: 143px;
  }
  .aboon .box2 .gcon .gswi .swiper .swiper-slide:nth-child(2n) {
    align-items: flex-end;
  }
  .aboon .box2 .gcon .gswi .swiper .swiper-slide:nth-child(2n) .gswi_box .gyear {
    top: 0.34rem;
    bottom: auto;
  }
  .aboon .box2 .gcon .gswi .swiper .swiper-slide:nth-child(2n) .gswi_box .gnr {
    top: auto;
    bottom: 0.55rem;
    flex-direction: column-reverse;
  }
  .aboon .box2 .gcon .gswi .swiper .swiper-slide:nth-child(2n) .gswi_box .gnr .public-img {
    margin: 0 0 0.3rem 0;
  }
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box {
  width: 100%;
  position: relative;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line {
  width: 100%;
  position: absolute;
  left: 8px;
  top: -34px;
  z-index: 1;
}
@media (max-width: 991px) {
  .aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line {
    display: none;
  }
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line .svg2 {
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
  transition: none;
  -webkit-transition: none;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line .svg2 path {
  stroke-opacity: 1;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line2 {
  width: 100%;
  position: absolute;
  left: 7px;
  bottom: -38px;
  top: auto;
  z-index: 1;
}
@media (max-width: 991px) {
  .aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line2 {
    display: none;
  }
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line2 .svg2 {
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
  transition: none;
  -webkit-transition: none;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line2 .svg2 path {
  stroke-opacity: 1;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line3 {
  width: 100%;
  position: absolute;
  top: -10px;
  right: calc(100% - 0.18rem);
  z-index: 1;
}
@media (max-width: 991px) {
  .aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line3 {
    display: none;
  }
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line3 .svg2 {
  position: absolute;
  top: -2px;
  left: 0;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .g_line3 .svg2 path {
  stroke-opacity: 1;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .svg1,
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .svg2 {
  width: 100%;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gring {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translate(0%, -50%);
}
@media (max-width: 991px) {
  .aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gring {
    position: initial;
    transform: translate(0%);
    display: none;
  }
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gring .g_yuan {
  position: relative;
  z-index: 10;
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gring .g_yuan i {
  display: block;
  width: 16.66666667%;
  height: 16.66666667%;
  border-radius: 50%;
  background: #82B900;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gyear {
  position: absolute;
  bottom: 0.34rem;
  left: 0;
}
@media (max-width: 991px) {
  .aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gyear {
    position: initial;
    transform: translate(0%);
  }
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gyear p {
  font-weight: bold;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gnr {
  padding-right: 1.42rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 0.55rem;
}
@media (max-width: 991px) {
  .aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gnr {
    padding-right: 0;
    position: initial;
    transform: translate(0%);
  }
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gnr .txt p {
  color: rgba(0, 0, 0, 0.75);
  margin-top: 0.2rem;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gnr .public-img {
  width: 100%;
  margin-top: 0.3rem;
  border-radius: 0.14rem;
}
.aboon .box2 .gcon .gswi .swiper .swiper-slide .gswi_box .gnr .public-img:before {
  padding-top: 45.45454545%;
}
.abotw {
  background: #F3F7F9;
  padding: 1rem 0 1.6rem;
}
.abotw .box {
  margin-top: 0.46rem;
  display: flex;
}
@media (max-width: 767px) {
  .abotw .box {
    flex-direction: column;
  }
}
.abotw .box .item {
  width: 50%;
  height: 7rem;
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
  margin-right: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .abotw .box .item {
    height: 9rem;
  }
}
@media (max-width: 1199px) {
  .abotw .box .item {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .abotw .box .item {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
}
.abotw .box .item:last-child {
  margin-right: 0;
}
.abotw .box .item.on {
  width: 70%;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .abotw .box .item.on {
    width: 62.5%;
  }
}
.abotw .box .item.on .txt .gxs {
  opacity: 0;
}
.abotw .box .item.on .txt .gyr {
  opacity: 1;
}
.abotw .box .item.on .txt .gyr .txt_box {
  overflow-y: auto;
  opacity: 1;
}
.abotw .box .item .img {
  width: 100%;
  height: 100%;
}
.abotw .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abotw .box .item .txt {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.abotw .box .item .txt .gxs {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .abotw .box .item .txt .gxs {
    display: none;
  }
}
.abotw .box .item .txt .gxs .txt_h3 {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding: 0.44rem 0.35rem 0.4rem;
}
@media (max-width: 1199px) {
  .abotw .box .item .txt .gxs .txt_h3 {
    padding: 0.2rem;
  }
}
.abotw .box .item .txt .gxs .txt_h3 h3 {
  margin-bottom: 0.24rem;
}
@media (max-width: 1199px) {
  .abotw .box .item .txt .gxs .txt_h3 h3 br {
    display: none;
  }
}
.abotw .box .item .txt .gyr {
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .abotw .box .item .txt .gyr {
    padding: 0.4rem;
    opacity: 1;
  }
}
.abotw .box .item .txt .gyr i {
  margin-bottom: 0.34rem;
  flex-shrink: 0;
  display: flex;
  width: 0.3rem;
  height: auto;
}
.abotw .box .item .txt .gyr i svg,
.abotw .box .item .txt .gyr i img {
  width: 100%;
  height: auto;
}
.abotw .box .item .txt .gyr i svg path,
.abotw .box .item .txt .gyr i img path {
  fill: #fff;
}
.abotw .box .item .txt .gyr .txt_box {
  transition: all 0.4s;
  opacity: 0;
  transition-delay: 0.4s;
}
@media (max-width: 767px) {
  .abotw .box .item .txt .gyr .txt_box {
    opacity: 1;
  }
}
.abotw .box .item .txt .gyr .txt_box h3 {
  color: #2F97DB;
  margin-bottom: 0.12rem;
}
.abotw .box .item .txt .gyr .txt_box p {
  line-height: 1.38888889;
}
.abotw .box .item .txt .gyr .txt_box .g_lab {
  margin-top: 0.2rem;
  color: #fff;
}
.aboth {
  overflow: hidden;
  padding: 1rem 0 1.47rem;
}
.aboth .box {
  margin-top: 1.6rem;
}
@media (max-width: 991px) {
  .aboth .box {
    margin-top: 0.6rem;
  }
}
.aboth .box .swiper {
  overflow: initial;
}
@media (max-width: 991px) {
  .aboth .box .swiper {
    margin-left: 0;
    padding: 0 5%;
  }
}
.aboth .box .swiper-slide {
  height: 100%;
  width: 12.29166667%;
  opacity: 0;
  /* &:hover{
				.public-img{
					transform: scale(1.05);
				}
			}
			.img{
				border-radius: 0.2rem;
				overflow: hidden;
				background: url(../images/about9.jpg) no-repeat;
				background-size: cover;
				padding: 0.6rem 0.5rem;
				.public-img{
					transition: all 0.4s;
					&:before{
						.bfb(padding-top,16,24)
					}
				}
			}
			.txt{
				margin-top: 0.3rem;
				text-align: center;
				h3{
					@media @max-xs{
						font-size: 14px;
					}
				}
			} */
}
.aboth .box .swiper-slide .aboth_box {
  transition: all 0.4s;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aboth .box .swiper-slide .aboth_box .aboth_t {
  transition: all 0.4s;
  display: flex;
  text-align: center;
  align-items: center;
}
.aboth .box .swiper-slide .aboth_box .aboth_t img {
  transition: all 0.4s;
  width: 0.38rem;
  height: auto;
}
@media (max-width: 991px) {
  .aboth .box .swiper-slide .aboth_box .aboth_t img {
    width: 0.7rem;
  }
}
.aboth .box .swiper-slide .aboth_box .aboth_t .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2px;
}
.aboth .box .swiper-slide .aboth_box .aboth_t .txt h3 {
  transition: all 0.4s;
  font-size: 20px;
  width: 8em;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
  .aboth .box .swiper-slide .aboth_box .aboth_t .txt h3 {
    width: 100%;
  }
}
.aboth .box .swiper-slide .aboth_box .aboth_t .txt p {
  transition: all 0.4s;
  margin-top: 0.15rem;
  color: #6E707C;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: none;
}
@media (max-width: 991px) {
  .aboth .box .swiper-slide .aboth_box .aboth_t .txt p {
    opacity: 1 !important;
    display: -webkit-box;
  }
}
.aboth .box .swiper-slide .aboth_box .aboth_b {
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  opacity: 0;
  margin-top: 0.4rem;
  text-align: center;
}
.aboth .box .swiper-slide .aboth_box .aboth_b img {
  width: auto;
  height: 16px;
}
.aboth .box .swiper-slide-prev,
.aboth .box .swiper-slide-next {
  opacity: 1;
}
.aboth .box .swiper-slide-prev .aboth_box,
.aboth .box .swiper-slide-next .aboth_box {
  transform: translateX(-21%);
}
.aboth .box .swiper-slide-prev .aboth_box {
  transform: translateX(-76%);
}
@media screen and (max-width: 1400px) {
  .aboth .box .swiper-slide-prev .aboth_box {
    transform: translateX(-66%);
  }
}
.aboth .box .swiper-slide-next .aboth_box {
  transform: translateX(-24%);
}
@media screen and (max-width: 1400px) {
  .aboth .box .swiper-slide-next .aboth_box {
    transform: translateX(-34%);
  }
}
.aboth .box .swiper-slide-prev-2 {
  opacity: 1;
}
.aboth .box .swiper-slide-prev-2 .aboth_box {
  transform: translate(-55%, 40%);
}
.aboth .box .swiper-slide-next-2 {
  opacity: 1;
}
.aboth .box .swiper-slide-next-2 .aboth_box {
  transform: translate(-45%, 40%);
}
.aboth .box .swiper-slide-duplicate-active,
.aboth .box .swiper-slide-active {
  opacity: 1;
}
.aboth .box .swiper-slide-duplicate-active .aboth_box,
.aboth .box .swiper-slide-active .aboth_box {
  width: 157%;
}
@media (max-width: 991px) {
  .aboth .box .swiper-slide-duplicate-active .aboth_box,
  .aboth .box .swiper-slide-active .aboth_box {
    width: 100%;
  }
}
.aboth .box .swiper-slide-duplicate-active .aboth_box .aboth_t img,
.aboth .box .swiper-slide-active .aboth_box .aboth_t img {
  width: 0.7rem;
}
.aboth .box .swiper-slide-duplicate-active .aboth_box .aboth_t .txt,
.aboth .box .swiper-slide-active .aboth_box .aboth_t .txt {
  margin: 0 0.4rem;
}
@media (min-width: 992px) {
  .aboth .box .swiper-slide-duplicate-active .aboth_box .aboth_t .txt h3,
  .aboth .box .swiper-slide-active .aboth_box .aboth_t .txt h3 {
    font-size: 40px;
  }
}
.aboth .box .swiper-slide-duplicate-active .aboth_box .aboth_t .txt p,
.aboth .box .swiper-slide-active .aboth_box .aboth_t .txt p {
  display: -webkit-box;
}
.aboth .box .swiper-slide-duplicate-active .aboth_box .aboth_b,
.aboth .box .swiper-slide-active .aboth_box .aboth_b {
  opacity: 1;
}
.aboth .public-pagin {
  margin-top: 1.2rem;
}
.aboth .public-pagin .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  width: 8px;
  height: 8px;
}
.aboth .public-pagin .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.28rem;
}
.abofo {
  padding: 1.2rem 0;
  background: #F3F6F9;
}
.abofo .box {
  margin-top: 0.65rem;
}
.abofo .box .item {
  display: flex;
  justify-content: space-between;
  border-radius: 0.24rem;
  background: #FFF;
  padding: 0.2rem;
  box-shadow: 0 0 61.3px -2px rgba(47, 151, 219, 0.14);
  margin-bottom: 0.3rem;
  position: relative;
}
@media (max-width: 991px) {
  .abofo .box .item {
    flex-direction: column-reverse;
  }
}
.abofo .box .item .gl {
  width: 37.17948718%;
  padding: 1.08rem 1.24rem 1.08rem 0.46rem;
}
@media (max-width: 991px) {
  .abofo .box .item .gl {
    width: 100%;
    padding: 0.4rem 0;
  }
}
.abofo .box .item .gl h3 {
  line-height: 1.77777778;
  color: #20222A;
}
.abofo .box .item .gl .g_p {
  margin-top: 0.4rem;
}
.abofo .box .item .gl .g_p p {
  color: #6E707C;
  margin-top: 0.2rem;
  display: block;
  position: relative;
  padding-left: 20px;
}
.abofo .box .item .gl .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2F97DB;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .abofo .box .item .gl .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.abofo .box .item .gr {
  width: 62.82051282%;
}
@media (max-width: 991px) {
  .abofo .box .item .gr {
    width: 100%;
  }
}
.abofo .box .item .gr .public-img {
  border-radius: 0.24rem;
}
.abofo .box .item .gr .public-img:before {
  padding-top: 57.14285714%;
}
.proon {
  background: #F3F6F9;
  padding: 1rem 0 1.6rem;
}
.proon .g_t {
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: flex-end;
}
.proon .g_t a {
  cursor: pointer;
  display: flex;
  min-width: 1.2rem;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background: var(--color);
  color: #fff;
  transition: all 0.4s;
}
.proon .g_t a:hover {
  opacity: 0.8;
}
.proon .g_pubfaq .g_li {
  background: #fff;
  border-radius: 0.24rem;
  margin-bottom: 0.2rem;
}
.proon .g_pubfaq .g_li:first-child .g_xia {
  display: block;
}
.proon .g_pubfaq .g_li.on .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.proon .g_pubfaq .g_li.on .g_top .g_gb svg,
.proon .g_pubfaq .g_li.on .g_top .g_gb img {
  transform: rotate(180deg);
}
.proon .g_pubfaq .g_li .g_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.36rem 0.46rem 0.36rem 0.3rem;
  position: relative;
  cursor: pointer;
}
.proon .g_pubfaq .g_li .g_top .g_top_l {
  width: 80%;
}
.proon .g_pubfaq .g_li .g_top .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid var(--color);
  flex-shrink: 0;
}
.proon .g_pubfaq .g_li .g_top .g_gb i {
  width: 35%;
  height: 2px;
  background: var(--color);
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .proon .g_pubfaq .g_li .g_top .g_gb i {
    height: 1px;
  }
}
.proon .g_pubfaq .g_li .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.proon .g_pubfaq .g_li .g_xia {
  display: none;
}
.proon .g_pubfaq .g_li .g_xia .g_bjq {
  color: #6E707C;
  padding: 0 1.63rem 0.56rem 0.3rem;
}
@media (max-width: 767px) {
  .proon .g_pubfaq .g_li .g_xia .g_bjq {
    padding: 0 0.3rem 0.56rem 0.3rem;
  }
}
.g_filter {
  margin: 1.2rem 0 0.6rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .g_filter {
    flex-direction: column;
  }
}
.g_filter .gl {
  display: inline-flex;
  padding: 0.06rem;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  overflow: auto;
}
.g_filter .gl a {
  color: #6E707C;
  display: flex;
  padding: 0.14rem 0.42rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  transition: all 0.4s;
  white-space: nowrap;
}
.g_filter .gl a:hover p {
  color: var(--color);
}
.g_filter .gl a p {
  transition: all 0.4s;
  position: relative;
}
.g_filter .gl a p::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #82B900;
  left: -0.14rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  opacity: 0;
}
@media (max-width: 767px) {
  .g_filter .gl a p::after {
    left: -9px;
    top: 54%;
    width: 4px;
    height: 4px;
  }
}
.g_filter .gl a.on {
  background: #FFF;
  box-shadow: 0 177px 50px 0 rgba(86, 150, 210, 0), 0 113px 45px 0 rgba(86, 150, 210, 0.01), 0 64px 38px 0 rgba(86, 150, 210, 0.05), 0 28px 28px 0 rgba(86, 150, 210, 0.09), 0 7px 16px 0 rgba(86, 150, 210, 0.1);
  color: #101C77;
}
.g_filter .gl a.on p::after {
  opacity: 1;
}
.g_filter .gr {
  flex-shrink: 0;
  margin-left: 0.2rem;
}
@media (max-width: 991px) {
  .g_filter .gr {
    width: 100%;
    margin: 0.3rem 0 0;
  }
}
.g_filter .gr form .search_box {
  width: 4.2rem;
  height: 0.69rem;
  background: #fff;
  border-radius: 100px;
  border: 1px solid rgba(110, 112, 124, 0.5);
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .g_filter .gr form .search_box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .g_filter .gr form .search_box {
    height: 0.8rem;
  }
}
.g_filter .gr form .search_box input {
  padding: 0 0.3rem;
  width: 100%;
  color: #333;
}
.g_filter .gr form .search_box input::-webkit-input-placeholder {
  color: #6E707C4D;
}
.g_filter .gr form .search_box input:focus {
  border: none !important;
  box-shadow: none;
}
.g_filter .gr form .search_box button {
  margin-right: 0.16rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--color);
}
.g_filter .gr form .search_box button:hover {
  opacity: 0.8;
}
.g_filter .gr form .search_box button svg {
  width: 43.47826087%;
  height: auto;
}
.g_filter .gr form .search_box button svg path {
  fill: #9a9a9a;
}
.gpub_product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .gpub_product {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gpub_product {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gpub_product .item {
  display: block;
  padding: 0.28rem 0.48rem 0.4rem;
  background: #fff;
  border-radius: 0.24rem;
  border: 1px solid transparent;
  transition: all 0.4s;
}
.gpub_product .item:hover {
  border: 1px solid var(--color);
  box-shadow: 0 0 60px -2px rgba(47, 151, 219, 0.14);
}
.gpub_product .item:hover .public-img img {
  transform: scale(1.05);
}
.gpub_product .item:hover .txt h3 {
  color: var(--color) !important;
}
.gpub_product .item .public-img {
  overflow: initial;
}
.gpub_product .item .txt {
  margin-top: 0.17rem;
  text-align: center;
}
.gpub_product .item .txt h3 {
  font-weight: bold;
  color: #20222A;
}
.gpub_product .item .txt p {
  margin-top: 0.1rem;
  font-size: 12px;
  color: #6E707C;
}
.gpage {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gpage a {
  height: 0.4rem;
  width: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.06rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
  border-radius: 50%;
  border: 1px solid transparent;
  color: #777;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gpage a {
    font-size: 0.28rem;
    height: 0.7rem;
    min-width: 0.7rem;
  }
}
.gpage a.prev {
  color: #000;
}
.gpage a.prev img,
.gpage a.prev svg {
  transform: rotate(180deg);
}
.gpage a.next {
  color: #000;
}
.gpage a:hover {
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
}
.gpage a:hover p {
  color: #fff;
}
.gpage a img,
.gpage a svg {
  width: 42.5%;
  height: auto;
}
.gpage a .img2 {
  display: none;
}
.gpage a svg path {
  fill: #999999;
}
.gpage .active {
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
}
.gpage .active p {
  color: #fff;
}
.gpage > p {
  color: #000;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .gpage > p {
    display: none;
  }
}
.gpage input {
  margin: 0 0.1rem;
  border: 1px solid #999999;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .gpage input {
    display: none;
  }
}
/* 产品详情 */
.pinfoon {
  background: #F3F6F9;
  padding: 1.33rem 0 1.67rem;
}
.pinfoon .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pinfoon .box {
    flex-direction: column;
  }
}
.pinfoon .box .gl {
  /* padding-top: 0.25rem; */
  width: 41.66666667%;
}
@media (max-width: 991px) {
  .pinfoon .box .gl {
    width: 100%;
  }
}
.pinfoon .box .gl .public-img:before {
  padding-top: 82.5%;
}
.pinfoon .box .gr {
  width: 37.84722222%;
}
@media (max-width: 991px) {
  .pinfoon .box .gr {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.pinfoon .box .gr .g_h1 h1 {
  color: #20222A;
}
.pinfoon .box .gr .g_h1 p {
  margin-top: 0.1rem;
  color: #6E707C;
}
.pinfoon .box .gr .g_logo {
  margin-top: 0.22rem;
  display: flex;
  flex-wrap: wrap;
}
.pinfoon .box .gr .g_logo .item {
  margin-right: 0.1rem;
  display: flex;
  padding: 0.07rem 0.13rem;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pinfoon .box .gr .g_logo .item img {
  width: auto;
  height: 0.36rem;
}
.pinfoon .box .gr .txt {
  margin-top: 0.26rem;
}
.pinfoon .box .gr .txt p {
  margin-top: 0.08rem;
  color: #6E707C;
  transition: all 0.4s;
  display: block;
  position: relative;
  padding-left: 0.16rem;
}
.pinfoon .box .gr .txt p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2F97DB;
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .pinfoon .box .gr .txt p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.pinfoon .box .gr .g_fh {
  margin-top: 0.33rem;
  display: inline-flex;
  background: #fff;
  border-radius: 100px;
  padding: 0.14rem 0.4rem;
  transition: all 0.4s;
}
.pinfoon .box .gr .g_fh:hover {
  background: #2F97DB;
}
.pinfoon .box .gr .g_fh:hover i,
.pinfoon .box .gr .g_fh:hover p {
  color: #fff;
}
.pinfoon .box .gr .g_fh i {
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: auto;
  color: #2F97DB;
}
@media (max-width: 1199px) {
  .pinfoon .box .gr .g_fh i {
    width: 14px;
  }
}
@media (max-width: 767px) {
  .pinfoon .box .gr .g_fh i {
    width: 12px;
  }
}
.pinfoon .box .gr .g_fh i svg,
.pinfoon .box .gr .g_fh i img {
  width: 100%;
  height: auto;
}
.pinfoon .box .gr .g_fh i svg path,
.pinfoon .box .gr .g_fh i img path {
  fill: var(--color);
}
.pinfoon .box .gr .g_fh p {
  transition: all 0.4s;
  margin-left: 0.14rem;
  color: #2F97DB;
}
.pinfoon .box .gr .g_dow {
  border-radius: 0.1rem;
  border: 1px solid rgba(110, 112, 124, 0.5);
  padding: 17px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
  margin-top: 0.35rem;
}
.pinfoon .box .gr .g_dow:hover {
  background: var(--color);
}
.pinfoon .box .gr .g_dow:hover .glab p,
.pinfoon .box .gr .g_dow:hover .glab i {
  color: #fff;
}
.pinfoon .box .gr .g_dow:hover .gdow {
  color: #fff;
}
.pinfoon .box .gr .g_dow .glab {
  display: flex;
  align-items: center;
}
.pinfoon .box .gr .g_dow .glab i {
  transition: all 0.4s;
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.26rem;
  height: auto;
  color: #E64E4E;
}
@media (max-width: 1199px) {
  .pinfoon .box .gr .g_dow .glab i {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .pinfoon .box .gr .g_dow .glab i {
    width: 18px;
  }
}
.pinfoon .box .gr .g_dow .glab i svg,
.pinfoon .box .gr .g_dow .glab i img {
  width: 100%;
  height: auto;
}
.pinfoon .box .gr .g_dow .glab i svg path,
.pinfoon .box .gr .g_dow .glab i img path {
  fill: var(--color);
}
.pinfoon .box .gr .g_dow .glab p {
  font-weight: 500;
  transition: all 0.4s;
}
.pinfoon .box .gr .g_dow .gdow {
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: auto;
  color: #000;
}
@media (max-width: 1199px) {
  .pinfoon .box .gr .g_dow .gdow {
    width: 14px;
  }
}
@media (max-width: 767px) {
  .pinfoon .box .gr .g_dow .gdow {
    width: 12px;
  }
}
.pinfoon .box .gr .g_dow .gdow svg,
.pinfoon .box .gr .g_dow .gdow img {
  width: 100%;
  height: auto;
}
.pinfoon .box .gr .g_dow .gdow svg path,
.pinfoon .box .gr .g_dow .gdow img path {
  fill: var(--color);
}
.pinfotw {
  background: #F3F6F9;
  padding: 0 0 1.2rem;
}
.pinfotw .box {
  margin-top: 0.5rem;
}
.pinfotw .box .swiper .gcon .img {
  position: relative;
}
.pinfotw .box .swiper .gcon .img .public-img {
  border-radius: 0.2rem 0.2rem 0 0;
}
.pinfotw .box .swiper .gcon .img .public-img:before {
  padding-top: 50%;
}
.pinfotw .box .swiper .gcon .img .vid_on_box {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.pinfotw .box .swiper .gcon .img .vid_on_box:hover {
  background: rgba(47, 151, 219, 0.9);
  box-shadow: 0 0 45px 0 rgba(0, 161, 156, 0.5);
  border-color: transparent;
}
.pinfotw .box .swiper .gcon .img .vid_on_box i {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 30%;
  border-radius: 50%;
}
.pinfotw .box .swiper .gcon .img .vid_on_box i svg {
  color: #fff;
  width: 100%;
  height: auto;
}
.pinfotw .box .swiper .gcon .img .vid_on_box i svg path {
  fill: #fff;
}
.pinfotw .box .swiper .gcon .txt {
  border-radius: 0.2rem;
  margin-top: -0.2rem;
  background: #fff;
  padding: 0.22rem 0.24rem;
  position: relative;
  z-index: 10;
}
.pinfotw .box .swiper .gcon .txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pinfotw .box .swiper .gcon .txt p {
  color: #6E707C;
  margin-top: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.pinfotw .box .public-pagin {
  margin-top: 0.4rem;
}
.pinfoth {
  background: #F3F6F9;
  padding: 0 0 0.2rem;
}
.pinfoth .gpub_product {
  margin-top: 0.5rem;
}
.oemon {
  background: #F3F6F9;
  padding: 1.2rem 0;
}
.oemon_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media (max-width: 767px) {
  .oemon_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.oemon_box .item {
  overflow: hidden;
  position: relative;
  border-radius: 0.24rem;
}
.oemon_box .item .public-img:before {
  padding-top: 44.87179487%;
}
.oemon_box .item .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.oemon_box .item .txt h3 {
  color: var(--color);
  font-weight: bold;
}
.oemon_box .item .txt .public-btn {
  margin-top: 0.28rem;
}
.oeminfo {
  background: #F3F6F9;
  padding: 0.4rem 0 0;
}
.oeminfo .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .oeminfo .box {
    flex-direction: column;
  }
}
.oeminfo .box .gl {
  width: 76.38888889%;
  background: #fff;
  border-radius: 0.24rem;
  padding: 0.3rem 0.4rem 0.4rem;
}
@media (max-width: 767px) {
  .oeminfo .box .gl {
    width: 100%;
  }
}
.oeminfo .box .gl h2 {
  font-weight: bold;
}
.oeminfo .box .gl .oeminfo_nav {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oeminfo .box .gl .oeminfo_nav .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 21.09090909%;
  border-radius: 0.24rem;
  border: 2px solid transparent;
  transition: all 0.4s;
  padding: 0.15rem 0 0.21rem;
}
@media (max-width: 767px) {
  .oeminfo .box .gl .oeminfo_nav .item {
    width: 48%;
    margin-bottom: 0.3rem;
  }
}
.oeminfo .box .gl .oeminfo_nav .item.on {
  border: 2px solid var(--color);
  box-shadow: 0 0 60px -2px rgba(47, 151, 219, 0.14);
}
.oeminfo .box .gl .oeminfo_nav .item .public-img {
  width: 56.03448276%;
}
.oeminfo .box .gl .oeminfo_nav .item .txt {
  text-align: center;
}
.oeminfo .box .gl .oeminfo_nav .item .txt .g_p {
  margin-top: 0.05rem;
}
.oeminfo .box .gl .oeminfo_nav .item .txt .g_p p {
  color: #6E707C;
}
.oeminfo .box .gl .oeminfo_img {
  position: relative;
  margin-top: 0.32rem;
}
.oeminfo .box .gl .oeminfo_img .img {
  position: absolute;
  transition: all 0.4s;
  top: 0;
  opacity: 0;
}
.oeminfo .box .gl .oeminfo_img .img.on {
  position: relative;
  opacity: 1;
}
.oeminfo .box .gl .oeminfo_img .public-img {
  border-radius: 0.24rem;
  width: 100%;
}
.oeminfo .box .gl .oeminfo_img .public-img:before {
  padding-top: 33.33333333%;
}
.oeminfo .box .gl .g_ba {
  cursor: pointer;
  margin-top: 0.3rem;
  display: inline-flex;
  align-items: center;
  color: #2F97DB;
  transition: all 0.4s;
}
.oeminfo .box .gl .g_ba:hover {
  opacity: 0.8;
}
.oeminfo .box .gl .g_ba i {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: auto;
  color: #2F97DB;
}
@media (max-width: 1199px) {
  .oeminfo .box .gl .g_ba i {
    width: 16px;
  }
}
@media (max-width: 767px) {
  .oeminfo .box .gl .g_ba i {
    width: 14px;
  }
}
.oeminfo .box .gl .g_ba i svg,
.oeminfo .box .gl .g_ba i img {
  width: 100%;
  height: auto;
}
.oeminfo .box .gl .g_ba i svg path,
.oeminfo .box .gl .g_ba i img path {
  fill: var(--color);
}
.oeminfo .box .gl .g_ba p {
  font-weight: bold;
}
.oeminfo .box .gr {
  width: 12.36111111%;
}
@media (max-width: 767px) {
  .oeminfo .box .gr {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.oeminfo .box .gr h2 {
  font-weight: bold;
}
.oeminfo .box .gr .gr_box {
  margin-top: 0.3rem;
}
.oeminfo .box .gr .gr_box .item {
  display: block;
  margin-bottom: 0.23rem;
  position: relative;
}
.oeminfo .box .gr .gr_box .item:hover .img .public-img img {
  transform: scale(1.05);
}
.oeminfo .box .gr .gr_box .item:hover .img .f_ico {
  opacity: 1;
}
.oeminfo .box .gr .gr_box .item .img {
  position: relative;
}
.oeminfo .box .gr .gr_box .item .img .public-img {
  border-radius: 0.14rem;
}
.oeminfo .box .gr .gr_box .item .img .public-img:before {
  padding-top: 44.94382022%;
}
.oeminfo .box .gr .gr_box .item .img .f_ico {
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: var(--color2);
  color: #fff;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1580px) {
  .oeminfo .box .gr .gr_box .item .img .f_ico {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .oeminfo .box .gr .gr_box .item .img .f_ico {
    width: 20px;
    height: 20px;
  }
}
.oeminfo .box .gr .gr_box .item .img .f_ico img,
.oeminfo .box .gr .gr_box .item .img .f_ico svg {
  width: 41%;
  max-height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.oeminfo .box .gr .gr_box .item .txt {
  text-align: center;
  margin-top: 0.1rem;
}
.oeminfo .box .gr .gr_box .item .txt h3 {
  font-weight: bold;
}
/* 资源下载 */
.down {
  background: #F3F6F9;
  padding: 1.25rem 0 1.6rem;
}
.down .g_filter {
  margin-top: 0;
}
.down .gpage {
  margin-top: 0.6rem;
}
.gpub_down {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 35px;
}
@media (max-width: 991px) {
  .gpub_down {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gpub_down {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gpub_down .gcon:hover .public-img img {
  transform: scale(1.05);
}
.gpub_down .gcon:hover .txt h3 {
  color: var(--color) !important;
}
.gpub_down .gcon .img {
  position: relative;
}
.gpub_down .gcon .img .public-img {
  border-radius: 0.2rem 0.2rem 0 0;
}
.gpub_down .gcon .img .public-img:before {
  padding-top: 50%;
}
.gpub_down .gcon .img .vid_on_box {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.gpub_down .gcon .img .vid_on_box:hover {
  background: rgba(47, 151, 219, 0.9);
  box-shadow: 0 0 45px 0 rgba(0, 161, 156, 0.5);
  border-color: transparent;
}
.gpub_down .gcon .img .vid_on_box i {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 30%;
  border-radius: 50%;
}
.gpub_down .gcon .img .vid_on_box i svg {
  color: #fff;
  width: 100%;
  height: auto;
}
.gpub_down .gcon .img .vid_on_box i svg path {
  fill: #fff;
}
.gpub_down .gcon .txt {
  border-radius: 0.2rem;
  margin-top: -0.2rem;
  background: #fff;
  padding: 0.22rem 0.24rem;
  position: relative;
  z-index: 10;
}
.gpub_down .gcon .txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.gpub_down .gcon .txt p {
  color: #6E707C;
  margin-top: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.gpub_manual .g_li {
  border-bottom: 1px solid rgba(110, 112, 124, 0.12);
  padding: 0.29rem 0.51rem 0.22rem 0.39rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}
.gpub_manual .g_li:hover {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 55px 5px rgba(32, 91, 89, 0.1);
}
.gpub_manual .g_li:hover .ltxt .img {
  background: rgba(209, 233, 249, 0.3);
}
.gpub_manual .g_li:hover .rjt {
  transform: rotate(90deg);
  background: var(--color);
}
.gpub_manual .g_li .ltxt {
  width: 80%;
  display: flex;
  align-items: center;
}
.gpub_manual .g_li .ltxt .img {
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.05rem;
  margin-right: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gpub_manual .g_li .ltxt .img img,
.gpub_manual .g_li .ltxt .img svg {
  width: 43.33333333%;
  height: auto;
}
.gpub_manual .g_li .ltxt .txt {
  width: 80%;
}
.gpub_manual .g_li .ltxt .txt .g_lab {
  display: flex;
  align-items: center;
}
.gpub_manual .g_li .ltxt .txt .g_lab img,
.gpub_manual .g_li .ltxt .txt .g_lab svg {
  margin-right: 0.08rem;
  width: 0.16rem;
  height: auto;
}
@media (max-width: 1199px) {
  .gpub_manual .g_li .ltxt .txt .g_lab img,
  .gpub_manual .g_li .ltxt .txt .g_lab svg {
    width: 12px;
  }
}
.gpub_manual .g_li .ltxt .txt .g_lab p {
  display: flex;
  align-items: center;
  color: #666;
}
.gpub_manual .g_li .ltxt .txt .g_lab p span {
  line-height: 1;
  margin: 0 0.1rem;
  font-size: 12px;
}
.gpub_manual .g_li .ltxt .txt h3 {
  width: 100%;
  margin-top: 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gpub_manual .g_li .rjt {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(147, 159, 176, 0.5);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gpub_manual .g_li .rjt {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.gpub_manual .g_li .rjt i {
  flex-shrink: 0;
  display: flex;
  width: 50%;
  height: auto;
  color: #fff;
}
.gpub_manual .g_li .rjt i svg,
.gpub_manual .g_li .rjt i img {
  width: 100%;
  height: auto;
}
.gpub_manual .g_li .rjt i svg path,
.gpub_manual .g_li .rjt i img path {
  fill: var(--color);
}
/* 可持续发展 */
.suson {
  padding: 1.36rem 0 2.09rem;
}
@media (max-width: 767px) {
  .suson {
    padding: 1.2rem 0;
  }
}
.suson .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .suson .box {
    flex-direction: column;
  }
}
.suson .box .public-img {
  border-radius: 0.24rem;
  width: 43.75%;
}
@media (max-width: 767px) {
  .suson .box .public-img {
    width: 100%;
  }
}
.suson .box .public-img:before {
  padding-top: 57.14285714%;
}
.suson .box .txt {
  width: 35.875%;
  margin-right: 1.68rem;
}
@media (max-width: 991px) {
  .suson .box .txt {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .suson .box .txt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.suson .box .txt p {
  margin-top: 0.3rem;
  color: #6E707C;
}
.sustw .box {
  position: relative;
}
.sustw .box .public-img:before {
  padding-top: 46.875%;
}
.sustw .box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustw .box .txt h2 {
  color: #fff;
  text-align: center;
}
.susfo {
  background: #F3F6F9;
  padding: 1.31rem 0 1.6rem;
}
.susfo .gtit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.susfo .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.68rem;
}
.susfo .box .item {
  width: 50%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .susfo .box .item {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 567px) {
  .susfo .box .item {
    width: 100%;
  }
  .susfo .box .item:last-child {
    margin-bottom: 0;
  }
}
.susfo .box .item .list {
  display: block;
  position: relative;
  z-index: 2;
  padding-bottom: 0.58rem;
  overflow: hidden;
  border-radius: 0.32rem;
}
@media (max-width: 767px) {
  .susfo .box .item .list {
    background: #fff;
    padding-bottom: 0.48rem;
  }
}
.susfo .box .item .list .public-img {
  border-radius: 0.32rem;
}
.susfo .box .item .list .public-img:before {
  padding-top: 63.26530612%;
}
.susfo .box .item .list .font {
  border-radius: 0.32rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  padding: 0.58rem 1.1rem 0 0.39rem;
}
@media (max-width: 991px) {
  .susfo .box .item .list .font {
    padding: 0.38rem 0.6rem 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .susfo .box .item .list .font {
    padding: 0.35rem 0.38rem;
    background: #fff;
    transform: translateY(-0.7rem);
  }
}
.susfo .box .item .list .font .f_tit {
  color: #000000;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 0.6rem;
  position: relative;
}
.susfo .box .item .list .font .f_tit::after {
  content: '';
  position: absolute;
  width: 0.36rem;
  height: 0.05rem;
  border-radius: 50px;
  background: var(--color);
  bottom: 0.3rem;
  left: 0;
}
.susfo .box .item .list .font .f_text {
  color: #666666;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.25em;
}
.susfo .box .item .list .font .public-btn {
  position: absolute;
  left: 0.38rem;
  bottom: 0;
  margin-bottom: -0.74rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .susfo .box .item .list .font .public-btn {
    opacity: 1;
  }
}
@media (min-width: 1199px) {
  .susfo .box .item .list:hover {
    background: #fff;
  }
  .susfo .box .item .list:hover .public-img img {
    transform: scale(1.05);
  }
  .susfo .box .item .list:hover .font {
    background: #fff;
    transform: translateY(-0.7rem);
  }
  .susfo .box .item .list:hover .font .public-btn {
    opacity: 1;
  }
}
.susth {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.susth .susth_box {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.susth .susth_box .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .susth .susth_box .container {
    flex-direction: column-reverse;
  }
}
.susth .susth_box .container .gl {
  width: 36.75%;
}
@media (max-width: 767px) {
  .susth .susth_box .container .gl {
    width: 100%;
  }
}
.susth .susth_box .container .gl .txt_li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0.5rem 0;
}
.susth .susth_box .container .gl .txt_li.on h3 {
  display: flex;
  transform: scale(2);
}
@media (max-width: 767px) {
  .susth .susth_box .container .gl .txt_li.on h3 {
    transform: scale(1);
  }
}
.susth .susth_box .container .gl .txt_li h3 {
  transform-origin: left;
  height: 0.64rem;
  line-height: 0.64rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.susth .susth_box .container .gl .txt_li p {
  display: none;
  margin-top: 0.3rem;
  color: #6E707C;
}
.susth .susth_box .container .gr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 51.5625%;
}
@media (max-width: 767px) {
  .susth .susth_box .container .gr {
    width: 100%;
    justify-content: center;
  }
}
.susth .susth_box .container .gr .swiper {
  width: 79.15151515%;
  margin: 0;
  overflow: initial;
}
.susth .susth_box .container .gr .swiper::after {
  content: '';
  top: 50%;
  left: 2.32rem;
  transform: translateY(-50%);
  position: absolute;
  width: 169.83154671%;
  height: 169.83154671%;
  border-radius: 50%;
  border: 1px dashed #82B900;
}
@media (max-width: 767px) {
  .susth .susth_box .container .gr .swiper::after {
    display: none;
  }
}
.susth .susth_box .container .gr .swiper .public-img {
  border-radius: 50%;
}
.susth .susth_box .container .gr .swip2_pag {
  width: 8.96969697%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: initial;
}
@media (max-width: 767px) {
  .susth .susth_box .container .gr .swip2_pag {
    display: none;
  }
}
.susth .susth_box .container .gr .swip2_pag .swiper-pagination-bullet {
  transition: all 0.4s;
  width: 0.72rem;
  height: 0.72rem;
  margin: 0.2rem 0;
  border-radius: 50%;
  background: transparent;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 1;
}
.susth .susth_box .container .gr .swip2_pag .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 16.66666667%;
  height: 16.66666667%;
  border-radius: 50%;
  background: #82B900;
}
.susth .susth_box .container .gr .swip2_pag .swiper-pagination-bullet-active {
  background: rgba(130, 185, 0, 0.06);
}
/* 招贤纳士 */
.joinon {
  padding: 1.3rem 0 1.4rem;
}
.joinon .box {
  margin-top: 0.64rem;
  display: flex;
}
@media (max-width: 767px) {
  .joinon .box {
    flex-direction: column;
  }
}
.joinon .box .item {
  width: 50%;
  height: 7.3rem;
  position: relative;
  border-radius: 0.32rem;
  overflow: hidden;
  margin-right: 0.3rem;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .joinon .box .item {
    height: 8.8rem;
  }
}
@media (max-width: 1199px) {
  .joinon .box .item {
    height: 6.8rem;
  }
}
@media (max-width: 767px) {
  .joinon .box .item {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
}
.joinon .box .item:last-child {
  margin-right: 0;
}
.joinon .box .item.on {
  width: 65.4375%;
  flex-shrink: 0;
}
.joinon .box .item.on .txt .gxs {
  opacity: 0;
}
.joinon .box .item.on .txt .gyr {
  opacity: 1;
}
.joinon .box .item.on .txt .gyr .txt_box {
  overflow-y: auto;
  opacity: 1;
}
.joinon .box .item .img {
  width: 100%;
  height: 100%;
}
.joinon .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinon .box .item .txt {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.joinon .box .item .txt .gxs {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  padding: 0.72rem 0.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .joinon .box .item .txt .gxs {
    opacity: 0;
  }
}
.joinon .box .item .txt .gxs h3 {
  line-height: 1.3;
  text-align: center;
}
.joinon .box .item .txt .gyr {
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0.42rem 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .joinon .box .item .txt .gyr {
    opacity: 1 !important;
  }
}
.joinon .box .item .txt .gyr i {
  margin-bottom: 0.34rem;
  flex-shrink: 0;
  display: flex;
  width: 0.3rem;
  height: auto;
}
.joinon .box .item .txt .gyr i svg,
.joinon .box .item .txt .gyr i img {
  width: 100%;
  height: auto;
}
.joinon .box .item .txt .gyr i svg path,
.joinon .box .item .txt .gyr i img path {
  fill: #fff;
}
.joinon .box .item .txt .gyr .txt_box {
  max-width: 5.12rem;
  transition: all 0.4s;
  opacity: 0;
  transition-delay: 0.4s;
}
@media (max-width: 1199px) {
  .joinon .box .item .txt .gyr .txt_box {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .joinon .box .item .txt .gyr .txt_box {
    opacity: 1 !important;
  }
}
.joinon .box .item .txt .gyr .txt_box h3 {
  margin-bottom: 0.12rem;
}
.joinon .box .item .txt .gyr .txt_box p {
  color: rgba(255, 255, 255, 0.75);
}
.jointw {
  position: relative;
}
@media (max-width: 1199px) {
  .jointw .swiper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 1199px) {
  .jointw .swiper .public-img {
    height: 100%;
  }
}
.jointw .swiper .public-img:before {
  padding-top: 50%;
}
.jointw .container {
  pointer-events: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 1.4rem 0;
}
@media (max-width: 1199px) {
  .jointw .container {
    position: relative;
    transform: translateX(0%);
    left: 0;
  }
}
.jointw .container .g_title h2 {
  color: #fff;
  pointer-events: initial;
}
.jointw .container .box {
  margin-top: 0.56rem;
  display: flex;
  justify-content: flex-end;
}
.jointw .container .box .gcon {
  pointer-events: initial;
  width: 49.0625%;
  border-radius: 0.24rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  padding: 0.69rem 0.9rem 0.57rem 0.8rem;
}
@media (max-width: 991px) {
  .jointw .container .box .gcon {
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .jointw .container .box .gcon {
    width: 100%;
  }
}
.jointw .container .box .gcon .gtxt {
  position: relative;
}
.jointw .container .box .gcon .gtxt .g_li {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
.jointw .container .box .gcon .gtxt .g_li.on {
  position: relative;
  opacity: 1;
}
.jointw .container .box .gcon .gtxt .g_li span {
  font-weight: 500;
  font-family: AvantGarde-Demi;
  line-height: 0.8;
  color: rgba(47, 151, 219, 0.75);
}
.jointw .container .box .gcon .gtxt .g_li h3 {
  margin-top: 0.4rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jointw .container .box .gcon .gtxt .g_li p {
  color: #6E707C;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
.jointw .container .box .gcon .g_qie {
  margin-top: 0.46rem;
  display: flex;
  align-items: center;
}
.jointw .container .box .gcon .g_qie .pub_nav {
  margin-right: 0.2rem;
}
.g_qie .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  top: 0%;
  left: 0;
  transform: translateY(0%);
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie .pub_nav:after {
  display: none;
}
@media (max-width: 767px) {
  .g_qie .pub_nav {
    /* display: none; */
  }
}
.g_qie .pub_nav:hover {
  background: var(--color);
  /* svg{
				color: #fff;
				path{
					fill: #fff;
				}
			} */
}
.g_qie .pub_nav svg {
  color: #2F97DB;
  width: 21.66666667%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie.g_qie2 {
  display: flex;
}
.g_qie.g_qie2 .pub_nav {
  position: initial;
  transform: translateY(0%);
  margin-left: 0.17rem;
}
.jointh {
  background: #F3F6F9;
  padding: 1.4rem 0;
}
.jointh .box {
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
}
.jointh .box .imgbj {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .jointh .box .imgbj {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.jointh .box .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jointh .box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
@media (max-width: 1199px) {
  .jointh .box .txt {
    position: relative;
  }
}
@media (max-width: 991px) {
  .jointh .box .txt {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .jointh .box .txt {
    padding: 1.2rem 0.6rem;
  }
}
.jointh .box .txt h2 {
  margin-bottom: 0.35rem;
}
.jointh .box .txt .g_lab {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .jointh .box .txt .g_lab {
    width: 100%;
  }
}
.jointh .box .txt .g_lab .g_li {
  margin: 0.2rem 0.8rem 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .jointh .box .txt .g_lab .g_li {
    width: 50%;
    margin: 0.2rem 0 0;
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .jointh .box .txt .g_lab .g_li {
    width: 100%;
  }
}
.jointh .box .txt .g_lab .g_li i {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2F97DB;
  color: #fff;
}
@media (max-width: 1199px) {
  .jointh .box .txt .g_lab .g_li i {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .jointh .box .txt .g_lab .g_li i {
    width: 14px;
    height: 14px;
  }
}
.jointh .box .txt .g_lab .g_li i svg,
.jointh .box .txt .g_lab .g_li i img {
  width: 60%;
  height: auto;
}
.jointh .box .txt .g_lab .g_li i svg path,
.jointh .box .txt .g_lab .g_li i img path {
  fill: var(--color);
}
.joinfo {
  background: #F3F6F9;
  padding: 0 0 1.6rem;
}
.joinfo .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.joinfo .box .gl {
  position: sticky;
  position: -webkit-sticky;
  top: 110px;
  width: 18.875%;
}
@media (max-width: 767px) {
  .joinfo .box .gl {
    width: 25.125%;
  }
}
.joinfo .box .gl h2 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .joinfo .box .gl h2 {
    font-size: 16px;
  }
}
.joinfo .box .gl .g_top {
  margin-top: 0.29rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(110, 112, 124, 0.2);
}
.joinfo .box .gl .g_top a {
  color: #A2AFB7;
  cursor: pointer;
}
.joinfo .box .gl .g_filter2 {
  margin-top: 0.29rem;
}
.joinfo .box .gl .g_filter2 .g_li {
  margin-bottom: 0.22rem;
}
.joinfo .box .gl .g_filter2 .g_li h3 {
  margin-bottom: 0.18rem;
}
.joinfo .box .gl .g_filter2 .g_li .g_but {
  display: flex;
  flex-direction: column;
}
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it {
  cursor: pointer;
  margin-bottom: 0.18rem;
  display: inline-flex;
  align-items: center;
}
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it.on i {
  background: var(--color);
  border: 1px solid var(--color);
}
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it.on i svg,
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it.on i igm {
  opacity: 1;
}
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it i {
  transition: all 0.4s;
  margin-right: 0.08rem;
  border-radius: 2px;
  border: 1px solid #8F959E;
  background: #FFF;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
}
@media (max-width: 1199px) {
  .joinfo .box .gl .g_filter2 .g_li .g_but .g_it i {
    width: 14px;
  }
}
@media (max-width: 767px) {
  .joinfo .box .gl .g_filter2 .g_li .g_but .g_it i {
    width: 12px;
  }
}
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it i svg,
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it i img {
  transition: all 0.4s;
  opacity: 0;
  width: 60%;
  height: auto;
}
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it i svg path,
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it i img path {
  fill: var(--color);
}
.joinfo .box .gl .g_filter2 .g_li .g_but .g_it p {
  color: #1F2329;
}
@media (max-width: 767px) {
  .joinfo .box .gl .g_filter2 .g_li .g_but .g_it p {
    font-size: 12px;
  }
}
.joinfo .box .gr {
  width: 71.25%;
}
.pub_join {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .pub_join {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .pub_join {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pub_join.pub_join2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .pub_join.pub_join2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .pub_join.pub_join2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pub_join .pub_join_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border-radius: 0.24rem;
  padding: 0.3rem 0.22rem 0.24rem;
  transition: all 0.4s;
}
.pub_join .pub_join_item:hover {
  box-shadow: 0 0 61.3px -2px rgba(47, 151, 219, 0.14);
}
.pub_join .pub_join_item:hover .g_rjt {
  background: #2f97db;
}
.pub_join .pub_join_item:hover .g_rjt svg {
  color: #fff;
}
.pub_join .pub_join_item .g_p {
  margin-top: 0.11rem;
}
.pub_join .pub_join_item .g_p p {
  color: #6E707C;
}
.pub_join .pub_join_item .g_rjt {
  transition: all 0.4s;
  margin-top: 0.3rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 151, 219, 0.07);
}
.pub_join .pub_join_item .g_rjt svg,
.pub_join .pub_join_item .g_rjt img {
  color: #2f97db;
  width: 27.08333333%;
  height: auto;
  transition: all 0.4s;
}
.jinfoon {
  padding: 0.43rem 0 1.6rem;
  background: #F3F6F9;
}
.jinfoon .container {
  max-width: 1000px;
}
.jinfoon .container .g_fh {
  display: inline-flex;
  align-items: center;
}
.jinfoon .container .g_fh:hover i {
  color: var(--color);
}
.jinfoon .container .g_fh:hover p {
  color: var(--color);
}
.jinfoon .container .g_fh p {
  margin-left: 0.09rem;
  transition: all 0.4s;
}
.jinfoon .container .g_fh i {
  transition: all 0.4s;
}
.jinfoon .container .box .g_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.95rem;
  padding-bottom: 0.46rem;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .jinfoon .container .box .g_top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .jinfoon .container .box .g_top .gl {
    margin-bottom: 0.4rem;
  }
}
.jinfoon .container .box .g_top .gl .g_p {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.jinfoon .container .box .g_top .gl .g_p a {
  position: relative;
  color: #000;
  line-height: 1;
  margin-right: 0.1rem;
  padding-right: 0.1rem;
  transition: all 0.4s;
}
.jinfoon .container .box .g_top .gl .g_p a:hover {
  color: #fff;
}
.jinfoon .container .box .g_top .gl .g_p a:last-child::after {
  display: none;
}
.jinfoon .container .box .g_top .gl .g_p a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.14);
}
@media (max-width: 767px) {
  .jinfoon .container .box .g_top .gl .g_p a::after {
    height: 12px;
  }
}
.jinfoon .container .box .public-content {
  margin-top: 0.45rem;
  color: #20222A;
}
.jinfoon .container .box .public-content h3 {
  margin-bottom: 0.1rem;
}
.jinfoon .container .box .public-content p {
  color: #6E707C;
  font-size: 14px;
}
.jinfotw {
  padding: 1.31rem 0 1.6rem;
}
.jinfotw .pub_join {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .jinfotw .pub_join {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .jinfotw .pub_join {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jinfotw .pub_join .pub_join_item {
  box-shadow: 0 0 61.3px -2px rgba(47, 151, 219, 0.14);
}
.hi-mouse1 {
  pointer-events: none;
}
.hi-mouse1 .c-btn {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  cursor: none;
  pointer-events: none;
  z-index: 10000;
}
.hi-mouse1 .c-btn .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  transition: all 0.6s;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
}
.hi-mouse1 .c-btn .c-btn-box span {
  margin: 0 0.04rem;
}
.hi-mouse1 .c-btn .c-btn-box .img1 {
  transform: rotate(180deg);
}
.hi-mouse1 .c-btn .c-btn-box i {
  width: 0.08rem;
  height: 0.08rem;
  background: #2F97DB;
  border-radius: 50%;
  display: block;
}
.hi-mouse1 .c-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  pointer-events: none;
  background: #2F97DB;
  border-radius: 50%;
  width: 0.54rem;
  height: 0.54rem;
}
.hi-mouse1.show .c-btn {
  cursor: pointer;
}
.hi-mouse1.show .c-btn .c-btn-box {
  transform: scale(1);
}
/* 搜索结果 */
.gsearch {
  background: #F3F6F9;
  padding: 1rem 0 0;
  overflow: hidden;
}
.gsearch .public-search-form {
  width: 7.5rem;
  margin: 0 auto 1.12rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .gsearch .public-search-form {
    width: 100%;
  }
}
.gsearch .hi-nav1 {
  border-bottom: 1px solid rgba(110, 112, 124, 0.2);
  background: #F3F6F9;
}
.gsearch .hi-nav1 .swiper .swiper-slide {
  width: auto;
  margin: 0 0.44rem;
  line-height: 60px;
}
.gsearch .hi-nav1 .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.gsearch .hi-nav1 .swiper .swiper-slide .c-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  transition: all 0.4s;
}
.gsearch .hi-nav1 .swiper .swiper-slide .c-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.gsearch .hi-nav1 .swiper .swiper-slide.on .c-text,
.gsearch .hi-nav1 .swiper .swiper-slide:hover .c-text {
  color: #000;
}
.gsearch .hi-nav1 .swiper .swiper-slide.on .c-text::before,
.gsearch .hi-nav1 .swiper .swiper-slide:hover .c-text::before {
  width: 100%;
  left: 0;
}
.gsearch .hi-nav1 .swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eee;
  border-radius: 0;
}
.gsearch .hi-nav1 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: var(--color);
}
.seaon {
  background: #F3F6F9;
}
.seaon_no {
  padding: 1.73rem 0 2.12rem;
  text-align: center;
}
.seaon_no img {
  width: 78px;
  height: auto;
}
.seaon_no p {
  margin-top: 0.33rem;
  color: rgba(0, 0, 0, 0.5);
}
.seaon_box {
  padding: 1.02rem 0 1.08rem;
}
.seaon_box .seaon_item {
  margin-bottom: 1.62rem;
}
.seaon_box .seaon_item .seaon_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(110, 112, 124, 0.2);
  padding-bottom: 0.13rem;
  margin-bottom: 0.6rem;
}
.seaon_box .seaon_item .seaon_title .gl {
  display: flex;
  align-items: flex-end;
}
.seaon_box .seaon_item .seaon_title .gl h2 {
  font-weight: 700;
}
.seaon_box .seaon_item .seaon_title .gl p {
  margin-left: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
}
.seaon_box .seaon_item .seaon_title .gr a {
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.seaon_box .seaon_item .seaon_title .gr a:hover {
  color: var(--color);
}
.seaon_box .seaon_item .seaon_title .gr a:hover img,
.seaon_box .seaon_item .seaon_title .gr a:hover svg {
  color: var(--color);
}
.seaon_box .seaon_item .seaon_title .gr a img,
.seaon_box .seaon_item .seaon_title .gr a svg {
  transition: all 0.4s;
  color: #000;
  margin-left: 0.08rem;
}
.seaon_box .seaon_item .seaon_item_con .seaon_item_li {
  margin-bottom: 0.6rem;
}
.seaon_box .seaon_item .seaon_item_con .seaon_item_li h3 {
  margin-bottom: 0.3rem;
}
