@charset "utf-8";

:root {
  --main-color: #00479B;
  /* ====== Transition ====== */
  --tran-03: all 0.3s ease;
  --tran-04: all 0.4s ease;
  --tran-05: all 0.5s ease;
  --tran-06: all 0.6s ease;
}

/* 引入字体 */
@font-face {
  font-family: "PingFang SC";
  src: url(../font/PingFang.ttf);
}

@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins.ttf);
}

body,
input,
textarea,
button {
  font-family: "PingFang SC", "Microsoft YaHei", "SourceHanSansCN", "Tahoma",
    "Arial", "sans-serif";
}

/* 滚动条 */
::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: var(--main-color);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #BCBCBC;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #BCBCBC;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #BCBCBC;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #BCBCBC;
}

.navbar-toggle {
  display: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none !important;
  z-index: 100;
}

.navbar-toggle .line-top,
.navbar-toggle .line-middle,
.navbar-toggle .line-bottom {
  display: block;
  width: 20px;
  height: 3px;
  background: #F0870B;
  margin: 3px 0;
  transition: 0.4s;
}

.open .line-top {
  -webkit-transform: rotate(45deg) translate(2px, 7px);
  transform: rotate(45deg) translate(2px, 7px);
}

.open .line-middle {
  opacity: 0;
}

.open .line-bottom {
  -webkit-transform: rotate(-45deg) translate(1px, -7px);
  transform: rotate(-45deg) translate(1px, -7px);
}

/* css动画 */
/* 圆圈闪烁 */
@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* 横向滚动 */
@keyframes scroll-l {
  0% {
    transform: translateX(-50%) translateZ(0px);
    -webkit-transform: translateX(-50%) translateZ(0px);
  }

  100% {
    transform: translateX(0) translateZ(0px);
    -webkit-transform: translateX(0) translateZ(0px);
  }
}

@-webkit-keyframes scroll-l {
  0% {
    transform: translateX(-50%) translateZ(0px);
    -webkit-transform: translateX(-50%) translateZ(0px);
  }

  100% {
    transform: translateX(0) translateZ(0px);
    -webkit-transform: translateX(0) translateZ(0px);
  }
}

@keyframes scroll-r {
  0% {
    transform: translateX(0) translateZ(0px);
    -webkit-transform: translateX(0) translateZ(0px);
  }

  100% {
    transform: translateX(-50%) translateZ(0px);
    -webkit-transform: translateX(-50%) translateZ(0px);
  }
}

@-webkit-keyframes scroll-r {
  0% {
    transform: translateX(0) translateZ(0px);
    -webkit-transform: translateX(0) translateZ(0px);
  }

  100% {
    transform: translateX(-50%) translateZ(0px);
    -webkit-transform: translateX(-50%) translateZ(0px);
  }
}

.container {
  width: 100%;
}

.wrap {
  width: 100%;
}

.row {
  width: 100%;
}

.more_b {
  width: 7.813vw;
  height: 3.125vw;
  background: #00479B;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: all ease .5s;
}

.more_b:hover {
  background: #F0870B;
}

.more_b span,
.more_b i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #FFFFFF;
  transition: all ease .5s;
}

.more_b i {
  margin: 0 0 0 0.521vw;
}

.more_b:hover i {
  transform: translateX(5px);
}


.all_b {
  width: 9.375vw;
  height: 3.125vw;
  background: #00479B;
  cursor: pointer;
  transition: all ease .5s;
}

.all_b:hover {
  background: #F0870B;
}

.all_b span,
.all_b i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #FFFFFF;
  transition: all ease .5s;
}

.all_b i {
  margin: 0 0 0 0.521vw;
}

.all_b:hover i {
  transform: translateX(5px);
}

.all_h {
  width: 9.375vw;
  height: 3.125vw;
  background: #B9BDC1;
  cursor: pointer;
  transition: all ease .5s;
}

.all_h:hover {
  background: #F0870B;
}


.all_h span,
.all_h i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #FFFFFF;
  transition: all ease .5s;
}

.all_h i {
  margin: 0 0 0 0.521vw;
}

.all_h:hover i {
  transform: translateX(5px);
}


.learn_b {
  width: auto;
  transition: all ease .5s;
}

.learn_b span,
.learn_b i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #00479B;
  transition: all ease .5s;
}

.learn_b:hover span,
.learn_b:hover i {
  color: #F0870B;
}

.learn_b i {
  margin: 0 0 0 0.521vw;
}

.learn_b:hover i {
  transform: translateX(5px);
}

.learn_w {
  width: auto;
  transition: all ease .5s;
}

.learn_w span,
.learn_w i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #ffffff;
  transition: all ease .5s;
}

.learn_w:hover span,
.learn_w:hover i {
  color: #F0870B;
}

.learn_w i {
  margin: 0 0 0 0.521vw;
}

.learn_w:hover i {
  transform: translateX(5px);
}

.learn_h {
  width: auto;
  transition: all ease .5s;
}

.learn_h span,
.learn_h i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  transition: all ease .5s;
}

.learn_h i {
  margin: 0 0 0 0.521vw;
}

.learn_h:hover i {
  transform: translateX(5px);
}

.choose {
  width: 7.813vw;
  height: 2.344vw;
  background: #EEEEEE;
  cursor: pointer;
  transition: all ease .5s;
}

.choose.on,
.choose:hover {
  background: #F0870B;
}

.choose span {
  font-size: 0.833vw;
  font-weight: 600;
  color: #000000;
  transition: all ease .5s;
}

.choose.on span,
.choose:hover span {
  color: #ffffff;
}

.download {
  width: 2.865vw;
  height: 2.865vw;
  background: #EBEFF3;
  border-radius: 50%;
  transition: all ease .5s;
}

.download i {
  font-size: 1.042vw;
  color: #00479B;
  transition: all ease .5s;
}

.tit_l {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.tit_l h1 {
  font-size: 1.979vw;
  font-weight: 600;
  color: #00479B;
  transition: all ease .5s;
}

.tit_l p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}


.tit_b {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.tit_b h1 {
  font-size: 1.979vw;
  font-weight: 600;
  color: #000000;
  transition: all ease .5s;
}

.tit_b p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}

.tit_b b {
  color: #00479B;
}

.tit_w {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.tit_w h1 {
  font-size: 1.979vw;
  font-weight: 600;
  color: #ffffff;
  transition: all ease .5s;
}

.tit_w p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}

.s_btn {
  width: 2.083vw;
  height: 2.083vw;
  background: #00479B;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease .5s;
}

.s_btn:hover {
  background: #F0870B;
}

.s_btn i {
  color: #ffffff;
  font-size: 0.938vw;
  transition: all ease .5s;
}


