@charset "UTF-8";
/*公共常用样式*/
.flex {
  display: -moz-box;
  display: flex;
}

.flex-bet {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}

.flex-bett {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.flex-aro {
  display: -moz-box;
  display: flex;
  justify-content: space-around;
  -moz-box-align: center;
       align-items: center;
}

.flex-cen {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}

.flex-cen-col {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.flex-jus {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
}

.flex-ali {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.flex-col {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.flex-row {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

.flex1 {
  -moz-box-flex: 1;
       flex: 1;
}

.line0 {
  width: 0.38rem;
  height: 0.04rem;
  border-radius: 0.2rem;
  background-color: #086a67;
}

.ell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ell1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.ell2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.ell3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.ell4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

@font-face {
  font-family: "WixMadeforDisplay_Bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-BOLD.TTF") format("woff2"), url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-BOLD.TTF") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay_Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-REGULAR.TTF") format("woff2"), url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-REGULAR.TTF") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay_ExtraBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-EXTRABOLD.TTF") format("woff2"), url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-EXTRABOLD.TTF") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay_Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-MEDIUM.TTF") format("woff2"), url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-MEDIUM.TTF") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay_Semlibold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-SEMIBOLD.TTF") format("woff2"), url("../fonts/wixmadefordisplay/WIXMADEFORDISPLAY-SEMIBOLD.TTF") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay_shuzi";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/wixmadefordisplay/庞门正道标题体.TTF") format("woff2"), url("../fonts/wixmadefordisplay/庞门正道标题体.TTF") format("woff");
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: max(5.2083333333vw, 24px) !important; /* 适配1920px宽度 */
  height: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  font-size: 14px;
  line-height: 1.2;
  background: #fafafa;
}

img {
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  max-width: 100%;
  border: none;
}

