@charset "UTF-8";

/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.simple-form-basic,
.simple-text,
.simple-textarea,
.simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}

.simple-form-basic:focus,
.simple-text:focus,
.simple-textarea:focus,
.simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}

.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/*@import "sasscore/reset";*/
html {
  overflow: hidden;
  overflow-y: scroll;
}

button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*@media only screen and(min-width: 360px) {
  html{
    font-size: 26px!important
  }
}
@media only screen and(min-width: 435px) {
  html {
    font-size: 30px!important
  }
}*/
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (max-width: 769px) {
  html {
    font-size: 34px !important;
  }
}

/* @media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
} */

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}

/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}

/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-l {
  text-transform: lowercase;
}

.text-u {
  text-transform: uppercase;
}

.text-c {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out 0.5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top 0.6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img 0.6s;
  animation: tt_palx_img 0.6s;
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_out_in {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #a96b41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/
.n-login {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 1;
}

.n-login .textbox {
  width: 700px;
  background: #ffffff;
  /*box-shadow: 10px 20px 30px 20px rgba(0,0,0,.1);*/
  border-radius: 15px 15px 15px 15px;
  margin: 0 auto;
  top: 25vh;
  position: relative;
  z-index: 3;
  padding: 1.7rem 2.25rem 1.5rem;
}

.n-login .textbox .tit3 {
  margin-top: 0.45rem;
  margin-bottom: 1rem;
  color: #979797;
}

.n-login .textbox .tit3 a {
  color: #0356fc;
}
.n-login .textbox .tit3 a:hover {
  font-weight: 700;
}
.n-login .textbox .tit2 {
  color: #0356fc;
}

.n-login .textbox .li {
  height: 48px;
  width: 100%;
  border-radius: 48px;
  border: 1px solid #0356fc;
  margin-bottom: 0.5rem;
  padding: 0 0.7rem;
  position: relative;
}

.n-login .textbox .li .icon {
  width: 45px;
  position: relative;
}
.n-login .textbox .li .icon svg {
  width: 26px;
  height: 26px;
}

.n-login .textbox .li .icon:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.6rem;
  background: #999;
  top: 50%;
  margin-top: -0.3rem;
  right: 0;
}

.n-login .textbox .li .input1 {
  height: 30px;
  text-indent: 0.7rem;
  width: calc(100% - 100px);
}

.n-login .textbox .li .daobtn {
  width: 86px;
}

.n-login .textbox .li .seebtn {
  width: 32px;
  height: 24px;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}

.n-login .textbox .li .seebtn .icon2 {
  width: 32px;
  height: 24px;
  fill: #999;
}

.n-login .textbox .li .seebtn .icon2:nth-child(1) {
  opacity: 0;
}

.n-login .textbox .li .seebtn.on .icon2:nth-child(2) {
  opacity: 0;
}

.n-login .textbox .li .seebtn.on .icon2:nth-child(1) {
  opacity: 1;
}

.n-login .textbox .botbox {
  color: #999;
}
.n-login .textbox .botbox a:hover {
  font-weight: 700;
}
.n-login .textbox .submitbtn {
  margin-top: 1rem;
  width: 100%;
  background: #0356fc;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 20px 30px 20px rgba(0, 0, 0, 0.05);
  font-weight: normal;
}
.n-login .textbox .submitbtn:hover {
  font-weight: 700;
}

.n-login .textbox .colsebtn {
  position: absolute;
  width: 30px;
  height: 30px;
  fill: #999;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 3;
  cursor: pointer;
}

.n-login .textbox .colsebtn .icon {
  width: 22px;
  height: 22px;
  fill: #999;
}

.n-register {
  position: relative;
  padding-bottom: 4rem;
  padding-top: 20vh;
  width: 100%;
  z-index: 1;
}

.n-register > .bg {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.n-register .textbox {
  width: 1035px;
  background: #ffffff;
  /*box-shadow: 10px 20px 30px 20px rgba(0,0,0,.1);*/
  border-radius: 15px 15px 15px 15px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 1.7rem 2.25rem 1.25rem;
}

.n-register .textbox .tit2 {
  margin-bottom: 1rem;
  color: #0356fc;
}

.n-register .textbox .li {
  height: 48px;
  width: 100%;
  border-radius: 48px;
  border: 1px solid #0356fc;
  margin-bottom: 0.65rem;
  padding: 0 0.7rem;
  position: relative;
  width: 48.5%;
}

.n-register .textbox .li .icon {
  width: 45px;
  position: relative;
}
.n-register .textbox .li .icon svg {
  width: 26px;
  height: 26px;
}
.n-register .textbox .li .icon:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.6rem;
  background: #999;
  top: 50%;
  margin-top: -0.3rem;
  right: 0;
}

.n-register .textbox .li .input1 {
  height: 30px;
  text-indent: 0.7rem;
  width: calc(100% - 100px);
}

.n-register .textbox .li .input2 {
  height: 30px;
  text-indent: 0.7rem;
  width: calc(100% - 100px);
}

.n-register .textbox .li .input3 {
  height: 30px;
  text-indent: 0.7rem;
  width: calc(100% - 180px);
  position: relative;
  z-index: 3;
  text-indent: 0.4rem;
}

.n-register .textbox .li .intl-tel-input {
  width: 47px !important;
}

.n-register .textbox .li .intl-tel-input.separate-dial-code .selected-flag {
  margin-left: 0.35rem;
}

.n-register .textbox .li .intl-tel-input.separate-dial-code .selected-flag {
  width: auto !important;
  padding: 0 16px 0 0;
  background: transparent !important;
}

.n-register .textbox .li .intl-tel-input .selected-flag .iti-flag {
  display: none;
}

.n-register
  .textbox
  .li
  .intl-tel-input.separate-dial-code
  .selected-dial-code {
  padding-left: 0;
}

.n-register .textbox .li .seebtn {
  width: 32px;
  height: 24px;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}

.n-register .textbox .li .seebtn .icon2 {
  width: 32px;
  height: 24px;
  fill: #0f5efc;
}

.n-register .textbox .li .seebtn .icon2:nth-child(1) {
  opacity: 0;
}

.n-register .textbox .li .seebtn.on .icon2:nth-child(2) {
  opacity: 0;
}

.n-register .textbox .li .seebtn.on .icon2:nth-child(1) {
  opacity: 1;
}

.n-register .textbox .li2 {
  height: 48px;
  border-radius: 0;
  border: none;
  margin-bottom: 0.5rem;
  padding: 0;
  position: relative;
}

.n-register .textbox .li2 .nli {
  width: calc(100% - 105px);
  height: 48px;
  border-radius: 48px;
  border: 1px solid #0356fc;
  padding: 0 0.7rem;
  position: relative;
}

.n-register .textbox .li2 .daobtn {
  margin-left: 16px;
  color: #0356fc;
  width: 86px;
  text-align: center;
  position: relative;
  /* border-bottom: 1px solid #0356FC; */
  cursor: pointer;
}
.n-register .textbox .li2 .daobtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #004eff;
  transition: all 0.5s;
}
.n-register .textbox .li2 .daobtn:hover:after {
  width: 100%;
}

.n-register .textbox .ncheckbox .item input {
  margin-right: 10px;
}

.n-register .textbox .ncheckbox .item a {
  color: #0356fc;
  position: relative;
}
.n-register .textbox .ncheckbox .item a.r::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #004eff;
  transition: all 0.5s;
}
.n-register .textbox .ncheckbox .item a.r:hover:after {
  width: 100%;
}

.n-register .textbox .botbox {
  color: #999;
  width: 100%;
  margin-top: 0.7rem;
}

.n-register .textbox .botbox a {
  color: #004eff;
  margin-left: 0.25rem;
  /* border-bottom: 1px solid #004EFF; */
  position: relative;
}
.n-register .textbox .botbox a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #004eff;
  transition: all 0.5s;
}
.n-register .textbox .botbox a:hover:after {
  width: 100%;
}