.pagelist {
  width: 100%;
}

.pagelist a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.604vw;
  height: 2.083vw;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  margin: 0 0.26vw;
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  transition: all ease .5s;
}

.pagelist a.prev,
.pagelist a.next {
  width: 4.427vw;
}

.pagelist a.on,
.pagelist a:hover {
  background: #00479B;
  border: 1px solid #00479B;
  color: #ffffff;
}


.listpage {
  width: 100%;
  transition: all ease .5s;
}

.listpage>a {
  width: 100%;
  display: block;
  margin: 0.26vw 0;
  transition: all ease .5s;
}


.listpage>a p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  transition: all ease .5s;
}

.listpage>a:hover p {
  color: #00479B;
}

.banner {
  width: 100%;
  margin: 8.333vw 0 0;
  position: relative;
}

.banner .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.banner .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  transition: all ease .5s;
}

.banner .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.banner .intr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  padding: 0 12.5vw;
  text-align: center;
  transition: all ease .5s;
}

.banner .intr h1 {
  font-size: 1.979vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.banner .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 1.563vw 0 0;
  transition: all ease .5s;
}


/* 公共头部 */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 8.333vw;
  background: #ffffff;
  transition: all ease .5s;
}

/* .scroll header {
  background: #00479B;
} */

header .row {
  height: 100%;
  padding: 0 12.5vw;
}

header .logo img {
  width: 16.406vw;
  position: relative;
  z-index: 105;
  transition: all ease .5s;
}

header .t_bar {
  width: 100%;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

header .phone {
  width: auto;
  position: relative;
  padding: 0 1.302vw 0 0;
  transition: all ease .5s;
}

header .phone::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.052vw;
  height: 0.625vw;
  background: #666666;
  transition: all ease .5s;
}

header .phone img {
  width: 0.885vw;
  transition: all ease .5s;
}

header .phone span {
  font-size: 0.938vw;
  font-weight: 600;
  color: #00479B;
  margin: 0 0 0 0.26vw;
  transition: all ease .5s;
}

header .lang {
  width: auto;
  position: relative;
  margin: 0 1.302vw;
  transition: all ease .5s;
}

header .lang a>span,
header .lang a>i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  transition: all ease .5s;
}

header .lang a>i {
  margin: 0 0 0 0.156vw;
}

header .lang .down {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  min-width: 100%;
  width: max-content;
  border-radius: 2px;
  border-top: 1px solid #ffffff;
  background: #ffffff;
  ;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  transition: all ease .5s;
}


header .lang:hover .down {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

header .lang .down a {
  display: block;
  padding: 0.26vw 0.521vw;
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  border-bottom: 1px solid #aaa;
  transition: all ease .5s;
}

header .lang .down a:hover,
header .lang .down a.on {
  color: #00479B;
}

header .lang .down a:last-child {
  border-bottom: none;
}

header .search {
  width: 8.854vw;
  height: 1.563vw;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #666666;
  position: relative;
  transition: all ease .5s;
}

header .search input {
  width: 100%;
  height: 100%;
  color: #000000;
  padding: 0 0.521vw 0 2.083vw;
  transition: all ease .5s;
}

header .search i {
  position: absolute;
  left: 0.521vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 1.042vw;
  color: #666666;
  transition: all ease .5s;
}

header .menu {
  width: auto;
  transition: all ease .5s;
}

header .link {
  width: auto;
  margin: 0 0 0 3.125vw;
  padding: 1.302vw 0;
  position: relative;
  transition: all ease .5s;
}

header .link:nth-child(7) {
  display: none;
}

header .link>a {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  transition: all ease .5s;
}

header .link.on>a {
  color: #00479B;
}

header .downmenu {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.09);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s;
}

header .link:hover .downmenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

header .downmenu>a {
  width: max-content;
  min-width: 100%;
  max-width: 100%;
  display: block;
  font-size: 0.833vw;
  font-weight: 400;
  color: #C2C2C2;
  padding: 0.521vw 1.302vw;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
  /* white-space: nowrap; */
  transition: all ease .5s;
}

header .downmenu>a:hover {
  color: #00479B;
}

header .downmenu>a:last-child {
  border: none;
}

header .search-box {
  width: 100%;
  position: relative;
  margin: 10px 0 0;
  display: none;
}

header .search-box i {
  font-size: 20px;
  color: #000000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 4;
}

header .input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  color: #000000;
}


.cont {
  width: 100%;
  position: relative;
  padding: 3.125vw 12.5vw;
  overflow: hidden;
  background-image: url(../img/cont-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cont .box_l {
  width: 35%;
}

.cont .box_r {
  width: 50%;
}

.cont .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5;
  transition: all ease .5s;
}

.cont .intr p {
  font-size: 0.833vw;
  color: #FFFFFF;
  line-height: 1.5;
  opacity: .5;
  transition: all ease .5s;
}

.cont .input {
  width: 11.979vw;
  height: 2.865vw;
  background: #00479B;
  border-radius: 6px;
  border: 1px solid #00479B;
  padding: 0 0.781vw;
  color: #ffffff;
  transition: all ease .5s;
}

.cont .input::-webkit-input-placeholder {
  font-size: 14px;
  color: #ffffff;
  opacity: .5;
}

.cont .input::-moz-placeholder {
  font-size: 14px;
  color: #ffffff;
  opacity: .5;
}

.cont .input:-ms-input-placeholder {
  font-size: 14px;
  color: #ffffff;
  opacity: .5;
}

.cont .input:-moz-placeholder {
  font-size: 14px;
  color: #ffffff;
  opacity: .5;
}


.cont .btn {
  width: 8.594vw;
  height: 2.865vw;
  background: #00479B;
  border-radius: 6px;
  border: 1px solid #00479B;
  cursor: pointer;
  transition: all ease .5s;
}

.cont .btn span,
.cont .btn i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #FFFFFF;
  transition: all ease .5s;
}

.cont .btn i {
  margin: 0 0 0 0.521vw;
}

.cont:hover i {
  transform: translateX(5px);
}

footer {
  width: 100%;
  position: relative;
  background: #00479B;
}

footer .row {
  padding: 0 12.5vw;
}

.footA {
  width: 100%;
  padding: 2.083vw 0 1.042vw;
}

.footA .f_menu {
  width: 78%;
}


.footA .f_cont {
  width: 100%;
}

.footA .f_cont img {
  width: 10.938vw;
  transition: all ease .5s;
}

.f_menu dt {
  margin: 0 0 0.781vw;
}

.f_menu dd {
  margin: 0 0 0.521vw;
}

.f_menu dd:last-child {
  margin: 0;
}

