/*--公共部分--*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  cursor: pointer;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0vw;
  padding: 0vw;
}

p {
  margin: 0vw;
  padding: 0vw;
}

body,
button,
input,
select,
textarea {
  font: .7292vw/1.5 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif, Arial;
  color: #333;
}

body {
  background-color: #fff;
}

img {
  border: 0vw;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  border: .0521vw solid #ccc;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input,
textarea,
select {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea {
  outline-style: none;
  -webkit-appearance: none;
  resize: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw rgba(255, 255, 255, 0) inset !important;
}

.content-box {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.removeStyle {
  margin: 0vw;
  padding: 0vw;
  list-style: none;
}

.removeStyle li {
  list-style: none;
  margin: 0vw;
  padding: 0vw;
}

.removeStyle dd {
  list-style: none;
  margin: 0vw;
  padding: 0vw;
}

.removeStyle dt {
  list-style: none;
  margin: 0vw;
  padding: 0vw;
}

/* 字体图标 */
.iconfont {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  /* 文字抗锯齿 */
  -moz-osx-font-smoothing: grayscale;
  /* 文字抗锯齿 */
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.plan-advantage-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.plan-advantage-box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}
.plan-advantage-box ul li {
  list-style: initial;
  padding: 20px 10px;
  font-size: 20px;
}
.plan-advantage-box .plan-advantage-item {
  display: flex;
  flex-direction: column;

  width: 35%;

  margin: 20px;
}

.plan-advantage-box .plan-advantage-item .advantage-item-top{
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #5a4e4e;
  margin-bottom: 10px;
}

.plan-advantage-box .plan-advantage-item .advantage-item-top div {
  /* 菱形 */
  width: 24px;
  height: 24px;
  background-color: #8a7dff;
  transform: rotate(45deg);
  margin: 5px 10px 10px 0px;
  background-image: radial-gradient(#8a7dff, #3c82c3);
}

.plan-advantage-box .plan-advantage-item .advantage-item-top h5 {
  font-size: 22px;
  margin-left: 10px;
  color: #5c5a5a;
}

.plan-advantage-box .plan-advantage-item .advantage-item-bottom {
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  text-indent: 2em;
  color: #807e7e;
}

.my-table th,
.my-table td {
  text-align: center;
}

.my-table th {
  font-size: 22px;
  /* font-weight: 700; */
}

.language-box {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 25vw;
  z-index: 9999;
}

.language-box i {
  /* font-size: 32px; */
  font-size: 3vh;
}

.language-box .Language {
  /* font-size: 24px; */
  font-size: 2vh;
}

/* 弹窗背景 */
.custom-modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); 
}

/* 弹窗内容 */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  /* padding: 20px; */
  border: 1px solid #888;
  width: 50%; 
}
.modal-top {
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  background-color:#E4E7ED;
}
.modal-top p {
  font-size: 20px;
  font-weight: 700;
}
.modal-body {
  padding: 15px;
}


/* 关闭按钮 */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.banner2 .banner2text .container1260 .login-btn-box a {
  padding: 0 5vw;
  height: 3vw;
  line-height: 3vw;
  border-radius: 2vw;
  font-size: 1vw;
  background-color: #5959e2;
}

@media (min-width: 460px) {
  body {
    padding-top: 0;
  }

  .banner2 img {
    width: 100%;
  }

  .banner2 .banner2text h5 {
    font-size: 18px;
  }

  /* .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 10vh;
    height: 4vh;
    line-height: 66px;
    border-radius: 20px;
    font-size: 1.5vh;
    background-color: #5959e2;
  }  */
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1260px) {
  html {
    cursor: default;
  }
}

@media (min-width: 1260px) {}

/* layout start*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-wrapper .product-item {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  height: 34vh;
  margin: 20px 10px;
  background-color: #e9edfb;
  border: 2px solid #e0dbff;
  border-radius: 10px;
  transition: bottom .4s;
  overflow: hidden;
}

.swiper-wrapper .product-item:hover {
  /* bottom: 6px; */
  box-shadow: 0 6px 18px 0 rgba(232, 237, 250, .5);
}

.swiper-wrapper .product-item img {
  width: 100%;
  /* margin: 20px auto 10px; */
  /* padding: 10px; */
  border-radius: 10px;
  filter: blur(0px);
  transition: all .4s;
}

.swiper-wrapper .product-item:hover img {
  filter: blur(5px);
}

.swiper-wrapper .product-item:hover .product_control_sys_list {
  /* display: flex; */
  opacity: 1;
}

.swiper-wrapper .product-item .product_control_sys_list {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-top: -15.5vh;
  margin-left: -50%;
  color: #fff;
  transition: all 1s;
}

.swiper-wrapper .product-item .product_control_sys_list span {
  font-size: 30px;
  font-weight: 700;
  margin: 20px auto;
  color: transparent;
  /* 设置文字颜色为透明 */
  background-image: linear-gradient(to top, #ffffff, #c5c5c5);
  /* 定义渐变背景 */
  -webkit-background-clip: text;
  /* 将背景裁剪为文字形状（WebKit浏览器） */
  background-clip: text;
  /* 将背景裁剪为文字形状（标准语法） */
  -webkit-text-fill-color: transparent;
  /* 设置文字填充颜色为透明（WebKit浏览器） */
  /* text-fill-color: transparent; */
  /* 设置文字填充颜色为透明（标准语法） */
}

.swiper-wrapper .product-item .product_control_sys_list ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70%;
}

.swiper-wrapper .product-item .product_control_sys_list ul li:hover {
  color: #00a1e9;
}

.swiper-wrapper .product-item .product-item-a-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 28%;
}

.swiper-wrapper .product-item .product-item-a-box .product-item-a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.swiper-wrapper .product-item .product-item-a-box .product-item-a .product-item-title,
.swiper-wrapper .product-item .product-item-a-box .product-item-a .product-item-more {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 40%; */
  /* height: 100%; */
  padding: 7px 40px;
  font-size: 15px;
  box-sizing: border-box;
  /* color: transparent;
  background-image: linear-gradient(to right, #ff1313, #4543d4);
  background-clip: text; */
}

