@charset "utf-8";
:root {
  --color: #E35A00;
  --color2: #F08200;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 公共浮动、清浮动 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f-column-right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f-row-right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j-around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a-s-stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a-s-center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a-s-end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
/* 文字超出隐藏 */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
/* 开始 */
.sub_banner {
  overflow: hidden;
  height: 7.5rem;
  width: 100%;
  position: relative;
}
.sub_banner.sub_banner2 {
  height: 6rem;
}
.sub_banner.sub_banner2 .sub_banner_txt .container .ban_l {
  margin-bottom: 0;
}
.sub_banner.sub_banner3 .sub_banner_txt .container .ban_l {
  margin-bottom: 2rem;
}
.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%;
  transition: all 0.4s;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.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_txt {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .sub_banner_txt .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.sub_banner .sub_banner_txt .container .ban_l {
  width: 80%;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container .ban_l {
    width: 100%;
  }
}
.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.36rem;
  line-height: 1.66;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_p {
  width: 5.4rem;
  margin-top: 0.44rem;
}
.sub_banner .sub_banner_txt .container .ban_l .pub_btn {
  margin-top: 0.77rem;
}
.crumbs {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 90vw;
}
@media (max-width: 1580px) {
  .crumbs {
    left: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .crumbs {
    left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .crumbs {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .crumbs {
    flex-wrap: initial;
  }
}
.crumbs p {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .crumbs p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .crumbs p:last-child {
    flex-shrink: initial;
  }
}
.crumbs p > a {
  margin-right: 0.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.crumbs p:last-child a {
  color: #fff;
}
.crumbs p:last-child svg,
.crumbs p:last-child i,
.crumbs p:last-child img {
  display: none;
}
.crumbs p svg,
.crumbs p img {
  color: #fff;
  width: 5px;
  height: auto;
  margin-right: 0.1rem;
}
.crumbs p svg path,
.crumbs p img path {
  fill: #fff;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.1rem;
}
.crumbs_box {
  position: relative;
}
.crumbs_box .crumbs {
  position: initial;
}
.crumbs_box .crumbs p > a {
  color: #999;
}
.crumbs_box .crumbs p img,
.crumbs_box .crumbs p svg {
  color: #999;
}
.crumbs_box .crumbs p img path,
.crumbs_box .crumbs p svg path {
  fill: #999;
}
.gpub_nav {
  border-bottom: 1px solid #EEE;
  background: #FFF;
}
.gpub_nav .hi-nav1 .swiper .swiper-slide {
  cursor: pointer;
  width: auto;
  line-height: 0.8rem;
  margin: 0 0.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .gpub_nav .hi-nav1 .swiper .swiper-slide {
    line-height: 60px;
    margin: 0 0.4rem 0 0;
  }
}
.gpub_nav .hi-nav1 .swiper .swiper-slide:hover a {
  /* color: @color1; */
}
.gpub_nav .hi-nav1 .swiper .swiper-slide.on::after {
  width: 100%;
}
.gpub_nav .hi-nav1 .swiper .swiper-slide.on a {
  color: #000;
}
.gpub_nav .hi-nav1 .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background: linear-gradient(to right, #E35A00, #FF883A);
  bottom: -1px;
  left: 0;
  z-index: 10;
  transition: all 0.4s;
}
.gpub_nav .hi-nav1 .swiper .swiper-slide a {
  color: #666;
  transition: all 0.4s;
}
.g_title {
  margin-bottom: 0.6rem;
}
.g_title.g_title2 {
  text-align: center;
}
.g_title h2 {
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.g_title p {
  margin-top: 0.2rem;
  line-height: 2;
  color: #666;
}
@media (max-width: 1199px) {
  .g_title p {
    line-height: 1.5;
  }
}
.about .gpub_nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
.aboon {
  padding: 0.93rem 0 1.2rem;
}
@media (max-width: 767px) {
  .aboon {
    padding: 0.93rem 0 0.5rem;
  }
}
.aboon .gt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .aboon .gt {
    flex-direction: column-reverse;
  }
}
.aboon .gt .gl {
  width: 50%;
}
@media (max-width: 991px) {
  .aboon .gt .gl {
    width: 100%;
  }
}
.aboon .gt .gl .g_title {
  margin-bottom: 0.4rem;
}
.aboon .gt .gl .txt {
  color: #666;
  line-height: 2;
}
@media (max-width: 767px) {
  .aboon .gt .gl .txt {
    line-height: 1.5;
  }
}
.aboon .gt .gl .txt p {
  margin-bottom: 0.26rem;
}
.aboon .gt .gl .txt p:last-child {
  margin-bottom: 0;
}
.aboon .gt .gl .txt p span {
  color: #E35A00;
}
.aboon .gt .gr {
  width: 45.05952381%;
}
@media (max-width: 991px) {
  .aboon .gt .gr {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.aboon .gt .gr img {
  border-radius: 0.1rem;
}
.aboon .gb {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .aboon .gb {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.aboon .gb .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 20.23809524%;
}
@media (max-width: 767px) {
  .aboon .gb .item {
    width: 50%;
    margin-bottom: 0.3rem;
  }
}
.aboon .gb .item:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .aboon .gb .item:nth-child(2n)::after {
    display: none;
  }
}
.aboon .gb .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.5rem;
  background: #D9D9D9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.aboon .gb .item .item_t {
  align-items: flex-end;
  display: flex;
}
.aboon .gb .item .item_t p {
  line-height: 1;
  font-family: "Sofia Sans";
  font-weight: bold;
  background-image: linear-gradient(to right, #FA601E, #FFA801);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboon .gb .item .item_t span {
  margin-left: 0.07rem;
  margin-bottom: 0.03rem;
  background-image: linear-gradient(to right, #FA601E, #FFA801);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1;
}
.aboon .gb .item .item_b {
  margin-top: 0.22rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img,
.public-img > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.abotw {
  background: #F9F9F9;
  padding: 1.2rem 0;
}
.abotw .box {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.87rem;
}
@media (max-width: 1199px) {
  .abotw .box {
    gap: 0.4rem;
  }
}
@media (max-width: 991px) {
  .abotw .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .abotw .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.abotw .box .item {
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0.8rem 0.66rem;
}
@media (max-width: 1199px) {
  .abotw .box .item {
    padding: 0.4rem 0.3rem;
  }
}
.abotw .box .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background: url(../images/nbj.jpg) no-repeat;
  background-size: contain;
  opacity: 0;
}
.abotw .box .item:hover::after {
  opacity: 1;
}
.abotw .box .item:hover .icon .img1 {
  opacity: 0;
}
.abotw .box .item:hover .icon .img2 {
  opacity: 1;
}
.abotw .box .item:hover .txt h3,
.abotw .box .item:hover .txt p {
  /* color: #fff; */
}
.abotw .box .item .icon {
  position: relative;
  z-index: 10;
  width: 0.8rem;
  height: 0.8rem;
}
.abotw .box .item .icon img,
.abotw .box .item .icon svg {
  width: 100%;
}
.abotw .box .item .icon lottie-player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.4s;
}
.abotw .box .item .icon .img2 {
  opacity: 0;
}
.abotw .box .item .txt {
  position: relative;
  z-index: 10;
  margin-top: 0.48rem;
  text-align: center;
}
.abotw .box .item .txt h3 {
  line-height: 1.2;
  transition: all 0.4s;
}
.abotw .box .item .txt p {
  transition: all 0.4s;
  margin-top: 0.24rem;
  color: #666;
}
@media (max-width: 1580px) {
  .abotw .box .item .txt p br {
    display: none;
  }
}
.aboth {
  padding: 1.2rem 0 0.49rem;
}
.aboth .box {
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  background: #FFF url(../images/about5.jpg) no-repeat;
  background-size: cover;
  margin-top: 0.6rem;
  padding: 0.8rem 0.6rem 0.68rem;
}
@media (max-width: 767px) {
  .aboth .box {
    padding: 0.4rem;
  }
}
.aboth .box .txt p {
  font-weight: 500;
}
@media (max-width: 767px) {
  .aboth .box .txt p {
    font-size: 16px;
  }
}
.aboth .box > img {
  margin: 0.4rem 0;
}
.aboth .box .g_lab p {
  margin-top: 0.08rem;
}
@media (max-width: 767px) {
  .aboth .box .g_lab p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .g_qie {
    display: none;
  }
}
.g_qie.g_qie2 .arrow-more .more {
  color: #fff;
}
.g_qie.g_qie2 .arrow-more .more::before {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.g_qie.g_qie2 .pub_prev {
  left: 0.27rem;
}
.g_qie.g_qie2 .pub_next {
  right: 0.27rem;
}
.g_qie .arrow-more {
  transform: translateY(-50%);
  margin-top: 0;
  width: auto;
}
.g_qie .arrow-more::after {
  display: none;
}
.g_qie .arrow-more .more {
  height: 0.46rem;
  width: 0.46rem;
}
.g_qie .pub_prev {
  left: 0;
}
.g_qie .pub_prev .more {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0;
}
.abofo {
  padding: 0.8rem 0;
}
.abofo .box {
  padding: 0 1.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .abofo .box {
    padding: 0;
  }
}
.abofo .box .swiper .abofo_box .public-img {
  border-radius: 0.12rem;
}
.abofo .box .swiper .abofo_box .public-img:hover img {
  transform: scale(1.05);
}
.abofo .box .swiper .abofo_box .public-img:before {
  padding-top: 115.23809524%;
}
.abofo .box .swiper .abofo_box .txt {
  padding: 0.24rem 0.24rem 0.19rem;
}
.abofo .box .swiper .abofo_box .txt h3 {
  font-weight: bold;
}
.abofo .box .swiper .abofo_box .txt p {
  color: #666;
  margin-top: 0.08rem;
}
@media (max-width: 767px) {
  .abofo .box .swiper .abofo_box .txt p {
    font-size: 12px;
  }
}
.abofo .box .swip2_pag {
  position: initial;
  margin-top: 0.4rem;
  background: #D9D9D9;
  height: 2px;
}
.abofo .box .swip2_pag span {
  background: #F1711C;
}
.abofi {
  overflow: hidden;
  padding: 1.2rem 0 1.6rem;
  background: #F9F9F9;
}
@media (max-width: 767px) {
  .abofi {
    padding: 1.2rem 0;
  }
}
.abofi .path_box {
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .abofi .path_box {
    margin-top: 0.5rem;
  }
}
.abofi .path_box .gallery-thumbs {
  min-height: 2.5rem;
}
@media (max-width: 1580px) {
  .abofi .path_box .gallery-thumbs {
    min-height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .abofi .path_box .gallery-thumbs {
    min-height: 3rem;
  }
}
.abofi .path_box .gallery-thumbs .swiper-slide {
  text-align: center;
}
.abofi .path_box .gallery-thumbs .swiper-slide .txt h3 {
  font-weight: bold;
}
.abofi .path_box .gallery-thumbs .swiper-slide .txt p {
  line-height: 1.75;
  margin-top: 0.16rem;
}
.abofi .path_box .gb {
  margin-top: 0.5rem;
  position: relative;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .abofi .path_box .gb {
    padding: 0 0.2rem;
  }
}
.abofi .path_box .gb::after {
  content: '';
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px dashed #999;
}
.abofi .path_box .gb .g_qie .arrow-more {
  background: #F9F9F9;
}
.abofi .path_box .gb .g_qie .swiper-button-next {
  right: 0.84rem;
}
.abofi .path_box .gb .g_qie .swiper-button-prev {
  left: 0.84rem;
}
.abofi .path_box .gb .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.abofi .path_box .gb .year p {
  font-weight: 700;
  color: #EFEFEF;
  display: none;
  font-size: 2.4rem;
  line-height: 1;
}
.abofi .path_box .gb .year p.on {
  display: block;
}
.abofi .path_box .gb .gallery-top {
  padding: 0.5rem 0;
}
@media (max-width: 991px) {
  .abofi .path_box .gb .gallery-top {
    padding: 1rem 0;
  }
}
.abofi .path_box .gb .gallery-top .swiper-slide {
  position: relative;
}
.abofi .path_box .gb .gallery-top .swiper-slide i {
  display: flex;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D9D9D9;
  border-radius: 50%;
  z-index: 10;
}
.abofi .path_box .gb .gallery-top .swiper-slide p {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.abofi .path_box .gb .gallery-top .swiper-slide-thumb-active i {
  background: var(--color);
}
.abofi .path_box .gb .gallery-top .swiper-slide-thumb-active p {
  font-weight: bold;
  color: var(--color);
}
.abosi {
  background: #F9F9F9;
  padding: 0.8rem 0;
}
.abosi .g_tit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .abosi .g_tit {
    flex-direction: column;
    margin-bottom: 0.4rem;
  }
}
.abosi .g_tit .g_nav {
  display: flex;
}
.abosi .g_tit .g_nav .public-more {
  cursor: pointer;
  margin-left: 0.24rem;
}
@media (max-width: 767px) {
  .abosi .g_tit .g_nav .public-more {
    margin: 0 0.3rem 0 0;
  }
}
.abosi .g_tit .g_nav .public-more.on {
  color: #FFFFFF;
}
.abosi .g_tit .g_nav .public-more.on .more::after {
  transform: translateZ(0);
}
.abosi .g_tit .g_nav .public-more.on .more .word {
  color: #fff;
}
.abosi .g_tit .g_nav .public-more:hover .more .word {
  color: #fff;
}
.abosi .g_tit .g_nav .public-more .more {
  min-width: 1.23rem;
  background: #666;
}
.abosi .g_tit .g_nav .public-more .more .word {
  text-align: center;
  color: #666;
}
.abosi .box {
  position: relative;
}
.abosi .box .item {
  width: 100%;
  padding: 0 1.2rem;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .abosi .box .item {
    padding: 0;
  }
}
.abosi .box .item.on {
  opacity: 1;
  position: relative;
}
.abosi .box .swiper .abofo_box .img {
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
}
.abosi .box .swiper .abofo_box .img:hover .public-img img {
  transform: scale(1.05);
}
.abosi .box .swiper .abofo_box .img:hover .bigimg {
  opacity: 1;
}
.abosi .box .swiper .abofo_box .img .public-img {
  border-radius: 0.12rem;
}
.abosi .box .swiper .abofo_box .img .public-img:before {
  padding-top: 125.89928058%;
}
.abosi .box .swiper .abofo_box .img .bigimg {
  opacity: 0;
  transition: all 0.4s;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.abosi .box .swiper .abofo_box .txt {
  margin-top: 0.16rem;
}
.abosi .box .swiper .abofo_box .txt h3 {
  font-weight: bold;
  color: rgba(51, 51, 51, 0.8);
}
.abose {
  padding: 1.2rem 0 0.48rem;
}
.abose .box {
  position: relative;
  margin-top: 0.51rem;
}
.abose .box .map {
  position: relative;
  width: 100%;
}
.abose .box .map .map_img {
  width: 100%;
}
.abose .box .map .g_add .add {
  width: 1px;
  height: 1px;
  position: absolute;
}
.abose .box .map .g_add .add img,
.abose .box .map .g_add .add svg {
  height: auto;
  width: 0.25rem;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .abose .box .map .g_add .add img,
  .abose .box .map .g_add .add svg {
    width: 0.15rem;
  }
}
.abose .box .map .g_add .add h3 {
  white-space: nowrap;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .abose .box .map .g_add .add h3 {
    display: none;
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .abose .box .map .g_add .add4 h3 {
    top: -30px;
  }
}
.abose .box .public-more {
  width: auto;
  position: absolute;
  left: 50%;
  bottom: 0.32rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .abose .box .public-more {
    margin-top: 0.3rem;
    position: initial;
    transform: translateX(0%);
    margin: auto;
    display: flex;
    justify-content: center;
  }
}
/* 核心能力 */
.pubnav {
  border-bottom: 1px solid #EEE;
}
.pubnav .hi-nav1 .swiper .swiper-slide {
  cursor: pointer;
  width: auto;
  line-height: 0.8rem;
  margin: 0 0.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .pubnav .hi-nav1 .swiper .swiper-slide {
    line-height: 60px;
    margin: 0 0.4rem 0 0;
  }
}
.pubnav .hi-nav1 .swiper .swiper-slide:hover a {
  /* color: @color1; */
}
.pubnav .hi-nav1 .swiper .swiper-slide.on::after {
  width: 100%;
}
.pubnav .hi-nav1 .swiper .swiper-slide.on a {
  color: #000;
}
.pubnav .hi-nav1 .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background: linear-gradient(to right, #E35A00, #FF883A);
  bottom: -1px;
  left: 0;
  z-index: 10;
  transition: all 0.4s;
}
.pubnav .hi-nav1 .swiper .swiper-slide a {
  color: #666;
  transition: all 0.4s;
}
.coron {
  padding: 0.8rem 0 0.36rem;
}
.coron .container {
  display: flex;
  justify-content: space-between;
}
.coron .container .g_title {
  margin-bottom: 0;
}
.coron .container .g_qie {
  display: flex;
  align-items: center;
}
.coron .container .g_qie .arrow-more {
  position: initial;
  margin-left: 0.16rem;
  transform: translateY(0%);
}
.coron .box {
  padding: 0 0.4rem;
  margin-top: 0.24rem;
}
.coron .box .gcon {
  position: relative;
}
.coron .box .gcon .line {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.coron .box .gcon .swiper {
  width: 100%;
  padding: 3.4rem 1.62rem;
}
@media (max-width: 1199px) {
  .coron .box .gcon .swiper {
    padding: 3.4rem 0.5rem;
  }
}
.coron .box .gcon .swiper .swiper-slide:nth-child(2n) .coron_box .coron_con {
  top: 0;
  bottom: auto;
  flex-direction: column-reverse;
}
.coron .box .gcon .swiper .swiper-slide:nth-child(2n) .coron_box .g_num {
  padding-bottom: 14px;
  bottom: 0;
  top: auto;
}
.coron .box .gcon .swiper .swiper-slide .coron_box {
  position: relative;
}
.coron .box .gcon .swiper .swiper-slide .coron_box .coron_con {
  width: calc(100% + 12px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coron .box .gcon .swiper .swiper-slide .coron_box .coron_con .coron_nr {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 126px 35px 0 rgba(137, 52, 6, 0), 0 81px 32px 0 rgba(137, 52, 6, 0.01), 0 45px 27px 0 rgba(137, 52, 6, 0.03), 0 20px 20px 0 rgba(137, 52, 6, 0.05), 0 5px 11px 0 rgba(137, 52, 6, 0.06);
  padding: 0.16rem 0.12rem 0.2rem;
}
@media (max-width: 767px) {
  .coron .box .gcon .swiper .swiper-slide .coron_box .coron_con .coron_nr {
    box-shadow: 0 0 0.4rem rgba(137, 52, 6, 0.16);
  }
}
.coron .box .gcon .swiper .swiper-slide .coron_box .coron_con .coron_nr .public-img {
  border-radius: 6px;
}
.coron .box .gcon .swiper .swiper-slide .coron_box .coron_con .coron_nr .public-img:before {
  padding-top: 61.46341463%;
}
.coron .box .gcon .swiper .swiper-slide .coron_box .coron_con .coron_nr .txt {
  margin-top: 0.15rem;
}
.coron .box .gcon .swiper .swiper-slide .coron_box .coron_con .coron_nr .txt h3 {
  font-weight: bold;
  color: #F08200;
}
.coron .box .gcon .swiper .swiper-slide .coron_box .coron_con .coron_nr .txt p {
  margin-top: 4px;
  line-height: calc(22/14);
  color: #666;
}
.coron .box .gcon .swiper .swiper-slide .coron_box .coron_con i {
  border-left: 2px dashed #FDC9A0;
  display: flex;
  width: 2px;
  height: 0.5rem;
}
.coron .box .gcon .swiper .swiper-slide .coron_box .g_i {
  width: 21px;
  height: 21px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #FF8019;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coron .box .gcon .swiper .swiper-slide .coron_box .g_num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 14px;
}
.coron .box .gcon .swiper .swiper-slide .coron_box .g_num em {
  padding: 0 0.1rem;
  font-family: Amaranth;
  font-weight: bold;
  background: linear-gradient(179deg, #FF5200 0.5%, #FFD7C5 84.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cortw {
  background: linear-gradient(0deg, #F9F9F9 0%, #F9F9F9 100%), #FFF;
  padding: 0.8rem 0 1.02rem;
}
.cortw .container {
  text-align: center;
}
/* 品质保证 */
.quaon {
  padding: 0.8rem 0 0.82rem;
}
.quaon .g_title {
  margin-bottom: 0.34rem;
}
.quaon .box {
  text-align: center;
}
.quatw {
  background: #F9F9F9;
  padding: 1.2rem 0 1rem;
}
.quatw .g_tit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .quatw .g_tit {
    flex-direction: column;
    margin-bottom: 0.4rem;
  }
}
.quatw .box {
  position: relative;
}
.quatw .box .item {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .quatw .box .item {
    padding: 0;
  }
}
.quatw .box .swiper .abofo_box .img {
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
}
.quatw .box .swiper .abofo_box .img:hover .public-img img {
  transform: scale(1.05);
}
.quatw .box .swiper .abofo_box .img:hover .bigimg {
  opacity: 1;
}
.quatw .box .swiper .abofo_box .img .public-img {
  border-radius: 0.12rem;
}
.quatw .box .swiper .abofo_box .img .public-img:before {
  padding-top: 125.89928058%;
}
.quatw .box .swiper .abofo_box .img .bigimg {
  opacity: 0;
  transition: all 0.4s;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.quatw .box .swiper .abofo_box .txt {
  margin-top: 0.16rem;
}
.quatw .box .swiper .abofo_box .txt h3 {
  font-weight: bold;
  color: rgba(51, 51, 51, 0.8);
}
.quath {
  padding: 1.2rem 0;
}
.quath .g_title {
  margin-bottom: 0.4rem;
}
.quath .box {
  width: 100%;
  margin-top: 0.4rem;
  overflow: hidden;
}
.quath .box .gcon {
  position: relative;
  margin: auto;
  width: 53.125%;
}
@media (max-width: 767px) {
  .quath .box .gcon {
    width: 80%;
  }
}
.quath .box .gcon .swiper {
  width: 100%;
  overflow: initial;
}
.quath .box .gcon .swiper .swiper-slide .quath_box {
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
}
.quath .box .gcon .swiper .swiper-slide .quath_box:hover .public-img img {
  transform: scale(1.05);
}
.quath .box .gcon .swiper .swiper-slide .quath_box .public-img:before {
  padding-top: 44.11764706%;
}
@media (max-width: 767px) {
  .quath .box .gcon .swiper .swiper-slide .quath_box .public-img:before {
    padding-top: 55%;
  }
}
.quath .box .gcon .swiper .swiper-slide .quath_box .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.quath .box .gcon .swiper .swiper-slide .quath_box .txt {
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: flex-end;
  padding: 0.3rem;
  background: url(../images/PSCB8.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.quath .box .gcon .swiper .swiper-slide .quath_box .txt h3 {
  color: #fff;
}
.quath .box .gcon .swiper .swiper-slide-active .quath_box .public-img::after {
  opacity: 0;
}
.quath .box .gcon .swiper .swiper-slide-active .quath_box .txt {
  opacity: 1;
}
.quath .box .gcon .g_qie .arrow-more .more {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background: #fff;
}
.quath .box .gcon .g_qie .arrow-more .more::before {
  border: none;
}
.quath .box .gcon .g_qie .pub_prev {
  left: -0.63rem;
}
.quath .box .gcon .g_qie .pub_next {
  right: -0.63rem;
}
.conon {
  background: #F9F9F9;
  padding: 1.2rem 0 0.8rem;
}
.conon .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .conon .container {
    flex-direction: column-reverse;
  }
}
.conon .container .gl {
  width: 47.61904762%;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .conon .container .gl {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.conon .container .gl .gadd {
  margin-top: 0.6rem;
}
.conon .container .gl .gadd .add_li {
  display: flex;
  align-items: center;
  margin-top: 0.32rem;
}
.conon .container .gl .gadd .add_li i {
  margin-right: 0.12rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1199px) {
  .conon .container .gl .gadd .add_li i {
    width: 0.28rem;
  }
}
@media (max-width: 767px) {
  .conon .container .gl .gadd .add_li i {
    width: 0.32rem;
  }
}
.conon .container .gl .gadd .add_li i svg,
.conon .container .gl .gadd .add_li i img {
  width: 100%;
  height: auto;
}
.conon .container .gl .gadd .add_li i svg path,
.conon .container .gl .gadd .add_li i img path {
  fill: var(--color);
}
.conon .container .gr {
  width: 51.42857143%;
}
@media (max-width: 767px) {
  .conon .container .gr {
    width: 100%;
  }
}
.conon .container .gr .public-img {
  border-radius: 0.2rem;
}
.conon .container .gr .public-img:before {
  padding-top: 55.09259259%;
}
/* 集团布局 */
.groon .box .item {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.groon .box .item:last-child {
  border: none;
}
@media (max-width: 767px) {
  .groon .box .item {
    flex-direction: column;
  }
}
.groon .box .item .gl {
  width: 38.0952381%;
}
@media (max-width: 767px) {
  .groon .box .item .gl {
    width: 100%;
  }
}
.groon .box .item .gl .gallery-thumbs .public-img {
  border-radius: 0.1rem;
}
.groon .box .item .gl .gallery-thumbs .public-img:before {
  padding-top: 62.5%;
}
.groon .box .item .gl .gallery-thumbs .g_qie .pub_prev {
  left: 0.2rem;
}
.groon .box .item .gl .gallery-thumbs .g_qie .pub_next {
  right: 0.2rem;
}
.groon .box .item .gr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.14rem;
  width: 53.0952381%;
}
@media (max-width: 767px) {
  .groon .box .item .gr {
    margin-top: 0.3rem;
    width: 100%;
  }
}
.groon .box .item .gr .txt h3 {
  line-height: 1.25;
}
.groon .box .item .gr .txt .g_p {
  margin-top: 0.16rem;
}
.groon .box .item .gr .txt .g_p p {
  color: #666;
  line-height: calc(30/16);
}
@media (max-width: 991px) {
  .groon .box .item .gr .txt .g_p p {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .groon .box .item .gr .txt .g_p p {
    font-size: 14px;
  }
}
.groon .box .item .gr .gallery-top {
  width: 100%;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .groon .box .item .gr .gallery-top {
    margin-top: 0.4rem;
  }
}
.groon .box .item .gr .gallery-top .public-img {
  transition: all 0.4s;
  opacity: 0.6;
  border: 1px solid #e8e9eb;
  border-radius: 0.06rem;
}
.groon .box .item .gr .gallery-top .public-img:before {
  padding-top: 62.79069767%;
}
.groon .box .item .gr .gallery-top .swiper-slide-thumb-active .public-img {
  opacity: 1;
  border: 1px solid var(--color);
}
/* 精密结构件业务 */
.pscbon {
  background: #F9F9F9;
  padding: 0.6rem 0 0.2rem;
}
.pscbon .item {
  margin-bottom: 0.4rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.pscbon .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .pscbon .item {
    flex-direction: column-reverse !important;
  }
}
.pscbon .item .gl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding: 0.6rem 0.4rem 0.4rem 0.4rem;
}
@media (max-width: 991px) {
  .pscbon .item .gl {
    width: 100%;
    padding: 0.6rem 0 0;
  }
}
.pscbon .item .gl .txt h3 {
  line-height: 1.22;
  font-weight: bold;
}
.pscbon .item .gl .txt p {
  margin-top: 0.16rem;
  line-height: calc(30/16);
  color: #666;
}
@media (max-width: 767px) {
  .pscbon .item .gl .txt p {
    line-height: 1.5;
  }
}
.pscbon .item .gl .public-more {
  margin-top: 0.4rem;
}
.pscbon .item .gl .g_a {
  display: flex;
  margin-top: 0.4rem;
}
.pscbon .item .gl .g_a .public-more {
  margin: 0 0.16rem 0.16rem 0;
}
.pscbon .item .gr {
  width: 51.6875%;
}
@media (max-width: 991px) {
  .pscbon .item .gr {
    width: 100%;
  }
}
.pscbon .item .gr .swiper {
  position: relative;
}
.pscbon .item .gr .swiper .public-img {
  border-radius: 0.12rem;
}
.pscbon .item .gr .swiper .public-img:before {
  padding-top: 55.13905683%;
}
.pscbon .item .gr .swiper .txt {
  transition: all 0.4s;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.18rem 0.3rem;
}
.pscbon .item .gr .swiper .txt h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .pscbon .item .gr .swiper .g_qie {
    display: block;
  }
}
@media (max-width: 1199px) {
  .icteon .item {
    align-items: center;
  }
}
.icteon .item .gl {
  padding: 0.6rem 0.4rem 0 0.4rem;
}
@media (max-width: 1199px) {
  .icteon .item .gl {
    padding: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .icteon .item .gl {
    padding: 0.6rem 0 0;
  }
}
.icteon .item .gl .g_a {
  margin-bottom: -0.16rem;
}
.pscbtw {
  padding: 0.8rem 0;
}
.pscbtw .g_tit {
  margin-bottom: 0.55rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pscbtw .g_tit {
    flex-direction: column;
    margin-bottom: 0.4rem;
    align-items: flex-start;
  }
}
.pscbtw .g_tit .g_title {
  margin-bottom: 0;
}
.pscbtw .g_tit .g_nav {
  display: flex;
}
@media (max-width: 767px) {
  .pscbtw .g_tit .g_nav {
    margin-top: 0.4rem;
  }
}
.pscbtw .g_tit .g_nav .public-more {
  cursor: pointer;
  margin-left: 0.24rem;
}
@media (max-width: 767px) {
  .pscbtw .g_tit .g_nav .public-more {
    margin: 0 0.3rem 0 0;
  }
}
.pscbtw .g_tit .g_nav .public-more.on {
  color: #FFFFFF;
}
.pscbtw .g_tit .g_nav .public-more.on .more::after {
  transform: translateZ(0);
}
.pscbtw .g_tit .g_nav .public-more.on .more .word {
  color: #fff;
}
.pscbtw .g_tit .g_nav .public-more:hover .more .word {
  color: #fff;
}
.pscbtw .g_tit .g_nav .public-more .more {
  min-width: 1.23rem;
  background: #666;
}
@media (max-width: 767px) {
  .pscbtw .g_tit .g_nav .public-more .more {
    min-width: 2rem;
  }
}
.pscbtw .g_tit .g_nav .public-more .more .word {
  text-align: center;
  color: #666;
}
.pscbtw .box {
  position: relative;
}
.pscbtw .box .item {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
.pscbtw .box .item.on {
  z-index: 10;
  opacity: 1;
  position: relative;
}
.pscbtw .box .swiper {
  overflow: initial;
  transform: translateX(-0.4rem);
}
@media (max-width: 767px) {
  .pscbtw .box .swiper {
    transform: translateX(0rem);
  }
}
.pscbtw .box .swiper .swiper-slide {
  /* height: 4.4rem;
				width: (500/1680*100%);
				margin-right: (40/1680*100%); */
  transition: all 0.4s;
  padding: 0 0.4rem 0 0;
}
@media (max-width: 767px) {
  .pscbtw .box .swiper .swiper-slide {
    padding: 0;
    margin-left: 0 !important;
  }
}
.pscbtw .box .swiper .swiper-slide .abofo_box {
  transition: all 0.4s;
  transform: translateX(0.4rem);
}
@media (max-width: 767px) {
  .pscbtw .box .swiper .swiper-slide .abofo_box {
    transform: translateX(0rem);
  }
}
.pscbtw .box .swiper .swiper-slide .abofo_box:hover .public-img img {
  transform: scale(1.05);
}
.pscbtw .box .swiper .swiper-slide .abofo_box .public-img {
  border-radius: 0.12rem;
}
.pscbtw .box .swiper .swiper-slide .abofo_box .public-img:before {
  padding-top: 52%;
}
@media (max-width: 767px) {
  .pscbtw .box .swiper .swiper-slide .abofo_box .public-img:before {
    padding-top: 52% !important;
  }
}
.pscbtw .box .swiper .swiper-slide .abofo_box .txt {
  margin-top: 0.16rem;
}
.pscbtw .box .swiper .swiper-slide .abofo_box .txt h3 {
  font-weight: bold;
  color: rgba(51, 51, 51, 0.8);
}
.pscbtw .box .swiper .swiper-slide-active {
  margin-left: 0.4rem;
  /* width: (600/1680*100%); */
  padding: 0;
}
.pscbtw .box .swiper .swiper-slide-active .abofo_box {
  transform: translateX(0rem);
}
.pscbtw .box .swiper .swiper-slide-active .abofo_box .public-img:before {
  padding-top: 66.66666667%;
}
.pscbtw .box .swip2_pag {
  position: initial;
  background: #D9D9D9;
  height: 2px;
}
@media (max-width: 767px) {
  .pscbtw .box .swip2_pag {
    margin-top: 0.3rem;
  }
}
.pscbtw .box .swip2_pag span {
  background: #F1711C;
}
.pscbtw .box .g_qie {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  z-index: 20;
}
@media (max-width: 767px) {
  .pscbtw .box .g_qie {
    display: none;
  }
}
.pscbtw .box .g_qie .arrow-more {
  margin-left: 0.16rem;
  position: initial;
  transform: translateY(0%);
}
.pscbth {
  padding: 0.4rem 0 0.84rem;
}
.pscbth .g_tit {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pscbth .g_tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pscbth .g_tit .g_title {
  margin-bottom: 0;
}
.pscbth .box {
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
}
.pscbth .box:hover .public-img img {
  transform: scale(1.05);
}
.pscbth .box .swiper .swiper-slide {
  position: relative;
}
.pscbth .box .swiper .swiper-slide .public-img {
  border-radius: 0.15rem;
}
.pscbth .box .swiper .swiper-slide .txt {
  transition: all 0.4s;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.34rem 0.5rem;
}
.pscbth .box .swiper .swiper-slide .txt h3 {
  color: #fff;
}
.pscbth .box .swiper .g_qie .pub_prev {
  left: 0.3rem;
}
.pscbth .box .swiper .g_qie .pub_next {
  right: 0.3rem;
}
.pscbth .box .swip2_pag {
  position: initial;
  margin-top: 0.18rem;
}
.pscbth .box .swip2_pag span {
  transition: all 0.4s;
  background: #eee;
  width: 0.1rem;
  height: 0.06rem;
  margin: 0 0.05rem;
  opacity: 1;
  border-radius: 100px;
}
.pscbth .box .swip2_pag .swiper-pagination-bullet-active {
  background: #F08200;
  width: 0.4rem;
  opacity: 1;
}
.pscbth .box .public-more {
  /* margin-left: 0.4rem; */
  flex-shrink: 0;
  width: auto;
}
@media (max-width: 767px) {
  .pscbth .box .public-more {
    margin: 0.4rem 0 0 0;
  }
}
.pscbth .box .public-more .more {
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}
.pscbth .box .public-more .more:hover {
  background: none;
  border: 1px solid transparent;
}
.pscbth .box .public-more .more::before {
  display: none;
}
.pscbth .box .public-more .more .word {
  color: #fff;
}
.pscbth .box .public-more .more .icon {
  color: #fff;
}
.pscbth .box .public-img:before {
  padding-top: 35.71428571%;
}
@media (max-width: 767px) {
  .pscbth .box .public-img:before {
    padding-top: 52%;
  }
}
.pscbth .box .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  top: 0;
  background: url(../images/PSCB8.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 10;
}
.pscbinfo {
  padding: 1rem 0 0.8rem;
}
.pscbinfo .g_title {
  margin-bottom: 0.4rem;
}
.pscbinfo .box {
  width: 100%;
  margin-top: 0.4rem;
  overflow: hidden;
}
.pscbinfo .box .gcon {
  position: relative;
  margin: auto;
  width: 70.83333333%;
}
.pscbinfo .box .gcon .swiper {
  width: 100%;
  overflow: initial;
}
.pscbinfo .box .gcon .swiper .swiper-slide .quath_box {
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
  /* .txt{
							transition: all 0.4s;
							opacity: 0;
							position: absolute;
							width: 100%;
							height: 100%;
							z-index: 10;
							top: 0;
							display: flex;
							align-items: flex-end;
							padding: 0.3rem;
							h3{
								color: #fff;
							}
						} */
}
.pscbinfo .box .gcon .swiper .swiper-slide .quath_box:hover .public-img img {
  transform: scale(1.05);
}
.pscbinfo .box .gcon .swiper .swiper-slide .quath_box .public-img:before {
  padding-top: 55.14705882%;
}
.pscbinfo .box .gcon .swiper .swiper-slide .quath_box .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.pscbinfo .box .gcon .swiper .swiper-slide-active .quath_box .public-img::after {
  opacity: 0;
}
.pscbinfo .box .gcon .swiper .swiper-slide-active .quath_box .txt {
  opacity: 1;
}
.pscbinfo .box .gcon .g_qie .arrow-more .more {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background: #fff;
}
.pscbinfo .box .gcon .g_qie .arrow-more .more::before {
  border: none;
}
.pscbinfo .box .gcon .g_qie .pub_prev {
  left: -0.63rem;
}
.pscbinfo .box .gcon .g_qie .pub_next {
  right: -0.63rem;
}
/* 智能物流装备业务 */
/* 精密结构件业务详情 */
.ilebinfoon {
  background: #F9F9F9;
  padding: 0.6rem 0 0.2rem;
}
.ilebinfoon .item {
  margin-bottom: 0.4rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem;
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.ilebinfoon .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .ilebinfoon .item {
    flex-direction: column-reverse !important;
  }
}
.ilebinfoon .item .gl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 41.875%;
  padding: 0.4rem 0 0.3rem 0.3rem;
}
@media (max-width: 991px) {
  .ilebinfoon .item .gl {
    width: 100%;
    padding: 0.6rem 0 0;
  }
}
.ilebinfoon .item .gl h3 {
  font-weight: bold;
}
.ilebinfoon .item .gl .gl_box {
  margin-top: 0.3rem;
}
.ilebinfoon .item .gl .gl_box .gl_li {
  display: flex;
  position: relative;
}
.ilebinfoon .item .gl .gl_box .gl_li:last-child .g_line .i2 {
  display: none;
  height: calc(100% - 3px - 4px - 3px - 0.11rem);
}
.ilebinfoon .item .gl .gl_box .gl_li:last-child .gl_li_r {
  padding-bottom: 0;
}
.ilebinfoon .item .gl .gl_box .gl_li.on .g_line .i1 {
  background: var(--color2);
}
.ilebinfoon .item .gl .gl_box .gl_li.on .g_line .i2 {
  display: block;
  background: var(--color2);
}
.ilebinfoon .item .gl .gl_box .gl_li.on .gl_li_r h4 {
  color: var(--color2);
}
.ilebinfoon .item .gl .gl_box .gl_li .g_line {
  width: 3px;
  transform: translateY(0.11rem);
}
.ilebinfoon .item .gl .gl_box .gl_li .g_line .i1 {
  display: block;
  width: 3px;
  height: 3px;
  background: #eee;
  margin-bottom: 4px;
  transition: all 0.4s;
}
.ilebinfoon .item .gl .gl_box .gl_li .g_line .i2 {
  display: block;
  width: 3px;
  background: #eee;
  height: calc(100% - 3px - 4px - 3px);
  transition: all 0.4s;
}
.ilebinfoon .item .gl .gl_box .gl_li .gl_li_r {
  padding-bottom: 0.32rem;
  margin-left: 0.16rem;
}
.ilebinfoon .item .gl .gl_box .gl_li .gl_li_r .g_icon {
  margin-bottom: 0.16rem;
  flex-shrink: 0;
  display: none;
  width: 0.44rem;
  height: 0.44rem;
  pointer-events: none;
  color: var(--color);
}
@media (max-width: 1199px) {
  .ilebinfoon .item .gl .gl_box .gl_li .gl_li_r .g_icon {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .ilebinfoon .item .gl .gl_box .gl_li .gl_li_r .g_icon {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.ilebinfoon .item .gl .gl_box .gl_li .gl_li_r .g_icon svg,
.ilebinfoon .item .gl .gl_box .gl_li .gl_li_r .g_icon img {
  width: 100%;
  height: auto;
}
.ilebinfoon .item .gl .gl_box .gl_li .gl_li_r .g_icon svg path,
.ilebinfoon .item .gl .gl_box .gl_li .gl_li_r .g_icon img path {
  fill: var(--color);
}
.ilebinfoon .item .gl .gl_box .gl_li .gl_li_r h4 {
  color: #999;
  line-height: 1;
  transition: all 0.4s;
}
.ilebinfoon .item .gl .gl_box .gl_li .gl_li_r .g_p {
  margin-top: 0.12rem;
  display: none;
  color: #666;
}
@media (max-width: 767px) {
  .ilebinfoon .item .gl .gl_box .gl_li .gl_li_r .g_p {
    font-size: 14px;
  }
}
.ilebinfoon .item .gr {
  width: 51.6875%;
}
@media (max-width: 991px) {
  .ilebinfoon .item .gr {
    width: 100%;
  }
}
.ilebinfoon .item .gr .swiper {
  position: relative;
}
.ilebinfoon .item .gr .swiper .public-img {
  border-radius: 0.12rem;
}
.ilebinfoon .item .gr .swiper .public-img:before {
  padding-top: 55.13905683%;
}
.ilebinfoon .item .gr .swiper .txt {
  transition: all 0.4s;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.18rem 0.3rem;
}
.ilebinfoon .item .gr .swiper .txt h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .ilebinfoon .item .gr .swiper .g_qie {
    display: block;
  }
}
.ilebinfotw {
  padding: 1.2rem 0 0;
}
.ilebinfotw .container {
  border-bottom: 1px solid #D9D9D9;
}
.ilebinfotw .g_nav {
  display: flex;
}
@media (max-width: 1199px) {
  .ilebinfotw .g_nav {
    overflow: auto;
    justify-content: flex-start;
    padding-bottom: 0.2rem;
  }
}
.ilebinfotw .g_nav a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0 0.4rem;
  height: 0.48rem;
  margin: 0 0.24rem 0 0;
  border-radius: 1rem;
  border: 1px solid #666;
  color: #666;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 1199px) {
  .ilebinfotw .g_nav a {
    height: 0.8rem;
    white-space: nowrap;
  }
}
.ilebinfotw .g_nav a.on,
.ilebinfotw .g_nav a:hover {
  color: var(--color2);
  border-color: var(--color2);
}
.ilebinfotw .gcon {
  position: relative;
}
.ilebinfotw .box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  padding: 0.4rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem 0.27rem;
}
.ilebinfotw .box.on {
  position: relative;
  opacity: 1;
}
@media (max-width: 991px) {
  .ilebinfotw .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ilebinfotw .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ilebinfotw .box .item:hover .public-img img {
  transform: scale(1.05);
}
.ilebinfotw .box .item:hover .txt h3 {
  color: var(--color) !important;
}
.ilebinfotw .box .item .public-img {
  border-radius: 0.12rem;
}
.ilebinfotw .box .item .txt {
  margin-top: 0.2rem;
}
.ilebinfotw .box .item .txt h3 {
  transition: all 0.4s;
}
.ilebinfoth {
  padding: 0.8rem 0 1.14rem;
}
.ilebinfoth .g_tit {
  margin-bottom: 0.4rem;
}
.ilebinfoth .box .item {
  position: relative;
  opacity: 1;
}
.ilebinfoth .box .swiper .swiper-slide {
  min-height: 545px;
}
@media (max-width: 1580px) {
  .ilebinfoth .box .swiper .swiper-slide {
    min-height: 460px;
  }
}
@media screen and (max-width: 1460px) {
  .ilebinfoth .box .swiper .swiper-slide {
    min-height: 440px;
  }
}
@media screen and (max-width: 1380px) {
  .ilebinfoth .box .swiper .swiper-slide {
    min-height: 430px;
  }
}
@media (max-width: 1199px) {
  .ilebinfoth .box .swiper .swiper-slide {
    min-height: 7rem;
  }
}
@media (max-width: 767px) {
  .ilebinfoth .box .swiper .swiper-slide {
    min-height: initial;
  }
}
.ilebinfoth .box .swiper .swiper-slide .abofo_box {
  overflow: hidden;
  border-radius: 0.12rem;
}
.ilebinfoth .box .swiper .swiper-slide .abofo_box .public-img {
  border-radius: 0;
}
.ilebinfoth .box .swiper .swiper-slide .abofo_box .txt {
  background: #F8F8F8;
  margin-top: 0;
  padding: 0.24rem 0.16rem;
}
.ilebinfoth .box .swiper .swiper-slide .abofo_box .txt h3 {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ilebinfoth .box .swiper .swiper-slide .abofo_box .txt p {
  margin-top: 0.12rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  .ilebinfoth .box .swiper .swiper-slide .abofo_box .txt p {
    display: -webkit-box;
  }
}
.ilebinfoth .box .swiper .swiper-slide-active .abofo_box .txt p {
  display: -webkit-box;
}
.ictetw {
  padding: 1.2rem 0;
}
.ictetw .g_title {
  margin-bottom: 0.4rem;
}
.ictetw .box {
  width: 100%;
  margin-top: 0.4rem;
  overflow: hidden;
}
.ictetw .box .gcon {
  position: relative;
  margin: auto;
  width: 47.13541667%;
}
@media (max-width: 767px) {
  .ictetw .box .gcon {
    width: 80%;
  }
}
.ictetw .box .gcon .swiper {
  width: 100%;
  overflow: initial;
}
.ictetw .box .gcon .swiper .swiper-slide .quath_box {
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
  opacity: 0.3;
  /* .txt{
							transition: all 0.4s;
							opacity: 0;
							position: absolute;
							width: 100%;
							height: 100%;
							z-index: 10;
							top: 0;
							display: flex;
							align-items: flex-end;
							padding: 0.3rem;
							h3{
								color: #fff;
							}
						} */
}
.ictetw .box .gcon .swiper .swiper-slide .quath_box:hover .public-img img {
  transform: scale(1.05);
}
.ictetw .box .gcon .swiper .swiper-slide .quath_box .public-img:before {
  padding-top: 73.92265193%;
}
.ictetw .box .gcon .swiper .swiper-slide-active .quath_box {
  opacity: 1;
}
.ictetw .box .gcon .swiper .swiper-slide-active .quath_box .public-img::after {
  opacity: 0;
}
.ictetw .box .gcon .swiper .swiper-slide-active .quath_box .txt {
  opacity: 1;
}
.ictetw .box .gcon .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.22rem;
  position: initial;
}
.ictetw .box .gcon .swiper-pagination span {
  width: 10px;
  height: 6px;
  background: #eee;
  opacity: 1;
  border-radius: 100px;
  transition: all 0.4s;
}
.ictetw .box .gcon .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  opacity: 1;
  background: var(--color2);
}
.ictetw .box .gcon .g_qie .arrow-more .more {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background: #fff;
}
.ictetw .box .gcon .g_qie .arrow-more .more::before {
  border: none;
}
.ictetw .box .gcon .g_qie .pub_prev {
  left: -0.63rem;
}
.ictetw .box .gcon .g_qie .pub_next {
  right: -0.63rem;
}
/* 人才招聘 */
.joinon {
  background: #F9F9F9;
  padding: 1.2rem 0 0.8rem;
}
.joinon .container {
  padding: 0 0.9rem;
}
@media (max-width: 767px) {
  .joinon .container {
    padding: 0 20px;
  }
}
.joinon .container .g_title {
  margin-bottom: 0.4rem;
  text-align: center;
}
.joinon .container .g_p {
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .joinon .container .g_p {
    padding: 0;
  }
}
.joinon .container .g_p p {
  color: #666;
}
@media (max-width: 767px) {
  .joinon .container .g_p p {
    font-size: 16px;
  }
}
.joinon .container .box {
  margin-top: 0.3rem;
}
.jointw {
  background: #F9F9F9;
  padding: 0.6rem 0 0.9rem;
}
.jointw .box {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .jointw .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .jointw .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jointw .box .item {
  background: #fff;
  text-align: center;
  min-height: 2.6rem;
  padding: 0.92rem 0.3rem 0.6rem;
  transition: all 0.4s;
  border-radius: 0.12rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .jointw .box .item {
    padding: 0.6rem 0.3rem;
  }
}
.jointw .box .item:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.08);
}
.jointw .box .item .icon {
  margin-bottom: 0.2rem;
  width: auto;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .jointw .box .item .icon {
    height: 0.9rem;
  }
}
.jointw .box .item .icon img,
.jointw .box .item .icon svg {
  width: auto;
  height: 100%;
}
.jointw .box .item .txt {
  text-align: center;
}
.jointh {
  padding: 1.2rem 0 0.4rem;
}
.jointh .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 991px) {
  .jointh .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .jointh .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jointh .box .item {
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
}
.jointh .box .item:hover .gxs {
  /* transform: translateY(-100%); */
}
.jointh .box .item:hover .gyr {
  top: 0;
}
.jointh .box .item .gxs {
  transition: all 0.4s;
}
.jointh .box .item .gxs .public-img:before {
  padding-top: 58.69565217%;
}
.jointh .box .item .gxs .txt {
  background: #F2F2F2;
  padding: 0.24rem 0.4rem;
}
.jointh .box .item .gyr {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.jointh .box .item .gyr .gbj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF883A;
}
.jointh .box .item .gyr .gbj .i1 {
  position: absolute;
  border-radius: 50%;
  width: 0.95rem;
  height: 0.95rem;
  background: rgba(255, 255, 255, 0.1);
  left: -3%;
  bottom: 5%;
  z-index: 5;
  display: block;
}
.jointh .box .item .gyr .gbj .i2 {
  position: absolute;
  border-radius: 50%;
  width: 1.51rem;
  height: 1.51rem;
  background: rgba(255, 255, 255, 0.1);
  right: -3%;
  top: -5%;
  z-index: 5;
  display: block;
}
.jointh .box .item .gyr .txt {
  color: #fff;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.4rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.joinfo {
  padding: 0.2rem 0;
}
.joinfo .g_b {
  border-radius: 0.12rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.joinfo .g_b .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.joinfo .g_b .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinfo .g_b .txt {
  position: relative;
  z-index: 10;
  padding: 1.06rem 0.6rem;
}
@media (max-width: 767px) {
  .joinfo .g_b .txt {
    padding: 0.8rem 0.3rem;
  }
}
.joinfo .g_b .txt .txt_box h2 {
  font-weight: bold;
  background: linear-gradient(90deg, #F08200 0%, #FF9F2D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.joinfo .g_b .txt .txt_box p {
  margin-top: 0.12rem;
  color: #666;
}
@media (max-width: 767px) {
  .joinfo .g_b .txt .txt_box p {
    margin-top: 0.3rem;
  }
}
.joinfo .g_b .txt .public-more {
  margin-top: 0.4rem;
}
/* 招聘信息 */
.jinfoon {
  padding-top: 0.4rem;
  background: #F9F9F9;
}
.jinfotw {
  background: #F9F9F9;
  padding: 0 0 0.73rem;
}
.jinfotw .g_title {
  margin-bottom: 0.4rem;
}
.jinfotw .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .jinfotw .box {
    flex-direction: column;
  }
}
.jinfotw .box .gl {
  width: 17.85714286%;
  background: #fff;
  border-radius: 0.12rem;
  padding: 0.3rem 0.34rem 0.6rem;
}
@media (max-width: 767px) {
  .jinfotw .box .gl {
    width: 100%;
  }
}
.jinfotw .box .gl .item {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .jinfotw .box .gl .item:nth-child(2) {
    /* order: 2; */
  }
}
.jinfotw .box .gl .item:last-child {
  margin-bottom: 0;
}
.jinfotw .box .gl .item .lbox {
  margin-top: 0.24rem;
}
@media (max-width: 767px) {
  .jinfotw .box .gl .item .lbox {
    display: flex;
    flex-wrap: wrap;
  }
}
.jinfotw .box .gl .item .lbox .l_li {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0.14rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .jinfotw .box .gl .item .lbox .l_li {
    margin-right: 0.2rem;
    margin-bottom: 0.1rem !important;
  }
}
.jinfotw .box .gl .item .lbox .l_li.on i {
  background: var(--color2);
  border-color: var(--color2);
}
.jinfotw .box .gl .item .lbox .l_li:last-child {
  margin-bottom: 0;
}
.jinfotw .box .gl .item .lbox .l_li i {
  margin: 2px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 2px;
  color: var(--color);
}
.jinfotw .box .gl .item .lbox .l_li i svg,
.jinfotw .box .gl .item .lbox .l_li i img {
  width: 50%;
  height: auto;
}
.jinfotw .box .gl .item .lbox .l_li i svg path,
.jinfotw .box .gl .item .lbox .l_li i img path {
  fill: var(--color);
}
.jinfotw .box .gl .item .lbox .l_li p {
  margin-left: 0.1rem;
}
.jinfotw .box .gr {
  width: 80.95238095%;
}
@media (max-width: 767px) {
  .jinfotw .box .gr {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.jinfotw .box .gr .join_jy_box ul {
  margin-bottom: 0.8rem;
}
.jinfotw .box .gr .join_jy_box ul li {
  border-radius: 0.12rem;
  margin-bottom: 0.2rem;
  background: #fff;
}
.jinfotw .box .gr .join_jy_box ul li .g_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.4rem;
  position: relative;
  cursor: pointer;
}
.jinfotw .box .gr .join_jy_box ul li .g_top.on .g_svg {
  transform: rotate(180deg);
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingl {
  flex-shrink: 0;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingl h3 {
  font-weight: bold;
  transition: all 0.4s;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .jinfotw .box .gr .join_jy_box ul li .g_top .joingr {
    align-items: flex-start;
    flex-direction: column;
  }
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_lab {
  display: flex;
  align-items: center;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_lab .g_it {
  padding-right: 0.1rem;
  margin-right: 0.1rem;
  display: flex;
  border-right: 1px solid #666;
  line-height: 1;
  align-items: center;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_lab .g_it:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_lab .g_it i {
  margin-right: 0.08rem;
  flex-shrink: 0;
  display: flex;
  width: auto;
  height: 0.2rem;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_lab .g_it i svg,
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_lab .g_it i img {
  width: 100%;
  height: auto;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_lab .g_it i svg path,
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_lab .g_it i img path {
  transition: all 0.4s;
  fill: #666;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_lab .g_it p {
  flex-shrink: 0;
  transition: all 0.4s;
  color: #666;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_time {
  margin-left: 1.2rem;
  color: #666;
}
@media (max-width: 767px) {
  .jinfotw .box .gr .join_jy_box ul li .g_top .joingr .g_time {
    margin: 0.2rem 0 0;
  }
}
.jinfotw .box .gr .join_jy_box ul li .g_top .g_svg {
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  width: 12px;
  height: auto;
}
@media (max-width: 991px) {
  .jinfotw .box .gr .join_jy_box ul li .g_top .g_svg {
    width: 10px;
  }
}
.jinfotw .box .gr .join_jy_box ul li .g_top .g_svg svg,
.jinfotw .box .gr .join_jy_box ul li .g_top .g_svg img {
  width: 100%;
  height: auto;
}
.jinfotw .box .gr .join_jy_box ul li .g_top .g_svg svg path,
.jinfotw .box .gr .join_jy_box ul li .g_top .g_svg img path {
  transition: all 0.4s;
  fill: #000;
}
.jinfotw .box .gr .join_jy_box ul li .g_xia {
  position: relative;
  z-index: 10;
  padding: 0 0.4rem;
  display: none;
}
@media (max-width: 991px) {
  .jinfotw .box .gr .join_jy_box ul li .g_xia {
    padding: 0.4rem;
  }
}
.jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq {
  margin-top: -0.26rem;
  border-top: 1px solid #D9D9D9;
  padding: 0.25rem 0 0.4rem 0;
}
@media (max-width: 991px) {
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq {
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq {
    max-height: initial;
    overflow-y: initial;
    padding-right: 0;
  }
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq p {
    font-size: 0.28rem !important;
  }
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq span {
    font-size: 0.28rem !important;
  }
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq h1,
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq h2,
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq h3,
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq h4,
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq h5,
  .jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq h6 {
    font-size: 0.32rem !important;
  }
}
.jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar {
  width: 3px;
}
.jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-thumb {
  background: #339cd8;
  border-radius: 25px;
}
.jinfotw .box .gr .join_jy_box ul li .g_xia .g_bjq::-webkit-scrollbar-corner {
  background: #339cd8;
}
.jinfotw .box .gr .join_jy_box ul li .g_xia .public-more-hover {
  margin-top: 0.6rem;
}
.jinfotw .box .gr .join_jy_box ul li .g_xia .public-more-hover .public-more {
  transition: all 0.4s;
}
.jinfotw .box .gr .join_jy_box ul li .g_xia .public-more-hover .public-more:hover {
  opacity: 0.8;
}
.jinfotw .box .gr .join_jy_box ul li .g_xia .public-more-hover .public-more .more {
  cursor: pointer;
  height: 0.42rem;
  padding: 0 0.24rem;
}
@media (max-width: 1580px) {
  .jinfotw .box .gr .join_jy_box ul li .g_xia .public-more-hover .public-more .more {
    height: 0.64rem;
  }
}
@media (max-width: 767px) {
  .jinfotw .box .gr .join_jy_box ul li .g_xia .public-more-hover .public-more .more {
    height: 0.8rem;
  }
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page a {
  height: 0.44rem;
  width: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page a {
    font-size: 0.28rem;
    height: 0.7rem;
    min-width: 0.7rem;
  }
}
.page a.prev img,
.page a.prev svg {
  transform: rotate(180deg);
}
.page a:hover {
  color: var(--color);
}
.page a:hover p {
  color: var(--color);
}
.page a:hover svg path {
  fill: var(--color);
}
.page a img,
.page a svg {
  width: 8px;
  height: auto;
}
@media (max-width: 1580px) {
  .page a img,
  .page a svg {
    width: 7px;
  }
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 6px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg path {
  fill: #333;
}
.page .active {
  color: #fff !important;
  background: linear-gradient(335deg, #FFA801 13.23%, #ED7300 50.17%, #FA601E 81.22%);
}
.page .active p {
  color: #fff !important;
}
.page > p {
  color: #999;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .page > p {
    display: none;
  }
}
.page input {
  margin: 0 0.1rem;
  border: 1px solid #999999;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page input {
    display: none;
  }
}
/* 企业合规 */
.ccon {
  background: #F9F9F9;
  padding: 0.8rem 0 0.96rem;
}
.ccon .box {
  margin-top: 0.4rem;
  border-radius: 0.2rem;
  padding: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
@media (max-width: 991px) {
  .ccon .box {
    flex-direction: column-reverse;
  }
}
.ccon .box .gl {
  width: 46.25%;
  padding: 0 0 0 0.4rem;
}
@media (max-width: 991px) {
  .ccon .box .gl {
    width: 100%;
    padding: 0.6rem 0 0.3rem;
  }
}
.ccon .box .gl h3 {
  font-weight: 500;
  margin-bottom: 0.24rem;
  color: var(--color2);
}
.ccon .box .gl > p {
  line-height: 1.87;
  color: #666;
}
.ccon .box .gl .g_p {
  margin: 0.36rem 0;
}
.ccon .box .gl .g_p p {
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.24rem;
}
.ccon .box .gl .g_mail {
  margin-top: 0.64rem;
}
.ccon .box .gl .g_mail a:hover {
  color: var(--color);
}
.ccon .box .gr {
  width: 46.875%;
}
@media (max-width: 991px) {
  .ccon .box .gr {
    width: 100%;
  }
}
.ccon .box .gr .public-img {
  border-radius: 0.1rem;
}
.ccon .box .gr .public-img:before {
  padding-top: 84.26666667%;
}
/* 环境信息 */
.eion {
  background: linear-gradient(180deg, rgba(240, 130, 0, 0.2) 0%, rgba(249, 249, 249, 0) 100%) no-repeat;
  background-size: 100% 4.3rem;
  padding: 0.8rem 0 0.69rem;
}
.eion .container {
  max-width: 1400px;
}
.eion .box {
  margin-top: 0.6rem;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .eion .box {
    font-size: 14px;
  }
}
.eion .g_a {
  display: flex;
  margin-top: 0.4rem;
}
.eion .g_a .public-more-hover {
  margin-right: 0.3rem;
}
.eion .g_a .public-more-hover .public-more .more {
  min-width: 1.1rem;
  text-align: center;
}
.eion .g_a .public-more-hover .public-more .more:hover {
  opacity: 0.8;
}
/* 公益事业 */
.welon {
  padding: 0.6rem 0;
  background: #F9F9F9;
}
.welon .gt {
  border-radius: 0.12rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 767px) {
  .welon .gt {
    flex-direction: column-reverse;
  }
}
.welon .gt .gl {
  padding: 0.8rem 0.9rem 0.8rem 0.7rem;
  width: 51.78571429%;
}
@media (max-width: 767px) {
  .welon .gt .gl {
    width: 100%;
    padding: 0.4rem;
  }
}
.welon .gt .gl h2 {
  font-weight: bold;
}
.welon .gt .gl p {
  margin-top: 0.24rem;
  color: #666;
  line-height: 1.87;
}
@media (max-width: 767px) {
  .welon .gt .gl p {
    line-height: 1.5;
  }
}
.welon .gt .gr {
  width: 48.21428571%;
}
@media (max-width: 767px) {
  .welon .gt .gr {
    width: 100%;
  }
}
.welon .gt .gr:before {
  padding-top: 69.13580247%;
}
.welon .gb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .welon .gb {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .welon .gb {
    grid-template-columns: repeat(1, 1fr);
  }
}
.welon .gb .item {
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  transition: all 0.4s;
}
.welon .gb .item:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.welon .gb .item:hover .public-img img {
  transform: scale(1.05);
}
.welon .gb .item:hover .txt p {
  color: var(--color) !important;
}
.welon .gb .item .public-img {
  border-radius: 0.12rem;
}
.welon .gb .item .public-img:before {
  padding-top: 64.07407407%;
}
.welon .gb .item .txt {
  padding: 0.4rem 0.3rem 0.6rem;
}
.welon .gb .item .txt span {
  display: block;
  color: #999;
}
.welon .gb .item .txt p {
  transition: all 0.4s;
  margin-top: 0.18rem;
}
/* 企业动态 */
.newson {
  background: #F9F9F9;
  padding: 0.6rem 0 0.46rem;
}
.newson .g_hot {
  position: relative;
  margin-top: 0.6rem;
}
.newson .g_hot .swiper .swiper-slide .newson_box {
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newson .g_hot .swiper .swiper-slide .newson_box {
    flex-direction: column-reverse;
  }
}
.newson .g_hot .swiper .swiper-slide .newson_box .gl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 51.78571429%;
  padding: 0.6rem 0.8rem 0.4rem 0.6rem;
}
@media (max-width: 767px) {
  .newson .g_hot .swiper .swiper-slide .newson_box .gl {
    width: 100%;
    padding: 0.3rem 0.3rem 0.6rem;
  }
}
.newson .g_hot .swiper .swiper-slide .newson_box .gl .txt {
  width: 100%;
}
.newson .g_hot .swiper .swiper-slide .newson_box .gl .txt span {
  color: #999;
}
.newson .g_hot .swiper .swiper-slide .newson_box .gl .txt h3 {
  line-height: 1.2;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newson .g_hot .swiper .swiper-slide .newson_box .gl .txt p {
  margin-top: 0.16rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newson .g_hot .swiper .swiper-slide .newson_box .gl .txt p {
    font-size: 14px;
  }
}
.newson .g_hot .swiper .swiper-slide .newson_box .gl .gb {
  margin-top: 0.4rem;
}
.newson .g_hot .swiper .swiper-slide .newson_box .gr {
  width: 48.21428571%;
}
@media (max-width: 767px) {
  .newson .g_hot .swiper .swiper-slide .newson_box .gr {
    width: 100%;
  }
}
.newson .g_hot .swiper .swiper-slide .newson_box .gr .public-img:before {
  padding-top: 69.13580247%;
}
.newson .g_hot .glab {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  width: 51.78571429%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0.6rem 0.8rem 0.4rem 0.6rem;
}
@media (max-width: 767px) {
  .newson .g_hot .glab {
    width: 100%;
    padding: 0.3rem;
  }
}
.newson .g_hot .glab .swip2_pag {
  position: initial;
  background: #ddd;
  height: 2px;
}
.newson .g_hot .glab .swip2_pag span {
  background: var(--color2);
}
.newson .g_hot .glab .g_qie {
  pointer-events: initial;
  margin-top: 0.34rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newson .g_hot .glab .g_qie {
    display: none;
  }
}
.newson .g_hot .glab .g_qie .arrow-more {
  margin-left: 0.24rem;
  transform: translateY(0%);
  position: initial;
}
.newson .box {
  margin-top: 0.8rem;
}
.newson .box .g_filter {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .newson .box .g_filter {
    flex-direction: column;
  }
}
.newson .box .g_filter .gl {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newson .box .g_filter .gl {
    margin-bottom: 0.2rem;
  }
}
.newson .box .g_filter .gl a {
  color: #666;
  margin-right: 0.24rem;
  border-radius: 100px;
  border: 1px solid #666;
  display: flex;
  height: 0.48rem;
  padding: 0 28px;
  justify-content: center;
  align-items: center;
  min-width: 1.23rem;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .newson .box .g_filter .gl a {
    height: 0.7rem;
  }
}
@media (max-width: 991px) {
  .newson .box .g_filter .gl a {
    height: 0.8rem;
  }
}
.newson .box .g_filter .gl a.on {
  background: linear-gradient(249deg, #FFA801 5.54%, #ED7300 55.65%, #FA601E 97.77%);
  border-color: transparent;
  color: #fff;
}
.newson .box .g_filter .gr {
  position: relative;
  z-index: 20;
}
.newson .box .gcon {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.3rem;
}
@media (max-width: 991px) {
  .newson .box .gcon {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .newson .box .gcon {
    grid-template-columns: repeat(1, 1fr);
  }
}
.newson .box .gcon .item {
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  transition: all 0.4s;
}
.newson .box .gcon .item:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}
.newson .box .gcon .item:hover .public-img img {
  transform: scale(1.05);
}
.newson .box .gcon .item:hover .txt p {
  color: var(--color) !important;
}
.newson .box .gcon .item:hover .txt .public-text-more {
  border-top: 1px solid var(--color);
}
.newson .box .gcon .item:hover .txt .public-text-more .more .word,
.newson .box .gcon .item:hover .txt .public-text-more .more .icon {
  color: var(--color);
}
.newson .box .gcon .item .public-img {
  border-radius: 0.12rem;
}
.newson .box .gcon .item .public-img:before {
  padding-top: 64.07407407%;
}
.newson .box .gcon .item .txt {
  padding: 0.4rem 0.3rem 0.6rem;
}
.newson .box .gcon .item .txt .txt_box span {
  display: block;
  color: #999;
}
.newson .box .gcon .item .txt .txt_box p {
  transition: all 0.4s;
  margin-top: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.newson .box .gcon .item .txt .public-text-more {
  margin-top: 0.3rem;
  border-top: 1px solid #D9D9D9;
  padding-top: 0.3rem;
  transition: all 0.4s;
}
.newson .box .gcon .item .txt .public-text-more .more .word,
.newson .box .gcon .item .txt .public-text-more .more .icon {
  color: #666;
}
.g_fil_form {
  align-items: center;
  display: flex;
}
.g_fil_form .layui-input:focus,
.g_fil_form .layui-textarea:focus {
  border-color: var(--color) !important;
}
.g_fil_form .layui-input-block {
  margin-left: 0;
  margin-right: 0;
}
.g_fil_form .layui-form-select dl {
  top: 100%;
  bottom: auto;
  padding: 0;
}
.g_fil_form .layui-form-select dl dd.layui-this {
  background: var(--color);
  color: #fff;
}
.g_fil_form .layui-form-select .layui-input {
  display: inline-flex;
  width: 138px;
  height: 0.48rem;
  border: 1px solid #666;
  color: #444;
  background: none;
  padding: 0 0.2rem;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .g_fil_form .layui-form-select .layui-input {
    height: 0.7rem;
  }
}
@media (max-width: 991px) {
  .g_fil_form .layui-form-select .layui-input {
    height: 0.8rem;
  }
}
.g_fil_form .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/b.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.g_fil_form .search_box {
  width: 2.9rem;
  height: 0.48rem;
  background: none;
  border-radius: 100px;
  margin-left: 0.16rem;
  border: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .g_fil_form .search_box {
    height: 0.7rem;
  }
}
@media (max-width: 991px) {
  .g_fil_form .search_box {
    height: 0.8rem;
  }
}
.g_fil_form .search_box input {
  padding: 0 0.2rem 0 0.26rem;
  width: 100%;
  color: #333;
}
.g_fil_form .search_box input::-webkit-input-placeholder {
  color: #999;
}
.g_fil_form .search_box button {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.3rem;
  width: 0.2rem;
  height: auto;
}
@media (max-width: 1199px) {
  .g_fil_form .search_box button {
    width: 0.3rem;
  }
}
@media (max-width: 991px) {
  .g_fil_form .search_box button {
    width: 0.36rem;
  }
}
.g_fil_form .search_box button svg {
  width: 100%;
  height: auto;
}
.g_fil_form .search_box button svg path {
  fill: #666;
}
/* 新闻资讯 */
.ninfoon {
  background: #F9F9F9;
}
.ninfoon .g_top {
  padding: 0.6rem 0 0.16rem;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .ninfoon .g_top {
    padding: 0.6rem 0 0.4rem;
  }
}
.ninfoon .g_top h1 {
  font-weight: bold;
  line-height: 1.2;
}
.ninfoon .g_top .gfx {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ninfoon .g_top .gfx {
    flex-direction: column;
  }
}
.ninfoon .g_top .gfx .gl {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ninfoon .g_top .gfx .gl {
    margin-bottom: 0.4rem;
  }
}
.ninfoon .g_top .gfx .gl p {
  color: #999;
  padding-right: 0.1rem;
  margin-right: 0.1rem;
  display: flex;
  border-right: 1px solid #666;
  line-height: 1;
  align-items: center;
}
.ninfoon .g_top .gfx .gl p:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.ninfoon .g_top .gfx .gr {
  display: flex;
  align-items: center;
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box {
  display: flex;
  align-items: center;
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box * {
  transition: all 0.6s;
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box > p {
  color: #999;
  margin-right: 0.05 rem;
  display: inline-flex;
  align-items: center;
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box > p img {
  margin-right: 0.09rem;
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box .bshare-custom a {
  width: 0.24rem;
  height: 0.24rem;
  padding: 0;
  background: none;
  border-radius: 50%;
  margin: 0 0 0 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box .bshare-custom a:hover {
  background: none;
  opacity: 1;
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box .bshare-custom a:hover svg {
  color: var(--color);
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: var(--color);
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ninfoon .g_top .gfx .gr .ins_det_fxr_box .bshare-custom a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box .bshare-custom a svg {
  color: #999;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.ninfoon .g_top .gfx .gr .ins_det_fxr_box .bshare-custom a svg path {
  fill: #999;
  opacity: 1;
}
.ninfoon .g_top .gfx .gr .social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.ninfoon .g_top .gfx .gr .social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.ninfoon .g_top .gfx .gr .bsBox {
  box-sizing: initial;
}
.ninfoon .box .public-content {
  padding: 0.3rem 1.15rem 2.75rem;
}
@media (max-width: 991px) {
  .ninfoon .box .public-content {
    padding: 0.4rem 0 0.8rem;
  }
}
.ninfoon .box .public-content img {
  display: block;
  margin: auto;
  border-radius: 0.12rem;
}
.ninfoon .box .g_pag {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0 0.78rem;
  border-top: 1px solid #ddd;
}
.ninfoon .box .g_pag .fh {
  height: 0.44rem;
  padding: 0 0.28rem;
  border-radius: 100px;
  border: 1px solid #FFA801;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .ninfoon .box .g_pag .fh {
    height: 0.7rem;
    padding: 0 0.4rem;
  }
}
.ninfoon .box .g_pag .fh:hover {
  background: var(--color2);
}
.ninfoon .box .g_pag .fh:hover p {
  color: var(--color2);
}
.ninfoon .box .g_pag .fh:hover svg path {
  stroke: #fff;
}
.ninfoon .box .g_pag .fh p {
  color: #222;
  transition: all 0.4s;
}
.ninfoon .box .g_pag .fh svg {
  width: 20px;
  height: 20px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ninfoon .box .g_pag .fh svg {
    width: 16px;
    height: 16px;
  }
}
.ninfoon .box .g_pag .fh svg path {
  stroke: var(--color2);
}
.ninfoon .box .g_pag .pag_l,
.ninfoon .box .g_pag .pag_r {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 40%;
}
@media (max-width: 767px) {
  .ninfoon .box .g_pag .pag_l,
  .ninfoon .box .g_pag .pag_r {
    width: 30%;
  }
}
.ninfoon .box .g_pag .pag_l:hover svg,
.ninfoon .box .g_pag .pag_r:hover svg {
  color: var(--color2);
}
.ninfoon .box .g_pag .pag_l:hover p,
.ninfoon .box .g_pag .pag_r:hover p {
  color: var(--color2);
}
.ninfoon .box .g_pag .pag_l svg,
.ninfoon .box .g_pag .pag_r svg,
.ninfoon .box .g_pag .pag_l img,
.ninfoon .box .g_pag .pag_r img {
  transition: all 0.4s;
  margin-bottom: 0.09rem;
  width: 10px;
  height: 10px;
  display: inline-flex;
}
.ninfoon .box .g_pag .pag_l span,
.ninfoon .box .g_pag .pag_r span {
  flex-shrink: 0;
  color: #666;
  transition: all 0.4s;
}
.ninfoon .box .g_pag .pag_l p,
.ninfoon .box .g_pag .pag_r p {
  transition: all 0.4s;
  width: 100%;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ninfoon .box .g_pag .pag_l svg,
.ninfoon .box .g_pag .pag_l img {
  transform: rotate(-135deg);
}
.ninfoon .box .g_pag .pag_r {
  text-align: right;
  align-items: flex-end;
  justify-content: flex-start;
}
.ninfoon .box .g_pag .pag_r svg,
.ninfoon .box .g_pag .pag_r img {
  transform: rotate(45deg);
}
/* 投资者关系 */
.invon {
  margin: 1.2rem 0;
}
.invon .g_title {
  margin-bottom: 0.4rem;
}
.invon .box img {
  border-radius: 0.2rem;
}
.invtw {
  margin: 1.2rem 0 0.8rem;
}
.invtw .g_tit {
  display: flex;
  justify-content: space-between;
}
.invtw .g_tit .public-more {
  width: auto;
}
.invtw .g_tit .g_title {
  margin-bottom: 0.4rem;
}
.pub_down {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
@media (max-width: 991px) {
  .pub_down {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pub_down .item {
  border-radius: 0.12rem;
  border: 1px solid #DDD;
  padding: 0.4rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pub_down .item {
    flex-direction: column;
  }
}
.pub_down .item:hover {
  border-color: transparent;
  box-shadow: 4px 8px 30px 0 rgba(0, 0, 0, 0.08);
}
.pub_down .item .gl {
  display: flex;
  align-items: center;
}
.pub_down .item .gl .icon {
  width: 0.8rem;
  height: auto;
  margin-right: 0.34rem;
  flex-shrink: 0;
}
.pub_down .item .gl .txt {
  padding-right: 0.7rem;
}
@media (max-width: 767px) {
  .pub_down .item .gl .txt {
    padding: 0;
  }
}
.pub_down .item .gl .txt h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
@media (max-width: 767px) {
  .pub_down .item .gl .txt h3 {
    height: auto;
  }
}
.pub_down .item .gl .txt .g_time {
  margin-top: 0.12rem;
  display: flex;
  align-items: center;
}
.pub_down .item .gl .txt .g_time svg,
.pub_down .item .gl .txt .g_time img {
  margin-right: 0.08rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1199px) {
  .pub_down .item .gl .txt .g_time svg,
  .pub_down .item .gl .txt .g_time img {
    width: 0.24rem;
  }
}
@media (max-width: 767px) {
  .pub_down .item .gl .txt .g_time svg,
  .pub_down .item .gl .txt .g_time img {
    width: 0.28rem;
  }
}
.pub_down .item .gl .txt .g_time p {
  color: #999;
}
.pub_down .item .gr {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pub_down .item .gr {
    justify-content: flex-end;
    width: 100%;
    margin-top: 0.3rem;
  }
}
.pub_down .item .gr a {
  margin-left: 0.12rem;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .pub_down .item .gr a {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.pub_down .item .gr a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(249deg, #FFA801 5.54%, #ED7300 55.65%, #FA601E 97.77%), #FFF;
  transition: all 0.4s;
  opacity: 0;
}
.pub_down .item .gr a:hover::after {
  opacity: 1;
}
.pub_down .item .gr a:hover img path,
.pub_down .item .gr a:hover svg path {
  color: #fff;
  stroke: #fff;
}
.pub_down .item .gr a img,
.pub_down .item .gr a svg {
  position: relative;
  z-index: 10;
  width: 40%;
  transition: all 0.4s;
}
.invth {
  padding: 1.2rem 0 0.8rem;
  background: #F9F9F9;
}
.invth .g_title {
  margin-bottom: 0.4rem;
}
.invth .box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  border-radius: 0.12rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .invth .box {
    flex-direction: column;
  }
}
.invth .box .gl {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 44.04761905%;
}
@media (max-width: 767px) {
  .invth .box .gl {
    width: 100%;
    position: relative;
  }
}
.invth .box .gl .public-img {
  height: 100%;
}
.invth .box .gl .public-img:before {
  padding-top: 62.16216216%;
}
.invth .box .gr {
  min-height: 4.6rem;
  border-radius: 0.12rem;
  position: relative;
  width: 59.16666667%;
  background: linear-gradient(270deg, #FFF 50%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(20px);
  z-index: 10;
  padding: 0.6rem 1.4rem 0.4rem 1.34rem;
}
@media (max-width: 767px) {
  .invth .box .gr {
    width: 100%;
    padding: 0.3rem;
  }
}
.invth .box .gr .g_p p {
  color: #666;
}
.invth .box .gr .public-more {
  margin-top: 0.9rem;
}
.invfo {
  position: relative;
}
.invfo .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.invfo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.invfo .container {
  color: #fff;
  text-align: center;
  padding: 1.1rem 0 0.98rem;
}
.invfo .container .p1 {
  font-weight: 700;
}
/* 投资者报告 */
.iinfoon {
  padding: 1.2rem 0 1.1rem;
}
.iinfoon .pub_down {
  margin-top: 0.4rem;
}
.iinfoon .page {
  margin-top: 0.6rem;
}
/* 监督举报 */
.supon {
  background: #F9F9F9;
  padding: 1.2rem 0 1.91rem;
}
@media (max-width: 767px) {
  .supon {
    padding: 1.2rem 0;
  }
}
.supon .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .supon .container {
    flex-direction: column;
  }
}
.supon .container .gl {
  width: 39.28571429%;
}
@media (max-width: 767px) {
  .supon .container .gl {
    width: 100%;
  }
}
.supon .container .gl .g_title p {
  margin-top: 0.4rem;
  line-height: 1.5;
}
.supon .container .gr {
  display: flex;
  justify-content: space-between;
  width: 53.57142857%;
}
@media (max-width: 767px) {
  .supon .container .gr {
    width: 100%;
    flex-direction: column;
  }
}
.supon .container .gr .item {
  border-radius: 0.12rem;
  background: #fff;
  width: 45.55555556%;
  padding: 0.58rem 0.3rem 0.62rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .supon .container .gr .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.supon .container .gr .item:first-child {
  background: #fff url(../images/supervise4.png) no-repeat;
  background-position: 1.8rem bottom;
}
.supon .container .gr .item .icon {
  width: 1.28rem;
  height: auto;
  margin-bottom: 0.3rem;
}
.supon .container .gr .item .txt .p1 {
  margin-bottom: 0.16rem;
}
.supon .container .gr .item .txt .p2 {
  color: #666;
}
.other_t {
  padding-top: 0.4rem;
}
/* 免责声明 */
.other_box {
  background: linear-gradient(180deg, rgba(240, 130, 0, 0.2) 0%, rgba(249, 249, 249, 0) 100%) no-repeat;
  background-size: 100% 4.3rem;
  padding: 0.2rem 0 0;
}
.g-pri {
  padding: 0.4rem 0 0.8rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem;
}
.g-pri .box .public-content {
  font-size: 16px;
  padding: 0 1.8rem;
  margin-top: 0.6rem;
}
@media (max-width: 1199px) {
  .g-pri .box .public-content {
    font-size: 14px;
    padding: 0;
  }
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
  /* span {
						flex-shrink: 0;
						color: #222;
						display: block;
						position: relative;
						padding-left: 20px;

						&:after {
							content: '';
							position: absolute;
							width: 4px;
							height: 4px;
							border-radius: 50%;
							background: #000;
							left: 0;
							top: 12px;

							@media @max-lg {
								top: 14px;
							}
						}
					} */
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
/* 网站地图 */
.g-mapon2 {
  padding: 0.4rem 0 1.2rem;
}
@media (max-width: 991px) {
  .g-mapon2 {
    padding: 0.8rem 0;
  }
}
.g-mapon2 .g-tit {
  text-align: center;
}
.g-mapon2 .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon2 .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon2 .nav-box {
  width: calc(1060/1680*100%);
  margin: 0.6rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem 2rem;
}
@media (max-width: 1199px) {
  .g-mapon2 .nav-box {
    width: 100%;
    padding: 0 20px;
    gap: 0.6rem 1rem;
  }
}
@media (max-width: 991px) {
  .g-mapon2 .nav-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .g-mapon2 .nav-box {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
.g-mapon2 .nav-box .item .headline {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.g-mapon2 .nav-box .item .headline a {
  display: block;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #111111;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.g-mapon2 .nav-box .item .headline .icon {
  width: 8px;
  height: 8px;
  display: none;
  font-size: 0;
  color: #111111;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.g-mapon2 .nav-box .item .headline .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.g-mapon2 .nav-box .item .headline a:hover {
  color: var(--color2);
}
.g-mapon2 .nav-box .item .menu {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.g-mapon2 .nav-box .item .menu .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.g-mapon2 .nav-box .item .menu .one a {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #666666;
  white-space: nowrap;
  line-height: calc(22/14);
}
.g-mapon2 .nav-box .item .menu .one a svg {
  width: 8px;
  height: 8px;
  color: var(--color2);
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.g-mapon2 .nav-box .item .menu .one a:hover {
  color: var(--color2);
}
.g-mapon2 .nav-box .item .menu .one a:hover svg {
  transform: translateX(100%);
  opacity: 1;
}
.g-mapon2 .nav-box .item .menu .one + .one {
  margin-top: 0.06rem;
}
.public-windows99 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  /* display: block !important; */
  display: none;
}
.public-windows99.shenqingggangwei .cn41 {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.public-windows99.shenqingggangwei .cn41 .public-more .more {
  min-width: 1.52rem;
}
.public-windows99.shenqingggangwei .cn41 .public-more .more:hover {
  opacity: 0.8;
}
.public-windows99.shenqingggangwei .box10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.public-windows99.shenqingggangwei .box10 .box2 {
  width: calc(50% - 0.12rem);
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box2 {
    width: 100%;
  }
}
.public-windows99.shenqingggangwei .box10 .box2 .g_top {
  margin-bottom: 0.08rem;
  display: flex;
  align-items: center;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_top span {
  color: var(--color);
  margin-left: 0.06rem;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel {
  display: flex;
  align-items: center;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-input:focus,
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-textarea:focus {
  border-color: var(--color) !important;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-input-block {
  margin-left: 0;
  margin-right: 0.1rem;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select {
  width: 1rem;
}
@media (max-width: 1199px) {
  .public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select {
    width: 80px;
  }
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select dl {
  top: 100%;
  bottom: auto;
  padding: 0;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select dl dd.layui-this {
  background: var(--color);
  color: #fff;
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select .layui-input {
  height: 0.52rem;
  border: 1px solid #ddd;
  color: #666;
  padding: 0 0.2rem;
  border-radius: 0.06rem;
}
@media (max-width: 991px) {
  .public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select .layui-input {
    line-height: 0.76rem;
    height: 0.76rem;
  }
}
.public-windows99.shenqingggangwei .box10 .box2 .g_tel .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/b2.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.public-windows99.shenqingggangwei .box10 .box2.box12 {
  width: 100%;
}
.public-windows99.shenqingggangwei .box10 .cn13 {
  margin-left: 0.12rem;
  font-size: 12px;
  color: #c7c5c5;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .cn13 {
    display: none;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 {
  width: 100%;
}
.public-windows99.shenqingggangwei .box10 .box11 .p1 {
  color: #000;
  margin-bottom: 0.08rem;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_con {
  padding: 0.46rem 0.3rem;
  border: 1px solid #ddd;
  border-radius: 0.06rem;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .g_p {
  margin-top: 0.2rem;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .g_p .p2 {
  color: #999;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp {
  position: relative;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp:hover .cn4 {
  background: var(--color);
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp:hover .cn4 p {
  color: #fff;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp:hover .cn4 i {
  color: #fff;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp:hover .cn4 i path {
  stroke: #fff;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_t .box11_inp input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  min-width: 2rem;
  padding: 0 0.3rem;
  margin-top: 0.15rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #f8f8f8;
  position: relative;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b p {
  color: #999;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b .g_del {
  cursor: pointer;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
  position: absolute;
  flex-shrink: 0;
  display: none;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #007f41;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i svg,
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i img {
  width: 30%;
  height: auto;
}
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i svg path,
.public-windows99.shenqingggangwei .box10 .box11 .box11_b i img path {
  fill: #c5e2d4;
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 {
  padding: 0 0.23rem;
  min-width: 1rem;
  height: 0.4rem;
  color: var(--color);
  border: 1px solid var(--color);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box11 .cn4 {
    height: 0.7rem;
    padding: 0 0.4rem;
    white-space: nowrap;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 i {
  transition: all 0.4s;
  margin-left: 0.08rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1199px) {
  .public-windows99.shenqingggangwei .box10 .box11 .cn4 i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .public-windows99.shenqingggangwei .box10 .box11 .cn4 i {
    width: 0.26rem;
  }
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 i svg,
.public-windows99.shenqingggangwei .box10 .box11 .cn4 i img {
  width: 100%;
  height: auto;
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 p {
  transition: all 0.4s;
}
.public-windows99.shenqingggangwei .box10 .box11 .cn4 input {
  pointer-events: none;
}
.public-windows99.shenqingggangwei .box10 .box11 .box12 {
  width: 100%;
  border-radius: 6px;
  position: relative;
  padding: 0.28rem 0.2rem 0.24rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .public-windows99.shenqingggangwei .box10 .box11 .box12 {
    height: auto;
  }
}
.public-windows99 .g_pop {
  width: 9.6rem;
  border-radius: 0.12rem;
  background-color: #Fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0.68rem rgba(0, 0, 0, 0.18);
  padding: 0.6rem 1rem 0.8rem;
  overflow: auto;
  max-height: 94vh;
}
@media (max-width: 1580px) {
  .public-windows99 .g_pop {
    width: 11rem;
  }
}
@media (max-width: 991px) {
  .public-windows99 .g_pop {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .public-windows99 .g_pop {
    width: 90%;
  }
}
.public-windows99 .g_pop .cnclose {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-windows99 .g_pop .cnclose {
    right: 0.36rem;
    top: 0.36rem;
    width: 22px;
    height: 22px;
  }
}
.public-windows99 .g_pop .cnclose span {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #999999;
  transform: translate(-50%, -50%);
}
.public-windows99 .g_pop .cnclose span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.public-windows99 .g_pop .cnclose span:nth-child(2) {
  width: 2px;
  height: 100%;
}
@media (max-width: 767px) {
  .public-windows99 .g_pop .cnclose span {
    background-color: #021e4a;
  }
}
.public-windows99 .g_pop .cnclose:hover span {
  background-color: var(--color);
}
.public-windows99 .box {
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media (max-width: 991px) {
  .public-windows99 .box {
    padding: 0.5rem 0.3rem;
  }
}
.public-windows99 .box .cn1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.32rem;
}
.public-windows99 .box .cn1 .cn2 {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.06rem;
  background-color: #e5f4fb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.2rem;
}
.public-windows99 .box .cn1 .cn2 img {
  width: 0.19rem;
}
.public-windows99 .box .cn1 .cn3 {
  font-weight: bold;
  color: #333333;
  line-height: 1.1;
}
.public-windows99 .box .cn1 .cn3a {
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 0.16rem;
  color: #666;
}
.public-windows99 .box .cn1 .cn3a em {
  margin-left: 5px;
  font-style: normal;
  /* color: @color1; */
  /* text-decoration: underline; */
}
.public-windows99 .box .g_box2 {
  margin-top: 0.3rem;
  width: 100%;
}
.public-windows99 .box .g_box2 .g_box2_con {
  border: 1px solid #ddd;
  border-radius: 0.06rem;
  padding: 0.2rem;
}
.public-windows99 .box .g_box2 .g_box2_con textarea {
  width: 100%;
  height: 1.12rem;
  color: #666;
}
@media (max-width: 767px) {
  .public-windows99 .box .g_box2 .g_box2_con textarea {
    height: 0.8rem;
  }
}
.public-windows99 .box .g_box2 .g_box2_con textarea::-webkit-input-placeholder {
  color: #999;
}
.public-windows99 .box .g_box2 .p1 {
  margin-top: 0.1rem;
  color: #000;
}
.public-windows99 .box .g_box2 .p2 {
  color: #999;
  margin: 3px 0 0.16rem;
}
.public-windows99 .box .box2 {
  width: 100%;
}
.public-windows99 .box .box2 .cn4 {
  color: #222222;
  line-height: 0.5rem;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn4 {
    line-height: 0.6rem;
  }
}
.public-windows99 .box .box2 .cn4 .cn5 {
  color: #ff0000;
  margin-right: 5px;
}
.public-windows99 .box .box2 .cn6 {
  width: 100%;
}
.public-windows99 .box .box2 .cn6.on input,
.public-windows99 .box .box2 .cn6.on textarea {
  border: 1px solid var(--color);
}
.public-windows99 .box .box2 .cn6.on input::placeholder,
.public-windows99 .box .box2 .cn6.on textarea::placeholder {
  color: var(--color);
}
.public-windows99 .box .box2 .cn6 input {
  padding: 0 0.18rem;
  width: 100%;
  line-height: 0.52rem;
  height: 0.52rem;
  border-radius: 0.06rem;
  border: 1px solid #ddd;
  color: #999999;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn6 input {
    line-height: 0.76rem;
    height: 0.76rem;
  }
}
.public-windows99 .box .box2 .cn6 input::placeholder {
  color: #b6b6b6;
}
.public-windows99 .box .box2 .cn6 textarea {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  height: 1.3rem;
  background-color: #fafafa;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  color: #999;
}
@media (max-width: 991px) {
  .public-windows99 .box .box2 .cn6 textarea {
    line-height: 0.76rem;
    height: 0.76rem;
  }
}
.public-windows99 .box .box2 .cn6 textarea::placeholder {
  color: #999;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  /* display: block !important; */
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc:hover::before,
.curtain1 .curtain_box .curtain_title .close_tc:hover::after {
  background: var(--color);
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 40px;
    height: 40px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 18px;
  height: 2px;
  background: #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 18px;
  height: 2px;
  background: #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.g_cg {
  width: 9.5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 80vh;
  border-radius: 0.12rem;
  padding: 1.3rem 0.3rem 0.3rem;
}
@media (max-width: 991px) {
  .g_cg {
    width: 100%;
  }
}
.g_cg img {
  margin: 0.42rem 0 0.5rem;
  width: 2.8rem;
  height: auto;
}
/* .curtain_no2{
	display: block !important;
} */
.g_laed {
  width: 12.8rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .g_laed {
    width: 100%;
  }
}
.g_laed .gl {
  width: 35.15625%;
  position: relative;
}
@media (max-width: 991px) {
  .g_laed .gl {
    display: none;
  }
}
.g_laed .gl .g_bj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.g_laed .gl .gcon {
  position: relative;
  z-index: 10;
  padding: 0.4rem;
}
.g_laed .gl .gcon .g_logo {
  height: 0.4rem;
  display: block;
  margin-bottom: 0.32rem;
}
.g_laed .gl .gcon .txt {
  margin-bottom: 0.16rem;
}
.g_laed .gl .gcon .txt .p1 {
  margin-bottom: 4px;
}
.g_laed .gl .gcon .txt .p2 {
  color: var(--color2);
  font-weight: bold;
}
.g_laed .gl .gcon .txt img {
  display: block;
  height: 0.08rem;
  width: auto;
}
.g_laed .gl .gcon .g_lab .g_it {
  margin-top: 0.24rem;
  border-radius: 100px;
  background: #fff;
  padding: 0.1rem 0.16rem;
  display: inline-flex;
  align-items: center;
}
.g_laed .gl .gcon .g_lab .g_it i {
  margin-right: 0.12rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: #FF6500;
  color: var(--color);
}
.g_laed .gl .gcon .g_lab .g_it i svg,
.g_laed .gl .gcon .g_lab .g_it i img {
  width: 47.05882353%;
  height: auto;
}
.g_laed .gl .gcon .g_lab .g_it i svg path,
.g_laed .gl .gcon .g_lab .g_it i img path {
  fill: var(--color);
}
.g_laed .gr {
  width: 64.84375%;
  padding: 0.4rem 0.4rem 0.6rem;
}
@media (max-width: 991px) {
  .g_laed .gr {
    width: 100%;
  }
}
.g_laed .gr .g_tit h2 {
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.g_laed .gr .g_tit p {
  color: #666;
}
.g_laed .gr form {
  margin-top: 0.24rem;
}
@media (max-width: 767px) {
  .g_laed .gr form {
    padding-bottom: 0.4rem;
  }
}
.g_laed .gr form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g_laed .gr form .inp {
    flex-direction: column;
  }
}
.g_laed .gr form .inp .inp_box {
  width: calc(50% - 0.14rem);
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .g_laed .gr form .inp .inp_box {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
}
.g_laed .gr form .inp .inp_box .inp_txt {
  margin-bottom: 0.11rem;
}
.g_laed .gr form .inp .inp_box .inp_txt p {
  color: #333;
  font-weight: bold;
}
.g_laed .gr form .inp .inp_box .inp_txt p span {
  color: var(--color);
}
.g_laed .gr form .inp .inp_box input {
  padding: 0 0.15rem;
  width: 100%;
  height: 0.4rem;
  background: #F9F9F9;
  border-radius: 0.06rem;
  font-size: 12px;
  border: none;
  box-shadow: none;
}
@media (max-width: 1580px) {
  .g_laed .gr form .inp .inp_box input {
    height: 0.68rem;
  }
}
@media (max-width: 767px) {
  .g_laed .gr form .inp .inp_box input {
    height: 0.8rem;
  }
}
.g_laed .gr form .inp .inp_box .sot_select_nr .sel_text_x {
  height: 0.5rem;
}
@media (max-width: 767px) {
  .g_laed .gr form .inp .inp_box .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.g_laed .gr form .inp .inp_box .layui-input-block {
  margin-left: 0;
  margin-right: 0;
}
.g_laed .gr form .inp .inp_box .layui-form-select dl {
  top: 100%;
  bottom: auto;
  padding: 0;
  font-size: 12px;
}
.g_laed .gr form .inp .inp_box .layui-form-select dl dd.layui-this {
  background: var(--color);
  color: #fff;
}
.g_laed .gr form .inp .inp_box .layui-form-select .layui-input {
  height: 0.4rem;
  font-size: 12px;
  border: none;
  color: #444;
  padding: 0 0.15rem;
  border-radius: 0.06rem;
}
@media (max-width: 1580px) {
  .g_laed .gr form .inp .inp_box .layui-form-select .layui-input {
    height: 0.68rem;
  }
}
@media (max-width: 767px) {
  .g_laed .gr form .inp .inp_box .layui-form-select .layui-input {
    height: 0.8rem;
  }
}
.g_laed .gr form .inp .inp_box .layui-form-select .layui-edge {
  right: 0.15rem;
  background: url(../images/b2.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.g_laed .gr form .inp2 .inp_box {
  width: 100%;
}
.g_laed .gr form .inptext .inp_box textarea {
  background: #F9F9F9;
  border-radius: 0.1rem;
  width: 100%;
  height: 1.2rem;
  font-size: 12px;
  padding: 0.13rem 0.18rem;
}
@media (max-width: 767px) {
  .g_laed .gr form .inptext .inp_box textarea {
    height: 2.2rem;
  }
}
.g_laed .gr form .inptext .inp_box textarea::-webkit-input-placeholder {
  color: #999;
}
.g_laed .gr form .g_lab {
  color: #666;
}
.g_laed .gr form .g_lab label {
  display: flex;
  align-items: flex-start;
}
.g_laed .gr form .g_lab label.on i {
  color: var(--color);
  border: 1px solid rgba(255, 168, 1, 0.3);
}
.g_laed .gr form .g_lab label.on i svg,
.g_laed .gr form .g_lab label.on i img {
  opacity: 1;
}
.g_laed .gr form .g_lab label.on i em {
  opacity: 1;
}
.g_laed .gr form .g_lab i {
  margin-top: 1px;
  flex-shrink: 0;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 0.2rem;
  height: 0.2rem;
  color: transparent;
  margin-right: 0.12rem;
}
@media (max-width: 1580px) {
  .g_laed .gr form .g_lab i {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .g_laed .gr form .g_lab i {
    margin-top: 3px;
  }
}
.g_laed .gr form .g_lab i em {
  width: 66.66666667%;
  height: 66.66666667%;
  border-radius: 2px;
  background: #FFA801;
  opacity: 0;
  transition: all 0.4s;
}
.g_laed .gr form .g_lab a {
  color: var(--color);
}
.g_laed .gr form .g_tc {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.g_laed .gr form .g_tc .public-more .more {
  min-width: 1.52rem;
}
.g_laed .gr form .g_tc .public-more .more:hover {
  opacity: 0.8;
}