.f_menu dt>a {
  font-size: 0.833vw;
  font-weight: 600;
  color: #A7B8D4;
  transition: all ease .5s;
}

.f_menu dd>a {
  font-size: 0.833vw;
  color: #ffffff;
  opacity: .5;
  transition: all ease .5s;
}

.f_menu dd>a:hover {
  opacity: 1;
}

.f_icon h6 {
  font-size: 0.833vw;
  font-weight: 600;
  color: #A7B8D4;
  margin: 0 0 0.781vw;
  transition: all ease .5s;
}

.f_icon .app {
  width: 100%;
  transition: all ease .5s;
}

.f_icon .app .ico {
  width: 1.563vw;
  height: 1.563vw;
  opacity: 0.3;
  position: relative;
  margin: 0 0.781vw 0 0;
  transition: all ease .5s;
}

.f_icon .app .ico:hover {
  opacity: 1;
}

.f_icon .app .ico>img {
  max-width: 100%;
  transition: all ease .5s;
}

.f_icon .app .ico>.ewm {
  position: absolute;
  top: -130px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s;
}

.f_icon .app .ico:hover>.ewm {
  top: -110px;
  opacity: 1;
  visibility: visible;
}

.f_icon .app .ico .ewm>img {
  width: 90px;
  height: 90px;
}

.f_cont p {
  font-size: 0.833vw;
  color: #ffffff;
  opacity: .5;
  margin: 0.521vw 0;
  transition: all ease .5s;
}

.f_cont p:hover {
  opacity: 1;
}

.footB {
  width: 100%;
  padding: 1.042vw 0;
}

.footB span {
  font-size: 0.833vw;
  color: #FFFFFF;
  opacity: .5;
  transition: all ease .5s;
}

.footB span:hover {
  opacity: 1;
}

/* 首页 */
.ho0 {
  width: 100%;
  margin: 8.333vw 0 0;
  position: relative;
}

.ho0 .pic {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.ho0 .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.77) 35%, rgb(255 255 255 / 0%) 63%, rgb(255 255 255 / 0%) 79%, rgb(255 255 255 / 0%) 100%);
  opacity: 0.84;
  transition: all ease .5s;
}

.ho0 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ho0 .intr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
  padding: 0 12.5vw;
  transition: all ease .5s;
}

.ho0 .intr h2 {
  font-size: 1.458vw;
  font-weight: 600;
  color: #00479B;
  margin: 0 0 0.521vw;
  transition: all ease .5s;
}

.ho0 .intr p {
  font-size: 1.458vw;
  font-weight: 100;
  color: #FFFFFF;
  margin: 0 0 1.302vw;
  transition: all ease .5s;
}

.ho0 .more_b {
  margin: 2.604vw 0 0;
}

.ho0 .swiper-pagination {
  bottom: 2.604vw;
}

.ho0 .swiper-pagination-bullet {
  width: 0.521vw;
  height: 0.521vw;
  background: #D3D3D5;
  opacity: 0.55;
  margin: 0 0.26vw !important;
  transition: all ease .5s;
}

.ho0 .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

.ho1 {
  width: 100%;
  padding: 6.25vw 23.177vw;
  position: relative;
  background: #F2F2F2;
}

.ho1 .row {
  position: relative;
}

.ho1 .tilt {
  position: absolute;
  bottom: 3.125vw;
  left: -6.458vw;
  z-index: 1;
  font-size: 6.458vw;
  line-height: 1;
  font-family: "Poppins";
  font-weight: 600;
  color: #E0E0E0;
  writing-mode: tb;
  transition: all ease .5s;
}

.ho1 .box_l,
.ho1 .box_r {
  width: 48%;
}

.ho1 .col {
  transition: all ease .5s;
}

.ho1 .col1:hover,
.ho1 .col2:hover,
.ho1 .col3:hover {
  transform: translateY(-30px);
  box-shadow: 0 30px 50px -30px rgb(0 0 0 / 60%);
}

.ho1 .col1 {
  width: 25vw;
  background: #D8D8D8;
  margin: 0 0 5.208vw;
}

.ho1 .col2 {
  width: 20.313vw;
  background: #00479B;
  margin: 0 auto;
}

.ho1 .col3 {
  width: 25.781vw;
  background: #ffffff;
  margin: 8.333vw 0 3.125vw;
}

.ho1 .col1 .intr {
  padding: 0 1.823vw 2.083vw;
}

.ho1 .col2 .intr {
  padding: 0 3.906vw 2.083vw;
}

.ho1 .col3 .intr {
  padding: 0 4.948vw 2.083vw;
}

.ho1 .pic img {
  max-width: 90%;
  margin: -3.125vw 0 0;
  transition: all ease .5s;
}

.ho1 .intr h1 {
  font-size: 1.979vw;
  font-weight: 600;
  color: #000000;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.ho1 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.ho1 .col2 .intr h6 {
  color: #ffffff;
}

.ho1 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}

.ho1 .all_b {
  margin: 2.604vw 0 0;
}

