@charset "utf-8";
:root {
  --color: #14a1a1;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
@font-face {
  font-family: 'ali';
  src: url('../fonts/AlimamaShuHeiTi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.font-ali {
  font-family: 'ali', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
/* 开始 */
.g_xs {
  display: block;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
.sub_banner {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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 {
  padding-bottom: 250px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .sub_banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
.sub_banner .sub_banner_txt .container .ban_l {
  width: 100%;
}
.sub_banner .sub_banner_txt .container .ban_l .tit h2 {
  font-weight: 900;
  line-height: 1.2;
}
.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;
}
.feabox {
  padding-bottom: 1.2rem;
  position: relative;
  z-index: 10;
}
.feabox .feanav {
  transition: all 0.4s;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 20;
}
.feabox .feanav.on {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.feabox .feanav.on .hi-nav1 .swiper {
  padding-top: 1.8rem;
  transform: scale(0.8);
}
@media (max-width: 767px) {
  .feabox .feanav.on .hi-nav1 .swiper {
    transform: scale(1);
  }
}
.feabox .feanav.g_active {
  transform: translateY(-0.9rem);
}
@media (max-width: 767px) {
  .feabox .feanav.g_active {
    transform: translateY(-1rem);
  }
}
.ghi-nav1 {
  color: #fff;
  margin-top: calc(-68px - 1.9rem);
}
@media (max-width: 767px) {
  .ghi-nav1 {
    margin-top: calc(-38px - 1.5rem);
  }
}
.ghi-nav1 .container .swiper {
  transition: all 0.4s;
  padding: 2.1rem 2.4rem 30px 0.41rem;
  /* margin-bottom: 38px; */
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper {
    padding: 2.6rem 2.4rem 20px 0;
  }
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper .swiper-wrapper {
    justify-content: flex-start;
  }
}
.ghi-nav1 .container .swiper::after {
  content: '';
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  bottom: calc(30px + 2px);
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper::after {
    bottom: calc(20px + 1px);
  }
}
.ghi-nav1 .container .swiper .swiper-slide {
  width: auto;
  margin-right: 2.22rem;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1900px) {
  .ghi-nav1 .container .swiper .swiper-slide {
    margin-right: 2.32rem;
  }
}
@media (max-width: 1580px) {
  .ghi-nav1 .container .swiper .swiper-slide {
    margin-right: 2.24rem;
  }
}
@media (max-width: 1199px) {
  .ghi-nav1 .container .swiper .swiper-slide {
    margin-right: 0;
    padding-right: 2.3rem;
  }
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper .swiper-slide {
    padding: 0 1rem 0 0.6rem;
  }
}
.ghi-nav1 .container .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.ghi-nav1 .container .swiper .swiper-slide .feanav_box {
  position: relative;
}
.ghi-nav1 .container .swiper .swiper-slide .feanav_box .g_i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper .swiper-slide .feanav_box .g_i {
    width: 6px;
    height: 6px;
  }
}
.ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon {
    bottom: 15px;
  }
}
.ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon .g_img {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #21a394;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon .g_img {
    width: 1rem;
    height: 1rem;
  }
}
.ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon .g_img .g_img_con {
  transition: all 0.4s;
  border-radius: 50%;
  width: calc(0.6rem - 2px);
  height: calc(0.6rem - 2px);
  padding: 0.04rem;
  background: #fff;
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon .g_img .g_img_con {
    width: calc(1rem - 2px);
    height: calc(1rem - 2px);
  }
}
.ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon .g_img .g_img_con .public-img {
  width: 100%;
}
.ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon .txt {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.2rem);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon .txt {
    display: none;
  }
}
.ghi-nav1 .container .swiper .swiper-slide .feanav_box .gcon .txt h3 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  transition: all 0.4s;
}
.ghi-nav1 .container .swiper .swiper-slide-active {
  margin-right: 2.24rem;
}
@media (max-width: 1199px) {
  .ghi-nav1 .container .swiper .swiper-slide-active {
    margin-right: 0;
  }
}
.ghi-nav1 .container .swiper .swiper-slide-active .feanav_box .gcon .g_img {
  transform: scale(1.5);
  background: linear-gradient(to bottom, #127ab7, #58ae5e);
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper .swiper-slide-active .feanav_box .gcon .g_img {
    transform: scale(1);
  }
}
.ghi-nav1 .container .swiper .swiper-slide-active .feanav_box .gcon .g_img .g_img_con {
  width: calc(0.6rem - 6px);
  height: calc(0.6rem - 6px);
}
@media (max-width: 767px) {
  .ghi-nav1 .container .swiper .swiper-slide-active .feanav_box .gcon .g_img .g_img_con {
    width: calc(1rem - 6px);
    height: calc(1rem - 6px);
  }
}
.ghi-nav1 .container .swiper .swiper-slide-active .feanav_box .gcon .txt {
  left: calc(100% + 0.2rem + 0.2rem);
}
.ghi-nav1 .container .swiper .swiper-slide-active .feanav_box .gcon .txt h3 {
  transform: scale(1.222);
  color: #ffffff;
}
.feacon {
  overflow: hidden;
}
.feacon .feacon_item {
  position: relative;
  padding: 1.22rem 0 0.7rem;
}
@media (max-width: 767px) {
  .feacon .feacon_item {
    padding: 0.7rem 0 0.4rem;
  }
}
.feacon .feacon_item .gbj {
  position: absolute;
  right: 0.5rem;
  top: 1.75rem;
  pointer-events: none;
}
.feacon .feacon_item .gbj img {
  width: auto;
  height: 3.23rem;
}
@media (max-width: 767px) {
  .feacon .feacon_item .gbj img {
    height: 2rem;
  }
}
.feacon .feacon_item .g_title p {
  margin-top: 0.3rem;
  color: #666;
}
@media (max-width: 767px) {
  .feacon .feacon_item .g_title p {
    font-size: 14px;
  }
}
.feacon .feacon_item .box {
  position: relative;
  z-index: 10;
  margin-top: 1.15rem;
}
@media (max-width: 767px) {
  .feacon .feacon_item .box {
    margin-top: 0.7rem;
  }
}
.feacon .feacon_item .box .gcon {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .feacon .feacon_item .box .gcon {
    flex-direction: column;
  }
}
.feacon .feacon_item .box .gcon .gl {
  position: relative;
  width: 52.61904762%;
}
.feacon .feacon_item .box .gcon .gl:hover .public-img img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .feacon .feacon_item .box .gcon .gl {
    width: 65.47619048%;
  }
}
@media (max-width: 767px) {
  .feacon .feacon_item .box .gcon .gl {
    width: 100%;
  }
}
.feacon .feacon_item .box .gcon .gl .public-img:before {
  padding-top: 81.1299435%;
}
.feacon .feacon_item .box .gcon .gl .public-arrowswiper-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
}
.feacon .feacon_item .box .gcon .gr {
  z-index: 10;
  position: absolute;
  left: 42.85714286%;
  top: 50%;
  transform: translateY(-50%);
  width: 63.0952381%;
}
@media (max-width: 991px) {
  .feacon .feacon_item .box .gcon .gr {
    width: 59.52380952%;
  }
}
@media (max-width: 767px) {
  .feacon .feacon_item .box .gcon .gr {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    margin-top: 0.4rem;
  }
}
.feacon .feacon_item .box .gcon .gr .swiper {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi:hover .public-img img {
  transform: scale(1.05);
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .imgbj {
  width: 100%;
  position: relative;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .imgbj::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .imgbj .public-img {
  width: 100%;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .imgbj .public-img:before {
  padding-top: 142.48366013%;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .img .public-img {
  width: 100%;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .img .public-img:before {
  padding-top: 142.48366013%;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .txt {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
@media (max-width: 767px) {
  .feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .txt {
    flex-direction: column;
  }
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .txt::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/feature_bj.png) no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  z-index: 5;
  transition: all 0.4s;
  opacity: 0;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .txt .txt_l {
  opacity: 0;
  transition: all 0.4s;
  position: relative;
  padding-bottom: 0.1rem;
  z-index: 10;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .txt .txt_l p {
  line-height: 1.25;
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .txt .txt_l p {
    color: #fff;
  }
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .txt .txt_r {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin-left: 0.2rem;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .txt .txt_r svg,
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide .feacon_swi .txt .txt_r img {
  width: 20%;
  height: auto;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide-active .feacon_swi .img {
  padding: 0.17rem;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide-active .feacon_swi .txt::after {
  opacity: 1;
}
.feacon .feacon_item .box .gcon .gr .swiper .swiper-slide-active .feacon_swi .txt .txt_l {
  opacity: 1;
}
@media (max-width: 767px) {
  .feacon .feacon_item .box .gcon .gr .g_qie {
    display: none;
  }
}
.feacon .feacon_item_fx {
  overflow: hidden;
  padding: 1.35rem 0 0.6rem;
}
.feacon .feacon_item_fx .fx_title {
  font-weight: bold;
}
.feacon .feacon_item_fx .g_fx {
  margin-top: 0.36rem;
}
.feacon .feacon_item_fx .box {
  width: calc(1800/1920*100vw);
  margin-top: 0.62rem;
}
@media (max-width: 767px) {
  .feacon .feacon_item_fx .box {
    width: 100%;
  }
}
.feacon .feacon_item_fx .box .swiper .public-img:hover img {
  transform: scale(1.05);
}
.g_qie .pub_nav {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie .pub_nav:after {
  display: none;
}
.g_qie .pub_nav:hover {
  background: #14a1a1;
}
.g_qie .pub_nav:hover svg {
  color: #fff;
}
.g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie .pub_nav svg {
  color: #333;
  width: 10%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.g_qie .pub_prev {
  left: -0.25rem;
}
.g_qie .pub_next {
  right: -0.25rem;
}
.g_qie .pub_next svg {
  transform: rotate(180deg);
}
.ins_det_fxr_box {
  display: flex;
  align-items: center;
}
.ins_det_fxr_box * {
  transition: all 0.6s;
}
.ins_det_fxr_box > p {
  margin-right: 0.05rem;
}
.ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a {
  width: 0.35rem;
  height: 0.35rem;
  padding: 0;
  border-radius: 50%;
  margin: 0 0.13rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ins_det_fxr_box .bshare-custom a:hover {
  background: none;
  opacity: 1;
}
.ins_det_fxr_box .bshare-custom a:hover svg {
  color: #14a1a1;
}
.ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: #fff;
}
.ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ins_det_fxr_box .bshare-custom a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.ins_det_fxr_box .bshare-custom a svg {
  color: #000000;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.ins_det_fxr_box .bshare-custom a svg path {
  fill: #fff;
  opacity: 1;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.bsBox {
  box-sizing: initial;
}
