@charset "UTF-8";

@font-face {
  font-family: "popsb";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "popr";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "popmd";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
}

html {
  font-size: 62.5%;
  height: 100%;
  scrollbar-width: thin;
  /* 滚动条宽度 */
  scrollbar-color: #1043a1 #f1f1f1;
  /* 滑块颜色和轨道颜色 */
}
/* Chrome, Edge, Safari 滚动条样式 */
    ::-webkit-scrollbar {
      width: 8px; /* 滚动条宽度 */
    }

    ::-webkit-scrollbar-thumb {
      background-color: #1043a1; /* 滑块颜色 */
      border-radius: 4px; /* 圆角 */
    }

    ::-webkit-scrollbar-track {
      background-color: #f1f1f1; /* 轨道颜色 */
    }


@media screen and (max-width: 1680px) {
  html {
    height: 100%;
    font-size: 50%;
  }
}

@media screen and (max-width: 1420px) {
  html {
    height: 100%;
    font-size: 40%;
  }
}

@media screen and (min-width: 992px) {
  html {
    height: 100%;
    font-size: 60%;
  }
}

@media screen and (max-width: 991px) {
  html {
    height: 100%;
    font-size: 60%;
  }
}

.scroll-y {
  overflow-y: auto;
  scrollbar-width: thin;
  /* 滚动条宽度 */
  scrollbar-color: #1043a1 #f1f1f1;
  /* 滑块颜色和轨道颜色 */
}

.scroll-y::-webkit-scrollbar {
  width: 8px;
  /* 竖向滚动条宽度 */
}

.scroll-y::-webkit-scrollbar-thumb {
  background: #1043a1;
  border-radius: 4px;
}

.scroll-y::-webkit-scrollbar-track {
  background: #f1f1f1;
}

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

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

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

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

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "popr", Arial, Helvetica, sans-serif, arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  background: #ffffff;
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.cookiebox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.cookiebox .cookiebox-content {
  background-color: #f6f6f6;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 60px 30px;
  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: 10px;
}

.cookiebox .cookiebox-content .popClose {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: #1447a5;
  color: white;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.cookiebox .cookiebox-content h2 {
  font-size: 24px;
  text-align: center;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.cookiebox .cookiebox-content p {
  margin-top: 40px;
  font-size: 18px;
}

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

.cookiebox .cookiebox-content .btm-box .btm {
  background-color: #1447a5;
  color: white;
  width: 48%;
  padding: 20px 0;
  border-radius: 10px;
  margin-top: 60px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .cookiebox .cookiebox-content {
    width: 90%;
  }
}

.cookiebox-on {
  display: block;
}

::-moz-selection {
  color: #fff;
  background: #1043a1;
}

::selection {
  color: #fff;
  background: #1043a1;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border: 0px;
  border-spacing: 4px;
  line-height: 22px;
}

.table table tr:first-child {
  text-align: left;
}

.table table tr:first-child th {
  padding: 3rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.table table tr td {
  border: 1px solid #f2f2f2;
  padding: 24px;
  background: #e0e6f2;
  border: 0px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #222;
  text-align: center;
}
.table table tr td p{
  white-space: nowrap;
}

.table table tr:first-child {
  background-color: #497edf;
}

.table table tr:nth-child(2) td {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  /* padding: 3.4rem; */
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4919611 */
  src: url("../fonts/iconfont.woff2?t=1747272312534") format("woff2"), url("../fonts/iconfont.woff?t=1747272312534") format("woff"), url("../fonts/iconfont.ttf?t=1747272312534") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-address:before {
  content: "\e66b";
}

.icon-chengbentaizhang:before {
  content: "\e84a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-whatsapp1:before {
  content: "\e7c1";
}

.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-zhibiaozhushibiaozhu:before {
  content: "\e609";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-youxiang2:before {
  content: "\e694";
}

.icon-web-icon-:before {
  content: "\e6f1";
}

.icon-dizhi1:before {
  content: "\e627";
}

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

.icon-24gf-telephone3:before {
  content: "\e96c";
}

.icon-xinxi:before {
  content: "\e8b0";
}

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

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

.icon-shijian:before {
  content: "\e60c";
}

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

.icon-shiyanshiguanli:before {
  content: "\e6ad";
}

.icon-dasao:before {
  content: "\e6da";
}

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

.icon-zuojiantou:before {
  content: "\e626";
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@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;
}

@-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.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.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.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;
}

.banner4 .swiper-slide {
  position: relative;
  font-size: 0rem;
  img{
    border-radius: 0px;
  }
}

.banner4 .swiper-slide iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
}

.banner-kuang {
  position: absolute;
  max-width: 50.3571428571%;
  top: 56%;
  -moz-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  transform: translateY(-56%);
  left: 14%;
}

.banner-kuang .banner-kuang-title {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 6.6rem;
  line-height: 7rem;
  color: #fff;
}

.banner-kuang .banner-kuang-ertitle {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #fff;
  margin-top: 0.6rem;
  margin-bottom: 2.3rem;
}

.banner-kuang .banner-kuang-annu {
  display: -moz-inline-box;
  display: inline-flex;
  border-radius: 1.8rem;
  padding: 0.6rem 1rem;
  padding-left: 2rem;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  background: #fff;
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #124db8;
}

.banner-kuang .banner-kuang-annu i {
  margin-left: 2rem;
  min-width: 3.8rem;
  min-height: 3.8rem;
  border-radius: 50%;
  width: 3.8rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 3.8rem;
  background-color: rgb(16, 67, 161);
  font-size: 2.6rem;
  color: #fff;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.banner-kuang .banner-kuang-annu:hover {
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.banner-kuang .banner-kuang-annu:hover i {
  overflow: hidden;
}

.banner-kuang .banner-kuang-annu:hover i:before {
  position: relative;
  left: 0%;
  /* transform: scale(1.1); */
  /* -moz-animation: qhjtxh 0.5s linear ;
       animation: qhjtxh 0.5s linear ; */
}

.banner4 .swiper-pagination {
  max-width: 1400px;
  width: 100%;
  text-align: left;
  left: 14%;
  bottom: 7rem;
}

.banner4 .swiper-pagination-bullet {
  position: relative;
  width: 2.5rem;
  height: 0.4rem;
  background-color: #f2f2f2;
  border-radius: 0.2rem;
  opacity: 0.4;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  text-align: left;
}

.banner4 .swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
  width: 4.4rem;
  background-color: rgba(242, 242, 242, 0.41);
}

.banner4 .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0rem;
  height: 100%;
  background-color: rgba(242, 242, 242, 0.41);
  border-radius: 0.2rem;
}

.banner4 .swiper-pagination-bullet-active.animate::before {
  /* 默认过渡时间 */
  width: 100%;
  -moz-transition: width 4s linear;
  transition: width 4s linear;
  background-color: rgb(242, 242, 242);
}

.w1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.w1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1620px) {
  .w1600 {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .w1400 {
    width: 80%;
  }
}

@media screen and (max-width: 1420px) {
  .w1400 {
    width: 90%;
    padding: 0px 0px;
  }
}

@media screen and (max-width: 1180px) {

  .banner-kuang,
  .banner4 .swiper-pagination {
    left: 4%;
  }

  .banner-kuang .banner-kuang-title {
    font-size: 40px;
    line-height: 42px;
  }

  .banner-kuang .banner-kuang-ertitle {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .banner-kuang .banner-kuang-annu {
    font-size: 14px;
    line-height: 20px;
  }

  .banner-kuang .banner-kuang-annu i {
    margin-left: 4px;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner4 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {

  .w1400,
  .w1600 {
    width: 100%;
    padding: 0px 10px;
  }

  .banner-kuang {
    right: 4%;
  }

  .banner-kuang .banner-kuang-title {
    font-size: 24px;
    line-height: 26px;
  }

  .banner-kuang .banner-kuang-ertitle {
    font-size: 14px;
    line-height: 24px;
  }

  .banner-kuang .banner-kuang-annu i {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
}

@media screen and (max-width: 580px) {
  .banner4 .swiper-slide .banner-kuang {
    max-width: 100%;
  }

  .banner4 .swiper-slide img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.header-top-mid {
  background-color: #041c49;
}

.header-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: end;
  justify-content: flex-end;
  padding-top: 6px;
  padding-bottom: 6px;
}

.header-top>p {
  padding-left: 14px;
  padding-right: 14px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 15px;
  padding-top: 6px;
  padding-bottom: 4px;
  margin-right: 10px;
}

.header-top>p i {
  min-width: 18px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  min-height: 18px;
  width: 18px;
  height: 18px;
  color: #1043a1;
  font-size: 18px;
  border-radius: 50%;
}

.header-top>p a,
.header-top>p span {
  font-size: 16px;
  color: #222222;
  margin-left: 6px;
  display: inline-block;
}

.header-top>p a:hover {
  color: #1043a1;
}

.header-top form {
  width: 220px;
  height: 30px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.header-top form>input {
  outline: none;
  border: 0px;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.header-top form>input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 16px;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.header-top form>input:-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 16px;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.header-top form>input::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 16px;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.header-top form>input:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 16px;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.header-top form>p {
  position: relative;
  height: 100%;
  background-color: #1043a1;
}

.header-top form>p input {
  width: 34px;
  height: 100%;
  background-color: transparent;
  border-radius: 0px;
  outline: none;
  border-radius: 2px;
  font-size: 0px;
  border: 0px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.header-top form>p i {
  z-index: 1;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 1620px) {

  .m-muban-mid.w1400,
  .header-top.w1400 {
    width: 94%;
  }
}

@media screen and (max-width: 1180px) {
  .m-muban-mid.w1720 {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .header-top p:last-child {
    margin-right: 0px;
  }

  .m-muban-mid-right>ul>li>a {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 999px) {
  .m-muban-mid.w1720 {
    width: 100%;
    border-radius: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.m-muban-nav {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

.m-muban-mid-logo {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  font-size: 0px;
}

.m-muban-mid-logo a {
  margin-right: 12px;
}

.m-muban-mid-logo a,
.m-muban-mid-logo p {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  font-size: 0px;
}

.m-muban-mid-logo a span,
.m-muban-mid-logo p span {
  margin-left: 6px;
}

.header-yuyan {
  margin-left: 30px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.header-yuyan .yuyan {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #333333;
}

.header-yuyan .yuyan span {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: block;
  font-size: 0px;
  margin-right: 10px;
}

.header-yuyan .yuyan-div {
  position: absolute;
  right: 0px;
  background: white;
  width: 100px;
  border-radius: 10px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-yuyan .yuyan-div a {
  color: #000;
  display: block;
  text-align: center;
  padding: 4px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.header-yuyan .yuyan-div a:hover {
  color: #053FA7;
}

.header-yuyan.active .yuyan-div {
  height: auto;
  opacity: 1;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 550px) {
  .header-yuyan .yuyan {
    font-size: 14px;
  }
}

.m-muban-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  justify-content: space-between;
}

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

.m-muban-mid-right>ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.m-muban-mid-right>ul li:hover>ul {
  -moz-animation: a_menu_item_show 0.15s ease-out both;
  animation: a_menu_item_show 0.15s ease-out both;
  display: block;
}

.m-muban-mid-right>ul li:hover>a,
.m-muban-mid-right>ul li.active>a {
  color: #124db8;
}

.m-muban-mid-right>ul li:hover>a::before,
.m-muban-mid-right>ul li.active>a::before {
  width: 100%;
  -moz-transition:all 0.5s !important;
  transition: all 0.5s !important;
}

.m-muban-mid-right>ul li:hover>a span,
.m-muban-mid-right>ul li.active>a span {
  opacity: 1;
  visibility: visible;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.m-muban-mid-right>ul>li {
  position: relative;
}

.m-muban-mid-right>ul>li>a.active {
  color: #124db8;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.m-muban-mid-right>ul>li>a.active span {
  visibility: visible;
  opacity: 1;
}

.m-muban-mid-right>ul>li>a::before {
  content: "";
  width: 0px;
  -moz-transition:all 0.5s !important;
  transition:all 0.5s !important;
  position: absolute;
  /* left: 0px; */
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  height: 5px;
  background-color: #124db8;
  border-radius: 3px 3px 0px 0px;
}

.m-muban-mid-right>ul>li>a.active::before,
.m-muban-mid-right>ul>li a:hover::before {
  width: 100%;
  -moz-transition: 0.5s !important;
  transition: 0.5s !important;
}

.m-muban-mid-right>ul>li>a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
  margin-left: 2.2rem;
  margin-right: 2.2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.m-muban-mid-right>ul>li>a span {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -26px;
}

.m-muban-mid-right>ul>li ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 300px;
  text-align: left;
  display: none;
  position: relative;
  -moz-animation: a_menu_item_hide 0.15s ease-out both;
  animation: a_menu_item_hide 0.15s ease-out both;
}

.m-muban-mid-right>ul>li>ul {
  position: absolute;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.m-muban-mid-right>ul>li>ul>li a {
  display: block;
  color: #000;
  line-height: 1.4;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.m-muban-mid-right>ul>li>ul>li ul {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 100%;
  top: auto;
  margin-top: -44px;
  border-radius: 10px;
}

.m-muban-mid-right a:hover {
  color: #124db8;
}

@media screen and (max-width: 1380px) {
  .m-muban-mid-right>ul>li>a {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .header-yuyan {
    margin-left: 10px;
  }

  .m-muban-mid-right>ul>li>a span {
    left: -20px;
  }
}

@media screen and (max-width: 1180px) {
  .m-muban-mid-logo p {
    display: none;
  }

  .m-muban-mid-right>ul>li>a {
    font-size: 1.6rem;
  }

  .banner4 .swiper-pagination {
    bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .m-muban-mid-right>ul {
    display: none;
  }

  .m-muban-mid {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header-yuyan {
    margin-right: 50px;
  }

  .header-yuyan .yuyan-div {
    top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .banner4 {
    margin-top: 100px;
  }

  .banner4 .swiper-pagination {
    bottom: 10px;
  }

  .header-top form {
    width: 180px;
  }

  .header-top>p a {
    font-size: 14px;
  }

  .header-top {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 500px) {
  .header-top>p {
    display: none;
  }

  .m-muban-mid-logo {
    width: 120px;
  }

  .banner4 {
    margin-top: 80px;
  }

  .header-yuyan .yuyan-div {
    top: 3rem;
  }
}

.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }

  .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);
  }

  .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;
  }

  .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;
  }

  .mbnav-wp_seach>form>.box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }

  .mbnav-list {
    margin-top: 20px;
  }

  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }

  .m-mobilenav .mbnav-btn {
    position: fixed;
    z-index: 2;
    top: 78px;
    right: 20px;
    left: auto;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    width: 34px;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #124db8;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }

  .m-mobilenav .mbnav-btn.active .line {
    background-color: #FFFFFF;
  }

  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #FFFFFF;
  }

  .m-mobilenav .mbnav-btn.active .line1 {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #124db8;
    top: 8px;
    position: relative;
  }

  .m-mobilenav .mbnav-btn.active .line3 {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #124db8;
    bottom: 8px;
    position: relative;
  }

  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }

  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }

  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }

  .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);
  }

  .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;
  }

  .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;
  }

  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }

  .m-mobilenav .mbnav-item>a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    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;
  }

  .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;
  }

  .m-mobilenav .mbnav-item>a.active {
    color: #529dba;
  }

  .m-mobilenav .mbnav-item>a.active:after {
    background-color: #529dba;
  }

  .m-mobilenav .mbnav-item:nth-child(1)>a {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }

  .m-mobilenav .mbnav-item:nth-child(2)>a {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .m-mobilenav .mbnav-item:nth-child(3)>a {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }

  .m-mobilenav .mbnav-item:nth-child(4)>a {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }

  .m-mobilenav .mbnav-item:nth-child(5)>a {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }

  .m-mobilenav .mbnav-item:nth-child(6)>a {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }

  .m-mobilenav .mbnav-item:nth-child(7)>a {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }

  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }

  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }

  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }

  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }

  .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }

  .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043F71;
  }
}

