@charset "utf-8";
:root {
  --color: #216ceb;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
/* 开始 */
.g_more {
  display: flex;
}
.g_more a {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(to right, #1f64db, #5c98ff);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: calc(24/16);
}
@media (max-width: 1199px) {
  .g_more a {
    width: 120px;
    height: 30px;
  }
}
.g_more a:hover {
  background: #216ceb;
  color: #fff;
}
.g_more2 a {
  transition: all 0.4s;
  background: #fff;
  border: 1px solid #216ceb;
  color: #216ceb;
}
.g_more2 a:hover {
  background: #216ceb !important;
  color: #fff !important;
}
.pro_banner {
  position: relative;
}
.pro_banner .pro_banner_box {
  padding: 110px 0 30px;
}
@media (max-width: 991px) {
  .pro_banner .pro_banner_box {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  .pro_banner .pro_banner_box {
    padding: 40px 0 0;
  }
}
.pro_banner .pro_banner_box .container2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pro_banner .pro_banner_box .container2 {
    flex-direction: column-reverse;
  }
}
.pro_banner .pro_banner_box .container2 .gl {
  min-height: 610px;
  padding: 60px;
  width: 45.71428571%;
  border-radius: 25px;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1199px) {
  .pro_banner .pro_banner_box .container2 .gl {
    min-height: 510px;
  }
}
@media (max-width: 991px) {
  .pro_banner .pro_banner_box .container2 .gl {
    width: 100%;
    min-height: auto;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .pro_banner .pro_banner_box .container2 .gl {
    padding: 20px;
    margin: 0.4rem auto 0.7rem;
  }
}
.pro_banner .pro_banner_box .container2 .gl h1 {
  color: #040528;
}
.pro_banner .pro_banner_box .container2 .gl .g_p {
  margin-top: 30px;
}
.pro_banner .pro_banner_box .container2 .gl .g_p p {
  line-height: 1.66666667;
  color: #666;
}
.pro_banner .pro_banner_box .container2 .gl .g_txt {
  margin-top: 25px;
}
.pro_banner .pro_banner_box .container2 .gl .g_txt .g_li {
  display: flex;
  margin-bottom: 10px;
}
.pro_banner .pro_banner_box .container2 .gl .g_txt .g_li .p1 {
  flex-shrink: 0;
  color: #040528;
}
.pro_banner .pro_banner_box .container2 .gl .g_txt .g_li .p2 {
  color: #666;
}
.pro_banner .pro_banner_box .container2 .gl .g_more {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .pro_banner .pro_banner_box .container2 .gl .g_more {
    display: flex;
    justify-content: center;
  }
}
.pro_banner .pro_banner_box .container2 .gr {
  padding-bottom: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .pro_banner .pro_banner_box .container2 .gr {
    width: 100%;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pro_banner .pro_banner_box .container2 .gr {
    flex-direction: column;
    padding: 0;
  }
}
.pro_banner .pro_banner_box .container2 .gr .gallery-thumbs {
  width: 49.14285714%;
}
@media (max-width: 991px) {
  .pro_banner .pro_banner_box .container2 .gr .gallery-thumbs {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .pro_banner .pro_banner_box .container2 .gr .gallery-thumbs {
    width: 60%;
  }
}
.pro_banner .pro_banner_box .container2 .gr .gallery-thumbs .public-img {
  border-radius: 10px;
}
.pro_banner .pro_banner_box .container2 .gr .gallery-thumbs .public-img:before {
  padding-top: 79.65116279%;
}
.pro_banner .pro_banner_box .container2 .gr .gallery-thumbs .public-img img {
  object-fit: contain;
}
.pro_banner .pro_banner_box .container2 .gr .gallery-top {
  width: 96px;
  height: calc((96px + 16px)*4);
  margin: 0;
}
@media (max-width: 767px) {
  .pro_banner .pro_banner_box .container2 .gr .gallery-top {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
.pro_banner .pro_banner_box .container2 .gr .gallery-top .swiper-slide .img {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.pro_banner .pro_banner_box .container2 .gr .gallery-top .public-img {
  width: 100%;
  transition: all 0.4s;
  border-radius: 10px;
}
.pro_banner .pro_banner_box .container2 .gr .gallery-top .public-img img {
  object-fit: contain;
}
.pro_banner .pro_banner_box .container2 .gr .gallery-top .swiper-slide-thumb-active .img {
  border: 2px solid #216ceb;
}
.pro_banner .pro_banner_box .container2 .gr .gallery-top .swiper-slide-thumb-active .img .public-img {
  opacity: 1;
}
.pinfo_nav {
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  left: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 1199px) {
  .pinfo_nav {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .pinfo_nav {
    position: initial;
  }
}
.pinfo_nav .container2 {
  display: flex;
  justify-content: space-between;
  height: 80px;
}
@media (max-width: 1199px) {
  .pinfo_nav .container2 {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .pinfo_nav .container2 {
    justify-content: center;
  }
}
.pinfo_nav .container2 .gl {
  display: flex;
  height: 100%;
  margin-right: 0.3rem;
}
@media (max-width: 991px) {
  .pinfo_nav .container2 .gl {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .pinfo_nav .container2 .gl {
    display: none;
  }
}
.pinfo_nav .container2 .gl a {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  color: #666666;
  margin-right: 72px;
  position: relative;
  flex-shrink: 0;
}
.pinfo_nav .container2 .gl a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: all 0.4s;
  bottom: -1px;
  left: 0;
}
@media (max-width: 991px) {
  .pinfo_nav .container2 .gl a::after {
    bottom: 0;
    height: 2px;
  }
}
.pinfo_nav .container2 .gl a.on {
  color: #000;
}
.pinfo_nav .container2 .gl a.on::after {
  background: #216ceb;
}
.pinfo_nav .container2 .gr {
  flex-shrink: 0;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .pinfo_nav .container2 .gr {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .pinfo .pinfo_nav {
    display: none;
  }
}
.public_title {
  margin-bottom: 34px;
  text-align: center;
}
.public_title h2 {
  color: #111;
  font-weight: 500;
}
@media (max-width: 767px) {
  .public_title h2 {
    font-size: 24px;
  }
}
.public_title p {
  width: 65%;
  margin: 24px auto 0;
  line-height: 1.875;
  color: #666;
}
@media (max-width: 991px) {
  .public_title p {
    width: 100%;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .g_qie {
    display: none;
  }
}
.g_qie .swiper-prev,
.g_qie .swiper-next {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .g_qie .swiper-prev,
  .g_qie .swiper-next {
    position: relative;
    top: initial;
    transform: translateY(0);
  }
}
.g_qie .swiper-prev svg,
.g_qie .swiper-next svg {
  width: 28px;
  height: 28px;
  color: #111;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g_qie .swiper-prev svg,
  .g_qie .swiper-next svg {
    width: 20px;
    height: 20px;
  }
}
.g_qie .swiper-prev:hover svg,
.g_qie .swiper-next:hover svg {
  color: #1f64db;
}
.g_qie .swiper-prev {
  right: calc(100% + 0.27rem);
}
@media (max-width: 1199px) {
  .g_qie .swiper-prev {
    right: calc(100% + 5px);
  }
}
@media (max-width: 991px) {
  .g_qie .swiper-prev {
    right: initial;
  }
}
.g_qie .swiper-prev svg {
  transform: rotateZ(180deg);
}
.g_qie .swiper-next {
  left: calc(100% + 0.27rem);
}
@media (max-width: 1199px) {
  .g_qie .swiper-next {
    left: calc(100% + 5px);
  }
}
@media (max-width: 991px) {
  .g_qie .swiper-next {
    left: initial;
  }
}
.pinfoon {
  margin: 75px 0 ;
}
@media (max-width: 1199px) {
  .pinfoon {
    margin: 100px 0 ;
  }
}
@media (max-width: 767px) {
  .pinfoon {
    margin: 50px 0;
  }
}
.pinfoon .box {
  text-align: center;
  padding: 0 178px;
  color: #666;
}
@media (max-width: 1199px) {
  .pinfoon .box {
    padding: 0 ;
  }
}
.pinfotw {
  margin: 150px 0 75px;
}
@media (max-width: 767px) {
  .pinfotw {
    margin: 50px 0;
  }
}
.pinfotw .boxt {
  position: relative;
}
.pinfotw .boxt .swiper {
  height: calc((247px + 30px)*2 - 30px);
}
@media (max-width: 1199px) {
  .pinfotw .boxt .swiper {
    height: calc((200px + 30px)*2 - 30px);
  }
}
@media (max-width: 991px) {
  .pinfotw .boxt .swiper {
    height: calc((250px + 20px)*2 - 20px);
  }
}
@media (max-width: 767px) {
  .pinfotw .boxt .swiper {
    height: auto;
  }
}
.pinfotw .boxt .swiper .swiper-slide {
  display: flex;
  padding: 70px 120px 50px 64px;
  height: 247px;
  border-radius: 10px;
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
}
@media (max-width: 1199px) {
  .pinfotw .boxt .swiper .swiper-slide {
    padding: 20px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .pinfotw .boxt .swiper .swiper-slide {
    padding: 20px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .pinfotw .boxt .swiper .swiper-slide {
    padding: 20px;
    height: auto;
  }
}
.pinfotw .boxt .swiper .swiper-slide .g_icon {
  width: 48px;
  height: auto;
  flex-shrink: 0;
  margin-right: 46px;
}
@media (max-width: 991px) {
  .pinfotw .boxt .swiper .swiper-slide .g_icon {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .pinfotw .boxt .swiper .swiper-slide .g_icon {
    width: 30px;
  }
}
.pinfotw .boxt .swiper .swiper-slide .txt h3 {
  color: #040528;
  margin-bottom: 18px;
}
.pinfotw .boxt .swiper .swiper-slide .txt p {
  color: #666666;
}
.pinfotw .boxb .item {
  overflow: hidden;
  margin-top: 40px;
  display: flex;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
}
.pinfotw .boxb .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .pinfotw .boxb .item {
    flex-direction: column !important;
  }
}
.pinfotw .boxb .item .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .pinfotw .boxb .item .public-img {
    width: 100%;
  }
}
.pinfotw .boxb .item .public-img:before {
  padding-top: 69.4721826%;
}
.pinfotw .boxb .item .txt {
  padding: 0 140px 0 120px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .pinfotw .boxb .item .txt {
    padding: 0 70px ;
  }
}
@media (max-width: 991px) {
  .pinfotw .boxb .item .txt {
    padding: 30px ;
  }
}
@media (max-width: 767px) {
  .pinfotw .boxb .item .txt {
    width: 100%;
    padding: 20px;
  }
}
.pinfotw .boxb .item .txt h3 {
  color: #040528;
}
@media (max-width: 767px) {
  .pinfotw .boxb .item .txt h3 {
    font-size: 24px;
  }
}
.pinfotw .boxb .item .txt p {
  line-height: 2;
  color: #666666;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .pinfotw .boxb .item .txt p {
    margin-top: 20px;
    line-height: 1.5;
  }
}
.pinfoth {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .pinfoth {
    margin: 50px 0;
  }
}
.pinfoth .box {
  position: relative;
}
.pinfoth .box .item {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
}
.pinfoth .box .item .public-img {
  width: 100%;
}
.pinfoth .box .item .public-img:before {
  padding-top: 62.78026906%;
}
.pinfoth .box .item .txt {
  padding: 36px 42px 60px 32px;
}
@media (max-width: 991px) {
  .pinfoth .box .item .txt {
    padding: 20px;
  }
}
.pinfoth .box .item .txt h3 {
  color: #040528;
  margin-bottom: 14px;
}
.pinfoth .box .item .txt p {
  color: #999999;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .pinfoth .box .item .txt p {
    line-height: 1.5;
  }
}
.pinfofo {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .pinfofo {
    margin: 50px 0;
  }
}
.pinfofo .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pinfofo .box {
    flex-direction: column;
  }
}
.pinfofo .box h3 {
  color: #040528;
  margin-bottom: 14px;
}
.pinfofo .box .gl {
  width: 71%;
}
@media (max-width: 767px) {
  .pinfofo .box .gl {
    width: 100%;
  }
}
.pinfofo .box .gl table {
  width: 100%;
  border: 1px solid #f0f0f0;
}
.pinfofo .box .gl table p {
  padding: 23px 58px;
}
@media (max-width: 1199px) {
  .pinfofo .box .gl table p {
    padding: 13px 30px;
  }
}
@media (max-width: 767px) {
  .pinfofo .box .gl table p {
    padding: 10px !important;
  }
}
.pinfofo .box .gl table th {
  background: #216ceb;
}
.pinfofo .box .gl table th p {
  font-weight: 400;
  padding: 10px 58px;
  color: #fff;
}
.pinfofo .box .gr {
  width: 27.57142857%;
}
@media (max-width: 767px) {
  .pinfofo .box .gr {
    width: 100%;
    margin-top: 30px;
  }
}
.pinfofo .box .gr .rbox {
  background: #f6f7f9;
  padding: 16px 28px;
}
@media (max-width: 767px) {
  .pinfofo .box .gr .rbox {
    padding: 16px 28px 30px;
  }
}
.pinfofo .box .gr .rbox .item {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaebee;
}
.pinfofo .box .gr .rbox .item:hover .txt i,
.pinfofo .box .gr .rbox .item:hover .txt p {
  color: #216ceb;
}
.pinfofo .box .gr .rbox .item:hover .gicon i {
  opacity: 1;
}
.pinfofo .box .gr .rbox .item .txt {
  display: flex;
  align-items: center;
}
.pinfofo .box .gr .rbox .item .txt i {
  transition: all 0.4s;
  margin-right: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 22px;
  color: #0c0d2f;
}
@media (max-width: 767px) {
  .pinfofo .box .gr .rbox .item .txt i {
    width: 15px;
    height: auto;
  }
}
.pinfofo .box .gr .rbox .item .txt i svg,
.pinfofo .box .gr .rbox .item .txt i img {
  width: 100%;
  height: auto;
}
.pinfofo .box .gr .rbox .item .txt i svg path,
.pinfofo .box .gr .rbox .item .txt i img path {
  fill: #216ceb;
}
.pinfofo .box .gr .rbox .item .txt p {
  color: #0c0d2f;
  transition: all 0.4s;
}
.pinfofo .box .gr .rbox .item .gicon i {
  transition: all 0.4s;
  opacity: 0.2;
  margin-right: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: auto;
  color: #216ceb;
}
@media (max-width: 767px) {
  .pinfofo .box .gr .rbox .item .gicon i {
    width: 14px;
  }
}
.pinfofo .box .gr .rbox .item .gicon i svg,
.pinfofo .box .gr .rbox .item .gicon i img {
  width: 100%;
  height: auto;
}
.pinfofo .box .gr .rbox .item .gicon i svg path,
.pinfofo .box .gr .rbox .item .gicon i img path {
  fill: #216ceb;
}
.pinfofi {
  background: #f6f7f9;
  padding: 80px 0 90px;
}
@media (max-width: 767px) {
  .pinfofi {
    padding: 50px 0;
  }
}
.pinfofi .box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.pinfofi .box .swiper .swiper-slide {
  background: #fff;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box {
  padding: 0 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .pinfofi .box .swiper .swiper-slide .pinfofi_box {
    padding: 0 20px;
  }
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .img {
  padding: 40px 1px 33px;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .img .public-img:before {
  padding-top: 53.45454545%;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .img .public-img img {
  object-fit: contain;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box h3 {
  margin-bottom: 25px;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .g_a {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .pinfofi .box .swiper .swiper-slide .pinfofi_box .g_a {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .g_a .g_more {
  margin: 0 7px;
}
@media (max-width: 1580px) {
  .pinfofi .box .swiper .swiper-slide .pinfofi_box .g_a .g_more {
    margin: 0 4px;
  }
}
@media (max-width: 1199px) {
  .pinfofi .box .swiper .swiper-slide .pinfofi_box .g_a .g_more {
    margin: 5px ;
  }
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .g_a .g_more a {
  width: 130px;
}
@media (max-width: 1580px) {
  .pinfofi .box .swiper .swiper-slide .pinfofi_box .g_a .g_more a {
    width: 110px;
  }
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .g_a .g_more2 a {
  background: #fff;
  border: 1px solid #216ceb;
  color: #216ceb;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .pinfofi_con {
  border-top: 1px solid #e7e7e7;
  padding: 40px 0;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .pinfofi_con .item {
  padding: 0 0.1rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pinfofi .box .swiper .swiper-slide .pinfofi_box .pinfofi_con .item {
    margin-bottom: 20px;
  }
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .pinfofi_con .item:last-child {
  margin-bottom: 0;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .pinfofi_con .item h4 {
  color: #040528;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .pinfofi_con .item p {
  color: #999;
  word-break: break-all;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_box .pinfofi_con .pinfofi_nr {
  height: 430px;
  overflow: auto;
}
@media (max-width: 767px) {
  .pinfofi .box .swiper .swiper-slide .pinfofi_box .pinfofi_con .pinfofi_nr {
    height: 300px;
  }
}
.pinfofi .box .g_qie .pub_nav {
  top: 20%;
  transition: all 0.4s;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.pinfofi .box .g_qie .pub_nav:hover {
  background: #216ceb;
  border: 1px solid #216ceb;
}
.pinfofi .box .g_qie .pub_nav:hover img,
.pinfofi .box .g_qie .pub_nav:hover svg {
  color: #fff;
}
.pinfofi .box .g_qie .pub_nav img,
.pinfofi .box .g_qie .pub_nav svg {
  width: 13.33333333%;
}
.pinfosi {
  margin: 80px 0 120px;
}
@media (max-width: 767px) {
  .pinfosi {
    margin: 50px 0;
  }
}
.pinfosi .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pinfosi .box {
    flex-direction: column;
  }
}
.pinfosi .box .gl {
  width: 28.57142857%;
}
@media (max-width: 767px) {
  .pinfosi .box .gl {
    width: 100%;
  }
}
.pinfosi .box .gl .public_title {
  text-align: left;
}
.pinfosi .box .gr {
  width: 54.42857143%;
}
@media (max-width: 767px) {
  .pinfosi .box .gr {
    width: 100%;
  }
}
.pinfosi .box .gr ul {
  border-bottom: 1px solid #e7e7e7;
}
.pinfosi .box .gr ul li {
  border-top: 1px solid #e7e7e7;
}
.pinfosi .box .gr ul li:first-child .g_xia {
  display: block;
}
.pinfosi .box .gr ul li.on .g_top .g_gb i {
  background: #216ceb;
}
.pinfosi .box .gr ul li.on .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.pinfosi .box .gr ul li .g_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px  0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pinfosi .box .gr ul li .g_top {
    padding: 15px 0;
  }
}
.pinfosi .box .gr ul li .g_top .g_top_l {
  width: 80%;
}
.pinfosi .box .gr ul li .g_top .g_top_l p {
  color: #040528;
}
.pinfosi .box .gr ul li .g_top .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  width: 16px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pinfosi .box .gr ul li .g_top .g_gb {
    width: 12px;
  }
}
.pinfosi .box .gr ul li .g_top .g_gb i {
  width: 16px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pinfosi .box .gr ul li .g_top .g_gb i {
    width: 12px;
    height: 1px;
  }
}
.pinfosi .box .gr ul li .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pinfosi .box .gr ul li .g_xia {
  padding-bottom: 0.35rem;
  display: none;
  color: #999999;
}
/* 天启产品 */
.gban_txt2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 0.5rem;
}
.gban_txt2 .container2 h2 {
  margin-bottom: 15px;
}
.gban_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: center;
}
.gban_txt .container2 h2 {
  margin-bottom: 15px;
}
.proon {
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .proon {
    padding: 1rem 0;
  }
}
.proon .proon_nav {
  margin-bottom: 56px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .proon .proon_nav {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.proon .proon_nav a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .proon .proon_nav a {
    margin-right: 15px;
  }
}
.proon .proon_nav a.on {
  color: #1f64db;
}
.proon .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
@media (max-width: 1199px) {
  .proon .box {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .proon .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .proon .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.proon .box .item {
  padding: 40px 30px 36px;
  display: block;
  background: url(../images/product2.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .proon .box .item:hover .public-img img {
    transform: scale(1.05);
  }
  .proon .box .item:hover .txt .g_a .g_a1 {
    transform: translateY(-40px);
  }
  .proon .box .item:hover .txt .g_a .g_a2 {
    transform: translateY(-40px);
  }
}
@media (max-width: 767px) {
  .proon .box .item {
    padding: 20px ;
  }
}
.proon .box .item .public-img {
  width: 78.33333333%;
  margin: auto;
}
.proon .box .item .public-img img {
  object-fit: contain;
}
.proon .box .item .txt {
  margin-top: 30px;
}
.proon .box .item .txt .txt_box h3 {
  color: #040528;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.proon .box .item .txt .txt_box p {
  line-height: 1.66666667;
  margin-top: 12px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 5em;
}
.proon .box .item .txt .g_a {
  overflow: hidden;
  margin-top: 30px;
  height: 40px;
}
.proon .box .item .txt .g_a .g_a1 {
  line-height: 40px;
  transition: all 0.4s;
  color: #216ceb;
}
@media (max-width: 767px) {
  .proon .box .item .txt .g_a .g_a1 {
    display: none;
  }
}
.proon .box .item .txt .g_a .g_a2 {
  transition: all 0.4s;
}
.proon .box .item .txt .g_a .g_a2 .g_a2_box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .proon .box .item .txt .g_a .g_a2 .g_a2_box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.proon .box .item .txt .g_a .g_a2 .g_a2_box .g_more {
  margin: 0 10px 0 0;
}
@media (max-width: 1199px) {
  .proon .box .item .txt .g_a .g_a2 .g_a2_box .g_more {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 1580px) {
  .proon .box .item .txt .g_a .g_a2 .g_a2_box .g_more a {
    width: 130px;
  }
}
@media screen and (max-width: 1380px) {
  .proon .box .item .txt .g_a .g_a2 .g_a2_box .g_more a {
    width: 110px;
  }
}
@media (max-width: 1199px) {
  .proon .box .item .txt .g_a .g_a2 .g_a2_box .g_more a {
    width: auto;
    padding: 0 0.3rem;
  }
}
.proon .box .item .txt .g_a .g_a2 .g_a2_box .g_more2 a {
  background: #fff;
  border: 1px solid #216ceb;
  color: #216ceb;
}
.page {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page {
    margin-top: 50px;
  }
}
.page a {
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
  border-radius: 4px;
  border: 1px solid #98b9f2;
  color: #98b9f2;
  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: #216ceb;
  border: 1px solid #216ceb;
}
.page a:hover p {
  color: #fff;
}
.page a:hover svg {
  color: #216ceb;
}
.page a:hover svg path {
  fill: #fff;
}
.page a img,
.page a svg {
  transition: all 0.4s;
  width: 5px;
  height: auto;
}
@media (max-width: 1580px) {
  .page a img,
  .page a svg {
    width: 5px;
  }
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 4px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg {
  color: #98b9f2;
}
.page a svg path {
  fill: #98b9f2;
}
.page .active {
  background: #216ceb;
  color: #fff !important;
  border: 1px solid #216ceb;
}
.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;
  }
}
/* 天启星座 */
.gconson {
  padding: 240px 0 106px;
}
@media (max-width: 767px) {
  .gconson {
    padding: 100px 0 50px ;
  }
}
.gconson .container .top {
  position: relative;
  z-index: 10;
}
.gconson .container .top .title {
  font-size: 24px;
}
.gconson .container .top .txt {
  width: 910px;
  margin: 32px auto 0;
  max-width: 100%;
}
.gconson .container .box {
  margin-top: 100px;
}
.gconson .container .box .gimg {
  width: 87.375%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.gconson .container .box .satellite1 {
  width: 685px;
  height: 685px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .gconson .container .box .satellite1 {
    width: 560px;
    height: 560px;
  }
}
@media (max-width: 991px) {
  .gconson .container .box .satellite1 {
    width: 520px;
    height: 520px;
  }
}
@media (max-width: 767px) {
  .gconson .container .box .satellite1 {
    width: 5rem;
    height: 5rem;
  }
}
.gconson .container .box .satellite1 img {
  animation: wxrun 5s infinite linear forwards;
}
.gconson .container .box .satellite1 .img1 {
  position: absolute;
  width: 181px;
  top: calc(-4 / 685 * 100%);
  right: calc(-80 / 685 * 100%);
}
@media (max-width: 1199px) {
  .gconson .container .box .satellite1 .img1 {
    width: 141px;
  }
}
@media (max-width: 991px) {
  .gconson .container .box .satellite1 .img1 {
    width: 121px;
  }
}
@media (max-width: 767px) {
  .gconson .container .box .satellite1 .img1 {
    width: 65px;
  }
}
.gconson .container .box .satellite1 .img2 {
  position: absolute;
  width: 106px;
  bottom: 0;
  right: calc(34 / 685 * 100%);
}
@media (max-width: 1199px) {
  .gconson .container .box .satellite1 .img2 {
    width: 75px;
  }
}
@media (max-width: 991px) {
  .gconson .container .box .satellite1 .img2 {
    width: 64px;
  }
}
@media (max-width: 767px) {
  .gconson .container .box .satellite1 .img2 {
    width: 40px;
  }
}
.gconson .container .box .satellite1 .img3 {
  position: absolute;
  width: 145px;
  top: calc(265 / 685 * 100%);
  left: calc(-107 / 685 * 100%);
}
@media (max-width: 1199px) {
  .gconson .container .box .satellite1 .img3 {
    width: 115px;
  }
}
@media (max-width: 991px) {
  .gconson .container .box .satellite1 .img3 {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .gconson .container .box .satellite1 .img3 {
    width: 55px;
  }
}
.gconson .container .gboxb {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .gconson .container .gboxb {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gconson .container .gboxb {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.gconson .container .gboxb .item {
  border-radius: 10px;
  background: rgba(230, 239, 255, 0.12) url(../images/constellation.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px 20px 30px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
@media (max-width: 1199px) {
  .gconson .container .gboxb .item {
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
}
.gconson .container .gboxb .item .gl {
  padding-right: 0.2rem;
  color: #fff;
}
.gconson .container .gboxb .item .gl h3 {
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .gconson .container .gboxb .item .gl h3 {
    margin-top: 15px;
  }
}
.gconson .container .gboxb .item .gl p {
  margin-top: 10px;
  opacity: 0.5;
}
.gconson .container .gboxb .item .gr {
  flex-shrink: 0;
  align-self: flex-start;
}
.gconstw {
  margin: 75px 0;
}
@media (max-width: 767px) {
  .gconstw {
    margin: 50px 0;
  }
}
.gconstw .box img {
  width: 100%;
}
.gconsth {
  margin: 75px 0 90px;
}
@media (max-width: 767px) {
  .gconsth {
    margin: 50px 0;
  }
}
.gconsth .gconsth_nav {
  display: flex;
  justify-content: center;
  margin: -10px auto 0;
}
.gconsth .gconsth_nav a {
  cursor: pointer;
  margin: 0 30px;
  color: #111111;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .gconsth .gconsth_nav a {
    margin: 0 15px;
  }
}
.gconsth .gconsth_nav a.on {
  color: #216ceb;
  border-bottom: 2px solid #216ceb;
}
.gconsth .box {
  position: relative;
  margin-top: 40px;
}
.gconsth .box .item {
  width: 100%;
  transition: all 0.4s;
  padding-bottom: 64px;
  opacity: 0;
  left: 0;
  top: 40px;
  position: absolute;
}
@media (max-width: 767px) {
  .gconsth .box .item {
    padding-bottom: 30px;
  }
}
.gconsth .box .item.on {
  position: relative;
  top: 0;
  opacity: 1;
}
.gconsth .box .item .swiper {
  height: calc((240px + 30px)*2 - 30px);
}
@media (max-width: 767px) {
  .gconsth .box .item .swiper {
    height: auto;
  }
}
.gconsth .box .item .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 20px 38px;
  height: 240px;
  border-radius: 10px;
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
}
@media (max-width: 1199px) {
  .gconsth .box .item .swiper .swiper-slide {
    padding: 40px 50px 20px 30px;
  }
}
@media (max-width: 767px) {
  .gconsth .box .item .swiper .swiper-slide {
    padding: 20px;
    height: auto;
  }
}
.gconsth .box .item .swiper .swiper-slide .g_icon {
  width: 100px;
  height: auto;
  flex-shrink: 0;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .gconsth .box .item .swiper .swiper-slide .g_icon {
    width: 70px;
  }
}
.gconsth .box .item .swiper .swiper-slide .txt {
  text-align: center;
}
.gconsth .box .item .swiper .swiper-slide .txt h3 {
  color: #040528;
}
.gconsth .box .item .swiper .swiper-slide .txt p {
  color: #999;
}
.gconsth .box .item .g_qie .pub_nav {
  top: 44%;
}
.gconsth .box .item .swiper-pagination {
  bottom: 0;
  top: auto;
  height: 2px;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(33, 108, 235, 0.15);
}
.gconsth .box .item .swiper-pagination span {
  background: #216ceb;
}
/* 新闻标签页 */
.ntagon {
  padding: 70px 0 140px;
}
@media (max-width: 767px) {
  .ntagon {
    padding: 30px 0 80px;
  }
}
.ntagon .ntagon_t {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
}
.ntagon .ntagon_t p {
  line-height: 28px;
}
@media (max-width: 767px) {
  .ntagon .ntagon_t p {
    line-height: 30px;
    margin-top: 10px;
  }
}
.ntagon .ntagon_t .ntagon_t_a {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ntagon .ntagon_t .ntagon_t_a {
    margin-top: 10px;
  }
}
.ntagon .ntagon_t .ntagon_t_a a {
  margin: 0 0 10px 10px;
  padding: 5px 12px;
  border: 1px solid #9daecd;
  border-radius: 100px;
  background: #fafbfc;
  color: #9daecd;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ntagon .ntagon_t .ntagon_t_a a {
    margin: 0 10px 10px 0;
  }
}
.ntagon .ntagon_t .ntagon_t_a a:hover {
  border-color: #216ceb;
  color: #216ceb;
}
.ntagon .newsform {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .ntagon .newsform {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ntagon .newsform .proon_nav {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .ntagon .newsform .proon_nav {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ntagon .newsform .proon_nav {
    flex-wrap: initial;
    overflow: auto;
    width: 100%;
  }
}
.ntagon .newsform .proon_nav a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .ntagon .newsform .proon_nav a {
    font-size: 18px;
    margin-right: 15px;
    white-space: nowrap;
  }
}
.ntagon .newsform .proon_nav a.on {
  color: #1f64db;
}
@media (max-width: 991px) {
  .ntagon .newsform form {
    width: 100%;
  }
}
.ntagon .newsform form .search_box {
  padding-right: 28px;
  width: auto;
  height: 50px;
  background: #f8f8f8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ntagon .newsform form .search_box {
    height: 40px;
    width: 100%;
  }
}
.ntagon .newsform form .search_box input {
  padding: 0 20px;
  width: 228px;
  color: #333;
}
.ntagon .newsform form .search_box input::-webkit-input-placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .ntagon .newsform form .search_box input {
    width: 100%;
  }
}
.ntagon .newsform form .search_box button {
  display: inline-flex;
  flex-shrink: 0;
  margin-left: 10px;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .ntagon .newsform form .search_box button {
    width: 16px;
    height: 16px;
  }
}
.ntagon .newsform form .search_box button svg {
  width: 100%;
  height: auto;
}
.ntagon .newsform form .search_box button svg path {
  fill: #9a9a9a;
}
.news_box {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media (max-width: 991px) {
  .news_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .news_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.news_box .item:hover .public-img img {
  transform: scale(1.05);
}
.news_box .item:hover .txt h3 {
  color: #216ceb !important;
}
.news_box .item .public-img {
  border-radius: 10px;
  /* &::after{
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 100;
				background: url(../images/ntag4.png) no-repeat;
				background-size: cover;
			} */
}
.news_box .item .public-img:before {
  padding-top: 66.66666667%;
}
.news_box .item .txt {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .news_box .item .txt {
    padding: 20px 0 0;
  }
}
.news_box .item .txt .time {
  display: flex;
  color: #999;
}
.news_box .item .txt .time p {
  margin-right: 15px;
}
.news_box .item .txt .g_h3 {
  display: block;
  margin-top: 18px;
}
.news_box .item .txt .g_h3 h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  transition: all 0.4s;
}
.news_box .item .txt .sm_tag {
  margin-top: 20px;
  display: flex;
  overflow: auto;
  min-height: 40px;
}
@media (max-width: 767px) {
  .news_box .item .txt .sm_tag {
    min-height: auto;
  }
}
.news_box .item .txt .sm_tag a {
  flex-shrink: 0;
  margin: 0 10px 10px 0 ;
  padding: 5px 12px;
  border: 1px solid #9daecd;
  border-radius: 100px;
  background: #fafbfc;
  color: #9daecd;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.4s;
}
.news_box .item .txt .sm_tag a:hover {
  border-color: #216ceb;
  color: #216ceb;
}
.news_box .item .txt .g_inf {
  margin-top: 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news_box .item .txt .g_inf {
    margin-top: 10px;
  }
}
.news_box .item .txt .g_inf p {
  color: #216ceb;
}
.news_box .item .txt .g_inf i {
  margin-left: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  background: #216ceb;
}
.news_box .item .txt .g_inf i svg,
.news_box .item .txt .g_inf i img {
  width: 20.83333333%;
  height: auto;
}
.news_box .item .txt .g_inf i svg path,
.news_box .item .txt .g_inf i img path {
  fill: #216ceb;
}
/* 新闻详情页 */
.ninfoon {
  padding: 30px 0 180px;
}
@media (max-width: 767px) {
  .ninfoon {
    padding: 20px 0 60px;
  }
}
.ninfoon .ninfoon_t h1 {
  color: #040528;
}
@media (max-width: 767px) {
  .ninfoon .ninfoon_t h1 {
    font-size: 24px;
  }
}
.ninfoon .ninfoon_t .ttag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .ninfoon .ninfoon_t .ttag {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ninfoon .ninfoon_t .ttag .ntagon_t {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ninfoon .ninfoon_t .ttag .ntagon_t {
    flex-wrap: initial;
  }
}
.ninfoon .ninfoon_t .ttag .ntagon_t p {
  line-height: 28px;
}
@media (max-width: 767px) {
  .ninfoon .ninfoon_t .ttag .ntagon_t p {
    line-height: 30px;
    margin-top: 10px;
    flex-shrink: 0;
  }
}
.ninfoon .ninfoon_t .ttag .ntagon_t .ntagon_t_a {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ninfoon .ninfoon_t .ttag .ntagon_t .ntagon_t_a {
    margin-top: 10px;
  }
}
.ninfoon .ninfoon_t .ttag .ntagon_t .ntagon_t_a a {
  margin: 0 0 10px 10px;
  padding: 5px 12px;
  border: 1px solid #9daecd;
  border-radius: 100px;
  background: #fafbfc;
  color: #9daecd;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ninfoon .ninfoon_t .ttag .ntagon_t .ntagon_t_a a {
    margin: 0 10px 10px 0;
  }
}
.ninfoon .ninfoon_t .ttag .ntagon_t .ntagon_t_a a:hover {
  border-color: #216ceb;
  color: #216ceb;
}
.ninfoon .ninfoon_t .ttag .time {
  margin-left: 170px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ninfoon .ninfoon_t .ttag .time {
    margin-left: 0;
  }
}
.ninfoon .ninfoon_t .ttag .time i {
  margin-right: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: auto;
  color: #333;
}
@media (max-width: 1199px) {
  .ninfoon .ninfoon_t .ttag .time i {
    width: 16px;
  }
}
@media (max-width: 767px) {
  .ninfoon .ninfoon_t .ttag .time i {
    width: 14px;
    height: 14px;
  }
}
.ninfoon .ninfoon_t .ttag .time i svg,
.ninfoon .ninfoon_t .ttag .time i img {
  width: 100%;
  height: 100%;
}
.ninfoon .ninfoon_t .ttag .time i svg path,
.ninfoon .ninfoon_t .ttag .time i img path {
  fill: #216ceb;
}
.ninfoon .ninfoon_t .ttag .time span {
  color: #999;
}
.ninfoon .box {
  margin-top: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ninfoon .box {
    flex-direction: column;
  }
}
.ninfoon .box .gl {
  width: 85.71428571%;
}
@media (max-width: 767px) {
  .ninfoon .box .gl {
    width: 100%;
  }
}
.ninfoon .box .gl .g_fy {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ninfoon .box .gl .g_fy {
    margin-top: 30px;
    flex-direction: column;
  }
}
.ninfoon .box .gl .g_fy .g_fy_l {
  width: 50%;
}
@media (max-width: 767px) {
  .ninfoon .box .gl .g_fy .g_fy_l {
    width: 100%;
  }
}
.ninfoon .box .gl .g_fy .g_fy_l a {
  margin: 7px 0 ;
  display: flex;
  align-items: center;
}
.ninfoon .box .gl .g_fy .g_fy_l a span {
  flex-shrink: 0;
  color: #111;
  margin-right: 10px;
}
.ninfoon .box .gl .g_fy .g_fy_l a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
.ninfoon .box .gl .g_fy .g_fy_r {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .ninfoon .box .gl .g_fy .g_fy_r {
    margin-top: 20px;
  }
}
.ninfoon .box .gl .g_fy .g_fy_r a {
  border: 1px solid #6e9ff2;
  border-radius: 100px;
  background: #f0f5fe;
  color: #216ceb;
  padding: 10px 46px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ninfoon .box .gl .g_fy .g_fy_r a {
    padding: 5px 30px;
  }
}
.ninfoon .box .gl .g_fy .g_fy_r a:hover {
  opacity: 0.8;
}
.ninfoon .box .gr {
  width: 7.14285714%;
  display: flex;
  justify-content: flex-end;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
@media (max-width: 767px) {
  .ninfoon .box .gr {
    width: 100%;
    position: initial;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.ninfoon .box .gr .fxbox {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .ninfoon .box .gr .fxbox {
    flex-direction: row;
    align-items: flex-start;
  }
}
.ninfoon .box .gr .fxbox > p {
  color: #9daecd;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .ninfoon .box .gr .fxbox > p {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .ninfoon .box .gr .fxbox .share {
    display: flex;
    flex-wrap: wrap;
  }
}
.ninfoon .box .gr .fxbox a {
  width: 40px;
  height: 40px;
  padding: 0;
  background: #f0f5fe;
  border: 1px solid #6e9ff2;
  border-radius: 50%;
  margin: 0 0 10px 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.ninfoon .box .gr .fxbox a:hover {
  background: #216ceb;
  opacity: 1;
}
.ninfoon .box .gr .fxbox a:hover svg {
  color: #fff;
}
.ninfoon .box .gr .fxbox a:hover svg path {
  fill: #fff;
}
.ninfoon .box .gr .fxbox a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ninfoon .box .gr .fxbox a {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 10px;
  }
}
.ninfoon .box .gr .fxbox a svg {
  transition: all 0.4s;
  color: #216ceb;
  width: 70%;
  height: auto;
  pointer-events: none;
}
.ninfoon .box .gr .fxbox a svg path {
  fill: #fff;
  opacity: 1;
}
.ninfoon .box .gr .fxbox .social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .ninfoon .box .gr .fxbox .social-share .icon-wechat .wechat-qrcode {
    left: auto !important;
    right: 0 !important;
    transform: translateX(0%);
  }
}
@media (max-width: 767px) {
  .ninfoon .box .gr .fxbox .social-share .icon-wechat .wechat-qrcode {
    left: 0 !important;
    right: auto !important;
  }
}
.ninfoon .box .gr .fxbox .social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.ninfoon .box .gr .fxbox .bsBox {
  box-sizing: initial;
}
/* 新闻资讯 */
.newson {
  background: #f6f7f9;
}
.newson .box {
  display: flex;
  align-items: center;
  padding: 70px 0 80px;
}
@media (max-width: 767px) {
  .newson .box {
    flex-direction: column;
    padding: 30px 0 40px;
  }
}
.newson .box .gl {
  width: 52.85714286%;
}
@media (max-width: 767px) {
  .newson .box .gl {
    width: 100%;
  }
}
.newson .box .gl .public-img {
  width: 100%;
  border-radius: 10px;
  /* &::after{
					content: '';
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					z-index: 100;
					background: url(../images/ntag4.png) no-repeat;
					background-size: cover;
				} */
}
.newson .box .gl .public-img:before {
  padding-top: 66.66666667%;
}
.newson .box .gr {
  width: 47.14285714%;
  padding: 0 42px 0 100px;
}
@media (max-width: 1199px) {
  .newson .box .gr {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 767px) {
  .newson .box .gr {
    width: 100%;
    padding: 30px 0 0;
  }
}
.newson .box .gr .time {
  display: flex;
  color: #999;
}
.newson .box .gr .time p {
  margin-right: 15px;
}
.newson .box .gr .g_h3 {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .newson .box .gr .g_h3 h3 {
    font-size: 24px;
  }
}
.newson .box .gr .g_more {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .newson .box .gr .g_more {
    margin-top: 25px;
  }
}
.swiper-button-lock {
  display: none !important;
}
.g_vid video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .pinfofi_nr {
    
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.pinfofi_nr ::-webkit-scrollbar {
    display: none; 
}
 */