.ho2 {
  width: 100%;
  overflow: hidden;
  padding: 6.25vw 12.5vw;
  position: relative;
  background-image: url(../img/ho2-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ho2 .intr {
  width: 100%;
  transition: all ease .5s;
}

.ho2 .intr h1 {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.ho2 .intr p {
  max-width: 670px;
  width: 100%;
  margin: 1.042vw auto 0;
}

.ho2 .more_b {
  margin: 1.302vw auto 0;
}

.ho3 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
}

.ho3 .more_b {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.ho3 .row {
  margin: 3.125vw 0 0;
}

.ho3 .col {
  width: 25%;
  position: relative;
  transition: all ease .5s;
}

.ho3 .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.ho3 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ho3 .col:hover .pic img {
  transform: scale(1.05);
}

.ho3 .intr {
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  background: #00479B;
  width: 70%;
  padding: 1.563vw;
  transition: all ease .5s;
}

.ho3 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.ho3 .intr p {
  font-size: 0.833vw;
  color: #FFFFFF;
  line-height: 1.5;
  transition: all ease .5s;
}

.ho3 .col:nth-child(2n) .intr {
  background: #EEEEEE;
}

.ho3 .col:nth-child(2n) .intr h6,
.ho3 .col:nth-child(2n) .intr p {
  color: #000000;
}

.ho4 {
  width: 100%;
  position: relative;
  padding: 0 17.969vw 6.25vw;
}

.ho4 .tit_b h1 {
  max-width: 630px;
  margin: 0 auto;
}

.ho4 .tit_b p {
  max-width: 880px;
  margin: 1.042vw auto 0;
}

.ho4 .more_b {
  margin: 1.042vw auto 0;
}

.ho4 .row {
  margin: 3.125vw 0 0;
}

.ho4 .pic {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.ho4 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ho4 .v_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all ease .5s;
}

.play {
  width: 2.865vw;
  height: 2.865vw;
  background: #00479B;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all ease .5s;
}

.play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 5.208vw;
  height: 5.208vw;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  animation: play 3s infinite alternate;
  transition: all ease .5s;
}

.play i {
  font-size: 1.25vw;
  color: #ffffff;
  transition: all ease .5s;
}

@keyframes play {
  0% {
    opacity: 0.25;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.84;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.25;
  }
}

.ho5 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
  background: #F6F6F6;
}

.ho5 .all_b {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.ho5 .row {
  margin: 3.125vw 0 0;
}

.ho5 .col {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.ho5 .intr {
  width: 100%;
  position: relative;
  padding: 1.563vw 1.302vw 6.25vw;
  background: #ffffff;
  transition: all ease .5s;
}

.ho5 .intr h6 {
  font-size: 0.938vw;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  min-height: 2.604vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all ease .5s;
}

.ho5 .col:hover .intr h6 {
  color: #00479B;
}

.ho5 .intr p {
  font-size: 0.833vw;
  color: #666666;
  line-height: 1.5;
  min-height: 3.646vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all ease .5s;
}

.ho5 .intr .date {
  font-size: 0.833vw;
  color: #A8A8A8;
  margin: 0.781vw 0 1.042vw;
  transition: all ease .5s;
}

.ho5 .more {
  width: 100%;
  padding: 0.521vw 0;
  background: #E9E9E9;
  transition: all ease .5s;
}

.ho5 .col:hover .more {
  background: #F0870B;
}

.ho5 .more span {
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  transition: all ease .5s;
}

.ho5 .col:hover .more span {
  color: #ffffff;
}

/* 应用领域 */
.fi0 {
  width: 100%;
  padding: 6.25vw 16.667vw;
  position: relative;
  background: #F2F6FA;
}

.fi0 .col {
  width: 100%;
  margin: 0 0 1.823vw;
  background: #FFFFFF;
  transition: all ease .5s;
}

.fi0 .pic {
  width: 35%;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.fi0 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.fi0 .col:hover .pic img {
  transform: scale(1.05);
}

.fi0 .intr {
  width: 65%;
  padding: 1.042vw 3.646vw;
  transition: all ease .5s;
}

.fi0 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  transition: all ease .5s;
}

.fi0 .intr p {
  min-height: 2.344vw;
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all ease .5s;
}

.fi0 .intr em {
  width: 1.302vw;
  height: 0.104vw;
  background: #F0870B;
  display: block;
  margin: 1.042vw 0;
  transition: all ease .5s;
}

/* 产品中心 */
.pr0 {
  width: 100%;
  padding: 6.25vw 6.25vw;
  position: relative;
}

.pr0 .cover {
  width: 100%;
  position: relative;
  padding: 0 0 1.823vw;
  margin: 0 0 1.823vw;
  border-bottom: 4px solid #00479B;
}

.pr0 .choose {
  margin: 0 1.042vw 0 0;
}

.pr0 .select {
  width: auto;
  margin: 0 0 0 1.042vw;
  position: relative;
  transition: all ease .5s;
}

.pr0 .place {
  width: 9.896vw;
  height: 2.083vw;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  padding: 0 0.781vw;
  transition: all ease .5s;
}

.pr0 .place span,
.pr0 .place i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  transition: all ease .5s;
}

/* .pr0 .select.on i {
  transform: rotate(90deg);
} */

.pr0 .select .sub {
  display: none;
  position: absolute;
  left: 50%;
  top: 2.083vw;
  transform: translateX(-50%);
  width: 100%;
  border: 1px solid #D5D5D5;
  z-index: 5;
}

.pr0 .select .pk {
  padding: 0.521vw 0.781vw;
  background: #FFFFFF;
  font-size: 0.833vw;
  font-weight: 400;
  color: #7B7B7B;
  display: block;
  cursor: pointer;
  transition: all ease .5s;
}

.pr0 .select .pk:hover {
  background: #00479B;
  color: #ffffff;
}

.pr0 .table {
  width: 100%;
  /* overflow: auto; */
}

/* .pr0 .table::-webkit-scrollbar {
  width: 5px;
}
.pr0 .table::-webkit-scrollbar-track {
  background: #eee;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pr0 .table::-webkit-scrollbar-thumb {
  background: var(--main-color);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pr0 .table::-webkit-scrollbar-thumb:vertical:hover {
  background: #F0870B;
} */

.pr0 .table table {
  width: 100%;
  /* width: 1600px; */
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.pr0 thead tr {
  background: #E5E5E5;
  transition: all ease .5s;
}

.pr0 tbody tr:nth-child(2n + 1) {
  background: #FFFFFF;
  transition: all ease .5s;
}

.pr0 tbody tr:nth-child(2n) {
  background: #F9F9F9;
  transition: all ease .5s;
}

.pr0 thead th {
  font-size: 0.833vw;
  font-weight: 400;
  color: #707070;
  height: 2.865vw;
  word-break: break-all;
  text-transform: uppercase;
  transition: all ease .5s;
}

.pr0 tbody td {
  font-size: 0.729vw;
  font-weight: 400;
  color: #000000;
  height: 3.385vw;
  padding: 0 0.26vw;
  text-align: center;
  word-break: break-all;
  text-transform: uppercase;
  transition: all ease .5s;
}

.pr0 td i {
  font-size: 1.042vw;
  color: #707070;
  transition: all ease .5s;
}

.pr0 tbody tr:hover td,
.pr0 tbody tr:hover i {
  color: #00479B;
}

/* .pr0 thead th,
.pr0 tbody td {
  width: 150px;
} */

.pr0 .pagelist {
  margin: 2.604vw 0 0;
}

.pr1 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
}

.pr1 .box_l,
.pr1 .box_r {
  width: 49%;
  padding: 2.604vw 3.906vw;
  background: #F5F7F9;
  position: relative;
  transition: all ease .5s;
}

.pr1 .row2 {
  margin: 3.125vw 0 0;
}

.pr1 .row2 .col {
  width: 32%;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}

.pr1 .img,
.pr1 .pic {
  width: 100%;
  transition: all ease .5s;
}

.pr1 .img img {
  max-width: 100%;
  transition: all ease .5s;
}

.pr1 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.pr1 .intr h1 {
  font-size: 1.979vw;
  font-weight: 600;
  color: #000000;
  margin: 0 0 0.781vw;
  transition: all ease .5s;
}

.pr1 .intr p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr1 .intr p>b {
  display: inline-block;
  width: 48%;
  font-size: 0.833vw;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease .5s;
}

.pr1 .intr p>span {
  display: inline-block;
  width: 48%;
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease .5s;
}

.pr1 .all_box {
  width: 100%;
  margin: 2.604vw 0 0;
}

.pr1 .all_box .all_b {
  margin: 0 1.042vw 0 0;
}

.pr1 .swiper-pagination {
  bottom: 2.083vw;
}

.pr1 .swiper-pagination-bullet {
  width: 0.521vw;
  height: 0.521vw;
  background: #00479B;
  opacity: 0.55;
  margin: 0 0.313vw !important;
  cursor: pointer;
  transition: all ease .5s;
}

.pr1 .swiper-pagination-bullet-active {
  opacity: 1;
}

.pr2 {
  width: 100%;
  padding: 0 12.5vw 6.25vw;
}

.pr2 .s_box {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.pr2 .prev {
  margin: 0 1.563vw 0 0;
}

.pr2 .row {
  margin: 2.083vw 0 0;
}

.pr2 .col {
  width: 100%;
  padding: 2.083vw 2.604vw;
  background: #F5F5F5;
  transition: all ease .5s;
}

.pr2 .intr,
.pr2 .pic {
  width: 48%;
  transition: all ease .5s;
}

.pr2 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.pr2 .intr h1 {
  font-size: 1.979vw;
  font-weight: 600;
  color: #000000;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.pr2 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}

.pr2 .learn_b {
  margin: 3.125vw 0 0;
}

/* 服务 */
.se0 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
}

.se0 .row {
  margin: 3.125vw 0 0;
}

.se0 .col {
  width: 32%;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 3.646vw 2.865vw;
  transition: all ease .5s;
}

.se0 .col:hover {
  background: #00479B;
}

.se0 .pic {
  position: absolute;
  left: 50%;
  top: 1.302vw;
  transform: translateX(-50%);
  width: 6.25vw;
}

.se0 .intr {
  width: 100%;
  text-align: center;
  transition: all ease .5s;
}

.se0 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  transition: all ease .5s;
}

.se0 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}

.se0 .intr em {
  width: 1.302vw;
  height: 0.104vw;
  background: #F0870B;
  display: block;
  margin: 0.781vw auto;
  transition: all ease .5s;
}

.se0 .col:hover .intr h6,
.se0 .col:hover .intr p {
  color: #ffffff;
}

.se0 .col:hover .intr em {
  background: #ffffff;
}

.se1 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  overflow: hidden;
  background-image: url(../img/se1-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.se1 .row {
  margin: 3.125vw 0 0;
}

.se1 .col {
  width: calc(100% / 6);
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  padding: 2.083vw 1.042vw;
  position: relative;
  transition: all ease .5s;
}

.se1 .col:hover {
  box-shadow: 0px 3px 20px 1px rgb(0 71 155 / 17%);
  border: 1px solid #00479B;
  z-index: 5;
}

.se1 .pic img {
  width: 4.688vw;
  transition: all ease .5s;
}

.se1 .intr {
  width: 100%;
  margin: 1.042vw 0 0;
  text-align: center;
}

.se1 .intr h6 {
  font-size: 0.938vw;
  font-weight: 600;
  color: #00479B;
  transition: all ease .5s;
}

.se1 .intr p {
  font-size: 0.833vw;
  font-weight: 100;
  color: #666666;
  line-height: 1.5;
  margin: 0.521vw 0 0;
  transition: all ease .5s;
}

.se2 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
  overflow: hidden;
  background-image: url(../img/se2-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.se2 .pic {
  width: 48%;
}

.se2 .intr {
  width: 48%;
}

.se2 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.se2 .intr h1 {
  font-size: 1.979vw;
  font-weight: 600;
  color: #00479B;
  transition: all ease .5s;
}

.se2 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  margin: 1.302vw 0 0;
  max-width: 590px;
  width: 100%;
  transition: all ease .5s;
}

.se2 .more_b {
  margin: 1.302vw 0 0;
}

/* 常见问题 */
.qu0 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
  background: #F8F8F8;
}

.qu0 .box_l {
  width: 30%;
}

.qu0 .box_r {
  width: 66.666%;
}

.qu0 .cover {
  width: 100%;
  margin: 1.823vw 0 0;
}

.qu0 .sub {
  width: auto;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.qu0 .sub span {
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  position: relative;
  padding: 0;
  transition: all ease .5s;
}

.qu0 .sub span::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 0;
  height: 0.104vw;
  background: #F0870B;
  transition: all ease .5s;
}

.qu0 .sub.on span {
  color: #F0870B;
  padding: 0 0 0 0.521vw;
}

.qu0 .sub.on span::after {
  width: 0.26vw;
}

.qu0 .que_b {
  width: 100%;
  display: none;
}

.qu0 .que_b.on {
  display: block;
}

.qu0 .col {
  width: 100%;
  margin: 0 0 1.302vw;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
  padding: 0 1.823vw;
  position: relative;
  transition: all ease .5s;
}

.qu0 .col::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
  width: 0.104vw;
  height: 100%;
  background: #F0870B;
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s;
}