.n-register .textbox .submitbtn {
  margin-top: 1.5rem;
  width: 100%;
  background: #0356fc;
  height: 1.25rem;
  border-radius: 1.25rem;
  box-shadow: 10px 20px 30px 20px rgba(0, 0, 0, 0.05);
  font-weight: normal;
}
.n-register .textbox .submitbtn:hover {
  font-weight: 700;
}

.n-register .textbox .colsebtn {
  position: absolute;
  width: 30px;
  height: 30px;
  fill: #999;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 3;
  cursor: pointer;
}

.n-register .textbox .colsebtn .icon {
  width: 22px;
  height: 22px;
  fill: #999;
}

.n-password {
  position: relative;
  /*padding-bottom:4rem;*/
  height: 100vh;
  padding-top: 25vh;
  width: 100%;
  z-index: 1;
}

.n-password > .bg {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.n-password .tabul {
  position: relative;
  z-index: 1;
  margin-bottom: 0.85rem;
}

.n-password .tabul:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 4px;
  width: 380px;
  left: 50%;
  margin-left: -190px;
  height: 1px;
  background: #c9c9c9;
}

.n-password .tabul .item {
  padding-top: 15px;
  position: relative;
}

.n-password .tabul .item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  margin-left: -4px;
  top: 0;
  border-radius: 50%;
  background: #0356fc;
  z-index: 1;
}

.n-password .tabul .item.cur {
  color: #0356fc;
}

.n-password .tabul.cur:before {
  background: #0356fc;
}

.n-password .textbox {
  width: 700px;
  background: #ffffff;
  /*box-shadow: 10px 20px 30px 20px rgba(0,0,0,.1);*/
  border-radius: 15px 15px 15px 15px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 1.7rem 2rem 1.25rem;
}

.n-password .textbox .tit2 {
  margin-bottom: 1rem;
  color: #0356fc;
}

.n-password .textbox .li {
  height: 48px;
  width: 100%;
  border-radius: 48px;
  border: 1px solid #0356fc;
  margin-bottom: 0.65rem;
  padding: 0 0.7rem;
  position: relative;
  width: 100%;
}

.n-password .textbox .li .icon {
  width: 45px;
  position: relative;
}
.n-password .textbox .li .icon svg {
  width: 26px;
  height: 26px;
}
.n-password .textbox .li .icon:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.6rem;
  background: #999;
  top: 50%;
  margin-top: -0.3rem;
  right: 0;
}

.n-password .textbox .li .input1 {
  height: 30px;
  text-indent: 0.7rem;
  width: calc(100% - 100px);
}

.n-password .textbox .li .input2 {
  height: 30px;
  text-indent: 0.7rem;
  width: calc(100% - 100px);
}

.n-password .textbox .li .input3 {
  height: 30px;
  text-indent: 0.7rem;
  width: calc(100% - 180px);
  position: relative;
  z-index: 3;
  text-indent: 0.4rem;
}

.n-password .textbox .li .intl-tel-input {
  width: 80px !important;
}

.n-password .textbox .li .intl-tel-input.separate-dial-code .selected-flag {
  margin-left: 0.35rem;
}

.n-password .textbox .li .intl-tel-input.separate-dial-code .selected-flag {
  width: auto !important;
  padding: 0 16px 0 0;
  background: transparent !important;
}

.n-password .textbox .li .intl-tel-input .selected-flag .iti-flag {
  display: none;
}

.n-password
  .textbox
  .li
  .intl-tel-input.separate-dial-code
  .selected-dial-code {
  padding-left: 0;
}

.n-password .textbox .li .seebtn {
  width: 32px;
  height: 24px;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}

.n-password .textbox .li .seebtn .icon2 {
  width: 32px;
  height: 24px;
  fill: #999;
}

.n-password .textbox .li .seebtn .icon2:nth-child(1) {
  opacity: 0;
}

.n-password .textbox .li .seebtn.on .icon2:nth-child(2) {
  opacity: 0;
}

.n-password .textbox .li .seebtn.on .icon2:nth-child(1) {
  opacity: 1;
}

.n-password .textbox .li2 {
  height: 48px;
  border-radius: 0;
  border: none;
  margin-bottom: 0.5rem;
  padding: 0;
  position: relative;
}

.n-password .textbox .li2 .nli {
  width: calc(100% - 105px);
  height: 48px;
  border-radius: 48px;
  border: 1px solid #0356fc;
  padding: 0 0.7rem;
  position: relative;
}

.n-password .textbox .li2 .daobtn {
  margin-left: 16px;
  color: #0356fc;
  width: 86px;
  text-align: center;
  /* border-bottom: 1px solid #0356FC; */
  cursor: pointer;
  position: relative;
}
.n-password .textbox .li2 .daobtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #004eff;
  transition: all 0.5s;
}
.n-password .textbox .li2 .daobtn:hover:after {
  width: 100%;
}

.n-password .textbox .botbox {
  color: #999;
  width: 100%;
  margin-top: 0.7rem;
}

.n-password .textbox .botbox a {
  color: #004eff;
  margin-left: 0.25rem;
  /* border-bottom: 1px solid #004EFF; */
  position: relative;
}

.n-password .textbox .botbox a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #004eff;
  transition: all 0.5s;
}
.n-password .textbox .botbox a:hover:after {
  width: 100%;
}

.n-password .textbox .submitbtn {
  margin-top: 0.55rem;
  width: 100%;
  background: #0356fc;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 20px 30px 20px rgba(0, 0, 0, 0.05);
  font-weight: normal;
}
.n-password .textbox .submitbtn:hover {
  font-weight: 700;
}
.n-password .textbox .colsebtn {
  position: absolute;
  width: 30px;
  height: 30px;
  fill: #999;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 3;
  cursor: pointer;
}

.n-password .textbox .colsebtn .icon {
  width: 22px;
  height: 22px;
  fill: #999;
}

.alertbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.alertbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.alertbox .textbox {
  width: 520px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  padding: 1.25rem 1rem 1.65rem;
  position: relative;
  z-index: 4;
}

.alertbox .textbox .icon {
  margin-bottom: 0.9rem;
}

.alertbox .textbox .icon img {
  max-height: 100%;
}

.alertbox .textbox .tit3 {
  color: #0356fc;
  margin-bottom: 0.9rem;
}

.alertbox .textbox .btn {
  width: 4rem;
  height: 48px;
  background: #0356fc;
  box-shadow: 10px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
  cursor: pointer;
  transition: all 0.6s;
}
.alertbox .textbox .btn:hover {
  color: #fff;
}
.alertbox.cur {
  display: block;
}

.alertbox2 .textbox .tit4 {
  margin-bottom: 0.9rem;
}

.alertbox2 .textbox .btn {
  width: 7.5rem;
}

.n-login .bg {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.n-user {
  position: relative;
  z-index: 1;
  padding: 1.2rem 0 2.5rem;
  background: #f0f0f0;
}

.n-user .contentbox {
  background: #fff url(../zimg/img4.png) no-repeat center bottom;
  padding: 2.5rem 3.5rem 2.25rem;
}

.n-user .contentbox .tit3 {
  color: #004eff;
  margin-bottom: 2rem;
}

.n-user .box {
  margin-bottom: 2rem;
}

.n-user .box .tit4 {
  padding-bottom: 0.65rem;
  color: #004eff;
  /*border-bottom:1px solid #*/
  position: relative;
  z-index: 1;
}

.n-user .box .tit4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #70be58 0%, #004eff 100%);
  bottom: 0;
}

.n-user .sp {
  color: #0356fc;
}

.n-user .nbox {
  padding: 1.25rem 0 0;
}

.n-user .nbox .sp {
  margin-bottom: 0.55rem;
}

.n-user .nbox .li {
  width: 31%;
  margin-bottom: 1.25rem;
  margin-right: 3.5%;
}

.n-user .nbox .input {
  width: 100%;
  padding: 0 0.7rem;
  height: 48px;
  background: #ffffff;
  border-radius: 48px;
  border: 1px solid #0356fc;
}

.n-user .nbox .li:nth-child(3n) {
  margin-right: 0;
}

.n-user .nbox2 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

.n-user .nbox2 .li {
  padding: 0 2.5rem;
  height: 1.75rem;
  background: #f6f6f6;
}

