@charset "UTF-8";
@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
@font-face {
  font-family: "popB";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "popR";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "popM";
  src: url(../fonts/Poppins-Medium.ttf);
}
.gdt2::-webkit-scrollbar-thumb {
  background: #3366CC;
}

body::-webkit-scrollbar {
  display: none;
}

.popB {
  font-family: "popB";
}

.popR {
  font-family: "popR";
}

.popM {
  font-family: "popM";
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

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

.block {
  display: block;
}

.a_dw {
  position: relative;
  top: 76px;
}

.preview_img, .bofang {
  cursor: pointer;
}

.my-time {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-time::before, .my-time::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times::before, .my-times::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times * {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times *::before, .my-times *::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2010;
  border-radius: 2px;
  background: #000;
}

.liuyan_tanchuang .lox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}

.liuyan_tanchuang .ico {
  width: 24px;
}

.liuyan_tanchuang .out {
  width: 20px;
  cursor: pointer;
  margin-top: 2px;
}

.liuyan_tanchuang .wz {
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 0 10px;
}

.groui-select {
  margin-right: 15px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.groui-select.select-active .select-options {
  visibility: visible;
  -webkit-animation-name: selectIn;
  -moz-animation-name: selectIn;
  -o-animation-name: selectIn;
  animation-name: selectIn;
}

.groui-select.select-active .select-label-input {
  box-shadow: 0 0 0 1px #3366CC inset;
}

.groui-select.select-active .select-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.groui-select .select-container {
  position: relative;
}

.groui-select .select-label-input {
  width: 240px;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: 0 0 0 1px #e4e7ed inset;
  background-color: #fff;
  border-radius: 4px;
  line-height: 2.5;
  padding: 0 30px 0 15px;
  font-size: inherit;
  -webkit-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}

.groui-select .select-icon {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 12px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.groui-select .select-options {
  visibility: hidden;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  min-width: 100%;
  left: 0;
  z-index: 9;
  padding: 10px 0;
  border-radius: 4px;
  top: 100%;
  max-height: 200px;
  border: solid 1px #e4e7ed;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.groui-select .select-options::-webkit-scrollbar {
  width: 2px;
}

.groui-select .select-options::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #3366CC;
}

.groui-select .select-option {
  padding: 0 10px;
  line-height: 2.4285714286;
  cursor: pointer;
  display: block;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.groui-select .select-option:hover, .groui-select .select-option.select-option-active {
  background-color: #3366CC;
  color: #fff;
}

.my-img-active {
  cursor: pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-toggle2.my-img-target, .my-img-toggle2 .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle2.my-img-target img, .my-img-toggle2 .my-img-target img {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle2.my-img-target img:nth-child(2), .my-img-toggle2 .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle2:not(.my-img-not).active.my-img-target img:nth-child(1), .my-img-toggle2:not(.my-img-not).active .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle2:not(.my-img-not).active.my-img-target img:nth-child(2), .my-img-toggle2:not(.my-img-not).active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle.my-img-target img:nth-child(3), .my-img-toggle .my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(3) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-toggle {
  position: relative;
}

.my-toggle > .my-toggle-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.5s, z-index 1s ease-in;
  -o-transition: all 0.5s, z-index 1s ease-in;
  -moz-transition: all 0.5s, z-index 1s ease-in;
  transition: all 0.5s, z-index 1s ease-in;
}

.my-toggle > .my-toggle-item.active {
  position: relative;
  -webkit-transition: 0.5s all 0.5s, z-index 0s;
  -o-transition: 0.5s all 0.5s, z-index 0s;
  -moz-transition: 0.5s all 0.5s, z-index 0s;
  transition: 0.5s all 0.5s, z-index 0s;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.my-main img, .my-main video {
  -o-object-fit: cover;
  object-fit: cover;
}

.my-main a {
  color: inherit;
}

.my-main input, .my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

.my-main textarea {
  resize: none;
  font-family: "微软雅黑";
}

.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}

.my-modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.my-modal .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  padding: 5vh 15px;
}

.my-modal .modal-main {
  position: relative;
  max-width: 100%;
}

.my-modal .modal-close {
  position: absolute;
  top: 0;
  right: -33px;
  width: 18px;
}

.my-modal .modal-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-sidebar {
  position: fixed;
  right: 0.28rem;
  bottom: 10vh;
  z-index: 1000;
  -webkit-transform: translate3d(200%, 0, 0);
  -moz-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.my-sidebar.show {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.my-sidebar .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3E72DA;
  padding: 23px 0;
  border-radius: 24px;
}

.my-sidebar .item {
  width: 20px;
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 14px;
}

.my-sidebar .item:hover .item-pop {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  pointer-events: auto;
  opacity: 1;
}

.my-sidebar .item-pop {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate3d(-5%, -50%, 0);
  -moz-transform: translate3d(-5%, -50%, 0);
  transform: translate3d(-5%, -50%, 0);
  pointer-events: none;
  opacity: 0;
}

.my-sidebar .item-pop-container {
  padding-right: 10px;
}

.my-sidebar .item-pop-container img {
  width: 80px;
  max-width: initial;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 3px;
  background-color: #fff;
}

.my-sidebar .item-tel {
  font-size: 16px;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 50px;
  background-color: #3366CC;
  color: #fff;
  white-space: nowrap;
}

.my-sidebar .item-tel:hover {
  text-decoration: underline;
}

.my-sidebar .item:hover > img {
  opacity: 0.5;
}

.my-sidebar .item + .item {
  margin-top: 0.3rem;
}

.my-sidebar .back {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
}

.my-sidebar .back:hover {
  background-color: #3366CC;
}

.my-sidebar .back span {
  width: 10px;
}

.my-cookie {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400000;
  background-color: rgba(0, 0, 0, 0.5);
}

.my-cookie .cookie-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0.25rem 0.5rem 0.4rem;
}

.my-cookie .cookie-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.my-cookie .cookie-title {
  line-height: 1.3125;
  margin-bottom: 0.21rem;
}

.my-cookie .cookie-text {
  line-height: 1.2857142857;
  color: #999;
}

.my-cookie .cookie-btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 1.28rem;
}

.my-cookie .cookie-btn {
  line-height: 3.75;
  padding: 0 0.38rem;
  border-radius: 50px;
  background-color: #3366CC;
  color: #fff;
  cursor: pointer;
}

.my-cookie .cookie-btn + .cookie-btn {
  margin-left: 10px;
}

.my-cookie .cookie-btn:hover {
  background-color: #517CD3;
}

.my-more, .my-more2 {
  display: inline-block;
  line-height: 3.75;
  padding: 0 0.26rem 0 0.38rem;
  background-color: #3366CC;
  border-radius: 60px;
}

.my-more .more-text, .my-more2 .more-text {
  color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-more .more-icon, .my-more2 .more-icon {
  width: 2.5625em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.11rem;
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-more.status1, .my-more2.status1 {
  box-shadow: 0 0 0 1px #fff inset;
}

.my-more:hover .more-icon {
  -webkit-transform: translate3d(25%, 0, 0);
  -moz-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}

.my-more2:hover {
  background-color: #517CD3;
}

.my-swiper-button.status1 .swiper-button {
  border-color: #d3d3d3;
}

.my-swiper-button.status1 .swiper-button::after {
  color: #d3d3d3;
}

.my-swiper-button.status1 .swiper-button:hover {
  background-color: #3366CC;
  border-color: #3366CC;
}

.my-swiper-button.status1 .swiper-button:hover::after {
  color: #fff;
}

.my-swiper-button .swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.my-swiper-button .swiper-button::after {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}

.my-swiper-button .swiper-button:hover {
  background-color: #fff;
}

.my-swiper-button .swiper-button:hover::after {
  color: #3366CC;
}

.my-swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}

.my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 10px;
}

.my-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.my-swiper-pagination.status1 .swiper-pagination-bullet {
  background-color: #D9D9D9;
}

.my-swiper-pagination.status1 .swiper-pagination-bullet-active {
  background-color: #3366CC;
}

.my-box {
  max-width: 1680px;
}

.my-breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.my-breadcrumb .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 4.2222222222;
}

.my-breadcrumb .nav-item {
  position: relative;
}

.my-breadcrumb .nav-item + .nav-item {
  margin-left: 1.2rem;
}

.my-breadcrumb .nav-item s {
  position: absolute;
  width: 0;
  height: 0.04rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  background: -webkit-linear-gradient(left, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  background: -moz-linear-gradient(left, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  background: -o-linear-gradient(left, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  background: linear-gradient(90deg, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  border-radius: 4px;
}

.my-breadcrumb .nav-item:hover, .my-breadcrumb .nav-item.active {
  color: #3366CC;
}

.my-breadcrumb .nav-item:hover s, .my-breadcrumb .nav-item.active s {
  width: 100%;
}

.my-breadcrumb .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-breadcrumb .li-icon {
  width: 0.375em;
  margin: 0 0.2rem;
}

.my-breadcrumb a.li {
  color: #999;
}

.my-breadcrumb a.li:hover {
  color: #3366CC;
}

.my-breadcrumb span.li {
  color: #3366CC;
}

.my-list1 .item {
  padding: 0.53rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.my-list1 .item:first-child {
  padding-top: 0;
}

.my-list1 .item:hover .item-title {
  color: #3366CC;
}

.my-list1 .item-img {
  border-radius: 0.1rem;
  width: 35.7142857143%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 4.7619047619%;
}

.my-list1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.my-list1 .item-time {
  line-height: 1.75;
  margin-bottom: 0.13rem;
}

.my-list1 .item-title {
  line-height: 1.3571428571;
  margin-bottom: 0.12rem;
}

.my-list1 .item-text {
  line-height: 1.625;
  color: #999;
  margin-bottom: 0.5rem;
}

/*header.active + main {*/
/*  padding-top: 100px;*/
/*}*/
main.active{
    padding-top: 100px;
}
/*header.active {*/
/*  position: sticky;*/
/*  left: 0;*/
/*  top: 0;*/
/*  z-index: 1000;*/
/*}*/
/*header.active .header {*/
/*  position: relative;*/
/*}*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) -29%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) -29%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) -29%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -29%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header.active1 .nav {
  -webkit-transform: translate3d(0, -0.75em, 0);
  -moz-transform: translate3d(0, -0.75em, 0);
  transform: translate3d(0, -0.75em, 0);
}

.header.active1 .nav-select {
  opacity: 1;
}

.header.active1 .nav-item:first-child {
  margin-left: 0;
}

.header.active1 .nav-item:nth-child(4) {
  margin-right: 0;
}

.header.active1 .nav-item:not(:nth-child(-n+4)) {
  display: none;
}

.header.active, .header:not(.active1):hover, .header.active2 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.header.active::before, .header:not(.active1):hover::before, .header.active2::before {
  opacity: 0;
}

.header.active .logo img:nth-child(1), .header:not(.active1):hover .logo img:nth-child(1), .header.active2 .logo img:nth-child(1) {
  opacity: 0;
}

.header.active .logo img:nth-child(2), .header:not(.active1):hover .logo img:nth-child(2), .header.active2 .logo img:nth-child(2) {
  opacity: 1;
}

.header.active .nav, .header:not(.active1):hover .nav, .header.active2 .nav {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.header.active .nav-item:not(:nth-child(-n+4)), .header:not(.active1):hover .nav-item:not(:nth-child(-n+4)), .header.active2 .nav-item:not(:nth-child(-n+4)) {
  display: block;
}

/* .header.active .nav-item:first-child, .header:not(.active1):hover .nav-item:first-child, .header.active2 .nav-item:first-child {
  margin-left: 0.3rem;
} */

/* .header.active .nav-item:nth-child(4), .header:not(.active1):hover .nav-item:nth-child(4), .header.active2 .nav-item:nth-child(4) {
  margin-right: 0.3rem;
} */

.header.active .nav-item s, .header:not(.active1):hover .nav-item s, .header.active2 .nav-item s {
  opacity: 1;
}

.header.active .nav-link, .header:not(.active1):hover .nav-link, .header.active2 .nav-link {
  color: #000;
}

.header.active .nav-select, .header:not(.active1):hover .nav-select, .header.active2 .nav-select {
  bottom: 0;
  background-color: transparent;
  display: none;
}

.header.active .item:hover .item-img img:nth-child(2), .header:not(.active1):hover .item:hover .item-img img:nth-child(2), .header.active2 .item:hover .item-img img:nth-child(2) {
  opacity: 0;
}

.header.active .item-text, .header:not(.active1):hover .item-text, .header.active2 .item-text {
  color: #000;
}

.header.active .item-line, .header:not(.active1):hover .item-line, .header.active2 .item-line {
  background-color: rgba(0, 0, 0, 0.4);
}

.header.active .item-img img:nth-child(1), .header:not(.active1):hover .item-img img:nth-child(1), .header.active2 .item-img img:nth-child(1) {
  opacity: 0;
}

.header.active .item-img img:nth-child(2), .header:not(.active1):hover .item-img img:nth-child(2), .header.active2 .item-img img:nth-child(2) {
  opacity: 1;
}

.header.active .nav-link {
  line-height: 76px;
  position: relative;
}

.header.active .nav-menu {
  top: 76px;
  
}

.header:not(.active1) .nav-item:hover .nav-child, .header.active1.active .nav-item:hover .nav-child {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  pointer-events: auto;
  opacity: 1;
}

.header:not(.active1) .nav-item:hover .nav-menu, .header.active1.active .nav-item:hover .nav-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  pointer-events: auto;
  opacity: 1;
}

.header .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1688px;
}

.header .logo {
  width: 16.25em;
  position: absolute;
  left: 0;
}

.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header .nav-select {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  bottom: 1em;
  background-color: #437BE6;
  overflow: hidden;
  border-radius: 50px;
  opacity: 0;
}

.header .nav-select s {
  position: absolute;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(right, #437BE6, #6CE6FF 25%, #DCF9FF 50%, #6CE6FF 70%, #437BE6);
  background: -moz-linear-gradient(right, #437BE6, #6CE6FF 25%, #DCF9FF 50%, #6CE6FF 70%, #437BE6);
  background: -o-linear-gradient(right, #437BE6, #6CE6FF 25%, #DCF9FF 50%, #6CE6FF 70%, #437BE6);
  background: linear-gradient(270deg, #437BE6, #6CE6FF 25%, #DCF9FF 50%, #6CE6FF 70%, #437BE6);
  width: 8em;
  left: 2em;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.header .nav-item {
  position: relative;
  /*margin: 0 0.3rem;*/
  padding: 0 .3rem;
}

.header .nav-item:hover s, .header .nav-item.active s {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.header .nav-item:hover .nav-link, .header .nav-item.active .nav-link {
  color: #3366CC;
}

.header .nav-item s {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 50px;
  background: -webkit-linear-gradient(left, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  background: -moz-linear-gradient(left, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  background: -o-linear-gradient(left, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  background: linear-gradient(90deg, #437BE6 0%, #89BAEE 17.76%, #CFF9F7 42.94%, #CFF9F7 51.82%, #89BAEE 75.91%, #437BE6 100%);
  bottom: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}

.header .nav-link {
  line-height: 100px;
  color: #fff;
}

.header .nav-child {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -20px, 0);
  -moz-transform: translate3d(-50%, -20px, 0);
  transform: translate3d(-50%, -20px, 0);
  pointer-events: none;
  opacity: 0;
}

.header .nav-child-container {
  border-radius: 0 0 8px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.23rem;
}

.header .nav-links {
  white-space: nowrap;
  line-height: 1.3125;
  text-align: left;
  display: block;
}

.header .nav-links:hover {
  color: #3366CC;
}

.header .nav-links + .nav-links {
  margin-top: 0.2rem;
}

.header .nav-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 6.25em;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  pointer-events: none;
  opacity: 0;
}

.header .nav-menu-container {
  background-color: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header .nav-menu-select {
  width: 3.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.4rem;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.header .nav-menu-select-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2rem ;
}

.header .nav-menu-select-item:hover, .header .nav-menu-select-item.active {
  background-color: #3366CC;
}

.header .nav-menu-select-item:hover .nav-menu-select-title, .header .nav-menu-select-item.active .nav-menu-select-title {
  color: #fff;
}

.header .nav-menu-select-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.3125;
}

.header .nav-menu-select-icon {
  width: 0.875em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header .nav-menu-uls {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 0.35rem;
  padding-bottom: 0.47rem;
}

.header .nav-menu-ul {
  display: none;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .nav-menu-ul::after {
  width: 30.3%;
  position: relative;
  content: "";
  height: 0;
}

.header .nav-menu-ul.active {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav-menu-li {
  width: 49%;
  margin-bottom: 15px;
}

.header .nav-menu-li-title {
  line-height: 1.3125;
  padding-bottom: 0.13rem;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  display: block;
}
.header .nav-menu-li-title:hover{
    color: #3366CC;
    transition-duration: .6s;
}

.header .nav-menu-li-link {
  line-height: 1.3333333333;
  color: #888;
  margin-top: 0.1rem;
  display: block;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition-duration: .6s;

   -o-transition: all .2s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all .2s cubic-bezier(0.43, 0.195, 0.02, 1);
  -webkit-transition: all .2s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all .2s cubic-bezier(0.43, 0.195, 0.02, 1);

  
}

.header .nav-menu-li-link *{
   -o-transition: all .2s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all .2s cubic-bezier(0.43, 0.195, 0.02, 1);
  -webkit-transition: all .2s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all .2s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header .nav-menu-li-link:hover {
  color: #3366CC;
}

.header .nav-menu-li-link span:nth-child(1) {
  padding-right: 0.09rem;
}

.header .nav-menu-li-tip {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 0 9px;
  background-color: #FFF3E2;
  border-radius: 4px;
  color: #FF710C;
  zoom: 0.5;
}

.header .nav-menu-li-tip.status1 {
  background-color: rgba(51, 102, 204, 0.1);
  color: #3366CC;
}

.header .right {
  position: absolute;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .item-btn {
  line-height: 2.8571428571;
  padding: 0 0.32rem;
  background-color: #3366CC;
  color: #fff;
  border-radius: 50px;
  margin-right: 0.24rem;
  cursor: pointer;
}

.header .item-btn:hover {
  background-color: #517CD3;
}

.header .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header .item:hover .item-text {
  color: #3366CC;
}

.header .item:hover .item-img img:nth-child(1) {
  opacity: 0;
}

.header .item:hover .item-img img:nth-child(3) {
  opacity: 1;
}

.header .item-text {
  color: #fff;
  margin-left: 0.08rem;
}

.header .item-line {
  width: 1px;
  height: 1em;
  background-color: #fff;
  opacity: 0.4;
  margin: 0 0.2rem;
}

.header .item-img {
  width: 1.25em;
}

.header .item-child {
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 50%;
  padding-top: 10px;
  -webkit-transform: translate3d(-50%, 20px, 0);
  -moz-transform: translate3d(-50%, 20px, 0);
  transform: translate3d(-50%, 20px, 0);
  opacity: 0;
  pointer-events: none;
}

.header .item-child-contianer {
  border-radius: 6px;
  padding: 0.05rem 0;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.header .item-link {
  line-height: 1.5;
  min-width: 3.5em;
  padding: 0.08rem 0;
  text-align: center;
  white-space: nowrap;
  display: block;
  position: relative;
}

.header .item-link:hover {
  color: #3366CC;
}

.footer {
  background: url(../images_die/1.jpg) no-repeat center center/cover;
}

.footer .box {
  max-width: 1688px;
}

.footer .top {
  padding-top: 1rem;
  padding-bottom: 0.28rem;
}

.footer .top img{width:2.6rem;}

.footer .middle {
  padding-bottom: 0.3rem;
}

.footer .middle .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .middle .info {
  width: 23.125%;
}

.footer .middle .input {
  width: 100%;
  position: relative;
  margin-bottom: 0.4rem;
}

.footer .middle .input input {
  width: 100%;
  line-height: 3.6666666667;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0.11rem;
  padding-right: 0.8rem;
  border-radius: 4px;
  color: #fff;
}

.footer .middle .input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .middle .input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .middle .input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .middle .input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .middle .input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .middle .input span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #3366CC;
  padding: 0 0.2rem;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.footer .middle .input span:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.footer .middle .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .middle .item + .item {
  margin-top: 0.18rem;
}

.footer .middle .item-icon {
  width: 1.5625em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.2rem;
  margin-top: 0.25em;
}

.footer .middle .item-text {
  color: #fff;
  line-height: 1.75;
}

.footer .middle a.item-text:hover {
  text-decoration: underline;
}

.footer .middle .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.875%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .middle .nav-item {
  width: 20%;
  margin-bottom: 0.4rem;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer .middle .nav-link {
  display: block;
  color: #fff;
  line-height: 1.7857142857;
}

.footer .middle .nav-link:hover {
  text-decoration: underline;
}

.footer .middle .nav-link:nth-child(1) {
  line-height: 1.3;
  margin-bottom: 0.22rem;
}

.footer .bottom {
  background-color: #184192;
  padding: 0.2rem 0;
}

.footer .bottom .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .bottom .links {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .bottom .link {
  width: 30px;
}

.footer .bottom .link + .link {
  margin-left: 0.15rem;
}

.footer .bottom .link:hover {
  opacity: 0.7;
}

.footer .bottom p, .footer .bottom a {
  line-height: 1.2857142857;
  color: rgba(255, 255, 255, 0.5);
}

.footer .bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

.index .index-h1 {
  opacity: 0;
  position: absolute;
  z-index: 9;
}

.index .section1 .slide-pc {
  position: relative;
}

.index .section1 .slide-h5 {
  position: relative;
  display: none;
}

.index .section1 .slide-img1-text, .index .section1 .slide-img2-text {
  position: absolute;
  top: 0;
  left: 0;
}

.index .section1 .slide-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .slide-video-icon {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: none;
  z-index: 4;
}

.index .section1 .slide-content {
  position: absolute;
  z-index: 4;
}

.index .section1 .slide-content.status1 {
  bottom: 17.2631578947%;
  left: 0;
  right: 0;
}

.index .section1 .slide-content.status1 .box {
  max-width: 1680px;
}

.index .section1 .slide-content.status1 .slide-title {
  display: inline-block;
  color: #fff;
  -moz-text-align-last: justify;
  text-align-last: justify;
  line-height: 1.3125;
  margin-bottom: 0.16rem;
}

.index .section1 .slide-content.status1 .slide-text {
  line-height: 1.3333333333;
  color: #fff;
}

.index .section1 .slide-content.status2 {
  top: 50%;
  left: 26.0416666667%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 31.25%;
}

.index .section1 .slide-content.status2 .box {
  margin: 0;
  text-align: center;
}

.index .section1 .slide-content.status2 .slide-title {
  line-height: 1.3125;
  margin-bottom: 0.3rem;
}

.index .section1 .slide-content.status2 .slide-title span {
  color: #3377FF;
}

.index .section1 .slide-content.status2 .slide-text {
  line-height: 1.3333333333;
}

.index .section1 .swipers {
  position: absolute;
  left: 0;
  right: 0;
  top: 12.4210526316%;
}

.index .section1 .swipers-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.index .section1 .swipers-container .swiper {
  width: 75.8333333333%;
}

.index .section1 .swipers-container .swiper-slide {
  width: 60.5769230769%;
}

.index .section1 .swipers-container .slide-img3 {
  opacity: 0.5;
}

.index .section1 .swipers-container .swiper-slide-active .slide-img3 {
  opacity: 1;
}

.index .section1 .swipers-container .swiper-button {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

.index .section1 .swipers-container .swiper-button::after {
  color: #fff;
  font-size: 0.2rem;
}

.index .section1 .swipers-container .swiper-button:hover {
  background-color: #fff;
}

.index .section1 .swipers-container .swiper-button:hover::after {
  color: #3366CC;
}

.index .section1 .list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14%;
}

.index .section1 .item-title {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}

.index .section1 .item-text {
  line-height: 1.3125;
  color: #fff;
  text-align: center;
}

.index .section1 .pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 0.56rem;
  z-index: 3;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .section1 .pagination-button {
  cursor: pointer;
}

.index .section1 .button-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index .section1 .button-prev {
  margin-right: 0.25rem;
}

.index .section1 .pagination-text {
  font-size: 16px;
  color: #fff;
}

.index .section1 .pagination-progress {
  width: 1.9rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.13rem;
}

.index .section1 .pagination-progress.open.active s {
  width: 100%;
  -webkit-transition-duration: var(--time);
  -moz-transition-duration: var(--time);
  -o-transition-duration: var(--time);
  transition-duration: var(--time);
}

.index .section1 .pagination-progress s {
  display: inline-block;
  height: 2px;
  width: 0%;
  background-color: #fff;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.index .section1 .pagination-status {
  margin: 0 0.22rem;
  cursor: pointer;
}

.index .section2 {
  position: relative;
}

.index .section2 .title {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 11.1578947368%;
  z-index: 2;
}

.index .section2 .title-text1 {
  color: #3366CC;
  line-height: 1.3125;
  margin-bottom: 0.16rem;
}

.index .section2 .title-text2 {
  line-height: 1.3333333333;
}

.index .section2 .img {
  position: relative;
}

.index .section2 .imgs {
  position: relative;
}

.index .section2 .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.index .section2 .imgs img:nth-child(1) {
  position: relative;
}

.index .section2 .imgs img.active {
  opacity: 1;
}

.index .section2 .item {
  position: absolute;
  width: 2px;
  height: 2px;
  cursor: pointer;
}

.index .section2 .item:nth-child(1) {
  left: 21.875%;
  top: 45.8947368421%;
}

.index .section2 .item:nth-child(2) {
  left: 41.9270833333%;
  top: 37.8947368421%;
}

.index .section2 .item:nth-child(3) {
  left: 56.8020833333%;
  top: 53.7894736842%;
}

.index .section2 .item:nth-child(4) {
  left: 68.3854166667%;
  top: 38%;
}

.index .section2 .item:nth-child(5) {
  left: 70.3645833333%;
  top: 63.0526315789%;
}

.index .section2 .item:nth-child(6) {
  left: 54.0625%;
  top: 69.2631578947%;
}

.index .section2 .item:nth-child(7) {
  left: 37.7604166667%;
  top: 66.8421052632%;
}

.index .section2 .item:nth-child(8) {
  left: 46.25%;
  top: 47.1578947368%;
}

.index .section2 .item:nth-child(9) {
  left: 20.3645833333%;
  top: 66.8421052632%;
}

.index .section2 .item.status1 .item-dot {
  color: #fff;
}

.index .section2 .item.status1 .item-dot::before {
  background-image: url(../images_die/svg/7.svg);
}

.index .section2 .item-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 4.7857142857em;
  height: 4.7857142857em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #B5B5B5;
}

.index .section2 .item-dot span {
  position: relative;
}

.index .section2 .item-dot::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images_die/svg/8.svg) no-repeat center center/100% 100%;
}

.index .section2 .item-dot:hover::before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.index .section2 .item-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  white-space: nowrap;
  left: 2.5em;
  padding: 0 1em;
  line-height: 2.75;
  box-shadow: 0 0 0 1px #3366CC inset;
  border-radius: 50px;
  background-color: #F4F7FC;
  color: #3366CC;
  opacity: 0;
  pointer-events: none;
}

.index .section2 .list[data-index="0"] .item:nth-child(1) .item-dot, .index .section2 .list[data-index="0"] .item:nth-child(4) .item-dot, .index .section2 .list[data-index="0"] .item:nth-child(8) .item-dot {
  color: #fff;
}

.index .section2 .list[data-index="0"] .item:nth-child(1) .item-dot::before, .index .section2 .list[data-index="0"] .item:nth-child(4) .item-dot::before, .index .section2 .list[data-index="0"] .item:nth-child(8) .item-dot::before {
  background-image: url(../images_die/svg/7.svg);
}

.index .section2 .list[data-index="0"] .item:nth-child(1) .item-title, .index .section2 .list[data-index="0"] .item:nth-child(4) .item-title, .index .section2 .list[data-index="0"] .item:nth-child(8) .item-title {
  opacity: 1;
  pointer-events: auto;
}

.index .section2 .list[data-index="0"] .item:nth-child(8) .item-title {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 2.5em;
}

.index .section2 .list[data-index="1"] .item:nth-child(3) .item-dot, .index .section2 .list[data-index="1"] .item:nth-child(5) .item-dot, .index .section2 .list[data-index="1"] .item:nth-child(8) .item-dot {
  color: #fff;
}

.index .section2 .list[data-index="1"] .item:nth-child(3) .item-dot::before, .index .section2 .list[data-index="1"] .item:nth-child(5) .item-dot::before, .index .section2 .list[data-index="1"] .item:nth-child(8) .item-dot::before {
  background-image: url(../images_die/svg/7.svg);
}

.index .section2 .list[data-index="1"] .item:nth-child(3) .item-title, .index .section2 .list[data-index="1"] .item:nth-child(5) .item-title, .index .section2 .list[data-index="1"] .item:nth-child(8) .item-title {
  opacity: 1;
  pointer-events: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index .section2 .list[data-index="1"] .item:nth-child(3) .item-title {
  top: 2.5em;
}

.index .section2 .list[data-index="1"] .item:nth-child(5) .item-title, .index .section2 .list[data-index="1"] .item:nth-child(8) .item-title {
  top: auto;
  bottom: 2.5em;
}

.index .section2 .list[data-index="2"] .item:nth-child(3) .item-dot, .index .section2 .list[data-index="2"] .item:nth-child(4) .item-dot, .index .section2 .list[data-index="2"] .item:nth-child(8) .item-dot {
  color: #fff;
}

.index .section2 .list[data-index="2"] .item:nth-child(3) .item-dot::before, .index .section2 .list[data-index="2"] .item:nth-child(4) .item-dot::before, .index .section2 .list[data-index="2"] .item:nth-child(8) .item-dot::before {
  background-image: url(../images_die/svg/7.svg);
}

.index .section2 .list[data-index="2"] .item:nth-child(3) .item-title, .index .section2 .list[data-index="2"] .item:nth-child(4) .item-title, .index .section2 .list[data-index="2"] .item:nth-child(8) .item-title {
  opacity: 1;
  pointer-events: auto;
}

.index .section2 .list[data-index="2"] .item:nth-child(8) .item-title {
  left: auto;
  right: 2.5em;
}

.index .section2 .list[data-index="3"] .item:nth-child(3) .item-dot, .index .section2 .list[data-index="3"] .item:nth-child(4) .item-dot, .index .section2 .list[data-index="3"] .item:nth-child(8) .item-dot {
  color: #fff;
}

.index .section2 .list[data-index="3"] .item:nth-child(3) .item-dot::before, .index .section2 .list[data-index="3"] .item:nth-child(4) .item-dot::before, .index .section2 .list[data-index="3"] .item:nth-child(8) .item-dot::before {
  background-image: url(../images_die/svg/7.svg);
}

.index .section2 .list[data-index="3"] .item:nth-child(3) .item-title, .index .section2 .list[data-index="3"] .item:nth-child(4) .item-title, .index .section2 .list[data-index="3"] .item:nth-child(8) .item-title {
  opacity: 1;
  pointer-events: auto;
}

.index .section2 .list[data-index="3"] .item:nth-child(8) .item-title {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 2.5em;
}

.index .section2 .list[data-index="4"] .item:nth-child(5) .item-dot, .index .section2 .list[data-index="4"] .item:nth-child(4) .item-dot, .index .section2 .list[data-index="4"] .item:nth-child(8) .item-dot {
  color: #fff;
}

.index .section2 .list[data-index="4"] .item:nth-child(5) .item-dot::before, .index .section2 .list[data-index="4"] .item:nth-child(4) .item-dot::before, .index .section2 .list[data-index="4"] .item:nth-child(8) .item-dot::before {
  background-image: url(../images_die/svg/7.svg);
}

.index .section2 .list[data-index="4"] .item:nth-child(5) .item-title, .index .section2 .list[data-index="4"] .item:nth-child(4) .item-title, .index .section2 .list[data-index="4"] .item:nth-child(8) .item-title {
  opacity: 1;
  pointer-events: auto;
}

.index .section2 .list[data-index="4"] .item:nth-child(6) .item-title {
  top: 2.5em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index .section2 .list[data-index="4"] .item:nth-child(8) .item-title {
  left: auto;
  right: 2.5em;
}

.index .section2 .list[data-index="5"] .item:nth-child(6) .item-dot, .index .section2 .list[data-index="5"] .item:nth-child(5) .item-dot, .index .section2 .list[data-index="5"] .item:nth-child(8) .item-dot {
  color: #fff;
}

.index .section2 .list[data-index="5"] .item:nth-child(6) .item-dot::before, .index .section2 .list[data-index="5"] .item:nth-child(5) .item-dot::before, .index .section2 .list[data-index="5"] .item:nth-child(8) .item-dot::before {
  background-image: url(../images_die/svg/7.svg);
}

.index .section2 .list[data-index="5"] .item:nth-child(6) .item-title, .index .section2 .list[data-index="5"] .item:nth-child(5) .item-title, .index .section2 .list[data-index="5"] .item:nth-child(8) .item-title {
  opacity: 1;
  pointer-events: auto;
}

.index .section2 .list[data-index="5"] .item:nth-child(6) .item-title {
  top: 2.5em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index .section2 .list[data-index="5"] .item:nth-child(5) .item-title {
  top: 2.5em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index .section2 .list[data-index="5"] .item:nth-child(8) .item-title {
  top: auto;
  bottom: 2.5em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index .section2 .list[data-index="6"] .item:nth-child(6) .item-dot, .index .section2 .list[data-index="6"] .item:nth-child(7) .item-dot, .index .section2 .list[data-index="6"] .item:nth-child(8) .item-dot {
  color: #fff;
}

.index .section2 .list[data-index="6"] .item:nth-child(6) .item-dot::before, .index .section2 .list[data-index="6"] .item:nth-child(7) .item-dot::before, .index .section2 .list[data-index="6"] .item:nth-child(8) .item-dot::before {
  background-image: url(../images_die/svg/7.svg);
}

.index .section2 .list[data-index="6"] .item:nth-child(6) .item-title, .index .section2 .list[data-index="6"] .item:nth-child(7) .item-title, .index .section2 .list[data-index="6"] .item:nth-child(8) .item-title {
  opacity: 1;
  pointer-events: auto;
}

.index .section2 .list[data-index="6"] .item:nth-child(8) .item-title{
  bottom: 2.5em;
  top: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index .section2 .list[data-index="6"] .item:nth-child(6) .item-title,.index .section2 .list[data-index="6"] .item:nth-child(7) .item-title {
  top: 2.5em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.index .section2 .ul {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  background: url(../images_die/2.jpg) no-repeat center center/cover;
  display: none;
}

.index .section2 .close {
  position: absolute;
  width: 0.84rem;
  cursor: pointer;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 2;
}

.index .section2 .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index .section2 .li {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  padding-left: 1.3rem;
  padding-right: 2.3rem;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  display: none;
}

.index .section2 .li.active {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section2 .li-img {
  width: 50%;
}

.index .section2 .li-info {
  width: 48.0769230769%;
}

.index .section2 .li-title {
  color: #fff;
  line-height: 1.3125;
  margin-bottom: 0.54rem;
}

.index .section2 .li-text {
  color: #fff;
  line-height: 1.3333333333;
  padding: 0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.index .section2 .li-text + .li-text {
  margin-top: 0.2rem;
}

.index .section2 .li-text::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.5555555556em;
  height: 0.5555555556em;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.1rem;
}

.index .section2 .li-more {
  color: #fff;
  margin-top: 0.5rem;
}

.index .section2 .li-more img {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  width: 2.5625em;
  margin-left: 0.07rem;
}

.index .section2 .li-more:hover img {
  -webkit-transform: translate3d(15px, 0, 0);
  -moz-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.index .section2 .li-num {
  position: absolute;
  font-size: 1.28rem;
  color: rgba(255, 255, 255, 0.1);
  right: 0.56rem;
  bottom: 0.09rem;
  line-height: 1.92rem;
}

.index .section2 .more {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 3.7894736842%;
}



.index .section2 .content2 img{width: 100%;}


.index .section3 {
  position: relative;
  height: 140vh;
}

.index .section3 .container {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.index .section3 .top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.index .section3 .top.active {
  pointer-events: none;
}





.index .section3 .title {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}


.index .section3 .top.active .title{
    
     -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    opacity: 0;
     transition-delay: 1s;
    -webkit-transition-delay: 1s;
    
}


.index .section3 .top.active {
    
     -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    opacity: 0;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}

.index .section3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3366CC;
}

.index .section3 .bottom {
  height: 100vh;
  background-color: #3366CC;
  opacity: 0;
}

.index .section3 .bottom.active {
  opacity: 1;
}

.index .section3 .bottom-box {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.index .section3 .content {
  position: absolute;
  top: 14.1052631579%;
  bottom: 5.5789473684%;
  left: 1.3rem;
  right: 1.3rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index .section3 .swipers {
  margin-left: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section3 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section3 .slide-left {
  width: 60%;
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 3%;
}

.index .section3 .slide-img {
  width: 61.320754717%;
  margin: -35.4716981132% auto 0;
  transform: translate3d(0, 5%, 0);
}

.index .section3 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.index .section3 .slide-title {
  color: #fff;
  line-height: 1.3125;
  margin-bottom: 0.15rem;
}

.index .section3 .slide-text {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.47rem;
}

.index .section3 .my-swiper-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 63%;
  top: 0;
  padding-top: 22%;
}

.index .section3 .my-swiper-button .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}

.index .section3 .my-swiper-button .swiper-button-next {
  margin-left: 0.15rem;
}

.index .section3 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.24rem;
}

.index .section3 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.index .section3 .item:hover .item-title, .index .section3 .item.active .item-title {
  color: #fff;
}

.index .section3 .item.active .item-ul {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.index .section3 .item.active .item-top {
  pointer-events: auto;
}

.index .section3 .item:last-child .item-li {
  width: 11em;
  color: #fff;
}

.index .section3 .item:last-child .item-li::before {
  display: none;
}

.index .section3 .item-top {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  pointer-events: none;
}

.index .section3 .item-ul {
  position: absolute;
  max-height: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 0.04rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0.09rem;
  border-left: 1px solid #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.index .section3 .item-li {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2857142857;
  width: 16em;
  margin-bottom: 0.12rem;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.index .section3 .item-li::before {
  position: relative;
  content: "- ";
}

.index .section3 .item-li:hover, .index .section3 .item-li.active {
  color: #fff;
}

.index .section3 .item-title {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.3333333333;
}

.index .section3 .slide-tip {
  line-height: 1.325;
  margin-top: 0.2rem;
  color: #fff;
}

.index .section3 .slide-text2 {
  color: #fff;
  line-height: 1.4444444444;
  margin-bottom: 0.5rem;
}

.index .section3 .swiper-pagination {
  display: none;
}

.index .section4 {
  position: relative;
  padding-bottom: 1rem;
}

.index .section4 .box {
  max-width: 1460px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index .section4 .left {
  padding-top: 2.6rem;
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.index .section4 .title {
  line-height: 1.3125;
  color: #3366CC;
  margin-bottom: 0.2rem;
}

.index .section4 .text {
  line-height: 1.3333333333;
  margin-bottom: 0.6rem;
}

.index .section4 .list {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 20px;
  padding-top: 2.14rem;
  margin-right: 0;
}

.index .section4 .swiper-wrapper {
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index .section4 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index .section4 .item + .item {
  margin-top: 0.8rem;
}

.index .section4 .item-info {
  width: 7.3rem;
}

.index .section4 .item-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.15rem;
}

.index .section4 .item-time p:nth-child(2) {
  line-height: 1.7333333333;
  color: #212121;
}

.index .section4 .item-img {
  border-radius: 10px;
}

.index .section4 .item-title {
  line-height: 1.3333333333;
  margin-top: 0.14rem;
}

.index .section5 {
  height: 350vh;
  position: relative;
  background-color: #F3F3F3;
}

.index .section5.active {
  height: 100vh;
}

.index .section5.active .top {
  pointer-events: none;
}

.index .section5.active .bg, .index .section5.active .title {
  display: none;
}

.index .section5 .container {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.index .section5 .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}

.index .section5 .top.active .title {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index .section5 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index .section5 .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100vw;
  height: 100vh;
}

.index .section5 .title {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  line-height: 1.375;
  top: 13.6842105263%;
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.index .section5 .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
}

.index .section5 .bottom {
  height: 200vh;
}

.index .section5 .bottom-container {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.index .section5 .bottom-container.active .info-title, .index .section5 .bottom-container.active .list, .index .section5 .bottom-container.active .info-text, .index .section5 .bottom-container.active .my-more {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index .section5 .bottom-container.active .list {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.index .section5 .bottom-container.active .info-text {
  
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.index .section5 .bottom-container.active .my-more {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.index .section5 .bottom-box {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section5 .info {
  width: 50%;
  padding-left: 1.2rem;
  padding-top: 1.78rem;
}

.index .section5 .info-title, .index .section5 .list, .index .section5 .info-text, .index .section5 .my-more {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.index .section5 .info-title {
  line-height: 1.3125;
  margin-bottom: 0.4rem;
}

.index .section5 .img {
  width: 50%;
  position: relative;
  height: 0%;
  overflow: hidden;
}

.index .section5 .img-target {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.index .section5 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
  width: 35em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .section5 .item {
  width: 50%;
  margin-bottom: 0.2rem;
}

.index .section5 .item-num {
  color: #3366CC;
  line-height: 1;
}

.index .section5 .item-tip {
  margin-left: 0.05rem;
  display: inline-block;
  vertical-align: super;
  -webkit-transform: translate3d(0, -20%, 0);
  -moz-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
}

.index .section5 .item-title {
  line-height: 1.75;
}

.index .section5 .info-text {
  line-height: 1.3333333333;
  color: #666;
  width: 35em;
  margin-bottom: 0.3rem;
    text-align: justify;
}

.contact .section1 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.contact .section1 .title {
  text-align: center;
  color: #3366CC;
  margin-bottom: 0.5rem;
}

.contact .section1 .item1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.5rem;
  margin-bottom: 0.6rem;
}

.contact .section1 .item1-left {
  width: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  padding: 10px;
}

.contact .section1 .item1-left:hover .item1-left-bg {
  opacity: 1;
}

.contact .section1 .item1-left:hover .item1-left-title, .contact .section1 .item1-left:hover .item1-left-text {
  color: #fff;
}

.contact .section1 .item1-left:hover .item1-left-icon {
  background-color: #fff;
}

.contact .section1 .item1-left-icon {
  width: 2.125em;
  height: 2.125em;
  background-color: #3366CC;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.55rem;
  position: relative;
}

.contact .section1 .item1-left-icon span {
  width: 52.9411764706%;
  position: relative;
}

.contact .section1 .item1-left-icon::after, .contact .section1 .item1-left-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-animation: ani1 2s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -moz-animation: ani1 2s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -o-animation: ani1 2s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: ani1 2s infinite cubic-bezier(0.24, 0, 0.38, 1);
}

.contact .section1 .item1-left-icon::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.contact .section1 .item1-left-title {
  line-height: 1.25;
  margin-bottom: 0.2rem;
  position: relative;
}

.contact .section1 .item1-left-text {
  line-height: 1.25;
  position: relative;
}

.contact .section1 .item1-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact .section1 .item1-ul {
  width: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact .section1 .item1-li {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.contact .section1 .item1-li:nth-child(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 10px 0 0;
}

.contact .section1 .item1-li:nth-child(2) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 0 10px 0;
}

.contact .section1 .item1-li:hover .item1-li-bg {
  opacity: 1;
}

.contact .section1 .item1-li:hover .item1-li-title, .contact .section1 .item1-li:hover .item1-li-text {
  color: #fff;
}

.contact .section1 .item1-li:hover .item1-li-icon {
  background-color: #fff;
}

.contact .section1 .item1-li-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact .section1 .item1-li-icon {
  width: 2.1875em;
  height: 2.1875em;
  border-radius: 50%;
  background-color: #3366CC;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.4rem;
}

.contact .section1 .item1-li-icon span {
  width: 51.4285714286%;
  position: relative;
}

.contact .section1 .item1-li-icon::after, .contact .section1 .item1-li-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-animation: ani1 2s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -moz-animation: ani1 2s infinite cubic-bezier(0.24, 0, 0.38, 1);
  -o-animation: ani1 2s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: ani1 2s infinite cubic-bezier(0.24, 0, 0.38, 1);
}

.contact .section1 .item1-li-icon::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.contact .section1 .item1-li-info {
  position: relative;
}

.contact .section1 .item1-li-title {
  color: #666;
  line-height: 1.3333333333;
  margin-bottom: 0.13rem;
}

.contact .section1 .item1-li-text:hover {
  text-decoration: underline;
}

.contact .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.contact .section1 .item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
  min-height: 2rem;
  padding: 0.5rem;
  cursor: pointer;
  position: relative;
}

.contact .section1 .item:hover .item-icon {
  background-color: #3366CC;
}

.contact .section1 .item:hover .item-lines s:nth-child(1), .contact .section1 .item:hover .item-lines s:nth-child(3) {
  width: 100%;
}

.contact .section1 .item:hover .item-lines s:nth-child(2), .contact .section1 .item:hover .item-lines s:nth-child(4) {
  height: 100%;
}

.contact .section1 .item:hover .item-lines s:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.contact .section1 .item:hover .item-lines s:nth-child(3) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.contact .section1 .item:hover .item-lines s:nth-child(4) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.contact .section1 .item-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact .section1 .item-lines s {
  position: absolute;
  background-color: #3366CC;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.contact .section1 .item-lines s:nth-child(1) {
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
}

.contact .section1 .item-lines s:nth-child(2) {
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
}

.contact .section1 .item-lines s:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
}

.contact .section1 .item-lines s:nth-child(4) {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0%;
}

.contact .section1 .item-icon {
  width: 2.1818181818em;
  height: 2.1818181818em;
  margin-right: 0.24rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 50%;
  background-color: #BFBFBF;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.contact .section1 .item-icon img {
  width: 50%;
}

.contact .section1 .item-info {
  position: relative;
}

.contact .section1 .item-title {
  line-height: 2.1818181818;
  margin-bottom: 0.13rem;
}

.contact .section1 .item-text {
  color: #666;
  line-height: 1.3333333333;
  word-break: break-all;
}

.contact .section1 .item-text a {
  display: inline;
}

.contact .section1 .item-text a:hover {
  color: #3366CC;
  text-decoration: underline;
}

.contact .section1 .title2 {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.2rem;
}

.contact .section1 .title3 {
  text-align: center;
  line-height: 1.3;
  color: #444;
  margin-bottom: 0.67rem;
}

.contact .section1 .swiper {
  padding-bottom: 30px;
}

.contact .section1 .swiper-slide {
  min-height: 3.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

/*.contact .section1 .swiper-slide:hover .slide-icon,*/
/*.contact .section1 .swiper-slide:hover .slide-title,*/
/*.contact .section1 .swiper-slide:hover .slide-text,*/
.contact .section1 .swiper-slide.active .slide-icon,
.contact .section1 .swiper-slide.active .slide-title,
.contact .section1 .swiper-slide.active .slide-text {
  opacity: 0;
}

/*.contact .section1 .swiper-slide:hover .slide-info,*/
.contact .section1 .swiper-slide.active .slide-info {
  opacity: 1;
}

.contact .section1 .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.contact .section1 .slide-icon {
  position: relative;
  width: 4.0909090909em;
  height: 4.0909090909em;
  border-radius: 50%;
  margin-bottom: 0.4rem;
}

.contact .section1 .slide-title {
  position: relative;
  line-height: 1.3636363636;
  margin-bottom: 0.1rem;
}

.contact .section1 .slide-text {
  position: relative;
  line-height: 1.3125;
  color: #666;
}

.contact .section1 .slide-info {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  opacity: 0;
}

.contact .section1 .slide-code {
  border-radius: 0.1rem;
  width: 31.8518518519%;
}

.contact .section1 .slide-tip {
  color: #fff;
  line-height: 1.3636363636;
  margin-top: 0.2rem;
}

.contact .section2 {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  overflow: hidden;
  background-color: #F7F9FA;
}

.contact .section2 .title {
  text-align: center;
  color: #3366CC;
  margin-bottom: 1rem;
}

.contact .section2 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .section2 .map {
  width: 50.9523809524%;
  margin-left: 3.4523809524%;
}

.contact .section2 .map-container {
  position: relative;
}

.contact .section2 .map-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: initial;
  width: 151.7523364486%;
}

.contact .section2 .map-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2857142857;
  color: #999;
}

.contact .section2 .my-toggle-item {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.contact .section2 .dot {
  position: absolute;
  width: 2px;
  height: 2px;
  z-index: 2;
  cursor: pointer;
}

.contact .section2 .dot.active .dot-icon, .contact .section2 .dot.active .dot-title {
  /*opacity: 0;*/
}

.contact .section2 .dot.active .dot-icon:nth-child(1) {
  display: none;
}

.contact .section2 .dot.active .dot-icon:nth-child(2) {
  display: block;
}

.contact .section2 .dot.active .dot-title {
  color: #fff;
}


.contact .section2 .dot:nth-child(1) {
  left: 31%;
  top: 26%;
}


.contact .section2 .dot:nth-child(2) {
  left: 18%;
  top: 21%;
}

.contact .section2 .dot:nth-child(3) {
  left: 73%;
  top: 23%;
}

.contact .section2 .dot:nth-child(4) {
  left: 90%;
  top: 53%;
}

.contact .section2 .dot:nth-child(5) {
  left: 40%;
  top:59%;
}

.contact .section2 .dot:nth-child(6) {
  left: 6%;
  top: 40%;
}

.contact .section2 .dot:nth-child(7) {
  left: 36%;
  top:84%;
}

.contact .section2 .dot:nth-child(8) {
  left: 72.1962616822%;
  top: 62.0943952802%;
}

.contact .section2 .dot:nth-child(9) {
  left: 74.5327102804%;
  top: 76.8436578171%;
}

.contact .section2 .dot:nth-child(10) {
  /*left: 69.3925233645%;*/
  /*top: 73.1563421829%;*/
  left: 69.1%;
  top: 71%;
}

.contact .section2 .dot:nth-child(11) {
  left: 71.7289719626%;
  top: 49.4100294985%;
}

.contact .section2 .dot:nth-child(12) {
  left: 63.0841121495%;
  top: 54.7197640118%;
}

.contact .section2 .dot:nth-child(13) {
  left: 62.9672897196%;
  top: 64.7492625369%;
}

.contact .section2 .dot:nth-child(14) {
  left: 61.3317757009%;
  top: 74.1887905605%;
}

.contact .section2 .dot:nth-child(15) {
  left: 65.8878504673%;
  top: 84.2182890855%;
}

.contact .section2 .dot:nth-child(16) {
  left: 58.9953271028%;
  top: 95.7227138643%;
}

.contact .section2 .dot:nth-child(17) {
  left: 44.2757009346%;
  top: 64.7492625369%;
}

.contact .section2 .dot:nth-child(18) {
  left: 52.8037383178%;
  top: 75.8112094395%;
}

.contact .section2 .dot:nth-child(19) {
  left: 41.0046728972%;
  top: 81.7109144543%;
}

.contact .section2 .dot:nth-child(20) {
  left: 55.9579439252%;
  top: 55.7522123894%;
}

.contact .section2 .dot:nth-child(21) {
  left: 35.046728972%;
  top: 48.2300884956%;
}

.contact .section2 .dot:nth-child(22) {
  left: 48.5981308411%;
  top: 50.8849557522%;
}

.contact .section2 .dot:nth-child(23) {
  left: 69.976635514%;
  top: 36.7256637168%;
}

.contact .section2 .dot:nth-child(24) {
  left: 73.8317757009%;
  top: 39.0855457227%;
}

.contact .section2 .dot:nth-child(25) {
  left: 80.4906542056%;
  top: 61.209439528%;
}

.contact .section2 .dot:nth-child(26) {
  left: 54.4392523364%;
  top: 67.2566371681%;
}

.contact .section2 .dot:nth-child(27) {
  left: 57.476635514%;
  top: 36.2831858407%;
}

.contact .section2 .dot:nth-child(28) {
  left: 56.308411215%;
  top: 84.3657817109%;
}

.contact .section2 .dot:nth-child(29) {
  left: 20.2102803738%;
  top: 59.4395280236%;
}

.contact .section2 .dot:nth-child(30) {
  left: 52.8037383178%;
  top: 45.5752212389%;
}

.contact .section2 .dot:nth-child(31) {
  left: 18.1074766355%;
  top: 30.5309734513%;
}

.contact .section2 .dot:nth-child(32) {
  left: 68.5747663551%;
  top: 89.8230088496%;
}

.contact .section2 .dot:nth-child(32) .dot-title {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.contact .section2 .dot:nth-child(33) {
  left: 64.2523364486%;
  top: 92.3303834808%;
}

.contact .section2 .dot:nth-child(33) .dot-title {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.contact .section2 .dot:nth-child(34) {
  left: 81.0747663551%;
  top: 82.4483775811%;
}

.contact .section2 .dot-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 24px;
  max-width: initial;
}

.contact .section2 .dot-icon:nth-child(2) {
  display: none;
}

.contact .section2 .dot-title {
  font-size: 12px;
  white-space: nowrap;
  top: 50%;
  left: 100%;
  color: #666666;
  -webkit-transform: translate3d(11px, -50%, 0);
  -moz-transform: translate3d(11px, -50%, 0);
  transform: translate3d(11px, -50%, 0);
}

.contact .section2 .right {
  width: 38.6904761905%;
  position: relative;
  z-index: 2;
  margin-right: 1.7857142857%;
  margin-top: 0.12rem;
  background-color: #fff;
  border: 1px solid #D0E2F8;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(112, 112, 112, 0.1);
  padding: 0.44rem 0.36rem 0.42rem;
}

.contact .section2 .filter {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.45rem;
}

.contact .section2 .filter-item {
  width: 48.6956521739%;
}

.contact .section2 .groui-select {
  margin-right: 0;
  width: 100%;
}

.contact .section2 .groui-select .select-label-input {
  width: 100%;
  line-height: 3.75;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(112, 112, 112, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 0.17rem;
}

.contact .section2 .groui-select .select-icon {
  right: 0.22rem;
}

.contact .section2 .input {
  width: 100%;
  position: relative;
}

.contact .section2 .input input {
  line-height: 3.75;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(112, 112, 112, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  padding-left: 0.17rem;
  padding-right: 0.45rem;
}

.contact .section2 .input input:focus {
  border-color: #3366CC;
}

.contact .section2 .input-icon {
  width: 1.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 0.15rem;
  cursor: pointer;
}

.contact .section2 .list {
  padding-right: 0.3rem;
  max-height: 4.3rem;
  overflow: auto;
}

.contact .section2 .list::-webkit-scrollbar {
  width: 3px;
  background-color: #F0F4FF;
}

.contact .section2 .list::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #06467C;
}

.contact .section2 .item {
  padding-bottom: 0.24rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 0.24rem;
}

.contact .section2 .item:last-child {
  margin-bottom: 0;
}

.contact .section2 .item-top{
  margin-bottom: 0.19rem;
  display: flex;
  align-items: center;
}

.contact .section2 .item-address {
  line-height: 1.3;
  width: 45.3211009174%;
}

.contact .section2 .item-tip{
    line-height: calc(27 / 14);
    border: 1px solid #3366CC;
    color: #3366CC;
    padding: 0 0.1rem;
    border-radius: 3px;
    background-color: #3366CC1A;
}
.contact .section2 .item-tip.active{
    background-color: #3366CC;
    color: #fff;
}

.contact .section2 .item-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact .section2 .item-text {
  line-height: 1.4285714286;
  color: #666;
  width: 45.3211009174%;
  margin-bottom: 0.05rem;
}

.contact .section2 .item-text a:hover {
  color: #3366CC;
  text-decoration: underline;
}

.news .section1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.news .section1 .list {
  margin-bottom: 0.66rem;
}

.news-detail {
  background-color: #F7F9FA;
}

.news-detail .section1 {
  padding-top: 0.64rem;
  padding-bottom: 0.85rem;
}

.news-detail .section1 .box {
  max-width: 1270px;
}

.news-detail .section1 .breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.26rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-detail .section1 .breadcrumb-home {
  width: 20px;
  margin-right: 10px;
}

.news-detail .section1 .breadcrumb-home:hover {
  opacity: 0.8;
}

.news-detail .section1 .breadcrumb-icon {
  width: 6px;
  margin: 0 8px;
}

.news-detail .section1 .breadcrumb-item {
  color: #666;
}

.news-detail .section1 a.breadcrumb-item:hover {
  color: #3366CC;
}

.news-detail .section1 .container {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.84rem 0.95rem;
}

.news-detail .section1 .title {
  line-height: 1.3125;
  margin-bottom: 0.12rem;
}

.news-detail .section1 .infos {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.22rem;
}

.news-detail .section1 .info {
  line-height: 1.75;
  color: #999999;
  margin-right: 0.24rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail .section1 .info img {
  width: 1em;
  margin-right: 0.04rem;
}

.news-detail .section1 .content {
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
  border-top: 1px dashed #D9D9D9;
  border-bottom: 1px dashed #D9D9D9;
  line-height: normal;
}

.news-detail .section1 .content img {
  display: inline-block;
  height: auto;
}

.news-detail .section1 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.25rem;
}

.news-detail .section1 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.news-detail .section1 .item {
  display: block;
  line-height: 1.75;
  color: #333;
}

.news-detail .section1 .item::before {
  position: relative;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #DBDBDB;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.12rem;
}

.news-detail .section1 .item:hover {
  color: #3366CC;
}

.news-detail .section1 .item:hover::before {
  background-color: #3366CC;
}

.news-detail .section1 .item + .item {
  margin-top: 0.12rem;
}

.news-detail .section1 .btns {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail .section1 .btn {
  line-height: 3.75;
  padding: 0 0.38rem;
  border-radius: 50px;
  background-color: #3366CC;
  color: #fff;
}

.news-detail .section1 .btn:hover .btn-img {
  -webkit-transform: translate3d(25%, 0, 0);
  -moz-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}

.news-detail .section1 .btn-img {
  width: 1.25em;
  margin-left: 0.19rem;
  display: inline-block;
  vertical-align: text-top;
}

.talent .section1 {
  padding-top: 0.86rem;
  padding-bottom: 1.25rem;
}

.talent .section1 .title {
  margin-bottom: 0.65rem;
  text-align: center;
  color: #3366CC;
}

.talent .section1 .list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.talent .section1 .item.active .item-top {
  background-color: #F4F7FC;
}

.talent .section1 .item.active .item-title {
  color: #3366CC;
}

.talent .section1 .item-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.22rem 0.45rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.talent .section1 .item-top:hover .item-title {
  color: #3366CC;
}

.talent .section1 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.6666666667em;
}

.talent .section1 .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0.36rem;
  padding-right: 20px;
  line-height: 1.3333333333;
}

.talent .section1 .item-btn {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.25em;
}

.talent .section1 .item-bottom {
  background-color: #FAFAFA;
  padding: 0.5rem 1.8rem 0.5rem 0.4rem;
  display: none;
}

.talent .section1 .item-bottom-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.talent .section1 .item-content-text {
  line-height: 1.5555555556;
  color: #666;
  text-align: justify;
}

.talent .section1 .item-content {
  width: 47.2602739726%;
}

.talent .section1 .item-content-title {
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.talent .section1 .item-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.talent .section1 .item-li {
  width: 49%;
  padding-left: 1.8888888889em;
  line-height: 1.7777777778;
  position: relative;
  margin-bottom: 0.32rem;
}

.talent .section1 .item-li::before {
  position: absolute;
  content: "";
  width: 0.7222222222em;
  height: 0.1666666667em;
  background-color: #3366CC;
  border: 2px;
  left: 0.4444444444em;
  top: 0.8333333333em;
}

.talent .section1 .item-li-text {
  color: rgba(102, 102, 102, 0.8);
}

.talent .section1 .item-img {
  width: 41.095890411%;
  border-radius: 0.1rem;
}

.talent .section2 {
  padding-top: 1.8rem;
  padding-bottom: 1.2rem;
  background: no-repeat center center/cover;
}

.talent .section2 .title {
  position: absolute;
  top: 0;
  color: #fff;
  left: 4.0476190476%;
  z-index: 3;
}

.talent .section2 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.talent .section2 .slide-left {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 4.0476190476%;
  position: relative;
  z-index: 2;
}

.talent .section2 .slide-info {
  height: 3.5rem;
  width: 131.7567567568%;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 20px 10.1351351351%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.talent .section2 .slide-title {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #3366CC;
  line-height: 1.3333333333;
  margin-bottom: 0.25rem;
}

.talent .section2 .slide-text {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 1.3;
  margin-bottom: 0.14rem;
}

.talent .section2 .slide-text2 {
  line-height: 2;
  color: #666;
  overflow: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding-right: 10px;
}

.talent .section2 .slide-img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 60.7142857143%;
  border-radius: 0.1rem;
}

.talent .section2 .pagination {
  position: absolute;
  left: 4.0476190476%;
  bottom: 0.39rem;
  z-index: 3;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.talent .section2 .pagination-button {
  cursor: pointer;
}

.talent .section2 .button-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.talent .section2 .button-prev {
  margin-right: 0.25rem;
}

.talent .section2 .pagination-text {
  font-size: 16px;
  color: #fff;
}

.talent .section2 .pagination-progress {
  width: 1.9rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.13rem;
}

.talent .section2 .pagination-progress.open.active s {
  width: 100%;
  -webkit-transition-duration: var(--time);
  -moz-transition-duration: var(--time);
  -o-transition-duration: var(--time);
  transition-duration: var(--time);
}

.talent .section2 .pagination-progress s {
  display: inline-block;
  height: 2px;
  width: 0%;
  background-color: #fff;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.talent .section2 .pagination-status {
  margin: 0 0.22rem;
  cursor: pointer;
}

.talent .section3 {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.talent .section3 .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.talent .section3 .title-text {
  line-height: 1.3125;
  color: #3366CC;
}

.talent .section3 .my-swiper-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.talent .section3 .swiper-button {
  width: 50px;
  height: 50px;
}

.talent .section3 .swiper-button::after {
  font-size: 18px;
}

.talent .section3 .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}

.talent .section3 .swiper-button-prev {
  margin-right: 0.15rem;
}

.talent .section3 .swiper {
  overflow: initial;
}

.talent .section3 .swiper-slide {
  border-radius: 0.1rem;
  width: 46.4285714286%;
}

.talent .section3 .swiper-pagination {
  display: none;
}

.join .section1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.join .section1 .list {
  margin-bottom: 0.68rem;
}

.join .section1 .item-top {
  padding-left: 5.9523809524%;
  padding-right: 5.9523809524%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.join .section1 .item.head {
  background-color: #3366CC;
  color: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
}

.join .section1 .item.head .item-li {
  padding: 0.26rem 0;
}

.join .section1 .item:not(.head) {
  border-bottom: 1px solid #D9D9D9;
}

.join .section1 .item:not(.head) .item-top {
  cursor: pointer;
}

.join .section1 .item.active .item-top {
  background-color: #F0F9FF;
}

.join .section1 .item-li {
  line-height: 1.5;
  padding: 0.18rem 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.join .section1 .item-li:nth-child(1) {
  width: 12em;
  padding-right: 10px;
}

.join .section1 .item-li:nth-child(2) {
  width: 12em;
  padding-right: 10px;
}

.join .section1 .item-li:nth-child(3), .join .section1 .item-li:nth-child(4), .join .section1 .item-li:nth-child(5), .join .section1 .item-li:nth-child(6) {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.join .section1 .item-li:nth-child(7) {
  width: 4em;
}

.join .section1 .item-btn {
  width: 1.6666666667em;
  margin: 0 auto;
  position: relative;
  display: block;
}

.join .section1 .item-bottom {
  padding: 0.48rem 1rem 0.7rem;
  background-color: #FAFAFA;
  display: none;
}

.join .section1 .item-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.join .section1 .item-lis {
  width: 49%;
}

.join .section1 .item-li-title {
  line-height: 1.5294117647;
  margin-bottom: 0.26rem;
}

.join .section1 .item-li-texts {
  line-height: 1.75;
  color: #666666;
}

.join .section1 .my-more {
  margin-left: 0.35rem;
}

.service .section1 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.service .section1 .content {
  border-radius: 0.1rem;
  background: url(../images_die/40.webp) no-repeat center center/cover;
  padding: 0.25rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .section1 .img {
  width: 26.7857142857%;
  margin-left: 10.7142857143%;
  margin-right: 12.5%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.service .section1 .title {
  line-height: 1.3125;
  color: #fff;
  margin-bottom: 0.6rem;
}

.service .section1 .code {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .section1 .code-container {
  padding: 10px;
  background: url(../images_die/svg/27.svg) no-repeat center center/100% 100%;
  margin-right: 0.6rem;
  width: 4.5833333333em;
}

.service .section1 .code-container img {
  border-radius: 0.1rem;
}

.service .section1 .code-title {
  color: #fff;
  line-height: 1.3333333333;
  margin-bottom: 0.24rem;
}

.service .section1 .code-text {
  color: #fff;
  line-height: 1.6470588235;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .section1 .code-text img {
  width: 1em;
  margin-left: 0.11rem;
}

.service .section2 {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  background-color: rgba(51, 102, 204, 0.05);
}

.service .section2 .title {
  line-height: 1.3125;
  text-align: center;
  margin-bottom: 0.2rem;
  color: #3366CC;
}

.service .section2 .text {
  text-align: center;
  line-height: 1.3333333333;
  color: #222;
  margin-bottom: 1rem;
}

.service .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service .section2 .item {
  width: 31.5476190476%;
  background-color: #fff;
  min-height: 3rem;
  padding: 0.5rem 0.66rem;
  border-radius: 0.1rem;
  cursor: pointer;
}

.service .section2 .item:hover {
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.service .section2 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.57rem;
}

.service .section2 .item-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .section2 .item-icon {
  width: 2.9583333333em;
  margin-right: 0.17rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.service .section2 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.service .section2 .item-text {
  line-height: 1.5;
  margin-bottom: 2px;
}

.service .section2 .item-text2 {
  line-height: 1.5;
  color: #585F67;
}

.service .section2 .item-text2 a:hover {
  color: #3366CC;
  text-decoration: underline;
}

.service .section3 {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}

.service .section3 .title {
  line-height: 1.3125;
  text-align: center;
  margin-bottom: 0.9rem;
  color: #3366CC;
}

.service .section3 .swiper-slide {
  padding: 0.5rem 0;
  height: auto;
}

.service .section3 .swiper-slide:first-child .slide-contianer {
  border-radius: 0.1rem 0 0 0.1rem;
}

.service .section3 .swiper-slide:last-child .slide-contianer {
  border-radius: 0 0.1rem 0.1rem 0;
}

.service .section3 .swiper-slide:hover .slide-bg {
  opacity: 1;
}

.service .section3 .swiper-slide:hover .slide-title {
  color: #fff;
}

.service .section3 .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.1rem;
  opacity: 0;
}

.service .section3 .slide-contianer {
  height: 100%;
  min-height: 3.5rem;
  background-color: rgba(51, 102, 204, 0.05);
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.service .section3 .slide-icon {
  width: 5em;
  margin-bottom: 0.34rem;
}

.service .section3 .slide-title {
  line-height: 2;
}

.service .section3 .swiper-pagination {
  display: none;
}

.service .section4 {
  padding-top: 1rem;
  padding-bottom: 1.1rem;
  background-color: rgba(51, 102, 204, 0.05);
}

.service .section4 .title {
  color: #3366CC;
  text-align: center;
  margin-bottom: 0.3rem;
  line-height: 1.3125;
}

.service .section4 .title2 {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 1.2rem;
}

.service .section4 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: safe center;
  -moz-box-pack: safe center;
  -ms-flex-pack: safe center;
  justify-content: safe center;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.service .section4 .item {
  text-align: center;
  width: 8em;
}

.service .section4 .item:hover .item-icon {
  background-color: #3366CC;
}

.service .section4 .item:hover .item-title {
  color: #3366CC;
}

.service .section4 .item:hover .item-text, .service .section4 .item:hover .item-more {
  opacity: 1;
}

.service .section4 .item-icon {
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.service .section4 .item-icon span {
  width: 3.5em;
}

.service .section4 .item-info {
  position: relative;
  width: 162.5%;
  left: -31.25%;
}

.service .section4 .item-title {
  line-height: 1.8;
  margin-bottom: 0.13rem;
}

.service .section4 .item-text {
  line-height: 1.75;
  color: #666;
  opacity: 0;
}

.service .section4 .item-more {
  line-height: 1.75;
  color: #3366CC;
  opacity: 0;
}

.service .section4 .item-middle {
  margin: 0 0.05rem;
}

.service .section4 .item-modal {
  text-decoration: underline;
}

.service .section4 .item-modal:hover {
  opacity: 0.7;
}

.service .section4 .item-arr {
  width: 1.6em;
  margin: 3.55em 3em 0;
}

.service .section4 .title3 {
  margin-bottom: 0.6rem;
}

.service .section4 .content {
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
}

.service .section4 .infos {
  padding: 0.6rem 0.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service .section4 .info-title {
  line-height: 1.0833333333;
  margin-bottom: 0.24rem;
}

.service .section4 .info-title img {
  display: inline-block;
  vertical-align: bottom;
  width: 1.0833333333em;
  margin-right: 0.13rem;
}

.service .section4 .info {
  width: 49%;
}

.service .section4 .info-text {
  line-height: 1.75;
  color: #666;
}

.service .section4 .info-tip {
  color: #999;
  line-height: 1.8666666667;
}

#receiving-modal .modal-main {
  width: 100%;
  max-width: 23.4375em;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.8rem 0.94rem 0.74rem 0.76rem;
}

#receiving-modal .close-icon {
  position: absolute;
  width: 0.875em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 0.26rem;
}

#receiving-modal .close-icon:hover {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(180deg);
  -moz-transform: translate3d(-50%, 0, 0) rotate(180deg);
  transform: translate3d(-50%, 0, 0) rotate(180deg);
}

#receiving-modal .title {
  text-align: center;
  margin-bottom: 0.68rem;
}

#receiving-modal .item {
  line-height: 1.75;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.32rem;
}

#receiving-modal .item:last-child {
  margin-bottom: 0;
}

#receiving-modal .item s {
  display: block;
  width: 1px;
  height: 1em;
  margin-top: 0.375em;
  background-color: #BFBFBF;
  margin-left: 0.14rem;
  margin-right: 0.2rem;
}

#receiving-modal .item-title {
  width: 4em;
  color: #666666;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

#receiving-modal a.item-text:hover {
  color: #3366CC;
  text-decoration: underline;
}

.form-modal .modal-main {
  width: 100%;
  max-width: 21.9230769231em;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.84rem 0.64rem 0.94rem;
}

.form-modal .close-icon {
  position: absolute;
  width: 1.0769230769em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 0.26rem;
}

.form-modal .close-icon:hover {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(180deg);
  -moz-transform: translate3d(-50%, 0, 0) rotate(180deg);
  transform: translate3d(-50%, 0, 0) rotate(180deg);
}

.form-modal .title {
  text-align: center;
  margin-bottom: 0.68rem;
  line-height: 1.5;
}

.form-modal .form-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0.32rem;
}

.form-modal .form-item.code .form-input {
  padding-right: 9em;
}

.form-modal .form-item.btn {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0.72rem;
}

.form-modal .form-item.file .form-content {
  padding-left: 0.2rem;
}

.form-modal .form-item.file .form-file-container {
  width: 100%;
  position: relative;
  margin-left: auto;
  border: 1px dashed #666;
  border-radius: 6px;
  overflow: hidden;
}

.form-modal .form-item.file .form-file-container:hover {
  border-color: #3366CC;
}

.form-modal .form-item.file .form-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  width: 124%;
}

.form-modal .form-item.file .form-content {
  cursor: pointer;
  overflow: hidden;
}

.form-modal .form-item.file .form-file-text {
  line-height: 3;
  width: 100%;
  text-align: center;
}

.form-modal .form-item.active {
  border-color: #D8261C;
}

.form-modal .form-lable {
  width: 5.3em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.form-modal .form-lable::before {
  position: relative;
  content: "*";
  color: #D8261C;
  margin-right: 0.08rem;
  margin-left: 0.05rem;
  opacity: 0;
}

.form-modal .form-lable.required::before {
  opacity: 1;
}

.form-modal .form-line {
  width: 1px;
  height: 1em;
  background-color: #BFBFBF;
  margin-left: 0.16rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.form-modal .form-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-modal .form-content .form-line {
  margin-left: 0;
}

.form-modal .form-input {
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  line-height: 1.75;
}

.form-modal .form-input::-webkit-input-placeholder {
  color: #BFBFBF;
}

.form-modal .form-input:-moz-placeholder {
  color: #BFBFBF;
}

.form-modal .form-input::-moz-placeholder {
  color: #BFBFBF;
}

.form-modal .form-input:-ms-input-placeholder {
  color: #BFBFBF;
}

.form-modal .form-input::placeholder {
  color: #BFBFBF;
}

.form-modal .code-img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  height: 2.5em;
  cursor: pointer;
}

.form-modal .groui-select {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0;
}

.form-modal .groui-select .select-label-input {
  width: 100%;
  box-shadow: none;
  padding-left: 0.2rem;
}

.form-modal .groui-select .select-label-input::-webkit-input-placeholder {
  color: #BFBFBF;
}

.form-modal .groui-select .select-label-input:-moz-placeholder {
  color: #BFBFBF;
}

.form-modal .groui-select .select-label-input::-moz-placeholder {
  color: #BFBFBF;
}

.form-modal .groui-select .select-label-input:-ms-input-placeholder {
  color: #BFBFBF;
}

.form-modal .groui-select .select-label-input::placeholder {
  color: #BFBFBF;
}

.form-modal .form-btn {
  line-height: 3.5;
  width: 85.9728506787%;
  background-color: #3366CC;
  text-align: center;
  color: #fff;
  border-radius: 0.1rem;
  cursor: pointer;
  margin: 0 auto;
}

.form-modal .form-btn:hover {
  background-color: #517CD3;
}

.download .section1 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.download .section1 .filter {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.65rem;
}

.download .section1 .groui-select {
  width: 66.0714285714%;
  margin-right: 0;
}

.download .section1 .groui-select .select-label-input {
  width: 100%;
  line-height: 4.375;
  border-radius: 4px;
  padding-left: 0.42rem;
  padding-right: 0.6rem;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.download .section1 .groui-select .select-label-input::-webkit-input-placeholder {
  clear: #C8C8C8;
}

.download .section1 .groui-select .select-label-input:-moz-placeholder {
  clear: #C8C8C8;
}

.download .section1 .groui-select .select-label-input::-moz-placeholder {
  clear: #C8C8C8;
}

.download .section1 .groui-select .select-label-input:-ms-input-placeholder {
  clear: #C8C8C8;
}

.download .section1 .groui-select .select-label-input::placeholder {
  clear: #C8C8C8;
}

.download .section1 .groui-select .select-icon {
  right: 0.3rem;
  width: 15px;
}

.download .section1 .groui-select .select-icon img {
  width: 100%;
}

.download .section1 .input {
  width: 32.5%;
  position: relative;
}

.download .section1 .input input {
  line-height: 4.375;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  padding-left: 0.42rem;
  padding-right: 0.45rem;
}

.download .section1 .input input:focus {
  border-color: #3366CC;
}

.download .section1 .input input::-webkit-input-placeholder {
  clear: #C8C8C8;
}

.download .section1 .input input:-moz-placeholder {
  clear: #C8C8C8;
}

.download .section1 .input input::-moz-placeholder {
  clear: #C8C8C8;
}

.download .section1 .input input:-ms-input-placeholder {
  clear: #C8C8C8;
}

.download .section1 .input input::placeholder {
  clear: #C8C8C8;
}

.download .section1 .input-icon {
  width: 2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 0.15rem;
  cursor: pointer;
}

.download .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.download .section1 .item {
  width: 32.5%;
  min-height: 2.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.32rem 0.5rem;
  border-radius: 0.24rem;
  background: rgba(51, 102, 204, 0.03) url(../images_die/42.webp) no-repeat;
  background-position: 110% 0.44rem;
  -o-background-size: 38.6446886447% auto;
  background-size: 38.6446886447% auto;
  margin-bottom: 0.4rem;
}

.download .section1 .item:hover {
  background-color: #3366CC;
  background-image: url(../images_die/43.webp);
}

.download .section1 .item:hover .item-time {
  color: #fff;
}

.download .section1 .item:hover .item-title {
  color: #fff;
}

.download .section1 .item:hover .item-down {
  color: #fff;
}

.download .section1 .item-time {
  line-height: 1.75;
  margin-bottom: 0.12rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.download .section1 .item-title {
  line-height: 1.25;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 20px;
  width: 70%;
}

.download .section1 .item-down {
  margin-top: auto;
  line-height: 1.75;
  color: #3366CC;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download .section1 .item-down span {
  width: 1.625em;
  margin-right: 0.13rem;
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.oem .banner_ny .tc {
  line-height: 1.6666666667;
}

.oem .section1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.oem .section1 .title {
  color: #3366CC;
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.5rem;
}

.oem .section1 .swiper {
  padding-bottom: 0.5rem;
}

.oem .section1 .swiper-slide {
  padding: 0.34rem 20px 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  background-color: #F4F7FC;
  height: auto;
  
}

.oem .section1 .slide-img {
  width: 75%;
  margin: 0 auto 0.3rem;
  max-width: 100%;
}

.oem .section1 .slide-title {
  line-height: 26px;
  min-height: 52px;
  text-align: center;
  margin-bottom: 0.12rem;
}

.oem .section1 .slide-text {
  text-align: center;
  line-height: 1.25;
  color: #888;
  margin-bottom: 0.27rem;
}

.oem .section1 .slide-more {
  text-align: center;
}

.oem .section2 {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  background: url(../images_die/44.webp) no-repeat center center/cover;
}

.oem .section2 .title {
  text-align: center;
  margin-bottom: 0.55rem;
}

.oem .section2 .title-text1 {
  color: #fff;
  line-height: 1.3125;
  margin-bottom: 0.1rem;
}

.oem .section2 .title-text2 {
  color: #fff;
  line-height: 1.3333333333;
}

.oem .section2 .content {
  width: 6.4rem;
  margin: 0 auto 0.72rem;
  position: relative;
}

.oem .section2 .item {
  position: absolute;
  width: 0.18rem;
  height: 0.18rem;
}

.oem .section2 .item:nth-child(1) {
  left: 81.09375%;
  top: 18.6666666667%;
}

.oem .section2 .item:nth-child(1) .item-line {
  width: 1.67rem;
}

.oem .section2 .item:nth-child(1) .item-title {
  -webkit-transform: translate3d(1.67rem, -50%, 0);
  -moz-transform: translate3d(1.67rem, -50%, 0);
  transform: translate3d(1.67rem, -50%, 0);
}

.oem .section2 .item:nth-child(2) {
  left: 22.1875%;
  top: 50.2222222222%;
}

.oem .section2 .item:nth-child(2) .item-line {
  width: 2.79rem;
  left: auto;
  right: 100%;
}

.oem .section2 .item:nth-child(2) .item-title {
  left: auto;
  right: 100%;
  -webkit-transform: translate3d(-2.79rem, -50%, 0);
  -moz-transform: translate3d(-2.79rem, -50%, 0);
  transform: translate3d(-2.79rem, -50%, 0);
}

.oem .section2 .item:nth-child(3) {
  left: 67.96875%;
  top: 76.4444444444%;
}

.oem .section2 .item:nth-child(3) .item-line {
  width: 2.36rem;
}

.oem .section2 .item:nth-child(3) .item-title {
  -webkit-transform: translate3d(2.36rem, -50%, 0);
  -moz-transform: translate3d(2.36rem, -50%, 0);
  transform: translate3d(2.36rem, -50%, 0);
}

.oem .section2 .item-dot {
  width: 2.2222222222em;
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.oem .section2 .item-line {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border-top: 1px dashed #fff;
}

.oem .section2 .item-title {
  position: absolute;
  top: 50%;
  left: 100%;
  line-height: 3.1666666667;
  padding: 0 0.36rem;
  background-color: #fff;
  color: #3366CC;
  border-radius: 50px;
  white-space: nowrap;
}

.oem .section2 .tip {
  text-align: center;
  color: #fff;
  line-height: 1.3333333333;
}

.oem .section3 {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}

.oem .section3 .title {
  color: #3366CC;
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.12rem;
}

.oem .section3 .title2 {
  line-height: 1.3333333333;
  text-align: center;
  margin-bottom: 0.6rem;
}

.oem .section3 .swiper {
  margin-bottom: 0.4rem;
}

.oem .section3 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.1rem;
  overflow: hidden;
}

.oem .section3 .swiper-slide:hover .slide-info {
  background-color: #3366CC;
  background-image: url(../images_die/svg/36.svg);
}

.oem .section3 .swiper-slide:hover .slide-num, .oem .section3 .swiper-slide:hover .slide-title, .oem .section3 .swiper-slide:hover .slide-text {
  color: #fff;
}

.oem .section3 .swiper-slide:hover .slide-line {
  background-color: #fff;
}

.oem .section3 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.58rem 6.0606060606% 0.85rem;
  background: #F7F8FA url(../images_die/svg/37.svg) no-repeat;
  background-position: 1.88rem 0.58rem;
  -o-background-size: 92.7710843373% auto;
  background-size: 92.7710843373% auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.oem .section3 .slide-num {
  line-height: 1.4;
  margin-bottom: 0.09rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.oem .section3 .slide-line {
  width: 0.85em;
  height: 2px;
  border-radius: 1px;
  background-color: #3366CC;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 0.09rem;
}

.oem .section3 .slide-title {
  line-height: 1.3571428571;
}

.oem .section3 .slide-text {
  margin-top: auto;
  line-height: 1.3333333333;
  color: #666;
}

.oem .section3 .slide-img {
  width: 49.696969697%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.oem .section3 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.oem .section3 .swiper-pagination {
  position: relative;
  height: 5px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.oem .section3 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #3366CC;
}

.oem .section3 .my-swiper-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.23rem;
}

.oem .section3 .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  width: 50px;
  height: 50px;
}

.oem .section3 .swiper-button::after {
  font-size: 18px;
}

.oem .section3 .swiper-button-prev {
  margin-right: 0.15rem;
}

.oem .section4 {
  background-color: #F4F7FC;
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}

.oem .section4 .title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.6rem;
}

.oem .section4 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.oem .section4 .list-arr {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.oem .section4 .item {
  width: 21.4285714286%;
  background-color: #ECF3FE;
  border-radius: 0.1rem;
  overflow: hidden;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.oem .section4 .item:last-child {
  min-height: 2.3rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 360px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}

.oem .section4 .item-icon {
  width: 1.6666666667em;
  margin-bottom: 0.19rem;
}

.oem .section4 .item-text {
  line-height: 1.3333333333;
}

.oem .section4 .item-title {
  line-height: 1.4285714286;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.25rem 10px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background: url(../images_die/45.webp) no-repeat center center/cover;
  color: #fff;
}

.oem .section4 .item-title img {
  width: 1.4285714286em;
  margin-right: 0.19rem;
}

.oem .section4 .item-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.37rem 15px 0.49rem;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.oem .section4 .item-li {
  padding: 0.12rem 0.27rem;
  background-color: #fff;
  border-radius: 100px;
  min-width: 2.2rem;
  text-align: center;
}

.oem .section4 .item-arr {
  width: 1.2em;
  margin: 0.09rem 0 0.14rem;
}

.oem .section4 .more {
  text-align: center;
}

.solution .section1 {
 
  position: relative;
  height:76px;
  
}

.solution .section1 .sboxx{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
     border-bottom: 1px solid rgba(0, 0, 0, 0.08);
     z-index:8;
     background: #fff;
}

.solution .section1.act .sboxx{
    position: fixed;
    top:50px;
}

.solution .section1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height:76px;
}

.solution .section1 .swiper-slide:hover .slide-title, .solution .section1 .swiper-slide.active .slide-title {
  color: #3366CC;
}

.solution .section1 .swiper-slide:hover .slide-line, .solution .section1 .swiper-slide.active .slide-line {
  width: 100%;
}

.solution .section1 .slide-icon {
  width: 1.3333333333em;
  margin-right: 0.1rem;
}

.solution .section1 .slide-line {
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  height: 1px;
  background-color: #3366CC;
}

.solution .section1 .swiper-button {
  --swiper-navigation-size: 30px;
  width: 30px;
  height: 30px;
}

.solution .section1 .swiper-button::after {
  font-size: 10px;
}

.solution .section1 .swiper-button-prev {
  left: -30px;
}

.solution .section1 .swiper-button-next {
  right: -30px;
}

.solution .section2 {
  padding-top: 1.1rem;
  padding-bottom: 1.2rem;
}

.solution .section2 .list {
  margin-bottom: 0.3rem;
}

.solution .section2 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #D9D9D9;
}

.solution .section2 .item:hover .item-title {
  color: #3366CC;
}

.solution .section2 .item:first-child {
  padding-top: 0;
}

.solution .section2 .item:last-child {
  border-bottom: none;
}

.solution .section2 .item-img {
  width: 41.6666666667%;
  background-color: #F4F7FC;
  border-radius: 0.12rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 6.3095238095%;
}

.solution .section2 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}

.solution .section2 .item-title {
  line-height: 1.25;
  margin-bottom: 0.23rem;
}

.solution .section2 .item-text {
  line-height: 1.75;
  color: #666;
  margin-bottom: 0.6rem;
  -webkit-line-clamp: 6;
  text-align: justify;
}

.search .section1 {
  padding: 0.8rem 0;
  background: url(../images_die/46.webp) no-repeat center center/cover;
}

.search .section1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search .section1 .title {
  color: #fff;
  line-height: 1.6111111111;
}

.search .section1 .input {
  width: 8rem;
  position: relative;
}

.search .section1 .input input {
  width: 100%;
  line-height: 3.5;
  box-shadow: 0 0 0 1px #D9D9D9 inset;
  background-color: #fff;
  border-radius: 50px;
  padding-left: 0.33rem;
  padding-right: 2rem;
}

.search .section1 .input input:focus {
  box-shadow: 0 0 0 1px #3366CC inset;
}

.search .section1 .input span {
  position: absolute;
  padding: 0;
  top: 1px;
  bottom: 1px;
  right: 1px;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
  background-color: #3366CC;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}

.search .section1 .input span:hover {
  background-color: #517CD3;
}

.search .section1 .input span img {
  width: 2.0625em;
  margin-left: 0.14rem;
}

.search .section2 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.search .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
}

.search .section2 .select-item {
  line-height: 2.1;
  margin-right: 0.47rem;
  position: relative;
  cursor: pointer;
}

.search .section2 .select-item s {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #3366CC;
  width: 0;
}

.search .section2 .select-item:hover, .search .section2 .select-item.active {
  color: #3366CC;
}

.search .section2 .select-item:hover s, .search .section2 .select-item.active s {
  width: 100%;
}

.search .section2 .pr_li1 {
  padding: 0;
}

.search .section2 .pr_li1 .prt {
  float: initial;
  width: 100%;
  max-width: initial;
}

.search .section2 .pr_li1 .ul1 li {
  width: 23.4375%;
  margin-right: 1.875%;
}

.search .section2 .pr_li1 .ul1 li:nth-of-type(4n) {
  margin-right: 0;
}

.search .section2 .page {
  margin-top: 0.6rem;
}

.products-compare-modal .modal-main {
  width: 90%;
  max-width: 1600px;
  background-color: #fff;
  padding: 0.4rem 1.38rem;
}
.products-compare-modal .close-icon {
  position: absolute;
  width: 1.0769230769em;
  right: 0.4rem;
  top: 0.4rem;
}
.products-compare-modal .close-icon:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
      transform: rotate(180deg);
}
.products-compare-modal .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.3rem;
}
.products-compare-modal .title-text {
  color: #3366CC;
}
.products-compare-modal .groui-select {
  width: 4.5rem;
  margin-right: 0;
  margin-left: 10px;
}
.products-compare-modal .groui-select .select-label-input {
  width: 100%;
  line-height: 2.75;
  border-radius: 4px;
  padding-left: 0.2rem;
  padding-right: 0.6rem;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.products-compare-modal .groui-select .select-label-input::-webkit-input-placeholder {
  color: #C8C8C8;
}
.products-compare-modal .groui-select .select-label-input:-moz-placeholder {
  color: #C8C8C8;
}
.products-compare-modal .groui-select .select-label-input::-moz-placeholder {
  color: #C8C8C8;
}
.products-compare-modal .groui-select .select-label-input:-ms-input-placeholder {
  color: #C8C8C8;
}
.products-compare-modal .groui-select .select-label-input::placeholder {
  color: #C8C8C8;
}
.products-compare-modal .groui-select .select-icon {
  right: 0.3rem;
  width: 7px;
}
.products-compare-modal .groui-select .select-icon img {
  width: 100%;
}
.products-compare-modal .pr_li1 {
  padding: 0;
}
.products-compare-modal .pr_li1 .prt {
  width: 100%;
  float: initial;
  max-width: initial;
}
.products-compare-modal .pr_li1 .ul1 {
  margin: 0;
  max-height: 70vh;
  overflow: auto;
}
.products-compare-modal .pr_li1 .ul1 li {
  width: 24.16918429%;
  margin-right: 1.0574018127%;
  margin-bottom: 0.15rem;
}
.products-compare-modal .pr_li1 .ul1 li:nth-child(3n) {
  margin-right: 1.0574018127%;
}
.products-compare-modal .pr_li1 .ul1 li:nth-child(4n) {
  margin-right: 0;
}
.products-compare-modal .pr_li1 .prt .ul1 li a {
  padding: 10px 10px 0.3rem;
}
.products-compare-modal .pr_li1 .prt .ul1 li a .img {
  margin-bottom: 0;
}
.products-compare-modal .pr_li1 .prt .ul1 li a .ltt2 {
  margin: 0;
  color: #333333;
}
.pr_zt5-modal .modal-main{
    background-color: #fff;
    border-radius: .2rem;
    padding: .8rem;
    max-width: 90%;
}


.pr_zt5-modal .pr_zt5{padding: 0 10px 0 0;overflow: auto;height: 100%;}

.pr_zt5-modal .pr_zt5::-webkit-scrollbar {
  width: 3px;
  height: 1px;
  padding: 0 2px;
}

.pr_zt5-modal .pr_zt5::-webkit-scrollbar-thumb {
  background: #3366CC;
  border-radius: 20px;
}

.pr_zt5-modal .pr_zt5::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  width: 1px;
  background: -webkit-linear-gradient(left, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, transparent 33.33%, #D9D9D9 33.33%, #D9D9D9 66.66%, transparent 66.66%, transparent 100%);
}



.pr_zt5-modal  .w1560 .box{width: 100%;}

.pr_zt5-modal .modal-close{
    top: 20px;
    right: 20px;
}

@media (max-width: 1440px) {
  .header .nav-item {
    /*margin: 0 0.24rem;*/
     padding: 0 .2rem;
  }
  .index .section3 .content {
    left: 5%;
    right: 5%;
  }
  .index .section3 .swipers {
    margin-left: 0;
  }
  .index .section5 .info {
    padding-left: 5vw;
  }
  .index .section5 .info-text {
    width: 30em;
  }
}
@media (max-width: 1366px) {
  .index .section3 .item:nth-last-child(1) .item-ul, .index .section3 .item:nth-last-child(2) .item-ul {
    left: auto;
    right: 0;
    border-left: none;
    border-right: 1px solid #fff;
    padding-left: 0;
    padding-right: 0.09rem;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    text-align: right;
  }
}
@media (max-width: 1281px) {
  .service .section4 .list {
    font-size: 14px;
  }
}
@media (min-width: 1050px) {
    .prco_gs1 .dl1.active dd{
        flex-direction: row;
    }
}
@media (max-width: 1050px) {
    main.active{
        padding-top: 0;
    }
  .products-compare-modal .pr_li1 .ul1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .a_dw {
    top: -50px;
  }
  .mhead {
    position: relative;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .footer .middle .nav {
    display: none;
  }
  .footer .top img {
    margin: 0 auto;
    width: 130px;
  }
  .footer .middle .info {
    width: 100%;
  }
  .footer .middle .item {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .bottom .box {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .bottom .links {
    margin-bottom: 10px;
  }
  .footer .bottom p, .footer .bottom a {
    line-height: 1.5;
  }
  .index .section1 .swipers {
    top: 5%;
  }
  .join .section1 .item-li:nth-child(1), .join .section1 .item-li:nth-child(2) , .join .section1 .item-li:nth-child(6) {
    width: 33.33%;
    text-align: center;
    padding: 10px 5px;
  }
  .join .section1 .item-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service .section4 .list {
    overflow: auto;
    font-size: 16px;
    padding-left: 5em;
    padding-right: 5em;
  }
  .service .section4 .list::-webkit-scrollbar {
    background-color: #d9d9d9;
    height: 4px;
  }
  .service .section4 .list::-webkit-scrollbar-thumb {
    background-color: #3366CC;
    height: 4px;
  }
}



@media (max-width: 770px) {
    
  .products-compare-modal .modal-main {
    padding: 20px;
  }
  .products-compare-modal .title-text {
    margin-bottom: 10px;
  }
  .products-compare-modal .groui-select {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .products-compare-modal .close-icon {
    width: 15px;
  }
  .products-compare-modal .title {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .products-compare-modal .pr_li1 .ul1 li {
    width: 100%;
    margin-right: 0;
  }
  .products-compare-modal .pr_li1 .ul1 li:nth-child(3n) {
    margin-right: 0;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-sidebar {
    display: none;
  }
  .my-breadcrumb {
    display: none;
  }
  .my-modal .modal-main {
    width: 100%;
  }
  .my-modal .modal-close {
    right: 0;
    top: -33px;
  }
  
  #preview-modal .modal-target {
    width: 100%;
  }
  .my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .my-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .my-list1 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .my-list1 .item-img { 
    width: 100%;
    margin-bottom: 15px;
  }
  .my-list1 .item-text {
    margin-bottom: 0;
  }
  .my-list1 .my-more {
    display: none;
  }
  .index .section1 .slide-pc {
    display: none;
  }
  .index .section1 .slide-h5 {
    display: block;
  }
  .index .section1 .slide-video-target {
    display: none;
  }
  .index .section1 .slide-video-icon {
    display: block;
  }
  .index .section1 .slide-img2 {
    display: block;
  }
  .index .section1 .slide-content.status1 .slide-title {
    font-size: 30px;
  }
  .index .section1 .slide-content.status2 {
    left: 5%;
    right: 5%;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .index .section1 .item-text {
    font-size: 30px;
  }
  .index .section1 .swipers-container .swiper {
    width: 90%;
  }
  .index .section1 .swipers {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .index .section1 .swiper-button-prev {
    left: 0;
  }
  .index .section1 .swiper-button-next {
    right: 0;
  }
  .index .section2 .title {
    position: relative;
    margin-top: 50px;
  }
  .index .section2 .content {
    overflow: auto;
  }
  .index .section2 .img {
    min-width: 900px;
  }
  .index .section2 .more {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .index .section2 .li {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .index .section2 .li-img {
    width: 80%;
    margin: 0 auto 10px;
  }
  .index .section2 .li-info {
    width: 100%;
  }
  .index .section2 .item-dot {
    width: 50px;
    height: 50px;
  }
  .index .section3 {
    height: auto;
  }
  .index .section3 .top {
    display: none;
  }
  .index .section3 .container {
    position: relative;
    height: auto;
  }
  .index .section3 .bottom {
    height: auto;
    opacity: 1;
    padding-top: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 50px;
  }
  .index .section3 .bottom-box {
    height: auto;
  }
  .index .section3 .content {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .index .section3 .swiper {
    padding-bottom: 30px;
  }
  .index .section3 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section3 .slide-left {
    width: 100%;
  }
  .index .section3 .slide-info {
    width: 100%;
  }
  .index .section3 .my-swiper-button {
    display: none;
  }
  .index .section3 .item-top {
    display: none;
  }
  .index .section3 .list {
    overflow: auto;
    padding-bottom: 10px;
    margin-top: 30px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index .section3 .item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .index .section3 .item + .item {
    margin-left: 20px;
  }
  .index .section3 .swiper-pagination {
    display: block;
  }
  .index .section4 {
    padding-top: 50px;
  }
  .index .section4 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section4 .left {
    padding-top: 0;
    height: auto;
    position: relative;
    margin-bottom: 25px;
  }
  .index .section4 .list {
    padding-top: 0;
    margin-left: 0;
    width: 100%;
    padding-bottom: 30px;
  }
  .index .section4 .swiper-wrapper {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .index .section4 .item + .item {
    margin-top: 0;
  }
  .index .section5 {
    height: auto;
  }
  .index .section5 .top {
    display: none;
  }
  .index .section5 .container {
    height: auto;
    position: relative;
  }
  .index .section5 .bottom {
    height: auto;
  }
  .index .section5 .bottom-container {
    height: auto;
    position: relative;
  }
  .index .section5 .bottom-box {
    padding-top: 50px;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section5 .list {
    width: 100%;
  }
  .index .section5 .info {
    width: 100%;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-bottom: 30px;
  }
  .index .section5 .info-title, .index .section5 .info-text, .index .section5 .list, .index .section5 .my-more {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
  }
  .index .section5 .info-text {
    width: 100%;
  }
  .index .section5 .img {
    height: auto;
    width: 100%;
  }
  .index .section5 .img-target {
    height: auto;
    position: relative;
  }
  .contact .section1 .item1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section1 .item1-left {
    width: 100%;
    padding: 20px;
    border-radius: 10px 10px 0 0;
  }
  .contact .section1 .item1-ul {
    width: 100%;
  }
  .contact .section1 .item1-li {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  .contact .section1 .item1-li:nth-child(1) {
    border-radius: 0;
  }
  .contact .section1 .item1-li:nth-child(2) {
    border-radius: 0 0 10px 10px;
  }
  .contact .section1 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section1 .item {
    width: 100%;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .contact .section1 .swiper-slide {
    width: 250px;
  }
  .contact .section2 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .section2 .map {
    width: 100%;
    margin-left: 0;
    overflow: auto;
  }
  .contact .section2 .map-bg {
    display: none;
  }
  .contact .section2 .map-container {
    min-width: 640px;
  }
  .contact .section2 .right {
    margin-top: 70px;
    width: 100%;
    margin-right: 0;
  }
  .contact .section2 .list {
    max-height: 280px;
  }
  .contact .section2 .map-tip {
    bottom: 0;
    top: 600px;
  }
  .contact .section2 .filter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .contact .section2 .filter-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-detail .section1 {
    padding-top: 10px;
  }
  .news-detail .section1 .container {
    padding: 30px 20px;
  }
  .news-detail .section1 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-detail .section1 .list {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-detail .section1 .btns {
    margin: 0 auto;
  }
  .talent .section1 .item-bottom-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .talent .section1 .item-bottom {
    padding: 20px;
  }
  .talent .section1 .item-content {
    width: 100%;
  }
  .talent .section1 .item-img {
    width: 100%;
    margin-top: 20px;
  }
  .talent .section2 .title {
    position: relative;
    margin-bottom: 30px;
    left: auto;
  }
  .talent .section2 .swiper-slide {
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }
  .talent .section2 .slide-left {
    width: 100%;
    margin-left: 0;
  }
  .talent .section2 .slide-info {
    width: 100%;
    padding: 20px;
    height: auto;
    border-radius: 0 0 10px 10px;
    height: 100%;
    display: block;
  }
  .talent .section2 .slide-img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .talent .section2 .pagination {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .talent .section3 .my-swiper-button {
    display: none;
  }
  .talent .section3 .swiper {
    padding-bottom: 25px;
  }
  .talent .section3 .swiper-slide {
    width: 100%;
  }
  .talent .section3 .swiper-pagination {
    display: block;
  }
  .join .section1 .item-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .join .section1 .item-li:nth-child(2), .join .section1 .item-li:nth-child(3), .join .section1 .item-li:nth-child(5), .join .section1 .item-li:nth-child(7) {
    display: none;
  }
  .join .section1 .item-bottom {
    padding: 20px;
  }
  .join .section1 .item-ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .join .section1 .item-lis {
    width: 100%;
    margin-bottom: 15px;
  }
  .join .section1 .my-more {
    margin-left: 0;
  }
  .service .section1 .content {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service .section1 .img {
    width: 90%;
    margin: 0 auto 20px;
    max-width: 450px;
  }
  .service .section1 .info {
    padding: 0 5%;
    width: 100%;
  }
  .service .section1 .code {
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .service .section1 .code-container {
    margin-top: 20px;
    margin-right: 0;
  }
  .service .section2 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service .section2 .item {
    width: 100%;
  }
  .service .section2 .item + .item {
    margin-top: 15px;
  }
  .service .section3 .swiper {
    padding-bottom: 25px;
  }
  .service .section3 .swiper-slide {
    width: 250px;
  }
  .service .section3 .swiper-pagination {
    display: block;
  }
  .service .section4 .list {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 14px;
    justify-content: flex-start;
  }
  .service .section4 .item-arr {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
  .service .section4 .infos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .service .section4 .info {
    width: 100%;
    margin-bottom: 20px;
  }
  .download .section1 .filter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download .section1 .groui-select {
    width: 100%;
    margin-bottom: 20px;
  }
  .download .section1 .input {
    width: 100%;
  }
  .download .section1 .item {
    width: 100%;
  }
  .oem .section1 .swiper-slide {
    width: 250px;
  }
  .oem .section1 .slide-more {
    display: none;
  }
  .oem .section2 .item-line {
    display: none;
  }
  .oem .section2 .item:nth-child(1) .item-title {
    left: 50%;
    top: 600%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .oem .section2 .item:nth-child(2) .item-title {
    left: 50%;
    right: auto;
    top: 600%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .oem .section2 .item:nth-child(3) .item-title {
    left: 50%;
    top: 600%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .oem .section3 .my-swiper-button {
    display: none;
  }
  .oem .section3 .swiper-slide {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oem .section3 .slide-info {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .oem .section3 .slide-text {
    margin-top: 20px;
  }
  .oem .section3 .slide-img {
    width: 100%;
  }
  .oem .section4 .list {
    overflow: auto;
  }
  .oem .section4 .list-arr {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin: 0 15px;
  }
  .oem .section4 .item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 220px;
  }
  .solution .section1 .swiper-button {
    display: none;
  }
  .solution .section1 .swiper-slide {
    width: 200px;
  }
  .solution .section2 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution .section2 .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .search .section1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search .section1 .title {
    margin-bottom: 20px;
  }
  .search .section1 .input {
    width: 100%;
  }
  .search .section2 .pr_li1 .ul1 li {
    width: 100%;
    margin-right: 0;
  }
  .my-cookie .cookie-container {
    padding: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .my-cookie .cookie-info {
    margin-bottom: 15px;
  }
  .my-cookie .cookie-btns {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index .section4 .item{overflow: hidden;}

  .index .section4 .item-time{width: 60px;}

  .index .section4 .item-info{width: calc(100% - 60px);}


    
    .solution .section1 {
     
      position: relative;
      height:50px;
    }
    
    .solution .section1 .swiper-slide{
        line-height: 50px;
    }
    
    
    
    .service .section4 .item{width:15em;flex-shrink: 0;}

    .service .section4 .item-icon{margin:0 auto .4rem;}

}





@-webkit-keyframes selectIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@-moz-keyframes selectIn {
  0% {
    opacity: 0.3;
    -moz-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@-o-keyframes selectIn {
  0% {
    opacity: 0.3;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 15px, 0);
  }
}
@keyframes selectIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}
@-webkit-keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-moz-keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@-o-keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes ani1 {
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}