.swiper-wrapper .product-item .product-item-a-box .product-item-a .product-item-title {
  position: absolute;
  top: 0;
  border-radius: 20px;
  font-weight: 700;
  color: #000000;
  background-image: linear-gradient(90deg, #a5a5a5, #b757ff);
  transition: all .4s;
}

.swiper-wrapper .product-item:hover .product-item-title {
  top: -100% !important;
}

.swiper-wrapper .product-item .product-item-a-box .product-item-a .product-item-more {
  position: absolute;
  top: 100%;
  border-radius: 20px;
  color: #ffffff;
  background-image: linear-gradient(90deg, #b757ff, #a5a5a5);
  transition: all .4s;
}

.swiper-wrapper .product-item:hover .product-item-more {
  top: 0 !important;
}

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


.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

img.fr-dib {
  margin: .2604vw auto;
  display: block;
  float: none;
  vertical-align: top;
}


.bds_tfh,
.bds_baidu,
.bds_qq,
.bds_msn,
.bds_sohu,
.bds_qy,
.bds_leho,
.bds_ifeng,
.bds_ff,
.bds_tuita,
.bds_ms,
.bds_deli,
.bds_s51,
.bds_t163,
.bds_share189,
.bds_xg,
.bds_s139 {
  display: none;
}

@media (min-width: 992px) {
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

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

  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

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

  .swiper-container-3d {
    -webkit-perspective: 62.5vw;
    -o-perspective: 62.5vw;
    perspective: 62.5vw;
  }

  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

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

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

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

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

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

  .swiper-container-coverflow .swiper-wrapper,
  .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 62.5vw;
  }

  .swiper-container-cube,
  .swiper-container-flip {
    overflow: visible;
  }

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

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

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

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

  .swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }

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

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

  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(2.6042vw);
    filter: blur(2.6042vw);
    z-index: 0;
  }

  /*--公共样式--*/
  .hideScroll {
    overflow: hidden;
  }

  .defaheader {
    position: fixed;
    left: 0vw;
    top: 0vw;
    width: 100%;
    z-index: 999;
    padding: .7813vw;
    background: #000;
  }

  .defanav {
    position: fixed;
    left: 0vw;
    top: 3.125vw;
    background: #fff;
    bottom: 0vw;
    overflow-y: auto;
    right: 0vw;
    display: none;
  }

  .defanav ul {
    padding: 1.0417vw;
  }

  .defanav ul li {
    border-bottom: .0521vw solid #eee;
    line-height: 2.0833vw;
    position: relative;
  }

  .defanav ul li>a {
    color: #000;
    display: block;
  }

  .defanav ul li p {
    display: none;
    padding: 0vw .5208vw .5208vw;
  }

  .defanav ul li p a {
    display: block;
    font-size: .7292vw;
    line-height: 1.5625vw;
  }

  .defanav ul li p a:hover {
    color: red;
  }

  .defanav ul li i {
    position: absolute;
    right: 0vw;
    top: 0vw;
    height: 2.0833vw;
    width: 30%;
  }

  .defanav ul li i:before {
    position: absolute;
    top: 50%;
    right: .5208vw;
    width: .5208vw;
    height: .5208vw;
    border-top: .1042vw solid #555;
    border-right: .1042vw solid #555;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
  }

  .defanav ul li.cur i:before {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }

  .defaSearch {
    float: right;
    padding-left: 1.0417vw;
  }

  .defaSearch span {
    width: 1.5625vw;
    height: 1.5625vw;
    cursor: pointer;
    background: url(resources/searchIcon.png) no-repeat center;
    display: block;
  }

  .defaSearch .defaSearchbox {
    position: fixed;
    width: 100%;
    background: #fff;
    right: 0vw;
    left: 0vw;
    top: 3.125vw;
    max-height: inherit;
    display: none;
  }

  .defaSearch .defaSearchbox label {
    display: block;
    padding: .5208vw 3.3854vw .5208vw .7813vw;
  }

  .defaSearch .defaSearchbox label input {
    width: 100%;
    vertical-align: middle;
  }

  .defaSearch .defaSearchbox .defaSearchBtn {
    width: 2.6042vw;
    height: 100%;
    position: absolute;
    top: 0vw;
    right: 0vw;
    background: rgba(0, 0, 0, 0.6) url(resources/searchIcon.png) no-repeat center;
  }

  .defaSearch span.closeSearchbox {
    background: url(resources/closeIcon.png) no-repeat center;
  }

  .defaLanguage {
    float: right;
    font-size: .625vw;
    color: #fff;
    margin-left: 1.0417vw;
    position: relative;
  }

  .defaLanguage span {
    display: inline-block;
    border: .0521vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    text-align: center;
    line-height: 1.3542vw;
  }

  .defaLanguage span a {
    color: #fff;
  }

  .defaLanguage p {
    position: absolute;
    left: 0vw;
    top: 100%;
    background: #fff;
    right: 0vw;
    text-align: center;
    display: none;
  }

  .defaLanguage p a {
    display: block;
    line-height: 1.5625vw;
  }

  .defaBanner {
    overflow: hidden;
    position: relative;
  }

  .defaBanner img {
    display: block;
    height: 15.625vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .defaBanner ul li {
    overflow: hidden;
  }

  .defaBannerdot {
    position: absolute;
    left: 0vw;
    bottom: 1.0417vw;
    width: 100%;
    z-index: 99;
    text-align: center;
  }

  .defaBannerdot span {
    width: 1.0417vw;
    height: .1042vw;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 0vw;
    border-radius: 0vw;
    margin: 0vw .2604vw;
  }

  .defaBannerPrev,
  .defaBannerNext {
    width: 1.0417vw;
    height: 2.0833vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    z-index: 99;
    cursor: pointer;
  }

  .defaBannerPrev::after,
  .defaBannerNext::after {
    width: .5208vw;
    height: .5208vw;
    content: "";
    display: block;
    position: absolute;
    border: .1042vw solid #fff;
    border-top: none;
    border-left: none;
    left: -webkit-calc(50% - .1042vw);
    left: calc(50% - .1042vw);
    top: 50%;
  }

  .defaBannerPrev {
    left: .5208vw;
  }

  .defaBannerPrev::after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    left: -webkit-calc(50% + .1042vw);
    left: calc(50% + .1042vw);
  }

  .defaBannerNext {
    right: .5208vw;
  }

  .defaBannerNext::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .defaBannerPrev:hover,
  .defaBannerNext:hover {
    background: #fff;
  }

  .defaBannerPrev:hover::after,
  .defaBannerNext:hover::after {
    border-color: #666;
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 0vw;
  }

  .defaBanner img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0vw);
    -ms-transform: translate(0vw);
    transform: translate(0vw);
    left: 0vw;
  }

  .defaBannerdot span {
    width: 1.5625vw;
    height: .1042vw;
  }

  .defaBannerPrev,
  .defaBannerNext {
    width: 1.5625vw;
    height: 3.125vw;
  }

  .defaBannerPrev::after,
  .defaBannerNext::after {
    width: .7813vw;
    height: .7813vw;
    left: -webkit-calc(50% - .2604vw);
    left: calc(50% - .2604vw);
  }

  .defaBannerPrev::after {
    left: -webkit-calc(50% + .2604vw);
    left: calc(50% + .2604vw);
  }
}