.n-user .nbox2 .li .nli {
  width: 48%;
  height: 1.75rem;
}

.n-user .nbox2 .li .nli .sp1 {
  width: 4.5rem;
}

.n-user .nbox2 .li .nli .sp2 {
  width: calc(100% - 4.5rem);
}

.n-user .nbox2 .li:nth-child(odd) {
  background: #fbf9fa;
}

.n-user .btnbox {
  width: 169px;
  height: 42px;
  background: #cdcdcd;
  border-radius: 42px;
}

.n-user .btnbox2 {
  width: 169px;
  height: 42px;
  background: #cdcdcd;
  border-radius: 42px;
  cursor: auto;
}
.n-user .btnbox2.on {
  background: #1761ff;
  cursor: pointer;
}
.n-user .btnbox2.on:hover {
  font-weight: 700;
}

.n-user .btnbox3 {
  width: 169px;
  height: 42px;
  background: #1761ff;
  border-radius: 42px;
  cursor: pointer;
  margin-top: 1.7rem;
}

.n-user .btnbox3 .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 0.25rem;
}

.n-user .btnbox3:hover {
  background: #1761ff;
  color: #fff;
}

.main-nav.hasboder {
  border-bottom: 1px solid #e9e9e9;
}

.n-insights {
  padding: 2.65rem 0 0.7rem;
  background: #fbf9fa;
}

.n-insights .tit3 {
  margin-bottom: 1rem;
}

.n-insights .img {
  position: relative;
  overflow: hidden;
  z-index: 8;
  height: 15rem;
  border-radius: 0.4rem;
  margin-bottom: 0.9rem;
}

.n-insights .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-insights .morebtn {
  margin-top: 1.35rem;
  border: 1px solid #0057ff;
  width: 165px;
  height: 50px;
  border-radius: 50px;
  color: #0057ff;
}

.n-insights .morebtn img {
  margin-left: 0.4rem;
}

.n-insights .li {
  margin-bottom: 2.5rem;
}

.n-insights .li .tit3 {
  transition: all 0.6s;
}

.n-insights .li:hover .tit3 {
  color: #004eff;
}

.n-insights2 {
  padding: 2.65rem 0 0.7rem;
  background: #fbf9fa;
}

.n-insights2 .tit3 {
  margin-bottom: 1rem;
}

.n-insights2 .img {
  position: relative;
  overflow: hidden;
  z-index: 8;
  height: 15rem;
  border-radius: 0.4rem;
  margin-bottom: 1.25rem;
  display: block;
}

.n-insights2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-insights2 .morebtn {
  margin-top: 1.35rem;
  border: 1px solid #0057ff;
  width: 165px;
  height: 50px;
  border-radius: 50px;
  color: #0057ff;
}

.n-insights2 .morebtn img {
  margin-left: 0.4rem;
}

.n-insights2 .li {
  margin-bottom: 2.5rem;
}

.n-insights2 .li .tit3 {
  transition: all 0.6s;
  display: block;
}

.n-insights2 .li:hover .tit3 {
  color: #004eff;
}

.p-banner2 {
  height: 100vh !important;
}

.p-banner2 .txt {
  top: 34vh;
}

.p-banner2 .txt .h1 {
  line-height: 1.2;
}

.p-banner2 .txt a {
  width: 204px;
  height: 48px;
  background: transparent;
  border-radius: 48px;
  border: 1px solid #ffffff;
  margin-top: 1.5rem;
  transition: all 0.6s;
}

.p-banner2 .txt a:hover {
  background: #0057ff;
  border: 1px solid #0057ff;
  color: #fff;
}

.zp-banner .txt {
  width: 20.1rem;
}

.news-info2 {
  padding-bottom: 2.5rem;
}

.news-info-content2 {
  padding-bottom: 0;
  border-bottom: none;
}

.news-info-content2 .tit2 {
  border-bottom: none;
}

.news-info-content2 .content {
  border-top: none;
  border-bottom: none;
  margin-top: 0;
  padding: 1.5rem 0 3.25rem;
  color: #4d4d4d;
}

.n-exhibltion {
  padding: 2.5rem 0 3rem;
  position: relative;
  z-index: 1;
  background: #fbf9fa;
}

.n-exhibltion .tit2 {
  margin-bottom: 2.2rem;
}

.n-exhibltion .nbox {
  padding: 1.25rem 0 0;
}

.n-exhibltion .nbox .sp {
  margin-bottom: 0.55rem;
  color: #0057ff;
}

.n-exhibltion .nbox .li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1.25rem;
}

.n-exhibltion .nbox .li:nth-child(3n) {
  margin-right: 0;
}

.n-exhibltion .nbox .input {
  width: 100%;
  padding: 0 0.7rem;
  height: 48px;
  background: transparent;
  border-radius: 48px;
  border: 1px solid #0356fc;
}

.n-exhibltion .nbox .li .captcha {
  top: auto;
  height: 40px;
  bottom: 5px;
}

.n-exhibltion .btnbox {
  width: 234px;
  height: 42px;
  background: #0057ff;
  border-radius: 42px;
  cursor: pointer;
  margin-top: 2.5rem;
}

.n-exhibltion .tipbox .box {
  width: 20px;
  height: 20px;
  background: #0057ff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #0057ff;
  margin-right: 0.25rem;
  margin-top: 0.1rem;
}

.n-exhibltion .tipbox .p {
  width: calc(100% - 90px);
}

.n-ip {
  padding: 3.25rem 0 5.5rem;
  position: relative;
  z-index: 1;
  background: #fff;
}

.n-ip .view {
  padding: 0 5.5rem;
}

.n-ip .contentbox1 .img {
  position: relative;
  height: 20rem;
  overflow: hidden;
  z-index: 1;
  border-radius: 0.4rem;
  overflow: hidden;
}

.n-ip .contentbox1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.n-ip .contentbox1 .text-container {
  width: 80%;
}

.n-ip .contentbox2 {
  margin-top: 5.5rem;
}

.n-ip .contentbox2 .witem {
  margin-bottom: 4.25rem;
}

.n-ip .contentbox2 .witem:last-child {
  margin-bottom: 0;
}

.n-ip .contentbox2 .item .img {
  width: 43.5%;
  border-radius: 0.4rem;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.n-ip .contentbox2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-ip .contentbox2 .item .text {
  width: 51%;
}

.n-ip .contentbox2 .ul {
  background: #fbf9fa;
  padding: 1.25rem 0;
  margin-top: 2.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.n-ip .contentbox2 .ul .li {
  width: 33.3%;
  padding: 0 3%;
}

.n-ip .contentbox2 .ul .icon {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 0.7rem;
}

.n-ip .contentbox2 .ul .icon img {
  max-width: 100%;
  max-height: 100%;
}

.n-ip .contentbox2 .ul .tit3 {
  color: #0356fc;
  text-align: center;
}

.n-ip .contentbox2 .ul .tit4 {
  margin-top: 0.5rem;
  text-align: center;
}

.n-ip .contentbox2 .witem:nth-child(even) .item {
  flex-flow: row-reverse wrap;
}

.n-download {
  padding: 2.5rem 0;
  position: relative;
  z-index: 1;
  background: #fff;
}

.n-download .contentbox {
  margin-top: 2.25rem;
}

.n-download .barleft {
  width: 350px;
  padding-right: 1.2rem;
}

.n-download .barleft a {
  display: block;
  color: #000;
  margin-bottom: 0.9rem;
  transition: all 0.8s;
  cursor: pointer;
}

.n-download .barleft a.cur{
   padding-right: 0.75rem;
}

.n-download .barleft a:hover,
.n-download .barleft a.cur {
  color: #0356fc;
}

.n-download .bar_right {
  width: calc(100% - 350px);
  min-height: 400px;
  border-left: 1px solid #dcdcdc;
  padding-left: 1.8rem;
}

.n-download .bar_right .li {
  margin-bottom: 1.35rem;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.4rem;
}

.n-download .bar_right .li .sp {
  transition: all 0.6s;
}

.n-download .bar_right .li .btn {
  width: 25px;
  height: 25px;
}

.n-download .bar_right .li .btn img {
  max-height: 100%;
}

.n-download .bar_right .li:hover .sp {
  color: #000;
  font-weight: bold;
}

.n-download .bar_right .li:last-child {
  margin-bottom: 0;
}

.n-download .formbox {
  width: 600px;
  max-width: 88%;
  margin: 0 auto 2.25rem;
}

.n-download .formbox form {
  width: 100%;
  position: relative;
  z-index: 1;
}

.n-download .formbox .input {
  width: 100%;
  height: 60px;
  background: #0356fc;
  border-radius: 60px;
  padding: 0 1.5rem 0 1rem;
}

.n-download .formbox .input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.7);
}

