@charset "UTF-8";
button {
  cursor: pointer;
}

button {
  border: none;
}

.bg-color {
  background-color: #f3f3f3;
}

.bg-fff {
  background-color: #fff;
}

.bg1 {
  background-color: #f7b10b;
}

.bg2 {
  background-color: #e72416;
}

.bg-100 {
  background-size: 100% 100%;
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100%;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.ali-center {
  align-items: center;
}

.just-sb {
  justify-content: space-between;
}

.just-center {
  justify-content: center;
}

.br4 {
  border-radius: 0.04rem;
}

.br6 {
  border-radius: 0.06rem;
}

.br8 {
  border-radius: 0.08rem;
}

.br10 {
  border-radius: 0.1rem;
}

.br20 {
  border-radius: 0.2rem;
}

.p30 {
  padding: 0.3rem;
}

.p40 {
  padding: 0.4rem;
}

.p50 {
  padding: 0.5rem;
}

.pb50 {
  padding-bottom: 0.5rem;
}

.px-50 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-60 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.mt40 {
  margin-top: 0.4rem;
}

.mt60 {
  margin-top: 0.6rem;
}

.mr16 {
  margin-right: 0.16rem;
}

.mb20 {
  margin-bottom: 0.2rem;
}

.mb30 {
  margin-bottom: 0.3rem;
}

.mb50 {
  margin-bottom: 0.5rem;
}

.op5 {
  opacity: 0.5;
}

.f-demi {
  font-weight: 600;
}

.c-ii {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-medium,
.f-bold {
  font-weight: bold;
}

.w1000 {
  width: 10rem;
  margin: 0 auto;
  max-width: 80%;
}

.w1140 {
  width: 11.4rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1200 {
  width: 12rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1240 {
  width: 12.4rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1280 {
  width: 12.8rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1290 {
  width: 12.9rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1310 {
  width: 13.1rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1360 {
  width: 13.6rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1480 {
  width: 14.8rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1500 {
  width: 15rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1520 {
  width: 15.2rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1540 {
  width: 15.4rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1550 {
  width: 15.5rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1560 {
  width: 15.6rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1600 {
  width: 16rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1680 {
  width: 16.8rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1720 {
  width: 17.2rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1800 {
  width: 18rem;
  margin: 0 auto;
  max-width: 96%;
}

#bp_container video {
  width: 80%;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}

div.btn {
  outline: none !important;
}

div.sbtn {
  outline: none !important;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.threeCanvas {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}

.my-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.my-op0 {
  opacity: 0;
  pointer-events: none;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.particles1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: calc(420 / 1920 * 100%);
  background-color: #999;
}
.com-banner .cb_text {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  color: #fff;
}
.com-banner .cb_text.cent {
  text-align: center;
}
.com-banner .cb_text .cbp1 {
  position: relative;
  font-weight: bold;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.22rem;
  line-height: 1.3;
}
.com-banner .cb_text .cbp3 {
  margin-top: 0.41rem;
}
.com-banner .cb_text .cbp4 {
  display: inline-block;
  padding: 0.2rem;
  border-radius: 0 0.1rem 0 0.1rem;
  background-color: #f7b10b;
  color: #fff;
  margin-top: 0.1rem;
}
.com-banner .cb_text .cpa {
  display: inline-block;
  line-height: 2.875em;
  border-radius: 1rem;
  color: #f7b10b;
  background-color: #fff;
  padding: 0 0.3rem;
  border-radius: 1rem;
  min-width: 1.7rem;
  margin-right: 0.2rem;
  text-align: center;
}
.com-banner .cb_text .cpa:hover {
  background-color: #e72416;
  color: #fff;
}
.com-banner .pro_txt .t1 {
  color: #222;
  font-weight: bold;
  line-height: 1;
}
.com-banner .pro_txt .t2 {
  display: inline-block;
  line-height: 2.0909090909;
  background-color: #e72416;
  color: #fff;
  padding: 0 0.21rem;
  border-radius: 1rem;
  margin-top: 0.36rem;
}
.com-banner .pro_txt .t3 {
  color: #222;
  opacity: 0.8;
  margin-top: 0.27rem;
}
.com-banner .cb_img2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  max-width: 60%;
}
.com-banner .cb_ti {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8.4rem;
  max-width: 60%;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .down {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #f7b10b;
  padding: 0.21rem 0.43rem;
  border-radius: 1rem;
  margin-top: 0.4rem;
  transition: all 0.3s;
}
.com-banner .down:hover {
  box-shadow: 0 -2px 0 0 #f7b10b inset, 0 2px 0.1rem #f7b10b;
  transform: translateY(-3px);
  transition: all 0.3s;
}
.com-banner .down img {
  margin-right: 0.1rem;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  border-radius: 0.1rem 0.1rem 0 0;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  overflow: hidden;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
}
.com-banner .cb_nav a:hover {
  color: #f7b10b;
}
.com-banner .cb_nav .cb_a {
  flex-grow: 1;
  text-align: center;
  line-height: 0.7rem;
}
.com-banner .cb_nav .cb_a.on {
  background-image: linear-gradient(-90deg, #007ac8 0%, #1daceb 100%);
  color: #fff !important;
}
.com-banner .cb_mask {
  pointer-events: none;
}
.com-banner .cb_mask .cm1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.com-banner .cb_mask .cm1 img {
  width: 100%;
}
.com-banner .cb_mask .cm2 {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -webkit-mask-image: url(../images/icon-m2.png);
          mask-image: url(../images/icon-m2.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.com-banner .cb_mask .cm2 img {
  width: 100%;
  opacity: 0;
}
.com-banner .bg1 .cm2 {
  background-color: #fff !important;
}
.com-banner .bg2 .cm2 {
  background-color: #f3f3f3 !important;
}
.com-banner .breads {
  text-align: center;
  margin-top: 0.19rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.com-banner .breads .icon {
  margin-right: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.com-banner .breads .icon img {
  height: 1em;
}
.com-banner .breads .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.com-banner .breads .z_a {
  position: relative;
  transition: all 0.3s;
}
.com-banner .breads .z_a.on, .com-banner .breads .z_a:hover {
  color: #f7b10b;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .com-banner {
    background-color: #f3f3f3;
  }
  .com-banner .cb_bg {
    min-height: 200px;
  }
}

.com-banner2 {
  position: relative;
  z-index: 30;
}
.com-banner2 .cb_ban {
  position: relative;
  min-height: 36.4583333333vw;
}
.com-banner2 .cb_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #999;
}
.com-banner2 .cb_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-banner2 .cb_text {
  padding-top: 2.9rem;
  position: relative;
  z-index: 10;
  color: #000;
}
.com-banner2 .cb_text.cent {
  text-align: center;
}
.com-banner2 .msp {
  display: inline-block;
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(90deg, #1dcec2 0%, #0f5dec 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
}
.com-banner2 .mic {
  pointer-events: none;
}
.com-banner2 .eco-d11 .msp::before {
  content: "";
  display: inline-block;
  width: 0.38rem;
  height: 0.31rem;
  background-image: url(../images/a9.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 2.5em;
  bottom: 85%;
}
.com-banner2 .ab-d11 .msp::before {
  content: "";
  display: inline-block;
  width: 0.38rem;
  height: 0.31rem;
  background-image: url(../images/a9.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(100% - 0.1em);
  bottom: 85%;
}
.com-banner2 .news-d11 img {
  width: 0.5em;
  height: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  position: absolute;
  right: calc(100% - 0.1em);
  bottom: 70%;
}
.com-banner2 .part-d11 .mic {
  width: 0.5em;
  height: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  position: absolute;
  left: 60%;
  bottom: 70%;
}
.com-banner2 .bus-d11 .mic {
  width: 0.5em;
  height: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  position: absolute;
  left: 60%;
  bottom: 70%;
}
.com-banner2 .pla-d11 .mic {
  width: 0.5em;
  height: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  position: absolute;
  left: 70%;
  bottom: 75%;
}
.com-banner2 .mk-d11 .mic {
  width: 0.5em;
  height: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  position: absolute;
  left: 70%;
  bottom: 75%;
}
.com-banner2 .d12 {
  line-height: 1.7142857143;
  color: #666;
}
.com-banner2 .d13 {
  color: #666;
  margin-top: 0.2rem;
}
.com-banner2 .btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.com-banner2 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 0.5rem;
  color: #f7b10b;
  background-color: #fff;
  padding: 0 0.35rem;
  min-width: 1.5rem;
  margin-right: 0.2rem;
  text-align: center;
}
.com-banner2 .btn:hover {
  background-color: #f7b10b;
  color: #fff;
}
.com-banner2 .btn:hover .ic {
  filter: brightness(0) invert(1);
}
.com-banner2 .btn .ic {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.com-banner2 .video video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .com-banner2 {
    background-color: #f3f3f3;
  }
  .com-banner2 .cb_bg {
    padding-top: 31.25%;
  }
  .com-banner2 .cb_text {
    padding: 1.5rem 0;
  }
  .com-banner2 .d11 {
    font-size: 0.4rem;
  }
  .com-banner2 .d12 {
    font-size: 0.3rem;
  }
  .com-banner2 .zone_nav {
    display: none;
  }
}

.cb-swiper .bg {
  position: relative;
  padding-top: 34.375%;
  overflow: hidden;
  background-color: #999;
}
.cb-swiper .bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cb-swiper .text {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.cb-swiper .text .cbp1 {
  font-weight: 600;
  position: relative;
}
.cb-swiper .text.cent {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .cb-swiper {
    background-color: #f3f3f3;
  }
  .cb-swiper .text .cbp1 {
    font-size: 16px;
  }
  .cb-swiper .text .cbp2 {
    font-size: 14px;
    display: none;
  }
}

.cbn-swiper .csw {
  width: auto;
  margin-right: 0.9rem;
}
.cbn-swiper .csw::before {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.44rem);
  transform: translateY(-50%);
}
.cbn-swiper .csw:last-child {
  margin-right: 0;
}
.cbn-swiper .csw:last-child::before {
  display: none;
}
.cbn-swiper .csa {
  display: block;
  text-align: center;
  line-height: 0.8rem;
  color: #666;
  position: relative;
}
.cbn-swiper .csa:hover {
  color: #f7b10b;
}
.cbn-swiper .csa.on {
  color: #f7b10b;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f7b10b;
}
@media screen and (max-width: 768px) {
  .cbn-swiper .csa {
    color: #000;
  }
}

.cb-bots {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  transform: translateY(50%);
}
.cb-bots.has_nav {
  background-color: rgba(0, 0, 0, 0.06);
}
.cb-bots .cb_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 0.15rem 0px rgba(75, 145, 250, 0.1);
  border-radius: 0.2rem;
}
.cb-bots .cb-nav {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-bots .cb-nav .na {
  min-width: 2.4rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.5);
  padding: 0.27rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
}
.cb-bots .cb-nav .na.on {
  background-color: #f7b10b;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.cb-bots .cbn_bread {
  display: flex;
  line-height: 0.8rem;
  color: #666;
}
.cb-bots .cbn_bread .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3em;
}
.cb-bots .cbn_bread .home img {
  width: 1.4em;
}
.cb-bots .cbn_bread .sp1 {
  margin: 0 0.5em;
}
.cb-bots .cbn_back {
  display: flex;
  align-items: center;
}
.cb-bots .back {
  height: 0.5rem;
  box-shadow: 0 0 0 1px inset #f7b10b;
  background-color: transparent;
  color: #f7b10b;
  border-radius: 1rem;
  padding: 0 0.41rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cb-bots .back:hover {
  background-color: #f7b10b;
  color: #fff;
}
.cb-bots .back:hover .ic {
  background-image: url(../images/icon-2.png);
}
.cb-bots .back .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .cb-bots {
    position: static;
    transform: translate(0);
    background-color: #fff;
    box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  }
  .cb-bots .cb_box {
    box-shadow: none;
  }
  .cb-bots .cb-nav {
    justify-content: space-between;
  }
  .cb-bots .cb-nav .na {
    color: #333;
    min-width: auto;
    width: 48%;
  }
  .cb-bots .cbn_bread {
    display: none;
  }
}

.nav-swiper {
  background-color: #f7b10b;
}
.nav-swiper .nsd {
  width: auto;
  padding: 0 0.1rem;
  line-height: 0.7rem;
  color: #fff;
}
.nav-swiper .nsd.on {
  background-color: #fff;
  color: #2d2f82;
}
.nav-swiper .sp {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nav-swiper .nic {
  width: 1em;
  height: 1em;
  position: relative;
  margin-left: 0.2rem;
}
.nav-swiper .nic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-swiper .nic1 {
  opacity: 1;
}
.nav-swiper .nic2 {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav-swiper {
    max-width: 100%;
  }
  .nav-swiper .nsa {
    line-height: 2.5em;
  }
}

.bn-swiper {
  max-width: 70%;
}
.bn-swiper .bsa {
  position: relative;
  line-height: 1.1rem;
  width: auto;
  white-space: nowrap;
  text-align: center;
  color: #222;
  padding: 0 0.3rem;
}
.bn-swiper .bsa:last-child {
  margin-right: 0;
}
.bn-swiper .bsa .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bn-swiper .bsa:hover {
  color: #f7b10b;
}
.bn-swiper .bsa.on {
  color: #fff;
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(90deg, #1dcec2 0%, #0f5dec 100%);
}
@media (max-width: 768px) {
  .bn-swiper {
    max-width: 100%;
  }
}

.zone_nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 0.5rem;
  color: #999;
  line-height: 0.6rem;
}
.zone_nav.h90 {
  line-height: 0.9rem;
}
.zone_nav .icon {
  margin-right: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.zone_nav .icon img {
  height: 1em;
}
.zone_nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.zone_nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.zone_nav .z_a:last-child {
  color: #444;
}
.zone_nav .z_a.on, .zone_nav .z_a:hover {
  color: #f7b10b;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .zone_nav {
    width: 100%;
  }
  .zone_nav .sp1 {
    margin: 0 0.5em;
  }
}

.com-breadnav.bgfff {
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #f7f7f7 inset;
}
.com-breadnav.has_bn {
  box-shadow: 0 -1px 0px #e3e3e3 inset;
}
.com-breadnav .bn_box {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.com-breadnav .page-tit {
  font-weight: 600;
  margin-top: 0.12rem;
}
@media screen and (max-width: 768px) {
  .com-breadnav .bn_box {
    flex-wrap: wrap;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .p_a {
  background-color: #fff;
}
.com-pag.bgfff .p_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .max {
  line-height: 0.4rem;
}
.com-pag .p_a {
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 0.1rem;
  line-height: 1;
  color: #666;
  border-radius: 50%;
  background-color: #fff;
}
.com-pag .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: 16.6666666667% auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.com-pag .btn span {
  display: block;
  text-align: center;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 43.75% auto;
}
.com-pag .btn:hover {
  background-color: #f7b10b;
}
.com-pag .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .num:hover, .com-pag .num.on {
  color: #fff;
  background-color: #f7b10b;
}
.com-pag .prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
.com-pnav {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.47);
}
.com-pnav .pnav_box {
  display: flex;
}
.com-pnav .pnav_i {
  flex-grow: 1;
  padding: 0.2rem 0;
  text-align: center;
}
.com-pnav .pnav_i:hover {
  color: #f7b10b;
}
.com-pnav .pnav_i.on {
  background-color: #f7b10b;
  color: #fff !important;
}

.com-nav .n_box {
  display: flex;
  justify-content: center;
}
.com-nav .cn_a {
  line-height: 1;
  padding: 0.16rem 0.56rem;
  flex-shrink: 0;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.2rem;
}
.com-nav .cn_a:last-child {
  margin-right: 0;
}
.com-nav .cn_a:hover {
  color: #f7b10b;
}
.com-nav .cn_a.on {
  color: #fff;
  background-color: #f7b10b;
}
.com-nav .cn_a .sp {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-nav .cn_a {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .com-nav .n_box::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .com-nav .n_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
  }
  .com-nav .n_box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
}

.com-txt {
  line-height: 1.5454545455;
  text-align: center;
}

.com-tit {
  position: relative;
  z-index: 10;
}
.com-tit.cent {
  text-align: center;
}
.com-tit.cent .ct1 .cline {
  display: none;
}
.com-tit.cent::before {
  left: 50%;
  transform: translate(-50%);
}
.com-tit .ct1 {
  font-weight: bold;
  position: relative;
  color: #000;
}
.com-tit .ct2 {
  margin-top: 0.07rem;
  line-height: 1.6666666667;
  color: #666;
}
.com-tit .ct3 {
  padding: 0 0.95rem;
  line-height: 1.7777777778;
  margin-top: 0.28rem;
}
@media screen and (max-width: 768px) {
  .com-tit .ct3 {
    padding: 0 0.5rem;
  }
}

.com-tt {
  position: relative;
}
.com-tt.cent {
  text-align: center;
}
.com-tt.fff {
  color: #fff;
}
.com-tt .sp {
  font-size: 1.5em;
  color: #f7b10b;
}
.com-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.com-tform {
  position: relative;
  width: 3rem;
  min-width: 175px;
}
.com-tform input {
  width: 100%;
  height: 0.5rem;
  min-height: 36px;
  background-color: #fff;
  border-radius: 1rem;
  border: none;
  padding: 0 0.3rem;
  font-family: unset;
}
.com-tform .sub {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  background-image: url(../images/icon-mag3.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
}

.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.c-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.com-spa {
  position: static;
  display: flex;
  justify-content: center;
}
.com-spa .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  margin: 0 0.1rem;
  background-color: rgba(236, 77, 9, 0.3);
  position: relative;
  opacity: 1;
}
.com-spa .swiper-pagination-bullet-active {
  background-color: #ec4d09;
}
.com-spa .swiper-pagination-bullet-active::before {
  content: "";
  width: 160%;
  height: 160%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(236, 77, 9, 0.2);
}

.s-btns {
  display: inline-flex;
}
.s-btns .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: 16.6666666667% auto;
  background-position: center;
  cursor: pointer;
}
.s-btns .sbtn:hover {
  background-color: #f7b10b;
}
.s-btns .prev {
  background-image: url(../images/icon-p11.png);
}
.s-btns .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.s-btns .next {
  background-image: url(../images/icon-p21.png);
}
.s-btns .next:hover {
  background-image: url(../images/icon-p22.png);
}

.imgbg {
  position: relative;
  background-color: #999;
  overflow: hidden;
}

.md-md {
  position: absolute;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  .md-md {
    top: -70px;
  }
}

.md-head.home {
  height: 0;
}
.md-head.home .head-pc {
  background-color: transparent;
}
.md-head.home .head-pc .logo {
  filter: none;
}
.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md-head.m_show .mob_mask {
  display: block;
}
.md-head.is-fixed .head-pc, .md-head.white .head-pc {
  background-color: white;
}
.md-head.is-fixed .head-pc .logo .pi, .md-head.white .head-pc .logo .pi {
  display: none;
}
.md-head.is-fixed .head-pc .logo .mi, .md-head.white .head-pc .logo .mi {
  display: block;
}
.md-head .mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}
.head-pc {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.12) inset;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  .head-pc {
    background-color: #fff !important;
  }
}

.head_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.head_box .logo {
  flex-shrink: 0;
}
.head_box .logo .la {
  display: inline-flex;
  align-items: center;
}
.head_box .logo img {
  height: 0.4rem;
}
.head_box .logo .mi {
  display: none;
}
.head_box .bd_ul {
  position: absolute;
  top: 95%;
  right: 0;
  min-width: 80px;
  width: 1rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 8px 7px 1px rgba(132, 132, 132, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.head_box .bd_ul .bd_li {
  padding: 0 0.06rem;
  transition: all 0.3s;
}
.head_box .bd_ul .bd_li:hover {
  background-color: #e4e4e4;
  transition: all 0.3s;
}
.head_box .bd_ul .bd_a {
  display: block;
  text-align: center;
  padding: 0.13rem 0;
  box-sizing: border-box;
  letter-spacing: 0.03rem;
  transition: all 0.3s;
  line-height: 1;
  border-bottom: 1px solid #e4e4e4;
}
.head_box .hd_le {
  display: flex;
  align-items: center;
}
.head_box .hb_ri {
  display: flex;
  align-items: center;
}
.head_box .h-ul {
  display: flex;
  color: #fff;
  margin-right: 0.24rem;
}
.head_box .h-ul .h_li {
  padding: 0 0.24rem;
  position: relative;
}
.head_box .h-ul .h_li::before {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head_box .h-ul .ha {
  opacity: 0.65;
}
.head_box .ul1 {
  display: flex;
}
.head_box .ul1 .li1 {
  position: relative;
  margin-right: 0.45rem;
}
.head_box .ul1 .li1:last-child {
  margin-right: 0;
}
.head_box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head_box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.head_box .ul1 .li1:hover .head-pro {
  display: block;
}
.head_box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 1rem;
  text-align: center;
  color: #000;
  transition: all 0.3s;
}
.head_box .ul1 .pro_li {
  position: static;
}
.head_box .ul1 .pro_li:hover .a1::after {
  content: "";
  transform: translateY(-50%) rotate(180deg);
}
.head_box .ul1 .pro_li .a1 {
  padding-right: 1em;
}
.head_box .ul1 .pro_li .a1::after {
  content: "";
  width: 0.7777777778em;
  height: 0.7777777778em;
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.head_box .ul1 .pro_li2:hover .a1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid rgba(21, 21, 21, 0.95);
  transition: all 0.3s;
}
.head_box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  pointer-events: none;
  transition: all 0.3s;
}
.head_box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head_box .ul1 .a2:hover {
  color: #fff;
  background-color: #f7b10b;
}
.head_box .h-lang {
  position: relative;
  margin-left: 0.3rem;
}
.head_box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head_box .h-lang .hd {
  padding: 0.1rem 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  background-color: #f7b10b;
  border-radius: 1rem;
}
.head_box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lang-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-lang .sp {
  margin: 0 0.1rem;
}
.head_box .h-lang .ar {
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.25em;
}
.head_box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head_box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head_box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #f7b10b;
  color: #fff;
}
.head_box .h-lang .b_a:hover {
  color: #f7b10b;
  background-color: #fff;
}
.head_box .h-money {
  position: relative;
  margin-left: 0.4rem;
}
.head_box .h-money:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head_box .h-money .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.head_box .h-money .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-money.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-money .sp {
  margin: 0 0.1rem;
}
.head_box .h-money .ar {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-money .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head_box .h-money .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #f7b10b;
  color: #fff;
}
.head_box .h-money .b_a:hover {
  color: #f7b10b;
  background-color: #fff;
}
.head_box .h-lang1 .hd {
  color: #000;
}
.head_box .h-lang1 .aa {
  display: inline-flex;
  align-items: center;
  opacity: 0.4;
}
.head_box .h-lang1 .on {
  opacity: 1;
}
.head_box .h-lang1 .line {
  margin: 0 0.5em;
}
.head_box .login {
  position: relative;
  margin-left: 0.45rem;
}
.head_box .login.has_login:hover .bd {
  display: block;
}
.head_box .login .hd {
  line-height: 1;
  padding: 0.1rem 0.22rem;
  background-color: #f7b10b;
  color: #fff;
  border-radius: 0.1rem;
  display: block;
}
.head_box .login .bd {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  padding-top: 0.2rem;
  width: 1rem;
  min-width: 60px;
  display: none;
}
.head_box .login .btn {
  text-align: center;
  background-color: #fff;
  color: #f7b10b;
  cursor: pointer;
  padding: 0.1rem 0;
}
.head_box .h-quote {
  line-height: 0.46rem;
  background-color: #f7b10b;
  color: #fff;
  padding: 0 0.3rem;
  border-radius: 0.06rem;
  margin-right: 0.3rem;
  cursor: pointer;
  border: none;
}
.head_box .h-phone {
  display: inline-flex;
  align-items: center;
  color: #f7b10b;
  font-weight: bold;
}
.head_box .h-phone .ic {
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.head_box .h-href {
  display: inline-flex;
}
.head_box .h-href .ic {
  height: 0.24rem;
}
.head_box .h-user {
  cursor: pointer;
  margin-left: 0.4rem;
}
.head_box .h-user .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-user-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-shop {
  cursor: pointer;
  margin-left: 0.4rem;
}
.head_box .h-shop .hic {
  cursor: pointer;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-shop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-search {
  position: relative;
  cursor: pointer;
  margin-right: 0.6rem;
}
.head_box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-vr .aa {
  display: block;
  padding: 0 0.24rem;
  line-height: 3;
  border-radius: 1rem;
  background-color: #f7b10b;
  color: #fff;
  white-space: nowrap;
}
.head_box .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.head_box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1600px) {
  .head_box .h-search {
    margin-right: 0.2rem;
  }
}
@media (max-width: 1280px) {
  .head_box .ul1 .li1 {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .head_box {
    height: 1rem;
  }
  .head_box .logo .pi {
    display: none;
  }
  .head_box .logo .mi {
    display: block;
  }
  .head_box .ul1 {
    display: none;
  }
  .head_box .h-money {
    display: none;
  }
  .head_box .h-user {
    filter: brightness(0) invert(1);
  }
  .head_box .h-shop {
    filter: brightness(0) invert(1);
  }
  .head_box .h-more {
    display: block;
  }
  .head_box .h-vr {
    display: none;
  }
}

.head-1 {
  background-color: #f7b10b;
}
.head-1 .box {
  min-height: 0.5rem;
  align-items: center;
  padding: 0.1rem 0;
}
.head-1 .pi {
  display: inline-flex;
  color: #fff;
  margin-right: 0.5rem;
}
.head-1 .pi img {
  width: 1.2857142857em;
  height: 1.2857142857em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5em;
}
.head-1 .shares {
  white-space: nowrap;
}
.head-1 .si {
  display: inline-flex;
  margin-left: 0.18rem;
  position: relative;
}
.head-1 .si:hover .shd {
  opacity: 1;
}
.head-1 .si:hover .sbd {
  opacity: 1;
}
.head-1 .shd {
  opacity: 0.7;
  filter: brightness(0) invert(1);
}
.head-1 .shi {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.head-1 .sbd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.1rem;
  z-index: 30;
}
.head-1 .sbd .bbox {
  background-color: #fff;
  position: relative;
}
.head-1 .sbd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
@media (max-width: 900px) {
  .head-1 {
    display: none;
  }
}

.head-2 {
  box-shadow: 0 -1px 0 0 inset #f3f3f3;
  position: relative;
  /* overflow: hidden; */
}
.head-2:hover {
  overflow: visible;
}
.head-2 .logo {
  flex-shrink: 0;
}
.head-2 .logo .la {
  display: inline-flex;
  align-items: center;
}
.head-2 .logo img {
  height: 0.41rem;
}
.head-2 .logo .mi {
  display: none;
}
.head-2 .hd_le {
  display: flex;
  align-items: center;
}
.head-2 .hb_ri {
  display: flex;
  align-items: center;
}
.head-2 .h-ul {
  display: flex;
  color: #fff;
  margin-right: 0.24rem;
}
.head-2 .h-ul .h_li {
  padding: 0 0.24rem;
  position: relative;
}
.head-2 .h-ul .h_li::before {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head-2 .h-ul .ha {
  opacity: 0.65;
}
.head-2 .ul1 {
  display: flex;
  margin-right: 0.25rem;
}
.head-2 .ul1 .li1:last-child {
  margin-right: 0;
}
.head-2 .ul1 .li1:hover .a1 {
  background-color: #f7b10b;
  color: #fff;
}
.head-2 .ul1 .li1:hover .a1::after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.head-2 .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head-2 .ul1 .li1:hover .head-sub {
  display: block;
}
.head-2 .ul1 .a1 {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  transition: all 0.3s;
}
.head-2 .ul1 .has-sub .a1::after {
  content: "";
  display: block;
  font-size: 1em;
  border-top: 0.4em solid #333;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  margin-left: 0.5em;
  pointer-events: none;
  transition: all 0.3s;
}
.head-2 .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  pointer-events: none;
  transition: all 0.3s;
}
.head-2 .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-2 .ul1 .a2:hover {
  color: #fff;
  background-color: #f7b10b;
}
.head-2 .h-lang {
  position: relative;
  margin-left: 0.28rem;
}
.head-2 .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head-2 .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.head-2 .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lang-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-2 .h-lang .sp {
  margin: 0 0.4em;
  letter-spacing: 3px;
}
.head-2 .h-lang .ar {
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.25em;
}
.head-2 .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head-2 .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head-2 .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #fff;
}
.head-2 .h-lang .b_a:hover {
  color: #f7b10b;
  background-color: #fff;
}
.head-2 .h-search {
  position: relative;
  cursor: pointer;
}
.head-2 .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-2 .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.head-2 .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1600px) {
  .head-2 .h-search {
    margin-right: 0.2rem;
  }
}
@media (max-width: 1280px) {
  .head-2 .ul1 .a1 {
    padding: 0 0.15rem;
  }
}
@media screen and (max-width: 1080px) {
  .head-2 .box {
    height: 1rem;
  }
  .head-2 .logo .pi {
    display: none;
  }
  .head-2 .logo .mi {
    display: block;
  }
  .head-2 .ul1 {
    display: none;
  }
  .head-2 .h-more {
    display: block;
  }
}

.head-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background-color: white;
  /* pointer-events: none; */
  overflow: hidden;
  /* opacity: 0; */
  display: none;
}
.head-sub .hs-box {
  padding: 0.4rem 0;
}
.head-sub .hs_le {
  width: 24.2857142857%;
  position: relative;
}
.head-sub .img {
  padding-top: 88.2352941176%;
}
.head-sub .hs_ri {
  width: 71.4285714286%;
}
.head-sub .hs-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 5rem;
  overflow-x: auto;
}
/* .head-sub .hs-item:nth-child(1) {
  width: 4.4rem;
}
.head-sub .hs-item:nth-child(2) {
  width: 3.9rem;
}
.head-sub .hs-item:nth-child(3) {
  width: 1.7rem;
} */
.head-sub .hp-list {
  margin-bottom: 0.3rem;
}
.head-sub .hp-list:last-child {
  margin-bottom: 0;
}
.head-sub .dt {
  position: relative;
  padding-bottom: 0.1rem;
}
.head-sub .dt::before {
  content: "";
  width: 0.2rem;
  height: 2px;
  background-color: #f7b10b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.head-sub .da {
  font-weight: bold;
}
.head-sub .hp-ul {
  margin-top: 0.1rem;
}
.head-sub .hp-ul .aa {
  line-height: 2;
  display: block;
  cursor: pointer;
  position: relative;
  color: #666;
}
.head-sub .hp-ul .aa:hover {
  color: #f7b10b;
}

.head-pro {
  position: fixed;
  left: 50%;
  top: 1rem;
  transform: translate(-50%);
  display: none;
}
.head-pro .hp-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.6rem 0.4rem;
  width: 8rem;
  max-width: 100vw;
  background-color: rgba(21, 21, 21, 0.95);
}
.head-pro .imgs {
  width: 38.6111111111%;
}
.head-pro .img {
  position: relative;
  padding-top: 56.4748201439%;
}
.head-pro .list {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.head-pro .litem {
  width: 50%;
  margin-bottom: 0.2rem;
  padding-right: 2%;
}
.head-pro .la {
  color: #fff;
}
.head-pro .la:hover {
  color: #f7b10b;
}

.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 8rem;
  max-width: 70%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 300;
}
.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #f7b10b;
}
.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(../images/hm_4.png);
}
.md-mob_sideNav .hmob_off {
  padding: 10px 20px;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
}
.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(../images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.md-mob_sideNav .hmob_top {
  height: calc(100% - 50px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md-mob_sideNav .hmob_bot {
  height: 0.7rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
.md-mob_sideNav .hmob_bot .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.md-mob_sideNav .hmob_bot img {
  width: 20px;
  margin-right: 5px;
}
.md-mob_sideNav .hmob_lang {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md-mob_sideNav .ul3 {
  display: none;
}
.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md-mob_sideNav .hmob-money {
  padding: 0 20px;
  margin-top: 10px;
}
.md-mob_sideNav .hmob-money.show .ar {
  transform: translateY(-50%) rotate(180deg);
}
.md-mob_sideNav .hmob-money .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.md-mob_sideNav .hmob-money .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-money.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .hmob-money .sp {
  margin-left: 0.3rem;
}
.md-mob_sideNav .hmob-money .ar {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: transform 0.3s;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .hmob-money .bd {
  margin-top: 5px;
  display: none;
}
.md-mob_sideNav .hmob-money .b_a {
  display: block;
  padding: 10px 0;
  color: #333;
  border-bottom: 1px dashed #666;
}
@media (min-width: 769px) {
  .md-mob_sideNav .hmob-money {
    display: none;
  }
}

.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: unset;
}
.md-search_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: #f7b10b;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.md-search_form .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.md-foot {
  position: relative;
  background-color: #54595f;
}
.md-foot .ul1 .li1 {
  margin-right: 0.2rem;
}
.md-foot .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-foot .ul1 .a1 {
  line-height: 1;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.md-foot .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.md-foot .ul1 .ul2 {
  margin-top: 0.25rem;
  position: relative;
}
.md-foot .ul1 .li2 {
  margin-bottom: 0.16rem;
}
.md-foot .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-foot .ul1 .a2 {
  color: rgba(255, 255, 255, 0.6);
  color: #fff;
  transition: color 0.3s;
}
.md-foot .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
.md-foot .shares {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.md-foot .shares .si {
  position: relative;
  margin-right: 0.1rem;
}
.md-foot .shares .si:hover .hd {
  background-color: #fff;
}
.md-foot .shares .si:hover .hi {
  filter: none;
}
.md-foot .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot .shares .hd {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.3s;
}
.md-foot .shares .hi {
  height: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
}
.md-foot .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 30;
}
.md-foot .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.md-foot .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .md-foot .ul1 {
    display: none;
  }
}

.foot-0 {
  pointer-events: none;
}
.foot-0 img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.foot-1 {
  position: relative;
}
.foot-1 .box {
  padding-top: 1.4rem;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.foot-1 .logo {
  display: inline-flex;
}
.foot-1 .logo img {
  height: 1em;
}
.foot-1 .le {
  width: 3.2rem;
}
.foot-1 .ri {
  width: 10rem;
}
.foot-1 .text {
  color: #fff;
  line-height: 1.2857142857;
  margin-top: 0.24rem;
}
.foot-1 .t1 {
  margin-bottom: 0.1rem;
}
.foot-1 .t2 {
  margin-bottom: 0.08rem;
}
.foot-1 .shares {
  margin-top: 0.44rem;
}
.foot-1 .form {
  display: flex;
  align-items: center;
  color: #fff;
}
.foot-1 .form .inp {
  position: relative;
  margin-left: 0.16rem;
}
.foot-1 .form .ip {
  width: 3.8rem;
  height: 0.48rem;
  min-height: 40px;
  background-color: #292929;
  color: #fff;
  padding: 0 0.16rem;
  border-radius: 8px;
  border: 1px solid #444;
}
.foot-1 .form .ip::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.foot-1 .form .ip::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.foot-1 .form .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background-color: #fff;
  color: #222;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-1 .le {
    width: 100%;
    text-align: center;
  }
  .foot-1 .text {
    width: 100%;
    text-align: center;
    border: none;
  }
  .foot-1 .form {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .foot-1 .form .inp {
    flex-grow: 1;
  }
  .foot-1 .form .ip {
    width: 100%;
  }
  .foot-1 .shares {
    width: 100%;
    justify-content: center;
    margin-top: 0.2rem;
  }
  .foot-1 .shares .si {
    margin: 0.1rem;
  }
  .foot-1 .code {
    width: 2rem;
    margin: 0 auto;
  }
}

.foot-2 {
  padding-top: 0.56rem;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 2;
  color: #fff;
}
.foot-2 .ul .li {
  margin-bottom: 0.36rem;
}
.foot-2 .ul .li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .foot-2 {
    display: none;
  }
  .foot-2 .box {
    flex-wrap: wrap;
    text-align: center;
  }
}

.foot-3 {
  line-height: 2;
  position: relative;
}
.foot-3 .box {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.24rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.foot-3 .ri {
  text-align: right;
}
.foot-3 .te {
  margin-top: 0.12rem;
}
.foot-3 .href a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .foot-3 .box {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .foot-3 .href {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .foot-3 .shares {
    width: 100%;
    order: 1;
  }
}

.foot-btn {
  position: absolute;
  bottom: 100%;
  right: 0.2rem;
  width: 0.46rem;
  height: 0.46rem;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: 30.4347826087% auto;
  background-position: center;
  background-color: #f7b10b;
  cursor: pointer;
  z-index: 90;
}

.ft-link {
  position: relative;
}
.ft-link .fk-tip {
  padding: 0 0.2rem;
  line-height: 3em;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ft-link .fk-tip::before {
  content: "";
  border-top: 0.05rem solid rgba(255, 255, 255, 0.8);
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.ft-link .fk-sub {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
.ft-link .fk-item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0.05rem 0.2rem;
  line-height: 2;
}


.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0.56rem;
  transform: translateY(-50%);
  z-index: 60;
  border-radius: 1rem;
}
.md-sideNav .sn_i {
  position: relative;
  margin-bottom: 0.08rem;
}
.md-sideNav .sn_i:last-child {
  margin-bottom: 0;
}
.md-sideNav .sn_i:hover .hd {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.md-sideNav .sn_i:hover .hd .ic {
  filter: none;
}
.md-sideNav .sn_i:hover .ht {
  color: #fff;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav #nform0.show .bd {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
  transition: all 0.5s;
}
.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.06rem;
  cursor: pointer;
  background-color: #f7b10b;
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
}
.md-sideNav .hd .i2 {
  display: none;
}
.md-sideNav .hd .ht {
  margin-top: 0.07rem;
}
.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.12rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md-sideNav .b_box {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}
.md-sideNav .ph {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.15rem;
  line-height: 1.5;
}
.md-sideNav .wx {
  padding: 0.1rem;
  text-align: center;
}
.md-sideNav .wx .d1 {
  line-height: 1.8;
}
.md-sideNav .wx .img {
  display: block;
  width: 1rem;
  min-width: 100px;
  max-width: none;
}
.md-sideNav #goTop {
  display: none;
}
.md-sideNav #goTop.show {
  display: block;
}
@media screen and (max-width: 1200px) {
  .md-sideNav .hd .ht {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .md-sideNav {
    display: none;
  }
  .md-sideNav .wx {
    width: 2rem;
  }
}

@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes sp100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.com-form .cf-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-form .fi {
  width: 4rem;
  margin-bottom: 0.2rem;
  margin: 0 0.1rem;
}
.com-form .fi:last-child {
  margin-bottom: 0;
}
.com-form .ww100 {
  width: 100%;
  margin-right: 0;
}
.com-form .ft {
  color: #222;
}
.com-form .inp {
  position: relative;
}
.com-form .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 36px;
  padding: 0 0.2rem;
  padding-right: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
}
.com-form .ip::-moz-placeholder {
  color: #999;
}
.com-form .ip::placeholder {
  color: #999;
}
.com-form .ta {
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 0.2rem 0.24rem;
  border: 1px solid #e5e5e5;
}
.com-form .code {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.com-form .cf-btns {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}
.com-form .btn {
  background-color: #fff;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-mag2.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.com-form .sel {
  position: relative;
}
.com-form .sel.show .select-sub {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.com-form .select-ip {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.5rem;
  min-height: 36px;
  box-shadow: 0 0 0 1px inset #ccc;
  position: relative;
  z-index: 50;
  border-radius: 0.1rem;
  cursor: pointer;
}
.com-form .select-ip .select-te {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-form .select-ip .select-ic {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}
.com-form .select-ip .select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
}
.com-form .select-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.com-form .select-cont {
  max-height: 2rem;
  overflow-y: auto;
  border-radius: 0.1rem;
  box-shadow: 0 3px 0.16rem rgba(0, 0, 0, 0.08);
}
.com-form .select-item {
  padding: 0.15rem 0.2rem;
  background-color: #f6f6f6;
  cursor: pointer;
}
.com-form .select-item:hover {
  background-color: #f7b10b;
  color: #fff;
}
.com-form .sel-ic {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
.com-form .search-ic {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
@media (max-width: 768px) {
  .com-form .fi {
    width: 100%;
    margin: 10px 0;
  }
}

.search-0 .bg {
  position: relative;
  padding-top: 34.375%;
}
.search-0 .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
}
.search-0 .d1 {
  color: #fff;
  font-weight: bold;
}
.search-0 .inp {
  position: relative;
  width: 5.3rem;
  margin-top: 0.25rem;
}
.search-0 .ip {
  width: 100%;
  height: 0.48rem;
  background-color: #fff;
  border: none;
  padding: 0 0.2rem;
  border-radius: 8px;
}
.search-0 .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 0.3rem;
  background-color: #f7b10b;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}

.search-1 {
  padding-top: 0.28rem;
}
.search-1 .com-tt {
  margin-top: 0.78rem;
}
.search-1 .form {
  margin-top: 0.35rem;
}
.search-1 .inp {
  width: 10rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.search-1 .ip {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  border: none;
  border-radius: 0.1rem;
  color: #333;
  background-color: whitesmoke;
}
.search-1 input[type=search] {
  -webkit-appearance: none;
}
.search-1 input::-webkit-search-cancel-button {
  display: none;
}
.search-1 .btn {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon-mag2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-1 .tags {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.search-1 .ti {
  padding: 0.2rem 0;
  position: relative;
  margin-right: 1.6rem;
  color: #666;
}
.search-1 .ti:last-child {
  margin-right: 0;
}
.search-1 .ti:hover {
  color: #f7b10b;
}
.search-1 .ti.on {
  color: #f7b10b;
  font-weight: 600;
}
.search-1 .ti.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #f7b10b;
}
@media (max-width: 768px) {
  .search-1 .ti {
    margin: 0 0.2rem;
  }
}

.search-2 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.search-2 .h2 {
  font-weight: 600;
}
.search-2 .pitem {
  margin-bottom: 0.67rem;
}
.search-2 .pitem:last-child {
  margin-bottom: 0;
}
.search-2 .mores {
  text-align: center;
}
.search-2 .more {
  display: inline-block;
  line-height: 3;
  padding: 0 0.48rem;
  background-color: #f7b10b;
  color: #fff;
  cursor: pointer;
  border-radius: 1rem;
}
.bgsize {
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.ho-nav {
  position: fixed;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.ho-nav.ho1 .ic::before {
  box-shadow: 0 0 0 2px white inset;
}
.ho-nav a {
  display: block;
}
.ho-nav .ni {
  margin: 0.2rem 0;
  cursor: pointer;
}
.ho-nav .ni.active .ic {
  background-color: #f7b10b;
}
.ho-nav .ni.active .ic::before {
  box-shadow: 0 0 0 1px white inset !important;
}
.ho-nav .ni .sp {
  width: 1em;
  display: none;
}
.ho-nav .ic {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
}
.ho-nav .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5);
  transform-origin: center;
  box-shadow: 0 0 0 1px #999999 inset;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .ho-nav {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
  }
}
@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ho-ban {
  position: relative;
  overflow: hidden;
}
.ho-ban .ho_sw {
  overflow: hidden;
}
.ho-ban .ho_sw .img {
  position: relative;
  padding-top: calc(820 / 1920 * 100%);
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
}
.ho-ban .ho_sw .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.ho-ban .ho_sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 49%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
}
.ho-ban .ho_sw .d1 {
  line-height: 1;
}
.ho-ban .ho_sw .d2 {
  margin-top: 0.27rem;
  line-height: 1.625;
}
.ho-ban .ho_sw .cpa {
  display: inline-flex;
  box-shadow: 0 0 0 2px inset #fff;
  line-height: 1;
  border-radius: 1rem;
  color: #fff;
  padding: 0.2rem 0.24rem;
  border-radius: 1rem;
  min-width: 2.2rem;
}
.ho-ban .ho_sw .ic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ho-ban .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.ho-ban .swiper-pagination {
  bottom: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ho-ban .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 0.05rem;
  opacity: 1;
  position: relative;
}
.ho-ban .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(20%);
  transform-origin: center;
}
.ho-ban .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 1px inset #fff;
}
.ho-ban .ho_bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  color: #fff;
  line-height: 1;
}
.ho-ban .mouse {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translate(-50%);
  z-index: 30;
  text-align: center;
  color: #fff;
}
.ho-ban .mouse .ani {
  animation: jump 1s linear infinite;
}
.ho-ban .mouse img {
  width: 1em;
  margin-bottom: 0.12rem;
}
.ho-ban .anim::after {
  animation: indicator-loading 4.5s linear forwards;
}
.ho-ban .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 0.45rem;
  z-index: 30;
}
.ho-ban .sbtn {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  filter: brightness(0) invert(1);
}
.ho-ban .sbtn:hover {
  filter: none;
}
.ho-ban .prev {
  background-image: url(../images/b3.png);
}
.ho-ban .next {
  background-image: url(../images/b4.png);
}
.ho-ban .num {
  margin: 0 0.25rem;
}
.ho-ban .nums {
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
.ho-ban .nums .num1 {
  color: #fff;
}
.ho-ban svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  transform-origin: top left;
}
.ho-ban svg circle {
  transform: rotate(-90deg);
  transform-origin: center;
}
.ho-ban .pag {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  z-index: 30;
}
.ho-ban .pi {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
}
.ho-ban .pi.on {
  color: white;
}
.ho-ban .pi.on .line {
  display: block;
}
.ho-ban .pi.on .line::after {
  animation: wd 4.5s linear;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .ho-ban .mouse {
    opacity: 0;
  }
  .ho-ban .ho_sw .d1 {
    font-size: 24px;
  }
  .ho-ban .ho_sw .d2 {
    display: none;
  }
  .ho-ban .ho_sw .tbtn {
    padding-bottom: 0;
  }
  .ho-ban .btns {
    right: 2%;
  }
}
@media (max-width: 500px) {
  .ho-ban .ho_sw .d1 {
    font-size: 20px;
  }
  .ho-ban .btns {
    display: none;
  }
}

@keyframes circleLoad {
  0% {
    stroke-dashoffset: 188.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes indicator-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.home-0 .sw {
  position: relative;
  overflow: hidden;
  min-height: 43.75vw;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.home-0 .img {
  display: block;
  position: relative;
}
.home-0 .swiper-slide-active .txt {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s 0.5s, transform 0.5s;
}
.home-0 .text {
  color: #666;
  text-align: center;
}
.home-0 .txt {
  position: relative;
  opacity: 0;
}
.home-0 .d1 {
  color: #000;
}
.home-0 .msp {
  display: inline-block;
  background-image: linear-gradient(235deg, #14eaeb 0%, #155fec 100%), linear-gradient(90deg, #1dcec2 0%, #0f5dec 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.home-0 .d1 {
  font-weight: bold;
}
.home-0 .d2 {
  margin-top: 0.32rem;
  margin-bottom: 0.6rem;
  font-weight: bold;
}
.home-0 .swiper-pagination {
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-0 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  opacity: 1;
  margin: 0 0.05rem;
  border-radius: 0%;
  transition: all 0.3s;
  background-color: transparent;
  position: relative;
  background-color: white;
}
.home-0 .swiper-pagination-bullet-active {
  background-color: #f7b10b;
}
.home-0 .sbtn {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-size: 11.4285714286% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.home-0 .sbtn::after {
  display: none;
}
.home-0 .sbtn:hover {
  background-color: #f7b10b;
}
.home-0 .prev {
  left: 0.5rem;
  background-image: url(../images/icon-p11.png);
}
.home-0 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.home-0 .next {
  right: 0.5rem;
  background-image: url(../images/icon-p21.png);
}
.home-0 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media screen and (max-width: 768px) {
  .home-0 .sw {
    padding: 2rem 0;
  }
}

.news-0 {
  padding-top: 1.2rem;
}
.news-0 .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}
.news-0 .box:hover .img img {
  transform: scale(1.1);
}
.news-0 .swiper1 {
  width: 43.5897435897%;
}
.news-0 .swiper1 .swiper-container {
  height: 100%;
}
.news-0 .img {
  position: relative;
  padding-top: 61.7647058824%;
  height: 100%;
}
.news-0 .swiper2 {
  width: 56.4102564103%;
  position: relative;
  z-index: 5;
}
.news-0 .sw2 {
  padding: 0.78rem 0.7rem 0.3rem;
  height: 100%;
}
.news-0 .sw2:hover .h3 {
  color: #f7b10b;
}
.news-0 .d1 {
  color: #666;
}
.news-0 .h3 {
  font-weight: 600;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-0 .line {
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 0.3rem;
  margin-bottom: 0.32rem;
}
.news-0 .time {
  display: inline-flex;
  align-items: center;
  margin-top: 0.34rem;
  color: #999;
}
.news-0 .tic {
  width: 0.8571428571em;
  height: 0.8571428571em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
.news-0 .d2 {
  color: #999;
  line-height: 2.1428571429;
  height: 6.4285714286em;
  margin-top: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-0 .d3 {
  margin-top: 0.53rem;
}
.news-0 .btn {
  display: inline-flex;
  align-items: center;
  padding: 0.11rem;
  padding-left: 0.35rem;
  line-height: 1;
  color: #fff;
  background-color: #f7b10b;
  border-radius: 1rem;
}
.news-0 .ic {
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 0.3rem;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: 39.2857142857% auto;
  background-position: center;
}
.news-0 .swiper-pagination {
  width: auto;
  left: auto;
  bottom: 0.65rem;
  right: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-0 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ddd;
  opacity: 1;
  margin-left: 0.1rem;
}
.news-0 .swiper-pagination-bullet-active {
  background-color: #f7b10b;
}
@media (max-width: 768px) {
  .news-0 .box {
    display: block;
  }
  .news-0 .swiper1 {
    width: 100%;
    position: static;
  }
  .news-0 .swiper2 {
    width: 100%;
  }
}

.news-big {
  position: relative;
  padding-top: 0.48rem;
}
.news-big .swiper {
  position: relative;
  background-color: #fff;
}
.news-big .aa {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news-big .aa:hover .img img {
  transform: scale(1.05);
}
.news-big .aa:hover .h3 {
  color: #f7b10b;
}
.news-big .imgs {
  width: 50%;
}
.news-big .img {
  position: relative;
  padding-top: 62.7906976744%;
  height: 100%;
  overflow: hidden;
}
.news-big .text {
  width: 50%;
  padding: 0.2rem;
  padding-left: 0.95rem;
  padding-right: 0.85rem;
  display: flex;
  align-items: center;
}
.news-big .time {
  color: #f7b10b;
}
.news-big .h3 {
  line-height: 1.4;
  font-weight: 600;
  transition: color 0.3s;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-big .d2 {
  line-height: 1.875;
  margin-top: 0.32rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-big .btn {
  display: inline-block;
  padding: 0 0.38rem;
  line-height: 0.6rem;
  color: #fff;
  border-radius: 1rem;
  margin-top: 0.72rem;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%), linear-gradient(#ffffff, #ffffff);
}
.news-big .sbtn {
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  background-size: 26% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 30;
}
.news-big .sbtn:hover {
  background-color: #f7b10b;
}
.news-big .prev {
  left: 0;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon-11.png);
}
.news-big .prev:hover {
  background-image: url(../images/icon-12.png);
}
.news-big .next {
  right: 0;
  transform: translate(50%, -50%);
  background-image: url(../images/icon-13.png);
}
.news-big .next:hover {
  background-image: url(../images/icon-14.png);
}
@media screen and (max-width: 768px) {
  .news-big {
    flex-wrap: wrap;
  }
  .news-big .imgs {
    width: 100%;
  }
  .news-big .text {
    width: 100%;
    padding: 20px;
  }
  .news-big .swiper-pagination {
    opacity: 0;
  }
  .news-big .h3 {
    width: 100%;
  }
}

.news-swiper .sw {
  display: flex;
  flex-wrap: wrap;
}
.news-swiper .sw:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news-swiper .sw:hover .h3 {
  color: #f7b10b;
  transition: all 0.3s;
}
.news-swiper .sw:hover .btn {
  background-color: #f7b10b;
  transition: all 0.3s;
}
.news-swiper .imgs {
  width: 50%;
}
.news-swiper .img {
  position: relative;
  padding-top: 56.2857142857%;
  height: 100%;
  overflow: hidden;
}
.news-swiper .text {
  width: 50%;
  padding: 0.2rem 0.9rem;
  display: flex;
  align-items: center;
}
.news-swiper .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #999;
}
.news-swiper .time .ic1 {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.news-swiper .h3 {
  line-height: 1.3846153846;
  color: #333;
  margin-top: 0.2rem;
  font-weight: 600;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-swiper .d2 {
  line-height: 1.875;
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-swiper .d3 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #666;
  transition: all 0.3s;
}
.news-swiper .d3 .ic2 {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.news-swiper .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .news-swiper .imgs {
    width: 100%;
  }
  .news-swiper .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.news-1 {
  padding-top: 0.95rem;
  padding-bottom: 1.2rem;
}
.news-list {
  margin-bottom: 0.2rem;
}
.news-list .li {
  width: calc(440 / 1400 * 100%);
  margin-right: calc(40 / 1400 * 100%);
  margin-bottom: 0.4rem;
}
.news-list .li:nth-child(3n) {
  margin-right: 0;
}
.news-list .dd {
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}
.news-list .dd:hover {
  background-color: #f7b10b;
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .text {
  filter: brightness(0) invert(1);
}
.news-list .img {
  position: relative;
  padding-top: calc(280 / 440 * 100%);
}
.news-list .text {
  padding: 0.27rem 0.3rem 0.32rem;
  transition: all 0.3s;
}
.news-list .time {
  color: #666;
}
.news-list .h3 {
  line-height: 1.25;
  height: 3.75em;
  margin-top: 0.21rem;
  transition: color 0.3s;
}
.news-list .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #f7b10b;
  margin-top: 0.33rem;
}
.news-list .ic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
@media (min-width: 769px) {
  .news-list .li:nth-child(3n) {
    transition-delay: 0.6s;
  }
  .news-list .li:nth-child(3n-1) {
    transition-delay: 0.3s;
  }
}
@media (max-width: 768px) {
  .news-list {
    justify-content: space-between;
  }
  .news-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .news-list .text {
    padding: 0.2rem;
  }
}

.news-2 {
  padding-top: 0.8rem;
  padding-bottom: 1.05rem;
}

.news-det {
  overflow: hidden;
}

.news-page {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .news-page .news-11 {
    width: 100%;
    order: 1;
  }
  .news-page .news-12 {
    width: 100%;
    padding-top: 0.5rem;
    order: 2;
    padding-right: 0;
  }
}

.news-11 {
  width: 74.2857142857%;
}
.news-12 {
  width: 23.5714285714%;
}
.news-12 .shares {
  margin-top: 0.38rem;
}
.news-12 .shares .slist {
  margin-top: 0.14rem;
}
.news-12 .shares .si {
  position: relative;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.news-12 .shares .si:hover .hd {
  background-color: #f7b10b;
}
.news-12 .shares .si:hover .hi {
  filter: brightness(0) invert(1);
}
.news-12 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.news-12 .shares .hd {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.3);
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.news-12 .shares .hi {
  height: 45%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.news-12 .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.1rem;
  z-index: 30;
}
.news-12 .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.news-12 .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}

.news-13 {
  padding-top: 1.08rem;
  padding-bottom: 1.35rem;
  background-color: #f8f8f8;
}
.news-13 .swiper {
  margin-top: 0.66rem;
}
.news-13 .sw {
  height: auto;
}
.news-13 .sw:hover .img img {
  transform: scale(1.1);
}
.news-13 .sw:hover .h3 {
  color: #f7b10b;
}
.news-13 .img {
  position: relative;
  padding-top: 62.3869801085%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news-13 .text {
  padding: 0 0.1rem;
  margin-top: 0.19rem;
}
.news-13 .h3 {
  line-height: 1.4285714286;
  height: 2.8571428571em;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-13 .time {
  color: #666;
  margin-top: 0.18rem;
}

.det-top {
  padding-top: 0.54rem;
  padding-bottom: 0.4rem;
}
.det-top .d11 {
  margin-bottom: 0.2rem;
}
.det-top .h1 {
  line-height: 1.25;
  color: #000;
}
.det-top .tops {
  display: flex;
  justify-content: center;
  margin-top: 0.26rem;
}
.det-top .dt_2 {
  margin-top: 0.18rem;
  text-align: center;
}
.det-top .dt_2 .di {
  display: inline-block;
  margin: 0 0.1rem;
}
.det-top .le {
  color: #999;
  display: flex;
  flex-wrap: wrap;
}
.det-top .ti {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-right: 0.3rem;
}
.det-top .ti img {
  height: 1em;
  margin-right: 0.1rem;
}
.det-top .times {
  display: flex;
  align-items: center;
  color: #000;
}
.det-top .times .tag {
  padding: 0 0.07rem;
  background-color: #f7b10b;
  color: #fff;
  line-height: 1.625;
  margin-right: 0.13rem;
}
.det-top .time {
  color: #666;
  margin-top: 0.32rem;
}
.det-top .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
  line-height: 1;
}
.det-top .shares {
  display: flex;
  align-items: center;
  color: #666;
  margin-left: 0.5rem;
}
.det-top .shares .sp {
  margin-right: 0.2rem;
}
.det-top .shares .si {
  margin-right: 1em;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.det-top .shares .si:hover .i1 {
  display: none;
}
.det-top .shares .si:hover .i2 {
  display: block;
  filter: none;
}
.det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.det-top .shares .hd {
  display: inline-flex;
  align-items: center;
}
.det-top .shares .hd > img {
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.det-top .shares .i2 {
  filter: brightness(0) invert(0.5);
}
.det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.det-top .shares .bd .code {
  width: 1rem;
  max-width: none;
}
.det-top .back {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  color: #666;
  transition: color 0.3s;
}
.det-top .back:hover {
  color: #f7b10b;
  transition: color 0.3s;
}
.det-top .back .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.det-top .back img {
  margin-left: 0.1rem;
}
@media screen and (max-width: 768px) {
  .det-top .shares {
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-top: 0.2rem;
  }
  .det-top .from {
    display: none;
  }
  .det-top .back {
    margin-top: 0.3rem;
  }
  .det-top .tops {
    flex-wrap: wrap;
  }
  .det-top .time {
    width: 100%;
    text-align: center;
  }
}

.det-cen {
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding-top: 0.44rem;
  padding-bottom: 0.66rem;
  line-height: 1.875;
}

.det-bot {
  margin-top: 0.3rem;
  padding: 0.25rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.det-bot .det_pag {
  border-top: 1px solid #e8e8e8;
}
.det-bot .det_pag ul {
  display: flex;
  flex-wrap: wrap;
}
.det-bot .det_pag li {
  width: 50%;
  border-right: 1px solid #e8e8e8;
  padding: 0.56rem 0;
  padding-left: 2rem;
}
.det-bot .det_pag li:last-child {
  padding-right: 2rem;
  border-right: none;
}
.det-bot .det_pag a {
  width: 100%;
  color: #111;
  font-weight: 500;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.det-bot .det_pag a:hover {
  color: #f7b10b;
}
.det-bot .det_pag a:hover .i1 {
  display: none;
}
.det-bot .det_pag a:hover .i2 {
  display: block;
}
.det-bot .det_pag .prev {
  padding-right: 0.9rem;
}
.det-bot .det_pag .prev .icon {
  margin-right: 0.4rem;
}
.det-bot .det_pag .next {
  padding-left: 0.9rem;
}
.det-bot .det_pag .next .icon {
  margin-left: 0.4rem;
}
.det-bot .det_pag .icon {
  display: inline-flex;
  align-items: center;
}
.det-bot .det_pag span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.det-bot .det_pag .i2 {
  display: none;
}
.det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 3.375;
  padding: 0 0.48rem;
  background-color: #f7b10b;
  color: #fff;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det-bot .db_btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.48rem;
}
.det-bot .db_btn:hover {
  background-color: #e72416;
}
.det-bot .det_ul {
  line-height: 2.25;
}
.det-bot .det_ul a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.det-bot .det_ul a:hover {
  color: #f7b10b;
  transition: all 0.3s;
}
.det-bot .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.4rem;
  color: #fff;
  background-color: #f7b10b;
  transition: all 0.3s;
}
.det-bot .btn:hover {
  box-shadow: 0 0 0.1rem rgba(247, 177, 11, 0.5);
}
.det-bot .btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.det-bot .db_ul2 {
  display: flex;
  justify-content: space-between;
}
.det-bot .db_ul2 .ua {
  display: inline-flex;
  align-items: flex-end;
  width: 50%;
}
.det-bot .db_ul2 .ua:hover .t2 {
  color: #f7b10b;
}
.det-bot .db_ul2 .next {
  flex-direction: row-reverse;
  text-align: right;
}
.det-bot .db_ul2 .imgs {
  width: 2.1rem;
  flex-shrink: 0;
}
.det-bot .db_ul2 .img {
  position: relative;
  padding-top: 60%;
}
.det-bot .db_ul2 .text {
  padding: 0 0.3rem;
  flex-grow: 1;
}
.det-bot .db_ul2 .t1 {
  color: #333;
}
.det-bot .db_ul2 .t2 {
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .det-bot {
    flex-wrap: wrap;
  }
  .det-bot .det_pag li {
    width: 100%;
    padding: 20px 20px !important;
    text-align: left !important;
  }
  .det-bot .det_pag .icon {
    display: none;
  }
  .det-bot .db_btn {
    margin-top: 15px;
  }
  .det-bot .btn {
    margin-top: 20px;
  }
  .det-bot .db_ul2 {
    flex-wrap: wrap;
  }
  .det-bot .db_ul2 .ua {
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    margin: 0.1rem 0;
  }
  .det-bot .db_ul2 .next {
    flex-direction: row;
    text-align: left;
  }
  .det-bot .db_ul2 .imgs {
    width: 2.1rem;
    flex-shrink: 0;
  }
  .det-bot .db_ul2 .img {
    position: relative;
    padding-top: 60%;
  }
  .det-bot .db_ul2 .text {
    padding: 0 0.3rem;
    flex-grow: 1;
  }
  .det-bot .db_ul2 .t1 {
    color: #333;
  }
  .det-bot .db_ul2 .t2 {
    color: #666;
    line-height: 1.5;
    height: 3em;
    margin-top: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.det-shares {
  display: flex;
  justify-content: center;
  align-items: center;
}
.det-shares .line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.det-shares .shares {
  flex-shrink: 0;
  display: flex;
  padding: 0 0.3rem;
}
.det-shares .si {
  margin: 0 0.1rem;
}
.det-shares .si:hover .hd {
  opacity: 0.6;
}
.det-shares .hd {
  display: inline-flex;
}
.det-shares .hi {
  height: 0.25rem;
}

.det-backs.cent {
  text-align: center;
}
.det-backs .back {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0 0.46rem;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%);
  color: #fff;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .det-backs {
    display: none;
  }
}

.det-pag {
  background-color: #fff;
  padding-top: 0.6rem;
}
.det-pag .pa {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all 0.3s;
}
.det-pag .pa:hover .btn {
  background-color: #f7b10b;
}
.det-pag .pa:hover .btn1 {
  background-image: url(../images/a8.png);
}
.det-pag .pa:hover .btn2 {
  background-image: url(../images/a10.png);
}
.det-pag .ic {
  margin: 0 0.4rem;
}
.det-pag .sp {
  margin: 0 0.2rem;
}
.det-pag .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: 10.7142857143% auto;
  background-position: center;
  transition: all 0.3s;
}
.det-pag .btn1 {
  background-image: url(../images/a7.png);
}
.det-pag .btn2 {
  background-image: url(../images/a9.png);
}
@media (max-width: 768px) {
  .det-pag {
    flex-wrap: wrap;
  }
  .det-pag .pa {
    width: 50%;
  }
  .det-pag .back {
    width: 100%;
    order: 3;
  }
}

.db_ul .ua {
  line-height: 2.3571428571;
  color: #333;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.db_ul .ua:hover {
  color: #f7b10b;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .db_ul {
    width: 100%;
  }
}

.det_tags {
  padding: 0.42rem 0.3rem;
  padding-bottom: 0.32rem;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  line-height: 2.125;
}
.det_tags .sp {
  margin-right: 0.2rem;
}
.det_tags .aa {
  padding: 0 0.2rem;
  border-radius: 0 0.2rem 0 0.2rem;
  box-shadow: 0 0 0 1px inset #d0d0d1;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.det_tags .aa:hover {
  background-color: #f7b10b;
  color: #fff;
  box-shadow: none;
}

.cr_t {
  font-weight: 600;
}

.cr-list .li {
  margin-bottom: 0.4rem;
}
.cr-list .li:last-child {
  margin-bottom: 0;
}
.cr-list .aa {
  text-align: center;
}
.cr-list .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list .imgs {
  width: 31.1111111111%;
}
.cr-list .img {
  padding-top: 50%;
  margin-top: 0.28rem;
}
.cr-list .text {
  width: 62.2222222222%;
}
.cr-list .d1 {
  color: #000;
  opacity: 0.6;
}
.cr-list1 .ul {
  margin-top: 0.25rem;
}
.cr-list1 .li {
  margin-bottom: 0.3rem;
}
.cr-list1 .li:last-child {
  margin-bottom: 0;
}
.cr-list1 .aa {
  display: flex;
  justify-content: space-between;
}
.cr-list1 .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list1 .imgs {
  width: 36.3636363636%;
}
.cr-list1 .img {
  padding-top: 83.3333333333%;
}
.cr-list1 .text {
  width: 63.6363636364%;
  padding-left: 0.3rem;
  padding-top: 0.07rem;
}
.cr-list1 .h3 {
  line-height: 1.25;
  letter-spacing: -1px;
}
.cr-list1 .time {
  color: #666;
  margin-top: 0.13rem;
}
.cr-list2 {
  margin-top: 0.28rem;
  margin-bottom: 0.8rem;
}
.cr-list2 .tit {
  font-weight: bold;
}
.cr-list2 .ul {
  margin-top: 0.4rem;
}
.cr-list2 .li {
  margin-bottom: 0.56rem;
}
.cr-list2 .li:last-child {
  margin-bottom: 0;
}
.cr-list2 .aa {
  display: block;
}
.cr-list2 .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list2 .aa:hover .h3 {
  color: #f7b10b;
}
.cr-list2 .aa:hover .btns {
  opacity: 1;
}
.cr-list2 .top {
  position: relative;
}
.cr-list2 .img {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 1px #eee;
}
.cr-list2 .bot {
  display: block;
  padding-top: 0.26rem;
}
.cr-list2 .h3 {
  font-weight: 600;
  transition: all 0.3s;
}
.cr-list2 .d2 {
  margin-top: 0.16rem;
  color: #666;
}
.cr-list2 .d3 {
  margin-top: 0.25rem;
  color: #f7b10b;
}
.cr-list2 .btns {
  position: absolute;
  bottom: 0.35rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.cr-list2 .btn1 {
  width: 1.8rem;
  height: 0.6rem;
  padding: 0 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
}
.cr-list2 .btn2 {
  margin-left: 0.1rem;
  cursor: pointer;
}
.cr-list2 .btn2 img {
  height: 0.6rem;
}
@media screen and (max-width: 768px) {
  .cr-list2 .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cr-list2 .li {
    width: 48%;
  }
}

.com-news {
  padding-top: 0.56rem;
  padding-bottom: 1.3rem;
}
.com-news .tit {
  color: #f7b10b;
}
.com-news .swiper {
  margin-top: 0.57rem;
}
.com-news .sw {
  height: auto;
  background-color: #f5f5f5;
}
.com-news .sw:hover .img img {
  transform: scale(1.1);
}
.com-news .sw:hover .h3 {
  color: #f7b10b;
}
.com-news .img {
  position: relative;
  padding-top: 70.2564102564%;
  overflow: hidden;
}
.com-news .text {
  padding: 0.25rem 0.2rem;
}
.com-news .h3 {
  line-height: 1.5555555556;
  height: 3.1111111111em;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.com-news .d2 {
  text-align: right;
  margin-top: 0.24rem;
}
.com-news .d2 .sp2 {
  color: #666;
}
.com-news .d2 .time {
  color: #666;
}
.com-news .sbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
  z-index: 30;
  cursor: pointer;
  opacity: 0;
}
.com-news .sbtn:hover {
  background-color: #f7b10b;
}
.com-news .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.com-news .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-news .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.com-news .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (max-width: 768px) {
  .com-news .sbtn {
    opacity: 1;
  }
}

.com-pages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com-pages .com-le {
  width: 63.75%;
}
.com-pages .com-ri {
  width: 31.25%;
}
@media screen and (max-width: 768px) {
  .com-pages {
    flex-wrap: wrap;
  }
  .com-pages .com-le {
    width: 100%;
  }
  .com-pages .com-ri {
    width: 100%;
    padding-top: 0.5rem;
  }
}

.det-page {
  padding-top: 0.6rem;
  padding-bottom: 1.1rem;
}

.dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
}

.form-dialog {
  display: none;
}
.form-dialog.show {
  display: block;
}
.form-dialog .dlg-cont {
  width: 6rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.form-dialog .off {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
  cursor: pointer;
}
.form-dialog .off:hover {
  background-color: #fff;
}
.form-dialog .form {
  padding: 0.6rem;
}
.form-dialog .tit {
  text-align: center;
}
.form-dialog .t1 {
  font-weight: bold;
}
.form-dialog .t2 {
  color: #666;
  margin-top: 0.18rem;
}
.form-dialog .fbox {
  margin-top: 0.27rem;
}
.form-dialog .fitem {
  width: 100%;
  margin-bottom: 0.2rem;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.6rem;
  min-height: 30px;
  padding: 0 0.2rem;
  background-color: #f7f7f7;
  border: none;
}
.form-dialog .ta {
  width: 100%;
  height: 1.2rem;
  min-height: 100px;
  border: none;
  padding: 0.2rem;
  background-color: #f7f7f7;
}
.form-dialog .code {
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}
.form-dialog .tip {
  color: #999;
}
.form-dialog .btns {
  margin-top: 0.3rem;
}
.form-dialog .submit {
  width: 100%;
  height: 0.6rem;
  border: none;
  background-color: #f7b10b;
  color: #fff;
  border-radius: 1rem;
  cursor: pointer;
}
.form-dialog .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #444;
  cursor: pointer;
  margin-right: 0.12rem;
  margin-bottom: 0.16rem;
  font-weight: 300;
}
.form-dialog .lab.selected .ic {
  box-shadow: 0 0 0 1px #222;
}
.form-dialog .lab.selected .ic::before {
  content: "";
  width: 0.7142857143em;
  height: 0.7142857143em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  border-radius: 3px;
}
.form-dialog .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #999;
  flex-shrink: 0;
  border-radius: 3px;
  margin-right: 0.4em;
  position: relative;
}
.form-dialog .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
@media (max-width: 768px) {
  .form-dialog .form {
    padding: 0.3rem;
  }
  .form-dialog .fi {
    width: 100%;
  }
  .form-dialog .btns {
    text-align: center;
  }
}

.com-tags .cti {
  display: inline-block;
  margin-right: 0.4rem;
}
.com-tags .cta {
  display: block;
  position: relative;
  padding: 0.2rem 0;
}
.com-tags .cta:hover {
  color: #f7b10b;
}
.com-tags .cta.on {
  color: #f7b10b;
  font-weight: bold;
}
.com-tags .cta.on::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f7b10b;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.my-select {
  width: 100%;
  position: relative;
}
.my-select.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-select .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  min-height: 40px;
  cursor: pointer;
  color: #999;
  background-color: #fff;
  position: relative;
  padding: 0 0.2rem;
  border: 2px solid #d4d4d4;
  padding-right: 0.45rem !important;
}
.my-select .hd::before {
  content: "";
  width: 1.1em;
  height: 1em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.my-select .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-select .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-select .blist {
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-select .bitem {
  background-color: #fff;
  color: #333;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
}
.my-select .bitem:hover {
  background-color: #f1f4f9;
}
.my-select .bitem.selected {
  background-color: #f1f4f9;
}

.about-1 {
  padding-top: 0.8rem;
  padding-bottom: 0.2rem;
}
.about-1 .imgs {
  width: 50%;
}
.about-1 .text {
  width: 40%;
}
.about-1 .subtit {
  color: #000;
  margin-top: 0.27rem;
}
.about-1 .intro {
  color: #666;
  line-height: 2;
  margin-top: 0.17rem;
}
.about-1 .tbox {
  width: 100%;
}
.about-1 .img {
  padding-top: calc(520 / 700 * 100%);
}
.about-1 .watch {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .about-1 .box {
    margin-top: 0.5rem;
  }
  .about-1 .imgs {
    width: 100%;
  }
  .about-1 .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.about-2 {
  padding-top: 0.38rem;
  padding-bottom: 0.4rem;
}
.about-2 .nlist {
  position: relative;
  z-index: 3;
}
.about-2 .ni {
  color: #666;
  text-align: center;
  flex-shrink: 0;
}
.about-2 .si {
  flex-grow: 1;
  position: relative;
}
.about-2 .si::before {
  content: "";
  width: 1px;
  height: 0.4rem;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}
.about-2 .num {
  font-weight: bold;
  color: #333;
}
.about-2 .n12 {
  margin-top: 0.02rem;
}
@media (max-width: 768px) {
  .about-2 .nlist {
    flex-wrap: wrap;
  }
  .about-2 .ni {
    width: 50%;
    filter: none !important;
    padding: 2%;
  }
  .about-2 .si {
    display: none;
  }
}

.about-3 {
  padding-top: 0.42rem;
  padding-bottom: 0.18rem;
}
.about-3 .li {
  width: 49.2857142857%;
  margin-bottom: 0.2rem;
}
.about-3 .dd {
  cursor: pointer;
}
.about-3 .img {
  padding-top: 46.3768115942%;
}
.about-3 .img::before {
  content: "";
  width: 100%;
  height: 1.4rem;
  background-image: linear-gradient(180deg, rgba(247, 177, 11, 0) 0%, #f7b10b 100%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
.about-3 .bd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0.32rem 0.4rem;
  padding-right: 0.7rem;
  color: #fff;
  z-index: 3;
}
.about-3 .t1 {
  margin-bottom: 0.18rem;
}
.about-3 .t2 {
  line-height: 1.4285714286;
  display: none;
}
@media (min-width: 769px) {
  .about-3 .dd:hover .img::before {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .about-3 .li {
    width: 100%;
  }
  .about-3 .img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .about-3 .t2 {
    display: block !important;
  }
}

.about-4 {
  padding-top: 0.1rem;
  padding-bottom: 0.94rem;
}
.about-4 .swiper {
  margin-top: 0.26rem;
}
.about-4 .sw {
  height: auto;
  padding: 0 0.25rem;
  background-color: #f7f7f7;
}
.about-4 .ibox {
  position: relative;
  padding-top: calc(370 / 280 * 100%);
  cursor: pointer;
}
.about-4 .ii {
  width: 100%;
  height: 86.4864864865%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about-4 .text {
  border-top: 1px solid #ebebeb;
  padding: 0.2rem 0;
}
.about-4 .h3 {
  line-height: 1.1875;
}
.about-4 .sbtn {
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  .about-4 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.ho-tit .ht1 {
  display: flex;
  align-items: center;
  color: #f7b10b;
}
.ho-tit .hic {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #f7b10b;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: 66% auto;
  background-position: center;
  margin-right: 1em;
}
.ho-tit .ht2 {
  color: #000;
  margin-top: 0.09rem;
}
.ho-tit .ht3 {
  color: #666;
  line-height: 1.5625;
  width: 9.4rem;
  max-width: 100%;
  margin-top: 0.24rem;
}

.home-1 .mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.1rem;
  height: 100%;
  background-color: #f7b10b;
}
@media (max-width: 768px) {
  .home-1 .mask {
    display: none;
  }
}

.ho1-1 {
  padding-top: 1rem;
  padding-bottom: 0.36rem;
}
.ho1-1 .box {
  z-index: 2;
}
.ho1-1 .text {
  width: 40.7142857143%;
  padding-top: 0.19rem;
}
.ho1-1 .imgs {
  width: 50%;
}
.ho1-1 .img {
  padding-top: calc(520 / 700 * 100%);
  z-index: 3;
}
.ho1-1 .d1 {
  color: #000;
  margin-top: 0.26rem;
}
.ho1-1 .intro {
  line-height: 1.6875;
  color: #666;
  margin-top: 0.18rem;
}
.ho1-1 .btns {
  margin-top: 0.54rem;
}
.ho1-1 .aa {
  display: inline-block;
  background-color: #f7b10b;
  color: #fff;
  padding: 0 0.5rem;
  min-width: 2rem;
  text-align: center;
  line-height: 3.375;
  border-radius: 1rem;
  transition: all 0.3s;
}
.ho1-1 .aa:hover {
  background-color: #e72416;
}
.ho1-1 .yuan {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  left: 0;
  top: 0.7rem;
  transform: translate(-2.2rem, 0);
  pointer-events: none;
  z-index: 0;
}
.ho1-1 .yuan .yy {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/ho1_0.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: yy 5s linear infinite;
}
@media (max-width: 768px) {
  .ho1-1 .text {
    width: 100%;
  }
  .ho1-1 .imgs {
    width: 100%;
    margin-top: 0.3rem;
  }
}

@keyframes yy {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ho1-2 {
  padding-top: 0.34rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 100%);
}
.ho1-2 .nlist {
  position: relative;
  z-index: 3;
}
.ho1-2 .ni {
  color: #666;
  text-align: center;
  flex-shrink: 0;
}
.ho1-2 .ni:last-child {
  filter: brightness(0) invert(1);
}
.ho1-2 .si {
  flex-grow: 1;
  position: relative;
}
.ho1-2 .si::before {
  content: "";
  width: 1px;
  height: 0.4rem;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}
.ho1-2 .num {
  font-weight: bold;
  color: #333;
}
.ho1-2 .n12 {
  margin-top: 0.02rem;
}
@media (max-width: 768px) {
  .ho1-2 .nlist {
    flex-wrap: wrap;
  }
  .ho1-2 .ni {
    width: 50%;
    filter: none !important;
    padding: 2%;
  }
  .ho1-2 .si {
    display: none;
  }
}

.home-2 {
  padding-top: 1rem;
  padding-bottom: 0.4rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.home-2 .ht2,
.home-2 .ht3 {
  color: #fff;
}
.home-2 .more {
  display: inline-flex;
  line-height: 3.375;
  padding: 0 0.63rem;
  border-radius: 1rem;
  background-color: #f7b10b;
  color: #fff;
  transition: all 0.3s;
}
.home-2 .more:hover {
  background-color: #e72416;
}
.home-2 .pro-list {
  margin-top: 0.48rem;
}
.home-3 {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
.home-3 .ht3 {
  margin-top: 0.35rem;
}
.home-3 .app-list {
  margin-top: 0.45rem;
}
.home-4 {
  background-repeat: no-repeat;
}
.home-4 .box {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}
.home-4 .com-tt {
  color: #fff;
}
.home-4 .swiper {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 0.45rem;
}
.home-4 .swiper-container {
  overflow: visible;
}
.home-4 .sw {
  width: 16.6666666667%;
  text-align: center;
  height: auto;
  min-height: 3.25rem;
  padding: 0.2rem;
  padding-top: 1.1rem;
  transition: all 0.3s;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.home-4 .sw::before {
  content: "";
  width: 100%;
  height: calc(100% + 0.4rem);
  position: absolute;
  top: -0.2rem;
  left: 0;
  background-color: #f7b10b;
  z-index: -1;
  opacity: 0;
}
.home-4 .icon {
  display: inline-flex;
}
.home-4 .icon img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-4 .tit {
  margin-top: 0.14rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
.home-4 .te {
  margin-top: 0.27rem;
  line-height: 1.1578947368;
  max-height: 8.1052631579em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.home-4 .te::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.home-4 .te::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.home-4 .te::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #333;
}
@media (max-width: 1280px) {
  .home-4 .sw {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .home-4 .sw:hover {
    padding-top: 0.4rem;
  }
  .home-4 .sw:hover::before {
    opacity: 1;
  }
  .home-4 .sw:hover .te {
    overflow-y: auto;
    max-height: 8.1052631579em;
  }
}
@media (max-width: 768px) {
  .home-4 .sw {
    width: 50%;
    padding: 0.3rem 0.2rem;
  }
  .home-4 .te {
    max-height: none;
  }
}

.home-5 {
  padding-top: 0.9rem;
}
.home-5::before {
  content: "";
  width: 100%;
  height: 2.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f3f3f3;
}
.home-5 .list {
  margin-top: 0.48rem;
}
.home-5 .li {
  width: calc(440 / 1400 * 100%);
  margin-right: calc(40 / 1400 * 100%);
  margin-bottom: 0.2rem;
}
.home-5 .li:nth-child(3n) {
  margin-right: 0;
}
.home-5 .dd {
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}
.home-5 .dd:hover {
  background-color: #f7b10b;
}
.home-5 .dd:hover .img img {
  transform: scale(1.05);
}
.home-5 .dd:hover .text {
  filter: brightness(0) invert(1);
}
.home-5 .img {
  position: relative;
  padding-top: calc(280 / 440 * 100%);
}
.home-5 .text {
  padding: 0.27rem 0.3rem 0.3rem;
  transition: all 0.3s;
}
.home-5 .time {
  color: #666;
}
.home-5 .h3 {
  line-height: 1.25;
  height: 3.75em;
  margin-top: 0.2rem;
  transition: color 0.3s;
}
.home-5 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #f7b10b;
  margin-top: 0.33rem;
}
.home-5 .ic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .home-5 .list {
    justify-content: space-between;
  }
  .home-5 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .home-5 .text {
    padding: 0.2rem;
  }
}

.home-6 {
  z-index: 30;
}
.home-6 .form {
  background-color: #fff;
  transform: translateY(0.8rem);
}
.home-6 .le {
  width: 35.7142857143%;
}
.home-6 .ri {
  width: 64.2857142857%;
  padding: 0.48rem 0.7rem;
}
.home-6 .img {
  padding-top: 48%;
}
.home-6 .text {
  padding: 0.32rem 0.4rem;
}
.home-6 .com-tt {
  color: #fff;
}
.home-6 .line {
  width: 1em;
  height: 4px;
  background-color: #fff;
  margin-top: 0.16rem;
  margin-bottom: 0.36rem;
}
.home-6 .ti {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 0.25rem;
}
.home-6 .ti:last-child {
  margin-bottom: 0;
}
.home-6 .tic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.18rem;
}
.home-6 .fbox {
  margin-top: 0.3rem;
}
.home-6 .fitem {
  width: 48.6842105263%;
  margin-bottom: 0.1rem;
}
.home-6 .ip {
  width: 100%;
  height: 0.5rem;
  border: none;
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  padding: 0 0.2rem;
}
.home-6 .ta {
  width: 100%;
  height: 1.6rem;
  border: none;
  background-color: #f7f7f7;
  border-radius: 0.06rem;
  padding: 0.2rem;
}
.home-6 .btns {
  margin-top: 0.2rem;
}
.home-6 .submit {
  min-width: 2rem;
  height: 0.54rem;
  padding: 0 0.7rem;
  border-radius: 1rem;
  background-color: #f7b10b;
  color: #fff;
  transition: all 0.3s;
}
.home-6 .submit:hover {
  background-color: #e72416;
}
@media screen and (max-width: 768px) {
  .home-6 .le {
    width: 100%;
  }
  .home-6 .ri {
    width: 100%;
  }
}

.ctc-1 {
  padding-top: 0.93rem;
  padding-bottom: 0.7rem;
}
.ctc-1 .ul {
  margin-top: 0.38rem;
}
.ctc-1 .li {
  width: 23.5714285714%;
  margin-right: 1.8571428571%;
  margin-bottom: 0.3rem;
}
.ctc-1 .li:nth-child(4n) {
  margin-right: 0;
}
.ctc-1 .dd {
  height: 100%;
  padding: 0.4rem 0.3rem 0.3rem;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.ctc-1 .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7b10b;
  display: inline-flex;
}
.ctc-1 .te {
  margin-top: 0.15rem;
}
.ctc-1 .t2 {
  line-height: 2;
  color: #666;
  margin-top: 0.06rem;
}
@media (max-width: 768px) {
  .ctc-1 .ul {
    justify-content: space-between;
  }
  .ctc-1 .li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.ctc-2 {
  padding-top: 0.85rem;
  padding-bottom: 1.05rem;
  background-color: #f7f7f7;
}
.ctc-2 .cont {
  width: 9.8rem;
  max-width: 100%;
  margin: 0 auto;
}
.ctc-2 .intro {
  margin-top: 0.19rem;
}
.ctc-2 .form {
  margin-top: 0.5rem;
}
.ctc-2 .fi {
  width: 48.9795918367%;
  margin-bottom: 0.1rem;
  position: relative;
}
.ctc-2 .fi:last-child {
  margin-bottom: 0;
}
.ctc-2 .w100 {
  width: 100%;
}
.ctc-2 .fi-active .placehold {
  display: none;
}
.ctc-2 .ft {
  color: #444;
}
.ctc-2 .fb {
  margin-top: 0.11rem;
}
.ctc-2 .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  background-color: #fff;
  border: none;
  border-radius: 0.06rem;
  padding: 0 0.2rem;
}
.ctc-2 .ta {
  width: 100%;
  height: 1.6rem;
  border: none;
  padding: 0.16rem 0.2rem;
  border-radius: 0.06rem;
}
.ctc-2 .ta::-moz-placeholder {
  color: #bbb;
}
.ctc-2 .ta::placeholder {
  color: #bbb;
}
.ctc-2 .code {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: auto;
}
.ctc-2 .ww100 {
  width: 100%;
}
.ctc-2 .tip {
  color: #999;
  font-weight: 300;
  margin-top: 0.1rem;
}
.ctc-2 .btns {
  margin-top: 0.3rem;
}
.ctc-2 .submit {
  min-width: 2rem;
  height: 0.54rem;
  min-height: 40px;
  border: none;
  background-color: #f7b10b;
  color: #fff;
  padding: 0 0.24rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.ctc-2 .submit:hover {
  background-color: #e72416;
}
.ctc-2 .submit .sic {
  width: 1em;
  height: 1em;
  margin-left: 0.2rem;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ctc-2 .lab-list {
  margin-top: 0.03rem;
}
.ctc-2 .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #444;
  cursor: pointer;
  margin-right: 0.14rem;
}
.ctc-2 .lab.selected .ic {
  box-shadow: 0 0 0 1px inset #e72416;
  background-color: #e72416;
}
.ctc-2 .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.2);
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  flex-shrink: 0;
  margin-right: 0.18rem;
  position: relative;
}
.ctc-2 .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.ctc-2 .dic {
  width: 9rem;
  position: absolute;
  right: 2rem;
  top: 0.76rem;
}
@media (max-width: 768px) {
  .ctc-2 .form {
    padding: 0.2rem;
  }
  .ctc-2 .fi {
    width: 100%;
  }
  .ctc-2 .lab {
    margin-bottom: 1em;
  }
  .ctc-2 .lab-list {
    margin-top: 0.3rem;
  }
}

.c-aa1 {
  min-width: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  padding: 0.22rem 0.4rem;
  box-shadow: 0px 6px 0.15rem 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.c-aa1:hover {
  transform: translateY(-5px);
}
.c-aa1 .ca1-sp {
  background: linear-gradient(235deg, #03baee, #155fec);
  -webkit-background-clip: text; /* 关键：背景裁剪为文字形状 */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* 关键：文字颜色透明，显示背景渐变 */
  color: transparent; /* 备用 */
}
.c-aa1 .ca1-ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.3rem;
}

.c-aa2 {
  min-width: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-image: linear-gradient(235deg, #14eaeb 19%, #159bec 49%, #155fec 78%);
  padding: 0.22rem 0.4rem;
  transition: all 0.3s;
}
.c-aa2:hover {
  transform: translateY(-5px);
}
.c-aa2 .ca-sp {
  color: #fff;
}
.c-aa2 .ca-ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.4rem;
}

.com-ctc {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
.com-ctc .com-tit {
  z-index: 10;
}
.com-ctc .btn {
  margin-top: 0.54rem;
}
.com-ctc .more {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  box-shadow: 0px 6px 0.15rem 0px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.com-ctc .more:hover {
  transform: translateY(-5px);
}
.com-ctc .sp {
  background: linear-gradient(45deg, #03baee, #155fec);
  -webkit-background-clip: text; /* 关键：背景裁剪为文字形状 */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* 关键：文字颜色透明，显示背景渐变 */
  color: transparent; /* 备用 */
}
.com-ctc .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.3rem;
}

.case-11 {
  padding-top: 2.5rem;
  padding-bottom: 0.75rem;
}

.my-dialog {
  display: none;
}
.my-dialog.show {
  display: block;
}
.my-dialog .dlg-cont {
  width: 8.6rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.58rem 0.95rem 0.65rem;
  background-color: #fff;
}
.my-dialog .off {
  width: 1em;
  height: 1em;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.my-dialog .ftop {
  padding-bottom: 0.27rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.my-dialog .fbox {
  margin-top: 0.36rem;
}
.my-dialog .fi {
  width: 48.4848484848%;
  margin-bottom: 0.14rem;
  position: relative;
}
.my-dialog .fi .ft {
  margin-bottom: 0.14rem;
  padding: 0 0.18rem;
  color: #000;
}
.my-dialog .fi .ip {
  width: 100%;
  height: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 0.1rem;
}
.my-dialog .fi .ta {
  width: 100%;
  height: 1.3rem;
  border: none;
  padding: 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ta::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ta::placeholder {
  color: #bbb;
}
.my-dialog .ww100 {
  width: 100% !important;
}
.my-dialog .f-block {
  display: block;
  height: 0.4rem;
  box-shadow: none;
}
.my-dialog .tshow {
  z-index: 100;
}
.my-dialog .tshow .other {
  display: block;
}
.my-dialog .btns {
  margin-top: 0.1rem;
}
.my-dialog .submit {
  border: none;
}
.my-dialog .lab-list {
  margin-top: 0.03rem;
}
.my-dialog .lab-li {
  width: 50%;
  padding: 0 0.2rem;
  margin-bottom: 0.14rem;
}
.my-dialog .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #444;
  cursor: pointer;
  margin-right: 0.14rem;
}
.my-dialog .lab.selected .ic {
  box-shadow: 0 0 0 1px inset #f7b10b;
  background-color: #f7b10b;
}
.my-dialog .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  flex-shrink: 0;
  margin-right: 0.18rem;
  position: relative;
}
.my-dialog .ic::before {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1em;
}
.my-dialog .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.my-dialog .ip2 {
  width: 2rem;
  height: 1.6666666667em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 1280px) {
  .my-dialog .lab-li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .my-dialog .fi {
    width: 100%;
  }
  .my-dialog .f-block {
    height: auto;
  }
  .my-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .my-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .my-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}

.service-1 {
  padding-top: 0.68rem;
  padding-bottom: 0.9rem;
}
.service-1 .list {
  margin-top: 0.4rem;
}
.service-1 .li {
  margin-bottom: 0.4rem;
}
.service-1 .dd {
  background-color: #f7f7f7;
}
.service-1 .imgs {
  width: 50%;
}
.service-1 .img {
  padding-top: 50%;
}
.service-1 .text {
  width: 50%;
  padding: 0.2rem 0.5rem;
}
.service-1 .tbox {
  width: 100%;
}
.service-1 .intro {
  line-height: 1.75;
  margin-top: 0.14rem;
  color: #666;
}
@media (min-width: 769px) {
  .service-1 .li:nth-child(2n) .dd {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .service-1 .imgs {
    width: 100%;
  }
  .service-1 .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.video-1 {
  padding-top: 0.9rem;
  padding-bottom: 0.84rem;
}
.video-1 .swiper {
  margin-top: 0.48rem;
}
.video-1 .sw {
  cursor: pointer;
}
.video-1 .sw:hover .watch {
  background-color: #f7b10b;
  border-color: #f7b10b;
}
.video-1 .sw:hover .h3 {
  color: #f7b10b;
}
.video-1 .img {
  position: relative;
  padding-top: calc(300 / 440 * 100%);
}
.video-1 .watch {
  width: 3em;
  height: 2em;
  border-radius: 1rem;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-1 .watch::before {
  content: "";
  border-left: 0.5em solid #fff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-1 .text {
  padding-top: 0.24rem;
}
.video-1 .h3 {
  transition: color 0.3s;
}
.video-1 .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 0.3rem;
}
.video-1 .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
  background-color: #ccc;
  opacity: 1;
  margin: 0 0.25em;
}
.video-1 .swiper-pagination-bullet-active {
  background-color: #f7b10b;
}

.innovate-1 {
  padding-top: 0.9rem;
  padding-bottom: 0.64rem;
}
.innovate-1 .le {
  width: 35.7142857143%;
}
.innovate-1 .ri {
  width: 58.5714285714%;
}
.innovate-1 .tit {
  margin-top: 0.32rem;
}
.innovate-1 .txt {
  line-height: 1.8125;
}
.innovate-1 .ul {
  margin-top: 0.48rem;
}
.innovate-1 .li {
  width: 48.5714285714%;
  margin-bottom: 0.4rem;
}
.innovate-1 .img {
  padding-top: calc(400 / 680 * 100%);
}
.innovate-1 .text {
  margin-top: 0.44rem;
}
.innovate-1 .text .intro {
  line-height: 2;
  margin-top: 0.12rem;
}
@media (max-width: 768px) {
  .innovate-1 .le {
    width: 100%;
  }
  .innovate-1 .ri {
    width: 100%;
    margin-top: 0.3rem;
  }
  .innovate-1 .li {
    width: 100%;
  }
}

.certifications-1 {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}
.certifications-1 .subtit {
  line-height: 1.4444444444;
  margin-top: 0.24rem;
}
.certifications-1 .tit1 {
  margin-top: 0.5rem;
}
.certifications-1 .swiper {
  margin-top: 0.38rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.08);
}
.certifications-1 .sw {
  height: auto;
  min-height: 4rem;
  text-align: center;
  padding: 0.62rem 0.25rem 0.2rem;
  box-shadow: 1px 0 0 0 #f3f3f3;
  transition: all 0.3s;
}
.certifications-1 .icon {
  margin-bottom: 0.16rem;
  display: inline-flex;
  transition: color 0.3s;
}
.certifications-1 .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.certifications-1 .h3 {
  line-height: 1.1;
  min-height: 2.2em;
  transition: color 0.3s;
}
.certifications-1 .intro {
  color: #666;
  line-height: 1.8333333333;
  margin-top: 0.14rem;
  transition: color 0.3s;
}
@media (min-width: 769px) {
  .certifications-1 .sw:hover {
    background-color: #f7b10b;
  }
  .certifications-1 .sw:hover .icon {
    filter: brightness(0) invert(1);
  }
  .certifications-1 .sw:hover .h3,
  .certifications-1 .sw:hover .intro {
    color: #fff;
  }
}

.certifications-2 {
  padding-top: 0.72rem;
  padding-bottom: 0.92rem;
  background-color: #f7f7f7;
}
.certifications-2 .subtit {
  line-height: 1.625;
  margin-top: 0.24rem;
  margin-bottom: 0.35rem;
  color: #666;
}
.certifications-2 .item {
  margin-bottom: 0.55rem;
}
.certifications-2 .item:last-child {
  margin-bottom: 0;
}
.certifications-2 .swiper {
  margin-top: 0.3rem;
}
.certifications-2 .img1 {
  padding-top: calc(320 / 440 * 100%);
}
.certifications-2 .img2 {
  padding-top: calc(240 / 320 * 100%);
}
.certifications-2 .text {
  margin-top: 0.18rem;
}
.certifications-2 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: 16.6666666667% auto;
  background-position: center;
  cursor: pointer;
  z-index: 30;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.certifications-2 .sbtn:hover {
  background-color: #f7b10b;
}
.certifications-2 .prev {
  right: calc(100% + 0.3rem);
  background-image: url(../images/icon-p11.png);
}
.certifications-2 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.certifications-2 .next {
  left: calc(100% + 0.3rem);
  background-image: url(../images/icon-p21.png);
}
.certifications-2 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (max-width: 768px) {
  .certifications-2 .prev {
    left: 0;
  }
  .certifications-2 .next {
    right: 0;
    left: auto;
  }
}

.pro-list {
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
}
.pro-list .li {
  width: calc(440 / 1400 * 100%);
  margin-right: calc(40 / 1400 * 100%);
  margin-bottom: 0.4rem;
}
.pro-list .li:nth-child(3n) {
  margin-right: 0;
}
.pro-list .dd {
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}
.pro-list .dd:hover {
  background-color: #f7b10b;
}
.pro-list .dd:hover .img img {
  transform: scale(1.05);
}
.pro-list .dd:hover .text {
  filter: brightness(0) invert(1);
}
.pro-list .img {
  position: relative;
  padding-top: calc(260 / 440 * 100%);
}
.pro-list .text {
  padding: 0.16rem 0.3rem 0.27rem;
  transition: all 0.3s;
}
.pro-list .h3 {
  letter-spacing: -1px;
  transition: color 0.3s;
}
.pro-list .intro {
  color: #666666;
  line-height: calc(24 / 14);
  height: calc(24em / 14 * 3);
  margin-top: 0.11rem;
}
.pro-list .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #f7b10b;
  margin-top: 0.2rem;
}
.pro-list .ic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .pro-list .li {
    width: 100%;
    margin-right: 0;
  }
  .pro-list .imgs {
    width: 100%;
    order: 1;
  }
  .pro-list .text {
    width: 100%;
    order: 2;
  }
}

.pro-2 {
  padding-top: 0.71rem;
  padding-bottom: 0.8rem;
}
.pro-2 .subtit {
  margin-top: 0.17rem;
}

.pro-11 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.pro-11 .text {
  width: calc(600 / 1400 * 100%);
}
.pro-11 .swiper {
  width: calc(720 / 1400 * 100%);
}
.pro-11 .img {
  padding-top: calc(520 / 720 * 100%);
}
.pro-11 .h1 {
  color: #000;
}
.pro-11 .h2 {
  margin-top: 0.13rem;
}
.pro-11 .intro {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  line-height: 1.8125;
  padding-top: 0.28rem;
  margin-top: 0.49rem;
}
.pro-11 .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0.15rem;
  z-index: 30;
}
.pro-11 .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(247, 177, 11, 0.3);
}
.pro-11 .swiper-pagination-bullet-active {
  background-color: #f7b10b;
}
@media (max-width: 768px) {
  .pro-11 .text {
    width: 100%;
    order: 2;
    padding-top: 0.3rem;
  }
  .pro-11 .swiper {
    width: 100%;
    order: 1;
  }
}

.pro-12 {
  padding-top: 0.77rem;
  padding-bottom: 0.4rem;
}
.pro-12 .tab {
  margin-top: 0.42rem;
  overflow-x: auto;
}
.pro-12 table {
  width: 100%;
  min-width: 600px;
  border: solid 1px #e6e6e6;
  text-align: center;
  line-height: 1.8125;
  color: #666;
}
.pro-12 tr:first-child td {
  padding: 0.1rem 0.14rem;
}
.pro-12 td {
  border: solid 1px #e6e6e6;
  padding: 0.16rem 0.14rem;
}
.pro-12 .down {
  color: #f7b10b;
  display: inline-flex;
  align-items: center;
}
.pro-12 .down .ic {
  width: 1em;
  margin-left: 0.25em;
}
.pro-12 .btns {
  margin-top: 0.3rem;
}
.pro-12 .aa {
  display: inline-block;
  line-height: 3;
  padding: 0 0.27rem;
  background-color: #f7b10b;
  color: #fff;
  border-radius: 1rem;
}

.pro-13 {
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.pro-13 .ul {
  margin-top: 0.5rem;
}
.pro-13 .li {
  width: 31.4285714286%;
  margin-right: 2.8571428571%;
  margin-bottom: 0.3rem;
}
.pro-13 .li:nth-child(3n) {
  margin-right: 0;
}
.pro-13 .dd {
  min-height: 3rem;
  box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.08);
  padding: 0.42rem 0.3rem 0.2rem;
}
.pro-13 .icon {
  display: inline-flex;
}
.pro-13 .ic {
  width: 1em;
  height: 1em;
}
.pro-13 .h3 {
  line-height: 1.5;
  margin-top: 0.18rem;
}
.pro-13 .intro {
  line-height: 1.7857142857;
  color: #666;
  margin-top: 0.07rem;
}
@media (max-width: 768px) {
  .pro-13 .li {
    width: 100%;
    margin-right: 0;
  }
}

.pro-14 {
  padding-top: 0.23rem;
  padding-bottom: 1rem;
}
.pro-14 .ul {
  margin-top: 0.36rem;
}
.pro-14 .li {
  background-color: #f7f7f7;
  padding: 0 0.3rem;
  margin-bottom: 0.1rem;
}
.pro-14 .li:last-child {
  margin-bottom: 0;
}
.pro-14 .show .hic {
  background-image: url(../images/hm_4.png);
}
.pro-14 .hd {
  padding: 0.35rem 0;
  cursor: pointer;
}
.pro-14 .hte {
  line-height: 1.5;
  padding-right: 0.3rem;
}
.pro-14 .hic {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pro-14 .bd {
  border-top: 1px solid #e0e0e0;
  display: none;
}
.pro-14 .bte {
  padding-top: 0.12rem;
  padding-bottom: 0.45rem;
  line-height: 1.75;
  color: #666;
}
.pro-14 .bte strong {
  color: #333;
}
.pro-15 {
  padding-top: 0.92rem;
  padding-bottom: 1.05rem;
}
.pro-15 .swiper {
  margin-top: 0.48rem;
}
.pro-15 .sw {
  background-color: #fff;
  transition: all 0.3s;
}
.pro-15 .sw:hover {
  background-color: #f7b10b;
}
.pro-15 .sw:hover .img img {
  transform: scale(1.05);
}
.pro-15 .sw:hover .text {
  filter: brightness(0) invert(1);
}
.pro-15 .img {
  position: relative;
  padding-top: calc(260 / 440 * 100%);
}
.pro-15 .text {
  padding: 0.16rem 0.3rem 0.27rem;
}
.pro-15 .h3 {
  letter-spacing: -1px;
  transition: color 0.3s;
}
.pro-15 .intro {
  color: #666;
  line-height: calc(22 / 14);
  height: calc(22em / 14 * 3);
  margin-top: 0.12rem;
}
.pro-15 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #f7b10b;
  margin-top: 0.24rem;
}
.pro-15 .ic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .pro-15 .li {
    width: 100%;
    margin-right: 0;
  }
  .pro-15 .imgs {
    width: 100%;
    order: 1;
  }
  .pro-15 .text {
    width: 100%;
    order: 2;
  }
}

.app-1 {
  padding-top: 0.72rem;
  padding-bottom: 0.95rem;
}
.app-1 .subtit {
  line-height: 1.5625;
  margin-top: 0.28rem;
}
.app-1 .app-list {
  margin-top: 0.58rem;
}

.app-list .li {
  margin-bottom: 0.3rem;
  float: left;
}
.app-list .li:last-child {
  margin-right: 0;
}
.app-list .li1 {
  width: 26.6428571429%;
  width: 3.73rem;
  margin-right: 0.3rem;
}
.app-list .li2 {
  width: 37.1428571429%;
  margin-right: 2.1428571429%;
}
.app-list .li3 {
  width: 31.9285714286%;
  float: right;
}
.app-list .li4 {
  width: 31.8571428571%;
  margin-right: 2.1428571429%;
}
.app-list .img {
  position: relative;
}
.app-list .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 0.3s;
}
.app-list .img1 {
  height: 2.7rem;
}
.app-list .img2 {
  height: 5.7rem;
}
.app-list .aa {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
}
.app-list .aa:hover .img::before {
  opacity: 1;
}
.app-list .aa:hover .btn {
  margin-top: 0.2rem;
  height: 2.8571428571em;
}
.app-list .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem 0.2rem;
  z-index: 5;
}
.app-list .h3 {
  color: #fff;
  line-height: 1;
}
.app-list .btn {
  display: inline-block;
  line-height: 2.8571428571em;
  height: 0;
  overflow: hidden;
  margin-top: 0.16rem;
  margin-top: 0;
  color: #fff;
  background-color: #f7b10b;
  padding: 0 0.2rem;
  border-radius: 1rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .app-list .li1 {
    width: 100%;
    margin-right: 0;
  }
  .app-list .li2 {
    width: 100%;
    margin-right: 0;
  }
  .app-list .li3 {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .app-list .li4 {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
}

.app-11 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.app-11 .text {
  width: 42.8571428571%;
}
.app-11 .imgs {
  width: 50%;
}
.app-11 .img {
  padding-top:  calc(500 / 700 * 100%);
}
.app-11 .tbox {
  width: 100%;
}
.app-11 .com-tt {
  color: #000;
  line-height: 1.375;
}
.app-11 .intro {
  line-height: 1.7222222222;
  margin-top: 0.38rem;
}
@media (max-width: 768px) {
  .app-11 .imgs {
    width: 100%;
    margin-top: 0.3rem;
  }
  .app-11 .text {
    width: 100%;
  }
}

.app-12 {
  padding-top: 0.55rem;
  padding-bottom: 0.9rem;
  background-color: #f7f7f7;
}
.app-12 .tags {
  text-align: center;
}
.app-12 .ti {
  line-height: 1.5;
  display: inline-block;
  padding: 0.12rem 0.2rem;
  border-radius: 0.06rem;
  background-color: #fff;
  margin: 0.05rem;
  cursor: pointer;
  transition: all 0.3s;
}
.app-12 .ti:hover, .app-12 .ti.on {
  background-color: #f7b10b;
  color: #fff;
}
.app-12 .box {
  padding-top: 0.95rem;
}
.app-12 .bitem {
  width: 100%;
  position: absolute;
  left: -200vw;
  top: 0;
  opacity: 0;
}
.app-12 .bitem.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.app-12 .yuan {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: solid 1px #d5d5d5;
  margin: 0 auto;
}
.app-12 .yuan2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.08rem solid rgba(247, 177, 11, 0.2);
}
.app-12 .yuan3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #f7b10b;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5333333333;
  text-align: center;
  color: #000;
}
.app-12 .yitem {
  position: absolute;
}
.app-12 .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7b10b;
}
.app-12 .yte {
  width: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
}
.app-12 .y12 {
  letter-spacing: 1px;
}
.app-12 .yte1 {
  left: calc(100% + 0.68rem);
}
.app-12 .yte2 {
  right: calc(100% + 0.68rem);
  text-align: right;
}
/* .app-12 .yt1 {
  left: 4.35rem;
  top: 0.4rem;
}
.app-12 .yt2 {
  left: 5.36rem;
  top: 1.83rem;
}
.app-12 .yt3 {
  left: 5.36rem;
  bottom: 1.83rem;
}
.app-12 .yt4 {
  left: 4.35rem;
  bottom: 0.4rem;
}
.app-12 .yt5 {
  right: 4.35rem;
  top: 0.4rem;
}
.app-12 .yt6 {
  right: 5.36rem;
  top: 1.83rem;
}
.app-12 .yt7 {
  right: 5.36rem;
  bottom: 1.83rem;
}
.app-12 .yt8 {
  right: 4.35rem;
  bottom: 0.4rem;
} */

.app-12 .yt2 {
  left: 4.35rem;
  top: 0.4rem;
}
.app-12 .yt4 {
  left: 5.36rem;
  top: 1.83rem;
}
.app-12 .yt6 {
  left: 5.36rem;
  bottom: 1.83rem;
}
.app-12 .yt8 {
  left: 4.35rem;
  bottom: 0.4rem;
}
.app-12 .yt1 {
  right: 4.35rem;
  top: 0.4rem;
}
.app-12 .yt3 {
  right: 5.36rem;
  top: 1.83rem;
}
.app-12 .yt5 {
  right: 5.36rem;
  bottom: 1.83rem;
}
.app-12 .yt7 {
  right: 4.35rem;
  bottom: 0.4rem;
}
 
.app-12 .mlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.app-12 .mi {
  width: 50%;
  padding: 2% 1%;
  text-align: center;
}
.app-12 .mi .d11 {
  font-weight: bold;
}
.app-12 .mi .d12 {
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .app-12 .mlist {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .app-12 .yte {
    display: none;
  }
}

.app-13 {
  padding-top: 0.92rem;
  padding-bottom: 1rem;
}
.app-13 .swiper {
  margin-top: 0.53rem;
}
.app-13 .swiper-container {
  background-color: #333;
}
.app-13 .sw {
  height: auto;
}
.app-13 .text {
  width:  calc(500 / 1400 * 100%);
  color: #fff;
  padding: 0.74rem 0.56rem;
}
.app-13 .tbox {
  width: 100%;
}
.app-13 .intro {
  line-height: 1.6111111111;
  letter-spacing: 1px;
  margin-top: 0.26rem;
}
.app-13 .imgs {
  width:  calc(900 / 1400 * 100%);
}
.app-13 .img {
  padding-top: 51.1111111111%;
}
.app-13 .sbtn {
  width: 1em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  cursor: pointer;
}
.app-13 .prev {
  background-image: url(../images/a6.png);
  left: 0.2rem;
}
.app-13 .next {
  right: 0.2rem;
  background-image: url(../images/a7.png);
}
.app-13 .swiper-pagination {
  position: absolute;
  bottom: 0.5rem;
  left: 0.6rem;
  width: auto;
  display: inline-flex;
}
.app-13 .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  background-color: #fff;
}

.app-14 {
  padding-top: 0.92rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.app-14 .swiper {
  margin-top: 0.5rem;
}
.app-14 .img {
  padding-top: calc(270 / 447 * 100%);
}
.app-14 .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.29rem 0.2rem;
}
.app-14 .h3 {
  color: #fff;
}
.app-14 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 16.6666666667% auto;
  background-position: center;
  cursor: pointer;
  z-index: 30;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.app-14 .sbtn:hover {
  background-color: #f7b10b;
}
.app-14 .prev {
  right: calc(100% + 0.3rem);
  background-image: url(../images/icon-p11.png);
}
.app-14 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.app-14 .next {
  left: calc(100% + 0.3rem);
  background-image: url(../images/icon-p21.png);
}
.app-14 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (max-width: 768px) {
  .app-14 .prev {
    left: 0;
  }
  .app-14 .next {
    right: 0;
    left: auto;
  }
}


/*弹出层相关*/
.c-btn{display: inline-block;vertical-align: top;font-size: 14px;color: #fff;line-height: 1.43;text-align: center;cursor: pointer;user-select: none;border: 1px solid transparent;border-radius: 4px;padding: 6px 12px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.c-btn:hover{color: #fff;}
.c-blue{background-color: #0d6efd;border: 1px solid #0d6efd;}
.c-blue:hover{background-color: #0b5ed7;border-color: #0b5ed7;}
.c-white{background-color: #fff;border: 1px solid #dee2e6;color: #666;transition: all .3s;}
.c-white:hover,
.c-white:focus,
.c-white:active{color: #333;background-color:#e6e6e6;border-color:#adadad;}
.hn-tip{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-mask{width: 100%;height: 100%;position: fixed;left: 0;top: 0;visibility: hidden;opacity: 0;z-index: 987654321;background-color: rgba(0,0,0,0.1);transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip .hn-mask{background-color: transparent;}
.hn-msg{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;font-size: 14px;color: #fff;background-color: rgba(0,0,0,0.6);border-radius: 2px;padding: 12px 25px;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip.show .hn-mask{visibility: visible;opacity: 1;}
.hn-tip.show .hn-msg{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-load{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-load-cont{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-load-icon{width: 32px;height: 32px;margin: 0 auto;background-image: url(../images/load.gif);background-repeat: no-repeat;background-position: 100% 100%;}
.hn-load-title{font-size: 14px;color: #333;text-align: center;margin-top: 10px;}
.hn-load.show .hn-mask{visibility: visible;opacity: 1;}
.hn-load.show .hn-load-cont{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-confirm{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-confirm-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-confirm-title{padding: 0 80px 0 20px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-confirm-cont{width: 100%;position: relative;padding: 20px;line-height: 24px;word-break: break-all;overflow: hidden;font-size: 14px;}
.hn-confirm-btns{text-align: right;padding: 0 15px 12px;user-select: none;font-size: 0;}
.hn-confirm-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-confirm-close:hover{opacity: 0.7;}
.hn-confirm-btns .c-btn{margin-left: 10px;}
.hn-confirm-btns .c-btn:first-child{margin-left: 0;}
.hn-confirm.show .hn-mask{visibility: visible;opacity: 1;}
.hn-confirm.show .hn-confirm-dialog{transform: scale(1);opacity: 1;visibility: visible;}
.hn-html{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-html-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-html-title{padding: 0 80px 0 10px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-html-cont{width: 100%;position: relative;padding: 10px;line-height: 24px;word-break: break-all;overflow: auto;font-size: 14px;}
.hn-html-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-html-close:hover{opacity: 0.7;}
.hn-html.show .hn-mask{visibility: visible;opacity: 1;}
.hn-html.show .hn-html-dialog{transform: scale(1);opacity: 1;visibility: visible;}