ul li {
  list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
div {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "WixMadeforDisplay_Medium";
}

h1 {
  color: #3e3e44;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "WixMadeforDisplay_Semlibold";
}

a {
  text-decoration: none;
  outline: none;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

@font-face {
  font-family: "iconfont"; /* Project id 4893588 */
  src: url("../fonts/iconfont.woff2?t=1745895829915") format("woff2"), url("../fonts/iconfont.woff?t=1745895829915") format("woff"), url("../fonts/iconfont.ttf?t=1745895829915") format("truetype"), url("../fonts/iconfont.svg?t=1745895829915#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-10:before {
  content: "\e624";
}

.icon-jiangbei:before {
  content: "\e602";
}

.icon-anquan:before {
  content: "\ec4d";
}

.icon-gongsi:before {
  content: "\e67a";
}

.icon-hexin:before {
  content: "\e619";
}

.icon-fazhan:before {
  content: "\e69b";
}

.icon-lunbozuojian:before {
  content: "\e723";
}

.icon-youjiantou1:before {
  content: "\e725";
}

.icon-shubiao:before {
  content: "\e662";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-Youtube-fill:before {
  content: "\e883";
}

.icon-sousuo1:before {
  content: "\e61f";
}

.icon-Facebook:before {
  content: "\e607";
}

.icon-zhibiaozhushibiaozhu:before {
  content: "\e609";
}

.icon-w_dianyuan-:before {
  content: "\e668";
}

.icon-jiejuefangan:before {
  content: "\e670";
}

.icon-jiejuefangan1:before {
  content: "\e6a1";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-chunengdianchi-1:before {
  content: "\e681";
}

.icon-tuite:before {
  content: "\e60b";
}

.icon-changjianwentixiangguanwenti2:before {
  content: "\e679";
}

.icon-huida:before {
  content: "\e61e";
}

.icon-jiantouxi:before {
  content: "\e603";
}

.icon-dianhua1:before {
  content: "\e614";
}

.icon-youxiang1:before {
  content: "\e604";
}

.icon-fangzi:before {
  content: "\e8ff";
}

.icon-wenti:before {
  content: "\e613";
}

.icon-24gf-envelopeSent5:before {
  content: "\e962";
}

.icon-yiliao:before {
  content: "\e6ee";
}

.icon-shengwu:before {
  content: "\e60a";
}

.icon-daochu1024-10:before {
  content: "\e617";
}

.icon-dizhi:before {
  content: "\e606";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-dianhua:before {
  content: "\e817";
}

.icon-youjiantou:before {
  content: "\e70f";
}

.icon-weixin:before {
  content: "\e601";
}

.icon-phone-fill:before {
  content: "\e85f";
}

.icon-sousuo:before {
  content: "\e60d";
}

.icon-custom-phone:before {
  content: "\e634";
}

.icon-Phone:before {
  content: "\e610";
}

.icon-top:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-xiangyoujiantou:before {
  content: "\e65f";
}

.icon-xiangzuojiantou:before {
  content: "\e660";
}

.icon-xiazai:before {
  content: "\e823";
}

.icon-xiala:before {
  content: "\e61d";
}

.m-muban-main {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

.w1400 {
  width: 73.57%;
  margin-left: auto;
  margin-right: auto;
}

.left-w1660 {
  margin-left: 13.21%;
}

@media screen and (max-width: 1420) {
  .left-w1660 {
    margin-left: 3%;
  }
}
@media screen and (max-width: 999px) {
  .w1400 {
    margin-left: 2.5%;
  }
}
.m-muban-list-img {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 100%;
}
.m-muban-list-img > a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: 0px;
  border-radius: 10px;
}
.m-muban-list-img a:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.m-muban-pro-list ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.m-muban-pro-list ul > li {
  width: 32%;
  margin-left: 2%;
  padding: 24px;
  padding-bottom: 14px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 20px;
}
.m-muban-pro-list ul .m-muban-list-neirong a {
  color: #222222;
  display: block;
}
.m-muban-pro-list ul .m-muban-list-neirong a:hover {
  color: #053fa7;
}
.m-muban-pro-list ul .m-muban-list-neirong a:last-child {
  font-size: 18px;
  line-height: 24px;
  background: #053fa7;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  min-width: 100px;
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  bottom: 0px;
}
.m-muban-pro-list ul .m-muban-list-neirong a:last-child:hover {
  bottom: -4px;
}

main {
  background: #f9f9f9;
}

.m-muban-list-title {
  font-size: 24px;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}

.m-muban-list-nr {
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
  margin-bottom: 10px;
}

.m-muban-pro-list {
  width: 78.5714285714%;
}

.m-muban-pro-left {
  width: 20%;
}

.m-muban-pro-nav {
  padding-top: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}
.m-muban-pro-nav > ul {
  padding-left: 14px;
}
.m-muban-pro-nav > ul a:hover {
  color: #053fa7;
}
.m-muban-pro-nav > ul > li {
  margin-bottom: 10px;
}
.m-muban-pro-nav > ul > li ul {
  display: none;
}
.m-muban-pro-nav > ul > li p {
  padding-right: 26px;
  position: relative;
}
.m-muban-pro-nav > ul > li p a {
  font-size: 20px;
  color: #666666;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-muban-pro-nav > ul > li p span {
  position: absolute;
  right: 4px;
  top: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  width: 30px;
  height: 30px;
  -moz-box-pack: center;
       justify-content: center;
  cursor: pointer;
  color: #666666;
}
.m-muban-pro-nav > ul > li p span i {
  font-size: 14px;
}
.m-muban-pro-nav > ul > li ul {
  padding-left: 14px;
  display: none;
}
.m-muban-pro-nav > ul > li ul a {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}
.m-muban-pro-nav > ul li.active > ul {
  display: block;
}
.m-muban-pro-nav > ul li.active > p > span > i::before {
  content: "\e600";
  font-family: "iconfont";
}

.m-muban-pro-left-contact {
  background: #fff;
  padding-top: 20px;
  border-radius: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.m-muban-pro-left-contact ul {
  padding-left: 14px;
  padding-right: 14px;
}
.m-muban-pro-left-contact ul a,
.m-muban-pro-left-contact ul span {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.m-muban-pro-left-contact ul li {
  margin-bottom: 8px;
  color: #666666;
}
.m-muban-pro-left-contact ul a:hover {
  color: #053fa7;
}
.m-muban-pro-left-contact i {
  display: inline-block;
  color: #666666;
  margin-right: 6px;
}

.m-muban-pro-list ul > li.nomargin {
  margin-left: 0px;
}

.m-muban-pro-nav-title {
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 24px;
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
}

.m-muban-pro-nav-title::before {
  content: "";
  width: 5px;
  height: 20px;
  background: #053fa7;
  position: absolute;
  left: 0;
  top: 2px;
}

.m-muban-pagebox {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  background: #ffffff;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #222222;
  line-height: 50px;
  margin: 4px;
  box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
}
.m-muban-pagebox .active {
  background-color: #fb8119;
  color: #fff;
}
.m-muban-pagebox a:hover {
  background: #fb8119;
  color: #fff;
}
.m-muban-pagebox a.no:hover {
  background: #fff;
  color: #222222;
  cursor: auto;
}

.m-muban-pagenum {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.m-muban-pagenum a {
  margin-left: 1%;
  margin-right: 1%;
}

@media screen and (max-width: 999px) {
  .m-muban-pagebox a,
  .m-muban-pagebox p,
  .m-muban-pagebox span {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    line-height: 30px;
    border-radius: 4px;
  }
  .m-muban-pagebox {
    -moz-box-pack: center;
         justify-content: center;
  }
}
@media screen and (max-width: 1420px) {
  .w1400 {
    width: 94%;
  }
  .m-muban-pro-list ul > li {
    padding: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .m-muban-pro-nav > ul > li p a {
    font-size: 18px;
  }
  .m-muban-pro-nav > ul > li ul a {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .m-muban-pro-nav > ul > li p span i {
    font-size: 14px;
  }
  .m-muban-pro-left-contact ul a,
  .m-muban-pro-left-contact ul span {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .w1400 {
    width: 95%;
  }
  .m-muban-main {
    flex-wrap: wrap;
  }
  .m-muban-pro-list {
    width: 100%;
  }
  .m-muban-pro-left {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .m-muban-list-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 4px;
  }
  .m-muban-list-nr {
    font-size: 14px;
    line-height: 20px;
  }
  .m-muban-pro-list ul .m-muban-list-neirong a:last-child {
    font-size: 16px;
  }
  .m-muban-pro-list ul > li {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-muban-pro-list ul {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .m-muban-pro-list ul > li {
    width: 49%;
    margin-left: 0px;
  }
  .m-muban-list-title {
    font-size: 18px;
  }
  .m-muban-list-nr {
    font-size: 14px;
  }
  .m-muban-pro-list ul .m-muban-list-neirong a:last-child {
    line-height: 16px;
    font-size: 14px;
    min-width: 70px;
  }
  .m-muban-list-nr {
    margin-top: 4px;
  }
  .m-muban-pro-nav > ul > li p a {
    font-size: 16px;
  }
  .m-muban-pro-nav > ul > li ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .m-muban-pro-list ul > li {
    width: 100%;
    margin-left: 0px;
  }
}
/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -moz-box;
  display: flex;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -moz-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -moz-box-align: start;
       align-items: flex-start;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -moz-transform;
}

.swiper-backface-hidden .swiper-slide {
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-3d {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -moz-box-ordinal-group: 10000;
       order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -moz-transform-origin: 50%;
   -ms-transform-origin: 50%;
       transform-origin: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -moz-animation: swiper-preloader-spin 1s infinite linear;
       animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
       transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
  -moz-transform-origin: left top;
   -ms-transform-origin: left top;
       transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -moz-transform-origin: right top;
   -ms-transform-origin: right top;
       transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -moz-transform-origin: 100% 0;
   -ms-transform-origin: 100% 0;
       transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -moz-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
       transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
}

.m-muban-cpxq {
  padding-top: 20px;
  padding-bottom: 60px;
}

.m-muban-cpxq-title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #111111;
  line-height: 48px;
  margin-bottom: 40px;
}

.m-muban-cpxq-jiehao-title {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}

.m-muban-cpxq-jiehao {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

.m-muban-cpxq-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.m-muban-cpxq-kuang-left {
  width: 50%;
}
.m-muban-cpxq-kuang-left .swipercpxqbig {
  margin-bottom: 10px;
}

.m-muban-cpxq-kuang-right {
  width: 50%;
  padding: 20px;
}

.m-muban-cpxq-img {
  display: block;
  font-size: 0px;
}

.m-muban-cpxq-kuang-left > .cpxqswipersmall .swiper-slide {
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.m-muban-cpxq-kuang-left > .cpxqswipersmall .swiper-slide-thumb-active {
  border-color: red;
}

.m-muban-cpxq-kuang-right-div {
  padding-left: 10%;
  padding-right: 10%;
  margin-left: auto;
  margin-right: auto;
}

.m-muban-cpxq-next {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  background: #11298b;
  min-width: 170px;
  margin-top: 30px;
}

.m-muban-cpxq-next:hover {
  border-radius: 20px;
}

.m-muban-cpxq-kuang-left .swipercpxqbig .swiper-button-next::after,
.m-muban-cpxq-kuang-left .swipercpxqbig .swiper-button-prev::after {
  font-size: 30px;
}

@media screen and (max-width: 999px) {
  .m-muban-cpxq-kuang {
    flex-wrap: wrap;
  }
  .m-muban-cpxq-kuang-left {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .m-muban-cpxq-kuang-right {
    width: 100%;
    margin-top: 10px;
    padding: 0px;
  }
  .m-muban-cpxq-kuang-right .m-muban-cpxq-kuang-right-div {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .m-muban-cpxq-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .m-muban-cpxq-next {
    min-width: 100px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 10px;
  }
  .m-muban-cpxq {
    padding-bottom: 20px;
  }
  .m-muban-cpxq-jiehao-title {
    font-size: 18px;
    line-height: 24px;
  }
  .m-muban-cpxq-jiehao {
    font-size: 14px;
    line-height: 26px;
  }
  .m-muban-cpxq-jiehao-title {
    margin-bottom: 4px;
  }
  .cpxqswipersmall {
    display: none;
  }
  .m-muban-cpxq-kuang-right {
    margin-top: 0px;
  }
}
.m-muban-cpxq-tab-k-top {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
}
.m-muban-cpxq-tab-k-top ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e2e2;
}
.m-muban-cpxq-tab-k-top ul li {
  line-height: 30px;
  padding-bottom: 18px;
  position: relative;
  margin-right: 4%;
  cursor: pointer;
}
.m-muban-cpxq-tab-k-top ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  height: 3px;
  background: #11298b;
  bottom: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-muban-cpxq-tab-k-top ul li.active::before {
  width: 100%;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.m-muban-cpxq-tab-k-bototm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-muban-cpxq-tab-k-bototm > div {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}

.m-muban-cpxq-page {
  padding: 20px;
  background: #f5f5f5;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.m-muban-cpxq-page > div {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  max-width: 48%;
}
.m-muban-cpxq-page > div a {
  color: #666666;
}
.m-muban-cpxq-page > div a:hover {
  color: #11298b;
}

@media screen and (max-width: 768px) {
  .m-muban-cpxq-tab-k-top ul {
    border-bottom: 0px;
  }
  .m-muban-cpxq-tab-k-top ul li {
    padding-bottom: 10px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .m-muban-cpxq-tab-k-top {
    font-size: 20px;
  }
  .m-muban-cpxq-tab {
    margin-top: 20px;
  }
  .m-muban-cpxq-tab-k-bototm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-muban-cpxq-tab-k-bototm > div {
    font-size: 14px;
    line-height: 28px;
  }
  .m-muban-cpxq-page {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-muban-cpxq-page > div {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 550px) {
  .m-muban-cpxq-tab {
    margin-top: 6px;
  }
  .m-muban-cpxq-page {
    flex-wrap: wrap;
    padding: 10px;
  }
  .m-muban-cpxq-page > div {
    width: 100%;
    margin-bottom: 10px;
    max-width: none;
  }
  .m-muban-cpxq-page > div:last-child {
    margin-bottom: 0px;
  }
  .m-muban-cpxq-tab-k-bototm {
    padding-top: 0px;
  }
}
.m-muban-cpxq-rec-title {
  font-weight: 400;
  font-size: 30px;
  color: #222222;
  line-height: 48px;
  margin-top: 80px;
  margin-bottom: 30px;
}

.m-muban-cpxq-rec-k {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}
.m-muban-cpxq-rec-k > div {
  width: 24%;
  margin-left: 1.3%;
  margin-bottom: 20px;
}
.m-muban-cpxq-rec-k .m-muban-cpxq-rec-img-div {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 100%;
  border: 1px solid #dcdcdc;
}
.m-muban-cpxq-rec-k .m-muban-cpxq-rec-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
}
.m-muban-cpxq-rec-k .m-muban-cpxq-rec-img img {
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-muban-cpxq-rec-k .m-muban-cpxq-rec-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.m-muban-cpxq-rec-k > div.m-muban-nomargin {
  margin-left: 0px;
}

.m-muban-cpxq-rec-name {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  display: block;
}

.m-muban-cpxq-rec-name:hover {
  color: #053fa7;
}

.m-muban-cpxq-case-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
}
.m-muban-cpxq-case-img img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.m-muban-cpxq-case-name {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-top: 8px;
}

.m-muban-cpxq-case-m {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.m-muban-cpxq-case-k {
  width: 32%;
  margin-left: 2%;
  padding-bottom: 14px;
}

.m-muban-cpxq-case-k.nomargin {
  margin-left: 0px;
}

.m-muban-cpxq-case-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 999px) {
  .m-muban-cpxq-rec-title {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-muban-cpxq-rec-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .m-muban-cpxq-rec-name {
    font-size: 14px;
    line-height: 20px;
  }
  .m-muban-cpxq-case-name {
    font-size: 14px;
    line-height: 22px;
  }
  .m-muban-cpxq-rec-k {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .m-muban-cpxq-rec-k > div {
    width: 49%;
    margin-left: 0px;
  }
  .m-muban-cpxq-case-div {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .m-muban-cpxq-case-k {
    width: 49%;
    margin-left: 0px;
  }
  .m-muban-cpxq-rec-name {
    font-size: 12px;
    margin-top: 4px;
  }
  .m-muban-cpxq-case-m {
    font-size: 12px;
    line-height: 20px;
  }
}
.m-muban-news-neirong > span {
  margin-top: 4px;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 20px;
}

.m-muban-news-neirong-title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
}

.m-muban-news-neirong-nr {
  font-size: 16px;
  color: #777777;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.m-muban-news-neirong:hover .m-muban-news-neirong-title,
.m-muban-news-neirong:hover .m-muban-news-neirong-nr,
.m-muban-news-neirong:hover .m-muban-news-more {
  color: #1751dc;
  opacity: 1;
}

.m-muban-news-more {
  font-weight: 400;
  font-size: 16px;
  color: #1751dc;
  opacity: 0.6;
  display: block;
  margin-top: 4px;
}

.m-muban-news-k-center {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 66%;
  border-radius: 10px;
}

.m-muban-news-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

@media screen and (max-width: 999px) {
  .m-muban-news-neirong > span {
    font-size: 14px;
  }
}
.m-muban-news-img:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

.m-muban-news-k {
  margin-left: 2%;
  width: 32%;
  margin-bottom: 20px;
}

.m-muban-news-k.nomargin {
  margin-left: 0px;
}

.m-muban-news-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  -moz-box-align: inherit;
       align-items: inherit;
}

@media screen and (max-width: 999px) {
  .m-muban-news-neirong-title {
    font-size: 18px;
    line-height: 24px;
  }
  .m-muban-news-neirong-nr {
    font-size: 14px;
    line-height: 24px;
  }
  .m-muban-news-more {
    font-size: 14px;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .m-muban-news-kuang {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .m-muban-news-k {
    width: 49%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 450px) {
  .m-muban-news-k {
    width: 100%;
  }
}
.m-muban-newstwo-blog {
  font-weight: bold;
  font-size: 50px;
  color: #ff6319;
  line-height: 60px;
  text-align: center;
}

.m-muban-newtwo-tab {
  margin-top: 30px;
  margin-bottom: 20px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.m-muban-newtwo-tab a {
  background: transparent;
  font-weight: 600;
  font-size: 24px;
  border: 1px solid #ff6319;
  color: #ff6319;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  text-align: center;
  padding: 6px 24px;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 30px;
  margin-bottom: 10px;
}
.m-muban-newtwo-tab a:hover,
.m-muban-newtwo-tab a.active {
  color: #fff;
  background: #ff6319;
}

.m-muban-newstwo-k {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
       align-items: initial;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

.m-muban-newstwo-img-div {
  width: 32%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
  margin-left: 2%;
}

.m-muban-newstwo-img-div.nomargin {
  margin-left: 0px;
}

.m-muban-newtwo-img-bottom {
  margin-top: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  font-size: 16px;
  overflow: hidden;
}
.m-muban-newtwo-img-bottom span {
  color: #ff6319;
  font-weight: bold;
  position: relative;
}
.m-muban-newtwo-img-bottom a {
  padding: 10px;
  padding-left: 14px;
  padding-right: 14px;
  background: #ff6319;
  border-radius: 20px;
  color: #fff;
  -moz-transform: translateY(120%);
   -ms-transform: translateY(120%);
       transform: translateY(120%);
}

.m-muban-newstwo-img-div:hover .m-muban-newtwo-img-bottom a {
  -moz-transform: translateY(0%);
   -ms-transform: translateY(0%);
       transform: translateY(0%);
}

.m-muban-newstwo-img-xq {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}

.m-muban-newtwo-img {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 66%;
}
.m-muban-newtwo-img a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.m-muban-newtwo-img a img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}

@media screen and (max-width: 999px) {
  .m-muban-newtwo-img-bottom {
    font-size: 14px;
  }
  .m-muban-newtwo-tab {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .m-muban-newtwo-tab a {
    font-size: 20px;
    line-height: 30px;
  }
  .m-muban-newstwo-blog {
    font-size: 40px;
  }
  .m-muban-newtwo-img-bottom a {
    padding-top: 6px;
    padding-bottom: 6px;
    -moz-transform: translateY(0%);
     -ms-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .m-muban-newstwo-img-xq {
    line-height: 24px;
    font-size: 14px;
  }
  .m-muban-newstwo-blog {
    font-size: 30px;
    line-height: 40px;
  }
  .m-muban-newtwo-tab {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .m-muban-newtwo-tab a {
    font-size: 16px;
    line-height: 20px;
  }
  .m-muban-newstwo-img-div {
    width: 49%;
    margin-left: 0px;
  }
  .m-muban-newstwo-k {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
  .m-muban-newstwo-img-div {
    padding: 12px;
  }
}
@media screen and (max-width: 500px) {
  .m-muban-newstwo-img-div {
    width: 100%;
  }
}
.m-muban-newsthree-left {
  width: 22%;
}

.m-muban-newsthree-right {
  width: 76%;
}

.m-muban-newsthree-all {
  font-weight: bold;
  font-size: 30px;
  color: #11298b;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #11298b;
}

.m-muban-newsthree-left-top {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.m-muban-newsthree-left-top ul {
  padding-top: 30px;
}
.m-muban-newsthree-left-top ul li {
  margin-bottom: 10px;
}
.m-muban-newsthree-left-top ul li a {
  font-size: 24px;
  color: #666666;
  line-height: 30px;
  display: block;
}
.m-muban-newsthree-left-top ul li a:hover {
  color: #11298b;
}

.m-muban-newsthree-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}

.m-muban-newsthree-left-bottom {
  border-radius: 10px;
  overflow: hidden;
}
.m-muban-newsthree-left-bottom form {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  background: #fff;
  border: 1px solid #053fa7;
  border-radius: 10px;
}
.m-muban-newsthree-left-bottom p {
  position: relative;
}
.m-muban-newsthree-left-bottom p .subsou {
  position: absolute;
  font-size: 20px;
  z-index: 1;
  right: 10px;
  top: 8px;
}
.m-muban-newsthree-left-bottom input {
  border: 0px;
  outline: none;
  background: transparent;
  height: 20px;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.m-muban-newsthree-left-bottom input::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
  font-size: 16px;
  font-family: "arial";
}
.m-muban-newsthree-left-bottom input:-moz-placeholder {
  color: #333;
  opacity: 1;
  font-size: 16px;
  font-family: "arial";
}
.m-muban-newsthree-left-bottom input::-moz-placeholder {
  color: #333;
  opacity: 1;
  font-size: 16px;
  font-family: "arial";
}
.m-muban-newsthree-left-bottom input:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  font-size: 16px;
  font-family: "arial";
}
.m-muban-newsthree-left-bottom .m-muban-newsthree-sub {
  width: 40px;
  height: 40px;
  font-size: 0px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 999px) {
  .m-muban-newsthree-kuang {
    flex-wrap: wrap;
  }
  .m-muban-newsthree-left {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-muban-newsthree-right {
    width: 100%;
  }
}
.m-muban-newxq-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.m-muban-newxq-left {
  width: 70%;
  background: saddlebrown;
}

.m-muban-newxq-right {
  width: 28%;
  background: #666666;
}

.toc a {
  display: block;
  color: #fff;
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -moz-box;
  display: flex;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -moz-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -moz-box-align: start;
       align-items: flex-start;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -moz-transform;
}

.swiper-backface-hidden .swiper-slide {
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-3d {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -moz-box-ordinal-group: 10000;
       order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -moz-transform-origin: 50%;
   -ms-transform-origin: 50%;
       transform-origin: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -moz-animation: swiper-preloader-spin 1s infinite linear;
       animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
       transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  background-color: #fc8223;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
  -moz-transform-origin: left top;
   -ms-transform-origin: left top;
       transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -moz-transform-origin: right top;
   -ms-transform-origin: right top;
       transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -moz-transform-origin: 100% 0;
   -ms-transform-origin: 100% 0;
       transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -moz-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
       transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
}

/* 滚动条整体部分 */
::-webkit-scrollbar {
  width: 6px; /* 滚动条的宽度 */
  height: 12px; /* 滚动条的高度 */
}

/* 滚动条的轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道的颜色 */
}

/* 滚动条上滑块 */
::-webkit-scrollbar-thumb {
  background: #888; /* 滑块的颜色 */
  border-radius: 10px; /* 滑块的圆角 */
}

/* 滑块悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* 滑块悬停时的颜色 */
}

.scroll-y {
  overflow-y: auto;
}

.scroll-y::-webkit-scrollbar {
  width: 2px; /* 对于垂直滚动条 */
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: #ff8815; /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}

.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: #007aff; /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-y::-webkit-scrollbar-track {
  background-color: #e7e7e7; /* 设置滚动条背景的颜色 */
}

.scroll-x {
  overflow-x: auto;
}

.scroll-x::-webkit-scrollbar {
  height: 4px;
}

.scroll-x::-webkit-scrollbar-thumb {
  background-color: #ff8815; /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}

.scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: #007aff; /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-x::-webkit-scrollbar-track {
  background-color: #fceddf; /* 设置滚动条背景的颜色 */
}

@-moz-keyframes img-scote {
  0% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes img-scote {
  0% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
.crumbs {
  padding-top: 0.15rem;
}
.crumbs i {
  margin-right: 0.1rem;
  color: #fc8223;
}
.crumbs a {
  color: #666666;
  font-variant: var(--font-size-16);
}
.crumbs a:hover {
  color: #fc8223;
}

.and {
  display: none;
}

@media screen and (max-width: 768px) {
  .and {
    display: block;
  }
  .pc {
    display: none;
  }
}
.all-banner {
  position: relative;
  overflow: hidden;
}
.all-banner .bg {
  -o-object-position: right;
     object-position: right;
  min-height: 300px;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-banner .all-banner-content {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.all-banner .all-banner-content .line {
  width: 0.53rem;
  height: 0.06rem;
  background-color: #fb891b;
  border-radius: 3px;
}
.all-banner .all-banner-content h1 {
  margin: 0.4rem 0 0.34rem 0;
  font-size: var(--font-size-54);
}
.all-banner .all-banner-content p {
  width: 60%;
  font-size: var(--font-size-18);
}

.homePage {
  background-color: #fafafa;
}
@-moz-keyframes img-move {
  0% {
    -moz-transform: translateX(-10px);
         transform: translateX(-10px);
  }
  50% {
    -moz-transform: translateX(10px);
         transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes img-move {
  0% {
    -moz-transform: translateX(-10px);
         transform: translateX(-10px);
  }
  50% {
    -moz-transform: translateX(10px);
         transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
.homePage .banner {
  width: 100%;
}
.homePage .banner .swiper-pagination {
  bottom: 0.2rem;
}
.homePage .banner .swiper-pagination-bullet {
  width: 0.13rem; /* 设置横线的宽度 */
  height: max(0.04rem, 4px);
  background: #ff831e; /* 设置横线的颜色 */
  opacity: 0.2; /* 设置初始透明度 */
  border-radius: 3px;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.homePage .banner .swiper-pagination-bullet-active {
  opacity: 1; /* 设置激活状态下的透明度 */
  width: 0.6rem;
}
.homePage .banner .banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.homePage .banner .banner-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.homePage .banner .banner-swiper .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  height: 100%;
}
.homePage .banner .banner-swiper .swiper-wrapper .swiper-slide .item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.homePage .banner .banner-swiper .swiper-wrapper .swiper-slide h1 {
  color: #3e3e44;
  font-size: var(--font-size-60);
}
.homePage .banner .banner-swiper .swiper-wrapper .swiper-slide p {
  font-size: var(--font-size-24);
  color: #666666;
  margin-top: 0.3rem;
}
.homePage .banner .banner-swiper .swiper-wrapper .swiper-slide .btm {
  background-image: -moz-linear-gradient(right, #ff821e 0%, #ff8f2e 50%, #fe9c3d 100%), -moz-linear-gradient(#fb891b, #fb891b);
  background-image: linear-gradient(-90deg, #ff821e 0%, #ff8f2e 50%, #fe9c3d 100%), linear-gradient(#fb891b, #fb891b);
  background-blend-mode: normal, normal;
  border-radius: 26px;
  padding: 12px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  color: white;
  font-family: "WixMadeforDisplay-Bold";
  margin-top: 42px;
}
.homePage .banner .banner-swiper .swiper-wrapper .swiper-slide .btm .name {
  font-size: var(--font-size-16);
}
.homePage .banner .banner-swiper .swiper-wrapper .swiper-slide .btm .i-box {
  background-color: white;
  margin-left: 0.12rem;
  border-radius: 50%;
  width: max(0.3rem, 26px);
  height: max(0.3rem, 26px);
}
.homePage .banner .banner-swiper .swiper-wrapper .swiper-slide .btm .i-box i {
  color: #fc8223;
  font-size: var(--font-size-20);
}
.homePage .product {
  margin-top: 1.16rem;
}
.homePage .product .product-head .more {
  cursor: pointer;
}
.homePage .product .product-head .more p {
  font-size: var(--font-size-20);
  color: #666;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.homePage .product .product-head .more .i-box {
  background-color: #fc8223;
  margin-left: 0.12rem;
  border-radius: 50%;
  width: max(0.42rem, 30px);
  height: max(0.42rem, 30px);
  flex-shrink: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.homePage .product .product-head .more .i-box i {
  color: white;
  font-size: var(--font-size-26);
}
.homePage .product .product-head .more:hover p {
  color: #fc8223;
}
.homePage .product .product-head .more:hover .i-box {
  -moz-transform: translateX(10%);
   -ms-transform: translateX(10%);
       transform: translateX(10%);
}
.homePage .product .title {
  margin-top: 0.2rem;
  color: #222222;
  font-family: "WixMadeforDisplay_Regular";
  color: #222222;
  opacity: 0.67;
  font-size: max(0.2rem, 14px);
}
.homePage .product .list {
  margin-top: 0.52rem;
  flex-wrap: wrap;
  -moz-box-align: normal;
       align-items: normal;
}
.homePage .product .list .item {
  width: 24%;
  background-color: #ffffff;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 0.3rem;
  margin-right: 1.2%;
  background-color: #ffffff;
  box-shadow: 2px 3px 56px 1px rgba(230, 130, 33, 0.09);
  border-radius: max(0.1rem, 10px);
  overflow: hidden;
}
.homePage .product .list .item .img-box {
  background-image: url("../images/chanpin-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 5.05rem;
  width: 100%;
}
.homePage .product .list .item .img-box img {
  width: 80%;
}
.homePage .product .list .item .item-bot {
  box-shadow: 2px 3px 56px 1px rgba(230, 130, 33, 0.09);
  border-radius: 0px 0px 0.1rem 0.1rem;
  padding: 0.36rem 0;
}
.homePage .product .list .item .item-bot .name {
  font-size: max(0.24rem, 14px);
  margin: 0 0.2rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.homePage .product .list .item .bg {
  background-image: -moz-linear-gradient(right, #ff7d14 0%, #ff952f 100%), -moz-linear-gradient(#fb891b, #fb891b);
  background-image: linear-gradient(-90deg, #ff7d14 0%, #ff952f 100%), linear-gradient(#fb891b, #fb891b);
  background-blend-mode: normal, normal;
  border-radius: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  padding: 0 0.24rem;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.homePage .product .list .item .bg .bg-left {
  width: 80%;
}
.homePage .product .list .item .bg .bg-left .name {
  font-size: max(0.24rem, 14px);
  margin-bottom: 0.18rem;
  color: #ffffff;
}
.homePage .product .list .item .bg .bg-left .text {
  font-size: max(0.18rem, 12px);
  color: #ffffff;
}
.homePage .product .list .item .bg .i-box {
  background-color: white;
  margin-left: 0.12rem;
  border-radius: 50%;
  width: max(0.42rem, 20px);
  height: max(0.42rem, 20px);
  flex-shrink: 0;
}
.homePage .product .list .item .bg .i-box i {
  color: #fc8223;
  font-size: var(--font-size-24);
}
.homePage .product .list .item:nth-child(4) {
  margin-right: 0;
}
.homePage .applications {
  margin-top: 1.16rem;
  padding-bottom: 1.2rem;
}
.homePage .applications .applications-head .more {
  cursor: pointer;
}
.homePage .applications .applications-head .more p {
  font-size: var(--font-size-20);
  color: #666;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.homePage .applications .applications-head .more .i-box {
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #fc8223;
  margin-left: 0.12rem;
  border-radius: 50%;
  width: max(0.42rem, 20px);
  height: max(0.42rem, 20px);
  flex-shrink: 0;
}
.homePage .applications .applications-head .more .i-box i {
  color: white;
  line-height: 1;
  font-size: var(--font-size-24);
}
.homePage .applications .applications-head .more:hover p {
  color: #fc8223;
}
.homePage .applications .applications-head .more:hover .i-box {
  -moz-transform: translateX(10%);
   -ms-transform: translateX(10%);
       transform: translateX(10%);
}
.homePage .applications .title {
  margin-top: 0.2rem;
  color: #222222;
  font-family: "WixMadeforDisplay_Regular";
  color: #222222;
  opacity: 0.67;
  font-size: max(0.2rem, 14px);
}
.homePage .applications .list {
  margin-top: 0.52rem;
  flex-wrap: wrap;
  -moz-box-align: normal;
       align-items: normal;
}
.homePage .applications .list .item {
  width: 32%;
  background-color: #ffffff;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 0.3rem;
  position: relative;
  margin-right: 1.5%;
}
.homePage .applications .list .item .img-box img {
  width: 100%;
}
.homePage .applications .list .item .item-bot {
  position: absolute;
  bottom: 0.66rem;
  box-shadow: 2px 3px 56px 1px rgba(230, 130, 33, 0.09);
  border-radius: 0px 0px 0.1rem 0.1rem;
  padding: 0 0.2rem;
}
.homePage .applications .list .item .item-bot .line-w {
  width: max(0.29rem, 29px);
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
}
.homePage .applications .list .item .item-bot .name {
  font-size: max(0.24rem, 14px);
  margin-top: 0.26rem;
  color: white;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.homePage .applications .list .item .item-bot .btm {
  height: 0;
  margin-top: 0.22rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  cursor: pointer;
}
.homePage .applications .list .item .item-bot .btm .i-box {
  background-color: #fc8223;
  margin-left: 0.12rem;
  border-radius: 50%;
  width: max(0.42rem, 20px);
  height: max(0.42rem, 20px);
  flex-shrink: 0;
}
.homePage .applications .list .item .item-bot .btm .i-box i {
  color: white;
  line-height: 1;
  font-size: var(--font-size-24);
}
.homePage .applications .list .item:nth-child(3) {
  margin-right: 0;
}
.homePage .applications .list .item:hover .btm {
  display: block;
  height: auto;
  opacity: 1;
}
.homePage .are {
  background-color: #f7f7f7;
  padding: 0.69rem 0 0.86rem 0;
  background-image: url("../images/are2.png");
  background-size: 100% 100%;
  position: relative;
}
.homePage .are .w1400 h2 {
  margin: 0 auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.homePage .are .w1400 h2 .line-ju {
  width: 0.53rem;
  height: 0.04rem;
  background-color: #fc8223;
  border-radius: 3px;
  margin: 0.22rem auto 0 auto;
}
.homePage .are .w1400 h4 {
  font-size: max(0.24rem, 16px);
  text-align: center;
  margin: 0.42rem auto 0.48rem auto;
  padding: 0 0.4rem;
}
.homePage .are .w1400 .title {
  color: #666666;
  font-size: max(0.18rem, 12px);
  margin: 0 auto 0 auto;
  width: 90%;
}
.homePage .are .w1400 .title1 {
  width: 87%;
}
.homePage .are .w1400 .list {
  margin-top: 0.76rem;
  -moz-box-pack: justify;
       justify-content: space-between;
  background-image: url("../images/are1.png");
  background-size: 100% 100%;
  padding: 0.65rem 0.6rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: space-between;
  min-width: 100%;
  background-color: white;
}
.homePage .are .w1400 .list .item {
  position: relative;
  z-index: 2;
}
.homePage .are .w1400 .list .item h3 {
  font-size: max(0.54rem, 16px);
}
.homePage .are .w1400 .list .item .text {
  color: #222222;
  font-size: max(0.2rem, 12px);
  margin-top: 0.2rem;
}
.homePage .are .w1400 .list .item:hover h3,
.homePage .are .w1400 .list .item:hover .text,
.homePage .are .w1400 .list .item:hover span {
  color: #ff8815 !important;
}
.homePage .are .effects {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  height: 60%;
}
.homePage .are .effects .yuan {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fc8223;
  position: absolute;
  -moz-animation: glow 1s ease-in-out infinite alternate;
       animation: glow 1s ease-in-out infinite alternate; /* 应用动画 */
}
.homePage .are .effects .yuan0 {
  bottom: 0%;
  left: 5%;
}
.homePage .are .effects .yuan1 {
  bottom: 2%;
  left: 0.5%;
}
.homePage .are .effects .yuan2 {
  bottom: 23%;
  left: 2.5%;
}
.homePage .are .effects .yuan3 {
  bottom: 22%;
  left: 55.5%;
}
.homePage .are .effects .yuan4 {
  bottom: 54.5%;
  left: 32%;
}
.homePage .are .effects .yuan5 {
  bottom: 53%;
  left: 43.5%;
}
.homePage .are .effects .yuan6 {
  bottom: 32%;
  left: 32%;
}
.homePage .are .effects .yuan7 {
  bottom: 32.5%;
  left: 44.5%;
}
.homePage .are .effects .yuan8 {
  bottom: 44%;
  right: 41%;
}
.homePage .are .effects .yuan9 {
  bottom: 48%;
  right: 27%;
}
@-moz-keyframes glow {
  from {
    box-shadow: 0 0 2px 1px #fc8223;
  }
  to {
    box-shadow: 0 0 6px 2px #fc8223;
  }
}
@keyframes glow {
  from {
    box-shadow: 0 0 2px 1px #fc8223;
  }
  to {
    box-shadow: 0 0 6px 2px #fc8223;
  }
}
.homePage .are .are-yuan {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fc8223;
  position: absolute;
  -moz-animation: glow 1s ease-in-out infinite alternate;
       animation: glow 1s ease-in-out infinite alternate; /* 应用动画 */
}
.homePage .are .are-yuan1 {
  top: 5%;
  left: 30%;
}
.homePage .are .are-yuan2 {
  top: 20%;
  left: 20%;
}
.homePage .are .are-yuan3 {
  top: 20%;
  right: 20%;
}
.homePage .are .are-yuan4 {
  top: 22%;
  right: 10%;
}
.homePage .news {
  margin-top: 1.16rem;
  padding-bottom: 0.72rem;
}
.homePage .news .news-head .more p {
  font-size: var(--font-size-20);
  color: #666;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.homePage .news .news-head .more .i-box {
  background-color: #fc8223;
  margin-left: 0.12rem;
  border-radius: 50%;
  width: max(0.42rem, 20px);
  height: max(0.42rem, 20px);
  flex-shrink: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.homePage .news .news-head .more .i-box i {
  color: white;
  line-height: 1;
  font-size: var(--font-size-24);
}
.homePage .news .news-head .more:hover p {
  color: #fc8223;
}
.homePage .news .news-head .more:hover .i-box {
  -moz-transform: translateX(10%);
   -ms-transform: translateX(10%);
       transform: translateX(10%);
}
.homePage .news .title {
  margin-top: 0.2rem;
  color: #222222;
  font-family: "WixMadeforDisplay_Regular";
  color: #222222;
  opacity: 0.67;
  font-size: max(0.2rem, 14px);
}
.homePage .news .swiper {
  --swiper-navigation-color: #fc8223; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.4rem; /* 设置按钮大小 */
}
.homePage .news .news-swiper {
  margin-top: 0.52rem;
}
.homePage .news .news-swiper .item {
  background-color: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(220, 212, 213, 0.36);
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  display: block;
}
.homePage .news .news-swiper .item .img-box img {
  width: 100%;
}
.homePage .news .news-swiper .item .item-bot {
  padding: 0.36rem 0.5rem;
}
.homePage .news .news-swiper .item .item-bot .time {
  font-size: var(--font-size-16);
}
.homePage .news .news-swiper .item .item-bot .time i {
  margin-right: 0.1rem;
}
.homePage .news .news-swiper .item .item-bot h5 {
  font-size: var(--font-size-18);
  margin-top: 0.18rem;
  color: #222222;
  width: 100%;
  line-height: 1.8;
}
.homePage .news .news-swiper .yuandian .icon-shubiao {
  margin: 0 0.4rem;
  -moz-animation: img-move 1s infinite alternate;
       animation: img-move 1s infinite alternate;
}
.homePage .news .news-swiper .yuandian i {
  color: #ff9f42;
  font-size: var(--font-size-28);
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .homePage .product .list .item:hover .bg {
    height: 25%;
    opacity: 1;
  }
  .homePage .applications .list .item:hover .btm {
    display: block;
    height: auto;
    opacity: 1;
  }
  .homePage .news .item:hover .item-bot i {
    color: #ff9f42;
  }
  .homePage .news .item:hover .item-bot .time {
    color: #ff9f42;
  }
}
@media screen and (max-width: 1280px) {
  .homePage .homePage .banner .banner-swiper .swiper-wrapper .swiper-slide h1 {
    font-size: 50px;
  }
  .homePage .homePage .banner .banner-swiper .swiper-wrapper .swiper-slide p {
    max-width: 80%;
  }
}
@media screen and (max-width: 1080px) {
  .homePage .banner .banner-swiper .swiper-wrapper .swiper-slide h1 {
    font-size: 40px;
  }
  .homePage .banner .banner-swiper .swiper-wrapper .swiper-slide p {
    font-size: 20px;
    margin-top: 20px;
  }
  .homePage .banner .banner-swiper .swiper-wrapper .swiper-slide .btm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .homePage .banner .banner-swiper .swiper-wrapper .swiper-slide h1 {
    font-size: 20px;
  }
  .homePage .banner .banner-swiper .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    margin-top: 10px;
  }
  .homePage .banner .banner-swiper .swiper-wrapper .swiper-slide .btm {
    margin-top: 10px;
    padding: 6px 8px;
  }
  .homePage .banner .banner-swiper .swiper-wrapper .swiper-slide .btm .name {
    font-size: 12px;
  }
  .homePage .product .list .item {
    width: 49%;
    margin-right: 2%;
  }
  .homePage .product .list .item .bg {
    height: 25%;
    opacity: 1;
  }
  .homePage .product .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .homePage .applications .list .item {
    width: 100%;
  }
  .homePage .applications .list .item .btm {
    display: block;
    height: auto;
    opacity: 1;
  }
  .homePage .are .effects {
    display: none;
  }
  .homePage .are .list .item {
    margin-right: 0.4rem;
  }
  .homePage .are .list .item:nth-last-child(1) {
    margin-right: 0;
  }
  .homePage .news .item {
    width: 100%;
  }
  .homePage .news .item .item-bot i {
    color: #ff9f42;
  }
  .homePage .news .item .item-bot .time {
    color: #ff9f42;
  }
}

.applications-page {
  background-color: #fafafa;
}
.applications-page .banner {
  overflow: hidden;
}
.applications-page .banner img {
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
}
.applications-page .industries {
  padding: 0.6rem 0;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.applications-page .industries p {
  margin-top: 0.3rem;
  color: #666666;
  font-size: var(--font-size-20);
}
.applications-page .areas {
  padding: 0.8rem 0 0 0;
}
.applications-page .areas h2 {
  text-align: center;
}
.applications-page .areas .list {
  margin-top: 0.6rem;
}
.applications-page .areas .list .item {
  margin-bottom: 1.06rem;
}
.applications-page .areas .list .item .and {
  display: none;
}
.applications-page .areas .list .item .item-left {
  width: 50%;
  overflow: hidden;
  border-radius: max(0.1rem, 10px);
}
.applications-page .areas .list .item .item-left img {
  height: 100%;
  border-radius: 0.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.applications-page .areas .list .item .item-left img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.applications-page .areas .list .item .item-right {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  width: 50%;
  padding: 0 2.38rem 0 0.5rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.applications-page .areas .list .item .item-right h3 {
  font-size: var(--font-size-30);
  margin-bottom: 0.16rem;
}
.applications-page .areas .list .item .item-right .btm {
  color: #fb8119;
  margin-top: 0.24rem;
}
.applications-page .areas .list .item .item-right .btm i {
  margin-left: 0.1rem;
}
.applications-page .areas .list .item .item-right .scroll-y {
  max-height: 70%;
}
.applications-page .areas .list .item .item-right .item-right-content {
  height: 100%;
  padding-right: 0.4rem;
}
.applications-page .areas .list .item .item-right .item-right-content p {
  font-size: var(--font-size-18);
}
.applications-page .areas .list .item:hover .item-right h3 {
  color: #fb8119;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.applications-page .areas .list .item:nth-child(2n) .item-right.pc h3,
.applications-page .areas .list .item:nth-child(2n) .item-right.pc .btm {
  margin-left: 0.4rem;
}
.applications-page .areas .list .item:nth-child(2n) .item-right {
  padding: 0 0.5rem 0 2.38rem;
}
.applications-page .areas .list .item:nth-child(2n) .item-right .scroll-y {
  direction: rtl;
}
.applications-page .areas .list .item:nth-child(2n) .item-right .scroll-y .item-right-content {
  direction: ltr;
  padding-right: 0;
  padding-left: 0.4rem;
}
.applications-page .advantages {
  text-align: center;
  padding-bottom: 1.26rem;
}
.applications-page .advantages .list {
  margin-top: 0.98rem;
  flex-wrap: wrap;
}
.applications-page .advantages .list .item {
  width: 25%;
}
.applications-page .advantages .list .item img {
  width: 1.13rem;
  border-radius: 50%;
  cursor: pointer;
}
.applications-page .advantages .list .item img:hover {
  background-color: #fc8223;
}
.applications-page .advantages .list .item h3 {
  font-size: var(--font-size-24);
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .applications-page .areas .list .item {
    display: block;
  }
  .applications-page .areas .list .item .pc {
    display: none;
  }
  .applications-page .areas .list .item .and {
    display: block;
  }
  .applications-page .areas .list .item .item-left,
  .applications-page .areas .list .item .item-right {
    width: 100%;
  }
  .applications-page .areas .list .item .item-right {
    padding: 0 0.5rem !important;
  }
  .applications-page .areas .list .item .item-right .scroll-y {
    max-height: 300px;
    margin-top: 0.2rem;
  }
  .applications-page .areas .list .item .item-right .item-right-content {
    padding-left: 0 !important;
  }
  .applications-page .areas .list .item .item-right h3 {
    margin-top: 0.2rem;
  }
  .applications-page .areas .list .item .and .scroll-y {
    direction: inherit !important;
  }
  .applications-page .areas .list .item .and .scroll-y .item-right-content {
    direction: inherit !important;
    padding-right: 0.4rem !important;
  }
  .applications-page .advantages .list .item {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}

.applicationsDetails-page {
  background-color: #fafafa;
}
.applicationsDetails-page .banner {
  overflow: hidden;
}
.applicationsDetails-page .banner img {
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
}
.applicationsDetails-page .lighting {
  padding: 0.6rem 0;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.applicationsDetails-page .lighting p {
  margin-top: 0.3rem;
  color: #666666;
  font-size: var(--font-size-20);
}
.applicationsDetails-page .cases {
  padding: 0.8rem 0 0 0;
}
.applicationsDetails-page .cases h2 {
  text-align: center;
}
.applicationsDetails-page .cases .swiper {
  -moz-perspective: 1200px;
       perspective: 1200px;
  padding-bottom: 0.6rem;
}
.applicationsDetails-page .cases .cases-swiper {
  margin-top: 0.6rem;
}
.applicationsDetails-page .cases .cases-swiper .swiper-pagination {
  bottom: 0;
}
.applicationsDetails-page .cases .cases-swiper .swiper-slide {
  -moz-transform: scale(0.9) rotateY(20deg);
       transform: scale(0.9) rotateY(20deg);
  position: relative;
  border-radius: max(0.1rem, 10px);
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.applicationsDetails-page .cases .cases-swiper .swiper-slide .bg {
  border-radius: max(0.1rem, 10px);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.applicationsDetails-page .cases .cases-swiper .swiper-slide .item {
  position: absolute;
  bottom: 0.4rem;
  left: 0.34rem;
  color: white;
}
.applicationsDetails-page .cases .cases-swiper .swiper-slide .item .name {
  font-size: var(--font-size-24);
  font-family: "WixMadeforDisplay_Semlibold";
}
.applicationsDetails-page .cases .cases-swiper .swiper-slide .mengceng {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.applicationsDetails-page .cases .cases-swiper .swiper-slide-active {
  -moz-transform: scale(1) rotateY(0);
       transform: scale(1) rotateY(0);
}
.applicationsDetails-page .products {
  margin-top: 1.22rem;
  padding-bottom: 0.8rem;
}
.applicationsDetails-page .products h2 {
  text-align: center;
}
.applicationsDetails-page .products .products-swiper {
  margin-left: 2.6rem;
  margin-top: 0.62rem;
}
.applicationsDetails-page .products .products-swiper .swiper-slide a {
  display: block;
  background-color: #ffffff;
  box-shadow: 4px 6px 42px 1px rgba(213, 213, 213, 0.22);
  border-radius: 0.1rem;
  text-align: center;
  padding-top: 0.5rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
}
.applicationsDetails-page .products .products-swiper .swiper-slide a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #fc8223;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.applicationsDetails-page .products .products-swiper .swiper-slide .bg {
  width: 80%;
}
.applicationsDetails-page .products .products-swiper .swiper-slide .item {
  text-align: left;
  padding-left: 0.5rem;
  padding-bottom: 0.74rem;
}
.applicationsDetails-page .products .products-swiper .swiper-slide .item h3 {
  font-size: var(--font-size-24);
  margin-top: 0.56rem;
  margin-bottom: 0.35rem;
}
.applicationsDetails-page .products .products-swiper .swiper-slide .item .more p {
  color: #fc8223;
  font-size: var(--font-size-16);
}
.applicationsDetails-page .products .products-swiper .swiper-slide .item .more i {
  margin-left: 0.1rem;
  font-weight: bold;
  color: #fc8223;
  font-size: var(--font-size-16);
}
.applicationsDetails-page .products .products-swiper .swiper-slide::before {
  width: 100%;
}
.applicationsDetails-page .products .products-swiper .swiper-slide:hover a::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .applicationsDetails-page .products .products-bot {
    margin-top: 0.2rem;
  }
  .applicationsDetails-page .products .products-bot .btm .i-box {
    width: max(0.42rem, 30px);
    height: max(0.42rem, 30px);
    border-radius: 50%;
    background-color: white;
    margin-right: max(0.06rem, 2px);
    cursor: pointer;
    -moz-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px -1px 38px 0px rgba(160, 138, 122, 0.1);
  }
  .applicationsDetails-page .products .products-bot .btm .i-box i {
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #fc8223;
    font-size: var(--font-size-26);
  }
  .applicationsDetails-page .products .products-bot .btm .i-box:hover {
    background-color: #fc8223;
  }
  .applicationsDetails-page .products .products-bot .btm .i-box:hover i {
    color: white;
  }
  .applicationsDetails-page .products .products-bot .btm .left {
    -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
         transform: rotate(180deg); /* 顺时针旋转45度 */
  }
  .applicationsDetails-page .products .swiper-pagination-horizontal {
    width: 6.4rem;
    height: 3px;
    border-radius: 2px;
    overflow: hidden;
    right: 2.6rem;
    bottom: 0;
    top: auto;
    left: auto;
    background-color: #d3d3d3;
    margin-top: 0.3rem;
  }
  .applicationsDetails-page .products .swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
    background-color: #fc8223;
  }
}
@media screen and (max-width: 768px) {
  .applicationsDetails-page .cases .swiper-slide-active {
    -moz-transform: scale(0.85) !important;
     -ms-transform: scale(0.85) !important;
         transform: scale(0.85) !important;
  }
  .applicationsDetails-page .products .products-swiper {
    margin: 0.62rem auto 0 auto;
    width: 80%;
  }
  .applicationsDetails-page .products .products-swiper .products-bot {
    margin-top: 0.8rem;
  }
  .applicationsDetails-page .products .products-swiper .products-bot .btm {
    display: none;
  }
  .applicationsDetails-page .products .products-swiper .swiper-pagination-progressbar-fill {
    background-color: #fc8223;
  }
}

.products-page {
  background-color: #fafafa;
}
.products-page .banner {
  position: relative;
  overflow: hidden;
}
.products-page .banner .bg {
  -o-object-position: right;
     object-position: right;
  min-height: 300px;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
}
.products-page .banner .content {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 72%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.products-page .banner .content .line {
  width: 0.53rem;
  height: 0.06rem;
  background-color: #fb891b;
  border-radius: 3px;
}
.products-page .banner .content h1 {
  margin: 0.4rem 0 0.34rem 0;
  font-size: var(--font-size-54);
}
.products-page .banner .content p {
  width: 60%;
  font-size: var(--font-size-18);
}
.products-page .content {
  margin-top: 0.6rem;
  padding-bottom: 0.4rem;
}
.products-page .content .content-left {
  min-width: 3rem;
  background-color: #ffffff;
  box-shadow: 4px 6px 42px 1px rgba(213, 213, 213, 0.22);
  border-radius: 0.1rem;
  padding: 0.34rem 0.25rem 0.34rem 0.25rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.products-page .content .content-left input[type=checkbox] {
  accent-color: #fc8223; /*   将选中颜色改为红色 */
  color: white;
}
.products-page .content .content-left .oneUl .oneLi {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 0.24rem 0;
}
.products-page .content .content-left .oneUl .oneLi .category {
  cursor: pointer;
}
.products-page .content .content-left .oneUl .oneLi .category h3 {
  color: #222222;
  font-size: var(--font-size-18);
}
.products-page .content .content-left .oneUl .oneLi .category i {
  color: black;
  display: block;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.products-page .content .content-left .oneUl .active .twoUl {
  display: block !important;
}
.products-page .content .content-left .oneUl .active .category i {
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
       transform: rotate(90deg);
}
.products-page .content .content-left .oneUl .twoUl {
  display: none;
  -moz-transition: 1s;
  transition: 1s;
}
.products-page .content .content-left .oneUl .twoUl .twoLi {
  width: 100%;
  margin-top: 0.28rem;
  margin-left: 0.06rem;
}
.products-page .content .content-left .oneUl .twoUl .twoLi .twoLi-box {
  -moz-box-align: baseline;
       align-items: baseline;
}
.products-page .content .content-left .oneUl .twoUl .twoLi .twoLi-box .acitve {
  color: #fc8223;
}
.products-page .content .content-left .oneUl .twoUl .twoLi .twoLi-box .category-two {
  margin-left: 0.2rem;
  font-weight: 500;
}
.products-page .content .content-left .oneUl .twoUl .twoLi .twoLi-box .category-two .threeUl {
  margin-top: 0.24rem;
}
.products-page .content .content-left .oneUl .twoUl .twoLi .twoLi-box .category-two .threeUl .threeLi p {
  margin-left: 0.16rem;
  font-weight: 500;
}
.products-page .content .content-left .oneUl .twoUl .twoLi .twoLi-box .category-two .threeUl .threeLi .p-active {
  color: #fc8223;
}
.products-page .content .content-left .oneUl .twoUl .twoLi .twoLi-box .category-two-active h4 {
  color: #fc8223;
}
.products-page .content .content-left .oneUl .oneLi:nth-child(1) {
  border-top: none;
}
.products-page .content .content-left .oneUl .oneLi:nth-last-child(1) {
  border-bottom: none;
}
.products-page .content .content-left .search {
  width: 100%;
  padding: 0.12rem 0;
  font-size: var(--font-size-16);
  border-radius: 0.1rem;
  background-color: #fc8223;
  color: white;
  margin-top: 0.2rem;
  cursor: pointer;
}
.products-page .content .content-right {
  margin-left: 0.32rem;
  width: 100%;
}
.products-page .content .content-right .products {
  color: #666666;
  font-size: var(--font-size-16);
}
.products-page .content .content-right .list {
  margin-top: 0.34rem;
}
.products-page .content .content-right .list .item {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 4px 6px 42px 1px rgba(213, 213, 213, 0.22);
  border-radius: 0.1rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0.38rem 0.54rem 0.64rem 0.54rem;
  margin-bottom: 0.16rem;
  position: relative;
}
.products-page .content .content-right .list .item .item-left {
  width: 35%;
}
.products-page .content .content-right .list .item .item-left img {
  width: 80%;
}
.products-page .content .content-right .list .item .item-right {
  -moz-box-flex: 1;
       flex: 1;
  margin-left: 0.84rem;
}
.products-page .content .content-right .list .item .item-right h4 {
  font-size: var(--font-size-24);
}
.products-page .content .content-right .list .item .item-right p {
  margin-top: 0.2rem;
  line-height: 1.8;
  overflow-y: auto;
  max-height: 220px;
  padding-right: 0.3rem;
}
.products-page .content .content-right .list .item .item-right .more {
  color: #fc8223;
  font-size: var(--font-size-16);
  margin-top: 0.46rem;
}
.products-page .content .content-right .list .item .item-right .more span {
  line-height: 1.5;
  display: block;
}
.products-page .content .content-right .list .item .item-right .more i {
  font-size: var(--font-size-22);
  margin-left: 0.12rem;
}
.products-page .content .content-right .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #fc8223;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.products-page .content .content-right .list .item:hover::before {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .products-page .content {
    display: block;
  }
  .products-page .content .content-left {
    width: 100%;
    margin-bottom: 0.6rem;
    position: static;
  }
  .products-page .content .content-right {
    width: 100%;
    margin: 0;
  }
  .products-page .content .content-right .list {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
  }
  .products-page .content .content-right .list .item {
    width: 49%;
    margin-right: 2%;
    display: block;
  }
  .products-page .content .content-right .list .item .item-left {
    width: 100%;
  }
  .products-page .content .content-right .list .item .item-left img {
    margin-bottom: 0.4rem;
  }
  .products-page .content .content-right .list .item .scroll-y {
    max-height: auto !important;
  }
  .products-page .content .content-right .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .products-page .banner .bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .products-page .banner .content {
    width: 95%;
  }
  .products-page .banner .content p {
    width: 100%;
  }
  .products-page .content .content-right .list .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .products-page .content .content-right .list .item-right {
    margin-left: 0 !important;
  }
}

.productsDetails-page {
  background-color: white;
}
.productsDetails-page .content .exhibit {
  background-color: #ffffff;
  box-shadow: 4px 6px 42px 1px rgba(213, 213, 213, 0.22);
  padding: 0.6rem 0.46rem 0.6rem 0.46rem;
}
.productsDetails-page .content .exhibit h1 {
  font-size: var(--font-size-40);
  margin: 0;
}
.productsDetails-page .content .exhibit .item {
  margin-top: 0.66rem;
}
.productsDetails-page .content .exhibit .item .item-left {
  width: 5.36rem;
}
.productsDetails-page .content .exhibit .item .item-left .bg-swiper .swiper-slide {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.productsDetails-page .content .exhibit .item .item-left .bg-swiper img {
  width: 80%;
}
.productsDetails-page .content .exhibit .item .item-left .thumbnail-swiper {
  margin-top: 0.8rem;
}
.productsDetails-page .content .exhibit .item .item-left .thumbnail-swiper .swiper-slide-thumb-active .box {
  border: 1px solid #fc8223;
}
.productsDetails-page .content .exhibit .item .item-left .thumbnail-swiper .box {
  border-radius: 0.1rem;
  border: solid 1px #e0e0e0;
  padding: 0.1rem;
  text-align: center;
  cursor: pointer;
}
.productsDetails-page .content .exhibit .item .item-left .thumbnail-swiper .box img {
  width: 0.72rem;
}
.productsDetails-page .content .exhibit .item .item-right {
  margin-left: 0.92rem;
  -moz-box-flex: 1;
       flex: 1;
}
.productsDetails-page .content .exhibit .item .item-right h2 {
  margin-bottom: 0.15rem;
  font-size: var(--font-size-26);
}
.productsDetails-page .content .exhibit .item .item-right .copywriting {
  font-size: var(--font-size-18);
}
.productsDetails-page .content .exhibit .item .item-right .product {
  margin-top: 0.34rem;
}
.productsDetails-page .content .exhibit .item .item-right .product h3 {
  margin-bottom: 0.18rem;
}
.productsDetails-page .content .exhibit .item .item-right .product p {
  line-height: 1.8;
}
.productsDetails-page .content .form {
  padding-bottom: 0.86rem;
  margin-top: 0.42rem;
}
.productsDetails-page .content .form table {
  width: 100%;
  min-width: 800px;
  border-spacing: 0;
}
.productsDetails-page .content .form table thead th .box {
  background-color: #fc8223;
  border-radius: 0.1rem;
  color: #ffffff;
  font-size: var(--font-size-18);
  padding: 0.14rem 0.2rem;
  margin-right: 0.06rem;
}
.productsDetails-page .content .form table tbody {
  margin-top: max(0.06rem, 6px);
}
.productsDetails-page .content .form table tbody tr td {
  color: #333333;
  font-size: var(--font-size-16);
  padding: 0.14rem 0.2rem;
  text-align: center;
}
.productsDetails-page .content .form table tbody tr:nth-child(2n+1) {
  background-color: #f8f9fa;
}
.productsDetails-page .content .form table tbody tr:nth-child(2n) {
  background-color: #feffff;
}
.productsDetails-page .content .product-content {
  overflow: hidden;
}
.productsDetails-page .content .product-content img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .productsDetails-page .content .item {
    display: block;
  }
  .productsDetails-page .content .item .item-left {
    width: 100% !important;
  }
  .productsDetails-page .content .item .item-right {
    margin-top: 0.4rem;
    margin-left: 0 !important;
  }
}

.faq-page {
  background-color: #fafafa;
}
.faq-page .banner {
  position: relative;
  overflow: hidden;
}
.faq-page .banner .bg {
  -o-object-position: right;
     object-position: right;
  min-height: 300px;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
}
.faq-page .banner .content {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 72%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.faq-page .banner .content .line {
  width: 0.53rem;
  height: 0.06rem;
  background-color: #fb891b;
  border-radius: 3px;
}
.faq-page .banner .content h1 {
  margin: 0.4rem 0 0.34rem 0;
  font-size: var(--font-size-54);
}
.faq-page .banner .content p {
  width: 60%;
  font-size: var(--font-size-18);
}
.faq-page .content {
  margin-top: 0.84rem;
  padding-bottom: 0.5rem;
}
.faq-page .content .list .item {
  border-radius: 0.1rem;
  border: solid 1px #eef7f7;
  padding: 0.32rem 0.4rem;
  margin-bottom: 0.14rem;
  background-color: white;
}
.faq-page .content .list .item .item-head .item-head-left {
  cursor: pointer;
  -moz-box-align: start;
       align-items: flex-start;
}
.faq-page .content .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
}
.faq-page .content .list .item .item-head .item-head-left h2 {
  margin-left: 0.08rem;
  font-size: var(--font-size-22);
}
.faq-page .content .list .item .item-head .item-head-right {
  cursor: pointer;
}
.faq-page .content .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #707070;
  font-size: var(--font-size-48);
}
.faq-page .content .list .item .item-bot {
  display: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0.28rem;
  overflow: hidden;
}
.faq-page .content .list .item .item-bot p {
  line-height: 1.8;
  font-size: var(--font-size-16);
  height: 1.12rem;
  padding-right: 3.25rem;
}
.faq-page .content .list .item .item-bot p i {
  margin-right: 0.2rem;
}
.faq-page .content .list .item .item-bot p i {
  color: #fc8223;
}
.faq-page .content .list .item-active .item-head .item-head-left i,
.faq-page .content .list .item-active .item-head .item-head-left h2 {
  color: #fc8223;
}
.faq-page .content .list .item-active .item-head .item-head-right i {
  display: block;
  -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
       transform: scaleY(-1);
}
.faq-page .content .list .item-active .item-bot {
  display: block;
}
@media screen and (max-width: 768px) {
  .faq-page .banner .bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .faq-page .content .list .item .item-bot .scroll-y {
    height: 150px;
    padding-right: 0.1rem;
  }
}

.download-page {
  background-color: #fafafa;
}
.download-page .banner {
  position: relative;
  overflow: hidden;
}
.download-page .banner .bg {
  -o-object-position: right;
     object-position: right;
  min-height: 300px;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-page .banner .content {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 72%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.download-page .banner .content .line {
  width: 0.53rem;
  height: 0.06rem;
  background-color: #fb891b;
  border-radius: 3px;
}
.download-page .banner .content h1 {
  margin: 0.4rem 0 0.34rem 0;
  font-size: var(--font-size-54);
}
.download-page .banner .content p {
  width: 60%;
  font-size: var(--font-size-18);
}
.download-page .content {
  margin-top: 0.84rem;
  padding-bottom: 0.46rem;
}
.download-page .content .list {
  flex-wrap: wrap;
}
.download-page .content .list .item {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.1rem;
  border: solid 1px #eef7f7;
  padding: 0.83rem 0.3rem 1.1rem 0.3rem;
  width: 49%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0.2rem;
  margin-right: 1%;
}
.download-page .content .list .item .item-right {
  margin-left: 0.46rem;
}
.download-page .content .list .item .item-right h2 {
  font-size: var(--font-size-22);
}
.download-page .content .list .item .item-right .arrow {
  margin-top: 0.18rem;
}
.download-page .content .list .item .item-right .arrow a {
  margin-right: 0.2rem;
  color: #222222;
  font-size: var(--font-size-16);
}
.download-page .content .list .item .item-right .arrow a span {
  display: block;
  line-height: 1.5;
}
.download-page .content .list .item .item-right .arrow a i {
  margin-left: 0.08rem;
  -moz-transition: all 550ms;
  transition: all 550ms;
  font-weight: bold;
  font-size: var(--font-size-16);
}
.download-page .content .list .item .item-right .arrow a:hover {
  color: #fc8223 !important;
}
.download-page .content .list .item .item-right .arrow a:hover i {
  color: #fc8223 !important;
}
.download-page .content .list .item .line {
  position: absolute;
  height: 4px;
  width: 0%;
  bottom: 0;
  left: 0;
  background-color: #fc8223;
}
.download-page .content .list .item:nth-child(2) {
  margin-right: 0;
}
.download-page .content .list .item:hover .line {
  -moz-transition: 1s;
  transition: 1s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .download-page .content .list .item {
    width: 100%;
  }
}

.about-page {
  background-color: white;
}
.about-page .banner {
  position: relative;
  overflow: hidden;
}
.about-page .banner .bg {
  -o-object-position: right;
     object-position: right;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
}
.about-page .banner .content {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 72%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.about-page .banner .content .line {
  width: 0.53rem;
  height: 0.06rem;
  background-color: #fb891b;
  border-radius: 3px;
}
.about-page .banner .content h1 {
  margin: 0.4rem 0 0.34rem 0;
  font-size: var(--font-size-54);
}
.about-page .banner .content p {
  width: 60%;
  font-size: var(--font-size-18);
}
.about-page .electronics {
  padding-top: 0.6rem;
  position: relative;
  width: 100%;
  padding-bottom: 1.54rem;
}
.about-page .electronics .bg {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  right: 0;
  bottom: 0;
}
.about-page .electronics .bg-yuan {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fc8223;
  position: absolute;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
.about-page .electronics .bg-yuan1 {
  bottom: 31%;
  right: 18%;
}
.about-page .electronics .bg-yuan2 {
  bottom: 51%;
  right: 30%;
}
.about-page .electronics .electronics-content {
  z-index: 2;
  position: relative;
}
.about-page .electronics .electronics-content h2 {
  text-align: center;
}
.about-page .electronics .electronics-content .scroll-y {
  margin-top: 0.6rem;
}
.about-page .electronics .electronics-content ul {
  padding-top: 0.6rem;
}
.about-page .electronics .electronics-content ul li {
  margin-bottom: 0.56rem;
}
.about-page .electronics .electronics-content ul li .text-box p {
  width: 54%;
  font-size: var(--font-size-18);
}
.about-page .electronics .electronics-content ul li .text-box p em {
  color: #fc9653;
  font-weight: bold;
}
.about-page .electronics .electronics-content ul li .text-box p span {
  color: #fc9653;
  font-size: var(--font-size-26);
}
.about-page .Innovation {
  background: #fffbf8;
  padding: 0.96rem 2.4rem 1.1rem 2.6rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
  background-image: url("../images/about-bg5.jpg");
  background-size: 100% 100%;
}
.about-page .Innovation h2 {
  text-align: center;
}
.about-page .Innovation .title {
  font-size: var(--font-size-22);
  margin-top: 0.22rem;
  text-align: center;
}
.about-page .Innovation .Innovation-content {
  margin-top: 0.6rem;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.about-page .Innovation .Innovation-content .Innovation-content-left {
  width: 40%;
}
.about-page .Innovation .Innovation-content .Innovation-content-left .box {
  margin-bottom: 0.4rem;
}
.about-page .Innovation .Innovation-content .Innovation-content-left .box .i-box {
  background-color: #fc8018;
  border-radius: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: max(0.69rem, 40px);
  height: max(0.69rem, 40px);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.about-page .Innovation .Innovation-content .Innovation-content-left .box .i-box i {
  color: white;
  font-size: var(--font-size-40);
}
.about-page .Innovation .Innovation-content .Innovation-content-left .box img {
  width: 0.7rem;
  border: 50%;
}
.about-page .Innovation .Innovation-content .Innovation-content-left .box h3 {
  margin-top: 0.28rem;
  font-family: "";
  font-weight: 600;
}
.about-page .Innovation .Innovation-content .Innovation-content-left .box p {
  margin-top: 0.3rem;
  line-height: 2;
}
.about-page .Innovation .Innovation-content .Innovation-content-right {
  position: relative;
  margin-left: 8%;
  -moz-box-flex: 1;
       flex: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.about-page .Innovation .Innovation-content .Innovation-content-right .Innovation-content-right-bg1 {
  width: 6.85rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.about-page .Innovation .Innovation-content .Innovation-content-right .Innovation-content-right-bg2 {
  position: absolute;
  width: 4.5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  right: -5%;
  bottom: -25%;
}
.about-page .Innovation .Innovation-content .Innovation-content-right .Innovation-content-right-bg1:hover,
.about-page .Innovation .Innovation-content .Innovation-content-right .Innovation-content-right-bg2:hover {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.about-page .capabilities {
  padding: 1.4rem 0 0.8rem 0;
  background-color: white;
}
.about-page .capabilities h2 {
  text-align: center;
}
.about-page .capabilities .title-box {
  margin-top: 0.2rem;
}
.about-page .capabilities .title-box p {
  text-align: center;
  margin-bottom: 0.22rem;
  font-size: var(--font-size-22);
}
.about-page .capabilities .title-box p span {
  font-weight: 600;
  color: black;
}
.about-page .capabilities .capabilities-swiper {
  margin-top: 0.34rem;
  margin-left: 2.6rem;
}
.about-page .capabilities .capabilities-swiper .capabilities-swiper-pagination {
  text-align: center;
  margin-top: 0.46rem;
}
.about-page .certifications {
  background-color: #ffffff;
  padding: 1.16rem 0 1.06rem 0;
}
.about-page .certifications h2 .name {
  margin-right: 0.2rem;
}
.about-page .certifications h2 .list {
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
}
.about-page .certifications h2 .list .box-h {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  font-size: var(--font-size-40);
}
.about-page .certifications h2 .list .box-h img {
  width: 0.52rem;
  margin: 0 0.04rem;
}
.about-page .certifications .title {
  margin-top: 0.22rem;
  font-size: var(--font-size-22);
  text-align: center;
}
.about-page .certifications .certifications-swiper {
  margin-top: 0.74rem;
}
.about-page .certifications .certifications-swiper .swiper-slide {
  text-align: center;
}
.about-page .certifications .certifications-swiper .swiper-slide img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 0.4rem;
}
.about-page .certifications .certifications-swiper .certifications-swiper-pagination {
  margin-top: 0.7rem;
  text-align: center;
}
.about-page .culture {
  background-color: #fafafa;
  padding: 1rem 0 1.02rem 0;
}
.about-page .culture h2 {
  text-align: center;
}
.about-page .culture .title {
  margin-top: 0.18rem;
  font-size: var(--font-size-22);
  text-align: center;
}
.about-page .culture .list {
  margin-top: 0.82rem;
}
.about-page .culture .list .item {
  padding: 0.56rem 0.22rem 0.46rem 0.22rem;
  background-color: #faf6f1;
  border-radius: 0.1rem;
  border: solid 1px #ffd4aa;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0.4rem;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .culture .list .item i {
  font-size: var(--font-size-40);
}
.about-page .culture .list .item h3 {
  font-size: var(--font-size-24);
  margin-top: 0.42rem;
}
.about-page .culture .list .item p {
  font-size: var(--font-size-18);
  color: #222222;
  margin-top: 0.26rem;
  width: 90%;
}
.about-page .culture .list .item:hover {
  background-image: url("../images/culture-bg.jpg");
  background-size: 100% 100%;
}
.about-page .culture .list .item:hover h3,
.about-page .culture .list .item:hover p,
.about-page .culture .list .item:hover i {
  color: white !important;
}
.about-page .culture .list .item:hover h3 {
  font-size: var(--font-size-24);
  margin-top: 0.42rem;
}
.about-page .culture .list .item:hover p {
  font-size: var(--font-size-18);
  color: #222222;
  margin-top: 0.26rem;
  width: 90%;
}
.about-page .culture .list .item:nth-child(1) {
  width: 32%;
}
.about-page .culture .list .item:nth-child(2) {
  width: 32%;
}
.about-page .culture .list .item:nth-child(3) {
  width: 44.5%;
  margin-right: 0;
}
.about-page .development {
  padding: 1.2rem 0 1.64rem 0;
  background-color: white;
}
.about-page .development h2 {
  text-align: center;
}
.about-page .development .development-i {
  margin-top: 0.4rem;
  padding: 0 2.5rem;
}
.about-page .development .development-i .i-box {
  width: max(0.42rem, 30px);
  height: max(0.42rem, 30px);
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  color: #fb891b;
  border: 1px solid #fb891b;
  font-weight: bold;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .development .development-i .i-box i {
  font-size: var(--font-size-26);
}
.about-page .development .development-i .i-box:hover {
  background-color: #fb891b;
  color: white;
}
.about-page .development .and {
  display: none;
}
.about-page .development .development-content {
  position: relative;
}
.about-page .development .development-content .bg {
  position: absolute;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  right: 0;
  bottom: 0%;
}
.about-page .development .development-content .development-swiper {
  margin-left: 2.5rem;
  padding-left: 0.1rem;
}
.about-page .development .development-content .development-swiper .list {
  -moz-box-align: anchor-center;
       align-items: anchor-center;
  height: 5rem;
}
.about-page .development .development-content .development-swiper .item {
  padding: 0 0 1rem 0;
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  padding-left: 0.26rem;
  padding-right: 0.3rem;
  width: 100%;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .development .development-content .development-swiper .item h4 {
  font-size: var(--font-size-24);
}
.about-page .development .development-content .development-swiper .item p {
  font-size: var(--font-size-18);
  margin-top: 0.46rem;
}
.about-page .development .development-content .development-swiper .item .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.about-page .development .development-content .development-swiper .item .line::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ff9c33;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-page .development .development-content .development-swiper .item .line::before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #ff9c33;
  border-radius: 50%;
  left: -0.06rem;
}
.about-page .development .development-content .development-swiper .swiper-slide-active .item {
  bottom: 1.2rem;
  opacity: 1;
}
.about-page .development .development-content .development-swiper .swiper-slide-active + .swiper-slide .item {
  bottom: 1.06rem;
  opacity: 1;
}
.about-page .development .development-content .development-swiper .swiper-slide-active + .swiper-slide + .swiper-slide .item {
  bottom: 1.6rem;
  opacity: 1;
}
.about-page .development .development-content .development-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .item {
  bottom: 1.9rem;
  opacity: 1;
}
.about-page .development .development-content .development-swiper .item:nth-child(1) {
  margin-bottom: -0.8rem;
}
.about-page .development .development-content .development-swiper .item:nth-child(2) {
  margin-bottom: -0.58rem;
}
.about-page .development .development-content .development-swiper .item:nth-child(3) {
  margin-bottom: 0.56rem;
}
.about-page .development .development-content .development-swiper .item:nth-child(4) {
  margin-bottom: 1.1rem;
}
.about-page .development .development-and {
  display: none;
  margin-top: 50px;
  padding-left: 30px;
}
.about-page .development .development-and .development-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.about-page .development .development-and .development-list .development-item {
  height: 4rem;
  position: relative;
  padding-left: 0.26rem;
  padding-right: 0.3rem;
  width: 100%;
  max-width: 98vw;
}
.about-page .development .development-and .development-list .development-item h4 {
  font-size: 20px;
}
.about-page .development .development-and .development-list .development-item p {
  font-size: 16px;
  margin-top: 0.2rem;
}
.about-page .development .development-and .development-list .development-item .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.about-page .development .development-and .development-list .development-item .line::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ff9c33;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-page .development .development-and .development-list .development-item .line::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ff9c33;
  border-radius: 50%;
  left: -4px;
}
@media screen and (max-width: 768px) {
  .about-page .electronics ul {
    padding-top: 0rem !important;
    padding-bottom: 0.3rem;
    max-height: 250px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .about-page .electronics ul li .text-box p {
    width: 100% !important;
  }
  .about-page .electronics .bg-yuan {
    display: none;
  }
  .about-page .certifications h2 {
    display: block;
    text-align: center;
  }
  .about-page .capabilities .capabilities-swiper {
    margin-left: 0;
    width: 80%;
    margin: 0.34rem auto 0 auto;
  }
  .about-page .Innovation {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .about-page .Innovation .Innovation-content {
    display: block;
  }
  .about-page .Innovation .Innovation-content .Innovation-content-left {
    width: 100% !important;
  }
  .about-page .Innovation .Innovation-content .Innovation-content-right {
    margin-top: 0.4rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0 !important;
    margin-bottom: 60px;
  }
  .about-page .culture .list {
    flex-wrap: wrap;
  }
  .about-page .culture .list .item {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-page .development .pc {
    display: none;
  }
  .about-page .development .development-i {
    display: none;
  }
  .about-page .development .and {
    display: block;
  }
  .about-page .development .and .development-swiper {
    margin-left: 0;
  }
  .about-page .development .and .development-swiper .swiper-slide {
    padding-left: 100px;
  }
  .about-page .development .and .development-swiper .item:nth-child(1) {
    height: 140px;
    margin-bottom: 8px;
  }
  .about-page .development .development-and {
    display: block;
  }
}

.contact-page {
  background-color: #ffffff;
}
.contact-page .banner {
  position: relative;
  overflow: hidden;
}
.contact-page .banner .bg {
  -o-object-position: right;
     object-position: right;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
}
.contact-page .content {
  margin-top: 0.6rem;
  padding-bottom: 1.5rem;
}
.contact-page .content .w1400 {
  -moz-box-pack: justify;
       justify-content: space-between;
}
.contact-page .content .content-left {
  width: 45%;
  padding-top: 0.62rem;
}
.contact-page .content .content-left .item {
  margin-bottom: 0.46rem;
}
.contact-page .content .content-left .item .box {
  margin-top: 0.12rem;
}
.contact-page .content .content-left .item .box img {
  width: 0.4rem;
  height: 0.4rem;
}
.contact-page .content .content-left .item .box .phone {
  color: #fb891b;
  font-size: var(--font-size-48);
  margin-left: 0.16rem;
  font-weight: bold;
}
.contact-page .content .content-left .item .box .email-address {
  font-size: var(--font-size-30);
  font-weight: bold;
  color: #222222;
}
.contact-page .content .content-left .item .box .contact-address {
  font-size: var(--font-size-18);
  color: #222222;
}
.contact-page .content .content-right {
  width: 50%;
  box-shadow: 0px 0px 76px 0px rgba(174, 174, 174, 0.2);
  border-radius: 0.1rem;
  padding: 0.48rem 0.52rem 0.42rem 0.52rem;
}
@media screen and (max-width: 768px) {
  .contact-page .content .w1400 {
    display: block;
  }
  .contact-page .content .w1400 .content-left {
    width: 100%;
  }
  .contact-page .content .w1400 .content-right {
    width: 100%;
  }
}

.news-page {
  background-color: #fafafa;
}
.news-page .banner {
  position: relative;
  overflow: hidden;
}
.news-page .banner .bg {
  -o-object-position: right;
     object-position: right;
  min-height: 300px;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-page .banner .content {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 72%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.news-page .banner .content .line {
  width: 0.53rem;
  height: 0.06rem;
  background-color: #fb891b;
  border-radius: 3px;
}
.news-page .banner .content h1 {
  margin: 0.4rem 0 0.34rem 0;
  font-size: var(--font-size-54);
}
.news-page .banner .content p {
  width: 60%;
  font-size: var(--font-size-18);
}
.news-page .content {
  margin-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.news-page .content .content-head {
  flex-wrap: wrap;
}
.news-page .content .content-head .inp-box {
  width: 3.6rem;
  height: 0.6rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin-left: 0.1rem;
  padding: 0 0.3rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  margin-bottom: 0.2rem;
}
.news-page .content .content-head .inp-box select {
  border: none;
  outline: none;
  -webkit-appearance: none; /* 针对webkit浏览器 */
  -moz-appearance: none; /* 针对Firefox */
  appearance: none; /* 适用于所有现代浏览器 */
  width: 90%;
  height: 100%;
  -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 标准属性 */
  padding: 0 0.2rem;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.news-page .content .content-head .inp-box select:focus {
  border: none; /* 去除焦点时的边框 */
}
.news-page .content .content-head .inp-box input {
  border: none;
  outline: none;
  margin-right: 0.2rem;
  width: 100%;
}
.news-page .content .content-head .inp-box i {
  font-size: var(--font-size-28);
  cursor: pointer;
}
.news-page .content .content-head .inp-box1 {
  padding: 0 0 0 0;
}
.news-page .content .content-head .inp-box1 i {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  right: 0.2rem;
}
.news-page .content .content-head .btm {
  background-color: #fc8223;
  border-radius: 0.1rem;
  color: white;
  margin-left: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3rem;
  font-size: var(--font-size-18);
  cursor: pointer;
}
.news-page .content .list {
  flex-wrap: wrap;
  margin-top: 0.16rem;
}
.news-page .content .list .item {
  background-color: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(220, 212, 213, 0.36);
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 0.3rem;
  width: 32%;
  margin-right: 2%;
  border-radius: 0.1rem;
  overflow: hidden;
  display: block;
}
.news-page .content .list .item .img-box {
  border-radius: 0.1rem;
  overflow: hidden;
}
.news-page .content .list .item .img-box img {
  width: 100%;
}
.news-page .content .list .item .item-bot {
  padding: 0.36rem 0.5rem;
}
.news-page .content .list .item .item-bot .time {
  font-size: var(--font-size-16);
  margin-top: 0.22rem;
}
.news-page .content .list .item .item-bot .time i {
  margin-right: 0.1rem;
}
.news-page .content .list .item .item-bot h5 {
  font-size: var(--font-size-18);
  margin-top: 0.18rem;
  color: #222222;
  width: 100%;
  line-height: 1.8;
}
.news-page .content .list .item .item-bot .more {
  margin-top: 0.2rem;
  color: #222222;
  cursor: pointer;
}
.news-page .content .list .item .item-bot .more i {
  margin-left: 0.24rem;
}
.news-page .content .list .item:nth-child(3n) {
  margin-right: 0;
}
.news-page .content .list .item:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.news-page .content .list .item:hover .more {
  color: #fca232;
}
.news-page .content .list .item:hover .more i {
  color: #fca232;
}
@media screen and (max-width: 980px) {
  .news-page .content .content-head .inp-box {
    width: 100%;
  }
  .news-page .content .list .item {
    width: 49%;
  }
  .news-page .content .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .news-page .content .list .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .news-page .content .list .item {
    width: 100%;
    margin-right: 0;
  }
  .news-page .content .list .item:nth-child(2n) {
    margin-right: 0;
  }
}

.newsDetails-page {
  background-color: #fafafa;
}
.newsDetails-page .crumbs {
  background-color: #eeecea;
  padding-bottom: 0.15rem;
}
.newsDetails-page .content {
  position: relative;
  margin-top: 0.6rem;
  padding-bottom: 0.7rem;
}
.newsDetails-page .content .content-left {
  width: 70%;
}
.newsDetails-page .content .content-left .user .user-left {
  margin-right: 0.26rem;
}
.newsDetails-page .content .content-left .user .user-left img {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsDetails-page .content .content-left .user .user-right {
  -moz-box-flex: 1;
       flex: 1;
}
.newsDetails-page .content .content-left .user .user-right .text-box {
  margin-bottom: 0.22rem;
}
.newsDetails-page .content .content-left .user .user-right .text-box p {
  font-weight: normal;
  font-stretch: normal;
  color: #666666;
  font-size: var(--font-size-18);
}
.newsDetails-page .content .content-left .user .user-right .text-box p span {
  color: #fc8223;
  font-weight: 600;
}
.newsDetails-page .content .content-left .user .user-right .text-box:nth-last-child(1) {
  margin-bottom: 0;
}
.newsDetails-page .content .content-left .space {
  background-color: white;
  padding: 0.52rem 0.3rem;
  border-radius: 0.05rem;
  margin-top: 0.16rem;
}
.newsDetails-page .content .content-left .space .space-head h1 {
  color: #fc8223;
  font-size: var(--font-size-36);
  margin-bottom: 0.24rem;
}
.newsDetails-page .content .content-left .space .space-head .text-box {
  flex-wrap: wrap;
}
.newsDetails-page .content .content-left .space .space-head .text-box p {
  margin-right: 0.7rem;
  margin-bottom: 0.1rem;
}
.newsDetails-page .content .content-left .space .line {
  height: 2px;
  background-color: #dedede;
}
.newsDetails-page .content .content-left .space .line1 {
  margin-top: 0.16rem;
  margin-bottom: 0.06rem;
}
.newsDetails-page .content .content-left .space .list h2 {
  font-size: var(--font-size-24);
  margin-top: 0.24rem;
}
.newsDetails-page .content .content-left .space .list p {
  margin-top: 0.16rem;
  color: #666666;
  margin-bottom: 0.3rem;
  line-height: 1.6;
  font-size: var(--font-size-16);
}
.newsDetails-page .content .content-left .space .line2 {
  margin-top: 0.5rem;
}
.newsDetails-page .content .content-left .space .switch {
  margin-top: 0.36rem;
}
.newsDetails-page .content .content-left .space .switch .btm {
  background-color: #ffffff;
  box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
  border-radius: max(0.05rem, 5px);
  border: solid 1px #efefef;
  color: #666666;
  font-size: var(--font-size-16);
  margin-left: max(0.06rem, 6px);
  padding: 0.12rem 0.22rem;
  cursor: pointer;
}
.newsDetails-page .content .content-left .space .switch .btm:hover {
  background-color: #fc8223;
  color: white;
}
.newsDetails-page .content .content-right {
  width: 29%;
  position: -webkit-sticky;
  position: sticky;
  top: 99px;
  padding: 0.6rem 0.64rem;
  background-color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.05rem;
  margin-left: 0.65rem;
}
.newsDetails-page .content .content-right h2 {
  font-size: var(--font-size-24);
}
.newsDetails-page .content .content-right .text-box {
  margin-top: 0.38rem;
}
.newsDetails-page .content .content-right .text-box p {
  margin-bottom: 0.3rem;
  color: #666666;
  font-size: var(--font-size-18);
  cursor: pointer;
}
.newsDetails-page .content .content-right .text-box p:hover {
  color: #fc8223;
}
@media screen and (max-width: 980px) {
  .newsDetails-page .content .content-left {
    width: 100%;
  }
  .newsDetails-page .content .content-right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .newsDetails-page .content .content-left .user .user-left img {
    width: 100px;
    height: 100px;
  }
  .newsDetails-page .content .content-left .user .user-right .text-box {
    display: block;
    margin-bottom: 0;
  }
}

.personalCenter-page {
  background-color: #fafafa;
}
.personalCenter-page .crumbs {
  background-color: #eeecea;
  padding-bottom: 0.15rem;
}
.personalCenter-page .content {
  margin-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.personalCenter-page .content .user .user-left {
  padding-top: 0.4rem;
  width: 42%;
}
.personalCenter-page .content .user .user-left .name img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 0.4rem;
}
.personalCenter-page .content .user .user-left .name h1 {
  color: #161616;
  font-size: var(--font-size-42);
  font-family: "WixMadeforDisplay_Bold";
  margin: 0;
}
.personalCenter-page .content .user .user-left h2 {
  color: #ffe300;
  font-size: var(--font-size-24);
  font-family: "WixMadeforDisplay_Bold";
  margin-top: 0.38rem;
}
.personalCenter-page .content .user .user-left .title {
  color: #666666;
  font-size: var(--font-size-18);
  margin-top: 0.24rem;
}
.personalCenter-page .content .user .user-left .email {
  font-weight: bold;
  font-size: var(--font-size-24);
  margin-top: 0.42rem;
  font-family: "WixMadeforDisplay_Bold";
  color: #222222;
}
.personalCenter-page .content .user .user-left .phone {
  font-weight: bold;
  margin-top: 0.28rem;
  font-size: var(--font-size-24);
  font-family: "WixMadeforDisplay_Bold";
  color: #222222;
}
.personalCenter-page .content .user .user-left .icon-box {
  margin-top: 0.3rem;
}
.personalCenter-page .content .user .user-left .icon-box .img-box {
  background-color: #e6e6e6;
  margin-right: 0.16rem;
  width: max(0.4rem, 26px);
  height: max(0.4rem, 26px);
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  cursor: pointer;
}
.personalCenter-page .content .user .user-left .icon-box .img-box img {
  width: 60%;
}
.personalCenter-page .content .user .user-left .icon-box .img-box img:nth-child(2) {
  display: none;
}
.personalCenter-page .content .user .user-left .icon-box .img-box:hover {
  background-color: #ffe300;
  color: white;
}
.personalCenter-page .content .user .user-left .icon-box .img-box:hover img:nth-child(1) {
  display: none;
}
.personalCenter-page .content .user .user-left .icon-box .img-box:hover img:nth-child(2) {
  display: block;
}
.personalCenter-page .content .user .user-left .btm {
  margin-top: 0.28rem;
  padding: 0.22rem 0.38rem;
  background-color: #ffdf00;
  border-radius: 0.3rem;
  font-size: var(--font-size-18);
  font-family: "WixMadeforDisplay_Bold";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #222222;
  cursor: pointer;
}
.personalCenter-page .content .user .user-right {
  width: 52%;
  margin-left: 6%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.personalCenter-page .content .list {
  margin-top: 0.9rem;
  flex-wrap: wrap;
}
.personalCenter-page .content .list .item {
  background-color: white;
  width: 32%;
  margin-right: 1.5%;
  background-color: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(220, 212, 213, 0.36);
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.34rem;
}
.personalCenter-page .content .list .item .img-box {
  overflow: hidden;
}
.personalCenter-page .content .list .item .img-box img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.personalCenter-page .content .list .item .item-bot {
  padding: 0.36rem 0.5rem;
}
.personalCenter-page .content .list .item .item-bot h3 {
  font-size: var(--font-size-22);
}
.personalCenter-page .content .list .item .item-bot p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
}
.personalCenter-page .content .list .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .personalCenter-page .content .list .item {
    width: 49%;
  }
  .personalCenter-page .content .list .item .item-bot {
    padding: 0.3rem 0.2rem;
  }
  .personalCenter-page .content .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .personalCenter-page .content .list .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .personalCenter-page .content .user .user-left {
    width: 100%;
  }
  .personalCenter-page .content .user .user-right {
    display: none;
  }
  .personalCenter-page .content .list .item {
    width: 100% !important;
  }
  .personalCenter-page .content .list .item .item-bot {
    padding: 0.3rem 0.2rem;
  }
  .personalCenter-page .content .list .item:nth-child(3n) {
    margin-right: 0;
  }
}

.footer-page .footer {
  background-image: url("../images/foot-bg.png");
  background-size: 100% 100%;
  padding: 0.25rem 0 0.18rem 0;
}
.footer-page .footer .footer-left .logo {
  width: 2.5rem;
  margin-bottom: 0.36rem;
}
.footer-page .footer .footer-left .item {
  margin-bottom: 0.32rem;
}
.footer-page .footer .footer-left .item img {
  width: 0.28rem;
  height: 0.4rem;
  margin-right: 0.26rem;
}
.footer-page .footer .footer-left .item p {
  color: #ffffff;
  font-size: var(--font-size-16);
}
.footer-page .footer .footer-right .item {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
  min-width: 2rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #419f9f;
  font-size: var(--font-size-20);
  color: white;
  cursor: pointer;
}
.footer-page .footer .footer-right .item i {
  background-color: transparent;
  width: max(0.4rem, 26px);
  height: max(0.4rem, 26px);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: 0.1rem;
}
.footer-page .footer .footer-right .item:hover i {
  background-color: #fc8223;
}
.footer-page .footer .text-box {
  margin-top: 0.3rem;
}
.footer-page .footer .text-box p {
  font-size: var(--font-size-16);
  color: #ffffff;
  opacity: 0.56;
}
.footer-page .footer .text-box .text-box-left {
  margin-right: 0.2rem;
}
@media screen and (max-width: 768px) {
  .footer-page .footer .footer-content {
    display: block;
  }
  .footer-page .footer .text-box {
    display: block;
  }
  .footer-page .footer .text-box .text-box-left {
    margin-bottom: 0.2rem;
  }
}
.footer-page .popupBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
}
.footer-page .popupBox .poplist {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.footer-page .popupBox .poplist .close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #117d4f;
  border-radius: 50%;
  font-size: var(--font-size-24);
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.footer-page .popupBox .poplist .icon-close::before {
  content: "×";
}
.footer-page .popupBox .poplist .popcont {
  margin: 0 auto;
  width: 60%;
  padding: 0.5rem 0 0.6rem 0;
  background: #fff;
  border-radius: 15px;
  padding: 5%;
  position: relative;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
}
.footer-page .popupBox .poplist .popcont .tyheadh {
  text-align: center;
}
.footer-page .popupBox .poplist .popcont .tyheadh .tyhead-bt {
  font-size: var(--font-size-40);
}
.footer-page .popupBox .poplist .popcont .tyheadh .tyhead-des {
  color: #666666;
  font-size: var(--font-size-16) !important;
  margin-top: 0.2rem !important;
}
.footer-page .popupBox .poplist .popcont .ul {
  margin-top: 0px;
  padding: 0 0.6rem;
}
.footer-page .popupBox .poplist .popcont .ul .liBox {
  flex-wrap: wrap;
  display: -moz-box;
  display: flex;
  -moz-box-pack: left;
       justify-content: left;
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li input,
.footer-page .popupBox .poplist .popcont .ul .liBox .li textarea {
  position: relative;
  display: block;
  padding: 15px 20px;
  width: 100%;
  height: 56px;
  background-color: #f7f7f7;
  color: #222;
  overflow: hidden;
  border-radius: 6px;
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li .qh {
  position: relative;
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li .qh .qhjsdy {
  position: absolute;
  height: 100%;
  left: 0;
  width: 25%;
  z-index: 999;
  text-align: center;
  background-color: #ff9800;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li .qh .qhjsdy p {
  color: white;
  height: 100%;
  font-size: var(--font-size-18);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-family: "WixMadeforDisplay-Bold";
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li .qh .qhjsdy ul {
  background-color: white;
  padding: 15px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  width: 240px;
  left: 0;
  z-index: 999;
  bottom: 50px;
  max-height: 200px;
  overflow-x: auto;
  display: none;
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li .qh .qhjsdy ul li {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
  color: #666666;
  background-color: rgba(158, 158, 158, 0.08);
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li .qh .qhjsdy ul li span {
  /* margin: 0 3px; */
  background-color: #9e9e9e;
  padding: 5px;
  width: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: white;
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li .qh .qhjsdy .ul-on {
  display: block;
}
.footer-page .popupBox .poplist .popcont .ul .liBox .li .qh input {
  padding-left: 28% !important;
}
.footer-page .popupBox .poplist .popcont .ul .flexce {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
}
.footer-page .popupBox .poplist .popcont .ul .flexce .sub {
  width: auto;
  height: max(0.6rem, 60px);
  margin-top: 0.35rem;
  padding: max(0.1rem, 10px) max(0.8rem, 80px);
  text-align: center;
  background-color: #117d4f;
  color: white;
  font-size: var(--font-size-18);
  cursor: pointer;
  border-radius: max(0.08rem, 8px);
  border: 1px solid var(--complementary-colors);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1151px) {
  .footer-page .popupBox .poplist .popcont {
    padding: 25px 15px;
    width: 95%;
  }
  .footer-page .popupBox .poplist .popcont .ul {
    padding: 0;
  }
  .footer-page .popupBox .poplist .popcont .ul input {
    height: 42px !important;
  }
  .footer-page .popupBox .poplist .popcont .flexce .sub {
    width: 140px !important;
    height: 40px !important;
    padding: 0 !important;
  }
}
.footer-page .popupBox-on {
  display: block;
}
.footer-page .popupBox::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.footer-page .popupBox2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.footer-page .popupBox2 .popupBox2-content {
  background-color: white;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 0.4rem 0.7rem;
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.footer-page .popupBox2 .popupBox2-content .popClose {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: #0c7d7d;
  color: white;
  width: max(0.4rem, 40px);
  height: max(0.4rem, 40px);
  font-size: var(--font-size-40);
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.footer-page .popupBox2 .popupBox2-content .title {
  font-size: var(--font-size-30);
  font-family: "WixMadeforDisplay-Bold";
  color: #333333;
  margin-bottom: 0.5rem;
}
.footer-page .popupBox2 .popupBox2-content .content {
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.5rem;
}
.footer-page .popupBox2 .popupBox2-content form {
  margin-top: 0.4rem;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box {
  border-bottom: 1px solid #ececec;
  padding: 0.16rem 0;
  margin-bottom: 0.4rem;
  position: relative;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box-active .tip {
  top: 110% !important;
  opacity: 1 !important;
}
.footer-page .popupBox2 .popupBox2-content form .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  margin-top: 0.4rem;
  position: relative;
}
.footer-page .popupBox2 .popupBox2-content form .privacy input {
  margin-right: 0.1rem;
  margin-top: 0.06rem;
}
.footer-page .popupBox2 .popupBox2-content form .privacy .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.footer-page .popupBox2 .popupBox2-content form .privacy a {
  color: #fb891b;
  cursor: pointer;
}
.footer-page .popupBox2 .popupBox2-content form button {
  margin-top: 0.8rem;
  background-color: #fb891b;
  border-radius: 0.26rem;
  color: #ffffff;
  padding: 0.12rem 0.2rem;
  cursor: pointer;
}
.footer-page .popupBox2 .popupBox2-content form button .i-box {
  margin-left: 0.42rem;
  width: max(0.3rem, 26px);
  height: max(0.3rem, 26px);
  background-color: #ffffff;
  border-radius: 50%;
}
.footer-page .popupBox2 .popupBox2-content form button .i-box i {
  background-color: rgba(0, 0, 0, 0);
  padding: 0rem;
  border-radius: 0%;
  color: #fb891b;
  font-size: var(--font-size-20);
}
@media screen and (max-width: 768px) {
  .footer-page .popupBox2 .popupBox2-content {
    width: 90%;
  }
}
.footer-page .popupBox2-on {
  display: block !important;
}
.footer-page .privacyPop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.footer-page .privacyPop .popClose {
  position: absolute;
  top: 2vh;
  right: 2vw;
  border-radius: 50%;
  color: black;
  font-size: var(--font-size-52);
  color: white;
  cursor: pointer;
}
.footer-page .privacyPop .scroll-y {
  margin: 8vh 0;
}
.footer-page .privacyPop .scroll-y::-webkit-scrollbar {
  width: 3px;
}
.footer-page .privacyPop .privacyPop-content {
  color: white;
  height: 84vh;
  width: 100%;
  padding: 0 4vw;
}
.footer-page .privacyPop-on {
  display: block !important;
}
.footer-page .cookiebox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.footer-page .cookiebox .cookiebox-content {
  background-color: #f6f6f6;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 0.6rem 0.7rem;
  width: 40%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  border-radius: 0.1rem;
}
.footer-page .cookiebox .cookiebox-content .popClose {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: #1da718;
  color: white;
  width: max(0.4rem, 40px);
  height: max(0.4rem, 40px);
  font-size: var(--font-size-40);
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.footer-page .cookiebox .cookiebox-content h2 {
  font-size: var(--font-size-24);
  text-align: center;
}
.footer-page .cookiebox .cookiebox-content p {
  margin-top: 0.4rem;
  font-size: var(--font-size-18);
}
.footer-page .cookiebox .cookiebox-content .btm-box .btm {
  background-color: #81bd37;
  color: white;
  width: 48%;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  margin-top: 0.6rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .footer-page .cookiebox .cookiebox-content {
    width: 90%;
  }
}
.footer-page .cookiebox-on {
  display: block;
}
.footer-page .cookiebox2 {
  position: fixed;
  width: 100%;
  bottom: 0%;
  left: 0%;
  z-index: 998;
  display: none;
}
.footer-page .cookiebox2 .cookiebox-content {
  background-color: #f6f6f6;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 0.2rem 0.6rem;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-page .cookiebox2 .cookiebox-content .popClose {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: #1da718;
  color: white;
  width: max(0.4rem, 40px);
  height: max(0.4rem, 40px);
  font-size: var(--font-size-40);
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.footer-page .cookiebox2 .cookiebox-content p {
  width: 60%;
  font-size: var(--font-size-18);
}
.footer-page .cookiebox2 .cookiebox-content .btm-box {
  width: 38%;
}
.footer-page .cookiebox2 .cookiebox-content .btm-box .btm {
  background-color: #0c7d7d;
  color: white;
  width: 48%;
  padding: 0.2rem 0;
  border-radius: 0.1rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .footer-page .cookiebox2 .cookiebox-content {
    display: block;
  }
  .footer-page .cookiebox2 .cookiebox-content p {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .footer-page .cookiebox2 .cookiebox-content .btm-box {
    width: 100%;
  }
}
.footer-page .cookiebox2-on {
  display: block;
}
.footer-page .contact-footer {
  position: fixed;
  width: auto;
  height: auto;
  right: 10px;
  bottom: 10%;
  z-index: 2;
}
.footer-page .contact-footer .ul .close {
  position: relative;
  width: 40px;
  height: 40px;
  background: white;
}
.footer-page .contact-footer .ul .close::after {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  color: white;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  cursor: pointer;
}
.footer-page .contact-footer .ul .li {
  box-shadow: 0px 36px 125px 0px rgb(118, 118, 118);
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  background-color: #0c7d7d;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.footer-page .contact-footer .ul .li a {
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  /* background: #A7AFB9; */
  -moz-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 4px 6px 5px 1px rgba(213, 213, 213, 0.22);
}
.footer-page .contact-footer .ul .li a i {
  font-size: 20px;
  color: white;
}
.footer-page .contact-footer .ul .li a .icon-xiala {
  -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
       transform: scaleY(-1);
}
.footer-page .contact-footer .ul .li a:hover {
  background: #0c7d7d;
}
.footer-page .contact-footer .ul .li a:hover i {
  color: white;
}
.footer-page .contact-footer .ul .li .ewm {
  position: absolute;
  left: 100px;
  top: 0px;
  z-index: -1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer-page .contact-footer .ul .li .ewm span {
  color: white;
  height: 40px;
  display: block;
  background-color: #0c7d7d;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.1rem;
  border-radius: 0.05rem;
}
.footer-page .contact-footer .ul .li .ewm img {
  width: 100px;
  min-width: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100px;
  max-height: 100px;
}
.footer-page .contact-footer .ul .li:hover .ewm {
  left: -140px;
}
.footer-page .contact-footer .ul .li:hover i {
  color: white;
}
.footer-page .contact-footer .active .li {
  height: 0;
  overflow: hidden;
}
.footer-page .contact-footer .active .close {
  height: 40px;
}
.footer-page .alert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  pointer-events: none;
  display: none;
}
.footer-page .alert .content {
  max-width: 300px;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  color: white;
  padding: 0.2rem 0.2rem;
  font-size: 16px;
}
.footer-page .alert-on {
  display: block;
}
.footer-page .loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes turn {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.footer-page .loading .content {
  max-width: 200px;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  padding: 0.2rem 0.2rem;
  text-align: center;
}
.footer-page .loading .content img {
  width: 20px;
  -moz-animation: turn 3s linear infinite;
       animation: turn 3s linear infinite;
}
.footer-page .loading .content .loading-text {
  color: white;
  font-size: 16px;
}
.footer-page .loading-on {
  display: block;
}

.allForm .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.allForm .inp-box {
  border-bottom: 1px solid #ececec;
  padding: 0.16rem 0;
  margin-bottom: 0.4rem;
  position: relative;
}
.allForm .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  margin-top: 0.4rem;
  position: relative;
}
.allForm .privacy input {
  margin-right: 0.1rem;
  margin-top: 0.06rem;
}
.allForm .privacy a {
  color: #fb891b;
  cursor: pointer;
}
.allForm .inp-box-active .tip {
  top: 110% !important;
  opacity: 1 !important;
}
.allForm button {
  margin-top: 0.5rem;
  background-color: #fb891b;
  border-radius: 0.26rem;
  color: #ffffff;
  padding: 0.12rem 0.2rem;
  cursor: pointer;
}
.allForm button .i-box {
  margin-left: 0.42rem;
  width: max(0.3rem, 20px);
  height: max(0.3rem, 20px);
  background-color: #ffffff;
  border-radius: 50%;
  color: #fb891b;
}
.allForm button .i-box i {
  font-size: var(--font-size-20);
}

.header-page {
  margin-bottom: 99px;
}
.header-page .header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0 0.6rem;
  background-color: #0c7d7d;
  height: 99px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 10;
}
.header-page .header .header-left .logo {
  width: 2.12rem;
}
.header-page .header .head-right .nav .item {
  margin-right: 0.5rem;
  height: 99px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  font-size: var(--font-size-18);
  color: #ffffff;
  position: relative;
}
.header-page .header .head-right .nav .item a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #fc8223;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-page .header .head-right .nav .item .select {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  top: 100%;
  width: auto;
  padding: 20px 30px 30px;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: none;
}
.header-page .header .head-right .nav .item .select a {
  display: block;
  width: 100%;
  padding: 15px 0;
  white-space: nowrap;
  color: #666;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
}
.header-page .header .head-right .nav .item .select a:hover {
  color: #fc8223;
}
.header-page .header .head-right .nav .item .select .a-active {
  color: #fc8223;
}
.header-page .header .head-right .nav .item:hover .select {
  display: block;
}
.header-page .header .head-right .nav .item:hover > a::after {
  width: 100%;
}
.header-page .header .head-right .nav .item:hover > a {
  color: #fc8223;
}
.header-page .header .head-right .nav .active > a::after {
  width: 100%;
}
.header-page .header .head-right .nav .active > a {
  color: #fc8223;
}
.header-page .header .head-right .language {
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.header-page .header .head-right .language .name {
  margin: 0 0.12rem;
  font-size: var(--font-size-18);
}
.header-page .header .head-right .language .language-select {
  position: absolute;
  top: 110%;
  left: 0;
  width: 110%;
  background-color: white;
  color: #0c7d7d;
  border-radius: 0.06rem;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-page .header .head-right .language .language-select a {
  display: block;
  text-align: center;
  padding: 0.1rem 0;
  border-bottom: 1px solid #ededed;
}
.header-page .header .head-right .language .language-select a:hover {
  background-color: #0c7d7d;
  color: white;
}
.header-page .header .head-right .language-active .language-select {
  height: auto;
  opacity: 1;
}
.header-page .header .head-right .btm {
  display: none;
  margin-left: 10px;
  position: relative;
  width: 20px;
  height: 20px;
}
.header-page .header .head-right .btm img {
  width: 20px;
}
.header-page .m-mobilenav {
  display: none;
}
@media screen and (max-width: 999px) {
  .header-page .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .header-page .mbnav-wp_seach > form > .box-form {
    display: -moz-box;
    display: flex;
    height: 100%;
    height: 40px;
    -moz-box-pack: justify;
         justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .header-page .mbnav-wp_seach > form > .box-form > .box-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .header-page .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .header-page .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .header-page .mbnav-list {
    margin-top: 20px;
  }
  .header-page .m-mobilenav {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .header-page .m-mobilenav .mbnav-btn {
    position: relative;
    z-index: 2;
    top: 0;
    left: 3%;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: 34px;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .header-page .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: white;
  }
  .header-page .m-mobilenav .mbnav-btn.active .line {
    background-color: #ffffff;
  }
  .header-page .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .header-page .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #ffffff;
  }
  .header-page .m-mobilenav .mbnav-btn.active {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent;
  }
  .header-page .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .header-page .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .header-page .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .header-page .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #ffffff;
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .header-page .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(51, 51, 51, 0.9);
    top: 0;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .header-page .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header-page .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-page .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  .header-page .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .header-page .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .header-page .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .header-page .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(1) > a {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(2) > a {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(3) > a {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(4) > a {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(5) > a {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(6) > a {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(7) > a {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .header-page .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .header-page .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .header-page .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .header-page .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
  }
  .header-page .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .header-page .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043f71;
  }
}

@media screen and (max-width: 768px) {
  .header-page {
    margin-bottom: 60px;
  }
  .header-page .header {
    height: 60px;
  }
  .header-page .header .nav {
    display: none;
  }
  .header-page .header .btm {
    display: block !important;
  }
}