.n-download .formbox .input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.7);
}

.n-download .formbox .input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

.n-download .formbox .input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.7);
}

.n-download .formbox .input2 {
  background: url(../zimg/img14.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}

.n-download .hotbox {
  margin-top: 0.4rem;
}

.n-services {
  position: relative;
  background: url(../zimg/img16.jpg) no-repeat center top;
  background-size: cover;
  z-index: 2;
}

.n-services .services-list1 {
  padding: 3.5rem 0 3.5rem;
}

.n-services .services-list1 .ul {
  margin-bottom: 1.35rem;
}

.n-services .services-list1 .ul .li {
  width: 33.3%;
  margin-bottom: 2.25rem;
  padding: 0 15px;
}

.n-services .services-list1 .subox {
  color: #004eff;
}

.n-services .services-list1 .titbox {
  margin-top: 0.8rem;
}

.n-services .services-list1 .ul2 {
  padding: 0 8%;
  margin-top: 3.5rem;
}

.n-services .services-list1 .ul2 .li {
  width: 50%;
}
.n-services .services-list1 .ul2 .li:hover .p {
  color: #0356fc;
}
.n-services .services-list1 .ul2 .img {
  display: block;
  width: 8rem;
  height: 11.25rem;
  margin: 0 auto 1.25rem;
}

.n-services .services-list1 .ul2 .img img {
  max-height: 100%;
}

.n-services .services-list1 .ul2 .p {
  width: 72%;
  margin: 0 auto;
}

.n-services .services-list3 {
  padding: 3.25rem 0 2.5rem;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
}

.n-services .services-list3 .titlebox {
  margin-bottom: 2.25rem;
}

.n-services .services-list3 .titlebox .tit2 {
  color: #004eff;
  margin-bottom: 0.6rem;
}

.n-services .services-list3 .ul {
  margin-bottom: -1.25rem;
}

.n-services .services-list3 .ul .li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
  background: #f8f8f8;
  padding: 0.7rem 1rem;
  margin-bottom: 1.25rem;
}

.n-services .services-list3 .ul .li:nth-child(3n) {
  margin-right: 0;
}

.n-services .services-list3 .ul .titbox {
  width: calc(100% - 2rem - 40px);
}

.n-services .services-list3 .ul .icon {
  width: 2.2rem;
  height: 2.2rem;
}

.n-services .services-list3 .ul .icon img {
  max-height: 100%;
}

.n-services .services-list3 .ul .tit4 {
  margin-bottom: 0.4rem;
}

.training-list1 {
  padding: 3.5rem 0;
  position: relative;
  background: url(../zimg/img22.jpg) no-repeat center top;
  background-size: cover;
}

.training-list1 .textbox {
  margin-bottom: 4.5rem;
}

.training-list1 .textbox .img {
  width: 45%;
  border-radius: 15px;
  overflow: hidden;
}

.training-list1 .textbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.training-list1 .textbox .txtbox {
  width: calc(55% - 2.25rem);
  margin-left: 2.25rem;
}

.training-list1 .textbox .txtbox .tit3 {
  margin-bottom: 1rem;
  color: #004eff;
}

.training-list1 .textbox .libox {
  margin-bottom: -0.45rem;
}

.training-list1 .textbox .libox .li {
  position: relative;
  padding-left: 32px;
  color: #4c4c4c;
  margin-bottom: 0.35rem;
}

.training-list1 .textbox .libox .li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #78ea5a;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.training-list1 .textbox .p {
  margin-top: 1.5rem;
}

.training-list1 .textbox .morebtn {
  width: 248px;
  height: 42px;
  background: #004eff;
  border-radius: 42px;
  margin-top: 2.5rem;
}

.training-list1 .textbox .morebtn img {
  margin-left: 0.4rem;
}

.training-list1 .textbox .morebtn:hover {
  color: #fff;
}

.training-list1 .ul {
  width: calc(100% - 140px);
  padding: 2.25rem 1rem 2.5rem;
  border-radius: 15px;
  background: #fbf9fa;
  overflow: hidden;
  margin: 2.5rem auto 0;
}

.training-list1 .ul .li {
  width: 20%;
  padding: 0 2%;
}

.training-list1 .ul .li .icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 0.85rem;
}

.training-list1 .ul .li .icon img {
  max-height: 100%;
}

.training-list1 .ul .li .p {
  color: #0356fc;
}

.training-list2 {
  background: #fbf9fa;
  padding: 2.2rem 0 2.5rem;
  position: relative;
  z-index: 1;
}

.training-list2 .tit2 {
  margin-bottom: 2.25rem;
}

.training-list2 .ul {
  width: calc(100% - 140px);
  padding: 0.85rem 2.5rem;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto -0.5rem;
}

.training-list2 .ul .li {
  width: 48%;
  margin-bottom: 0.5rem;
}

.training-list2 .ul .li .icon {
  width: 0.7rem;
  height: 0.7rem;
}

.training-list2 .ul .li .icon img {
  max-height: 100%;
}

.training-list2 .ul .li .sp {
  width: calc(100% - 28px - 20px);
  margin-left: 20px;
}

.training-list3 {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0;
  background: #fff;
}

.training-list3 .ul {
  position: relative;
  margin-bottom: 3.45rem;
}

.training-list3 .ul .li {
  width: 30.66%;
  margin-right: 4%;
  /* margin-bottom: 4%; */
  border-radius: 15px;
  height: 8rem;
  overflow: hidden;
}

.training-list3 .ul .li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.training-list3 .ul .li:last-child {
  margin-right: 0;
}

.training-list3 .tit3 {
  margin-bottom: 3.25rem;
}

.training-list3 .botbox {
  padding: 0.9rem 3.75rem 0.7rem;
  background: #fbf9fa;
  margin-top: 3rem;
  border-radius: 15px;
}

.training-list3 .botbox .li2 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.training-list3 .botbox .li2:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #78ea5a;
  border-radius: 50%;
  left: 0;
  top: 3px;
  /* margin-top: -4px; */
}

.training-list3 .ul2 {
  margin-bottom: -1rem;
}

.training-list3 .ul2 .li {
  margin-bottom: 1rem;
}

.training-list3 .ul2 .li .box {
  width: 30%;
  padding-right: 1rem;
  position: relative;
  padding-bottom: 0.4rem;
}

.training-list3 .ul2 .li .box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 2rem);
  height: 3px;
  border-radius: 1px 0px 0px 1px;
}

.training-list3 .ul2 .li .box .tit4 {
  margin-bottom: 0.4rem;
}

.training-list3 .ul2 .li .middlebox {
  width: 40%;
  background: #0356fc;
  padding: 1rem 1.5rem;
  border-radius: 15px;
  text-align: center;
}
.training-list3 .ul2 .li .box .tit5 {
  /* text-align: justify; */
}

.training-list3 .ul2 .li .middlebox .tit6 {
  margin-bottom: 0.2rem;
}

.training-list3 .ul2 .li:nth-child(even) {
  flex-flow: row-reverse wrap;
}

.training-list3 .ul2 .li:nth-child(even) .box {
  padding-left: 1rem;
  padding-right: 0;
}

.training-list3 .ul2 .li:nth-child(even) .box:before {
  left: -2rem;
  width: calc(100% + 2rem);
}

.training-list3 .ul2 .li:nth-child(2) .middlebox {
  background: #0356fc;
}

