@charset "UTF-8";
html {
  width: 100%;
  font-size: 50px;
}
body {
  font-size: 14px;
  background: #fff;
  font-family: 'PingFang SC', '思源黑体', '微软雅黑', '宋体', Helvetica, sans-serif;
  color: #333;
  width: 100%;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  zoom: 1;
}
@media screen and (max-width: 1140px) and (min-width: 992px) {
  html {
    width: 1240px;
  }
}
body,
dd,
div,
dl,
dt,
em,
form,
input,
li,
ol,
p,
span,
strong,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0 none;
  max-width: 100%;
  max-height: 100%;
}
a,
a:hover {
  text-decoration: none !important;
  color: #38b4ff;
}
a:focus {
  outline: 0;
}
a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.font-30{
  font-size: 30px;
}
@-webkit-keyframes core-nav-show {
  from {
    max-height: 0;
  }
  to {
    max-height: 230px;
  }
}
@keyframes core-nav-show {
  from {
    max-height: 0;
  }
  to {
    max-height: 230px;
  }
}
@-webkit-keyframes core-nav-hidden {
  from {
    max-height: 230px;
  }
  to {
    max-height: 0;
  }
}
@keyframes core-nav-hidden {
  from {
    max-height: 230px;
  }
  to {
    max-height: 0;
  }
}
@-webkit-keyframes show-main-nav {
  from {
    max-height: 0;
  }
  to {
    max-height: 310px;
  }
}
@keyframes show-main-nav {
  from {
    max-height: 0;
  }
  to {
    max-height: 310px;
  }
}
@-webkit-keyframes hide-main-nav {
  from {
    max-height: 310px;
  }
  to {
    max-height: 0;
  }
}
@keyframes hide-main-nav {
  from {
    max-height: 310px;
  }
  to {
    max-height: 0;
  }
}
@-webkit-keyframes toggle-show-1 {
  from {
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes toggle-show-1 {
  from {
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes toggle-hide-1 {
  from {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes toggle-hide-1 {
  from {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes toggle-show-2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes toggle-show-2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes toggle-hide-2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes toggle-hide-2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes toggle-show-3 {
  from {
    top: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes toggle-show-3 {
  from {
    top: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes toggle-hide-3 {
  from {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    top: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes toggle-hide-3 {
  from {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    top: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes platform-1-1 {
  0% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }
}
@keyframes platform-1-1 {
  0% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }
}
@-webkit-keyframes platform-1-2 {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: -69px;
  }
  100% {
    background-position-x: -139px;
  }
}
@keyframes platform-1-2 {
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: -69px;
  }
  100% {
    background-position-x: -139px;
  }
}
@-webkit-keyframes platform-2-1 {
  0% {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes platform-2-1 {
  0% {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes platform-2-2 {
  0% {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes platform-2-2 {
  0% {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes platform-2-3 {
  0% {
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px);
  }
}
@keyframes platform-2-3 {
  0% {
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px);
  }
}
@-webkit-keyframes platform-3-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes platform-3-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes platform-3-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes platform-3-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes platform-4-1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes platform-4-1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes platform-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes platform-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes platform-data {
  0% {
    max-height: 16px;
  }
  25% {
    max-height: 12px;
  }
  50% {
    max-height: 8px;
  }
  75% {
    max-height: 6px;
  }
  100% {
    max-height: 16px;
  }
}
@keyframes platform-data {
  0% {
    max-height: 16px;
  }
  25% {
    max-height: 12px;
  }
  50% {
    max-height: 8px;
  }
  75% {
    max-height: 6px;
  }
  100% {
    max-height: 16px;
  }
}
@-webkit-keyframes scale-1-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-1-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes opacity-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes icon-view {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes icon-view {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scale-1-1 {
  -webkit-animation: scale-1-1;
  animation: scale-1-1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.scale-1-2 {
  -webkit-animation: scale-1-1;
  animation: scale-1-1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.scale-1-3 {
  -webkit-animation: scale-1-1;
  animation: scale-1-1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
#main {
  width: 100%;
}
.wrapper img {
  width: 100%;
}
.wrapper > .title {
  color: #38b4ff;
  font-size: 32px;
  text-align: center;
  padding: 60px 0;
  font-weight: 500;
}
.wrapper > .title span {
  color: #0b5dad;
  padding: 0 10px;
}
.wrapper > .sub-title {
  padding: 60px 0;
  color: #333;
  text-align: justify;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.wrapper > .sub-title > h2 {
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0 28px 0 29px;
}
.wrapper > .sub-title > span {
  border: 1px solid #38b4ff;
  width: 50px;
}
.wrapper .sub-title-1 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-left: 4px solid #38b4ff;
  padding-left: 26px;
  margin: 40px 0 30px;
}
.wrapper .info {
  font-size: 18px;
  line-height: 34px;
  color: #0b5dad;
  text-align: center;
  padding-bottom: 60px;
}
.wrapper .video-preview-wrapper {
  position: relative;
  cursor: pointer;
}
.wrapper .video-preview-wrapper .play-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40px, -40px);
  transform: translate(-40px, -40px);
}
@media (max-width: 768px) {
  .wrapper > .title {
    font-size: 24px;
    padding: 30px 0 38px;
  }
  .wrapper > .sub-title {
    padding: 40px 0 30px;
  }
  .wrapper > .sub-title > h2 {
    font-size: 20px;
    letter-spacing: 0.67px;
    font-weight: 400;
    padding: 0 22px 0 24px;
  }
  .wrapper > .sub-title > span {
    border: 1px solid #38b4ff;
    width: 30px;
  }
  .wrapper .sub-title-1 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.32;
    border-left: 4px solid #38b4ff;
    padding-left: 10px;
  }
  .wrapper > .info {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 0.29px;
  }
  .wrapper .video-preview-wrapper {
    position: relative;
  }
  .wrapper .video-preview-wrapper .play-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30px, -30px);
    transform: translate(-30px, -30px);
  }
}
.header-view {
  height: 84px;
  width: 100%;
}
@media (max-width: 768px) {
  .header-view {
    height: 80px;
  }
}
.container {
  margin: auto;
  width: 1140px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
footer {
  width: 100%;
  background-color: #0b5dad;
  min-width: 1240px;
}
@media (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}
.logo-wrapper h1 {
  height: 0;
  color: transparent;
}
.logo-wrapper img {
  width: 131px;
  height: 24px;
  display: block;
}
.footer-wrapper {
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
}
.footer-wrapper .footer-info {
  display: -webkit-box;
  display: flex;
  padding: 46px 0 30px;
  position: relative;
}
.footer-wrapper .footer-info:after {
  border-top: 1px solid #ccc;
  content: ' ';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 200 / 100),
  only screen and (min-device-pixel-ratio: 2) {
  .footer-wrapper .footer-info:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.5),
  only screen and (min--moz-device-pixel-ratio: 2.5),
  only screen and (-o-min-device-pixel-ratio: 250 / 100),
  only screen and (min-device-pixel-ratio: 2.5) {
  .footer-wrapper .footer-info:after {
    -webkit-transform: scaleY(0.33333);
    transform: scaleY(0.33333);
  }
}
.footer-wrapper .footer-info .logo-wrapper {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.footer-wrapper .footer-info .logo-wrapper img {
  width: 191px;
  height: 44px;
}
.footer-wrapper .footer-info .footer-nav {
  margin-left: 180px;
}
.footer-wrapper .footer-info .footer-nav div {
  margin-bottom: 10px;
}
.footer-wrapper .footer-info .footer-nav li {
  padding-top: 15px;
}
.footer-wrapper .footer-info .footer-nav li a {
  color: #fff;
  font-size: 14px;
}
.footer-wrapper .footer-concat {
  padding: 30px 0 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.footer-wrapper .footer-concat .concat .title {
  margin-bottom: 20px;
}
.footer-wrapper .footer-concat .concat .fax,
.footer-wrapper .footer-concat .concat .phone {
  font-size: 14px;
  margin-right: 36px;
}
.footer-wrapper .footer-concat .concat .address {
  font-size: 14px;
  margin-top: 10px;
}
.footer-wrapper .footer-concat .follow .title {
  margin-bottom: 20px;
  text-align: right;
}
.footer-wrapper .footer-concat .follow .icon-wrapper {
  position: relative;
  box-sizing: border-box;
}
.footer-wrapper .footer-concat .follow .icon-wrapper > img {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.footer-wrapper .footer-concat .follow .icon-wrapper .qrcode-wrapper {
  position: absolute;
  width: 166px;
  height: 172px;
  background-repeat: no-repeat;
  background-size: 100%;
  top: -180px;
  padding: 13px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  display: none;
  right: -60px;
  background-image: url(/img/popup_follow.png);
}
.footer-wrapper .footer-concat .follow .icon-wrapper .qrcode-wrapper > img {
  width: 140px;
}
.footer-wrapper .footer-concat .follow .icon-wrapper .show-qrcode-wrapper {
  display: block;
  opacity: 1;
}
.footer-wrapper .footer-mobile-toggle img {
  display: none;
}
@media (max-width: 768px) {
  .footer-wrapper {
    font-size: 14px;
  }
  .footer-wrapper .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px 20px 0;
    border-bottom: 0;
  }
  .footer-wrapper .footer-info:after {
    border-top: 0;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .footer-wrapper .footer-info .logo-wrapper {
    width: 120px;
    height: 28px;
    margin-bottom: 40px;
  }
  .footer-wrapper .footer-info .footer-nav {
    margin-left: 0;
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    overflow: hidden;
  }
  .footer-wrapper .footer-info .footer-nav div {
    height: 53px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
  }
  .footer-wrapper .footer-concat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 20px 40px;
  }
  .footer-wrapper .footer-concat .concat {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    overflow: hidden;
  }
  .footer-wrapper .footer-concat .concat .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: left;
    line-height: 53px;
    margin: 0;
  }
  .footer-wrapper .footer-concat .follow .title {
    text-align: left;
    line-height: 53px;
    margin: 0;
  }
  .footer-wrapper .footer-concat .follow .icon-wrapper > img {
    margin: 0 10px 0 0;
  }
  .footer-wrapper .footer-concat .follow .icon-wrapper .qrcode-wrapper {
    position: absolute;
    background-image: url(../img/popup_follow_1.png);
    width: 120px;
    height: 125px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -133px;
    padding: 8px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: none;
    right: 0;
  }
  .footer-wrapper .footer-concat .follow .icon-wrapper .qrcode-wrapper > img {
    width: 140px;
  }
  .footer-wrapper .footer-concat .follow .icon-wrapper .show-qrcode-wrapper {
    display: block;
    opacity: 1;
  }
  .footer-wrapper .footer-mobile-toggle {
    max-height: 53px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
  .footer-wrapper .footer-mobile-toggle img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .footer-wrapper .footer-mobile-toggle-show {
    max-height: 220px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-wrapper .footer-mobile-toggle-show img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.copyright {
  font-size: 12px;
  color: #fff;
  background-color: #06437e;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 50px;
}
.copyright a {
  color: #fff;
}
.copyright a:visited {
  color: #fff;
}
@media (max-width: 768px) {
  .copyright {
    padding: 20px 32px;
  }
  .copyright span {
    /* width: 100%; */
    display: inline-block;
  }
  .copyright .split {
    display: none;
  }
}
header {
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 140px;
  box-sizing: border-box;
  min-width: 1240px;
  box-shadow: 0 2px 4px #9acafa;
  height: 84px;
  background-color: #fff;
}
.visit-btn {
  padding: 8px 20px;
  font-size: 14px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #000;
  background: linear-gradient(to right, #aaa 0%, #000 50%, #aaa 100%);
  background-size: 200% 100%;
  animation: backgroud-move 2s infinite reverse;
  -webkit-animation: backgroud-move 2s infinite reverse;
}

.visit-btn:hover {
  opacity: .8;
}

@keyframes backgroud-move {
  from {
    background-position: 0, 0;
  }

  to {
    background-position: 200%, 0
  }
}

@media (max-width: 768px) {
  header .visit-btn {
    display: none;
  }
}
header .menu-wrapper {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex: 1;
  justify-content: center;
}
header .menu-wrapper .menu-item {
  padding: 0 20px;
  position: relative;
}
header .menu-wrapper .menu-item > a {
  line-height: 84px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
header .menu-wrapper .menu-item > a::after {
  content: ' ';
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #38b4ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-wrapper .menu-item > a:hover::after {
  width: 100%;
}
header .menu-wrapper .menu-item .sub-menu {
  padding-bottom: 10px;
  position: absolute;
  background: #fbfbfb;
  left: -24px;
  box-shadow: 0 6px 8px 0 rgba(225, 225, 225, 0.44);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
header .menu-wrapper .menu-item .sub-menu-view {
  padding: 24px 41px;
  font-size: 14px;
  color: #333;
  position: relative;
}
header .menu-wrapper .menu-item .sub-menu-view:after {
  border-top: 1px solid #e1e1e1;
  content: ' ';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mobile-header-menu .mobile-appointment-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .mobile-header-menu .mobile-appointment-wrapper {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow: auto;
  }
  .mobile-header-menu .mobile-appointment-wrapper .index-appointment-header-wrapper {
    width: 100vw;
    overflow-x: scroll;
    overflow-y: auto;
  }
  .mobile-header-menu
    .mobile-appointment-wrapper
    .index-appointment-header-wrapper
    .index-appointment-header {
    height: 40px;
    width: 450px;
  }
  .mobile-header-menu
    .mobile-appointment-wrapper
    .index-appointment-header-wrapper
    .index-appointment-header
    .appointment-item {
    font-size: 14px;
    color: #111;
    padding: 0 12.5px;
    line-height: 40px;
    display: inline-block;
    position: relative;
  }
  .mobile-header-menu
    .mobile-appointment-wrapper
    .index-appointment-header-wrapper
    .index-appointment-header
    .appointment-item::after {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: ' ';
    width: 28px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 14px);
    position: absolute;
  }
  .mobile-header-menu
    .mobile-appointment-wrapper
    .index-appointment-header-wrapper
    .index-appointment-header
    .appointment-item.active {
    color: #0b5dad;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .mobile-header-menu
    .mobile-appointment-wrapper
    .index-appointment-header-wrapper
    .index-appointment-header
    .appointment-item.active::after {
    content: ' ';
    background-color: #0b5dad;
    width: 28px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 14px);
    position: absolute;
  }
  .mobile-header-menu .mobile-appointment-wrapper .index-appointment-form {
    padding: 16px;
    box-sizing: border-box;
  }
  .mobile-header-menu .mobile-appointment-wrapper .mobile-appointment-btn {
    background: #1b7bf6;
    display: block;
    border-radius: 4px;
    font-size: 16px;
    width: 305px;
    margin: 24px auto;
    color: #fff;
    text-align: center;
    height: 44px;
    border-radius: 22px;
    cursor: pointer;
  }
  .mobile-header-menu .mobile-appointment-wrapper .mobile-appointment-btn:disabled {
    background-color: grey;
  }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 200 / 100),
  only screen and (min-device-pixel-ratio: 2) {
  header .menu-wrapper .menu-item .sub-menu-view:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.5),
  only screen and (min--moz-device-pixel-ratio: 2.5),
  only screen and (-o-min-device-pixel-ratio: 250 / 100),
  only screen and (min-device-pixel-ratio: 2.5) {
  header .menu-wrapper .menu-item .sub-menu-view:after {
    -webkit-transform: scaleY(0.33333);
    transform: scaleY(0.33333);
  }
}
header .menu-wrapper .menu-item .sub-menu-view .title {
  letter-spacing: 0.47px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
header .menu-wrapper .menu-item .sub-menu-view .menu {
  font-size: 12px;
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: flex;
  margin-top: 16px;
}
header .menu-wrapper .menu-item .sub-menu-view .menu li {
  margin-right: 50px;
}
header .menu-wrapper .menu-item .sub-menu-view .menu li > a {
  color: #666;
}
header .menu-wrapper .menu-item .sub-menu-view .menu li > a:hover {
  color: #38b4ff;
}
header .menu-wrapper .menu-item .sub-menu-view:last-child::after {
  width: 0;
}
header .search-wrapper {
  width: 131px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
header .search-wrapper img {
  width: 16px;
  height: 16px;
  display: block;
}
header .menu-toggle-wrapper {
  display: none;
}

header .index-appointment-wrapper {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  height: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: auto;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
header .index-appointment-wrapper .index-appointment-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
header .index-appointment-wrapper .index-appointment-header .appointment-item {
  height: 55px;
  line-height: 55px;
  padding: 0 36px;
  font-size: 18px;
  color: #111;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header .index-appointment-wrapper .index-appointment-header .close-btn{
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 30px;
  color: gray;
}
header .index-appointment-wrapper .index-appointment-header .active {
  background-color: #fff;
}
header .index-appointment-wrapper .index-appointment-form {
  background-color: #fff;
  background: #fff;
  padding: 20px 36px 30px;
}
header .index-appointment-wrapper .index-appointment-form .form-row {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
header .index-appointment-wrapper .index-appointment-form .form-row .input-view{
  height: 65px;
}
header .index-appointment-wrapper .index-appointment-form .input-control{
  width: 400px;
  border-radius: 0;
}
header .index-appointment-wrapper .index-appointment-form .input-control input{
  height: 40px;
}
header .index-appointment-wrapper .index-appointment-form .form-row .input-view span{
  padding: 3px 0;
}
header .index-appointment-wrapper .index-appointment-form .appointment-btn {
  background: #1b7bf6;
  width: 400px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
}
header .index-appointment-wrapper .index-appointment-form .appointment-btn:disabled {
  background-color: grey;
}
@media (max-width: 768px) {
  header .index-appointment-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0 20px;
    max-height: 80px;
    min-width: 100%;
    flex-wrap: wrap;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  header .logo-wrapper {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  header .logo-wrapper img {
    width: 100px;
    height: auto;
  }
  header .menu-toggle-wrapper {
    width: 32px;
    height: 32px;
    display: block;
    position: relative;
    text-align: center;
  }
  header .menu-toggle-wrapper div {
    width: 20px;
    height: 1px;
    box-sizing: border-box;
    border-top: 1px solid #0b5dad;
    position: absolute;
    left: 6px;
  }
  header .menu-toggle-wrapper div:nth-child(1) {
    top: 8px;
  }
  header .menu-toggle-wrapper div:nth-child(2) {
    top: 15px;
  }
  header .menu-toggle-wrapper div:nth-child(3) {
    top: 22px;
  }
  header .menu-wrapper {
    display: none;
  }
  header .search-wrapper {
    display: none;
  }
}
.mobile-header-menu {
  display: none;
}
@media (max-width: 768px) {
  .mobile-header-menu {
    display: block;
    position: fixed;
    top: 80px;
    width: 100%;
    background-color: #fff;
    z-index: 20;
    box-shadow: 0 6px 8px 0 rgba(225, 225, 225, 0.44);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1000;
  }
  .mobile-header-menu .menu-wrapper {
    padding: 0 0 50px;
    box-sizing: border-box;
  }
  .mobile-header-menu .menu-wrapper .menu-item {
    border-bottom: 1px solid #eee;
    line-height: 60px;
    font-size: 14px;
    color: #333;
    letter-spacing: 0.47px;
    margin: 0 20px;
  }
  .mobile-header-menu .menu-wrapper .menu-item > a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .mobile-header-menu .menu-wrapper .menu-item > a .arr {
    width: 14px;
    height: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-header-menu .menu-wrapper .menu-item > a:hover {
    color: #333;
  }
  .mobile-header-menu .menu-title {
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 66px;
    position: relative;
  }
  .mobile-header-menu .menu-title .back {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 11px;
    left: 20px;
    background-image: url(../img/icon_back.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 8px 16px;
  }
  .mobile-header-menu .product-menu {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .mobile-header-menu .product-sub-menu {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .mobile-header-menu .show-product-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.show-header-nav .menu-toggle-wrapper > div:nth-child(1) {
  -webkit-animation: toggle-show-1 0.3s;
  animation: toggle-show-1 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.show-header-nav .menu-toggle-wrapper > div:nth-child(2) {
  -webkit-animation: toggle-show-2 0.3s;
  animation: toggle-show-2 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.show-header-nav .menu-toggle-wrapper > div:nth-child(3) {
  -webkit-animation: toggle-show-3 0.3s;
  animation: toggle-show-3 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.show-header-nav .menu-wrapper {
  -webkit-animation: show-main-nav 0.3s;
  animation: show-main-nav 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hide-header-nav .menu-toggle-wrapper div:nth-child(1) {
  -webkit-animation: toggle-hide-1 0.3s;
  animation: toggle-hide-1 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hide-header-nav .menu-toggle-wrapper div:nth-child(2) {
  -webkit-animation: toggle-hide-2 0.3s;
  animation: toggle-hide-2 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hide-header-nav .menu-toggle-wrapper div:nth-child(3) {
  -webkit-animation: toggle-hide-3 0.3s;
  animation: toggle-hide-3 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hide-header-nav .menu-wrapper {
  -webkit-animation: hide-main-nav 0.3s;
  animation: hide-main-nav 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.icon-nav {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 0 118px 20px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #333;
  margin: 0 0 60px;
  position: relative;
  box-sizing: border-box;
}
.icon-nav::after {
  content: ' ';
  position: absolute;
  width: 42px;
  height: 4px;
  background-color: #38b4ff;
  border-radius: 2px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-nav li {
  width: 182px;
  height: 182px;
  font-size: 20px;
  padding-top: 27px;
  text-align: center;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.36px;
}
.icon-nav li .icon {
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68px 68px;
}
.icon-nav li:first-child .icon {
  background-image: url(../img/dw-icon-platform.png);
}
.icon-nav li:nth-child(2) .icon {
  background-image: url(../img/dw-icon-safe.png);
}
.icon-nav li:nth-child(3) .icon {
  background-image: url(../img/dw-icon-miniprogram.png);
}
.icon-nav li:last-child .icon {
  background-image: url(../img/dw-icon-custom.png);
}
.icon-nav[data-id='1']::after {
  left: calc(25% - 98px);
}
.icon-nav[data-id='1'] li:nth-child(1) {
  color: #38b4ff;
  border-radius: 50%;
  border: 1px solid #38b4ff;
  background-color: rgba(56, 180, 255, 0.05);
}
.icon-nav[data-id='1'] li:nth-child(1) .icon {
  background-image: url(../img/dw-icon-platform-hl.png);
}
.icon-nav[data-id='2']::after {
  left: calc(50% - 118px - 21px);
}
.icon-nav[data-id='2'] li:nth-child(2) {
  color: #38b4ff;
  border-radius: 50%;
  border: 1px solid #38b4ff;
  background-color: rgba(56, 180, 255, 0.05);
}
.icon-nav[data-id='2'] li:nth-child(2) .icon {
  background-image: url(../img/dw-icon-safe-hl.png);
}
.icon-nav[data-id='3']::after {
  left: calc(50% + 118px - 21px);
}
.icon-nav[data-id='3'] li:nth-child(3) {
  color: #38b4ff;
  border-radius: 50%;
  border: 1px solid #38b4ff;
  background-color: rgba(56, 180, 255, 0.05);
}
.icon-nav[data-id='3'] li:nth-child(3) .icon {
  background-image: url(../img/dw-icon-miniprogram-hl.png);
}
.icon-nav[data-id='4']::after {
  left: calc(75% + 59px);
}
.icon-nav[data-id='4'] li:nth-child(4) {
  color: #38b4ff;
  border-radius: 50%;
  border: 1px solid #38b4ff;
  background-color: rgba(56, 180, 255, 0.05);
}
.icon-nav[data-id='4'] li:nth-child(4) .icon {
  background-image: url(../img/dw-icon-custom-hl.png);
}
@media (max-width: 768px) {
  .icon-nav {
    padding: 0 21px 10px;
  }
  .icon-nav::after {
    width: 36px;
    height: 2px;
    border-radius: 1px;
  }
  .icon-nav li {
    height: auto;
    width: auto;
    font-size: 14px;
    padding-top: 0;
    border: none;
  }
  .icon-nav li:first-child {
    margin-right: 0;
  }
  .icon-nav li .icon {
    height: 40px;
    background-size: 40px 40px;
  }
  .icon-nav[data-id='1']::after {
    left: 9%;
  }
  .icon-nav[data-id='1'] li:nth-child(1) {
    border: none;
    background-color: transparent;
  }
  .icon-nav[data-id='1'] li:nth-child(1) .icon {
    background-image: url(../img/dw-icon-platform-hl.png);
  }
  .icon-nav[data-id='2']::after {
    left: 34%;
  }
  .icon-nav[data-id='2'] li:nth-child(2) {
    border: none;
    background-color: transparent;
  }
  .icon-nav[data-id='2'] li:nth-child(2) .icon {
    background-image: url(../img/dw-icon-safe-hl.png);
  }
  .icon-nav[data-id='3']::after {
    left: 59%;
  }
  .icon-nav[data-id='3'] li:nth-child(3) {
    border: none;
    background-color: transparent;
  }
  .icon-nav[data-id='3'] li:nth-child(3) .icon {
    background-image: url(../img/dw-icon-miniprogram-hl.png);
  }
  .icon-nav[data-id='4']::after {
    left: 83%;
  }
  .icon-nav[data-id='4'] li:nth-child(4) {
    border: none;
    background-color: transparent;
  }
  .icon-nav[data-id='4'] li:nth-child(4) .icon {
    background-image: url(../img/dw-icon-custom-hl.png);
  }
}
.common-swiper-wrapper {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.common-swiper-wrapper .common-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.common-swiper-wrapper .common-swiper .common-swiper-slide {
  position: relative;
}
.common-swiper-wrapper .common-swiper .common-swiper-slide .banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.common-swiper-wrapper .common-swiper .common-swiper-slide .banner-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content {
  position: absolute;
  top: 117px;
  width: 100%;
  text-align: center;
}
.common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content.pc {
  display: block;
}
.common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content.mobile {
  display: none;
}
.common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content .title {
  font-size: 35px;
  color: #fbfbfb;
  letter-spacing: 1.17px;
}
.common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content .content {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.32px;
  text-align: center;
  line-height: 32px;
  width: 754px;
  margin: 0 auto;
  margin-top: 23px;
}
.common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content .op > a {
  width: 162px;
  height: 45px;
  line-height: 45px;
  margin-top: 63px;
  border-radius: 22.5px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #38b4ff;
  display: inline-block;
}
.common-swiper-wrapper .common-swiper .common-swiper-button-next {
  right: 60px;
}
.common-swiper-wrapper .common-swiper .common-swiper-button-next::after {
  font-size: 20px;
  color: #fff;
}
.common-swiper-wrapper .common-swiper .common-swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.common-swiper-wrapper .common-swiper .common-swiper-button-prev {
  left: 60px;
}
.common-swiper-wrapper .common-swiper .common-swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
}
.common-swiper-wrapper .common-swiper .common-swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.common-swiper-wrapper .common-swiper .common-swiper-pagination {
  position: relative;
  margin-top: -62px;
  display: block;
}
.common-swiper-wrapper .common-swiper .common-swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 36px;
  height: 2px;
  background: 0 0;
  margin: 0 1px !important;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.common-swiper-wrapper .common-swiper .common-swiper-pagination .swiper-pagination-bullet-active {
  width: 72px;
  background-color: #00adef;
}
@media (max-width: 768px) {
  .common-swiper-wrapper {
    height: auto;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-slide .banner-image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-slide .banner-video {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content {
    position: unset;
    background-color: rgba(56, 180, 255, 0.05);
    padding: 40px 20px 32px;
    box-sizing: border-box;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content.pc {
    display: none;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content.mobile {
    display: block;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content .title {
    font-size: 18px;
    color: #333;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content .content {
    font-size: 14px;
    color: #333;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 26px;
    text-align: left;
    margin-top: 30px;
    width: 100%;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-slide .common-swiper-content .op > a {
    width: 110px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.43px;
    text-align: center;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-button-next,
  .common-swiper-wrapper .common-swiper .common-swiper-button-prev {
    display: none;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-pagination {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    top: 215px;
    pointer-events: none;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-pagination .swiper-pagination-bullet {
    width: 16px;
  }
  .common-swiper-wrapper .common-swiper .common-swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
  }
}
.index-swiper-wrapper {
  height: 600px;
  width: 100%;
  overflow: hidden;
}
.index-swiper-wrapper .index-banner {
  height: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.index-swiper-wrapper .index-banner .icon_truck {
  position: absolute;
  width: 296px;
  top: 387px;
  left: 0;
  -webkit-animation: platform-1-1;
  animation: platform-1-1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.index-swiper-wrapper .index-banner .icon_satellite {
  position: absolute;
  top: 44px;
  right: 50%;
  -webkit-transform: translateX(606px);
  transform: translateX(606px);
  width: 166px;
}
@media (max-width: 768px) {
  .index-swiper-wrapper {
    height: auto;
  }
  .index-swiper-wrapper .index-banner {
    height: 250px;
  }
  .index-swiper-wrapper .index-banner .icon_truck {
    width: 152px;
    top: 111px;
  }
  .index-swiper-wrapper .index-banner .icon_satellite {
    width: 84px;
    top: 10px;
    right: 50%;
    -webkit-transform: translateX(131px);
    transform: translateX(131px);
  }
}
.news-detail-swiper-wrapper {
  height: 277px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-detail-swiper-wrapper {
    height: auto;
  }
}
.video-play-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: none;
}
.video-play-wrapper .video-play-bgmask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-play-wrapper .video-wrapper {
  position: absolute;
  left: 15%;
  top: 5%;
  width: 70%;
  position: relative;
  box-sizing: border-box;
}
.video-play-wrapper .video-wrapper .video-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 1;
}
.video-play-wrapper .video-wrapper .video-play {
  width: 100%;
}
@media (max-width: 768px) {
  .video-play-wrapper .video-wrapper {
    left: 0;
    top: 0;
    width: 100%;
  }
  .video-play-wrapper .video-wrapper .video-close {
    right: 6px;
    top: 6px;
  }
}
.data-warpper {
  padding: 60px 0;
  margin-top: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.data-warpper .data-box {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  width: 1140px;
  margin: auto;
  -webkit-box-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.data-warpper .data-box .data-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 33.33%;
  margin-top: 20px;
}
.data-warpper .data-box .data-item:hover .data-bg {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.data-warpper .data-box .data-item .data-bg-hover {
  -webkit-animation: rotate 1s;
  animation: rotate 1s;
}
.data-warpper .data-box .data-item .data-bg {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.data-warpper .data-box .data-item .data-value-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 160px;
  height: 160px;
}
.data-warpper .data-box .data-item .data-value-box .data-value {
  font-weight: 500;
  font-size: 32px;
  color: #dfa51c;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.data-warpper .data-box .data-item .data-value-box .data-value span {
  margin-left: 4px;
  font-size: 18px;
  color: #333;
}
.data-warpper .data-box .data-item .data-title {
  margin-top: 24px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .data-warpper {
    padding: 20px 0;
    margin-top: 30px;
  }
  .data-warpper .data-box {
    width: 100%;
  }
  .data-warpper .data-box .data-item .data-bg {
    width: 80px;
    height: 80px;
  }
  .data-warpper .data-box .data-item .data-value-box {
    width: 80px;
    height: 80px;
  }
  .data-warpper .data-box .data-item .data-value-box .data-value {
    font-weight: 500;
    font-size: 16px;
  }
  .data-warpper .data-box .data-item .data-value-box .data-value span {
    margin-left: 2px;
    font-size: 12px;
  }
  .data-warpper .data-box .data-item .data-title {
    margin-top: 12px;
    font-size: 12px;
  }
}