.qu0 .col.on::before {
  opacity: 1;
  visibility: visible;
}

.qu0 .type {
  width: 100%;
  padding: 1.302vw 0;
  position: relative;
  cursor: pointer;
  transition: all ease .5s;
}

.qu0 .col.on .type {
  border-bottom: 1px solid #E9E9E9;
}

.qu0 .type h6 {
  font-size: 0.938vw;
  font-weight: 600;
  color: #000000;
  transition: all ease .5s;
}

.qu0 .type .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.302vw;
  height: 1.302vw;
  background: #F0870B;
  border-radius: 50%;
  transition: all ease .5s;
}

.qu0 .type .btn::before,
.qu0 .type .btn::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 0.781vw;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease .5s;
}

.qu0 .type .btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qu0 .col.on .type .btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.qu0 .details {
  width: 100%;
  padding: 1.563vw 0;
  display: none;
}

.qu0 .details p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}

/* 资料下载 */
.do0 {
  width: 100%;
  padding: 6.25vw 16.667vw;
  position: relative;
  background: #F8F8F8;
}

.do0 .choose_b {
  width: 100%;
  margin: 1.563vw 0 0;
}

.do0 .choose {
  margin: 0 1.302vw;
}

.do0 .row {
  margin: 2.083vw 0 0;
}

.do0 .col {
  width: 23.5%;
  margin: 0 0 1.563vw;
  padding: 1.563vw;
  background: #FFFFFF;
  position: relative;
  transition: all ease .5s;
}