@media screen and (max-width: 768px) {
  .m-mobilenav .mbnav-btn {
    right: 10px;
    top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .m-mobilenav .mbnav-btn {
    right: 10px;
    top: 50px;
  }
}

.contact-footer {
  position: fixed;
  right: 0px;
  bottom: 50%;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 100;
  color: #fff;
}

.contact-footer img {
  border-radius: 0px;
}

.contact-footer li:first-child {
  overflow: hidden;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.contact-footer li:first-child i:before {
  content: "\e609";
  font-family: "iconfont";
}

.contact-footer li:last-child {
  overflow: hidden;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.contact-footer li:last-child a {
  border: 0px;
}

.contact-footer li {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background: #1043a1;
}

.contact-footer li a img:nth-child(2) {
  display: none;
}

.contact-footer li .con-phone {
  width: 140px;
  right: 40px;
  left: 100%;
  visibility: hidden;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #1043a1;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
}

.contact-footer li a,
.contact-footer li p {
  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;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.contact-footer li a i,
.contact-footer li p i {
  font-size: 22px;
}

.contact-footer li a img,
.contact-footer li p img {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
}

.contact-footer li span {
  background-color: red;
  border-radius: 10px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  height: 100%;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: absolute;
  right: -1000px;
  top: 0px;
  z-index: -1;
  background-color: #1043a1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.contact-footer li:hover {
  background: #fff;
}

.contact-footer li:hover a img:nth-child(2),
.contact-footer li:hover p img:nth-child(2) {
  display: block;
}

.contact-footer li:hover a img:nth-child(1),
.contact-footer li:hover p img:nth-child(1) {
  display: none;
}

.contact-footer li:hover i {
  color: #1043a1;
}

.contact-footer li:hover span {
  right: 100%;
}

.contact-footer li:hover .ewm {
  left: -100px;
}

.ewm {
  position: absolute;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  left: 100px;
  top: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.contact-footer>li {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.contact-footer>li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.contact-footer>li .ws {
  background: #fff;
}

.contact-footer>li:first-child {
  height: 40px;
  opacity: 1;
  visibility: unset;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.contact-footer.active>li {
  height: 50px;
  overflow: unset;
  visibility: visible;
  opacity: 1;
}

.contact-footer.active>li:first-child {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.contact-footer.active>li:first-child i:before {
  content: "\e608";
  font-family: "iconfont";
}

@media screen and (max-width: 999px) {
  .contact-footer li span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .contact-footer {
    width: 100%;
    bottom: 0px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    right: 0px;
    background: #1043a1;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .contact-footer.active>li {
    height: 40px;
  }

  .contact-footer p {
    display: none;
  }

  .contact-footer .dianji {
    display: none;
  }

  .contact-footer li {
    width: 33%;
    margin-bottom: 0px;
  }

  .contact-footer li .ws {
    background: transparent;
  }

  .contact-footer li a {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: transparent;
    border: 0px;
  }

  .contact-footer li:hover .ewm {
    left: 0px;
    bottom: 140px;
  }

  .ewm {
    display: none;
    top: -100px;
    left: 0px;
  }
}

.tanchuang {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  z-index: 99;
  display: none;
}

.tabchuang-mid {
  max-width: 700px;
  margin-left: 10px;
  margin-right: 10px;
  width: 95%;
  padding: 40px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.guanbi {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  background: #1043a1;
  font-size: 20px;
  font-weight: bold;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  color: #fff;
}

.tabchuang-mid>form>p {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}

.tabchuang-mid>form>p input {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  width: 100%;
  border: 0px;
  height: 100%;
  background: #fafafa;
  border-radius: 10px;
}

.tabchuang-mid>form>p textarea {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  width: 100%;
  border: 0px;
  height: 100%;
  background: #fafafa;
  border-radius: 10px;
  border: 0px;
  padding-top: 10px;
  height: 100%;
  overflow: hidden;
}

.tabchuang-mid>form>p textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 1.4rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.tabchuang-mid>form>p textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 1.4rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.tabchuang-mid>form>p textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 1.4rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.tabchuang-mid>form>p textarea:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 1.4rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.tabchuang-mid>form>p.tea {
  height: 100px;
}

.stbtanc {
  min-width: 160px;
  height: 40px;
  border-radius: 10px;
  border: 0px;
  color: #fff;
  background: #1043a1;
  border: solid 1px #1043a1;
  cursor: pointer;
}

.stbtanc:hover {
  background: transparent;
  color: #222;
}

.gb-title {
  font-size: 30px;
}

.gb-neirong>p {
  font-size: 20px;
  margin-top: 20px;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .tabchuang-mid {
    padding: 20px;
  }

  .gb-title {
    font-size: 20px;
  }

  .gb-neirong>p {
    font-size: 14px;
    margin-top: 10px;
    height: auto;
    margin-bottom: 10px;
  }
}

.aut-fxzj a {
  display: block;
  font-size: 0rem;
  overflow: hidden;
  border-radius: 50%;
  min-width: 4rem;
  width: 4rem;
  min-height: 4rem;
  max-width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  height: auto;
  background-color: #e6e6e6;
}

.aut-fxzj a i {
  font-size: 1.8rem;
  color: #222;
}

.aut-fxzj a:hover {
  background-color: #1043a1;
}

.aut-fxzj a:hover i {
  color: #fff;
}

.aut-title {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 5rem;
  color: #161616;
}

.aut-ertitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
  color: #1043a1;
  margin-top: 2.2rem;
  margin-bottom: 0.8rem;
}

.aut-neirong {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #666666;
}

.aut-mid-left {
  width: 44%;
}

.aut-mid-right {
  width: 51%;
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
}

.aut-mid-top {
  margin-top: 8.4rem;
  margin-bottom: 4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-flow: row-reverse;
}

.aut-mobile {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
  color: #222222;
  margin-top: 2.6rem;
  margin-bottom: 1.1rem;
}

.aut-email {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #222222;
}

.aut-email a {
  color: #1043a1;
}

.aut-fxzj {
  margin-top: 2.6rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.aut-fxzj a {
  margin-right: 1.7rem;
}

.author-list-img {
  display: block;
  font-size: 0rem;
  overflow: hidden;
}

.author-list-img img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.author-list-bottom {
  padding: 3rem;
}

.author-list-bottom-title {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.author-list-bottom-nr {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.author-list-div {
  width: 32%;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2%;
  background: #fff;
  margin-bottom: 3.4rem;
}

.author-list-div a:hover {
  color: #ffdf00;
}

.author-list-div:nth-child(3n) {
  margin-right: 0rem;
}

.author-list-div.nomargin {
  margin-left: 0rem;
}

.author-list {
  margin-top: 8.9rem;
  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: 1280px) {
  .author-list-bottom {
    padding: 2rem;
  }
}

@media screen and (max-width: 999px) {
  .book-title {
    margin-top: 1rem;
  }

  .aut-mid-top {
    flex-wrap: wrap;
  }

  .aut-mid-right,
  .aut-mid-left {
    width: 100%;
    margin-bottom: 1rem;
  }

  .author-list,
  .aut-mid-top {
    margin-top: 2rem;
  }

  .author-list {
    flex-wrap: wrap;
    -moz-box-pack: justify;
    justify-content: space-between;
  }

  .author-list-div {
    width: 49%;
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .aut-title {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .aut-ertitle {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .aut-neirong {
    font-size: 1.4rem;
  }

  .aut-mobile,
  .aut-email {
    font-size: 1.8rem;
  }

  .aut-mobile {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .book-title {
    font-size: 1.4rem;
    padding: 1rem;
  }

  .author-list-bottom-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .author-list-bottom-nr {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 0.4rem;
  }

  .author-list-bottom {
    padding: 1rem;
  }

  .author-list-div {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .author-list-div {
    width: 100%;
  }
}

.index-find-mid {
  color: #222222;
  font-size: 0rem;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  /* border-radius: 5rem; */
  position: relative;
  /* aspect-ratio: 16 / 19;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.index-find-mid img {
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5rem;
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
}

.index-find-mid img:nth-child(1) {
  position: absolute;
  top: 0px;
  opacity: 1;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-find-k {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  top: 0rem;
  right: 0rem;
  line-height: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-size: cover;
  background-position: bottom;
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
  align-items: flex-end;
}

.index-find-k div {
  /* margin-bottom: 12%; */
  width: 100%;
}

.hengxian {
  width: 3.3rem;
  height: 0.2rem;
  background-color: #222222;
  border-radius: 0.1rem;
  opacity: 0.58;
  display: block;
}

.index-find-k-title {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  /* font-size: 2.6rem; */
  font-size: 2rem;
  margin-top: 1rem;
  /* word-break: break-all; */
  -moz-transition: 0s;
  transition: 0s;
}

.index-find-k-ertitle {
  font-size: 1.7rem;
  height: 0rem;
  overflow: hidden;
  margin-bottom: 0rem;
  -moz-transition: 0s;
  transition: 0s;
}

.index-find:hover .index-find-mid {
  /* color: #fff; */
}

.index-find:hover .index-find-mid .index-find-k-title {
  text-shadow: 0 0 0.5rem #fff;
}

.index-find:hover .index-find-mid .hengxian {
  background: #fff;
}

.index-find:hover .index-find-mid img {
  opacity: 0;
}

.index-find:hover .index-find-mid img:nth-child(2) {
  opacity: 1;
}

.index-find:hover .index-find-mid .index-find-k {
  background: url(../images/index-bj.png) no-repeat;
}

.index-find:hover .index-find-k-ertitle {
  height: auto;
  margin-bottom: 1.8rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.annu-qiehuan {
  margin-top: 3.2rem;
}

.annu-qiehuan .swiper-button-next,
.annu-qiehuan .swiper-button-prev {
  position: unset;
  z-index: 1;
  color: #1043a1;
  margin: 0rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #ffffff;
  box-shadow: 0.6rem 1rem 2.8rem 0.1rem rgba(215, 215, 215, 0.54);
}

.annu-qiehuan .swiper-button-next i,
.annu-qiehuan .swiper-button-prev i {
  font-size: 2.4rem;
}

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

.annu-qiehuan .swiper-button-next:hover,
.annu-qiehuan .swiper-button-prev:hover {
  background-color: #1043a1;
}

.annu-qiehuan .swiper-button-next:hover i,
.annu-qiehuan .swiper-button-prev:hover i {
  color: #fff;
}

.index-sec-title {
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 4.8rem;
  color: #222222;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.index-sec-title span {
  color: #1043a1;
}

.index-se1-mid {
  padding-top: 11rem;
  padding-bottom: 8.8rem;
}

.index-se1-mid .index-sec-title {
  margin-bottom: 7.6rem;
}

@media screen and (max-width: 1640px) {
  .index-find-k-title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 1rem;
  }

  .index-find-k-ertitle {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .index-se1-mid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .index-sec-title {
    font-size: 3.6rem;
  }

  .index-se1-mid .index-sec-title {
    margin-bottom: 3rem;
  }

  .index-find-mid img:nth-child(1) {
    display: block;
    opacity: 1;
  }

  .index-find-mid img:nth-child(2) {
    display: block;
    opacity: 0;
  }

  .index-find-k {
    color: #fff;
    background-position: bottom;
    background: url(../images/index-bj.png) no-repeat;
    background-position: center;
  }

  .index-find-k .index-find-k-ertitle {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .index-sec-title {
    font-size: 2.4rem;
  }

  .index-find-k {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .index-find-k-title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .index-find-k-ertitle {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .annu-qiehuan {
    margin-top: 1rem;
  }

  .annu-qiehuan .swiper-button-next,
  .annu-qiehuan .swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }
}

.index-our-s2 {
  background-color: rgba(245, 245, 245, 0.63);
  padding-top: 10rem;
  padding-bottom: 20rem;
}

.index-sec-ertitle {
  font-size: 2.4rem;
  color: #666666;
  line-height: 3rem;
  text-align: center;
  margin-top: 2rem;
}

.index-our-left {
  width: 60%;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.3rem 13.9rem 0.3rem rgba(88, 147, 255, 0.09);
  border-radius: 5rem;
  border: solid 0.2rem rgba(35, 96, 255, 0.1);
  padding: 3.4rem;
  padding-bottom: 2.4rem;
}

.index-our-left-bottom {
  text-align: center;
  border-radius: 5rem 5rem 0 0;
  font-size: 0;
  margin-top: 5.4rem;
  overflow: hidden;
  aspect-ratio: 16/7.6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-our-left-bottom:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-our-left-top {
  padding-left: 2rem;
  padding-right: 2rem;
  display: -moz-box;
  display: flex;
  -moz-box-align:center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.index-our-left-div {
  width: 54%;
}

.index-our-left-div-title {
  max-width: 32rem;
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #1043a1;
  margin-bottom: 0.6rem;
}

.index-our-left-div-ertite {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #222222;
}

.index-our-left-div-ertite:hover {
  color: #1043a1;
}

.index-our-right-div {
  position: relative;
  margin-right: 2rem;
}

.index-our-right-div-img {
  font-size: 0;
  position: relative;
}

.index-our-right-div-img img {
  border-radius: 50%;
  max-width: 15.6rem;
  min-width: 15.6rem;
  max-height: 15.6rem;
  min-height: 15.6rem;
  position: relative;
  z-index: 1;
}

.index-our-right-div-img i {
  width: 5rem;
  height: 5rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 2.6rem;
  color: #fff;
  border-radius: 50%;
  background-color: #1043a1;
  position: absolute;
  bottom: 0;
  right: -2rem;
  z-index: 0;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.index-our-right-div-img i:hover {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.index-our-right {
  width: 34%;
}

.index-our-right ul {
  color: #222;
}

.index-our-right ul li {
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  border-bottom: 0.1rem solid rgba(190, 187, 186, 0.54);
  padding-top: 7.2%;
  padding-bottom: 7.2%;
}

.index-our-right ul li i {
  min-width: 8.8rem;
  min-height: 8.8rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  background-color: #d3e2ff;
  font-size: 4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  color: #1043a1;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-our-right ul li p {
  margin-left: 7.8%;
  font-size: 2.4rem;
  line-height: 3rem;
  word-break: break-word;
}

.index-our-right ul li.active i,
.index-our-right ul li:hover i {
  background: #1043a1;
  color: #fff;
}

.index-our-right ul li.active p,
.index-our-right ul li:hover p {
  color: #1043a1;
}

.index-our-right ul li:last-child {
  border-bottom: 0.1rem;
}

.index-our-k {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}

@media screen and (max-width: 1420px) {
  .index-our-right ul li i {
    width: 7rem;
    height: 7rem;
    min-width: 7rem;
    min-height: 7rem;
  }

  .index-our-right ul li p {
    font-size: 2rem;
    margin-left: 3%;
  }
}

@media screen and (max-width: 991px) {
  .index-our-s2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .index-sec-ertitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1rem;
  }

  .index-our-left {
    padding: 2rem;
  }

  .index-our-left-bottom {
    margin-top: 2rem;
  }

  .index-our-k {
    margin-top: 2rem;
    flex-wrap: wrap;
  }

  .index-our-left,
  .index-our-right {
    width: 100%;
  }

  .index-our-right ul {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .index-our-right ul li {
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 49%;
  }

  .index-our-right ul li p {
    margin-left: 1rem;
  }

  .index-our-right ul li:last-child {
    border-bottom: 0.1rem solid rgba(190, 187, 186, 0.54);
  }

  .index-our-left-div-title {
    font-size: 3rem;
  }

  .index-our-left-top {
    -moz-box-align: center;
    align-items: center;
  }

  .index-our-right-div-img img {
    max-width: 10rem;
    min-width: 10rem;
    max-height: 10rem;
    min-height: 10rem;
  }

  .index-our-right-div-img i {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .index-our-left-div-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .index-our-left-div-ertite {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .index-our-left-div {
    width: 70%;
  }

  .index-our-right ul {
    -moz-box-align: end;
    align-items: flex-end;
  }

  .index-our-right ul li i {
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
    font-size: 2.4rem;
    min-height: 6rem;
  }

  .index-our-right ul li {
    flex-wrap: wrap;
  }

  .index-our-right ul li i {
    margin: auto;
  }

  .index-our-right ul li p {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .index-our-right ul li p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .index-our-left-top {
    flex-wrap: wrap;
    -moz-box-align: center;
    align-items: center;
    padding: 0;
  }

  .index-our-left-div {
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem);
  }

  .index-our-right-div-img img {
    display: none;
  }

  .index-our-right ul li p {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .index-our-right ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 550px) {
  .index-our-right ul li i {
    min-width: 4rem;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    min-height: 4rem;
  }

  .index-our-right ul li {
    width: 49%;
  }

  .index-our-right ul li p {
    font-size: 1.4rem;
  }
}

.index-choose-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.index-choose-kuang>div {
  width: 34.8571428571%;
  border-width: 2px;
  border-color: transparent;
  padding-left: 4%;
  padding-right: 4%;
  position: relative;
  top: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  padding-top: 4%;
  padding-bottom: 6%;
  border: 2px solid rgba(194, 215, 255, 0.5);
  border-color: transparent;
}

.index-choose-kuang>div:hover {
  top: -4.2rem;
  border: 2px solid rgba(194, 215, 255, 0.5);
  box-shadow: rgba(134, 177, 255, 0.1803921569) 1px 1px 20px;
  background: transparent;
}

.index-choose-s3 {
  padding-top: 13rem;
  padding-bottom: 7rem;
  background: url(../images/index-dpbj.png) no-repeat;
  background-size: 100% 100%;
}

.index-choose-s3 .index-sec-title {
  text-align: left;
}

.index-choose-kuang {
  text-align: center;
  margin-top: 14rem;
}

.index-choose-kuang span {
  color: #1043a1;
}

.index-choose-kuang .icon {
  width: 8.4rem;
  height: 8.4rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background-color: rgba(20, 72, 168, 0.2);
  position: relative;
}

.index-choose-kuang .icon i {
  font-size: 3rem;
  color: #fff;
  z-index: 2;
}

.index-choose-kuang .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.5rem;
  height: 6.5rem;
  background-color: rgb(16, 67, 161);
  border-radius: 50%;
}

.index-choose-kuang .icon-title {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0px;
  color: #222222;
  margin-bottom: 1.4rem;
  margin-top: 3.4rem;
}

.index-choose-kuang .icon-js {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .index-choose-s3 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .index-choose-kuang {
    margin-top: 6rem;
  }

  .index-choose-kuang>div {
    padding: 2%;
  }
}

@media screen and (max-width: 768px) {
  .index-choose-kuang>div:hover {
    top: 0px;
  }

  .index-choose-s3 {
    background-size: cover;
  }

  .index-choose-kuang {
    margin-top: 2rem;
  }

  .index-choose-kuang .icon-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .index-choose-kuang .icon-js {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .index-choose-kuang .icon {
    width: 6rem;
    height: 6rem;
  }

  .index-choose-kuang .icon i {
    font-size: 2rem;
  }

  .index-choose-kuang .icon:before {
    width: 4rem;
    height: 4rem;
  }

  .index-choose-kuang {
    flex-wrap: wrap;
  }

  .index-choose-kuang div {
    width: 100%;
  }

  .index-choose-kuang .icon-title {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}

.index-com-s4 {
  background: #fcfcfc;
  padding-top: 13rem;
  padding-bottom: 11rem;
}

.index-com-mid .index-com-kuang {
  margin-top: 5.6rem;
}

.index-com-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.index-com-kuang>a {
  display: block;
  padding: 2rem;
  background: #fff;
  border-radius: 5rem;
  width: 31.4%;
  margin-right: 2.8571428571%;
  margin-bottom: 2rem;
  box-shadow: 0.3rem 1.1rem 8.2rem 0.5rem rgba(129, 132, 138, 0.14);
}

.index-com-kuang>a:nth-child(3n) {
  margin-right: 0rem;
}

.index-com-img {
  overflow: hidden;
  border-radius: 3rem;
  position: relative;
  height: 0rem;
  padding-bottom: 63%;
}

.index-com-img span {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  font-size: 0rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.index-com-news {
  background-image: -moz-linear-gradient(179deg, #0c63c2 0%, #144cb4 100%), -moz-linear-gradient(#0d3886, #0d3886);
  background-image: linear-gradient(-89deg, #0c63c2 0%, #144cb4 100%), linear-gradient(#0d3886, #0d3886);
  background-blend-mode: normal, normal;
  border-radius: 0rem 3rem 1rem 0rem;
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #ffffff;
  display: inline-block;
  padding: 1.2rem 2rem;
  padding-left: 3.6rem;
  position: relative;
  left: -2.6rem;
  margin-top: 2.2rem;
  margin-bottom: 1.8rem;
}

.index-com-news:before {
  content: "";
  position: absolute;
  display: block;
  left: 0rem;
  top: -2rem;
  border-color: transparent #0d3886 transparent transparent;
  border-width: 2rem 1rem 0rem 0rem;
  border-style: solid;
}

.index-com-title {
  min-height: 6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #333333;
}

.index-com-js {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "popr", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #666666;
  margin-top: 1.4rem;
}

.index-com-kuang>a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-com-kuang>a:hover .index-com-title,
.index-com-kuang>a:hover .index-com-js {
  color: #1043a1;
}

.index-com-kuang>a:hover .index-com-bottom {
  color: #1043a1;
}

.index-com-kuang>a:hover .index-com-bottom i {
  color: #1043a1;
}

.index-com-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  color: #666666;
  padding-top: 2.4rem;
}

.index-com-bottom i {
  color: #666;
  font-size: 1.8rem;
  margin-right: 0.4rem;
}

.index-com-bottom .index-com-data {
  font-size: 1.8rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  font-family: "popmd", Arial, Helvetica, sans-serif;
}

.index-com-bottom .index-com-view {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .index-com-s4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .index-com-kuang {
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
  }

  .index-com-kuang>a {
    width: 48%;
    margin-right: 0px;
  }

  .index-com-news {
    font-size: 1.6rem;
    padding-top: 0.4rem;
    padding-left: 2rem;
    padding-bottom: 0.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .index-com-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .index-com-js {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .index-com-bottom {
    padding-top: 1rem;
  }

  .index-com-bottom .index-com-data {
    font-size: 1.4rem;
  }

  .index-com-bottom .index-com-view {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .index-com-kuang {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 550px) {
  .index-com-kuang>a {
    width: 100%;
  }

  .index-com-title {
    min-height: auto;
  }
}

.index-faq-left {
  width: 67.8571428571%;
  padding-right: 1rem;
  max-height: 50rem;
  overflow-y: auto;
}

.index-faq-left .index-sec-title {
  text-align: left;
  margin-bottom: 1.4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 0;
  background: #fff;
}

.index-faq-s5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.index-faq-kuang .index-faq-k.active .index-faq-neirong {
  margin-top: 1rem;
  margin-bottom: 2rem;
  height: auto;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.index-faq-kuang .index-faq-k.active .index-faq-k-title i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-faq-kuang .index-faq-k>.index-faq-k-title {
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  font-size: 2.4rem;
  line-height: 3rem;
  border-bottom: rgba(34, 34, 34, 0.15) solid 0.1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.index-faq-kuang .index-faq-k>.index-faq-k-title p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10%;
}

.index-faq-kuang .index-faq-k>.index-faq-k-title span {
  color: #1043a1;
}

.index-faq-kuang .index-faq-k>.index-faq-k-title i {
  color: #222;
  font-size: 3rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-faq-kuang .index-faq-k .index-faq-neirong {
  margin-top: 0;
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #666666;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.index-faq-kuang .index-faq-k .index-faq-neirong i {
  color: #1043a1;
  font-size: 2rem;
  position: relative;
  top: 0.4rem;
  margin-right: 1.4rem;
}

.index-faq-kuang .index-faq-k.active>.index-faq-k-title,
.index-faq-kuang .index-faq-k:hover>.index-faq-k-title {
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.index-faq-right {
  width: 28.1428571429%;
  margin-left: 2%;
  padding: 3rem;
  background-image: -moz-linear-gradient(348deg, #327bde 0%, #134db5 100%), -moz-linear-gradient(#0d61c1, #0d61c1);
  background-image: linear-gradient(102deg, #327bde 0%, #134db5 100%), linear-gradient(#0d61c1, #0d61c1);
  background-blend-mode: normal, normal;
  box-shadow: 0.3rem 1.1rem 8.2rem 0.5rem rgba(25, 85, 188, 0.16);
  border-radius: 5rem;
}

.index-faq-right .indexform {
  margin-top: 2.6rem;
}

.index-faq-right .indexform span,
.index-faq-right .indexform a {
  cursor: pointer;
}

.index-faq-right .indexform input {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%;
  height: 4.5rem;
  border: 0;
  background: #fff;
  border-radius: 1rem;
  outline: none;
}

.index-faq-right .indexform input::-webkit-input-placeholder {
  color: #124db8;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.index-faq-right .indexform input:-moz-placeholder {
  color: #124db8;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.index-faq-right .indexform input::-moz-placeholder {
  color: #124db8;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.index-faq-right .indexform input:-ms-input-placeholder {
  color: #124db8;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.index-faq-right .indexform textarea {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border: 0;
  background: #fff;
  width: 100%;
  height: 10rem;
  outline: none;
  border-radius: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.index-faq-right .indexform textarea::-webkit-input-placeholder {
  color: #124db8;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.index-faq-right .indexform textarea:-moz-placeholder {
  color: #124db8;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.index-faq-right .indexform textarea::-moz-placeholder {
  color: #124db8;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.index-faq-right .indexform textarea:-ms-input-placeholder {
  color: #124db8;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.index-faq-right .indexform p {
  line-height: 1.8rem;
  color: #fff;
}

.index-faq-right .indexform p input {
  width: 1.6rem;
  height: 1.6rem;
  display: inline;
}

.index-faq-right .indexform button {
  cursor: pointer;
  margin-top: 1rem;
  width: 22rem;
  height: 5rem;
  background-color: #1043a1;
  border-radius: 1.8rem;
  border: solid 0.1rem #ffffff;
  font-family: "popsb", Arial, Helvetica, sans-serif;
  color: #fff;
  padding-left: 2rem;
  padding-right: 1.4rem;
  font-size: 1.6rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.index-faq-right .indexform button i {
  font-size: 2rem;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  min-width: 3.4rem;
  min-height: 3.4rem;
  background-color: #ffffff;
  color: #1043a1;
}

.index-faq-form-title {
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
}

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

/* Media Queries */
@media screen and (max-width: 1620px) {
  .index-faq-form-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1250px) {
  .index-faq-right {
    width: 33.6rem;
    padding: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .index-faq-s5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .index-faq-mid {
    flex-wrap: wrap;
  }

  .index-faq-mid .index-faq-left,
  .index-faq-mid .index-faq-right {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }

  .index-faq-mid .index-faq-right {
    margin-top: 3rem;
  }

  .index-faq-kuang .index-faq-k {
    margin-bottom: 1rem;
  }

  .index-faq-kuang .index-faq-k>.index-faq-k-title {
    font-size: 2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .index-faq-kuang .index-faq-k.active .index-faq-neirong {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .index-choose-s3 .index-sec-title {
    text-align: center;
  }

  .index-com-mid .index-com-kuang {
    margin-top: 2rem;
  }

  .index-faq-kuang .index-faq-k .index-faq-neirong {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .index-faq-kuang .index-faq-k>.index-faq-k-title {
    font-size: 1.6rem;
  }

  .index-faq-form-title {
    font-size: 2.8rem;
  }
}

.index-footer {
  background-color: #010e27;
  padding-top: 9.4rem;
}

.footer-title {
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 4.8rem;
  line-height: 5.8rem;
  color: #ffffff;
}

.footer-ertitle {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #b8b8b8;
  margin-top: 0.2rem;
  margin-bottom: 1.8rem;
}

.footer-email {
  position: relative;
  max-width: 344px;
  width: 100%;
  flex-wrap: wrap;
}

.footer-email>div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #f6f9ff;
  border-radius: 1.8rem;
  height: 5.4rem;
}

.footer-email>div>input {
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  outline: none;
  background: transparent;
  border: 0rem;
  font-size: 1.8rem;
}

.footer-email>div>input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 1.8rem;
  font-family: "popmd", Arial, Helvetica, sans-serif;
}

.footer-email>div>input:-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 1.8rem;
  font-family: "popmd", Arial, Helvetica, sans-serif;
}

.footer-email>div>input::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 1.8rem;
  font-family: "popmd", Arial, Helvetica, sans-serif;
}

.footer-email>div>input:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 1.8rem;
  font-family: "popmd", Arial, Helvetica, sans-serif;
}

.footer-email>div>p {
  height: 100%;
  position: relative;
  width: 5rem;
  right: 5px;
}

.footer-email>div>p input {
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  border: 0rem;
  position: relative;
  z-index: 2;
}

.footer-email>div>p i {
  position: absolute;
  right: 0rem;
  top: 0rem;
  color: #fff;
  font-size: 2rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  background: #1043a1;
  -moz-box-pack: center;
  justify-content: center;
  z-index: 1;
}

.footer-email>div>p:hover i {
  border-radius: 0px;
}

.footer-email>div>p i:before {
  -moz-animation: qhjt 1s linear infinite;
  animation: qhjt 1s linear infinite;
}

.index-footer-left {
  width: 44.2857142857%;
}

.index-footer-left ul {
  margin-top: 4rem;
}

.index-footer-left ul li a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #666666;
  position: relative;
  z-index: 1;
  margin-bottom: 1.6rem;
}

.index-footer-left ul li a:hover::before {
  content: "";
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 2.4rem;
  height: 2.4rem;
  right: -1.2rem;
  border-radius: 50%;
  background-color: #124db8;
  z-index: -1;
}

.index-footer-left ul li a:hover {
  color: #ffffff;
}

.index-footer-right {
  width: 45%;
}

.index-footer-r-div {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  border-bottom: 0.1rem solid transparent;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.index-footer-r-div i {
  color: #878e99;
  font-size: 3.4rem;
  margin-right: 4rem;
}

.index-footer-r-div .index-footer-r-title {
  color: #fff;
}

.index-footer-r-div .index-footer-r-js {
  color: #b8b8b8;
}

.index-footer-r-div a:hover {
  color: #fff;
}

.index-footer-r-div:hover {
  border-color: rgba(238, 247, 247, 0.1);
}

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

.footer-cop {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 3.4rem;
  padding-top: 5rem;
}

.footer-cop a,
.footer-cop p,
.footer-cop span {
  color: rgba(255, 255, 255, 0.4);
}

.footer-cop a {
  margin-right: 1%;
}

.footer-cop a:hover {
  color: #fff;
}

.footer-cop>p {
  width: -moz-calc(100% - 22rem);
  width: calc(100% - 22rem);
}

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

.footer-fxzj a {
  display: block;
  margin-left: 1.6rem;
  min-width: 3.9rem;
  min-height: 3.9rem;
  width: 3.9rem;
  height: 3.9rem;
  border: solid 0.1rem rgba(164, 164, 164, 0.42);
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 2rem;
}

.footer-fxzj a i {
  color: #fff;
}

.footer-fxzj a img {
  width: 20px;
  border-radius: 0px;
}

.footer-fxzj a:hover {
  background: rgba(164, 164, 164, 0.42);
  border: solid 0.1rem transparent;
}

@media screen and (max-width: 991px) {
  .index-footer {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-cop {
    font-size: 1.4rem;
  }

  .index-footer {
    padding-bottom: 4rem;
  }

  .index-footer-left {
    width: 100%;
  }

  .index-footer-left ul {
    display: none;
  }

  .index-footer-right {
    display: none;
  }

  .footer-cop {
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-wrap: wrap;
  }

  .footer-fxzj {
    width: 100%;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-top: 1rem;
  }

  .footer-title {
    font-size: 2.8rem;
    line-height: 4rem;
  }

  .footer-cop>p {
    width: 100%;
  }

  .footer-email>div {
    height: 4.4rem;
    border-radius: 10px;
  }

  .footer-ertitle {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.fenye-img {
  display: block;
  font-size: 0rem;
  overflow: hidden;
  img{
    border-radius: 0px;
  }
}

.fenye-banner {
  position: relative;
}

.fenye-banner .banner-kuang {
  position: absolute;
  top: 60%;
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

.fenye-banner .banner-kuang .banner-kuang-title {
  text-shadow: 0 0 0.5rem #fff;
}

@media screen and (max-width: 1420px) {
  .banner-kuang {
    left: 6%;
  }
}

@media screen and (max-width: 991px) {
  .fenye-banner {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-kuang {
    max-width: 100%;
  }

  .fenye-img img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.proxq-s2-par-mid {
  padding-bottom: 2rem;
}

.m-muban-pro-nav {
  padding-top: 4.8rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  background: #FFFFFF;
  border-radius: 1rem;
}

.m-muban-pro-nav>ul a:hover {
  color: #053FA7;
}

.m-muban-pro-nav>ul>li {
  margin-bottom: 3rem;
}

.m-muban-pro-nav>ul>li ul {
  display: none;
}

.m-muban-pro-nav>ul>li p {
  position: relative;
}

.m-muban-pro-nav>ul>li p a {
  font-size: 1.8rem;
  color: #666666;
  line-height: 2.4rem;
  display: block;
}

.m-muban-pro-nav>ul>li p span {
  position: absolute;
  right: 0.4rem;
  top: 0rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  -moz-box-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #666666;
}

.m-muban-pro-nav>ul>li p span i {
  font-size: 1.4rem;
}

.m-muban-pro-nav>ul>li ul {
  display: none;
  padding-left: 1rem;
  margin-top: 2rem;
}

.m-muban-pro-nav>ul>li ul li {
  margin-bottom: 2rem;
}

.m-muban-pro-nav>ul>li ul a {
  display: block;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  color: #666666;
  line-height: 2.4rem;
}

.m-muban-pro-nav>ul li.active>p>a {
  color: #1043a1;
}

.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-nav-title {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  font-size: 2.4rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #222222;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 2rem;
}

.m-muban-pro-nav-title i {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-muban-pro-nav>ul {
    display: none;
  }

  .m-muban-pro-nav-title>i {
    display: block;
  }

  .m-muban-pro-nav-title>i.active:before {
    content: "\e600";
  }

  .m-muban-pro-nav>ul.active {
    display: block;
  }
}

.pro-mid-left {
  width: 36rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #ffffff;
  box-shadow: 0.5rem 0.9rem 3rem 0rem rgba(74, 123, 200, 0.1);
  border-radius: 1rem;
  position: sticky;
  top: 136px;
  z-index: 2;
}

.pro-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 11rem;
}

.crubs {
  background-color: #f3f5f8;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.crubs>p {
  color: #9a9a9a;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.crubs>p i {
  margin-right: 1rem;
  display: inline-block;
  font-size: 2rem;
  color: #1043a1;
  position: relative;
  top: 0.2rem;
}

.crubs>p a {
  color: #9a9a9a;
}

.crubs>p a:hover {
  color: #1043a1;
}

.pro-mid-right {
  -moz-box-flex: 1;
  flex: 1;
  margin-left: 2.8571428571%;
}

.pro-mid-right-title {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  color: #333333;
  padding-left: 1.8rem;
  position: relative;
  margin-top: 4.2rem;
}

.pro-mid-right-title::after {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: -1.4rem;
  height: 0.1rem;
  width: 100%;
  background: #e6e6e6;
}

.pro-mid-right-title:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: transparent transparent transparent #0d3886;
  border-width: 0.6rem 0.6rem 0.6rem 0.6rem;
  border-style: solid;
}

.pro-mid-list {
  margin-top: 4.4%;
}

.pro-mid-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;
}

.pro-mid-list ul li:nth-child(3n) {
  margin-right: 0rem;
}

.pro-mid-list ul li {
  margin-right: 6.4%;
  width: 29%;
  margin-bottom: 5rem;
}

.pro-mid-list ul li>a {
  text-align: center;
  color: #333333;
}

.pro-mid-list ul li>a:hover span:before {
  height: 0.6rem;
}

.pro-mid-list>ul>li:hover a p {
  color: #1043a1;
}

.pro-list-img {
  position: relative;
  height: 0rem;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: red;
  background: url(../images/probj.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.pro-list-img span {
  position: absolute;
  left: 0rem;
  top: 0rem;
  bottom: 0rem;
  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: 0rem;
  border-radius: 10px;
  overflow: hidden;
}

.pro-list-img span img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-list-img span:before {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 0rem;
  background-image: -moz-linear-gradient(left, #1043a1 0%, #5086ea 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #1043a1 0%, #5086ea 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  z-index: 2;
}

.pro-list-img:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pro-list-title {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

.pro-list-js {
  background-color: #f7f7f7;
  border-radius: 0.4rem;
  padding: 1.2rem 0.6rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.m-muban-pagebox {
  padding-top: 3.4rem;
  padding-bottom: 6rem;
  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: 5rem;
  max-width: 5rem;
  min-height: 5rem;
  max-height: 5rem;
  background: #FFFFFF;
  border-radius: 1rem;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #222222;
  line-height: 5rem;
  margin: 0.4rem;
  border: solid 0.1rem #e3e3e2;
  color: #999899;
  border-radius: 50%;
}

.m-muban-pagebox a i,
.m-muban-pagebox p i,
.m-muban-pagebox span i {
  font-size: 2rem;
  color: #1043a1;
}

.m-muban-pagebox a:hover,
.m-muban-pagebox a.active {
  background: #053FA7;
  border: solid 0.1rem #053FA7;
  color: #fff;
}

.m-muban-pagebox a:hover i,
.m-muban-pagebox a.active i {
  color: #fff;
}

.m-muban-pagebox a.no:hover {
  background: #fff;
  color: #222222;
  cursor: auto;
  border-color: #e3e3e2;
}

.m-muban-pagebox a.no:hover i {
  color: #053FA7;
}

.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: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    line-height: 3rem;
    border-radius: 0.4rem;
  }

  .m-muban-pagebox {
    -moz-box-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1280px) {
  .pro-mid-left {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .pro-mid {
    margin-top: 2rem;
    flex-wrap: wrap;
  }

  .pro-mid-left {
    width: 100%;
    top: 11vw;
  }

  .m-muban-pro-nav {
    padding: 0rem;
    padding-top: 1rem;
  }

  .m-muban-pro-nav .active {
    margin-top: 1rem;
  }

  .m-muban-pro-nav-title {
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .pro-mid-left {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .m-muban-pro-nav-title {
    font-size: 2rem;
  }

  .m-muban-pagebox {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }

  .pro-mid-right {
    margin-left: 0rem;
  }

  .pro-mid-list ul {
    -moz-box-pack: justify;
    justify-content: space-between;
  }

  .pro-mid-list ul li {
    width: 49%;
    margin-right: 0rem;
    margin-bottom: 2rem;
  }

  .pro-list-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .pro-mid-right-title {
    margin-top: 2rem;
  }

  .pro-list-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .pro-mid-list {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 400px) {
  .pro-mid-list ul li {
    width: 100%;
  }
}

.fenye-banner-noimg {
  margin-top: 14rem;
}

@media screen and (max-width: 991px) {
  .fenye-banner-noimg {
    margin-top: 12.2rem;
  }

  .crubs {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

@media screen and (max-width: 768px) {
  .fenye-banner-noimg {
    margin-top: 10.4rem;
  }

  .crubs>p i {
    margin-right: 0.4rem;
  }
}

@media screen and (max-width: 500px) {
  .fenye-banner-noimg {
    margin-top: 8.6rem;
  }
}

.proxq-s1 {
  background: #f7f7f7;
  padding-top: 7.2rem;
  padding-bottom: 8.6rem;
}

.proxq-s1 .proxq-s1-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.proxq-s1 .m-muban-cpxq-img {
  display: block;
  font-size: 0rem;
  border-radius: 10px;
}

.proxq-s1 .cpxqswipersmall {
  margin-top: 2rem;
}

.proxq-s1 .cpxqswipersmall .swiper-button-prev {
  width: 3rem;
  background: #1043a1;
  color: #fff;
  left: 0rem;
  height: -moz-calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.proxq-s1 .cpxqswipersmall .swiper-button-next {
  background: #1043a1;
  color: #fff;
  height: -moz-calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0rem;
  margin-top: 0rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.proxq-s1 .m-muban-cpxq-kuang-left>.cpxqswipersmall .swiper-slide {
  border-radius: 1rem;
  border: 0.1rem solid transparent;
  overflow: hidden;
  cursor: pointer;
}

.proxq-s1 .m-muban-cpxq-kuang-left>.cpxqswipersmall {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.proxq-s1 .m-muban-cpxq-kuang-left>.cpxqswipersmall .swiper-slide-thumb-active {
  border-color: #285cbb;
}

.proxq-s1 .proxq-s1-left {
  width: 34.4285714286%;
}

.proxq-s1 .proxq-s1-right {
  width: 59.7142857143%;
}

.proxq-s1 .proxq-biaoti {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #1043a1;
}

.proxq-s1 .proxq-title {
  font-size: 6rem;
  line-height: 7rem;
}

.proxq-s1 .proxq-s1-k strong {
  margin-top: 2.8rem;
  display: block;
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-bottom: 1.4rem;
}

.proxq-s1 .proxq-s1-k p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #666666;
}

.proxq-s1 .dowm-wj {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.proxq-s1 .dowm-wj>div {
  width: 46%;
}

.proxq-s1 .dowm-wj a {
  width: 100%;
  max-width: 350px;
  padding: 2rem 1.4rem;
  display: block;
  background-color: #fffdfa;
  border-radius: 1rem;
  border: solid 0.2rem #eef7f7;
}

.proxq-s1 .dowm-wj a:hover {
  background: #285cbb;

  span {
    color: #fff;
  }
}

.proxq-s1 .dowm-wj a span {
  text-decoration: underline;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #285cbb;
  margin-left: 3%;
  display: inline-block;
}

.proxq-s1 .dowm-wj a i {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  background-color: #ebeff5;
  border-radius: 0.4rem;
  opacity: 0.7;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  color: #999999;
}

.proxq-s1 .proxqbqswiper {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.proxq-s1 .proxqbqswiper .swiper-slide p {
  display: block;
  font-size: 0rem;
  line-height: 0rem;
}

.proxq-s1 .proxq-bq-swiper-mid {
  text-align: center;
  max-width: 400px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.proxq-s1 .proxq-bq-swiper-mid .swiper-button-prev,
.proxq-s1 .proxq-bq-swiper-mid .swiper-button-next {
  position: unset;
  margin-top: 0rem;
  width: auto;
  height: 100%;
}

.proxq-s1 .proxq-bq-swiper-mid .swiper-button-prev i,
.proxq-s1 .proxq-bq-swiper-mid .swiper-button-next i {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .dowm-wj {
    flex-wrap: wrap;
  }

  .proxq-s1 .dowm-wj>div {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .proxq-s1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .proxq-s1-mid {
    flex-wrap: wrap;
  }

  .proxq-s1-mid .proxq-s1-left {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .proxq-s1-mid .proxq-s1-right {
    width: 100%;
    margin-top: 2rem;
  }

  .proxq-s1 .proxq-s1-k strong {
    margin-top: 2rem;
  }

  .proxq-s1 .dowm-wj a span {
    margin-left: 1%;
  }
}

@media screen and (max-width: 768px) {
  .proxq-s1 .proxq-biaoti {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .proxq-s1 .proxq-title {
    font-size: 3rem;
    line-height: 4rem;
  }

  .proxq-s1 .proxq-s1-k strong {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .proxq-s1 .proxq-s1-k p {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .proxq-s1 .dowm-wj a span {
    font-size: 1.4rem;
  }

  .proxq-s1 .m-muban-cpxq-kuang-left>.cpxqswipersmall .swiper-slide-thumb-active {
    border-color: transparent;
  }

  .proxq-s1 .cpxqswipersmall .swiper-button-next,
  .proxq-s1 .cpxqswipersmall .swiper-button-prev {

    width: 28px;
    height: 28px;
    border-radius: 50%;
  }

  .swipercpxqbig {
    display: none;
  }

  .proxq-s1 .dowm-wj a {
    padding: 1rem;
  }

  .proxq-s1 {
    padding-top: 0rem;
  }
}

@media screen and (max-width:450px) {
  .proxq-s1-mid .proxq-s1-left {
    max-width: 400px;
  }

  .proxq-s1 .m-muban-cpxq-kuang-left>.cpxqswipersmall .swiper-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.proxq-s2 {
  background: #f7f7f7;
}

.proxq-s2 .proxq-s2-mid {
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
  z-index: 4;
  background-image: -moz-linear-gradient(356deg, #1043a1 0%, #497edf 100%);
  background-image: linear-gradient(94deg, #1043a1 0%, #497edf 100%);
  box-shadow: -0.4rem -0.3rem 8.9rem 2.8rem rgba(162, 162, 162, 0.08);
  /* border-style: solid; */
  border-width: 1px;
  border-image-source: linear-gradient(40deg, #ffffff 0%, rgba(255, 255, 255, 0.31) 100%);
  border-image-slice: 1;
}

.proxq-s2 .proxq-s2-top ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  overflow-x: auto;
}

.proxq-s2 .proxq-s2-top ul a {
  display: block;
  font-size: 2.4rem;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-right: 4rem;
  position: relative;
  white-space: nowrap;
}

.proxq-s2 .proxq-s2-top ul a::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 0.4rem;
  background-color: #d0e1ff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

/* .proxq-s2 .proxq-s2-top ul a.active, */
.proxq-s2 .proxq-s2-top ul li.active a {
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.proxq-s2 .proxq-s2-top ul a.active:before {
  width: 0px;
}

.proxq-s2 .proxq-s2-top ul li.active a:before {
  width: 90%;
}

.proxq-s2 .proxq-s2-ad {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 7.2rem;
}

.proxq-s2 .proxq-s2-ad-div {
  width: 48.5714285714%;
  margin-bottom: 1.8rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  padding-left: 5rem;
  padding-right: 10rem;
  background: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  background-color: #ffffff;
  box-shadow: 0.5rem 0.9rem 3rem 0rem rgba(222, 220, 218, 0.3);
  border-radius: 1rem;
  position: relative;
  top: 0px;
}

.proxq-s2 .proxq-s2-ad-div:hover {
  top: -10px;
}

.proxq-s2 .proxq-s2-ad-div span {
  width: 6.4rem;
  min-width: 6.4rem;
  height: 6.4rem;
  min-height: 6.4rem;
  display: block;
  font-size: 0rem;
  margin-right: 3.6rem;
}

.proxq-s2 .proxq-s2-ad-div .proxq-s2-ad-title {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #222222;
  margin-bottom: 1.4rem;
}

.proxq-s2 .proxq-s2-ad-div .proxq-s2-ad-js {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #666;
}

@media screen and (max-width: 1280px) {
  .proxq-s2 .proxq-s2-top ul a {
    font-size: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .proxq-s2 .proxq-s2-ad {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .proxq-s2 .proxq-s2-ad-div {
    padding: 3rem;
    width: 100%;
  }

  .proxq-s2 .proxq-s2-ad-div span {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .proxq-s2 .proxq-s2-mid {
    top: 100px;
  }

  .proxq-s2 .proxq-s2-ad-div {
    flex-wrap: wrap;
    padding: 2rem;
  }

  .proxq-s2 .proxq-s2-ad-div span {
    min-width: 5rem;
    min-height: 5rem;
    width: 5rem;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .proxq-s2 .proxq-s2-ad-div .proxq-s2-ad-right {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }

  .proxq-s2 .proxq-s2-ad-div .proxq-s2-ad-js {
    font-size: 1.4rem;
  }

  .proxq-s2 .proxq-s2-top ul a {
    padding-top: 1.4rem;
    font-size: 1.6rem;
    padding-bottom: 1.4rem;
  }

  .proxq-s2 .proxq-s2 .proxq-s2-top ul a::before {
    height: 0.4rem;
  }
}

@media screen and (max-width: 500px) {
  .proxq-s2 .proxq-s2-mid {
    top: 86px;
  }
}

.pro-s2-par-title {
  padding-top: 10rem;
  margin-bottom: 6rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  line-height: 7rem;
  color: #222222;
}

.proxq-s2-par-mid {
  background: #f7f7f7;
}

@media screen and (max-width: 991px) {
  .pro-s2-par-title {
    padding-top: 3rem;
    margin-bottom: 1rem;
    font-size: 4rem;
    line-height: 5rem;
  }
}

.proxq-s3 {
  background: #f7f7f7;
}

.proxq-s3-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-top: 10rem;
  margin-bottom: 6rem;
}

.proxq-s3-top .pro-s2-par-title {
  padding-top: 0rem;
  margin-bottom: 0rem;
}

.proxq-s3-top ul {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.proxq-s3-top ul li {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #124db8;
  background: #f7f7f7;
  padding: 0.8rem 2.4rem;
  margin-left: 2rem;
  border-radius: 2.5rem;
  margin-bottom: 1rem;
  border: 1px solid #124db8;
}

.proxq-s3-top ul li.active,
.proxq-s3-top ul li:hover {
  background: #124db8;
  color: #fff;
}

.proxq-s3-tab-div .swiper-slide {
  background-color: #ffffff;
  padding: 9rem 5rem;
  text-align: center;
  border-radius: 5rem;
  overflow: hidden;
}

.proxq-s3-tab-div .swiper-slide span {
  display: block;
  font-size: 0rem;
}

.proxq-s3-tab {
  padding-bottom: 6rem;
}

.proxq-s3-tab .swiper-pagination {
  position: unset;
  margin-top: 4.6rem;
}

.proxq-s3-tab .swiper-pagination .swiper-pagination-bullet {
  background: #1f368f;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
}

@media screen and (max-width: 1280px) {
  .pro-s2-par-title {
    font-size: 4rem;
    line-height: 5rem;
  }

  .proxq-s3-tab-div .swiper-slide {
    padding: 2rem;
  }

  .proxq-s3-top ul li {
    line-height: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .table table tr:first-child th {
    padding: 1.6rem;
  }

  .table table tr:nth-child(2) td {
    padding: 1.8rem;
  }

  .table table tr td {
    padding: 1.4rem;
  }

  .proxq-s3-top {
    flex-wrap: wrap;
    padding-top: 3rem;
    margin-bottom: 2rem;
  }

  .proxq-s3-top .pro-s2-par-title {
    width: 100%;
    margin-bottom: 1rem;
  }

  .proxq-s3-top ul li {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .proxq-s3-tab .swiper-pagination {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .table table tr:nth-child(2) td {
    font-size: 1.4rem;
    padding: 1rem;
  }

  .table table tr td {
    font-size: 1.4rem;
    padding: 1rem;
  }

  .pro-s2-par-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .proxq-s3-tab {
    padding-bottom: 2rem;
  }

  .proxq-s3-top {
    margin-bottom: 0rem;
  }

  .proxq-s3-tab-div .swiper-slide {
    border-radius: 1rem;
  }
}

.proxq-s4 {
  background: #fff;
  padding-bottom: 13rem;
}

.youtube {
  position: relative;
  padding-bottom: 33.7%;
  overflow: hidden;
  height: 0rem;
  background-color: #141414;
  border-radius: 5rem;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 999px) {
  .proxq-s4 {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .youtube {
    border-radius: 1.4rem;
  }
}

*[id] {
  scroll-margin-top: 140px;
  /* 避免锚点内容被 fixed header 遮挡 */
}

.about-s1-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-top: 15rem;
  padding-bottom: 12rem;
}

.about-s1-left {
  width: 32.1428571429%;
  min-width: 32rem;
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  line-height: 6.2rem;
  color: #222222;
}

.about-s1-right {
  width: 65%;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #666666;
}

@media screen and (max-width: 99.1rem) {
  .about-s1-mid {
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-s1-left {
    font-size: 4.6rem;
    line-height: 5rem;
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-s1-right {
    width: 100%;
  }
}

@media screen and (max-width: 76.8rem) {
  .about-s1-left {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .about-s1-right {
    font-size: 1.4rem;
  }
}

.about-s2 {
  background-color: #124db8;
}

.about-s2-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-flow: row-reverse;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
  margin-top: 3.4rem;
}

.about-s2-mid {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.about-s-title {
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  line-height: 6.2rem;
  color: #ffffff;
}

.about-s2-k-tab {
  width: 49.2857142857%;
  overflow: hidden;
  border-radius: 4rem;
  font-size: 0rem;
  text-align: center;
}

.about-s2-k-tab img {
  -moz-animation: a_menu_item_hide 0.5s ease-in;
  animation: a_menu_item_hide 0.5s ease-in;
}

.about-s2-k-tab p img {
  -moz-animation: a_menu_item_show 0.5s ease-in;
  animation: a_menu_item_show 0.5s ease-in;
}

.about-s2-k-tab:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.about-s2-k-left {
  width: 42.8571428571%;
  color: rgba(255, 255, 255, 0.5);
}

.about-s2-k-left-div {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2.4rem;
  margin-top: 3.4rem;
  cursor: pointer;
}

.about-s2-k-left-div:last-child {
  padding-bottom: 0rem;
  border: 0rem;
}

.about-s2-k-left-div.active {
  color: rgb(255, 255, 255);
}

.about-s2-k-left-div.active i {
  visibility: visible;
  opacity: 1;
}

.about-s2-k-title {
  position: relative;
  padding-right: 3rem;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 1.6rem;
}

.about-s2-k-title i {
  width: 1.6rem;
  height: 1.6rem;
  font-size: 2rem;
  display: inline-block;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: absolute;
  right: 0rem;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-s2-k-js {
  font-size: 1.8rem;
  line-height: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 991px) {
  .about-s2-mid {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-s-title {
    font-size: 4.6rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .about-s-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .about-s2-kuang {
    margin-top: 2rem;
    flex-wrap: wrap;
  }

  .about-s2-k-tab {
    width: 100%;
    text-align: center;
  }

  .about-s2-k-left {
    width: 100%;
  }

  .about-s2-k-left-div {
    margin-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .about-s2-k-title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
  }

  .about-s2-k-js {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.about-s3 {
  background: #f2f5fb;
  padding-top: 14.6rem;
  padding-bottom: 13.8rem;
}

.about-s3-mid {
  position: relative;
}

.about-s3-mid:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 6rem;
  height: 0.2rem;
  background-color: rgba(34, 34, 34, 0.04);
}

.about-s3-kuang {
  position: relative;
}

.about-s3-kuang .swiper-button-next {
  right: -8.6rem;
}

.about-s3-kuang .swiper-button-prev {
  left: -8.6rem;
}

.about-s3-kuang .swiper-button-next,
.about-s3-kuang .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0.6rem 1rem 2.8rem 1px rgba(215, 215, 215, 0.54);
}

.about-s3-kuang .swiper-button-next i,
.about-s3-kuang .swiper-button-prev i {
  font-size: 3rem;
  color: #1043a1;
}

.about-s3-kuang .swiper-button-next:hover,
.about-s3-kuang .swiper-button-prev:hover {
  background: #1043a1;
}

.about-s3-kuang .swiper-button-next:hover i,
.about-s3-kuang .swiper-button-prev:hover i {
  color: #fff;
}

.swipernf .swiper-slide {
  opacity: 0.6;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding-top: 6.8rem;
}

.swipernf .swiper-slide-active {
  padding-top: 0rem;
  opacity: 1;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.swipernf .swiper-slide-active .about-nf {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}


.swipernf .swiper-slide .about-nf p {
  transition: all 0ms;
  -webkit-transition: all 0ms;
}

.swipernf .swiper-slide-active .about-nf p {
  transition: all 0ms;
  -webkit-transition: all 0ms;
}

.swipernf .swiper-slide-active .about-nf p {
  font-size: 10rem;
  line-height: 12rem;
}

.swipernf .swiper-slide-active .about-nf p:before {
  left: -4.6rem;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.about-nf p {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #1f368f;
  position: relative;
}

.about-nf p:before {
  content: "";
  position: absolute;
  top: -1.4rem;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #1952bb;
}

.swipernr-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 7rem;
}

.swipernr-kuang .swipernr-img {
  width: 49.5714285714%;
  display: block;
  font-size: 0rem;
  border-radius: 10px;
  overflow: hidden;
}

.swipernr-kk {
  width: 45.4285714286%;
}

.swipernr-kk-title {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 1.4rem;
  color: #222222;
}

.swipernr-kk-title span {
  color: #1f368f;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.swipernr-kk-nr {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #666666;
}

@media screen and (max-width: 1580px) {
  .about-s3-kuang .swiper-button-prev {
    left: 0rem;
  }

  .about-s3-kuang .swiper-button-next {
    right: 0rem;
  }
}

@media screen and (max-width: 991px) {
  .about-s3 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .swipernr-kuang {
    margin-top: 2rem;
    flex-wrap: wrap;
  }

  .swipernr-kuang .swipernr-kk,
  .swipernr-kuang .swipernr-img {
    width: 100%;
  }

  .swipernr-kuang .swipernr-img {
    text-align: center;
    margin-bottom: 1rem;
  }

  .swipernf .swiper-slide-active .about-nf p {
    font-size: 6.6rem;
  }
}

@media screen and (max-width: 768px) {
  .swipernr-kk-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .swipernr-kk-nr {
    font-size: 1.4rem;
  }

  .about-s3-kuang .swiper-button-next,
  .about-s3-kuang .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    top: 56px;
  }

  .about-s3 {
    padding-top: 0rem;
  }

  .swipernf .swiper-slide-active .about-nf p::before {
    left: -2rem;
  }

  .swipernr-kuang {
    margin-top: 0rem;
  }
}

.about-s4-mid {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.about-s4-mid .about-s-title {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  color: #222222;
  margin-bottom: 7.8rem;
}

.about-s4-mid .annu-qiehuan {
  margin-top: 0rem;
}

.swipernr-img {
  border-radius: 5rem;
  overflow: hidden;
  text-align: center;
  font-size: 0rem;
  list-style: none;
}

.swipernr-img:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ourswiepr .swiper-pagination {
  position: unset;
  margin-top: 5rem;
}

.ourswiepr .swiper-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  background-color: #1f368f;
}

@media screen and (max-width: 991px) {
  .ourswiepr .swiper-pagination {
    margin-top: 1rem;
  }

  .about-s4-mid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-s4-mid .about-s-title {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .about-s4-mid {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ourswiepr .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height:10px;
    margin-left: 4px;
    margin-right: 4px;
  }
}

.about-s5 {
  background-color: #f2f5fb;
}

.about-s5-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-radius: 5rem;
  overflow: hidden;
  background: #fff;
}

.about-s5-left {
  display: block;
  font-size: 0rem;
  overflow: hidden;
  width: 50.5714285714%;
  text-align: center;
}

.about-s5-right {
  width: 49.4285714286%;
  padding: 5.4rem;
}

.about-s5-right .hengxian {
  width: 6.2rem;
  height: 0.6rem;
  background-color: #124db8;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  opacity: 1;
}

.about-s5-right .about-s5-right-nr {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #666666;
}

.about-s5 .about-s-title {
  -moz-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .about-s5-right {
    padding: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .about-s5-kuang {
    flex-wrap: wrap;
  }

  .about-s5-right,
  .about-s5-left {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about-s5-right {
    padding: 2rem;
  }

  .about-s5-right .hengxian {
    margin-bottom: 1rem;
  }

  .about-s5-right .about-s5-right-nr {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .about-s5-kuang {
    border-radius: 2rem;
  }
}

.about-s6 .proxq-s3-tab-div .swiper-slide {
  background-color: #f2f5fb;
}

.about-ditu {
  display: block;
  font-size: 0rem;
  text-align: center;
}

.about-s7 .about-s4-mid .about-s-title {
  -moz-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .about-s7 .about-s4-mid {
    padding-top: 0rem;
  }
}

.case-s1-mid {
  overflow-x: auto;
}

.case-s1-kuang {
  /* width: 1400px; */
  width: 100%;
  margin-top: 5rem;
  overflow: hidden;
  position: relative;
  /* display: inline-flexbox; */
  display: flex;
  border-radius: 40px;
  /* border: solid 2px #2a66d5; */
  padding-left: 2rem;
  padding-right: 5rem;
  overflow-x: auto;
  white-space: nowrap;
  height: 82px;
}

.case-s1-kuang i {
  -moz-animation: donghua 1s ease-in-out infinite;
  animation: donghua 1s ease-in-out infinite;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 12px;
  right: 14px;
  width: 54px;
  display: inline-block;
  height: 54px;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background-image: -moz-linear-gradient(left, #1849a4 0%, #2a66d5 100%), -moz-linear-gradient(#f3f5f8, #f3f5f8);
  background-image: linear-gradient(90deg, #1849a4 0%, #2a66d5 100%), linear-gradient(#f3f5f8, #f3f5f8);
  background-blend-mode: normal, normal;
  display: none;

}

.case-s1-kuang a {
  display: inline-block;
  padding: 14px 44px;
  font-size: 1.8rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
  line-height: 2.8rem;
  color: #222222;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 28px;
  border: solid 2px #2a66d5;
}

.case-s1-kuang a:hover,
.case-s1-kuang a.active {
  background-image: -moz-linear-gradient(left, #1849a4 0%, #2a66d5 100%), -moz-linear-gradient(#2a66d5, #2a66d5);
  background-image: linear-gradient(90deg, #1849a4 0%, #2a66d5 100%), linear-gradient(#2a66d5, #2a66d5);
  background-blend-mode: normal, normal;
  color: #fff;
}

.case-s1-kuang.active {
  height: auto;
}

.case-s2-mid .hengxian {
  display: none;
}

.case-s2-top {
  margin-top: 10.8rem;
  margin-bottom: 11.4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.case-s2-left {
  width: 51.2857142857%;
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 6rem;
}

.case-s2-left i {
  width: 5rem;
  height: 5rem;
  background-color: #1043a1;
  display: inline-grid;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 3rem;
  border-radius: 50%;
  color: #fff;
  position: relative;
  top: -1rem;
}

.case-s2-right {
  width: 38.5714285714%;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #666;
}

@media screen and (max-width: 1680px) {
  .case-s2-left {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 1480px) {
  .case-s2-left {
    width: 40%;
  }

  .case-s2-right {
    width: 50%;
  }
  .case-s1-kuang a{
    padding: 8px 20px;
  }
  .case-s1-kuang{
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  .case-s1-kuang {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .case-s1-kuang a {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .case-s2-top {
    margin-top: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }

  .case-s2-top .case-s2-left,
  .case-s2-top .case-s2-right {
    width: 100%;
    word-break: normal;
  }

  .case-s2-top .case-s2-left {
    font-size: 4rem;
    max-width: 718px;
    margin-bottom: 10px;
  }

  .case-s1-kuang i {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .case-s2-left i {
    display: none;
  }

  .case-s2-right {
    font-size: 14px;
  }

  .case-s1-kuang a {
    padding: 6px 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 500px) {
  .case-s2-top .case-s2-left {
    font-size: 26px;
  }
}
.case-s2-list {
  -moz-box-pack: start;
       justify-content: flex-start;
  text-align: center;
}
.case-s2-list > a {
  width: 32%;
  margin-right: 2%;
}
.case-s2-list > a:nth-child(3n) {
  margin-right: 0px;
}
.case-s2-list > a .index-find-k {
  position: unset;
}
.case-s2-list > a:hover {
  -moz-transform: scale(1.04);
   -ms-transform: scale(1.04);
       transform: scale(1.04);
}

.case-s2-list > a .index-find-k-title,
.case-s2-list > a .index-find-k-ertitle {
  color: #222;
  height: auto;
}
.case-s2-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.case-s2-list .index-find-mid img:nth-child(1) {
  position: relative;
}

.case-s2-list>a {
  /* width: 48.4285714286%; */
  /* border-radius: 50px; */
  overflow: hidden;
  margin-bottom: 38px;
}

.case-s2-list>a .index-find-k-title {
  /* color: #fff; */
}

.case-s2-list>a:hover .index-find-k-title {
  text-shadow: 0 0 5px #fff;
}

.case-s2-list>a:hover .hengxian {
  display: none;
}

.case-s2-list>a:hover .index-find-k-ertitle {
  height: auto;
  /* color: #fff; */
}

.case-s3 {
  background-color: #f6f9ff;
  padding-bottom: 13rem;
  padding-top: 6.8rem;
}

.case-s3-tilte {
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  color: #222222;
  text-align: center;
  margin-bottom: 6.8rem;
}

.case-s3-qiehuan {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.case-s3-qiehuan p {
  width: 13.1428571429%;
  display: block;
  height: 48rem;
  font-size: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.case-s3-qiehuan p img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.case-s3-qiehuan p.active {
  width: 57%;
}

@media screen and (max-width: 991px) {
  .case-s3-qiehuan p {
    height: auto;
  }

  .case-s2-list>a {
    margin-bottom: 2rem;
  }

  .case-s2-list .index-find-mid img {
    display: block;
  }

  .case-s2-list .m-muban-pagebox {
    padding-top: 0px;
  }

  .case-s2-list .index-find-k {
    background: transparent;
  }

  .case-s3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .case-s3-tilte {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .case-s3-qiehuan {
    flex-wrap: wrap;
  }

  .case-s3-qiehuan p,
  .case-s3-qiehuan p.active {
    width: 49%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .case-s3-tilte {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .case-s2-list>a {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .case-s3-tilte {
    font-size: 2.2rem;
  }

  .case-s3-qiehuan {
    flex-wrap: wrap;
  }

  .case-s3-qiehuan p,
  .case-s3-qiehuan p.active {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.newslist-s1 {
  background: #fafafa;
}

.new-select {
  padding-top: 5.6rem;
  padding-bottom: 7.8rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.new-select select {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 6rem;
  background-color: #fff;
  border-radius: 1rem;
  color: #222222;
  outline: none;
  text-align: left;
  padding-left: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0rem;
  font-size: 1.8rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.new-select .select-k {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin-right: 0.8rem;
}

.new-select .select-k i {
  font-size: 3rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  background-color: transparent;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.new-select-input {
  max-width: 400px;
  width: 100%;
  height: 6rem;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.new-select-input input {
  outline: none;
  border: 0rem;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 5rem;
  font-size: 1.8rem;
}

.new-select-input input::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
  font-size: 1.8rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.new-select-input input:-moz-placeholder {
  color: #222;
  opacity: 1;
  font-size: 1.8rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.new-select-input input::-moz-placeholder {
  color: #222;
  opacity: 1;
  font-size: 1.8rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.new-select-input input:-ms-input-placeholder {
  color: #222;
  opacity: 1;
  font-size: 1.8rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
}

.new-select-input span {
  position: absolute;
  right: 0%;
  font-size: 0rem;
  width: 4rem;
  padding-right: 1rem;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  top: 50%;
  height: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new-select-input span i {
  font-size: 3rem;
}

.new-select-input .sub-button {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  background-color: transparent;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .new-select {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}

@media screen and (max-width: 600px) {
  .new-select-input {
    max-width: none;
    width: 100%;
    height: 5rem;
  }

  .new-select-input input {
    font-size: 1.6rem;
  }

  .new-select-input input::-webkit-input-placeholder {
    color: #222;
    opacity: 1;
    font-size: 1.6rem;
    font-family: "popsb", Arial, Helvetica, sans-serif;
  }

  .new-select-input input:-moz-placeholder {
    color: #222;
    opacity: 1;
    font-size: 1.6rem;
    font-family: "popsb", Arial, Helvetica, sans-serif;
  }

  .new-select-input input::-moz-placeholder {
    color: #222;
    opacity: 1;
    font-size: 1.6rem;
    font-family: "popsb", Arial, Helvetica, sans-serif;
  }

  .new-select-input input:-ms-input-placeholder {
    color: #222;
    opacity: 1;
    font-size: 1.6rem;
    font-family: "popsb", Arial, Helvetica, sans-serif;
  }

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

  .new-select .select-k {
    max-width: none;
    width: 100%;
    margin: 0rem;
    margin-bottom: 1rem;
  }

  .new-select select {
    width: 100%;
    height: 5rem;
    margin-right: 0rem;
    font-size: 1.6rem;
  }
}

/* 2025-04-25 end */
.news-xq-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 7rem;
}

.news-xq-mid-left {
  width: 67.1428571429%;
  color: #666666;
}

.news-xq-mid-right {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  z-index: 1;
  width: 28.5714285714%;
}

.author-top {
  padding-top: 4rem;
}

.author-mid {
  padding: 2rem 0rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 64.2857142857%;
  border-radius: 1rem;
}

@media screen and (max-width: 1080px) {
  .author-mid {
    width: 100%;
  }
}

.author-left {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  margin-left: 1%;
  margin-right: 1%;
}

.author-right {
  margin-left: 1%;
  margin-right: 1%;
}

.author-img-nr,
.author-right {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #666666;
}

.author-img-nr a,
.author-right a {
  color: #1043a1;
  font-weight: bold;
}

.author-img {
  min-width: 9.7rem;
  width: 9.7rem;
  min-height: 9.7rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  background-color: #e8ecef;
  border-radius: 50%;
  margin-right: 3rem;
}

.new-maodian-title {
  font-size: 2.4rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
  line-height: 3.6rem;
  color: #222222;
  margin-bottom: 2.6rem;
  position: relative;
}

.new-maodian-div {
  border-radius: 0.5rem;
  z-index: 2;
  background: #fff;
  padding: 12%;
  padding-left: 16%;
  padding-right: 6%;
  padding-bottom: 6%;
  margin-bottom: 0rem;
  margin-bottom: 3.2rem;
}

#toc>a {
  display: block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #666666;
  margin-bottom: 2rem;
}

#toc>a:hover {
  color: #1043a1;
}

@media screen and (max-width: 1280px) {
  .new-maodian-div {
    padding: 6%;
  }
}

@media screen and (max-width: 991px) {
  #toc>a {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }

  .news-xq-mid-right {
    width: 30%;
  }

  .new-maodian-title {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .new-maodian-div {
    display: none;
  }
}

.newsxq-contact {
  font-size: 1.6rem;
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 3.4rem;
  padding-top: 4.2rem;
}

.newsxq-contact h1 {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #1043a1;
}

.newsxq-contact h2,
.newsxq-contact h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #222222;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.newsxq-contact .newxq-data {
  line-height: 3rem;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  margin-top: 1.2rem;
  margin-bottom: 1.9rem;
}

.newsxq-contact .newxq-data p {
  margin-right: 10%;
}

.newsxq-contact-div {
  border-top: solid 0.2rem #dedede;
  border-bottom: solid 0.2rem #dedede;
  line-height: 2.4rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.newsxq-contact-div img {
  display: inline-block;
  border-radius: 1rem;
}

.newsxq-contact-bottom {
  padding-top: 4%;
  padding-bottom: 2%;
}

.newsxq-contact-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.newsxq-contact-bottom a:hover {
  background-color: #1043a1;
  border-color: #1043a1;
}

.newsxq-contact-bottom a:hover i {
  color: #fff;
}

.newsxq-contact-bottom i {
  color: #1043a1;
  font-size: 2rem;
  font-weight: bold;
}

.newsxq-contact-bottom .prev {
  color: #ccc;
  width: 5rem;
  height: 5rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 0.1rem #e5e5e4;
  margin-right: 1rem;
}

.newsxq-contact-bottom .next {
  color: #ccc;
  width: 5rem;
  height: 5rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 0.1rem #e5e5e4;
}

.news-xq-data {
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #999999;
}

.news-xq-title {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #222222;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-xq-img {
  display: block;
  font-size: 0rem;
  overflow: hidden;
  border-radius: 1rem;
}

.news-xq-img img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.new-xqview {
  font-size: 1.4rem;
  line-height: 3.6rem;
  color: #999999;
}

@media screen and (max-width: 1280px) {
  .new-maodian-div {
    padding-left: 8%;
  }

  .author-img {
    min-height: 7.4rem;
    min-width: 7.4rem;
    width: 7.4rem;
    margin-right: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .newsxq-contact h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .author-top {
    padding-top: 0rem;
  }

  .newsxq-contact .newxq-data p {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .new-maodian-div {
    display: none;
  }

  .author-top {
    padding-top: 2rem;
  }

  .news-xq-mid {
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }

  .news-xq-mid-left,
  .author-mid {
    width: 100%;
  }

  .news-xq-mid-right {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .news-xq-mid-right {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {

  .author-mid,
  .author-left {
    flex-wrap: wrap;
    text-align: center;
    padding-top: 0rem;
  }

  .author-img {
    margin: 0 auto;
  }

  .author-left,
  .author-right,
  .author-img-nr {
    width: 100%;
  }

  .newsxq-contact h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .newsxq-contact {
    padding: 2rem;
    font-size: 1.4rem;
  }

  .newsxq-contact h2,
  .newsxq-contact h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .newsxq-contact .newxq-data {
    margin-top: 1rem;
    margin-bottom: 1rem;
    -moz-box-pack: justify;
    justify-content: space-between;
  }

  .newsxq-contact .newxq-data p {
    margin-right: 0rem;
    margin-right: 2%;
  }

  .news-xq-data {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 0rem;
  }

  .news-xq-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .author-img-nr,
  .author-right {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .newsxq-contact-bottom .prev,
  .newsxq-contact-bottom .next {
    width: 4rem;
    height: 4rem;
  }
}

.newxq-s1 {
  background: #fafafa;
}

.faq-s1 {
  background: #fafafa;
  padding-top: 12rem;
  /* 120px */
}

.faq-s1-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: initial;
  align-items: initial;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.faq-s1-mid .index-faq-k {
  padding: 0.4rem 3rem;
  /* 4px 30px */
  background: #fff;
  border-radius: 1rem;
  /* 10px */
  margin-bottom: 1rem;
  /* 10px */
}

.faq-s1-mid .index-faq-kuang .index-faq-k>.index-faq-k-title {
  border-color: transparent;
}

.faq-s1-mid .index-faq-k.active>.index-faq-k-title {
  border-color: rgba(34, 34, 34, 0.15);
}

.faq-s1-left {
  width: 23.5714285714%;
  border-radius: 1rem;
  /* 10px */
}

.faq-s1-left ul {
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding-left: 1rem;
  /* 10px */
  padding-right: 1rem;
  padding-top: 1.8rem;
  /* 18px */
  margin-bottom: 1.8rem;
}

.faq-s1-left ul li {
  position: relative;
  border-radius: 0.5rem;
  /* 5px */
  margin-bottom: 1rem;
 
}

.faq-s1-left ul li a {
  font-size: 1.8rem;
  /* 18px */
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2rem;
  /* 22px */
  letter-spacing: 0;
  color: #222222;
  padding-top: 1.8rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
  left: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.faq-s1-left ul li:hover,
.faq-s1-left ul li.active {
  background-color: #d6edff;
}

.faq-s1-left ul li:hover a,
.faq-s1-left ul li.active a {
  left: 0.6rem;
  /* 6px */
}

.faq-s1-right {
  width: 75%;
}

.faq-s1-right .index-faq-kuang .index-faq-k>.index-faq-k-title p {
  white-space: normal;
  padding-right: 4%;
}

@media screen and (max-width: 991px) {
  .faq-s1 {
    padding-top: 2rem;
    /* 20px */
  }

  .faq-s1-mid {
    flex-wrap: wrap;
  }

  .faq-s1-left,
  .faq-s1-right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .faq-s1-left ul li a {
    padding-top: 1rem;
    /* 10px */
    padding-bottom: 1rem;
    font-size: 1.6rem;
    /* 16px */
  }
  .faq-s1-left ul li{
    background: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
  }

  .faq-s1-right .index-faq-kuang .index-faq-k>.index-faq-k-title p {
    line-height: 2.4rem;
    /* 24px */
  }

  .faq-s1-mid .index-faq-k {
    padding-left: 1rem;
    /* 10px */
    padding-right: 1rem;
  }
}

.service-s1-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  padding-top: 10rem;
  margin-bottom: 6rem;
}

.service-s1-img {
  min-width: 6.4rem;
  width: 6.4rem;
  height: 6.4rem;
  min-height: 6.4rem;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border: solid 0.2rem #497edf;
  margin-right: 2.6rem;
}

.service-s1-img img {
  border-radius: 0px !important;
}

.service-title {
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  color: #002222;
}

.service-s1-kuang {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0.5rem 0.9rem 3rem 0rem rgba(222, 220, 218, 0.3);
  border-radius: 1rem;
  padding: 3rem;
  /* margin-bottom: 2.8rem; */
  margin-bottom: 0.3rem;
  overflow: hidden;
  min-height: 20rem;
}

.service-s1-kuang:before {
  content: "";
  width: 100%;
  height: 0.3rem;
  width: 0rem;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  background-color: #1f53b1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-s1-kuang:hover:before {
  width: 100%;
}

.service-s1-right-title {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #222222;
  margin-bottom: 0.8rem;
}

.service-s1-right-js {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 1110px;
}

@media screen and (max-width: 1280px) {
  .service-s1-top {
    padding-top: 8rem;
    margin-bottom: 4rem;
  }

  .service-title {
    font-size: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .service-title {
    font-size: 4rem;
  }

  .service-s1-top {
    padding-top: 4rem;
    margin-bottom: 2rem;
  }

  .service-s1-kuang {
    padding: 2rem;
    min-height: none;
  }
}

@media screen and (max-width: 768px) {
  .swipernr-img {
    border-radius: 1rem;
  }

  .service-title {
    font-size: 2.4rem;
  }

  .service-s1-top {
    padding-top: 2rem;
    margin-bottom: 1rem;
  }

  .service-s1-kuang {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .service-s1-img {
    min-width: 4rem;
    min-height: 4rem;
    width: 5rem;
    height: 5rem;
    padding: 0.4rem;
    margin-bottom: 1rem;
  }

  .service-s1-right-js {
    font-size: 1.4rem;
  }

  .service-s1-right-title {
    font-size: 1.6rem;
  }
}

.demoswiper .swiper-pagination {
  position: unset;
  margin-top: 4.2rem;
}

.demoswiper .swiper-pagination .swiper-pagination-bullet {
  background: #d7d7d7;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.demoswiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #1f368f;
}

.demoswiper .swipernr-img {
  border-radius: 1rem;
}

.service-s2 .service-s1-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.service-s2 .service-s1-top .annu-qiehuan {
  margin: 0rem;
}

@media screen and (max-width: 991px) {
  .demoswiper .swiper-pagination {
    margin-top: 2rem;
  }
}

.target-mid {
  padding-bottom: 12rem;
}

.target-mid .service-s1-top {
  margin-bottom: 3rem;
}

.target-tab ul {
  display: inline-flexbox;
}

.target-tab ul li {
  cursor: pointer;
  display: inline-block;
  padding: 1.6rem;
  min-width: 27rem;
  font-size: 1.8rem;
  color: #222222;
  margin-right: 1.2rem;
  text-align: center;
  background-color: #eef6fd;
  border-radius: 2.6rem;
  margin-bottom: 1rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.target-tab ul li.active,
.target-tab ul li:hover {
  background-color: #2a66d5;
  color: #fff;
}

.target-tab-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-flow: row-reverse;
  margin-top: 5.4rem;
}

.tab-nr-img {
  width: 53.2857142857%;
  border-radius: 1rem;
  display: block;
  font-size: 0rem;
  overflow: hidden;
}

.tab-nr-img:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tab-nr-left {
  width: 35%;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tab-nr-left {
    width: 40%;
  }

  .target-mid {
    padding-bottom: 3rem;
  }

  .target-tab-div {
    margin-top: 2rem;
  }

  .target-tab ul li {
    min-width: 19rem;
    padding: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .target-tab ul li {
    font-size: 1.4rem;
    min-width: 14rem;
    margin-left: 1rem;
    margin-right: 1rem;
    min-width: auto;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .tab-nr-left {
    font-size: 1.4rem;
    width: 100%;
  }

  .target-tab-div {
    flex-wrap: wrap;
  }

  .tab-nr-img {
    width: 100%;
    text-align: center;
  }
}

.contact-s1-left {
  width: 50%;
  padding-right: 5.6%;
  background-color: #1849a4;
  padding-top: 10.4rem;
  padding-bottom: 3rem;
}

.contact-s1-left-div {
  max-width: 520px;
  margin-left: auto;
}

.contact-s1-mid {
  background-color: #f6f6f6;
  border-radius: 0rem 25.2rem 0rem 0rem;
}

.contact-s1-right {
  width: 50%;
  padding-left: 5.2rem;
  background-color: #f6f6f6;
}

.contact-s1-right .contact-form {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 590px;
  width: 100%;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.contact-s1-right p {
  max-width: 290px;
  width: 100%;
  line-height: 0rem;
}

.contact-s1-right p input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0rem;
  background: #fff;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  font-size: 1.6rem;
  font-family: "popmd", Arial, Helvetica, sans-serif;
  border-radius: 0.6rem;
  overflow: hidden;
  height: 5.2rem;
}

.contact-s1-right p input::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.contact-s1-right p input:-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.contact-s1-right p input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.contact-s1-right p input:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.contact-s1-right .comp,
.contact-s1-right .tea {
  max-width: 100%;
  width: 100%;
}

.contact-s1-right .tea {
  height: 14rem;
}

.contact-s1-right .tea textarea {
  padding: 2.4rem;
  width: 100%;
  padding-top: 1rem;
  height: 14rem;
  border: 0rem;
  font-size: 1.6rem;
  font-family: "popmd", Arial, Helvetica, sans-serif;
  outline: none;
}

.contact-s1-right .tea textarea::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.contact-s1-right .tea textarea:-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.contact-s1-right .tea textarea::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.contact-s1-right .tea textarea:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-size: 1.6rem;
  font-family: "popr", Arial, Helvetica, sans-serif;
}

.sub-mid {
  background-image: -moz-linear-gradient(left, #1849a4 0%, #2a66d5 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #1849a4 0%, #2a66d5 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 2.8rem;
  line-height: 3rem;
  color: #ffffff;
  margin-top: 1rem;
}

.sub-mid button {
  width: 100%;
  height: 100%;
  background: transparent;
  font-family: "popmd", Arial, Helvetica, sans-serif;
  cursor: pointer;
  border: 0rem;
  outline: none;
  font-size: 1.6rem;
  color: #fff;
  padding: 1.4rem 3.2rem;
}

.sub-mid button i {
  font-size: 2rem;
  position: relative;
  top: 0.2rem;
  margin-left: 1.2rem;
}

.contact-s1-mid {
  display: -moz-box;
  display: flex;
  overflow: hidden;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.con-s1-title {
  font-family: "popsb", Arial, Helvetica, sans-serif;
  font-size: 4.2rem;
  color: #ffffff;
  margin-bottom: 4.6rem;
}

.con-s1-left-kuang {
  margin-bottom: 4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.con-s1-left-kuang i {
  min-width: 5rem;
  width: 5rem;
  min-height: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  margin-right: 3rem;
}

.con-s1-left-kuang p,
.con-s1-left-kuang a {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #ffffff;
}

.con-ditu {
  position: relative;
  height: 0rem;
  overflow: hidden;
  padding-bottom: 28.75%;
}

.con-ditu iframe {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  bottom: 0rem;
  right: 0rem;
}

@media screen and (max-width: 1490px) {
  .contact-s1-mid {
    border-radius: 0rem 10rem 0rem 0rem;
  }

  .contact-s1-left-div {
    width: 90%;
  }

  .contact-form {
    max-width: none;
    width: 50%;
  }

  .contact-s1-right .contact-form {
    width: 90%;
  }

  .contact-s1-right p {
    max-width: none;
    width: 48%;
  }
}

@media screen and (max-width: 991px) {
  .contact-s1-mid {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }

  .contact-s1-left {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 0rem;
  }

  .contact-s1-right {
    width: 100%;
  }

  .contact-s1-left-div {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .con-s1-left-kuang i {
    margin-right: 2rem;
  }

  .con-s1-left-kuang {
    margin-bottom: 2rem;
  }

  .contact-s1-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-s1-right .contact-form {
    max-width: 100%;
    width: 100%;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .contact-s1-mid {
    border-radius: 0px;
  }

  .con-s1-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .contact-s1-left-div {
    text-align: center;
  }

  .con-s1-left-kuang {
    flex-wrap: wrap;
  }

  .con-s1-left-kuang i {
    min-width: 4rem;
    width: 4rem;
    min-height: 4rem;
    height: 4rem;
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
  }

  .con-s1-left-kuang p,
  .con-s1-left-kuang a {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .sub-mid {
    margin-top: 1rem;
  }

  .sub-mid button {
    padding: 1.2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .contact-s1-right p {
    width: 100%;
  }
}

.projectcaseswiper .index-find-k-title {
  font-size: 1.8rem;
  line-height: 2rem;
}

.projectcaseswiper .index-find-k-ertitle {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.projectcase-s1-nr {
  background-color: #f8fbff;
  border-radius: 1rem;
  padding: 4.4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.case-img {
  border-radius: 50%;
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  min-width: 4.4rem;
  min-height: 4.4rem;
  display: block;
  font-size: 0rem;
  margin-right: 2.8571428571%;
}

.procase-s1-title {
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: #222222;
  margin-bottom: 0.8rem;
}

.procase-s1-js {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #777777;
}

.case-img:before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  bottom: -0.8rem;
  left: -0.8rem;
  background-color: rgba(18, 77, 184, 0.15);
}

.projectcase-s1-title {
  font-family: "popmd", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  color: #222222;
  text-align: center;
}

.projectcase-s1 {
  margin-top: 14rem;
  padding-bottom: 0rem;
}

.projectcase-s1 .projectcase-s1-title {
  margin-bottom: 7rem;
}

@media screen and (max-width: 991px) {
  .projectcase-s1 {
    margin-top: 4rem;
  }

  .projectcase-s1 .projectcase-s1-title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
  }

  .projectcase-s1-nr {
    padding: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .projectcase-s1 {
    margin-top: 2rem;
  }

  .projectcase-s1 .projectcase-s1-title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .projectcase-s1-nr {
    flex-wrap: wrap;
  }

  .case-img {
    margin-left: auto;
    margin-right: auto;
  }

  .procase-s1-kuang {
    text-align: center;
  }

  .procase-s1-title {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .procase-s1-js {
    font-size: 1.2rem;
  }
}

.mui-input-row {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.tabchuang-mid .mui-input-row {
  text-align: left;
  margin-bottom: 1rem;
}

.ysxy {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  line-height: 1.8rem;
}

.yinsixieyi-mid {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  z-index: 99;
  padding: 4.4rem;
  color: #fff;
  overflow-y: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: none;
}

.yinsixieyi-kuang i {
  cursor: pointer;
  font-size: 3rem;
  top: 1.6rem;
  right: 2rem;
  color: #fff;
  position: fixed;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.yinsixieyi-biaoti {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-family: "popsb", Arial, Helvetica, sans-serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .yinsixieyi-mid {
    padding: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .yinsixieyi-mid {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .yinsixieyi-biaoti {
    font-size: 2rem;
  }
}

input[type=checkbox] {
  cursor: pointer;
}

iframe {
  border: none;
}

.mui-checkbox .ysxy {
  color: #000;
}

.phbanner {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcbanner {
    display: none;
  }

  .phbanner {
    display: block;
  }
}

@-moz-keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(0%, -30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0%, 0px);
    opacity: 1;
  }
}

@keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(0%, -30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0%, 0px);
    opacity: 1;
  }
}

@-moz-keyframes a_menu_item_hide {
  0% {
    -webkit-transform: translate(0%, 0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0%, -30px);
    opacity: 0;
  }
}

@keyframes a_menu_item_hide {
  0% {
    -webkit-transform: translate(0%, 0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0%, -30px);
    opacity: 0;
  }
}

.cookiecookie.active {
  display: block;
}

.cookiecookie {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.cookiecookie .ck-mid {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  background: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.cookiecookie .ck-mid .cookie-title {
  font-size: 2.8rem;
  line-height: 34px;
  margin-bottom: 10px;
}

.cookiecookie .ck-mid .cookie-neirong {
  font-size: 1.4rem;
  line-height: 24px;
}

.cookiecookie .ck-mid .cookie-neirong a {
  color: #1043a1;
}

.cookiecookie .ck-mid .cookiexz {
  margin-right: 6%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cookiecookie .ck-mid .cookiexz p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  border: 1px solid #1043a1;
  background: #1043a1;
  color: #fff;
  display: inline-block;
  padding: 1rem 1.4rem;
  border-radius: 4px;
  margin-left: 1rem;
  margin-right: 1rem;
  white-space: nowrap;
}

.cookiecookie .ck-mid .cookiexz p:hover {
  background: transparent;
  color: #1043a1;
}

@media screen and (max-width: 768px) {
  .cookiecookie .ck-mid {
    flex-wrap: wrap;
  }

  .cookiecookie .ck-mid .cookiexz p {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 12px;
  }
}

.leftright {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.leftright:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-animation: shine 2.5s ease-in-out infinite;
  animation: shine 2.5s ease-in-out infinite;
}

.leftright:hover::before {
  -moz-animation: shine 1.5s ease-in-out;
  animation: shine 1.5s ease-in-out;
}

@-moz-keyframes shine {
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes shine {
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.jtqh {
  -moz-animation: qhjt 1s linear infinite;
  animation: qhjt 1s linear infinite;
}

@-moz-keyframes qhjtxh {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes qhjtxh {
  0% {
    left: 0%;
  }

  25% {
    left: 50%;
  }

  50% {
    left: 100%;
  }

  75% {
    left: 50%;
  }

  100% {
    left: 0%;
  }
}

.error-msg {
  color: red;
  font-size: 12px;
  line-height: 18px;
  visibility: hidden;
  opacity: 1;
  text-align: left;
  padding-left: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.error-msg a {
  -moz-transition: 0s;
  transition: 0s;
  text-decoration: underline;
  color: red;
}

input:invalid:focus+.error-msg,
textarea:invalid:focus+.error-msg {
  visibility: visible;
}

.indexform input,
.indexform textarea {
  visibility: visible;
  opacity: 1;
}

.ysxy-mid {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
  }

  .m-muban-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    left: 0px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .banner4 {
    margin-top: 0px;
  }
}


/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 0.7.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -moz-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -moz-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.index-find-k {
  /* background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3)); */
}

@keyframes donghua {
  0% {
    top: 12px;
  }

  50% {
    top: 4px;
  }

  100% {
    top: 12px;
  }
}
@media screen and (max-width:991px) {
  .case-s1-kuang{
    padding-left: 1rem;
    width: 100%;

    height: 60px;
    border-radius: 20px;
  }
}
@media screen and (max-width:768px) {
  .case-s1-kuang a{
    padding: 4px 10px;
    font-size: 1.4rem;
    margin-top: 4px;
    margin-bottom: 4px;
    background: #f4f4f4;
  }
  .case-s1-kuang{
    height: 40px;
  }
}
.service-s2{
  padding-bottom: 10rem;
}
@media screen and (max-width:768px) {
  .service-s2{
  padding-bottom: 2rem;
}
}


/* 2025/7/18 */
@media screen and (min-width:991px) {
  .index-our-left-div{
    width: 74%;
  }
  .index-our-right-div-img img{
    min-height: 12rem;
    height: 12rem;
    min-width: 12rem;
    width: 12rem;
  }
  .index-our-left-bottom{
    margin-top: 20px;
  }
  .index-our-right ul li{
    padding-top: 5.2%;
    padding-bottom: 5.2%;
  }
  .index-our-right-div-img i{
    right: -3rem;
  }
}

/* 2025/7/18 */
.service-s1-kuang{
	flex-wrap: wrap;
}
.service-s1-img{
	min-width: 4rem;
	min-height: 4rem;
}
.service-s1-tupian{
	display: block;
	font-size: 0px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
	img{
		border-radius: 0px;
	}
	img:hover{
		transform: scale(1.1);
	}
}

.service-s1-k-top{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	.service-s1-right{
		width: calc(100% - 7rem);
	}
}
.service-s1-right-js{
	max-width: 100%;
}
@media screen and (max-width:768px){
	.service-s1-k-top{
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		.service-s1-right{
			width: 100%;
		}
	}
	
}
.indexse1-swiper{
  .index-find-mid{
    border-radius: 5rem;
    overflow: hidden;
    .index-find-k{
      div{
        margin-bottom: 12%;
      }
    }
  }
}
.indexse1-swiper{
  .index-find-mid:hover{
    color: #fff;
  }
}

.cookiepolicy{
  padding-top: 20px;
  padding-bottom: 20px;
  h1{
    font-size: 4rem;
    line-height: 10rem;
  }
  h2,h3,h4,h5,h6{
    font-size: 2.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 3rem;
  }
  h3{
    font-size: 2.2rem;
  }
  font-size: 1.6rem;
  line-height: 3rem;
}


.case-s1-mid {
  overflow-x: unset;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.case-s1-mid .swiper-slide {
  width: auto;
}
.case-s1-mid a {
  padding: 14px 44px;
  display: inline-block;
  font-size: 1.8rem;
  font-family: "popsb", Arial, Helvetica, sans-serif;
  line-height: 2.8rem;
  color: #222222;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 28px;
}
.case-s1-mid a:hover,
.case-s1-mid a.active {
  background-image: -moz-linear-gradient(left, #1849a4 0%, #2a66d5 100%), -moz-linear-gradient(#2a66d5, #2a66d5);
  background-image: linear-gradient(90deg, #1849a4 0%, #2a66d5 100%), linear-gradient(#2a66d5, #2a66d5);
  background-blend-mode: normal, normal;
  color: #fff;
}

.swipercase-mid-list {
  position: relative;
}
.swipercase-mid-list .swiper-button-prev {
  left: -60px;
}
.swipercase-mid-list .swiper-button-next {
  right: -60px;
}
.swipercase-mid-list .swiper-button-next::after,
.swipercase-mid-list .swiper-button-prev::after {
  display: block;
  font-size: 24px;
  color: #1043a1;
}

@media screen and (max-width: 768px) {
  .case-s1-mid a {
    padding: 10px 20px;
  }
  .swipercase-mid-list {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
  }
  .swipercase-mid-list .swiper-button-prev {
    left: 4px;
  }
  .swipercase-mid-list .swiper-button-next {
    right: 4px;
  }
}
.indexse1-swiper .index-find-k div {
  margin-bottom: 12%;
}

/* .index-se1 .index-find-mid{
    aspect-ratio: 16/17.8 !important;
    height: auto;
}
.indexse1-swiper{
  aspect-ratio: 16/4.2;
}
.banner4 .pcbanner {
    aspect-ratio: 16/8;
}
@media screen and (max-width:991px) {
  .indexse1-swiper{
    aspect-ratio: unset;
  }
} */

.pro-ch-left-mid {
  padding: 40px 0px;
}

.filters-tag {
  margin-top: 22px;
  display: flexbox;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 24px;
}
.filters-tag .filters-title {
  margin-right: 20px;
}
.filters-tag > div {
  display: inline-block;
  background: #f3f5f5;
  border-radius: 5px;
  padding: 6px 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.pro-ch-left-nav > ul {
  border-bottom: 0px solid #e6e6e6;
}
.pro-ch-left-nav > ul li {
  cursor: pointer;
}
.pro-ch-left-nav > ul li.active > p span {
  color: #1043a1;
}
.pro-ch-left-nav > ul li.active > p i {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}
.pro-ch-left-nav > ul li.active > ul {
  max-height: 2000px;
  overflow: unset;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-ch-left-nav > ul > li > p span {
  font-weight: bold;
}
.pro-ch-left-nav > ul li {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  display: block;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  flex-wrap: wrap;
}
.pro-ch-left-nav > ul li p {
  padding-top: 14px;
  padding-bottom: 14px;
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  width: 100%;
}
.pro-ch-left-nav > ul li p span {
  display: block;
}
.pro-ch-left-nav > ul li p i {
  display: block;
  font-size: 26px;
}
.pro-ch-left-nav > ul li ul {
  max-height: 0px;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
  overflow: hidden;
}
.pro-ch-left-nav > ul li > ul {
  width: 100%;
  padding-left: 4px;
  border-bottom: 1px solid #e6e6e6;
}
.pro-ch-left-nav > ul li > ul input[type=checkbox] {
  width: 14px;
  height: 14px;
  border: 2px solid #1043a1;
  margin-right: 10px;
}
.pro-ch-left-nav > ul li > ul label {
  cursor: pointer;
  -moz-box-flex: 1;
       flex: 1;
}

.pro-ch-left-nav > ul > li > ul {
  border-bottom: 0px;
}

.pro-ch-left-nav > ul > li > ul > li {
  border-bottom: 0px;
}

.pro-ch-left-nav > ul > li > ul > li ul li:last-child > ul {
  border: 0px;
  margin-bottom: 0px;
}

.pro-ch-left-top-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}

.pro-ch-left-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-bottom: 24px;
}

.pro-ch-left-top-right {
  cursor: pointer;
  background-color: #f3f5f5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 110px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  justify-content: space-around;
  border-left: 2px solid #1043a1;
  padding: 10px;
}
.pro-ch-left-top-right img {
  border-radius: 0px;
}

.tag-close {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .pro-ch-left-mid {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pro-ch-left-top-title {
    font-size: 20px;
  }
  .pro-ch-left-top-right {
    padding: 4px;
  }
  .pro-ch-left-top {
    margin-bottom: 10px;
  }
  .pro-ch-left-nav > ul li p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .filters-tag {
    font-size: 14px;
  }
}

.filter-tag{
	display: inline-block;
	background: #f3f5f5;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#selectedFilters{
	font-size: 12px;
	display: inline-block;
}
.remove-filter{
  cursor: pointer;
}

.m-muban-pagebox a{
  cursor: pointer;
}
.filters-mid{
  min-height: 45px;
}