.training-list3 .ul2 .li:nth-child(3) .middlebox {
  background: #0356fc;
}

.training-list3 .ul2 .li:nth-child(1) .box:before {
  /* background: linear-gradient(to right, #70BE58 0%, #004EFF 100%); */
  background: linear-gradient(to right, #70be58 0%, #004eff 100%);
}

.training-list3 .ul2 .li:nth-child(2) .box:before {
  /* background: linear-gradient(to left, #70BE58 0%, #4d87fb 100%); */
  background: linear-gradient(to left, #70be58 0%, #004eff 100%);
}

.training-list3 .ul2 .li:nth-child(3) .box:before {
  background: linear-gradient(to right, #70be58 0%, #004eff 100%);
}

.training-list4 {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0;
  background: #004eff;
}

.training-list4 .txtbox {
  width: 430px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 10px 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 1rem auto 0;
}

.training-list4 .txtbox .tit3 {
  color: #004eff;
  margin-bottom: 0.3rem;
}

.training-list4 .txtbox .tit4 {
  display: inline-block;
  color: #004eff;
  border-bottom: 1px solid #004eff;
}

.innovation-list1 {
  padding: 2.25rem 0 2rem;
  position: relative;
  background: #fff;
  z-index: 1;
}

.innovation-list1 .tit3 {
  color: #0356fc;
  text-align: center;
}

.innovation-list1 .contentbox {
  padding: 3rem 0;
  position: relative;
  z-index: 1;
  margin-top: 2.25rem;
  min-height: 27.225rem;
}

.innovation-list1 .contentbox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innovation-list1 .contentbox .view {
  position: relative;
  z-index: 4;
}

.innovation-list1 .contentbox .view .ul {
  margin-bottom: -2%;
}

.innovation-list1 .contentbox .view .ul .li {
  width: 23.5%;
  margin-bottom: 2%;
  margin-right: 2%;
  padding: 0.7rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.6s;
  cursor: pointer;
}

.innovation-list1 .contentbox .view .ul .li .icon {
  width: 1.7rem;
  height: 1.7rem;
  margin-bottom: 1.7rem;
  opacity: 0.6;
  transition: all 0.6s;
}

.innovation-list1 .contentbox .view .ul .li .icon img {
  max-height: 100%;
}

.innovation-list1 .contentbox .view .ul .li .tit4 {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.6s;
}

.innovation-list1 .contentbox .view .ul .li:nth-child(4n) {
  margin-right: 0;
}

.innovation-list1 .contentbox .view .ul .li:hover {
  background: #0356fc;
}

.innovation-list1 .contentbox .view .ul .li:hover .icon {
  opacity: 1;
}

.innovation-list1 .contentbox .view .ul .li:hover .tit4 {
  color: #fff;
}

.innovation-list1 .contentbox .view .ul .li.cur {
  background: #0356fc;
}

.innovation-list1 .contentbox .view .ul .li.cur .icon {
  opacity: 1;
}

.innovation-list1 .contentbox .view .ul .li.cur .tit4 {
  color: #fff;
}

.innovation-list1 .contentbox .view .wul2 {
  display: none;
}

.innovation-list1 .contentbox .view .ul2 {
  padding: 0 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  margin-top: 1.5rem;
}

.innovation-list1 .contentbox .view .ul2 .tit4 {
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 0.7rem;
}

.innovation-list1 .contentbox .view .ul2 .tit5 {
  margin-bottom: 0.5rem;
}

.innovation-list1 .contentbox .view .ul2 .li {
  width: calc((100% - 7rem) / 3);
  margin-right: 3.5rem;
  padding: 1.35rem 0 1.25rem;
}

.innovation-list1 .contentbox .view .ul2 .li:nth-child(3n) {
  margin-right: 0;
}

.innovation-list1 .contentbox .view .ul2 .img {
  width: 6.5rem;
  border-radius: 15px;
  overflow: hidden;
}

.innovation-list1 .contentbox .view .ul2 .img img {
  width: 100%;
}

.innovation-list1 .txtbox {
  margin-top: 4rem;
}

.innovation-list2 {
  padding: 2rem 0;
  position: relative;
  background: #fff;
  z-index: 1;
}

.innovation-list2 .tit3 {
  color: #0356fc;
  text-align: center;
}

.innovation-list2 .ul {
  margin-top: 2rem;
}

.innovation-list2 .ul .li {
  width: 23.25%;
  margin-right: 2.33%;
  border-radius: 15px;
  overflow: hidden;
  height: 15.5rem;
  position: relative;
}

.innovation-list2 .ul .li:nth-child(4n) {
  margin-right: 0;
}

.innovation-list2 .ul .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.innovation-list2 .ul .tit4 {
  padding: 0.8rem 1rem;
  position: absolute;
  z-index: 3;
}

.innovation-list2 .ul .nitem {
  padding-right: 0.8rem;
  position: absolute;
  right: 0;
  bottom: 1.6rem;
  z-index: 3;
}

.innovation-list3 {
  padding: 2rem 0;
  position: relative;
  background: #fff;
  z-index: 1;
}

.innovation-list3 .tit3 {
  color: #0356fc;
  text-align: center;
}

.innovation-list3 .videobox {
  margin-top: 2rem;
}

.innovation-list3 .videobox .img {
  width: 100%;
}

.innovation-list3 .videobox .videobtn {
  cursor: pointer;
  width: 2.75rem;
  /* height: 2.75rem; */
  z-index: 3;
}

.innovation-list3 .titbox {
  right: 0;
  bottom: 0;
  z-index: 4;
  position: absolute;
  width: 55%;
  padding: 1.2rem 3.75rem 1.2rem 2rem;
  background: #fff;
}

.innovation-list3 .titbox .tit4 {
  margin-bottom: 0.4rem;
}

.innovation-list4 {
  position: relative;
  z-index: 1;
  padding: 3.25rem 0 3.5rem;
}

.innovation-list4 .box1 {
  padding: 1.5rem 1.5rem 1.35rem;
  background: #fff;
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 1.5rem;
}

.innovation-list4 .box1 .tit3 {
  margin-bottom: 1.5rem;
  color: #2865fc;
}

.innovation-list4 .botbox {
  align-items: stretch;
}

.innovation-list4 .box2 {
  width: 68%;
  padding: 1.5rem 1.5rem 1rem;
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.innovation-list4 .box2 .titbox {
  margin-bottom: 1.4rem;
}

.innovation-list4 .box2 .tit3 {
  color: #2865fc;
  max-width: 50%;
}

.innovation-list4 .box2 .tip {
  max-width: 35%;
}

.innovation-list4 .box3 {
  width: 29.7%;
  margin-left: 2.3%;
  padding: 1.5rem 1.5rem 1rem;
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.innovation-list4 .box3 .tit3 {
  color: #2865fc;
  margin-bottom: 0.65rem;
}

@media (max-width: 1200px) {
  .n-register .textbox {
    max-width: 92%;
  }

  .n-register .textbox {
    padding: 1.7rem 6% 1.25rem;
  }
}

@media (max-width: 1024px) {
  .innovation-list1 .contentbox .view .ul2 .li {
    width: calc((100% - 3rem) / 3);
    margin-right: 1.5rem;
  }

  .n-ip .view {
    padding: 0 3.5rem;
  }

  .news-info2 {
    padding: 0 4% 2rem;
  }

  .news-info2 .news-info-content {
    padding: 1.25rem 6%;
  }

  .news-info2 .news-info-content2 .content {
    padding: 0.75rem 0 0;
  }

  .n-ip .contentbox2 {
    margin-top: 3rem;
  }

  .n-ip .contentbox2 .witem {
    margin-bottom: 2.5rem;
  }

  .n-ip .contentbox2 .ul {
    margin-top: 0.75rem;
  }

  .n-download .barleft {
    width: 260px;
  }

  .n-download .bar_right {
    width: calc(100% - 260px);
  }

  .n-services .services-list3 .titlebox {
    margin-bottom: 1.5rem;
  }

  .n-services .services-list3 .ul .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .n-services .services-list3 .ul .li:nth-child(3n) {
    margin-right: 4%;
  }

  .n-services .services-list3 .ul .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-user .nbox2 .li {
    padding: 0 1rem;
  }

  .training-list1 .ul {
    width: 100%;
  }

  .training-list1 .textbox {
    margin-bottom: 2.5rem;
  }

  .training-list1 .ul {
    margin: 1.25rem auto 0;
  }

  .training-list2 .tit2,
  .training-list3 .tit3 {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 996px) {
  .view {
    padding: 0 4%;
  }

  .n-ip .view {
    padding: 0 4%;
  }

  .innovation-list1 .contentbox {
    margin-top: 1.25rem;
  }

  .innovation-list1 .contentbox .view .ul2 .li {
    width: 100%;
    margin-right: 0;
  }

  .innovation-list1 .contentbox .view .ul2 .tit4 {
    height: auto;
    line-height: 1.4;
  }

  .innovation-list1 .contentbox .view .ul2 .li {
    padding-bottom: 0;
  }

  .innovation-list1 .txtbox {
    margin-top: 2rem;
  }

  .innovation-list2 .ul .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .innovation-list2 .ul .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-ip {
    padding: 1.25rem 0 1.5rem;
  }

  .n-ip .contentbox1 .img {
    height: 12rem;
  }

  .n-ip .contentbox2 .item .img {
    width: 100%;
    margin-bottom: 0.85rem;
  }

  .n-ip .contentbox2 .item .text {
    width: 100%;
  }

  .n-services .services-list1 {
    padding: 1.25rem 0 1rem;
  }

  .n-services .services-list1 .ul .li {
    margin-bottom: 0.75rem;
  }

  .n-services .services-list1 .ul2 {
    margin-top: 2rem;
  }

  .p-banner2 .txt {
    width: 96%;
    padding-left: 4%;
  }

  .n-exhibltion .tit2 {
    margin-bottom: 1.25rem;
  }

  .p-banner2 .txt {
    top: 8rem;
  }

  .h1 {
    font-size: 0.8rem;
  }
  /* 
  .tit-32,
  .h2-s-b,
  .h2-s-l {
    font-size: .65rem;
  }

  .h4-s-b,
  .h4-s-l,
  .h4-b {
    font-size: .5rem;
  } */

  .mb {
    display: block;
  }

  .n-user .contentbox {
    padding: 1rem 6% 1.5rem;
  }

  .n-user .contentbox .tit3 {
    margin-bottom: 0.75rem;
  }

  .n-user .nbox .li {
    margin-bottom: 0.7rem;
  }

  .n-user .nbox .sp {
    margin-bottom: 0.3rem;
  }

  .n-user .nbox {
    padding-top: 0.75rem;
  }

  .n-user .box {
    margin-bottom: 1rem;
  }

  .n-user .nbox2 .li {
    padding: 0 0.75rem;
  }

  .n-user .nbox2 .li {
    height: auto;
  }

  .n-user .nbox2 .li .nli {
    width: 100%;
    padding: 0.5rem 0;
    height: auto;
  }

  .n-user .btnbox3 {
    margin-top: 0.7rem;
  }

  .training-list1 .textbox .img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .training-list1 .textbox .txtbox {
    width: 100%;
    margin-left: 0;
  }

  .training-list1 {
    padding: 1.5rem 0;
  }

  .training-list2 .ul {
    width: 100%;
    padding: 0.85rem 6%;
  }

  .training-list3 .ul {
    margin-bottom: 2rem;
  }

  .training-list3 .botbox {
    padding: 0.9rem 6% 0.7rem;
  }
}

@media (max-width: 767px) {
  .n-ip .contentbox2 {
    margin-top: 2.5rem;
  }

  .n-insights .img {
    height: 7rem;
  }

  .n-insights .morebtn {
    width: 120px;
    height: 40px;
    border-radius: 40px;
    margin-top: 0.7rem;
  }

  .n-insights .li {
    margin-bottom: 1rem;
  }

  .n-insights {
    padding: 1.25rem 0 0.7rem;
  }

  .n-insights .tit3 {
    margin-bottom: 0.65rem;
  }

  .innovation-list1 .contentbox .view .ul2 .li {
    padding-top: 1.2rem;
  }

  .innovation-list1 .txtbox {
    margin-top: 1.25rem;
  }

  .n-insights2 .img {
    height: 6rem;
    margin-bottom: 0.65rem;
  }

  .n-insights2 .tit3 {
    margin-bottom: 0.65rem;
  }

  .n-insights2 .li {
    margin-bottom: 1rem;
  }

  .n-insights2 .morebtn {
    width: 120px;
    height: 40px;
    border-radius: 40px;
    margin-top: 0.7rem;
  }

  .n-insights2 {
    padding: 1.25rem 0 0.7rem;
  }

  .innovation-list1 .contentbox {
    margin-top: 0.75rem;
  }

  .innovation-list1 .contentbox .view .ul .li .icon {
    margin-bottom: 0.8rem;
  }

  .innovation-list1 .contentbox .view .ul2 .tit4 {
    margin-bottom: 0.5rem;
  }

  .innovation-list1 .contentbox .view .ul .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .innovation-list1 .contentbox {
    padding: 2rem 0;
  }

  .innovation-list1 .contentbox .view .ul2 {
    padding: 0 8% 1.25rem;
  }

  .innovation-list1 {
    padding-bottom: 1rem;
  }

  .innovation-list2 {
    padding: 1rem 0;
  }

  .innovation-list3 {
    padding: 1rem 0 0;
  }

  .innovation-list2 .ul .li {
    width: 100%;
    margin-right: 0;
  }

  .innovation-list2 .ul {
    margin-top: 1rem;
  }

  .innovation-list3 .titbox {
    position: relative;
    width: 100%;
    padding: 1.2rem 6% 0;
  }

  .innovation-list4 .box2,
  .innovation-list4 .box3 {
    width: 100%;
  }

  .innovation-list4 .box1 {
    margin-bottom: 0.7rem;
    padding: 1.25rem 6%;
  }

  .innovation-list4 .box2 {
    margin-bottom: 0.7rem;
    padding: 1.25rem 6%;
  }

  .innovation-list4 .box2 .tit3 {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }

  .innovation-list4 .box2 .tip {
    max-width: 100%;
  }

  .innovation-list4 .box3 {
    margin-left: 0;
    padding: 1.25rem 6%;
  }

  .n-ip .contentbox2 .witem {
    margin-bottom: 1rem;
  }

  .n-ip .contentbox2 {
    margin-top: 1.5rem;
  }

  .n-ip .contentbox2 .ul .tit4 {
    font-size: 14px;
    margin-top: 0.3rem;
  }

  .n-ip .contentbox2 .ul .li {
    padding: 0 1%;
  }

  .n-ip .contentbox2 .ul .icon {
    width: 40px;
    height: 40px;
  }

  .n-download .barleft {
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d1d1d1;
  }

  .n-download .formbox {
    margin-bottom: 1.5rem;
  }

  .n-download .bar_right {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }

  .n-download .formbox {
    max-width: 100%;
  }

  .n-download .formbox .input {
    height: 2rem;
    border-radius: 2rem;
  }

  .n-services .services-list1 .ul {
    margin-bottom: 0.75rem;
  }

  .n-services .services-list1 .ul2 {
    margin-top: 1rem;
  }

  .n-services .services-list1 .ul2 .img {
    width: 80%;
    height: 5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0.6rem;
  }

  .n-services .services-list1 .ul2 .p {
    width: 100%;
    padding: 0 3%;
  }

  .n-services .services-list1 .ul .li {
    width: 50%;
  }

  .n-services .services-list3 .ul .li {
    width: 100%;
    margin-right: 0;
  }

  .n-services .services-list3 {
    padding: 1.25rem 0 1.5rem;
  }

  .n-services .services-list3 .titlebox .tit2 {
    margin-bottom: 0.35rem;
  }

  .n-services .services-list3 .titlebox {
    margin-bottom: 1rem;
  }

  .n-exhibltion .nbox .li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .n-exhibltion .tipbox .p {
    width: calc(100% - 30px);
  }

  .n-exhibltion .btnbox {
    margin-top: 1.25rem;
  }

  .n-exhibltion .tit2 {
    margin-bottom: 0.5rem;
  }

  .n-exhibltion .nbox {
    padding-top: 1rem;
  }

  .p-banner2 .txt a {
    width: 160px;
    height: 40px;
    border-radius: 40px;
  }

  .n-login .textbox {
    max-width: 92%;
    padding: 1.25rem 6%;
  }

  .n-password .textbox {
    max-width: 92%;
    padding: 1.25rem 6%;
  }

  .n-password .textbox .li {
    margin-bottom: 0.35rem;
  }

  .n-password .textbox .submitbtn {
    margin-top: 0;
  }

  .n-password .textbox .tit2 {
    margin-bottom: 0.65rem;
  }

  .n-password .textbox .li .input2,
  .n-password .textbox .li .input1 {
    width: calc(100% - 45px);
  }

  .n-password .tabul:before {
    width: 56%;
    margin-left: -28%;
  }

  .n-register .textbox .li {
    width: 100%;
  }

  .n-register .textbox .submitbtn {
    margin-top: 0.65rem;
  }

  .innovation-list1 {
    padding: 1.25rem 0 1rem;
  }

  .n-register .textbox {
    padding: 1.25rem 6% 1rem;
  }

  .n-register .textbox .tit2 {
    margin-bottom: 0.65rem;
  }

  .innovation-list2 .ul .li {
    height: 13rem;
  }

  .n-register .textbox .li .intl-tel-input {
    width: 30px !important;
  }

  .n-register .textbox .li .input1 {
    text-indent: 0.4rem;
  }

  .n-login .textbox .tit3 {
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
  }

  .n-login .textbox .submitbtn {
    margin-top: 0.65rem;
  }

  .alertbox .textbox {
    max-width: 92%;
    padding: 0.85rem 6% 1rem;
  }

  .alertbox .textbox .tit3,
  .alertbox .textbox .icon {
    margin-bottom: 0.45rem;
  }

  .alertbox2 .textbox .tit4 {
    margin-bottom: 0.45rem;
  }

  .n-user .nbox .li {
    width: 100%;
    margin-right: 0;
  }

  .n-user .nbox2 .li .nli .sp1 {
    width: 2.5rem;
  }

  .n-user .nbox2 .li .nli .sp2 {
    width: calc(100% - 3rem);
  }

  .innovation-list3 .videobox {
    margin-top: 0.75rem;
  }

  .innovation-list4 {
    padding: 1.5rem 0;
  }

  .innovation-list3 .videobox .videobtn {
    width: 2rem;
    height: 2rem;
    top: 2rem;
    transform: translate(-50%, 0);
  }

  .innovation-list4 .box1 .tit3,
  .innovation-list4 .box2 .titbox,
  .innovation-list4 .box3 .tit3 {
    margin-bottom: 0.75rem;
  }

  .n-ip .contentbox1 .img {
    height: 8rem;
  }

  .n-download {
    padding: 1.25rem 0;
  }

  .n-download .formbox .input {
    height: 1.5rem;
    border-radius: 1.5rem;
  }

  .n-download .formbox {
    margin-bottom: 1rem;
  }

  .n-download .barleft a {
    margin-bottom: 0.55rem;
  }

  .n-download .bar_right a {
    margin-bottom: 0.75rem;
  }

  .n-download .bar_right a .btn {
    width: 18px;
    height: 18px;
  }

  .training-list1 .textbox .txtbox .tit3 {
    margin-bottom: 0.7rem;
  }

  .training-list1 .textbox .p {
    margin-top: 0.75rem;
  }

  .training-list1 {
    padding: 1.25rem 0;
  }

  .training-list1 .textbox .morebtn {
    margin-top: 1rem;
  }

  .training-list1 .textbox {
    padding-bottom: 1.25rem;
  }

  .training-list1 .ul {
    padding: 1rem 6%;
  }

  .training-list2 {
    padding: 1.2rem 0 2rem;
  }

  .training-list2 .tit2 {
    margin-bottom: 0.75rem;
  }

  .training-list3 {
    padding: 1.25rem 0;
  }

  .training-list3 .ul2 .li .box {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0.4rem;
  }

  .training-list3 .ul2 .li .box:before {
    display: none;
  }

  .training-list3 .ul2 .li .middlebox {
    width: 100%;
  }

  .training-list4 .txtbox {
    max-width: 92%;
  }

  .training-list2 .ul .li {
    width: 100%;
  }

  .training-list2 .tit2,
  .training-list3 .tit3 {
    margin-bottom: 0.75rem;
  }

  .training-list3 .ul {
    margin-bottom: 1.5rem;
  }

  .training-list3 .ul .li {
    width: 100%;
    margin-right: 0;
  }

  .training-list3 .ul2 {
    margin-bottom: 0;
  }

  .training-list3 .botbox {
    margin-top: 1.25rem;
  }

  .training-list4 .txtbox {
    margin-top: 0.7rem;
  }

  .training-list1 .textbox {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .training-list1 .ul .li {
    width: 100%;
    margin-bottom: 0.55rem;
  }
}

.anti_corruption {
}
.anti-list1 {
  padding: 3rem 0 5rem;
  background: url(../zimg/img34.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.anti-list1 .ul {
  margin-top: 2.45rem;
}
.anti-list1 .ul .li {
  width: 23.5%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 0.4rem;
  height: 4.5rem;
  overflow: hidden;
  padding: 0.55rem 0.7rem 0.6rem;
  background: #f8f8f8;
  transition: all 0.6s;
}
.anti-list1 .ul .li:nth-child(4n) {
  margin-right: 0;
}
.anti-list1 .ul .li .su {
  color: rgba(3, 86, 252, 1);
  transition: all 0.6s;
}
.anti-list1 .ul .li .tit {
  position: absolute;
  bottom: 0.6rem;
  width: 100%;
  left: 0;
  padding: 0 0.7rem;
  z-index: 2;
  transition: all 0.6s;
}
.anti-list1 .ul .li:hover {
  background: rgba(3, 86, 252, 1);
}
.anti-list1 .ul .li:hover .su {
  color: #fff;
}
.anti-list1 .ul .li:hover .tit {
  color: #fff;
}
.anti-list1 .videobox {
  margin-top: 4rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.anti-list1 .videobox video {
  width: 100%;
}
.anti-list1 .videobox .videobtn {
  cursor: pointer;
  z-index: 4;
}
.anti-list1 .videobox .videobtn img {
  transition: all 0.6s;
}
.anti-list1 .videobox .videobtn:hover img {
  transform: scale(1.05);
}
.anti-list1 .textbox {
  margin: 4.25rem auto 0;
  width: 88%;
}
.anti-list1 .textbox .ul2 {
  width: 1200px;
  max-width: 100%;
  margin: 2rem auto 0;
  align-items: stretch;
}
.anti-list1 .textbox .ul2 .li {
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 10px 29px 0px rgba(0, 78, 255, 0.1);
  overflow: hidden;
  padding: 1.35rem 1.5rem 1.7rem;
  width: 42%;
}
.anti-list1 .textbox .ul2 .li .icon {
  height: 1.7rem;
  margin-bottom: 1rem;
}
.anti-list1 .textbox .ul2 .li .tit4 {
}
.anti-list1 .textbox .ul2 .li .tit5 {
  margin-top: 0.4rem;
  color: rgba(0, 78, 255, 1);
  text-decoration: underline;
}

.anti-list2 {
  padding: 2.4rem 0 4rem;
  position: relative;
  z-index: 2;
}
.anti-list2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.anti-list2 .view {
  position: relative;
  z-index: 3;
}
.anti-list2 .tit3 {
  color: #fff;
}
.anti-list2 .ul {
  margin-top: 2.85rem;
}
.anti-list2 .ul .li {
  width: 30.5%;
  padding: 1.5rem 1rem;
  margin-right: 4.25%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  border-radius: 0.4rem;
  overflow: hidden;
}
.anti-list2 .ul .li:nth-child(3n) {
  margin-right: 0;
}
.anti-list2 .ul .li .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1.7rem;
}
.anti-list2 .ul .li .tit5 {
  margin-top: 0.35rem;
}

.anti-list1 .textbox .ul2 .li .icon img {
  max-height: 100%;
}
@media (max-width: 1024px) {
  .anti-list1 .videobox {
    margin-top: 2rem;
  }
  .anti-list1 .textbox {
    margin-top: 2rem;
  }
  .anti-list1 .ul {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .anti-list2 .ul .li {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .anti-list2 .ul {
    margin-top: 1.5rem;
  }
  .anti-list1 .textbox {
    width: 100%;
  }
  .anti-list1 .textbox .ul2 .li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .anti-list1 {
    padding: 2rem 0 2rem;
  }
  .anti-list1 .ul .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .anti-list1 .ul .li:nth-child(2n) {
    margin-right: 0;
  }
  .anti-list1 .ul .li {
    height: 4rem;
  }
  .anti-list1 .videobox {
    margin-top: 1rem;
  }
  .anti-list1 .textbox {
    margin-top: 1rem;
  }
  .anti-list1 .textbox .ul2 .li {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.25rem 1rem 1.5rem;
  }
  .anti-list1 .textbox .ul2 {
    margin-top: 1.25rem;
  }
  .anti-list2 .ul .li .icon {
    margin-bottom: 1rem;
  }
  .anti-list2 {
    padding: 2rem 0 3rem;
  }
  .anti-list2 .ul {
    margin-top: 1rem;
  }
  .innovation-list1 .contentbox .view .ul .li .icon {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.2rem;
  }
  .innovation-list1 .contentbox .view .ul .li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 0.4rem;
  }
  .innovation-list1 .contentbox .view .ul .li:nth-child(2n) {
    margin-right: 0;
  }
  .innovation-list1 .contentbox .view .ul2 {
    min-height: 21rem;
    display: block;
    height: auto;
  }
  .innovation-list1 .contentbox .view .ul2 .li {
    padding-top: 0.7rem;
  }
  .n-ip .contentbox1 .text-container .tit-60 {
    font-size: 0.7rem;
  }
  .n-ip .contentbox2 .ul .li {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0.5rem;
  }
  .n-ip .contentbox2 .ul .li:last-child {
    margin-bottom: 0;
  }
  .n-ip .contentbox2 .ul .icon {
    margin: 0;
    margin-right: 1rem;
  }
  .n-ip .contentbox2 .ul .titbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .n-ip .contentbox2 .ul .tit4 {
    margin-top: 0;
    margin-left: 0.4rem;
  }
  .n-ip .contentbox2 .ul .tit4 br {
    display: none;
  }
  .n-ip .contentbox2 .ul .tit3 {
    color: #0356fc;
    text-align: center;
    white-space: nowrap;
  }
  .anti-list1 .ul .li .tit {
    position: relative;
    width: 100%;
    bottom: auto;
    padding: 0.2rem 0;
  }
  .news-content .search-box .tit-14 {
    text-align: left;
  }
  .n-download .contentbox {
    margin-top: 1.5rem;
  }
  .n-download .bar_right {
    min-height: auto;
  }
  .training-list1 .textbox .more a {
    margin-top: 0.5rem;
  }
  .training-list1 .textbox .more {
    margin: 0 auto;
    margin: 0 auto;
    width: 3.4rem;
  }
  .training-list3 .botbox .li2 {
    /* word-break:break-all; */
    word-break: break-word;
  }
  .n-download .bar_right .li .btn svg {
    fill: #004eff;
    width: 100%;
    height: 100%;
  }
  .training-list1 .textbox .txtbox {
    text-align: center;
  }
  .training-list1 .textbox .libox {
    text-align: left;
  }
  .training-list2 .ul .li .icon svg {
    width: 100%;
    height: 100%;
  }
  .training-list3 .ul2 .li .box {
    text-align: center;
  }
  .training-list1 .ul .li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .training-list1 .ul .li .icon {
    width: 40px;
    height: 40px;
    margin: 0;
    margin-right: 0.4rem;
  }
  .training-list3 .ul2 .li .box .tit4 {
    font-weight: 700;
  }
  .training-list1 .textbox {
    margin-bottom: 1.5rem;
  }
  .training-list3 .tit3 {
    margin-bottom: 1rem;
  }
  .training-list3 .ul .li {
    height: 6rem;
  }
  .training-list3 .main-pagination {
    margin-top: 0.75rem;
  }
  .n-register .textbox .li .input1 {
    width: 60%;
  }
  .n-register .textbox .li .intl-tel-input {
    width: 48px !important;
  }
  .n-register .textbox .li{
    height: 1rem;
  }
  .n-register .textbox .li2 .nli{
    height: 1rem;
  }
  .n-register .textbox .li:last-child{
    display: none;
  }
  .n-register .textbox .li .input2{
    width: 69%;
  }
  .n-register .textbox .li .input2{
    text-indent:.4rem
  }
  .training-list3 .ul2 .li{
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }
}
/*# sourceMappingURL=zstyle.css.map */

.n-download .barleft {
  width: 10rem;
  padding-right: 1.8rem;
  text-align: right;
}
.n-download .barleft {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.n-download .barleft a {
  display: inline-block;
  color: #000;
  margin-bottom: 0.9rem;
  transition: all 0.8s;
  cursor: pointer;
  position: relative;
  /* padding-right: 0.75rem; */
}

.n-download .barleft a.cur{
   padding-right: 0.75rem;
}
.n-download .barleft a::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -0.275rem;
  left: 0;
  transition: all 0.5s;
  background: linear-gradient(
    to right,
    rgba(0, 78, 255, 1),
    rgba(112, 190, 88, 1)
  );
  border-radius: 4px;
}
.n-download .barleft a .icon {
  position: absolute;
  right: 0.4rem;
  width: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  fill: rgba(15, 97, 251, 1);
  opacity: 0;
  transition: all 0.5s;
}

.n-download .barleft a.cur .icon {
  right: 0;
  opacity: 1;
}
.n-download .barleft a:hover,
.n-download .barleft a.cur {
  color: #0356fc;
}

.n-download .barleft a.cur::after {
  width: 100%;
}
.n-download .bar_right {
  width: calc(100% - 10rem);
  min-height: 400px;
  border-left: 1px solid #dcdcdc;
  padding-left: 1.8rem;
}

.n-download .bar_right .li {
  margin-bottom: 1.35rem;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.4rem;
}

.n-download .bar_right .li .sp {
  transition: all 0.6s;
}

.n-download .bar_right .li .btn {
  width: 25px;
  height: 25px;
}

.n-download .bar_right .li .btn img {
  max-height: 100%;
}

.n-download .bar_right .li:hover .sp {
  color: #000;
  font-weight: bold;
}

.n-download .bar_right .li:last-child {
  margin-bottom: 0;
}
.n-download .bar_right .ny-txt {
  width: 100%;
  padding: 1.5rem;
  padding-right: 1.75rem;
  background: #f7faff;
  border-radius: .375rem;
 
}
.n-download .bar_right .ny-line{
  width: 100%;
  height: .075rem;
  background: linear-gradient(
    to right,
    rgba(0, 78, 255, 1),
    rgba(112, 190, 88, 1)
    
  );
  margin-top: 2rem;
  margin-bottom: 1.375rem;
  border-radius: .075rem;
}
@media (max-width: 767px) {
  .n-download .bar_right .ny-txt{
    padding: .5rem;
    font-size: .45rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .n-download .bar_right{
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .n-download .bar_right .ny-line{
    margin-top: .5rem;
    margin-bottom:0.5rem;
    display: none;
  }
  .down-mb .dli .top-t{
    position: relative;
  }
  .down-mb .dli .top-t.on{
    border-bottom: 1px solid transparent;
  }
  .down-mb .dli .top-t.on::after{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    transition: all 0.5s;
    background: linear-gradient(
      to right,
      rgba(0, 78, 255, 1),
      rgba(112, 190, 88, 1)
    );
  }
  .n-download .bar_right{
    min-height: auto;
    padding-bottom: 0.5rem;
  }
}