.do0 .col::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 4.167vw;
  height: 4.167vw;
  background: linear-gradient(225deg, #F8F8F8 50%, #EBEFF3 50%);
  pointer-events: none;
  transition: all ease .5s;
}

.do0 .col:hover {
  background: #00479B;
}

.do0 .col:hover::after {
  background: linear-gradient(225deg, #F8F8F8 50%, #00479B 50%);
}

.do0 .pic {
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 85%;
  pointer-events: none;
  transition: all ease .5s;
}

.do0 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.do0 .intr h6 {
  max-width: 60%;
  min-height: 3.646vw;
  font-size: 0.833vw;
  font-weight: 600;
  color: #00479B;
  line-height: 1.5;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: all ease .5s;
}

.do0 .intr p {
  font-size: 0.729vw;
  font-weight: 400;
  color: #00479B;
  margin: 1.563vw 0 0;
  transition: all ease .5s;
}

.do0 .date {
  font-size: 0.729vw;
  font-weight: 400;
  color: #00479B;
  margin: 4.167vw 0 0;
  transition: all ease .5s;
}

.do0 .download {
  position: absolute;
  right: 1.042vw;
  bottom: 1.563vw;
  z-index: 5;
}

.do0 .col:hover .intr h6,
.do0 .col:hover .intr p,
.do0 .col:hover .date {
  color: #ffffff;
}

/* 售后服务 */
.af0 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
}

.af0 .row {
  margin: 2.083vw 0 0;
}

.af0 .col {
  width: 23%;
  padding: 6.25vw 1.042vw 3.385vw;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.07);
  position: relative;
  transition: all ease .5s;
}

.af0 .col::after {
  content: "";
  position: absolute;
  right: -1.823vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: 0.521vw solid transparent;
  border-left-color: #00479B;
}

.af0 .col:nth-child(4n)::after {
  display: none;
}

.af0 .intr {
  width: 100%;
  text-align: center;
  transition: all ease .5s;
}

.af0 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  position: relative;
  z-index: 5;
  transition: all ease .5s;
}

.af0 .intr h6>span {
  font-size: 5.885vw;
  font-family: "Poppins";
  font-weight: bold;
  color: #00479B;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.05;
  transition: all ease .5s;
}

.af0 .intr p {
  max-width: 130px;
  width: 100%;
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  margin: 2.865vw auto 0;
  transition: all ease .5s;
}

.af0 .intr b {
  color: #F0870B;
}

.af1 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  background: #F8F8F8;
  position: relative;
}

.af1 .box_l {
  width: 20%;
}

.af1 .box_r {
  width: 74%;
}

.af1 .intr {
  width: 100%;
  transition: all ease .5s;
}

.af1 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}

.af2 {
  width: 100%;
  padding: 6.25vw 0 6.25vw 12.5vw;
  position: relative;
}

.af2 .tit_b,
.af2 .cover {
  padding: 0 12.5vw 0 0;
}

.af2 .cover {
  width: 100%;
  margin: 1.563vw 0 0;
}

.af2 .sub {
  width: auto;
  margin: 0 1.302vw;
  cursor: pointer;
  transition: all ease .5s;
}

.af2 .sub span {
  font-size: 0.833vw;
  font-weight: 600;
  color: #C2C2C2;
  transition: all ease .5s;
}

.af2 .sub.on span {
  color: #000000;
}

.af2 .row {
  margin: 3.125vw 0 0;
}

.af2 .swiper_b {
  width: 100%;
  display: none;
}

.af2 .swiper_b.on {
  display: block;
}

.af2 .swiper-slide {
  width: 15.625vw !important;
}

.af2 .col {
  width: 100%;
  background: #f7f7f7;
  text-align: center;
  padding: 2.083vw;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.af2 .pic img {
  width: 6.25vw;
  transition: all ease .5s;
}

.af2 .intr {
  width: 100%;
  margin: 1.042vw 0 0;
}

.af2 .intr p {
  font-size: 0.833vw;
  color: #666666;
  transition: all ease .5s;
}

.af2 .mold {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s;
}

.af2 .col:hover .mold {
  opacity: 1;
  visibility: visible;
}

.af2 .mold .event {
  margin: 0 0.26vw;
}

.af2 .swiper-pagination {
  position: relative;
  left: initial;
  bottom: initial;
  width: 100%;
  height: 2px;
  background: #ededed;
  margin: 2.083vw 0 0;
  transition: all ease .5s;
}

.af2 .swiper-pagination-progressbar-fill {
  background: #1a1a1a;
}

.event {
  width: 2.604vw;
  height: 2.604vw;
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease .5s;
}

.event i {
  font-size: 1.042vw;
  color: #ffffff;
  transition: all ease .5s;
}

/* 关于我们 */
.ab0 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
  overflow: hidden;
  background-image: url(../img/ab0-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.ab0 .row {
  margin: 3.125vw 0 0;
}

.ab0 .pic {
  width: 50%;
}

.ab0 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ab0 .intr {
  width: 46%;
}

.ab0 .intr p {
  font-size: 0.833vw;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}

.ab1 {
  width: 100%;
  padding: 0 12.5vw 6.25vw;
  position: relative;
}


.ab1 .row {
  margin: 3.125vw 0 0;
}

.ab1 .col {
  width: 25%;
  background: #F4F4F6;
  padding: 3.125vw 3.125vw;
  transition: all ease .5s;
}

.ab1 .col:hover {
  transform: translateY(-10px);
}

.ab1 .col:nth-child(2n) {
  background: #00479B;
}

.ab1 .pic img {
  width: 1.302vw;
  height: 1.302vw;
  transition: all ease .5s;
}

.ab1 .intr {
  width: 100%;
  margin: 0.781vw 0 0;
  transition: all ease .5s;
}

.ab1 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  transition: all ease .5s;
}

.ab1 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin: 0.26vw 0 0;
  transition: all ease .5s;
}

.ab1 .col:nth-child(2n) .intr h6,
.ab1 .col:nth-child(2n) .intr p {
  color: #ffffff;
}

.ab2 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
  overflow: hidden;
  background-image: url(../img/ab2-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ab2 .row {
  margin: 3.125vw 0 0;
  position: relative;
}

.ab2 .swiper::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #E9EAEF;
  transition: all ease .5s;
}

.ab2 .swiper-slide {
  padding: 7.813vw 0;
}

.ab2 .col {
  width: 100%;
  position: relative;
  padding: 0 0 0 5.208vw;
  transition: all ease .5s;
}

.ab2 .dot {
  width: 1.458vw;
  height: 1.458vw;
  margin: 0 0 0 1.042vw;
  background: #ffffff;
  border-radius: 50%;
  border: 0.417vw solid #E5E5E5;
  position: relative;
  transition: all ease .5s;
}