@media (min-width: 1260px) {
  .defaBannerdot span {
    width: 2.0833vw;
    height: .1563vw;
  }

  .defaBannerPrev,
  .defaBannerNext {
    width: 2.0833vw;
    height: 4.1667vw;
  }

  .defaBannerPrev::after,
  .defaBannerNext::after {
    width: 1.0417vw;
    height: 1.0417vw;
  }

  .defaheader {
    background: none;
    padding: .7813vw 2.3438vw 0vw;
  }

  .defanav {
    float: right;
    white-space: nowrap;
    padding-top: .7813vw;
    position: relative;
    overflow: visible;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    background: none;
    display: block;
  }

  .defanav ul {
    padding: 0vw;
  }

  .defanav ul li {
    display: inline-block;
    margin-left: 1.0417vw;
    font-size: .8333vw;
    padding-bottom: 1.6146vw;
    position: relative;
    border-bottom: none;
    line-height: 1.25vw;
  }

  .defanav ul li>a {
    color: #fff;
  }

  .defanav ul li p {
    background: #fff;
    position: absolute;
    left: -0.5208vw;
    right: -0.5208vw;
    top: 100%;
    text-align: center;
    max-height: 0vw;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    padding: 0vw;
  }

  .defanav ul li i {
    display: none;
  }

  .defanav ul li:hover p {
    max-height: 15.625vw;
    padding: .5208vw 0vw;
  }

  .defaheaderbg {
    background: rgba(0, 0, 0, 0.5);
  }

  .defaSearch {
    padding-top: .625vw;
    padding-bottom: 1.4583vw;
  }

  .defaSearch .defaSearchbox {
    max-height: 0vw;
    left: auto;
    right: 2.3438vw;
    top: 100%;
    overflow: hidden;
    position: absolute;
    width: 15.625vw;
    display: block;
  }

  .defaSearch:hover .defaSearchbox {
    max-height: 11.9792vw;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
  }

  .defaSearch:hover span {
    background: url(resources/closeIcon.png) no-repeat center;
  }

  .defaLanguage {
    padding-top: .625vw;
  }

  .defaLanguage p {
    max-height: 0vw;
    overflow: hidden;
    display: block;
  }

  .defaLanguage:hover p {
    max-height: 11.9792vw;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
  }

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
  }

  sup {
    vertical-align: super !important;
  }

  html {
    line-height: 1;
  }

  ol,
  ul {
    list-style: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  caption,
  th,
  td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
  }

  q,
  blockquote {
    quotes: none;
  }

  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
    content: none;
  }

  a img {
    border: none;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }

  a {
    text-decoration: none;
  }

  .clearfix {
    *zoom: 1;
  }

  .clearfix:after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
  }

  .github {
    background: url(resources/github.png) no-repeat;
    background-size: contain;
    display: block;
    font-size: 0;
    width: 5.2083vw;
    height: 3.125vw;
    position: fixed;
    top: 5%;
    right: 6%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: icons 0.5s ease-out infinite alternate;
    animation: icons 0.5s ease-out infinite alternate;
  }
}

@-webkit-keyframes icons {
  0% {
    -webkit-transform: rotate(2deg) scale(1);
    transform: rotate(2deg) scale(1);
  }

  to {
    -webkit-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
  }
}

@keyframes icons {
  0% {
    -webkit-transform: rotate(2deg) scale(1);
    transform: rotate(2deg) scale(1);
  }

  to {
    -webkit-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
  }
}

h3 {
  font-size: 1.0417vw;
  margin-top: 2.6042vw;
  margin-bottom: 1.0417vw;
}

.container {
  width: 52.0833vw;
  margin: 0 auto 2.6042vw;
}

.code {
  border-top: .0521vw solid #e5e5e5;
  padding-top: .5208vw;
  margin-top: .5208vw;
  text-align: center;
}

.show-code {
  color: #6ab9d8;
  display: inline-block;
  padding: 0 2%;
}

.btn {
  border: none;
  -webkit-border-radius: .2604vw;
  border-radius: .2604vw;
  color: #fff;
  cursor: pointer;
  background: #6ab9d8;
  font-size: .7292vw;
  width: 5.2083vw;
  height: 1.9792vw;
  outline: none;
  margin-right: .5208vw;
}

.clearfloat::after {
  display: block;
  content: "";
  clear: both;
}

/* body { overflow-x: hidden; padding-top: 5.2083vw; } */
body {
  overflow-x: hidden;
}

/* body.active { overflow: hidden; } */

