@charset "utf-8";
:root {
  --color: #0059A9;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "sh-H";
  src: url("../fonts/SourceHanSerifCN-Heavy-4.otf") format("opentype");
}
@font-face {
  font-family: "oppo-R";
  src: url("../fonts/OPPOSANS-R.TTF") format("truetype");
}
.fontT1 {
  font-family: "sh-H";
}
.fontT2 {
  font-family: "oppo-R";
}
.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.8s;
}
/* 关于我们 */
.about_banner .public-img:before {
  padding-top: 45.36458333%;
}
@media (max-width: 991px) {
  .about_banner .public-img:before {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .about_banner .public-img .img1 {
    display: none;
  }
}
.about_banner .public-img .img2 {
  display: none;
}
@media (max-width: 767px) {
  .about_banner .public-img .img2 {
    display: block;
  }
}
.g-about-box1 {
  background: #fff;
  height: 200vh;
}
.g-about-box1 .g_con1 {
  opacity: 0;
  height: 100vh;
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.g-about-box1 .g_con1 .img {
  position: relative;
  width: 100%;
  height: 100%;
}
.g-about-box1 .g_con1 .img .img_box {
  width: 100%;
  height: 100%;
}
.g-about-box1 .g_con1 .img .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-about-box1 .g_con1 .img .g_add .item {
  position: absolute;
  width: 1px;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .g-about-box1 .g_con1 .img .g_add .item {
    display: none;
  }
}
.g-about-box1 .g_con1 .img .g_add .item .g_i {
  position: absolute;
  z-index: 2;
  width: 0.23rem;
  height: 0.23rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-about-box1 .g_con1 .img .g_add .item .g_i i {
  width: 39.13043478%;
  height: 39.13043478%;
  border-radius: 50%;
  background: #0059A9;
}
.g-about-box1 .g_con1 .img .g_add .item .gbox {
  bottom: 0.42rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 183px;
  border-radius: 0.12rem;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(30px);
  padding: 0.19rem 0.2rem 0.09rem;
}
.g-about-box1 .g_con1 .img .g_add .item .gbox .public-img:before {
  padding-top: 66.90140845%;
}
.g-about-box1 .g_con1 .img .g_add .item .gbox .txt {
  text-align: center;
}
.g-about-box1 .g_con1 .img .g_add .item .gbox .txt h3 {
  margin-top: 0.09rem;
  line-height: 2;
}
.g-about-box1 .g_con1 .img .g_add .item1 {
  top: 85.4%;
  left: 24%;
}
@media (max-width: 1580px) {
  .g-about-box1 .g_con1 .img .g_add .item1 {
    top: 83.4%;
    left: 20%;
  }
}
@media screen and (max-width: 1460px) {
  .g-about-box1 .g_con1 .img .g_add .item1 {
    left: 23%;
  }
}
.g-about-box1 .g_con1 .img .g_add .item2 {
  top: 75.1%;
  left: 52.5%;
}
@media screen and (max-width: 1460px) {
  .g-about-box1 .g_con1 .img .g_add .item2 {
    top: 74.1%;
  }
}
.g-about-box1 .g_con1 .img .g_add .item3 {
  top: 71.2%;
  left: 87.3%;
}
@media (max-width: 1580px) {
  .g-about-box1 .g_con1 .img .g_add .item3 {
    top: 74.5%;
    left: 87.3%;
  }
}
@media screen and (max-width: 1460px) {
  .g-about-box1 .g_con1 .img .g_add .item3 {
    top: 72.5%;
  }
}
.g-about-box1 .g_con1 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding: 1rem 0 ;
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 1580px) {
  .g-about-box1 .g_con1 .container {
    padding: 1.4rem 0 1rem;
  }
}
@media (max-width: 991px) {
  .g-about-box1 .g_con1 .container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .g-about-box1 .g_con1 .container {
    padding-top: 1.8rem;
  }
}
.g-about-box1 .g_con1 .container .gl {
  pointer-events: initial;
  width: 34.25%;
}
@media (max-width: 991px) {
  .g-about-box1 .g_con1 .container .gl {
    width: 100%;
  }
}
.g-about-box1 .g_con1 .container .gl h2 {
  color: #8DC3EE;
}
.g-about-box1 .g_con1 .container .gl p {
  font-weight: 700;
  margin-top: 0.15rem;
  line-height: 1.38;
  letter-spacing: -2.1px;
}
.g-about-box1 .g_con1 .container .gr {
  pointer-events: initial;
  width: 47.5%;
}
@media (max-width: 1260px) {
  .g-about-box1 .g_con1 .container .gr {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .g-about-box1 .g_con1 .container .gr {
    width: 100%;
  }
}
.g-about-box1 .g_con1 .container .gr .g_p {
  padding-top: 0.35rem;
}
@media (max-width: 767px) {
  .g-about-box1 .g_con1 .container .gr .g_p {
    font-size: 12px;
  }
}
.g-about-box1 .g_con1 .container .gr .g_num {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .g-about-box1 .g_con1 .container .gr .g_num {
    flex-wrap: wrap;
  }
}
@media (max-width: 1260px) {
  .g-about-box1 .g_con1 .container .gr .g_num .item {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .g-about-box1 .g_con1 .container .gr .g_num .item {
    width: 48%;
    margin-bottom: 0.3rem;
  }
}
.g-about-box1 .g_con1 .container .gr .g_num .item .item_t {
  align-items: flex-start;
  display: flex;
}
.g-about-box1 .g_con1 .container .gr .g_num .item .item_t p {
  line-height: 1;
  font-weight: bold;
}
.g-about-box1 .g_con1 .container .gr .g_num .item .item_t p em {
  font-style: initial;
}
.g-about-box1 .g_con1 .container .gr .g_num .item .item_t span {
  margin-left: 0.07rem;
  font-weight: bold;
  line-height: 1;
}
.g-about-box1 .g_con1 .container .gr .g_num .item .item_b {
  margin-top: 0.1rem;
}
@media (max-width: 1260px) {
  .g-about-box1 .g_con1 .container .gr .g_num .item .item_b p {
    font-size: 12px;
  }
}
.g-about-box1 .g_con2 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  overflow: hidden;
}
.g-about-box1 .g_con2 .g_bj {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  clip-path: circle(28% at 50% 50%);
  background: url(../images/about2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1260px) {
  .g-about-box1 .g_con2 .g_bj {
    clip-path: circle(32% at 50% 50%);
  }
}
.g-about-box1 .g_con2 .g_con2_box {
  position: absolute;
  width: 27.604vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .g-about-box1 .g_con2 .g_con2_box {
    width: 40vw;
  }
}
@media (max-width: 991px) {
  .g-about-box1 .g_con2 .g_con2_box {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .g-about-box1 .g_con2 .g_con2_box {
    width: 70vw;
  }
}
.g-about-box1 .g_con2 .g_con2_box::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0.33rem 0;
}
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .txt {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .g-about-box1 .g_con2 .g_con2_box .g_con2_nr .txt {
    top: 45%;
  }
}
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .txt .p1 {
  line-height: 1.28;
  font-weight: 700;
}
@media (max-width: 767px) {
  .g-about-box1 .g_con2 .g_con2_box .g_con2_nr .txt .p1 {
    font-size: 16px;
    padding: 0 0.2rem;
  }
}
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .txt .p2 {
  margin-top: 0.33rem;
  padding: 0 0.4rem;
  color: #666;
}
@media (max-width: 767px) {
  .g-about-box1 .g_con2 .g_con2_box .g_con2_nr .txt .p2 {
    font-size: 12px;
  }
}
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .g_ani {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .g_ani i {
  animation: mov1 4.2s infinite ease-in-out;
  -webkit-animation: mov1 4.2s infinite ease-in-out;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: auto;
  color: #0059A9;
}
@media (max-width: 767px) {
  .g-about-box1 .g_con2 .g_con2_box .g_con2_nr .g_ani i {
    width: 12px;
  }
}
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .g_ani i svg,
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .g_ani i img {
  width: 100%;
  height: auto;
}
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .g_ani i svg path,
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .g_ani i img path {
  fill: var(--color);
}
.g-about-box1 .g_con2 .g_con2_box .g_con2_nr .g_ani p {
  margin-top: 6px;
  color: #0059A9;
}
@media (max-width: 767px) {
  .g-about-box1 .g_con2 .g_con2_box .g_con2_nr .g_ani p {
    font-size: 12px;
  }
}
@keyframes mov1 {
  0% {
    transform: translate3d(0px, -0.07rem, 0px);
  }
  50% {
    transform: translate3d(0px, 0.07rem, 0px);
  }
  100% {
    transform: translate3d(0px, -0.07rem, 0px);
  }
}
.g-about-box2 {
  position: relative;
}
.g-about-box2 .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .g-about-box2 .imgbj {
    position: relative;
  }
}
.g-about-box2 .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-about-box2 .g_con {
  position: relative;
  z-index: 10;
  padding: 0.9rem 0 2.85rem;
}
@media (max-width: 767px) {
  .g-about-box2 .g_con {
    position: relative;
    padding: 0.5rem 0;
  }
}
.g-about-box2 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g-about-box2 .box {
    flex-direction: column;
  }
}
.g-about-box2 .box .gl {
  width: 50%;
}
@media (max-width: 767px) {
  .g-about-box2 .box .gl {
    width: 100%;
  }
}
.g-about-box2 .box .gr {
  width: 48.4375%;
}
@media (max-width: 767px) {
  .g-about-box2 .box .gr {
    width: 100%;
  }
}
.g-about-box2 .box .gr .item {
  display: flex;
  padding: 0.42rem 0 0.36rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.g-about-box2 .box .gr .item i {
  margin: 0 0.64rem 0 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.45rem;
  height: 0.45rem;
  color: #0059A9;
}
@media (max-width: 767px) {
  .g-about-box2 .box .gr .item i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.g-about-box2 .box .gr .item i svg,
.g-about-box2 .box .gr .item i img {
  width: 100%;
  height: auto;
}
.g-about-box2 .box .gr .item i svg path,
.g-about-box2 .box .gr .item i img path {
  fill: var(--color);
}
.g-about-box2 .box .gr .item .txt h3 {
  font-weight: 600;
  line-height: 1.2;
  color: #0059A9;
}
.g-about-box2 .box .gr .item .txt p {
  margin-top: 0.14rem;
  color: #666;
}
.g-about-box3 .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1460px) {
  .g-about-box3 .box {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .g-about-box3 .box {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.g-about-box3 .box .gl {
  width: 55%;
  padding: 2.05rem 0 1.4rem;
}
@media (max-width: 767px) {
  .g-about-box3 .box .gl {
    width: 100%;
    padding: 1rem 0 0.5rem;
  }
}
.g-about-box3 .box .gl .txt .p1 {
  margin-top: 0.26rem;
  color: var(--color);
  font-weight: 900;
  line-height: 1.2;
}
.g-about-box3 .box .gl .txt .g_name {
  margin-top: 0.38rem;
  padding-right: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  .g-about-box3 .box .gl .txt .g_name {
    padding: 0;
  }
}
.g-about-box3 .box .gl .txt .g_name i {
  width: 0.85rem;
  height: 1px;
  background: #666;
  margin-right: 0.24rem;
  opacity: 0.5;
}
.g-about-box3 .box .gl .txt .g_name p {
  margin-right: 0.13rem;
}
.g-about-box3 .box .gl .txt .g_name span {
  color: rgba(51, 51, 51, 0.5);
}
.g-about-box3 .box .gl .g_p {
  margin-top: 0.6rem;
}
.g-about-box3 .box .gl .g_p p {
  margin-top: 0.3rem;
  color: rgba(0, 0, 0, 0.5);
}
.g-about-box3 .box .gr {
  width: 41.375%;
  padding: 0.85rem 0 0;
}
@media screen and (max-width: 1460px) {
  .g-about-box3 .box .gr {
    padding: 0 ;
  }
}
@media (max-width: 767px) {
  .g-about-box3 .box .gr {
    width: 100%;
  }
}
.g-about-box3 .box .gr img {
  width: 100%;
}
.g_title {
  text-align: center;
}
.g_title h2 {
  line-height: 1.08;
  font-weight: 700;
}
.g_title p {
  color: #666;
  margin: 0.23rem auto 0;
  max-width: 70.9375%;
}
@media (max-width: 767px) {
  .g_title p {
    max-width: 100%;
  }
}
.g-about-box4 {
  background: #F8F8F8;
  padding: 0.9rem 0 1.15rem;
}
.g-about-box4 .box {
  margin-top: 0.64rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g-about-box4 .box {
    flex-direction: column;
  }
}
.g-about-box4 .box .gl {
  width: 47.5%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g-about-box4 .box .gl {
    width: 100%;
  }
}
.g-about-box4 .box .gl .l_year {
  width: 0.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .g-about-box4 .box .gl .l_year {
    display: none;
  }
}
.g-about-box4 .box .gl .l_year p {
  font-size: 1.8rem;
  line-height: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  transform: translateX(0.8em) rotate(90deg);
  transform-origin: left top;
  font-weight: 900;
  color: rgba(32, 54, 194, 0.1);
  opacity: 0;
  margin-left: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .g-about-box4 .box .gl .l_year p {
    font-size: 1rem;
  }
}
.g-about-box4 .box .gl .l_year p.on {
  opacity: 1;
  margin-left: 0;
  position: relative;
}
.g-about-box4 .box .gl .swiper {
  background: url(../images/about9.png) repeat-y left / 0.1rem;
  margin: 0;
  width: 75.26315789%;
  height: 500px;
}
@media (max-width: 1580px) {
  .g-about-box4 .box .gl .swiper {
    height: 410px;
  }
}
@media (max-width: 991px) {
  .g-about-box4 .box .gl .swiper {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .g-about-box4 .box .gl .swiper {
    height: auto;
    width: 100%;
  }
}
.g-about-box4 .box .gl .swiper .swiper-slide .txt {
  position: relative;
  padding-left: 0.63rem;
}
.g-about-box4 .box .gl .swiper .swiper-slide .txt::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0;
  border-radius: 10px;
  background: var(--color);
  left: 0;
  transition: all 0.4s;
}
.g-about-box4 .box .gl .swiper .swiper-slide .txt span {
  line-height: 1.08;
  display: block;
  font-weight: 700;
  color: rgba(134, 134, 134, 0.2);
  transition: all 0.4s;
}
.g-about-box4 .box .gl .swiper .swiper-slide .txt p {
  color: rgba(0, 0, 0, 0.2);
  margin-top: 0.12rem;
  transition: all 0.4s;
}
.g-about-box4 .box .gl .swiper .swiper-slide-active .txt::after {
  height: 100%;
}
.g-about-box4 .box .gl .swiper .swiper-slide-active .txt span {
  color: var(--color);
}
.g-about-box4 .box .gl .swiper .swiper-slide-active .txt p {
  color: #000;
}
.g-about-box4 .box .gr {
  width: 47.75%;
}
@media (max-width: 767px) {
  .g-about-box4 .box .gr {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.g-about-box4 .box .gr .public-img {
  display: none;
  height: 100%;
  border-radius: 0.23rem;
}
.g-about-box4 .box .gr .public-img.on {
  display: flex;
}
.g-about-box4 .box .gr .public-img:before {
  padding-top: 65.44502618%;
}
.g-about-box5 {
  padding: 0.9rem 0 1rem;
}
.g-about-box5 .box {
  margin-top: 0.52rem;
  display: flex;
}
@media (max-width: 767px) {
  .g-about-box5 .box {
    flex-direction: column;
  }
}
.g-about-box5 .box .item {
  width: 50%;
  height: 6.74rem;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 0.1rem;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .g-about-box5 .box .item {
    height: 8rem;
  }
}
@media (max-width: 991px) {
  .g-about-box5 .box .item {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .g-about-box5 .box .item {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
}
.g-about-box5 .box .item:last-child {
  margin-right: 0;
}
.g-about-box5 .box .item.on {
  width: 43.75%;
  flex-shrink: 0;
}
.g-about-box5 .box .item.on .txt .gxs {
  opacity: 0;
}
.g-about-box5 .box .item.on .txt .gyr {
  opacity: 1;
}
.g-about-box5 .box .item.on .txt .gyr .txt_nr {
  overflow-y: auto;
  opacity: 1;
}
.g-about-box5 .box .item .img {
  width: 100%;
  height: 100%;
}
.g-about-box5 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-about-box5 .box .item .txt {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.g-about-box5 .box .item .txt .gxs {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  padding: 0.56rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .g-about-box5 .box .item .txt .gxs {
    padding: 0.4rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .g-about-box5 .box .item .txt .gxs {
    display: none !important;
  }
}
.g-about-box5 .box .item .txt .gxs h3 {
  line-height: 1.3;
  text-align: center;
  margin-top: 0.14rem;
}
.g-about-box5 .box .item .txt .gxs i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: auto;
  color: #fff;
}
@media (max-width: 1260px) {
  .g-about-box5 .box .item .txt .gxs i {
    width: 21px;
  }
}
@media (max-width: 767px) {
  .g-about-box5 .box .item .txt .gxs i {
    width: 18px;
  }
}
.g-about-box5 .box .item .txt .gxs i svg,
.g-about-box5 .box .item .txt .gxs i img {
  width: 100%;
  height: auto;
}
.g-about-box5 .box .item .txt .gxs i svg path,
.g-about-box5 .box .item .txt .gxs i img path {
  fill: var(--color);
}
.g-about-box5 .box .item .txt .gyr {
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0.73rem 0.43rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .g-about-box5 .box .item .txt .gyr {
    padding: 0.4rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .g-about-box5 .box .item .txt .gyr {
    opacity: 1 !important;
  }
}
.g-about-box5 .box .item .txt .gyr .txt_nr {
  width: 100%;
  transition: all 0.4s;
  opacity: 0;
  transition-delay: 0.4s;
}
.g-about-box5 .box .item .txt .gyr .txt_nr .txt_box {
  font-weight: 600;
}
@media (max-width: 767px) {
  .g-about-box5 .box .item .txt .gyr .txt_nr .txt_box {
    opacity: 1;
  }
}
.g-about-box5 .box .item .txt .gyr .txt_nr .txt_box p {
  margin-bottom: 0.1rem;
}
.g-about-box5 .box .item .txt .gyr .txt_nr .txt_box h3 {
  margin-bottom: 0.12rem;
}
.g-about-box5 .box .item .txt .gyr .txt_nr .g_add {
  margin-top: 0.4rem;
}
.g-about-box5 .box .item .txt .gyr .txt_nr .g_add p {
  margin-top: 0.1rem;
  color: #fff;
}
.g-about-box6 {
  position: relative;
}
.g-about-box6 .img {
  position: relative;
}
.g-about-box6 .img .item {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  width: 100%;
}
.g-about-box6 .img .item.on {
  position: relative;
  z-index: 10;
}
.g-about-box6 .img .item.on .public-img {
  opacity: 1;
}
.g-about-box6 .img .item.on .txt {
  opacity: 1;
}
.g-about-box6 .img .item.on .txt h3,
.g-about-box6 .img .item.on .txt p {
  transform: translateY(0);
}
.g-about-box6 .img .item .public-img {
  /* transition: all 0.4s; */
  opacity: 0;
}
.g-about-box6 .img .item .public-img:before {
  padding-top: 42.70833333%;
}
@media (max-width: 991px) {
  .g-about-box6 .img .item .public-img:before {
    padding-top: 75%;
  }
}
.g-about-box6 .img .item .txt {
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0.9rem 5%;
  z-index: 20;
  text-align: center;
  color: #fff;
}
.g-about-box6 .img .item .txt h3 {
  font-weight: 600;
  transition: all 0.8s;
  transform: translateY(0.2rem);
}
.g-about-box6 .img .item .txt p {
  transition-delay: 0.5s;
  margin-top: 0.24rem;
  transition: all 0.8s;
  transform: translateY(0.2rem);
}
.g-about-box6 .container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  z-index: 30;
  /* background: #FFF; */
  box-shadow: 425px 467px 177px 0 rgba(176, 176, 176, 0), 272px 299px 162px 0 rgba(176, 176, 176, 0.01), 153px 168px 136px 0 rgba(176, 176, 176, 0.05), 68px 75px 101px 0 rgba(176, 176, 176, 0.09), 17px 19px 56px 0 rgba(176, 176, 176, 0.1);
}
.g-about-box6 .container .g_nav {
  display: flex;
  justify-content: space-between;
  height: 1.4rem;
}
@media (max-width: 767px) {
  .g-about-box6 .container .g_nav {
    overflow: auto;
  }
}
.g-about-box6 .container .g_nav .item {
  background: #fff;
  margin-left: -1px;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g-about-box6 .container .g_nav .item {
    width: 33.33333333%;
    flex-shrink: 0;
  }
}
.g-about-box6 .container .g_nav .item.on {
  background: #0059A9;
}
.g-about-box6 .container .g_nav .item.on i {
  color: #fff;
}
.g-about-box6 .container .g_nav .item.on h3 {
  color: #fff;
}
.g-about-box6 .container .g_nav .item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 54%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
}
.g-about-box6 .container .g_nav .item i {
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.34rem;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  .g-about-box6 .container .g_nav .item i {
    width: 0.4rem;
  }
}
@media (max-width: 767px) {
  .g-about-box6 .container .g_nav .item i {
    width: 0.46rem;
  }
}
.g-about-box6 .container .g_nav .item i svg,
.g-about-box6 .container .g_nav .item i img {
  width: 100%;
  height: auto;
}
.g-about-box6 .container .g_nav .item i svg path,
.g-about-box6 .container .g_nav .item i img path {
  fill: var(--color);
}
.g-about-box6 .container .g_nav .item h3 {
  transition: all 0.4s;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .g-about-box6 .container .g_nav .item h3 {
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    margin-top: 0.05rem;
  }
}
.g-about-box7 {
  padding: 1.6rem 0 1rem;
}
@media (max-width: 767px) {
  .g-about-box7 {
    padding: 1.8rem 0 0.8rem;
  }
}
.g-about-box7 .g_logo {
  margin: 0.42rem auto 0;
  text-align: center;
}
.g-about-box7 .g_logo .g_logo_box {
  border-radius: 20px;
  border: 1px solid #E9E9E9;
  display: inline-flex;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .g-about-box7 .g_logo .g_logo_box {
    width: 100%;
  }
}
.g-about-box7 .g_logo .g_logo_box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1580px) {
  .g-about-box7 .g_logo .g_logo_box .item {
    width: 2.8rem;
  }
}
@media (max-width: 767px) {
  .g-about-box7 .g_logo .g_logo_box .item {
    width: 33.33%;
  }
}
.g-about-box7 .g_logo .g_logo_box .item:last-child {
  border: none;
}
.g-about-box7 .g_logo .g_logo_box .item .public-img {
  width: 33.91304348%;
}
@media (max-width: 767px) {
  .g-about-box7 .g_logo .g_logo_box .item .public-img {
    width: 70%;
  }
}
.g-about-box7 .g_logo .g_logo_box .item h3 {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .g-about-box7 .g_logo .g_logo_box .item h3 {
    font-size: 12px;
  }
}
.g-about-box7 .box {
  position: relative;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .g-about-box7 .box {
    margin-top: 1rem;
  }
}
.g-about-box7 .box .swiper .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.g-about-box7 .box .swiper .swiper-slide .public-img {
  border-radius: 0.15rem;
}
.g-about-box7 .box .swiper .swiper-slide .public-img:before {
  padding-top: 69.23076923%;
}
.g-about-box7 .box .swiper .swiper-slide .txt {
  margin-top: 0.3rem;
  text-align: center;
}
.g-about-box7 .box .x-public-prev {
  position: absolute;
  left: -1rem;
  transform: translateY(calc(50% - 0.75rem));
}
@media (max-width: 1260px) {
  .g-about-box7 .box .x-public-prev {
    display: none;
  }
}
.g-about-box7 .box .x-public-next {
  position: absolute;
  right: -1rem;
  transform: translateY(calc(50% - 0.75rem));
}
@media (max-width: 1260px) {
  .g-about-box7 .box .x-public-next {
    display: none;
  }
}
.g-about-box8 {
  overflow: hidden;
  padding: 0.9rem 0 1.2rem;
  background: #F9F9F9;
}
.g-about-box8 .g_nav {
  margin-top: 0.25rem;
  text-align: center;
}
.g-about-box8 .g_nav a {
  padding: 0.13rem 0.22rem;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-flex;
  margin: 0 0.07rem;
  transition: all 0.4s;
  cursor: pointer;
}
.g-about-box8 .g_nav a.on {
  background: #0059A9;
  color: #fff;
}
.g-about-box8 .box {
  position: relative;
  margin-top: 0.6rem;
}
.g-about-box8 .box .swi_item {
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
  top: 0.3rem;
  left: 0;
  width: 100%;
}
.g-about-box8 .box .swi_item.on {
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 10;
}
.g-about-box8 .box .swi_item .x-public-prev {
  position: absolute;
  left: -1rem;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .g-about-box8 .box .swi_item .x-public-prev {
    display: none;
  }
}
.g-about-box8 .box .swi_item .x-public-next {
  position: absolute;
  right: -1rem;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .g-about-box8 .box .swi_item .x-public-next {
    display: none;
  }
}
.g-about-box8 .box .swi_item .swiper .swiper-slide {
  padding: 0.55rem 0.49rem 0.2rem;
  background: #fff;
  border-radius: 0.16rem;
  position: relative;
}
.g-about-box8 .box .swi_item .swiper .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.g-about-box8 .box .swi_item .swiper .swiper-slide .img .public-img {
  overflow: initial;
}
.g-about-box8 .box .swi_item .swiper .swiper-slide .img .public-img:before {
  padding-top: 123.58974359%;
}
.g-about-box8 .box .swi_item .swiper .swiper-slide .img .public-img img {
  object-fit: contain;
}
.g-about-box8 .box .swi_item .swiper .swiper-slide .txt {
  margin-top: 0.33rem;
}
.g-about-box8 .box .swi_item .swiper .swiper-slide .txt h3 {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-about-box8 .box .swi_item .swiper .swiper-slide .g_bigimg {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  right: 0.28rem;
  bottom: 0.27rem;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .g-about-box8 .box .swi_item .swiper .swiper-slide .g_bigimg {
    bottom: 0.32rem;
  }
}
.g-about-box8 .box .swi_item .swiper .swiper-slide .g_bigimg img,
.g-about-box8 .box .swi_item .swiper .swiper-slide .g_bigimg svg {
  width: 100%;
  height: auto;
}
.swip2_pag {
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .swip2_pag {
    display: block;
    margin-top: 0.5rem;
  }
}
.swip2_pag .swiper-pagination-bullet {
  transition: all 0.4s;
}
/* 创新之路 */
.inn_banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.inn_banner .public-img:before {
  padding-top: 37.91666667%;
}
@media (max-width: 1260px) {
  .inn_banner .public-img:before {
    padding-top: 40%;
  }
}
@media (max-width: 767px) {
  .inn_banner .public-img:before {
    padding-top: 120%;
  }
}
@media (max-width: 767px) {
  .inn_banner .public-img .img1 {
    display: none;
  }
}
.inn_banner .public-img .img2 {
  display: none;
}
@media (max-width: 767px) {
  .inn_banner .public-img .img2 {
    display: block;
  }
}
.inn_banner .mob_pc {
  width: 100%;
  height: 100%;
  position: relative;
}
.inn_banner .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.inn_banner .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inn_banner .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.inn_banner .sub_banner_txt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.inn_banner .sub_banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.inn_banner .sub_banner_txt .container .ban_l {
  width: 50%;
}
@media (max-width: 767px) {
  .inn_banner .sub_banner_txt .container .ban_l {
    width: 100%;
  }
  .inn_banner .sub_banner_txt .container .ban_l br {
    display: none;
  }
}
.inn_banner .sub_banner_txt .container .ban_l .tit h1 {
  font-weight: 900;
  line-height: 1.2;
}
.inn_banner .sub_banner_txt .container .ban_l .sub_banner_p {
  width: 7.88rem;
  margin-top: 0.28rem;
}
@media (max-width: 767px) {
  .inn_banner .sub_banner_txt .container .ban_l .sub_banner_p {
    width: 100%;
  }
}
.inn_banner .sub_banner_txt .container .ban_l .pub_btn {
  margin-top: 0.77rem;
}
.g-inn-box1 {
  padding: 0.9rem 0 0.63rem;
}
.g-inn-box1 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g-inn-box1 .box {
    flex-direction: column-reverse;
  }
}
.g-inn-box1 .box .gl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 767px) {
  .g-inn-box1 .box .gl {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.g-inn-box1 .box .gl .txt {
  padding-right: 1.2rem;
}
@media (max-width: 767px) {
  .g-inn-box1 .box .gl .txt {
    padding: 0;
  }
}
.g-inn-box1 .box .gl .txt h2 {
  line-height: 1.08;
  font-weight: 700;
}
.g-inn-box1 .box .gl .txt .g_p {
  line-height: 1.87;
  margin-top: 0.47rem;
  color: #666;
}
@media (max-width: 767px) {
  .g-inn-box1 .box .gl .txt .g_p {
    line-height: 1.5;
  }
}
.g-inn-box1 .box .gl .txt .g_p p {
  margin-top: 0.3rem;
}
.g-inn-box1 .box .gl .g_num {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.g-inn-box1 .box .gl .g_num .item {
  padding-right: 0.5rem;
}
.g-inn-box1 .box .gl .g_num .item .item_t {
  color: #0059A9;
  align-items: center;
  display: flex;
  font-weight: 700;
}
.g-inn-box1 .box .gl .g_num .item .item_t p {
  line-height: 1;
  font-weight: bold;
}
.g-inn-box1 .box .gl .g_num .item .item_t p em {
  font-style: initial;
}
.g-inn-box1 .box .gl .g_num .item .item_t span {
  font-weight: bold;
  line-height: 0.8;
}
.g-inn-box1 .box .gl .g_num .item .item_b {
  margin-top: 0.15rem;
}
.g-inn-box1 .box .gl .g_num .item .item_b p {
  color: #666;
}
@media (max-width: 1260px) {
  .g-inn-box1 .box .gl .g_num .item .item_b p {
    font-size: 12px;
  }
}
.g-inn-box1 .box .gr {
  width: 46.875%;
}
@media (max-width: 767px) {
  .g-inn-box1 .box .gr {
    width: 100%;
  }
}
.g-inn-box1 .box .gr .public-img:before {
  padding-top: 68.30892144%;
}
.g-inn-box2 {
  background: #F5F5F5;
  padding: 0.9rem 0 0.46rem;
  overflow: hidden;
}
.g-inn-box2 .box {
  position: relative;
  margin-top: 0.6rem;
}
.g-inn-box2 .box .swiper .swiper-slide {
  opacity: 0;
  overflow: hidden;
  width: 80.375%;
}
@media (max-width: 767px) {
  .g-inn-box2 .box .swiper .swiper-slide {
    width: 100%;
  }
}
.g-inn-box2 .box .swiper .swiper-slide .ainfoth_box {
  padding: 0.36rem 0.3rem;
  transition: all 0.4s;
  opacity: 0.2;
  background: linear-gradient(135deg, #376EB2, #B3CCE9);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .g-inn-box2 .box .swiper .swiper-slide .ainfoth_box {
    flex-direction: column;
  }
}
.g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .public-img {
  transition: all 0.4s;
  opacity: 0;
  width: 36.21533442%;
}
@media (max-width: 767px) {
  .g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .public-img {
    width: 100%;
  }
}
.g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .public-img:before {
  padding-top: 107.65765766%;
}
.g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .txt {
  transition: all 0.4s;
  opacity: 0;
  color: #fff;
  width: 58.72756933%;
}
@media (max-width: 767px) {
  .g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .txt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .txt .txt_t h3 {
  font-weight: 700;
  margin-top: 0.18rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .txt .txt_t h3 br {
    display: none;
  }
}
.g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .txt .g_p {
  margin-top: 0.5rem;
  line-height: 2;
}
@media (max-width: 1260px) {
  .g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .txt .g_p {
    line-height: 1.5;
  }
}
.g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .txt .g_p p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .g-inn-box2 .box .swiper .swiper-slide .ainfoth_box .txt .g_p p {
    font-size: 13px;
  }
}
.g-inn-box2 .box .swiper .swiper-slide-active {
  opacity: 1;
}
.g-inn-box2 .box .swiper .swiper-slide-active .ainfoth_box {
  opacity: 1;
}
.g-inn-box2 .box .swiper .swiper-slide-active .ainfoth_box .public-img,
.g-inn-box2 .box .swiper .swiper-slide-active .ainfoth_box .txt {
  opacity: 1;
}
.g-inn-box2 .box .swiper .swiper-slide-prev,
.g-inn-box2 .box .swiper .swiper-slide-next {
  opacity: 1;
}
.g-inn-box2 .box .swiper-button-prev {
  left: 0.63rem;
}
@media (max-width: 991px) {
  .g-inn-box2 .box .swiper-button-prev {
    left: 0.1rem;
  }
}
.g-inn-box2 .box .swiper-button-next {
  right: 0.63rem;
}
@media (max-width: 991px) {
  .g-inn-box2 .box .swiper-button-next {
    right: 0.1rem;
  }
}
.g-inn-box2 .box .swip2_pag {
  bottom: -0.66rem;
}
.g-inn-box2 .box .swip2_pag .swiper-pagination-bullet {
  width: 0.29rem;
  height: 3px;
  background: #888888;
  margin: 0 0.05rem;
  opacity: 1;
  border-radius: 0;
  transition: all 0.4s;
}
.g-inn-box2 .box .swip2_pag .swiper-pagination-bullet-active {
  background: #111;
}
.g-inn-box2 .g_b {
  padding: 0 0.55rem;
  margin-top: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .g-inn-box2 .g_b {
    padding: 0;
  }
}
.g-inn-box2 .g_b::after {
  content: '';
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0.5rem;
  background: url(../images/innovation4.png) repeat-x top / auto;
  height: 10px;
}
.g-inn-box2 .g_b .gallery-top {
  padding: 0.5rem 0;
}
.g-inn-box2 .g_b .gallery-top .gallery_box {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-inn-box2 .g_b .gallery-top .gallery_box .g_other {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-inn-box2 .g_b .gallery-top .gallery_box .g_other .g_ring {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #333;
  transition: all 0.4s;
}
.g-inn-box2 .g_b .gallery-top .gallery_box .g_other .g_ring i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #333;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.g-inn-box2 .g_b .gallery-top .gallery_box .g_other .g_ring .i1 {
  z-index: 10;
}
.g-inn-box2 .g_b .gallery-top .gallery_box .g_other .g_ring .i2 {
  animation: moveq 3s infinite linear;
}
.g-inn-box2 .g_b .gallery-top .gallery_box .g_other .g_line {
  width: 1px;
  height: 0.24rem;
  background: #333;
  transition: all 0.4s;
}
.g-inn-box2 .g_b .gallery-top .gallery_box .txt {
  text-align: center;
  margin-top: 4px;
}
.g-inn-box2 .g_b .gallery-top .gallery_box .txt .p1 {
  transition: all 0.4s;
  font-weight: 700;
}
.g-inn-box2 .g_b .gallery-top .gallery_box .txt .p2 {
  color: #999;
}
.g-inn-box2 .g_b .gallery-top .swiper-slide-thumb-active .gallery_box .g_other .g_ring {
  background: #0059A9;
}
.g-inn-box2 .g_b .gallery-top .swiper-slide-thumb-active .gallery_box .g_other .g_ring i {
  background: #0059A9;
}
.g-inn-box2 .g_b .gallery-top .swiper-slide-thumb-active .gallery_box .g_other .g_line {
  background: #0059A9;
}
.g-inn-box2 .g_b .gallery-top .swiper-slide-thumb-active .gallery_box .txt .p1 {
  color: #0059A9;
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.g-inn-box3 {
  padding: 0.9rem 0 0.94rem;
}
.g-inn-box3 .box {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.34rem 0.5rem;
}
@media (max-width: 991px) {
  .g-inn-box3 .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .g-inn-box3 .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.g-inn-box3 .box .item {
  padding: 0.27rem 0.4rem 0.12rem;
  background: #fff;
  border-radius: 0.16rem;
  position: relative;
  border: 1px solid #E9E9E9;
}
.g-inn-box3 .box .item:hover .public-img img {
  transform: scale(1.05);
}
.g-inn-box3 .box .item .img .public-img {
  overflow: initial;
}
.g-inn-box3 .box .item .img .public-img:before {
  padding-top: 76.13636364%;
}
.g-inn-box3 .box .item .img .public-img img {
  object-fit: contain;
}
.g-inn-box3 .box .item .txt {
  margin-top: 0.15rem;
}
.g-inn-box3 .box .item .txt h3 {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-inn-box3 .box .item .g_bigimg {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  right: 0.15rem;
  bottom: 0.15rem;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .g-inn-box3 .box .item .g_bigimg {
    bottom: 0.18rem;
  }
}
.g-inn-box3 .box .item .g_bigimg img,
.g-inn-box3 .box .item .g_bigimg svg {
  width: 100%;
  height: auto;
}
.g-inn-box4 {
  position: relative;
}
.g-inn-box4 .public-img:before {
  padding-top: 42.1875%;
}
@media (max-width: 767px) {
  .g-inn-box4 .public-img:before {
    padding-top: 80%;
  }
}
.g-inn-box4 .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
}
.g-inn-box4 .container {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-start;
}
.g-inn-box4 .container .g_title {
  padding-top: 1rem;
  width: 42.625%;
}
@media (max-width: 1900px) {
  .g-inn-box4 .container .g_title {
    width: 45%;
  }
}
@media (max-width: 1580px) {
  .g-inn-box4 .container .g_title {
    width: 48.75%;
  }
}
@media screen and (max-width: 1460px) {
  .g-inn-box4 .container .g_title {
    width: 54%;
  }
}
@media (max-width: 1260px) {
  .g-inn-box4 .container .g_title {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .g-inn-box4 .container .g_title {
    width: 100%;
    padding: 0;
  }
}
.g-inn-box4 .container .g_title h2 {
  color: #fff;
}
.g-inn-box4 .container .g_title p {
  color: #fff;
  max-width: 100%;
}
.g-inn-box5 {
  padding: 0.9rem 0 0.8rem;
}
.g-inn-box5 .box {
  max-width: 1200px;
  margin: 0.85rem auto 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .g-inn-box5 .box {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.g-inn-box5 .box .item {
  width: 14.66666667%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .g-inn-box5 .box .item {
    width: 40%;
    margin-bottom: 0.4rem;
  }
}
.g-inn-box5 .box .item::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.g-inn-box5 .box .item .g_it {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-inn-box5 .box .item .g_it .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-inn-box5 .box .item .g_it .txt i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.34rem;
  height: 0.34rem;
  color: #000;
}
@media (max-width: 1260px) {
  .g-inn-box5 .box .item .g_it .txt i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (max-width: 767px) {
  .g-inn-box5 .box .item .g_it .txt i {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.g-inn-box5 .box .item .g_it .txt i svg,
.g-inn-box5 .box .item .g_it .txt i img {
  width: 100%;
  height: auto;
}
.g-inn-box5 .box .item .g_it .txt i svg path,
.g-inn-box5 .box .item .g_it .txt i img path {
  fill: var(--color);
}
.g-inn-box5 .box .item .g_it .txt h3 {
  margin-top: 0.17rem;
  line-height: 1.33;
}
.g-inn-box5 .box .item .g_it span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0059A9;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.g-inn-box5 .box .g_line {
  width: 6.66666667%;
  height: 1px ;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .g-inn-box5 .box .g_line {
    display: none;
  }
}
.g-inn-box5 .box .g_line img,
.g-inn-box5 .box .g_line svg {
  width: 8px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 常见问题 */
.g-skill-nav .box {
  display: flex;
  flex-wrap: wrap;
}
.g-skill-nav .box a {
  font-weight: 600;
  padding: 0.33rem 0;
  margin-right: 1.1rem;
  transition: all 0.4s;
  position: relative;
}
.g-skill-nav .box a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .g-skill-nav .box a {
    margin-right: 0.5rem;
  }
}
.g-skill-nav .box a.on,
.g-skill-nav .box a:hover {
  color: #0059A9;
}
.g-skill-nav .box a.on::after,
.g-skill-nav .box a:hover::after {
  width: calc(100% + 12px);
}
@media (max-width: 767px) {
  .g-skill-nav .box a.on::after,
  .g-skill-nav .box a:hover::after {
    width: 100%;
  }
}
.g-skill-nav .box a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #0059A9;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g-skill-nav .box a::after {
    height: 2px;
  }
}
.g-faq-box1 {
  padding: 0.9rem 0 1.57rem;
  background: #F6F6F6;
}
.g-faq-box1 .container {
  width: 100%;
  padding: 0 5%;
  max-width: initial;
}
.g-faq-box1 .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g-faq-box1 .box {
    flex-direction: column;
  }
}
.g-faq-box1 .box .gl {
  width: 23.75%;
  overflow: hidden;
  background: #fff;
  border-radius: 0.07rem;
}
@media (max-width: 991px) {
  .g-faq-box1 .box .gl {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gl {
    width: 100%;
  }
}
.g-faq-box1 .box .gl .gpub_search {
  border-radius: 0.1rem;
  overflow: hidden;
  background: url(../images/skill2.jpg) no-repeat center / cover;
  padding: 0.4rem 0.36rem 0.32rem 0.4rem;
}
@media (max-width: 991px) {
  .g-faq-box1 .box .gl .gpub_search {
    padding: 0.2rem;
  }
}
.g-faq-box1 .box .gl .gpub_search h3 {
  color: #0059A9;
  font-weight: 600;
}
.g-faq-box1 .box .gl .gpub_search form {
  margin-top: 0.17rem;
}
.g-faq-box1 .box .gl .gpub_search form .search_box {
  width: 100%;
  height: 0.5rem;
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .g-faq-box1 .box .gl .gpub_search form .search_box {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gl .gpub_search form .search_box {
    height: 0.8rem;
  }
}
.g-faq-box1 .box .gl .gpub_search form .search_box input {
  padding: 0 0.17rem;
  width: 100%;
  color: #333;
}
.g-faq-box1 .box .gl .gpub_search form .search_box input:focus {
  border: none !important;
  box-shadow: none;
}
.g-faq-box1 .box .gl .gpub_search form .search_box button {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.17rem;
  width: 14px;
  height: auto;
}
.g-faq-box1 .box .gl .gpub_search form .search_box button:hover svg {
  color: #000;
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gl .gpub_search form .search_box button {
    width: 11px;
  }
}
.g-faq-box1 .box .gl .gpub_search form .search_box button svg {
  transition: all 0.4s;
  color: #0059A9;
  width: 100%;
  height: auto;
}
.g-faq-box1 .box .gl .gpub_search form .search_box button svg path {
  fill: #9a9a9a;
}
.g-faq-box1 .box .gr {
  width: 75%;
}
@media (max-width: 991px) {
  .g-faq-box1 .box .gr {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gr {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.g-faq-box1 .box .gr .g_tfl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.44rem;
  position: relative;
}
.g-faq-box1 .box .gr .g_tfl .gl_swi {
  height: 0.72rem;
  width: calc(100% - 0.72rem - 0.1rem);
  border-radius: 0.15rem;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 0.07rem;
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gr .g_tfl .gl_swi {
    height: 50px;
    width: calc(100% - 50px - 0.1rem);
  }
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 {
  height: 100%;
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper {
  height: 100%;
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper {
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-wrapper {
    width: 100%;
  }
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-slide {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 2px;
  height: 100%;
  border-radius: 0.15rem;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-slide {
    width: 100%;
    flex-shrink: initial;
    justify-content: center;
  }
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-slide:first-child .c-text {
  padding: 0 0.72rem;
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-slide .c-text {
  padding: 0 0.42rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.4s;
  font-weight: 600;
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-slide.on {
  background: #0059A9;
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-slide.on .c-text {
  color: #fff !important;
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-slide:hover .c-text {
  color: #0059A9;
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eee;
  border-radius: 0;
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-scrollbar {
    height: 2px;
  }
}
.g-faq-box1 .box .gr .g_tfl .gl_swi .hi-nav1 .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #0059A9;
}
.g-faq-box1 .box .gr .g_tfl .grsea {
  overflow: hidden;
  border-radius: 0.15rem;
  border: 1px solid #E5E5E5;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  width: 0.72rem;
  height: 0.72rem;
  transition: all 0.4s;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gr .g_tfl .grsea {
    width: 50px;
    height: 50px;
  }
}
.g-faq-box1 .box .gr .g_tfl .grsea.on {
  padding-right: 0.15rem;
  width: 100%;
}
.g-faq-box1 .box .gr .g_tfl .grsea.on .gsea_on .box1 {
  display: none;
}
.g-faq-box1 .box .gr .g_tfl .grsea.on .gsea_on .box2 {
  display: flex;
}
.g-faq-box1 .box .gr .g_tfl .grsea.on .gsea_del {
  width: 0.4rem;
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gr .g_tfl .grsea.on .gsea_del {
    width: 0.5rem;
  }
}
.g-faq-box1 .box .gr .g_tfl .grsea .ginp {
  height: 100%;
  width: 100%;
}
.g-faq-box1 .box .gr .g_tfl .grsea .ginp input {
  padding: 0 0.2rem;
  height: 100%;
  width: 100%;
}
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_on {
  flex-shrink: 0;
  margin-left: 0.1rem;
  width: 0.72rem;
  height: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .g-faq-box1 .box .gr .g_tfl .grsea .gsea_on {
    width: 50px;
    height: 50px;
  }
}
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_on:hover {
  /* background: #0059A9; */
}
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_on:hover svg {
  color: #000;
}
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_on img,
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_on svg {
  width: 27.77777778%;
  height: auto;
  transition: all 0.4s;
  color: #0059A9;
}
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_on .gbox {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_on .box2 {
  display: none;
}
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_del {
  cursor: pointer;
  transition: all 0.4s;
  flex-shrink: 0;
  width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_del svg,
.g-faq-box1 .box .gr .g_tfl .grsea .gsea_del img {
  width: 45%;
  height: auto;
  color: #0059A9;
}
.gpub_classify {
  padding: 0.2rem 0.48rem 0.78rem;
}
@media (max-width: 991px) {
  .gpub_classify {
    padding: 0.2rem;
  }
}
.gpub_classify .g_it.on .sify_one {
  /* p{
					color: @color1;
				} */
}
.gpub_classify .g_it.on .sify_one svg,
.gpub_classify .g_it.on .sify_one img {
  transform: rotate(180deg);
}
.gpub_classify .sify_one {
  padding: 0.36rem 0.1rem 0.36rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gpub_classify .sify_one:hover p {
  color: var(--color);
}
.gpub_classify .sify_one p {
  transition: all 0.4s;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.gpub_classify .sify_one svg,
.gpub_classify .sify_one img {
  margin-left: 5px;
  flex-shrink: 0;
  transform: rotate(0deg);
  width: 14px;
  height: auto;
  transition: all 0.4s;
}
.gpub_classify .sify_one svg path,
.gpub_classify .sify_one img path {
  fill: inherit !important;
  opacity: 1;
}
.gpub_classify .sify_one_box {
  display: none;
}
.gpub_classify .sify_one_box .sify_two .sify_two_it {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gpub_classify .sify_one_box .sify_two .sify_two_it.on .sify_two_t .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.gpub_classify .sify_one_box .sify_two .sify_two_it .sify_two_t {
  padding: 0.22rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.gpub_classify .sify_one_box .sify_two .sify_two_it .sify_two_t p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000;
  font-weight: 600;
}
.gpub_classify .sify_one_box .sify_two .sify_two_it .sify_two_t .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1rem 0 0.2rem;
  width: 13px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .gpub_classify .sify_one_box .sify_two .sify_two_it .sify_two_t .g_gb {
    width: 16px;
  }
}
.gpub_classify .sify_one_box .sify_two .sify_two_it .sify_two_t .g_gb i {
  border-radius: 10px;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .gpub_classify .sify_one_box .sify_two .sify_two_it .sify_two_t .g_gb i {
    width: 12px;
    height: 1px;
  }
}
.gpub_classify .sify_one_box .sify_two .sify_two_it .sify_two_t .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gpub_classify .sify_one_box .sify_two .sify_two_it .sify_three {
  display: none;
  padding-bottom: 0.1rem;
}
.gpub_classify .sify_one_box .sify_two .sify_two_it .sify_three a {
  display: block;
  margin-bottom: 0.1rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.gpub_classify .sify_one_box .sify_two .sify_two_it .sify_three a:hover,
.gpub_classify .sify_one_box .sify_two .sify_two_it .sify_three a.on {
  color: #0059A9;
}
/* 常见问题 */
.gpub_faq {
  margin-bottom: 0.7rem;
}
.gpub_faq .g_li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
}
.gpub_faq .g_li:first-child .g_xia {
  display: block;
}
.gpub_faq .g_li.on {
  border-color: transparent;
}
.gpub_faq .g_li.on .g_top .g_top_l p {
  color: #0059A9;
}
.gpub_faq .g_li.on .g_top .g_gb svg,
.gpub_faq .g_li.on .g_top .g_gb img {
  color: #0059A9;
  transform: rotate(180deg);
}
.gpub_faq .g_li .g_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
  position: relative;
  cursor: pointer;
}
.gpub_faq .g_li .g_top .g_top_l {
  width: 80%;
}
.gpub_faq .g_li .g_top .g_top_l p {
  transition: 0.4s all;
}
.gpub_faq .g_li .g_top .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  width: 0.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .gpub_faq .g_li .g_top .g_gb {
    width: 12px;
  }
}
.gpub_faq .g_li .g_top .g_gb i {
  width: 0.24rem;
  height: 2px;
  background: var(--color);
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .gpub_faq .g_li .g_top .g_gb i {
    width: 12px;
    height: 1px;
  }
}
.gpub_faq .g_li .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gpub_faq .g_li .g_top .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  width: 0.2rem;
  flex-shrink: 0;
}
.gpub_faq .g_li .g_top .g_gb svg,
.gpub_faq .g_li .g_top .g_gb img {
  transition: all 0.4s;
  width: 15px;
  height: auto;
  color: #222;
}
@media (max-width: 767px) {
  .gpub_faq .g_li .g_top .g_gb svg,
  .gpub_faq .g_li .g_top .g_gb img {
    width: 13px;
  }
}
.gpub_faq .g_li .g_xia {
  display: none;
}
.gpub_faq .g_li .g_xia .g_bjq {
  padding: 0.62rem 0.42rem 0.39rem 0.57rem;
  border-radius: 0.15rem;
  background: #FFF;
}
.gpub_faq .g_li .g_xia .g_bjq p {
  color: #666;
  font-size: 15px;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .gpub_faq .g_li .g_xia .g_bjq p {
    font-size: 13px;
  }
}
/* 操作视频 */
.gpub_video {
  margin-bottom: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.2rem;
}
@media (max-width: 991px) {
  .gpub_video {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gpub_video {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gpub_video .item:hover .public-img img {
  transform: scale(1.05);
}
.gpub_video .item .img {
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
}
.gpub_video .item .img .public-img:before {
  padding-top: 65.33333333%;
}
.gpub_video .item .img .g_video {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 0.3rem;
  z-index: 10;
}
.gpub_video .item .img .g_video:hover svg path {
  stroke: #0059A9;
}
.gpub_video .item .img .g_video img,
.gpub_video .item .img .g_video svg {
  width: 100%;
  height: auto;
  color: #fff;
}
.gpub_video .item .img .g_video img path,
.gpub_video .item .img .g_video svg path {
  transition: all 0.4s;
  fill: inherit !important;
}
.gpub_video .item .txt {
  margin-top: 0.28rem;
}
.gpub_video .item .txt h3 {
  color: #222;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.gpub_video .item .txt p {
  color: #666;
  margin-top: 0.07rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* 下载中心 */
.gpub_down {
  margin-bottom: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 991px) {
  .gpub_down {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gpub_down .item {
  border-radius: 0.15rem;
  padding: 0.17rem;
  padding-right: 0.5rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gpub_down .item {
    flex-direction: column;
    align-items: center;
  }
}
.gpub_down .item .img {
  width: 39.21933086%;
}
@media (max-width: 767px) {
  .gpub_down .item .img {
    width: 50%;
  }
}
.gpub_down .item .img .public-img {
  border-radius: 0.15rem;
}
.gpub_down .item .img .public-img:before {
  padding-top: 126.06635071%;
}
.gpub_down .item .down_r {
  width: 54.64684015%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 0.35rem;
}
@media (max-width: 767px) {
  .gpub_down .item .down_r {
    width: 100%;
  }
}
.gpub_down .item .down_r .g_t .g_lab {
  font-size: 12px;
  margin-bottom: 0.26rem;
  display: flex;
  align-items: center;
}
.gpub_down .item .down_r .g_t .g_lab .p1 {
  border-radius: 8px;
  background: #DAEEFF;
  padding: 5px 10px;
  color: #0059A9;
  margin-right: 0.16rem;
}
.gpub_down .item .down_r .g_t h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.2;
}
.gpub_down .item .down_r .g_b {
  margin-top: 0.2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .gpub_down .item .down_r .g_b {
    margin-top: 0.4rem;
  }
}
.gpub_down .item .down_r .g_b .top_a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.gpub_down .item .down_r .g_b .top_a a {
  color: #838383;
  border-radius: 5px;
  background: #F0F0F0;
  padding: 0.07rem;
  text-align: center;
  transition: all 0.4s;
}
.gpub_down .item .down_r .g_b .top_a a:hover {
  background: #0059A9;
  color: #fff;
}
.gpub_down .item .down_r .g_b .g_add {
  cursor: pointer;
  margin-top: 8px;
  color: #838383;
  border-radius: 5px;
  background: #F0F0F0;
  padding: 0.07rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.gpub_down .item .down_r .g_b .g_add:hover {
  background: #0059A9;
}
.gpub_down .item .down_r .g_b .g_add:hover p {
  color: #fff;
}
.gpub_down .item .down_r .g_b .g_add:hover i {
  background: #fff;
}
.gpub_down .item .down_r .g_b .g_add:hover i svg path {
  stroke: #0059A9;
}
.gpub_down .item .down_r .g_b .g_add p {
  transition: all 0.4s;
}
.gpub_down .item .down_r .g_b .g_add i {
  transition: all 0.4s;
  border-radius: 50%;
  background: #DEDEDE;
  margin-left: 0.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
}
@media (max-width: 1260px) {
  .gpub_down .item .down_r .g_b .g_add i {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .gpub_down .item .down_r .g_b .g_add i {
    width: 16px;
    height: 16px;
  }
}
.gpub_down .item .down_r .g_b .g_add i img,
.gpub_down .item .down_r .g_b .g_add i svg {
  width: 50%;
  height: 50%;
  color: #fff;
}
.gpub_down .item .down_r .g_b .g_add i img path,
.gpub_down .item .down_r .g_b .g_add i svg path {
  transition: all 0.4s;
  fill: inherit !important;
}
.curtain1 {
  width: 90%;
  max-width: 528px;
  background: #FFFFFF;
  padding-bottom: 18px;
  height: auto;
  border-radius: 3px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 5;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #e6e7e9;
  display: none;
}
.curtain1 .down_pop .g_t {
  background: var(--color);
  border-bottom: 1px solid #e6e7e9;
  padding: 0.3rem 0.35rem;
}
.curtain1 .down_pop .g_t p {
  color: #fff;
}
.curtain1 .down_pop .g_b {
  padding: 0 0.3rem;
  display: flex;
  gap: 25px;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: 300px;
  margin: 20px 0;
  overflow: hidden;
  overflow-y: auto;
}
.curtain1 .down_pop .g_b .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  border-bottom: 1px solid #e6e7e9;
  padding-bottom: 25px !important;
}
.curtain1 .down_pop .g_b .item .g_del {
  cursor: pointer;
  color: #0059A9;
  margin-left: 0.1rem;
  flex-shrink: 0;
}
.curtain1 .down_pop .g_b .item .g_del:hover {
  color: #004e93;
}
.curtain1 .down_pop .g_a {
  width: 100%;
  display: flex;
  gap: 13px;
  padding: 0 0.3rem;
}
.curtain1 .down_pop .g_a a {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  border-radius: 0.1rem;
  cursor: pointer;
  color: #666666;
  transition: all 0.4s;
}
.curtain1 .down_pop .g_a a:hover {
  background: #0059A9;
  color: #fff;
}
.crumbs_box {
  margin: 0.65rem 0 0.45rem;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@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: #000;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.crumbs p:last-child svg,
.crumbs p:last-child i,
.crumbs p:last-child img {
  display: none;
}
.crumbs p svg,
.crumbs p img {
  color: #000;
  width: 5px;
  height: auto;
  margin-right: 0.1rem;
}
.crumbs p svg path,
.crumbs p img path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #000;
  margin-right: 0.1rem;
}
.crumbs .g_home a img,
.crumbs .g_home a svg {
  margin-right: 0;
  color: #626262;
  width: 12px;
  height: 12px;
}
.g-newsinfo-box1 .box {
  background: #fff;
  padding: 0.55rem 0 0;
}
.g-newsinfo-box1 .box h1 {
  width: 59%;
  font-weight: 600;
  line-height: 1.19;
  text-align: center;
  margin: auto;
}
@media (max-width: 1260px) {
  .g-newsinfo-box1 .box h1 {
    width: 90%;
  }
}
.g-newsinfo-box1 .box .g_lab {
  margin-top: 0.31rem;
  padding-bottom: 0.43rem;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1260px) {
  .g-newsinfo-box1 .box .g_lab {
    padding: 0 5% 0.4rem;
    flex-wrap: wrap;
  }
}
.g-newsinfo-box1 .box .g_lab .item {
  margin: 0 0.16rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .g-newsinfo-box1 .box .g_lab .item {
    margin: 0 0.16rem 0.1rem;
  }
}
.g-newsinfo-box1 .box .g_lab .item i {
  margin-right: 0.11rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: auto;
  color: #666;
}
@media (max-width: 1260px) {
  .g-newsinfo-box1 .box .g_lab .item i {
    width: 18px;
  }
}
@media (max-width: 767px) {
  .g-newsinfo-box1 .box .g_lab .item i {
    width: 16px;
  }
}
.g-newsinfo-box1 .box .g_lab .item i svg,
.g-newsinfo-box1 .box .g_lab .item i img {
  width: 100%;
  height: auto;
}
.g-newsinfo-box1 .box .g_lab .item i svg path,
.g-newsinfo-box1 .box .g_lab .item i img path {
  fill: var(--color);
}
.g-newsinfo-box1 .box .g_lab .item p {
  color: #666;
}
.g-newsinfo-box1 .box .public-content {
  text-align: center;
  line-height: 1.5;
  padding: 0.37rem 0.56rem 0.4rem;
}
@media (max-width: 767px) {
  .g-newsinfo-box1 .box .public-content {
    padding: 0.3rem 5%;
  }
}
.g-newsinfo-box1 .box .public-content .img {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g-newsinfo-box1 .box .public-content .img {
    flex-wrap: wrap;
  }
}
.g-newsinfo-box1 .box .public-content .img img {
  width: 48%;
}
@media (max-width: 767px) {
  .g-newsinfo-box1 .box .public-content .img img {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.g-newsinfo-box1 .box .ins_det_fxr_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-newsinfo-box1 .box .ins_det_fxr_box * {
  transition: all 0.6s;
}
.g-newsinfo-box1 .box .ins_det_fxr_box > p {
  margin-right: 0.05rem;
}
.g-newsinfo-box1 .box .ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-newsinfo-box1 .box .ins_det_fxr_box .bshare-custom a {
  width: 0.41rem;
  height: 0.41rem;
  padding: 0;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 0.1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-newsinfo-box1 .box .ins_det_fxr_box .bshare-custom a:hover {
  background: none;
  opacity: 1;
}
.g-newsinfo-box1 .box .ins_det_fxr_box .bshare-custom a:hover svg {
  color: #fff;
}
.g-newsinfo-box1 .box .ins_det_fxr_box .bshare-custom a:hover svg path {
  fill: #fff;
}
.g-newsinfo-box1 .box .ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .g-newsinfo-box1 .box .ins_det_fxr_box .bshare-custom a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.g-newsinfo-box1 .box .ins_det_fxr_box .bshare-custom a svg {
  color: #fff;
  width: calc(25/42*100%);
  height: auto;
  pointer-events: none;
}
.g-newsinfo-box1 .box .ins_det_fxr_box .bshare-custom a svg path {
  fill: #fff;
  opacity: 1;
}
.g-newsinfo-box1 .box .social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .g-newsinfo-box1 .box .social-share .icon-wechat .wechat-qrcode {
    /* left: auto !important;
				right: 0 !important;
				transform: translateX(0%) */
  }
}
.g-newsinfo-box1 .box .social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.g-newsinfo-box1 .box .bsBox {
  box-sizing: initial;
}
.g-newsinfo-box1 .box .g_b {
  margin-top: 0.69rem;
  border-top: 1px solid #EBEBEB;
  padding: 0.58rem 0.69rem 0.69rem 0.43rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .g-newsinfo-box1 .box .g_b {
    padding: 0.4rem 0.3rem;
  }
}
.g-newsinfo-box1 .box .g_b .gl {
  width: 80%;
}
@media (max-width: 767px) {
  .g-newsinfo-box1 .box .g_b .gl {
    width: 60%;
  }
}
.g-newsinfo-box1 .box .g_b .gl .pag_l,
.g-newsinfo-box1 .box .g_b .gl .pag_r {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 7px 0 ;
}
.g-newsinfo-box1 .box .g_b .gl .pag_l span,
.g-newsinfo-box1 .box .g_b .gl .pag_r span {
  flex-shrink: 0;
  transition: all 0.4s;
}
.g-newsinfo-box1 .box .g_b .gl .pag_l a,
.g-newsinfo-box1 .box .g_b .gl .pag_r a {
  transition: all 0.4s;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-newsinfo-box1 .box .g_b .gl .pag_l a:hover,
.g-newsinfo-box1 .box .g_b .gl .pag_r a:hover {
  color: #0059A9;
  text-decoration: underline;
}
.g-newsinfo-box1 .box .g_b .gr .fh {
  border-radius: 0.08rem;
  padding: 0.12rem 0.28rem;
  background: #0059A9;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.g-newsinfo-box1 .box .g_b .gr .fh:hover {
  opacity: 0.8;
}
.g-newsinfo-box1 .box .g_b .gr .fh p {
  color: #fff;
  transition: all 0.4s;
}
.g-newsinfo-box1 .box .g_b .gr .fh svg {
  color: #fff;
  width: 10px;
  height: 10px;
  margin-left: 0.13rem;
}
.g-newsinfo-box1 .box .g_b .gr .fh svg path {
  fill: var(--color);
}
/* 阅读更多 */
.g-newsinfo-box2 {
  padding: 0.9rem 0 1.17rem;
}
.g-newsinfo-box2 .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.35rem -0.16rem 0;
}
.g-newsinfo-box2 .box .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  padding: 0 0.16rem 0.6rem;
}
@media (max-width: 991px) {
  .g-newsinfo-box2 .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .g-newsinfo-box2 .box .item {
    width: 100%;
  }
}
.g-newsinfo-box2 .box .item:hover .public-img img {
  transform: scale(1.05);
}
.g-newsinfo-box2 .box .item:hover .x-text .x-tit {
  color: #0059A9;
}
.g-newsinfo-box2 .box .item .g_it {
  border-radius: 0.1rem;
  background: #fff;
}
.g-newsinfo-box2 .box .item .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.g-newsinfo-box2 .box .item .public-img::before {
  padding-top: 64.42307692%;
}
.g-newsinfo-box2 .box .item .public-img .x-sp {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 0.2rem 0.2rem;
}
.g-newsinfo-box2 .box .item .public-img .x-sp span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  padding: 0 8px;
  height: 26px;
  color: #fff;
}
.g-newsinfo-box2 .box .item .g_text {
  padding: 0.47rem 0.32rem 0.44rem;
}
@media (max-width: 767px) {
  .g-newsinfo-box2 .box .item .g_text {
    padding: 0.2rem;
  }
}
.g-newsinfo-box2 .box .item .g_text .g_tit {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease-in-out;
}
.g-newsinfo-box2 .box .item .g_text .g_lab {
  margin-bottom: 0.18rem;
  display: flex;
  align-items: center;
}
.g-newsinfo-box2 .box .item .g_text .g_lab .p1 {
  border-radius: 100px;
  background: #DAEEFF;
  padding: 5px 10px;
  color: #0059A9;
  margin-right: 0.16rem;
}
.g-newsinfo-box2 .box .item .g_text .x-public-more {
  color: #0059A9;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .g-newsinfo-box2 .box .item .g_text .x-public-more {
    margin-top: 0.2rem;
  }
}
.g-newsinfo-box2 .box .item .g_text .x-public-more i {
  margin-left: 0.25rem;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  display: block !important;
}
.social-share .icon-wechat .wechat-qrcode .help {
  display: block !important;
}