.ab2 .swiper-slide-active .dot {
  border: 0.417vw solid #00479B;
}

.ab2 .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  z-index: -1;
  width: 0.104vw;
  height: 2.604vw;
  background: #E5E5E5;
  transition: all ease .5s;
}

.ab2 .swiper-slide:nth-child(2n) .dot::before {
  bottom: auto;
  top: 0%;
}

.ab2 .swiper-slide-active .dot::before {
  background: #00479B;
}

.ab2 .intr {
  position: absolute;
  left: 5.208vw;
  bottom: 100%;
  width: 180%;
  margin: 0 0 3.646vw 1.042vw;
  z-index: 5;
  transition: all ease .5s;
}

.ab2 .swiper-slide:nth-child(2n) .intr {
  bottom: auto;
  top: 100%;
  margin: 3.646vw 0 0 1.042vw;
}

.ab2 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all ease .5s;
}

.ab2 .intr p {
  font-size: 0.833vw;
  font-weight: 100;
  color: #000000;
  line-height: 1.5;
  margin: 0.521vw 0 0;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all ease .5s;
}

.ab3 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
}


.ab3 .row {
  margin: 3.125vw 0 0;
}

.ab3 .col {
  width: 25%;
  padding: 4.167vw 1.563vw;
  background: #FFFFFF;
  box-shadow: none;
  border: 1px solid #E6E5E5;
  position: relative;
  transition: all ease .5s;
}

.ab3 .col:hover {
  box-shadow: 0px 3px 20px 1px rgba(0, 71, 155, 0.17);
  border: 1px solid #00479B;
  z-index: 5;
}

.ab3 .pic img {
  width: 2.604vw;
  height: 2.604vw;
  transition: all ease .5s;
}

.ab3 .intr {
  width: 100%;
  text-align: center;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}

.ab3 .intr h6 {
  max-width: 220px;
  width: 100%;
  min-height: 3.646vw;
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  margin: 0 auto;
  transition: all ease .5s;
}

.ab3 .col:hover .intr h6 {
  color: #00479B;
}

.ab3 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  margin: 1.563vw 0 0;
  transition: all ease .5s;
}


.ab4 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
  overflow: hidden;
  background-image: url(../img/ab4-bj.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


.ab4 .row {
  margin: 3.125vw 0 0;
}

.ab4 .box_l {
  width: 48%;
}

.ab4 .box_r {
  width: 30%;
  position: relative;
}

.ab4 .pic {
  width: 100%;
}

.ab4 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ab4 .intr {
  width: 100%;
  margin: 1.302vw 0 0;
}

.ab4 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  transition: all ease .5s;
}

.ab4 .swiper-slide {
  width: 250px !important;
  transition: all ease .5s;
}


.ab5 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
  overflow: hidden;
  background-image: url(../img/ab5-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ab5 .row {
  margin: 3.125vw 0 0;
  position: relative;
}

.ab5 .col {
  width: 24%;
  transition: all ease .5s;
}

.ab5 .pic img {
  width: 2.344vw;
  height: 2.344vw;
  transition: all ease .5s;
}

.ab5 .intr {
  width: 100%;
  text-align: center;
  margin: 1.302vw 0 0;
  transition: all ease .5s;
}

.ab5 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  transition: all ease .5s;
}

.ab5 .intr p {
  font-size: 0.938vw;
  font-weight: 400;
  color: #666666;
  margin: 0.521vw 0 0;
  transition: all ease .5s;
}

.ab5 .img img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ab6 {
  width: 100%;
  padding: 0 12.5vw 6.25vw;
  position: relative;
}

.ab6 .tit_b p {
  max-width: 960px;
  width: 100%;
  margin: 1.042vw auto 0px;
}

.ab6 .row {
  margin: 2.604vw 0 0;
  position: relative;
}

.ab6 .swiper-slide {
  padding: 1px;
}

.ab6 .col {
  width: 100%;
  background: #FFFFFF;
  padding: 0 1.302vw;
  border: 1px solid #E6E5E5;
  transition: all ease .5s;
}

.ab6 .col:hover {
  background: #00479B;
}

.ab6 .pic {
  width: 100%;
  padding: 3.125vw 1.302vw;
  transition: all ease .5s;
}

.ab6 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ab6 .intr {
  width: 100%;
  padding: 1.042vw;
  border-top: 1px solid #E5E5E5;
  text-align: center;
  transition: all ease .5s;
}

.ab6 .col:hover .intr {
  border-top: 1px solid #ffffff;
}

.ab6 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  transition: all ease .5s;
}

.ab6 .col:hover .intr p {
  color: #ffffff;
}


/* 信息速递 */
.ne0 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
}

.ne0 .col {
  width: 32%;
  margin: 0 0 2.604vw;
  transition: all ease .5s;
}

.ne0 .pic {
  width: 100%;
  overflow: hidden;
  transition: all ease .5s;
}

.ne0 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ne0 .col:hover .pic img {
  transform: scale(1.05);
}

.ne0 .intr {
  width: 100%;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}

.ne0 .intr h6 {
  font-size: 0.938vw;
  font-weight: 600;
  color: #000000;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 0 0.781vw;
  transition: all ease .5s;
}

.ne0 .col:hover .intr h6 {
  color: #00479B;
}

.ne0 .intr p {
  min-height: 2.344vw;
  font-size: 0.833vw;
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all ease .5s;
}

.ne0 .intr .date {
  font-size: 0.833vw;
  color: #A8A8A8;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.ne0 .learn_h {
  opacity: 0;
  margin: 2.083vw 0 0;
}

.ne0 .col:hover .learn_h {
  opacity: 1;
}

.ne1 {
  width: 100%;
  margin: 8.333vw 0 0;
  padding: 3.125vw 12.5vw 6.25vw;
  position: relative;
  background: #F5F5F5;
}

.back {
  width: 100%;
  transition: all ease .5s;
}

.back span,
.back i {
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  transition: all ease .5s;
}

.ne1 .row {
  margin: 2.083vw 0 0;
}

.ne1 .card {
  width: 100%;
  padding: 5.208vw 2.604vw;
  background: #ffffff;
  position: relative;
}

.ne1 .name {
  width: 100%;
  text-align: center;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.ne1 .name h6 {
  font-size: 0.938vw;
  font-weight: 600;
  color: #000000;
  transition: all ease .5s;
}

.ne1 .admin {
  width: 100%;
  text-align: center;
  transition: all ease .5s;
}

.ne1 .admin span {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  transition: all ease .5s;
}

.ne1 .editor {
  width: 100%;
  margin: 3.125vw 0;
}

.ne1 .editor p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}