.imgscale {
  overflow: hidden;
}

.imgscale:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.imgscale img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.dot2 {
  -webkit-line-clamp: 2;
}

.dot3 {
  -webkit-line-clamp: 3;
}

.dot4 {
  -webkit-line-clamp: 4;
}

.dot2,
.dot3,
.dot4 {
  display: -webkit-box;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

img {
  max-width: 100%;
}

.imgbox {
  overflow: hidden;
}

.imgbox img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.imgscale:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

li {
  list-style: none;
}

ul {
  margin: 0;
  padding-left: 0;
}

.container1260 {
  width: 1260px;
  margin: 0 auto;
  max-width: 100%;
}

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

.container1220 {
  width: 1210px;
  margin: 0 auto;
  max-width: 100%;
}

.pictureBox {
  position: relative;
  overflow: hidden;
}

.pictureBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  min-width: 100%;
  max-width: none;
  object-fit: cover;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 990;
  width: 100%;
  height: 5.2083vw;
  background: #fff;
  border-bottom: .0521vw solid #e8e8e8;
}

.header.head2 {
  position: absolute;
}

/* .header.head3 { position: fixed;top: 0;left: 0;width: 100%; } */

.header .logo {
  width: 6.7708vw;
}

.header .logo .img2 {
  display: none;
}

.header .logo img {
  width: 100%;
}

.header.header_active {
  background-color: #fff;
  z-index: 999999;
}

.header.header_active .header_top {
  background-color: #f7f7f7;
  color: #7d7d7d;
}

.header.header_active .head_navlist li>a {
  color: #333;
}

.header.header_active .logo .img2 {
  display: block;
}

.header.header_active .logo .img1 {
  display: none;
}

.header.header_active .header_top .spandown i {
  width: 0;
  height: 0;
  border-left: .2604vw solid transparent;
  border-right: .2604vw solid transparent;
  border-top: .2604vw solid #7d7d7d;
}

.insw_pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.125vw !important;
  z-index: 10;
  text-align: center;
  font-size: 0;
  height: .1563vw;
}

.sub_zinav {
  position: absolute;
  display: none;
  top: 5.2083vw;
  left: 0;
  width: 100%;
  background-color: #fff;
  background: white;
  border-top: 0;
  -webkit-box-shadow: 0 .2604vw .5208vw rgba(0, 0, 0, 0.1);
  box-shadow: 0 .2604vw .5208vw rgba(0, 0, 0, 0.1);

}

.sub_zinav .container1260 {
  display: flex;
  flex-wrap: wrap;
}

.sub_zinav a {
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
  width: 25%;
  line-height: 2.6458vw;
  margin: .5vw 0;
  position: relative;
  font-size: .9375vw;
}

.sub_zinav a::before {
  content: "";
  width: 102%;
  height: .0521vw;
  position: absolute;
  left: 0;
  bottom: -.5vw;
  background-color: #e8e8e8;
}

.sub_zinav a:not(:nth-child(4n + 1)) {
  border-left: 1px solid #e8e8e8;
}

.ProductNav {
  position: absolute;
  top: 5.2083vw;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
}