.ne1 .listpage {
  border-top: 4px solid #00479B;
  padding: 3.125vw 0 0;
}

/* 群创授权代理 */
.ac0 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
  overflow: hidden;
  background-image: url(../img/ac2-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ac0 .pic {
  width: 44%;
}

.ac0 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ac0 .intr {
  width: 55%;
}

.ac0 .tit_b {
  margin: 0 0 0.521vw;
}

.ac0 .grow {
  width: 100%;
  margin: 0 0 0.26vw;
}

.ac0 .grow span {
  display: inline-block;
  width: 9.375vw;
  background: #00479B;
  padding: 0.521vw 1.302vw;
  font-size: 0.833vw;
  font-weight: 400;
  color: #FFFFFF;
  transition: all ease .5s;
}

.ac0 .grow p {
  width: calc(100% - 10.938vw);
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}

.ac1 {
  width: 100%;
  padding: 6.25vw 26.042vw;
  position: relative;
  overflow: hidden;
  background-image: url(../img/ac1-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ac1 .tit_b p {
  max-width: 600px;
  width: 100%;
  margin: 1.042vw auto 0;
}

.ac1 .row {
  margin: 2.083vw 0 0;
}

.ac1 .col {
  width: 32%;
  position: relative;
  padding: 4.167vw 2.865vw;
  background: #FFFFFF;
  border-top: 7px solid #00479B;
  transition: all ease .5s;
}

.ac1 .col:hover {
  transform: translateY(-10px);
}

.ac1 .pic img {
  width: 2.344vw;
  height: 2.344vw;
  transition: all ease .5s;
}

.ac1 .intr {
  width: 100%;
  text-align: center;
  margin: 0.521vw 0 0;
  transition: all ease .5s;
}

.ac1 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  transition: all ease .5s;
}

.ac1 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
  margin: 0.781vw 0 0;
  transition: all ease .5s;
}

.ac2 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  overflow: hidden;
  background-image: url(../img/ac2-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ac2 .pic {
  width: 50%;
}

.ac2 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ac2 .intr {
  width: 46%;
}




.ac3 {
  width: 100%;
  padding: 6.25vw 14.583vw;
  position: relative;
  background: #FAFAFA;
}

.ac3 .tit_b p {
  max-width: 760px;
  width: 100%;
  margin: 1.042vw auto 0;
}

.ac3 .row {
  margin: 2.083vw 0 0;
}

.ac3 .col {
  width: 27%;
  position: relative;
  padding: 2.865vw 2.604vw;
  background: #FFFFFF;
  border-left: 4px solid #00479B;
  transition: all ease .5s;
}

.ac3 .col:hover {
  transform: translateY(-10px);
}

.ac3 .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.ac3 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #000000;
  margin: 0 0 0.781vw;
  transition: all ease .5s;
}

.ac3 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}

.ac3 .intr .dot {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.042vw;
  height: 1.042vw;
  background: #ffffff;
  border-radius: 50%;
  border: 0.313vw solid #00479B;
  transition: all ease .5s;
}


.ac4 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  position: relative;
  overflow: hidden;
  background-image: url(../img/ac4-bj.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.ac4 .tit_b p {
  max-width: 760px;
  width: 100%;
  margin: 1.042vw auto 0;
}

.ac4 .row {
  margin: 2.083vw 0 0;
}

.ac4 .pic {
  width: 100%;
  transition: all ease .5s;
}

.ac4 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ac4 .intr {
  width: 100%;
  transition: all ease .5s;
}

.ac4 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #00479B;
  margin: 1.823vw 0 0.521vw;
  transition: all ease .5s;
}

.ac4 .intr p {
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  transition: all ease .5s;
}


.ab2 .s_btn,
.ab4 .s_btn,
.ab5 .s_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.ab2 .prev,
.ab4 .prev,
.ab5 .prev {
  left: -4.167vw;
}

.ab2 .next,
.ab4 .next,
.ab5 .next {
  right: -4.167vw;
}


.fo0 {
  width: 100%;
  padding: 6.25vw 12.5vw;
  background: #F5F5F5;
}

.fo0 .row {
  margin: 2.083vw 0 0;
}

.fo0 .form {
  width: 100%;
  padding: 2.083vw 8.333vw;
  background: #ffffff;
  transition: all ease .5s;
}

.fo0 .btnk_b {
  width: 100%;
  transition: all ease .5s;
}

.fo0 .label {
  display: inline-block;
  margin: 0 0 1.563vw;
  transition: all ease .5s;
}

.label_4 {
  width: 24%;
}

.fo0 label h6 {
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  margin: 0 0 0.521vw;
  transition: all ease .5s;
}

.fo0 label .input {
  width: 100%;
  height: 2.604vw;
  background: #F5F5F5;
  padding: 0 0.781vw;
  color: #000000;
  transition: all ease .5s;
}

.fo0 .check_b {
  width: 100%;
  margin: 0 0 1.563vw;
  transition: all ease .5s;
}

.fo0 .check_b label {
  display: inline-block;
  margin: 0 2.604vw 0 0;
  transition: all ease .5s;
}

.fo0 .check_b .checkbox {
  margin: 0 0.26vw 0 0;
}

.fo0 .check_b h6 {
  width: 6.25vw;
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  display: inline-block;
  transition: all ease .5s;
}

.fo0 .check_b span {
  font-size: 0.833vw;
  font-weight: 400;
  color: #000000;
  transition: all ease .5s;
}

.Pop_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}

.Pop_bg.on {
  opacity: 1;
  visibility: visible;
}


.Pop_video {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 105;
  width: 60vw;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}

.Pop_video.on {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.Pop_video .close {
  position: absolute;
  top: -2.083vw;
  right: -2.083vw;
  z-index: 105;
  cursor: pointer;
  transition: all ease .5s;
}

.Pop_video .close i {
  font-weight: bold;
  font-size: 1.563vw;
  color: #ffffff;
  transition: all ease .5s;
}

.Pop_video .video {
  width: 100%;
  transition: all ease .5s;
}

.Pop_video video {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.err-input {
  border: 1px solid #F0870B !important;
}



.Pop_down {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 105;
  max-width: 400px;
  width: 80%;
  padding: 40px 20px;
  background: #009944;
  padding: 25px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}

.Pop_down.on {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.Pop_down .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 105;
  cursor: pointer;
  transition: all ease .5s;
}

.Pop_down .close i {
  font-weight: bold;
  font-size: 1.563vw;
  color: #ffffff;
  transition: all ease .5s;
}

.Pop_down .downb {
  width: 100%;
  text-align: center;
  transition: all ease .5s;
}

.Pop_down .downb p {
  font-size: 20px;
  color: #ffffff;
  transition: all ease .5s;
}