.ProductNav .container1260 {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.ProductNav .container1260::before {
  content: "";
  width: 300%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ProductNav .container1260 .ProTabBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ProductNav .container1260 .ProTabBar::before {
  content: "";
  width: 300%;
  height: 100%;
  border-bottom: .0521vw solid #e8e8e8;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ProductNav .container1260 .ProTabCont {
  position: relative;
  width: 100%;
}

.ProductNav i {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.insw_pagination span {
  width: 2.0833vw;
  height: 3px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
}

.insw_pagination span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #1226aa;
}

.insw_pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.head_rightmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_swiper {
  height: 100%;
  position: relative;
}

.index_swiper .swiper_box,
.index_swiper .swiper-wrapper,
.index_swiper .swiper-slide,
.index_swiper .swiper-slide a {
  height: 100% !important;
  width: 100% !important;
}

.index_swiper .swiper-slide {
  overflow: hidden;
}

.inswbg_img {
  width: 100%;
  height: 100%;
}

.index_prev,
.index_next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.6042vw;
  height: 2.6042vw;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0 !important;
  display: block;
  background-image: none;
}

.index_prev::after,
.index_next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5625vw;
  height: 1.5625vw;
  margin-left: .3646vw;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.index_prev:hover::after,
.index_next:hover::after {
  border-left: solid 2px #1226aa;
  border-bottom: solid 2px #1226aa;
}

.index_next::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.index_prev {
  left: 0;
}

.index_next {
  right: 0;
}

.index_swiper:hover .index_prev {
  left: 2%;
  opacity: 1 !important;
}

.index_swiper:hover .index_next {
  right: 2%;
  opacity: 1 !important;
}

.padding95 {
  padding-top: 4.6875vw;
}

.inproduct_swiper {
  margin-top: 1.5vw;
}

.inproduct_swiper .img_text {
  position: relative;
  width: 100%;
  display: block;
}

.inproduct_swiper .img_text .name {
  position: absolute;
  top: 1.8229vw;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25vw;
  line-height: 1;
}

.inproduct_scrollbar {
  position: relative !important;
  height: .1042vw;
  background: #e8e8e8;
  margin-top: 2.0833vw;
}

.purpose_swiper {
  width: 100%;
  height: 100.1%;
  position: absolute;
  left: 0;
  right: 0;
}

/* .purpose_swiper .swiper-slide{height: 100vh;} */
.purpose_swiper a {
  display: block;
  width: 100%;
  height: 100%;
}

.purpose_swiper .img_bg {
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.incase_swiper .imgbox {
  position: relative;
}

.incase_swiper .imgbox img {
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.incase_swiper .more_links {
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.incase_tab {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.index_case {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide_auto {
  overflow-y: auto;
  display: block !important;
}

.waves {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #0d0639;
}

.footer .footer_nav {
  width: 100%;
  justify-content: space-evenly;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 1.0417vw;
}

.footer .footer_bottom {
  padding-top: 1.9375vw;
  padding-bottom: 1.4583vw;
}

.footer .ft_right {
  max-width: 28%;
}

.footer .footer_nav dl {
  margin: 0;
}

.footer .footer_nav dl dt {
  color: #000;
  font-size: .8333vw;
}

.footer .footer_nav dl dt i {
  font-size: .9375vw;
  display: inline-block;
  vertical-align: middle;
  margin-right: .2083vw;
}

.footer .footer_nav dl dt span {
  display: inline-block;
  vertical-align: middle;
}

.footer .footer_nav dl dd {
  margin-left: 0;
}

.footer .footer_nav dl dd a {
  color: #898b8f;
  display: block;
  font-size: .75vw;
  margin-top: .7813vw;
}

.footer_nav dl i {
  display: none;
}

.footer .footer_nav dl dd a:first-child {
  margin-top: 1.8229vw;
}

.footerNav2 {
  position: relative;
  margin-top: .7813vw;
}

.footerNav2:first-child {
  margin-top: 1.8229vw;
}

.footerNav2 a {
  margin-top: 0 !important;
}

.footerNav2 i {
  font-size: 12px !important;
  top: -0.5208vw !important;
}

.footerNav3 {
  width: 100%;
  padding-top: .5208vw;
  padding-left: .7813vw;
  display: none;

}

.footerNav3 .Flink3 {
  display: block;
  color: #898b8f;
  font-size: .625vw;
  line-height: 30px;
  margin-top: 0 !important;
}

.fttit {
  font-size: .8333vw;
  text-align: center;
}

.footer_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: .9375vw;
}

.footer_ul li p {
  font-size: .8333vw;
  text-align: center;
  color: #898b8f;
  margin-top: .4167vw;
}

.footer_ul li .ft_erweima {
  width: 6.25vw;
  height: 6.25vw;
  background: #dedede;
  padding: .5208vw;
}

.footer_ul li .ft_erweima img {
  width: 100%;
}

.footer_ul li:first-child {
  margin-right: 1.0417vw;
}

.ft_phone {
  margin-top: 2.3438vw;
}

.ft_phone p {
  font-size: .8333vw;
}

.ft_phone p {
  font-size: 1vw;
}

.ft_phone .li {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.ft_phone h2 {
  font-size: 1vw;
  line-height: 1;
  font-weight: normal;
}

.footer {
  width: 100%;
}

.footer_links {
  margin-top: .2604vw;
}

.footer_links a {
  display: inline-block;
  margin-right: .4167vw;
}

.footer_top {
  padding-bottom: 1.8229vw;
  border-bottom: .0521vw solid #dcdcdc;
  padding-top: 3.125vw;
}

.footer_bottom {
  padding-top: .8333vw;
  padding-bottom: 1.3542vw;
}

.language_box {
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  height: 100%;
  height: 5.2083vw;
  line-height: 5.1042vw;
}

.yuyan_select {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 5.2083vw;
  background: #fff;
  -webkit-box-shadow: 0 .1042vw .5208vw rgba(0, 0, 0, 0.1);
  box-shadow: 0 .1042vw .5208vw rgba(0, 0, 0, 0.1);
}

.yuyan_select a {
  display: block;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
}

.language_box:hover .yuyan_select {
  display: block;
}


.layui-laypage {
  margin: 0 !important;
}

#demo0 {
  width: 100%;
}

#demo0 .layui-box {
  width: 100%;
  text-align: center;
}

.layui-laypage a,
.layui-laypage span {
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  background-color: #fafafa !important;
  line-height: 40px !important;
  font-size: 16px !important;
  color: #333 !important;
  margin: 0 10px !important;
  padding: 0 !important;
}

.layui-laypage-prev {
  position: relative;
}

.layui-laypage-prev::before {
  content: "";
  border: 6px solid transparent;
  border-right-color: #1226aa;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11px;
}


.layui-laypage-prev:hover {
  background-color: #1226aa !important;
}

.layui-laypage-prev:hover::before {
  border-right-color: #fff !important;
}


.layui-laypage-next {
  position: relative;
}

.layui-laypage-next::before {
  content: "";
  border: 6px solid transparent;
  border-left-color: #1226aa;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
}

.layui-laypage-next:hover {
  background-color: #1226aa !important;
}

.layui-laypage-next:hover::before {
  border-left-color: #fff !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #fafafa !important;
}

.layui-laypage .layui-laypage-curr em {
  color: #1226aa !important;
}

.layui-laypage-prev.layui-disabled:hover {
  background-color: #fafafa !important;
  cursor: none !important;
}

.layui-laypage-next.layui-disabled:hover {
  background-color: #fafafa !important;
  cursor: none !important;
}

.layui-laypage-prev.layui-disabled:hover {
  cursor: auto !important;
}

.layui-laypage-next.layui-disabled:hover {
  cursor: auto !important;
}

.layui-laypage-prev.layui-disabled::before {
  border-right-color: #dedede !important;
}

.layui-laypage-next.layui-disabled::before {
  border-left-color: #dedede !important;
}

.layui-disabled {
  cursor: auto !important;
}

.slider {
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  left: 0vw;
  top: 0vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left top;
}

.slider::after {
  content: attr(data-beer-label);
  position: absolute;
  z-index: 9;
  font-size: 2.0833vw;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

.slider .beer-reveal {
  position: absolute;
  left: 0vw;
  top: 0vw;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left top;
}

.slider .beer-reveal::after {
  content: attr(data-beer-label);
  position: absolute;
  z-index: 9;
  font-size: 2.0833vw;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

.slider .beer-reveal::before {
  width: .0521vw;
  height: 100%;
  right: 0vw;
  background: #fff;
  content: '';
  position: absolute;
  top: 0vw;
}

.slider img {
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.slider .beer-range {
  position: absolute;
  z-index: 12;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -0.0521vw;
  width: -webkit-calc(100% + .1042vw);
  width: calc(100% + .1042vw);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}

-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 .2604vw rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 .2604vw rgba(0, 0, 0, 0.2);
  -webkit-border-radius: .5208vw;
  border-radius: .5208vw;
  background: #EDEDED;
}

.banner2 {
  width: 100%;
  position: relative;
  margin-bottom: -1.8229vw;
  overflow: hidden;
}

.banner2 img {
  width: 100%;
  height: 95vh;
}

.banner2 .banner2text {
  position: absolute;
  /* top: 50%; */
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.banner2 .banner2text p {
  font-size: 1.25vw;
  color: #fff;
}

.banner2 .banner2text h5 {
  font-size: 2.4vw;
  color: #fff;
  margin-top: .5208vw;
}

.AnchorLocation {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
}

.AnchorLocation .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
  box-shadow: 0 .2604vw .5208vw rgb(0 0 0 / 10%);
}

.AnchorLocation .con .li {
  flex: 1;
  line-height: 3.6458vw;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* font-size: .8333vw; */
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.AnchorLocation .con .li:not(:first-child) {
  border-left: .0521vw solid rgba(0, 0, 0, 0.1);
}

.AnchorLocation .con .li.active {
  /* background-color: #1226aa;  */
  color: #1226aa;
  /* -webkit-box-shadow: 0 .2604vw 1.0417vw #c5dafb; 
   box-shadow: 0 .2604vw 1.0417vw #c5dafb;  */
}

.Solution_XQ .tit {
  font-size: 1.5625vw;
  color: #333;
  padding-left: 21px;
  position: relative;
  font-weight: bold;
}

.Solution_XQ .box:nth-child(even) {
  background-color: #f7f7f7;
}

.Solution_XQ .tit::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1226aa;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Solution_XQ .con1 {
  padding: 3.9063vw 0;
}

.Solution_XQ .con1 img {
  width: auto !important;
  height: auto !important;
}

.Solution_XQ .con1 h5 {
  font-size: 1.0417vw;
  margin-top: 1.0417vw;
  color: #333;
  padding-left: .7813vw;
  position: relative;
  font-weight: bold;
}

.Solution_XQ .con1 h5::before {
  content: "";
  width: .1563vw;
  height: .1563vw;
  background-color: #1226aa;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Solution_XQ .con1 p {
  font-size: .8333vw;
  color: #828282;
  line-height: 1.3;
  margin-top: .5208vw;
}

.Solution_XQ .con2 {
  padding: 3.9063vw 0 4.9479vw;
}

.Solution_XQ .con2 .img {
  margin-top: 1.3021vw;
  width: 100%;
  text-align: center;
}

.Solution_XQ .con2 .img img {
  max-width: 100%;
}

.Solution_XQ .con3 {
  padding: 3.9063vw 0 3.125vw;
}

.Solution_XQ .con3 .text {
  margin-top: 1.1979vw;
}

.Solution_XQ .con3 img {
  width: auto !important;
  height: auto !important;
}

.Solution_XQ .con4 {
  padding: 4.1667vw 0;
}

.Solution_XQ .con4 .SolutionXQ_swiper {
  margin-top: 2.0833vw;
  padding: 0 17.1875% 2.6042vw;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a {
  background-color: #fff;
  display: block;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text {
  padding: 0 2.0833vw;
  font-size: 0;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text h5 {
  font-size: .9375vw;
  color: #333;
  line-height: 2.65vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text p {
  display: none;
  font-size: .7292vw;
  line-height: 1.25vw;
  color: #5c636b;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1.5625vw;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text .more {
  display: none;
  font-size: .7292vw;
  color: #758ba5;
  text-align: right;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .imgbox {
  width: 100%;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .imgbox .pictureBox {
  padding-top: 67.9803%;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a:hover .text h5,
.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a:hover .text .more {
  color: #1226aa;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a:hover .imgbox .pictureBox img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide.swiper-slide-active,
.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide.swiper-slide-next,
.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide.swiper-slide-next+div {
  opacity: 1;
}

.Solution_XQ .con4 .SolutionXQ_swiper .SolutionXQ_scrollbar {
  width: 65.625%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: .1042vw;
  background-color: #e0e0e0;
}

.Solution_XQ .con4 .SolutionXQ_swiper .SolutionXQ_scrollbar .swiper-scrollbar-drag {
  background-color: #1226aa;
}

.Lmore {
  width: 10.4167vw;
  line-height: 3.125vw;
  font-size: .8333vw;
  color: #fff;
  text-align: center;
  border: .1042vw solid #d7dadf;
}

.Lmore img {
  display: inline-block;
  margin-left: 10px;
  width: 16px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutCon6_prev,
.aboutCon6_next {
  transform: translateY(-50%);
  width: auto;
  height: auto;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  /* background: url(resources/jiant4.png) no-repeat; */
  background: none;
  margin-top: 0;
  opacity: 1;
}

.aboutCon6_prev i,
.aboutCon6_next i {
  font-size: 18px;
  color: #1226aa;
  opacity: 0.8;
  font-weight: bold;
}

.aboutCon6_prev:hover i,
.aboutCon6_next:hover i {
  color: #1226aa;
  opacity: 1;
}

.aboutCon6_prev {
  left: -1.5625vw;
}

.aboutCon6_next {
  right: -1.5625vw;
}

.Bg {
  background-color: #fafafa;
}

@media (min-width: 1420px) {}

@media (min-width: 992px) {
  .sub_zinav a:hover {
    color: #1226aa;
  }
}

@media (max-height: 650px) {}

@media (min-width: 1260px) {}


@media (max-height: 900px) {
  .index_swiper .swiper-slide {
    transform: scale(1.001);
  }
}

@media (min-width: 768px) {}

@media (max-width: 1600px) {}

@media (max-width: 1400px) {
  .container1400 {
    width: 100%;
    padding: 0 15px;
  }

  .container1260 {
    padding: 0 4.5%;
  }
}

@media (max-width: 1360px) {
  .header_content .h_search {
    width: 3.125vw;
  }
}

.sub_zinav3 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;

}

@media (max-width: 1290px) {
  .container1220 {
    padding: 0 15px;
  }

  .container1260 {
    margin: 0 4.5%;
  }

  .index_case {
    position: static !important;
  }

  .container1260 {
    width: auto;
    padding: 0 4.5%;
  }

  .purpose_jiantou {
    right: 15px;
  }
}

@media (min-width: 1920px) {
  .container1260 {
    width: 78.75vw;
  }

  .container1400 {
    width: 87.5vw;
  }
}

@media (max-width: 1260px) {
  .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 5vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 20px;
    font-size: 1.5vw;
    background-color: #5959e2;
  }
  .investor_RX .box .list .li .t {
    font-size: 14px;
  }

  .Lmore {
    width: 12vw;
  }

  .purpose_swiper .img_bg {
    width: 100%;
  }

  .purpose_swiper {
    position: static;
  }

  .index_swiper .inswbg_img {
    display: none;
  }

  .index_swiper .imgbox {
    display: block;
  }
}


@media (max-width: 1024px) {
  .banner2 img {
    height: 100%;
  }
  .plan-advantage-box ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px;
  }
  .plan-advantage-box ul li {
    font-size: 26px;
  }
  .banner2 .banner2text h5 {
    font-size: 4.2vw;
  }

  .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 7vw;
    height: 6vw;
    line-height: 6vw;
    border-radius: 3vw;
    font-size: 2.5vw;
    background-color: #5959e2;
  }
  .AnchorLocation .con .li {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 8vw;
    height: 7vw;
    line-height: 7vw;
    border-radius: 4vw;
    font-size: 3vw;
    background-color: #5959e2;
  }
  .layui-table[lay-size=lg] td,
  .layui-table[lay-size=lg] th {
    padding: 15px 20px;
  }

  .my-table th {
    font-size: 20px;
  }

  .footer .footer_nav {
    padding: 60px 30px;
  }

  .footer_content .ft_right {
    display: none;
  }

  .footer .footer_nav {
    width: 100%;
    float: none;
    border: none;
  }

  .footer_top {
    padding-top: 30px;
  }

  .footer .footer_nav {
    padding: 0;
    display: block;
  }

  .footerNav2 {
    margin-top: 0 !important;
    line-height: 30px;
  }

  .footerNav2:first-child {
    margin-top: 15px !important;
  }

  .footer .footer_nav dl dd {
    display: none;
  }

  .footer .footer_nav dl {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }

  .footer_nav dl i::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .footer_nav dl i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -4px;
    right: 0;
    color: #333;
    width: 100%;
    height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer_nav dl i.active::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .footer .footer_nav dl dd a:first-child {
    margin-top: 15px;
  }

  .sub_zinav a:not(:nth-child(4n + 1)) {
    border: none;
  }

  .sub_zinav a::before {
    display: none;
  }

  .sub_zinav a {
    padding: 5px 10px;
    width: 100%;
  }

  .ProductNav {
    opacity: 0;
    pointer-events: none;
  }

  .sub_zinav {
    opacity: 1 !important;
    position: static !important;
    border: none;
    width: auto;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    min-width: initial;
    pointer-events: auto;
  }

  .sub_zinav3 {
    width: 100%;
    position: static;
    padding: 0 0 0 30px;

  }

  .sub_zinav3 .Link3 {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .header .header_top>div {
    font-size: 12px;
  }

  .header .header_top {
    display: none;
  }

  /* padding-top: 0;
  z-index: 999999; */
}

.index_swiperbox {
  margin-top: 60px;
}

.header {
  background-color: #fff;
}

.header .header_top {
  background-color: #f7f7f7;
  color: #7d7d7d;
}

.header .head_navlist li>a {
  color: #333;
}

.header .h_search {
  width: auto;
}

.header {
  height: 67px;
}

.language_box {
  height: 67px;
  line-height: 67px;
}

.header .logo {
  width: 90px;
}

.aboutCon6_prev {
  left: -5px;
}

.aboutCon6_next {
  right: -5px;
}

.index_prev,
.index_next {
  opacity: 1 !important;
  width: 30px;
  height: 30px;
}

.index_prev {
  left: 2%;
}

.index_next {
  right: 2%;
}

.index_prev::after,
.index_next::after {
  width: 15px;
  height: 15px;
}

.index_next::after {
  transform: translate(-105%, -50%) rotate(-135deg);
}

.padd {
  padding: 30px 0 !important;
}

.insw_pagination {
  bottom: 15px !important;
}

.insw_pagination span {
  width: 20px;
}

.banner2 {
  margin-bottom: 0;
}

.banner2 .banner2text p {
  font-size: 42px;
}

.banner2 .banner2text h5 {
  /* font-size: 30px; */
  margin-top: 5px;
}

.AnchorLocation .con .li {
  line-height: 50px;
}

.Solution_XQ .tit {
  font-size: 22px;
}

.Solution_XQ .con1 h5 {
  font-size: 16px;
  margin-top: 15px;
}

.Solution_XQ .con1 p {
  font-size: 14px;
}

.Solution_XQ .con4 .SolutionXQ_swiper {
  padding: 0 17.1875% 30px;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text {
  padding: 15px;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text h5 {
  font-size: 20px;
  line-height: 1.5;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text p {
  margin-top: 10px;
}

.Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text .more {
  margin-top: 10px;
}

@media (max-width: 860px) {
  .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 7vw;
    height: 6vw;
    line-height: 6vw;
    border-radius: 3vw;
    font-size: 2.5vw;
    background-color: #5959e2;
  }
  .layui-table[lay-size=lg] td,
  .layui-table[lay-size=lg] th {
    padding: 15px 12px;
  }

  .my-table th {
    font-size: 22px;
  }
  .AnchorLocation .con .li {
    font-size: 20px;
  }
}

@media (max-width: 820px) {
  .banner2 .banner2text p {
    font-size: 3vw;
  }

  .banner2 .banner2text h5 {
    font-size: 4vw;
  }
}

@media (max-width: 768px) {
  .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 7vw;
    height: 6vw;
    line-height: 6vw;
    border-radius: 3vw;
    font-size: 2.5vw;
    background-color: #5959e2;
  }
  .footer .footer_nav dl dd a {
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
  }

  .footerNav3 {
    padding: 5px 10px;
  }

  .inproduct_swiper .img_text .name {
    font-size: 16px;
    top: 15px;
  }

  .inproduct_scrollbar {
    margin-top: 20px;
  }

  .swiper-container-horizontal>.swiper-pagination-progress {
    height: 2px;
  }

  .incase_tab {
    position: static;
  }

  .incase_swiper .more_links {
    top: 50%;
  }

  .slider::after,
  .slider .beer-reveal::after {
    font-size: 18px;
  }

  .banner2 .banner2text p {
    font-size: 16px;
  }

  .banner2 .banner2text h5 {
    font-size: 22px;
  }

  .Solution_XQ .con4 .SolutionXQ_swiper {
    padding: 0 10px 30px;
  }

  .Solution_XQ .con4 .SolutionXQ_swiper .SolutionXQ_scrollbar {
    width: 95%;
  }
}

@media (max-width: 580px) {
  .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 5vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 20px;
    font-size: 1.5vw;
    background-color: #5959e2;
  }

  #search-form input,
  .incase_swiper .imgbox img {
    width: 100%;
    object-fit: contain;
    height: auto;
  }

  .footer_top {
    padding-bottom: 30px;
  }

  .ft_fvlink {
    float: none;
    text-align: center;
    margin-top: 5px;
  }

  .footer .footer_bottom {
    padding: 15px 0;
  }

  .footer .footer_nav dl dt {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 7vw;
    height: 6vw;
    line-height: 6vw;
    border-radius: 3vw;
    font-size: 2.5vw;
    background-color: #5959e2;
  }

  .AnchorLocation .con .li {
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 10vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 20px;
    font-size: 3vw;
    background-color: #5959e2;
  }

  .plan-advantage-box {
    flex-direction: column;
  }

  .plan-advantage-box .plan-advantage-item {
    width: auto;
  }

  .plan-advantage-box ul li {
    padding: 12px 0px;
    font-size: 4vw;
  }

  .layui-table[lay-size=lg] td,
  .layui-table[lay-size=lg] th {
    padding: 15px 5px;
  }

  .my-table th {
    font-size: 16px;
  }

  .my-table td {
    font-size: 11px;
  }

  .Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text .more {
    color: #1226aa;
  }

  #search-form {
    right: 0;
  }

  .Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text .more,
  .banner2 {
    height: 170px;
  }

  .banner2 img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* width: auto; */
    height: 100%;
    max-width: none;
  }

  .banner2 .banner2text p {
    font-size: 14px;
  }

  .banner2 .banner2text h5 {
    font-size: 18px;
  }

  .Solution_XQ .tit {
    font-size: 18px;
  }

  .AnchorLocation .con .li {
    line-height: 40px;
    font-size: 16px;
  }

  .layui-laypage a,
  .layui-laypage span {
    margin: 0 5px !important;
  }
}

@media (max-width: 360px) {
  .my-table th {
    font-size: 16px;
  }
}

@media (max-width: 280px) {
  .banner2 .banner2text {
    top: 50%;
  }

  .banner2 .banner2text p {
    font-size: 14px;
    margin-bottom: 0 !important;
  }

  .banner2 .banner2text h5 {
    font-size: 15px;
  }

  .banner2 .banner2text .container1260 .login-btn-box a {
    padding: 0 10vw;
    height: 10vw;
    line-height: 10vw;
    border-radius: 5vw;
    font-size: 4vw;
    background-color: #5959e2;
  }
  .AnchorLocation .con .li {
    font-size: 12px;
  }

  .plan-advantage-box .plan-advantage-item .advantage-item-top div {
    width: 18px;
    height: 18px;
  }

  .plan-advantage-box .plan-advantage-item .advantage-item-top h5 {
    font-size: 16px;
  }

  .plan-advantage-box .plan-advantage-item .advantage-item-bottom {
    font-size: 12px;
  }

  .layui-table[lay-size=lg] td,
  .layui-table[lay-size=lg] th {
    padding: 15px 2px;
  }

  .my-table th {
    font-size: 12px;
  }

  .my-table td {
    font-size: 10px;
  }
}

.Topping {
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: #8a7dff;
  position: fixed;
  right: 10px;
  bottom: 10%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}

.Topping.active {
  opacity: 1;
  pointer-events: all;
}

.Topping i {
  color: #fff;
  line-height: 55px;
  font-size: 24px;
}

@media (max-width: 765px) {
  .Topping {
    bottom: 5%;
    width: 40px;
    height: 40px;
  }

  .Topping i {
    line-height: 40px;
    font-size: 20px;
  }

  .container1260 {
    padding: 0 15px !important;
    margin: 0 !important;
  }
}


@media (min-width: 1920px) {
  .container1220 {
    width: 63vw;
  }

  .Topping {
    width: 3.4375vw;
    height: 3.4375vw;
  }

  .Topping i {
    font-size: 3vw;
    line-height: 3.4375vw;
  }

  .ft_fvlink,
  .footer .footer_nav dl dd a {
    line-height: 1.6;
  }

  .AnchorLocation .con {
    max-width: 78.75vw;
  }

  .layui-laypage a,
  .layui-laypage span {
    width: 2.5vw !important;
    height: 2.5vw !important;
    line-height: 2.5vw !important;
    font-size: 1vw !important;
    margin: 0 0.625vw !important;
  }

  .layui-laypage-next::before {
    border: 0.375vw solid transparent;
    right: 0.6875vw;
    border-left-color: #1226aa;
  }

  .layui-laypage-prev::before {
    border: 0.375vw solid transparent;
    left: 0.6875vw;
    border-right-color: #1226aa;
  }

  .aboutCon6_prev i,
  .aboutCon6_next i {
    font-size: 1.125vw;
  }
}