@charset "UTF-8";
/*
 * @Author: feelChin 
 * @Date: 2020-11-03 15:28:25 
 * @Last Modified by: feelChin
 * @Last Modified time: 2021-08-17 17:15:35
 */
/*
 * @Author: Chin 
 * @Date: 2020-06-23 10:17:36 
 * @Last Modified by: feelChin
 * @Last Modified time: 2021-03-18 11:36:03
 */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  background: #fff;
  color: #5A5A5A;
  font-family: "微软雅黑","Microsoft Yahei",Arial,"SimHei","黑体","微软正黑体","Microsoft JhengHei";
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  line-height: 1.8;
}

/* *{-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;} */
/* body::-webkit-scrollbar {display: none;} */
/* body{width: 100vw;max-width: 750px;height: 100vh;margin: 0 auto;background: white;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);overflow-y: scroll;-ms-overflow-style: none;overflow: -moz-scrollbars-none;overflow: -webkit-scrollbars-none;} */
h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

ul, ol, menu {
  list-style: none;
}

fieldset, img {
  border: 0;
  display: inline-block;
}

img, object, input, textarea, button, select {
  vertical-align: middle;
}

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

audio, canvas, video {
  display: inline-block;
  zoom: 1;
}

blockquote, q {
  quotes: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

input, textarea, button, select, a {
  outline: none;
  border: none;
}

input, textarea {
  display: block;
  -webkit-user-select: auto;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

mark {
  background-color: transparent;
}

a, ins, s, u, del {
  text-decoration: none;
  color: inherit;
}

sup, sub {
  vertical-align: baseline;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #1B58CC;
}

::-moz-selection {
  background: #1B58CC;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1B58CC;
  color: #fff;
  text-shadow: none;
}

h4, h5, h6 {
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

:root {
  --ease-in-a: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-b: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-c: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-d: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-e: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-f: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-a: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-b: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-c: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-d: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-e: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-f: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-a: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-b: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-c: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-d: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-e: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-f: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.y30 {
  opacity: 0;
  transform: translate3d(0, 30%, 0);
}

.y30.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: .44s;
}

.y60 {
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}

.y60.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: .44s;
}

.y100 {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.y100.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: .44s;
}

.x50 {
  opacity: 0;
  transform: translate3d(50%, 0, 0);
}

.x50.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: .44s;
}

.x100 {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.x100.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: .44s;
}

.x-50 {
  opacity: 0;
  transform: translate3d(-50%, 0, 0);
}

.x-50.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: .44s;
}

.x-100 {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.x-100.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: .44s;
}

.o {
  opacity: 0;
}

.o.flag {
  opacity: 1;
  transition: 1.5s;
}

.splitlist {
  line-height: 1.2;
  white-space: pre-wrap;
}

.splitlist.flag span {
  animation: fadeInRight 1s forwards;
}

.splitlist span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  opacity: 0;
  display: inline-block;
}

.splitlist span.letters {
  color: #1B58CC;
}

.cursordot {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  border: 1px solid white;
  will-change: transform;
}

.imgs {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.deepmao {
  position: relative;
  top: -85px;
  display: block;
  height: 0;
  overflow: hidden;
}

.linkA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

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

.photoActives .photoActive {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
  bottom: -100%;
  transition: .66s;
  transition-timing-function: var(--ease-in-out-b);
}

.ells {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.wechat {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: var(--ease-in-out-b);
  cursor: pointer;
}

.wechat.active {
  transition: .3s;
  visibility: visible;
  opacity: 1;
}

.wechat.active div {
  transform: translateY(0);
}

.wechat div {
  height: auto;
  padding: 20px;
  background: #eee;
  text-align: center;
  transition: .3s;
  transform: translateY(50px);
}

.wechat div img {
  width: 200px;
  display: block;
  margin: auto;
}

.wechat div p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

.videobox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.videobox.active {
  visibility: visible;
  opacity: 1;
}

.videobox.active .bg {
  visibility: visible;
  opacity: 1;
}

.videobox.active video {
  transition-delay: .3s;
  opacity: 1;
  transform: translateY(0);
}

.videobox.active i {
  visibility: visible;
  opacity: 1;
}

.videobox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .4s;
  visibility: hidden;
  opacity: 0;
}

.videobox video {
  width: 70%;
  transition: .4s;
  transform: translateY(50%);
  opacity: 0;
}

.videobox i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B58CC;
  color: #fff;
  z-index: 3;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}

.videobox i:hover {
  background: #0095FF;
}

.subnavHead {
  position: relative;
}

.subnavHead .bannerimg {
  overflow: hidden;
}

.subnavHead .bannerimg img {
  position: relative;
  width: 100%;
  display: block;
  will-change: transform;
}

.newspaper a {
  transition: .4s;
}

.newspaper a:link {
  color: #212121;
}

.newspaper a:visited {
  color: #212121;
}

.newspaper a:active {
  color: #1B58CC;
}

.newspaper a:hover {
  color: #1B58CC;
}

.newspaper img {
  max-width: 100% !important;
  height: auto !important;
}

.newspaper .tablebox {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.newspaper .tablebox::-webkit-scrollbar {
  display: none;
}

.newspaper .tablebox table {
  width: 100%;
}

.fixedScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.fixedScreen.flag {
  transition-delay: .5s;
  visibility: hidden;
}

.fixedScreen.flag:after {
  height: 0;
}

.fixedScreen:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition-delay: .2s;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.last3:nth-child(3n+1):nth-last-child(-n+3),
.last3:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .videobox video {
    width: 100%;
  }
  .noscroll {
    background-attachment: scroll !important;
  }
}

.atie-calendar, .atie-calendar * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.calendar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.atie-calendar-mask {
  position: fixed;
  height: 100%;
  width: 100%;
}

.atie-calendar {
  position: relative;
  outline: none;
  width: 280px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  line-height: 1.5;
}

.atie-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}

.atie-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}

.atie-calendar-date-panel {
  position: relative;
}

.atie-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}

.atie-calendar-header > div > a {
  position: absolute;
  top: 0;
  font-size: 12px;
  cursor: pointer;
}

.atie-calendar-header > div > a:hover {
  color: #1890ff;
}

.atie-calendar-prev-year-btn {
  left: 7px;
}

.atie-calendar-prev-month-btn {
  left: 36px;
}

.atie-calendar-next-year-btn {
  right: 7px;
}

.atie-calendar-next-month-btn {
  right: 36px;
}

.atie-calendar-ym-select {
  font-weight: 500;
}

.atie-calendar-body {
  padding: 8px 12px;
}

.atie-calendar table, .atie-calendar td, .atie-calendar th {
  border: 0;
  text-align: center;
}

.atie-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}

.atie-calendar thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.atie-calendar tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.atie-calendar tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.atie-calendar-column-header .atie-calendar-column-header-inner {
  display: block;
  font-weight: 400;
}

.atie-calendar-cell {
  padding: 3px 0;
  height: 30px;
  cursor: pointer;
}

.atie-calendar-selected-day .atie-calendar-date {
  background: #d1e9ff;
}

.atie-calendar-last-month-cell .atie-calendar-date, .atie-calendar-next-month-btn-day .atie-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}

.atie-calendar-today .atie-calendar-date {
  border-color: #1890ff;
  font-weight: 700;
  color: #1890ff;
}

.atie-calendar-selected-date .atie-calendar-date, .atie-calendar-selected-start-date .atie-calendar-date, .atie-calendar-selected-end-date .atie-calendar-date {
  background: #1890ff;
  color: #fff;
  border: 1px solid transparent;
}

.atie-calendar-date {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.atie-calendar-footer {
  border-top: 1px solid #e8e8e8;
  line-height: 38px;
  padding: 0 12px;
}

.atie-calendar-footer-btn {
  text-align: center;
  display: block;
}

.atie-calendar .atie-calendar-today-btn {
  display: inline-block;
  text-align: center;
  color: #1890ff;
  cursor: pointer;
}

@keyframes shubiao {
  0% {
    transform: translate(-50%, calc(-50% + -5px));
    opacity: 0;
  }
  100% {
    transform: translate(-50%, calc(-50% + 5px));
    opacity: 1;
  }
}

@keyframes guodong {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 35px, 0);
  }
  75% {
    transform: translate3d(0, -20px, 0);
  }
  90% {
    transform: translate3d(0, 10px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes faderRotateZ {
  from {
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0 0;
    transform: perspective(500px) rotatex(-90deg) translateZ(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) translateZ(0);
  }
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "SourceHanSansCNRegular";
  src: url("../fonts/SourceHanSansCNRegular/Source Han Sans CN Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCNRegular/Source Han Sans CN Regular.woff") format("woff"), url("../fonts/SourceHanSansCNRegular/Source Han Sans CN Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GILROY-REGULAR.eot");
  src: url("../fonts/gilroy/GILROY-REGULAR.eot") format("embedded-opentype"), url("../fonts/gilroy/GILROY-REGULAR.woff2") format("woff2"), url("../fonts/gilroy/GILROY-REGULAR.woff") format("woff"), url("../fonts/gilroy/GILROY-REGULAR.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "Noto Sans SC","PingFang SC","Microsoft Yahei",miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;
}

.w1488 {
  width: 1488px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 85px;
  z-index: 11;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

header.ov0 .w1488 ul {
  opacity: 0;
}

header.ov0 .w1488 .morelink .lag {
  opacity: 0;
}

header.ov0 .w1488 .morelink .searchBox {
  opacity: 0;
}

header > .w1488 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header > .w1488 .logo {
  display: flex;
  align-items: center;
}

header > .w1488 ul {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  transition: opacity .4s;
}

header > .w1488 ul li {
  height: 100%;
}

header > .w1488 ul li.profileli {
  position: relative;
}

header > .w1488 ul li.active a:after {
  width: 100%;
  left: 0;
}

header > .w1488 ul li:hover a:after {
  width: 100%;
  left: 0;
}

header > .w1488 ul li:hover .subnavUlBox {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) translate3d(-50%, 0, 0);
}

header > .w1488 ul li:hover .subnavProfile {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 15px, 0);
}

header > .w1488 ul li > a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 40px;
  white-space: nowrap;
}

header > .w1488 ul li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  background: #1B58CC;
  height: 5px;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

header > .w1488 ul li .subnavUlBox {
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0 0;
  transform: perspective(500px) rotatex(-90deg) translate3d(-50%, 0, 0);
}

header > .w1488 ul li .subnavUlBox.caseJs .w1488 .prdlistitems .prdlistitem .item {
  width: 21%;
}

header > .w1488 ul li .subnavUlBox.caseJs .w1488 .prdlistitems .prdlistitem .item:last-child:nth-child(3n - 1) {
  margin-right: 0;
}

header > .w1488 ul li .subnavUlBox.caseJs .w1488 .prdlistitems .prdlistitem .item:last-child:nth-child(4n - 1) {
  margin-right: calc(21% + 16% / 3);
}

header > .w1488 ul li .subnavUlBox.caseJs .w1488 .prdlistitems .prdlistitem .item:last-child:nth-child(4n - 2) {
  margin-right: calc(42% + 32% / 3);
}

header > .w1488 ul li .subnavUlBox .w1488 {
  display: flex;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlist {
  padding: 50px 6.38% 20px 12.76%;
  box-sizing: border-box;
  border-right: 1px solid #CCCCCC;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlist h5 {
  width: 240px;
  height: 40px;
  border-radius: 28px;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  transition: .4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlist h5.active {
  background: #1B58CC;
  color: #fff;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems {
  flex: 1;
  padding: 50px 30px 20px;
  box-sizing: border-box;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems .prdlistitem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems .prdlistitem .item {
  width: 30%;
  margin-bottom: 50px;
  display: flex;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems .prdlistitem .item:last-child:nth-child(3n - 1) {
  margin-right: calc(30% + 10% / 2);
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems .prdlistitem .item:hover i {
  color: #1B58CC;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems .prdlistitem .item:hover .text h5 {
  color: #1B58CC;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems .prdlistitem .item i {
  color: #CCCCCC;
  font-size: 17px;
  transition: .4s;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems .prdlistitem .item .text {
  margin-left: 5px;
  flex: 1;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems .prdlistitem .item .text h5 {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  transition: .4s;
}

header > .w1488 ul li .subnavUlBox .w1488 .prdlistitems .prdlistitem .item .text p {
  color: #666;
  font-size: 13px;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}

header > .w1488 ul li .subnavProfile {
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
  width: auto;
  position: absolute;
  left: 50%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transform: translate3d(-50%, 25px, 0);
  padding: 10px 0;
}

header > .w1488 ul li .subnavProfile a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #666;
  padding: 0 25px;
  font-size: 16px;
  transition: .4s;
  white-space: nowrap;
}

header > .w1488 ul li .subnavProfile a:hover {
  color: #1B58CC;
}

header > .w1488 .morelink {
  height: 100%;
  display: flex;
  align-items: center;
  color: #707070;
}

header > .w1488 .morelink .lag {
  font-size: 15px;
  margin-right: 40px;
  transition: .4s;
}

header > .w1488 .morelink .lag:hover {
  color: #1B58CC;
}

header > .w1488 .morelink .searchBox {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

header > .w1488 .morelink .searchBox:hover .searchInput {
  transform: translate(9px, 7px);
  opacity: 1;
  visibility: visible;
}

header > .w1488 .morelink .searchBox i {
  font-size: 19px;
}

header > .w1488 .morelink .searchBox .searchInput {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  height: 40px;
  cursor: pointer;
  transform: translate(9px, 10px);
  opacity: 0;
  visibility: hidden;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

header > .w1488 .morelink .searchBox .searchInput input {
  width: 220px;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
}

header > .w1488 .morelink .searchBox .searchInput a {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B58CC;
  height: 100%;
  color: #fff;
}

.mobileMenu {
  width: 95px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
  cursor: pointer;
  transition-timing-function: ease-in-out;
}

.mobileMenu.active {
  background: #1B58CC;
}

.mobileMenu.active .mobileMenu_box div {
  background: #fff;
}

.mobileMenu.active .mobileMenu_box div:first-child {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
  transition-property: width,top,transform;
  transition-delay: 0s,0s,.3s;
}

.mobileMenu.active .mobileMenu_box div:nth-child(2) {
  opacity: 0;
  width: 100%;
}

.mobileMenu.active .mobileMenu_box div:last-child {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  transition-property: bottom,transform;
  transition-delay: 0s,.3s;
}

.mobileMenu .mobileMenu_box {
  position: relative;
  width: 28px;
  height: 20px;
}

.mobileMenu .mobileMenu_box div {
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  left: 0;
  transition: .3s;
}

.mobileMenu .mobileMenu_box div:first-child {
  top: 0;
}

.mobileMenu .mobileMenu_box div:nth-child(2) {
  top: 50%;
  width: 18px;
  transform: translateY(-50%);
}

.mobileMenu .mobileMenu_box div:last-child {
  bottom: 0;
}

.mobileNav {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: .8s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0 0;
  transform: perspective(500px) rotatex(-90deg) translateZ(0);
}

.mobileNav.active {
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) translateZ(0);
}

.mobileNav .box {
  padding-top: 85px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.mobileNav .box .w1488 {
  position: relative;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobileNav .box .w1488:after {
  content: '';
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.mobileNav .box .w1488 .mobileNavitems {
  margin: 0 50px;
}

.mobileNav .box .w1488 .mobileNavitems .item {
  cursor: pointer;
  position: relative;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.mobileNav .box .w1488 .mobileNavitems .item:hover h5 {
  color: #1B58CC;
}

.mobileNav .box .w1488 .mobileNavitems .item h5 {
  font-family: initial;
  color: #393939;
  font-weight: 500;
  font-size: 22px;
  transition: .3s;
}

.mobileNav .box .w1488 .mobileNavitems .item i {
  color: #666;
  display: none;
}

.mobileNav .box .w1488 .mobileNavitems .mobilelinkitems {
  margin-top: 15px;
  transition: .4s;
  box-sizing: border-box;
}

.mobileNav .box .w1488 .mobileNavitems .mobilelinkitems.hasChildActive:before, .mobileNav .box .w1488 .mobileNavitems .mobilelinkitems.hasChildActive:after {
  display: block;
}

.mobileNav .box .w1488 .mobileNavitems .mobilelinkitems:before, .mobileNav .box .w1488 .mobileNavitems .mobilelinkitems:after {
  content: '';
  width: 100%;
  display: none;
  height: 15px;
}

.mobileNav .box .w1488 .mobileNavitems .mobilelinkitems a {
  position: relative;
  display: flex;
  line-height: 1.4;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #707070;
  transition: .5s;
  margin-bottom: 10px;
}

.mobileNav .box .w1488 .mobileNavitems .mobilelinkitems a:hover {
  color: #1B58CC;
}

.popUp {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.popUp.active {
  visibility: visible;
}

.popUp.active .popUpBg {
  visibility: visible;
  opacity: 1;
  transition: .5s;
}

.popUp.active .popUpBox {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition: .4s;
}

.popUp .popUpBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.popUp .popUpBox {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10vh);
  position: relative;
  height: 75%;
  display: flex;
  justify-content: center;
}

.popUp .popUpBox .joinpop {
  position: relative;
  width: 1200px;
  padding: 80px 60px 45px 126px;
  box-sizing: border-box;
  height: 100%;
  background: #fff;
}

.popUp .popUpBox .joinpop .close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 16px;
  color: #DDDDDD;
  cursor: pointer;
}

.popUp .popUpBox .joinpop .close:hover {
  transition: .5s;
  color: #1B58CC;
  transform: rotate(90deg);
}

.popUp .popUpBox .joinpop .scrollbox {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  display: flex;
}

.popUp .popUpBox .joinpop .scrollbox::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f2f2f2;
  border-radius: 6px;
}

.popUp .popUpBox .joinpop .scrollbox::-webkit-scrollbar-thumb {
  background-color: #1B58CC;
  border-radius: 6px;
}

.popUp .popUpBox .joinpop .scrollbox .box {
  flex: 1;
}

.popUp .popUpBox .joinpop .scrollbox .box h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 60px;
}

.popUp .popUpBox .joinpop .scrollbox .box h2 {
  height: 40px;
  display: flex;
  align-items: center;
  background: #F6F6F6;
  color: #666666;
  font-size: 16px;
  padding: 0 27px;
  box-sizing: border-box;
  margin: 35px 0;
}

.popUp .popUpBox .joinpop .scrollbox .box h2.index2 {
  margin: 18px 0;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox.inputboxs .input {
  margin-bottom: 0;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox.inputboxs .input input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #DDDDDD;
  height: 25px;
  line-height: 20px;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox .input {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox .input h5 {
  font-size: 16px;
  color: #212121;
  width: 80px;
  margin-bottom: 0;
  text-align: right;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox .input .chooseTime {
  flex: 1;
  position: relative;
  cursor: pointer;
  width: 300px;
  background: #F0F0F0;
  height: 40px;
  border-radius: 5px;
  display: flex;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  align-items: center;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox .input .chooseTime p {
  color: #999999;
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox .input .chooseTime span {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DDDDDD;
  box-sizing: border-box;
  color: #999999;
  font-size: 15px;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox .input input {
  flex: 1;
  width: 300px;
  height: 40px;
  border: 1px solid #DDDDDD;
  margin-bottom: 0;
  background: transparent;
  border-radius: 5px;
  transition: border .5s;
  padding: 0 15px;
  box-sizing: border-box;
}

.popUp .popUpBox .joinpop .scrollbox .box .inputbox .input input:focus {
  border-color: #1B58CC;
}

.popUp .popUpBox .joinpop .scrollbox .box .tetxbox {
  min-height: 250px;
  border: 1px solid #DDDDDD;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 35px;
  word-break: break-all;
}

.popUp .popUpBox .joinpop .scrollbox .box .bottom p {
  color: #110d0d;
  text-align: center;
}

.popUp .popUpBox .joinpop .scrollbox .box .bottom .item {
  margin: 15px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.popUp .popUpBox .joinpop .scrollbox .box .bottom .item p {
  margin: 0 30px;
}

.popUp .popUpBox .joinpop .scrollbox .box .bottom button {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B58CC;
  color: #fff;
  font-size: 18px;
  border-radius: 12px;
  cursor: pointer;
  margin: auto;
  margin-top: 15px;
}

.popUp .popUpBox .joinpop .scrollbox .boom {
  width: 60px;
}

.App {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.App .root {
  height: 5000px;
  width: 100%;
  background: #f9f9f9;
}

.line {
  position: relative;
  width: 56px;
  height: 2px;
  display: block;
}

.line.flag:after {
  width: 100%;
}

.line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: .6s;
}

.swiper-box1 {
  position: relative;
  overflow: hidden;
}

.swiper-box1 .svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 1px);
  z-index: 3;
}

.swiper-box1 .svg i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #C4C4C4;
  font-size: 14px;
  animation: 1.3s shubiao infinite;
}

.swiper-box1 .pagbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
}

.swiper-box1 .pagbox .prev, .swiper-box1 .pagbox .next {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  font-size: 25px;
  cursor: pointer;
}

.swiper-box1 .pagbox .prev:hover, .swiper-box1 .pagbox .next:hover {
  color: #1B58CC;
}

.swiper-box1 .pagbox .prev {
  left: 0;
}

.swiper-box1 .pagbox .next {
  right: 0;
}

.swiper-box1 .swiper-wrapper .swiper-slide {
  position: relative;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1img {
  overflow: hidden;
  line-height: 1;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text.active .w1488 h4 span, .swiper-box1 .swiper-wrapper .swiper-slide .box1text.active .w1488 h5 span, .swiper-box1 .swiper-wrapper .swiper-slide .box1text.active .w1488 h6 span {
  animation: fadeInRight 1.5s forwards;
  text-transform: uppercase;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text.active .w1488 .line:after {
  width: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text.active .w1488 .videoicon {
  opacity: 1;
  transform: translateY(0px);
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1488 {
  color: #fff;
  margin: auto;
  text-align: center;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1488 h4 {
  font-size: 22px;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1488 h5 {
  font-size: 76px;
  font-weight: 700;
  margin: 20px 0 25px;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1488 h6 {
  font-size: 21px;
  margin: 30px 0 20px;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1488 h6 span.letters {
  font-size: 16px;
  color: #fff;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1488 .line {
  margin: 0 auto;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1488 .videoicon {
  cursor: pointer;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  opacity: 0;
  transform: translateY(15px);
  transition: .5s;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1488 .videoicon:hover {
  color: #1B58CC;
}

.indexprd {
  padding: 90px 0 100px;
}

.indexprd .w1488 .ititle .line {
  width: 20px;
  height: 6px;
  margin: 0 auto;
  margin-top: 15px;
}

.indexprd .w1488 .ititle .line:after {
  background: #1B58CC;
}

.indexprd .w1488 .ititle p {
  max-width: 100%;
  color: #666;
  font-size: 16px;
  width: 640px;
  margin: 40px auto 50px;
}

.indexprd .w1488 .swiper {
  position: relative;
}

.indexprd .w1488 .swiper i {
  position: absolute;
  color: #666;
  font-size: 22px;
  transition: .4s;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.indexprd .w1488 .swiper i:hover {
  color: #1B58CC;
}

.indexprd .w1488 .swiper i.prev1 {
  right: 100%;
  margin-right: 30px;
}

.indexprd .w1488 .swiper i.next1 {
  left: 100%;
  margin-left: 30px;
}

.indexprd .w1488 .swiper .swiper-prd {
  overflow: hidden;
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide {
  background: #F5F5F5;
  padding: 40px 22px 40px;
  box-sizing: border-box;
  text-align: center;
  transition: .4s;
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide:hover {
  background: #1B58CC;
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.1);
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide:hover h5 {
  color: #fff;
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide:hover p {
  color: #fff;
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide:hover span {
  color: #fff;
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide figure {
  width: 180px;
  margin: 0 auto;
  overflow: hidden;
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide figure img {
  transition: .5s;
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
  line-height: 1.4;
  height: calc(20px * 2 * 1.4);
  transition: .4s;
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide p {
  -webkit-line-clamp: 2;
  color: #666;
  font-size: 16px;
  transition: .4s;
  height: calc(16px * 2 * 1.8);
}

.indexprd .w1488 .swiper .swiper-prd .swiper-wrapper .swiper-slide span {
  margin-top: 30px;
  display: block;
  color: #1B58CC;
  transition: .4s;
}

.indexprd .w1488 .swiper .swiper-pagbox {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.indexprd .w1488 .swiper .swiper-pagbox .prev1, .indexprd .w1488 .swiper .swiper-pagbox .next1 {
  width: 45px;
  height: 45px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  color: #999;
  cursor: pointer;
  transition: .4s;
}

.indexprd .w1488 .swiper .swiper-pagbox .prev1:hover, .indexprd .w1488 .swiper .swiper-pagbox .next1:hover {
  background: #1B58CC;
  border-color: #1B58CC;
  color: #fff;
}

.indexprd .w1488 .swiper .swiper-pagbox .swiper-num {
  display: flex;
  align-items: center;
  width: 52px;
  margin: 0 20px;
  justify-content: space-between;
}

.indexprd .w1488 .swiper .swiper-pagbox .swiper-num span {
  font-size: 17px;
}

.indexprd .w1488 .swiper .swiper-pagbox .swiper-num span.swiper-pagination-current {
  color: #1B58CC;
}

.ititle {
  text-align: center;
}

.ititle h6 {
  color: #ECECF4;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.ititle h5 {
  color: #393939;
  font-size: 36px;
  font-weight: 700;
}

.indexsolution {
  padding-top: 85px;
  background: #F5F5F5;
}

.indexsolution .w1488 .ititle .line {
  width: 20px;
  height: 6px;
  margin: 0 auto;
  margin-top: 15px;
}

.indexsolution .w1488 .ititle .line:after {
  background: #1B58CC;
}

.indexsolution .w1488 .ititle p {
  max-width: 100%;
  color: #666;
  font-size: 16px;
  width: 640px;
  margin: 40px auto 50px;
}

.indexsolution .swiper-solution {
  position: relative;
  overflow: hidden;
}

.indexsolution .swiper-solution .prev2, .indexsolution .swiper-solution .next2 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  transition: .4s;
  cursor: pointer;
}

.indexsolution .swiper-solution .prev2:hover, .indexsolution .swiper-solution .next2:hover {
  background: #1B58CC;
}

.indexsolution .swiper-solution .prev2 {
  left: 50px;
}

.indexsolution .swiper-solution .next2 {
  right: 50px;
}

.indexsolution .swiper-solution .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.indexsolution .swiper-solution .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}

.indexsolution .swiper-solution .swiper-wrapper .swiper-slide img {
  transition: .6s;
}

.indexsolution .swiper-solution .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 62, 150, 0.3);
  z-index: 1;
}

.indexsolution .swiper-solution .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35.92%;
  background: linear-gradient(to bottom, transparent, rgba(15, 62, 150, 0.5));
  z-index: 2;
  padding: 15px;
  padding-bottom: 40%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28%;
  color: #fff;
}

.indexsolution .swiper-solution .swiper-wrapper .swiper-slide .bg h5 {
  font-size: 30px;
  line-height: 1.3;
}

.indexsolution .swiper-solution .swiper-wrapper .swiper-slide .bg span {
  font-size: 16px;
}

.indexnews {
  padding: 105px 0 100px;
  background: #F5F5F5;
}

.indexnews .w1488 .ititle .line {
  width: 20px;
  height: 6px;
  margin: 0 auto;
  margin-top: 15px;
}

.indexnews .w1488 .ititle .line:after {
  background: #1B58CC;
}

.indexnews .w1488 .swiper {
  margin: 50px 0 55px;
  position: relative;
}

.indexnews .w1488 .swiper .prev3, .indexnews .w1488 .swiper .next3 {
  position: absolute;
  font-size: 22px;
  transition: .4s;
  top: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #B4B4B4;
  cursor: pointer;
  transform: translateY(-50%);
  color: #fff;
}

.indexnews .w1488 .swiper .prev3:hover, .indexnews .w1488 .swiper .next3:hover {
  color: #fff;
  background: #1B58CC;
}

.indexnews .w1488 .swiper .prev3 {
  right: 100%;
  margin-right: 30px;
}

.indexnews .w1488 .swiper .next3 {
  left: 100%;
  margin-left: 30px;
}

.indexnews .w1488 .swiper .swiper-news {
  overflow: hidden;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide {
  overflow: hidden;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.1);
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide:hover .font h5 {
  color: #1B58CC;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide figure {
  overflow: hidden;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide figure img {
  transition: .4s;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide .font {
  background: #fff;
  padding: 20px 32px 20px;
  box-sizing: border-box;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide .font time {
  color: #B4B4B4;
  font-size: 16px;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide .font h5 {
  font-size: 22px;
  color: #393939;
  -webkit-line-clamp: 1;
  transition: .4s;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide .font p {
  -webkit-line-clamp: 2;
  color: #666;
  margin: 10px 0 15px;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide .font .learn {
  display: flex;
  align-items: center;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide .font .learn i {
  font-size: 14px;
  line-height: 1.2;
  color: #1B58CC;
}

.indexnews .w1488 .swiper .swiper-news .swiper-wrapper .swiper-slide .font .learn span {
  font-size: 16px;
  margin-left: 10px;
}

.indexnews .w1488 .newslearn {
  width: 150px;
  height: 44px;
  border: 1px solid currentColor;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  transition: .4s;
  margin: 0 auto;
}

.indexnews .w1488 .newslearn:hover {
  background: #1B58CC;
  color: #fff;
  border-color: #1B58CC;
}

.indexcustomer {
  padding: 115px 0 80px;
  position: relative;
  z-index: 1;
}

.indexcustomer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 88, 204, 0.6);
  z-index: -1;
}

.indexcustomer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 88, 204, 0.1);
  z-index: -1;
}

.indexcustomer .w1488 .ititle .line {
  width: 20px;
  height: 6px;
  margin: 0 auto;
  margin-top: 15px;
}

.indexcustomer .w1488 .ititle .line:after {
  background: #fff;
}

.indexcustomer .w1488 .ititle h5 {
  color: #fff;
}

.indexcustomer .w1488 .ititle p {
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  margin: 40px auto 50px;
}

.indexcustomer .w1488 .ititle h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 5px;
}

.subnavHead .bannerText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.subnavHead .bannerText.flexLeft .w1488 {
  align-items: flex-start;
}

.subnavHead .bannerText .w1488 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.subnavHead .bannerText .w1488 h5 {
  font-size: 36px;
  font-weight: 700;
}

.subnavHead .bannerText .w1488 h6 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-weight: 700;
}

.subnavHead .bannerText .w1488 .line {
  width: 50px;
  height: 6px;
  margin: 5px 0 30px;
  font-size: 0;
  line-height: 1;
}

.subnavHead .bannerText .w1488 .linker {
  display: flex;
}

.subnavHead .bannerText .w1488 .linker a {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B58CC;
  background: #fff;
  margin-right: 11px;
  font-size: 18px;
  font-weight: 700;
  transition: .4s;
}

.subnavHead .bannerText .w1488 .linker a:last-child {
  margin-right: 0;
}

.subnavHead .bannerText .w1488 .linker a:hover {
  background: #1B58CC;
  color: #fff;
}

.subnavHead .subnavBody {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background: rgba(0, 0, 0, 0.55);
}

.subnavHead .subnavBody.mobiles {
  display: none;
}

.subnavHead .subnavBody .w1488 {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
}

.subnavHead .subnavBody .w1488 a {
  height: 100%;
  position: relative;
  padding: 0 36px;
  font-size: 16px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.subnavHead .subnavBody .w1488 a.active:after {
  height: calc(100% + 20px);
}

.subnavHead .subnavBody .w1488 a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(27, 88, 204, 0.8);
  transition: .6s;
  height: 0;
  z-index: -1;
}

.ptitle {
  text-align: center;
}

.ptitle h5 {
  font-size: 26px;
  color: #393939;
  font-weight: 700;
}

.ptitle .line {
  width: 30px;
  height: 3px;
  margin: 0 auto;
  margin-top: 8px;
}

.ptitle .line:after {
  background: #1B58CC;
}

.profile {
  padding: 80px 0 55px;
}

.profile .font {
  margin-top: 70px;
}

.time {
  background: #F3F3F3;
  padding: 65px 0 100px;
}

.time .w1488 .swiper {
  display: flex;
  align-items: center;
  margin: 85px 0 45px;
  position: relative;
}

.time .w1488 .swiper:after, .time .w1488 .swiper:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #CCCCCC;
}

.time .w1488 .swiper:after {
  left: 100%;
}

.time .w1488 .swiper:before {
  right: 100%;
}

.time .w1488 .swiper .prev, .time .w1488 .swiper .next {
  width: 50px;
  height: 50px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #999;
  transition: .4s;
  cursor: pointer;
}

.time .w1488 .swiper .prev:hover, .time .w1488 .swiper .next:hover {
  background: #1B58CC;
  color: #fff;
  border-color: #1B58CC;
}

.time .w1488 .swiper .swiper-time {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.time .w1488 .swiper .swiper-time:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #CCCCCC;
}

.time .w1488 .swiper .swiper-time .swiper-wrapper .swiper-slide {
  position: relative;
}

.time .w1488 .swiper .swiper-time .swiper-wrapper .swiper-slide.swiper-slide-thumb-active h5 {
  color: #1B58CC;
}

.time .w1488 .swiper .swiper-time .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 50%;
}

.time .w1488 .swiper .swiper-time .swiper-wrapper .swiper-slide h5 {
  font-size: 22px;
  color: #999;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  height: 30px;
  margin-bottom: 20px;
  transition: .4s;
}

.time .w1488 .swiper .swiper-time .swiper-wrapper .swiper-slide h5:last-child {
  margin-bottom: 0;
}

.time .w1488 .swiper-timeContent {
  overflow: hidden;
  position: relative;
}

.time .w1488 .swiper-timeContent .swiper-wrapper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.time .w1488 .swiper-timeContent .swiper-wrapper .swiper-slide .text p {
  font-size: 20px;
  line-height: 2.2;
}

.time .w1488 .swiper-timeContent .swiper-wrapper .swiper-slide .text p i {
  font-size: 24px;
  font-weight: 700;
  font-style: inherit;
}

.jiagou {
  padding: 65px 0 60px;
}

.jiagou .w1488 figure {
  text-align: center;
  margin-top: 65px;
}

.jiagou .w1488 figure img {
  max-width: 100%;
}

.honor {
  padding: 80px 0 90px;
  background: #F5F5F5;
}

.honor .w1488 .swiper {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.honor .w1488 .swiper .prev1, .honor .w1488 .swiper .next1 {
  width: 40px;
  height: 40px;
  background: rgba(180, 180, 180, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: .4s;
}

.honor .w1488 .swiper .prev1:hover, .honor .w1488 .swiper .next1:hover {
  background: #1B58CC;
}

.honor .w1488 .swiper .swiper-honor {
  flex: 1;
  overflow: hidden;
  margin: 0 33px;
}

.honor .w1488 .swiper .swiper-honor .swiper-wrapper .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}

.honor .w1488 .swiper .swiper-honor .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.1);
}

.honor .w1488 .swiper .swiper-honor .swiper-wrapper .swiper-slide img {
  transition: .4s;
}

.cooperative {
  position: relative;
  padding: 80px 0 135px;
  background: #FAFAFA;
}

.cooperative .w1488 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cooperative .w1488.itemAnimates {
  overflow: hidden;
}

.cooperative .w1488.itemAnimates .itemAnimate {
  opacity: 0;
}

.cooperative .w1488.itemAnimates.flag .itemAnimate {
  animation: 1.5s fadeInUp forwards;
}

.cooperative .w1488 .item {
  width: 15%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 38px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.cooperative .w1488 .item img {
  transition: .4s;
  max-width: 100%;
  max-height: 100%;
}

.cooperative .w1488 .item:hover img {
  transform: scale(1.1);
}

.cooperative .w1488 i {
  width: 15%;
}

footer {
  background: #fff;
  color: #707070;
}

footer .w1488 .footerTop {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}

footer .w1488 .footerTop .item:nth-child(4) {
  text-align: center;
}

footer .w1488 .footerTop .item:nth-child(4) p {
  margin-top: 5px;
}

footer .w1488 .footerTop .item h5 {
  font-size: 24px;
  font-weight: 700;
  color: #5A5A5A;
  line-height: 1.2;
  margin-bottom: 10px;
}

footer .w1488 .footerTop .item ul li {
  line-height: 2.2;
}

footer .w1488 .footerTop .item .listbox {
  display: flex;
}

footer .w1488 .footerTop .item .listbox .list {
  margin-right: 76px;
}

footer .w1488 .footerTop .item .listbox .list:last-child {
  margin-right: 0;
}

footer .w1488 .footerTop .item .listbox .list a {
  line-height: 2.2;
  transition: .4s;
  display: block;
}

footer .w1488 .footerTop .item .listbox .list a:hover {
  color: #1B58CC;
}

footer .w1488 .footerBot {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .w1488 .footerBot .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: pre-wrap;
}

footer .w1488 .footerBot .link a {
  transition: .4s;
}

footer .w1488 .footerBot .link a:hover {
  color: #1B58CC;
}

footer .w1488 .footerBot .yqlj {
  width: 250px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
}

footer .w1488 .footerBot .yqlj:hover span {
  color: #1B58CC;
  opacity: 1;
}

footer .w1488 .footerBot .yqlj span {
  opacity: .5;
  transition: .4s;
}

footer .w1488 .footerBot .yqlj i {
  color: #1B58CC;
}

footer .w1488 .footerBot .yqlj ol {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 200px;
  transform: translateY(-15px);
  background: #f2f2f2;
  overflow-y: auto;
  box-shadow: 0 0px 3px inset rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

footer .w1488 .footerBot .yqlj ol.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-5px);
}

footer .w1488 .footerBot .yqlj ol li a {
  transition: .5s;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

footer .w1488 .footerBot .yqlj ol li a:hover {
  background: #1B58CC;
  color: #fff;
}

.guys {
  background: #FAFAFA;
  padding: 100px 0 110px;
}

.guys .w1488 .gtitle {
  text-align: center;
}

.guys .w1488 .gtitle h5 {
  font-size: 40px;
  color: #333;
  font-weight: 300;
}

.guys .w1488 .gtitle h6 {
  color: #999;
  font-size: 16px;
}

.guys .w1488 .guysfont {
  margin: 75px 0;
}

.guys .w1488 .guysImg {
  overflow: hidden;
  position: relative;
}

.guys .w1488 .guysImg .prev, .guys .w1488 .guysImg .next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transform: translateY(-50%);
  transition: .4s;
  z-index: 3;
  cursor: pointer;
}

.guys .w1488 .guysImg .prev:hover, .guys .w1488 .guysImg .next:hover {
  background: #1B58CC;
  color: #fff;
}

.guys .w1488 .guysImg .prev {
  left: 20px;
}

.guys .w1488 .guysImg .next {
  right: 20px;
}

.guys .w1488 .guysImg .swiper-wrapper .swiper-slide {
  cursor: pointer;
}

.guys .w1488 .guysImg .swiper-wrapper .swiper-slide figure {
  overflow: hidden;
  border-radius: 5px;
}

.guys .w1488 .guysImg .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  transition: .4s;
}

.guys .w1488 .guysImg .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.1);
}

.recruit {
  margin-top: 70px;
}

.recruit .recruitHead {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #CCCCCC;
}

.recruit .recruitHead a {
  position: relative;
  font-size: 20px;
  color: #666;
  line-height: 1.4;
  padding-bottom: 12px;
  margin: 0 70px;
}

.recruit .recruitHead a.active {
  color: #1B58CC;
}

.recruit .recruitHead a.active:after {
  width: 100%;
}

.recruit .recruitHead a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #1B58CC;
  transition: .6s;
  transform: translateY(50%);
}

.recruit .recruitBox {
  margin-top: 40px;
}

.recruit .recruitBox .item {
  background: #fff;
  padding: 30px 44px;
  box-sizing: border-box;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.recruit .recruitBox .item:last-child {
  margin-bottom: 0;
}

.recruit .recruitBox .item .head {
  display: flex;
  justify-content: space-between;
}

.recruit .recruitBox .item .head h5 {
  font-size: 18px;
  color: #333;
}

.recruit .recruitBox .item .head .td {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  background: #1B58CC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.recruit .recruitBox .item .title {
  margin-top: 10px;
  border-top: 1px solid #CCCCCC;
  display: flex;
  padding: 25px 0;
}

.recruit .recruitBox .item .title div {
  flex: 1;
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}

.recruit .recruitBox .item .title div span {
  color: #333;
}

.recruit .recruitBox .item .title div:nth-child(6) {
  flex: none;
  width: 7.72%;
  display: flex;
  justify-content: center;
}

.recruit .recruitBox .item .content {
  overflow: hidden;
  height: 0;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

.recruit .recruitBox .item .content .text {
  border-top: 1px solid #CCCCCC;
  padding: 25px 0 10px;
}

.recruit .recruitBox .item .content .text .fontbox {
  display: flex;
  justify-content: space-between;
}

.recruit .recruitBox .item .content .text .fontbox .font {
  width: 47%;
}

.recruit .recruitBox .item .content .text .fontbox .font h5 {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.recruit .recruitBox .item .content .text .fontbox .font p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.recruit .recruitBox .item .content .text .fontbox .font p:last-child {
  margin-bottom: 0;
}

.pagings {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  color: #999;
}

.pagings .iconfont {
  border-radius: 50%;
  border: 1px solid #999;
  box-sizing: border-box;
  margin: 0 10px;
}

.pagings .iconfont:hover {
  color: #fff;
  border-color: #1B58CC;
  background: #1B58CC;
}

.pagings a {
  font-size: 16px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.pagings a.active {
  color: #1B58CC;
}

.pagings a:hover {
  color: #1B58CC;
}

.news {
  background: #FAFAFA;
  padding: 80px 0 100px;
}

.news .w1488 .firstNews {
  overflow: hidden;
  padding: 32px 46px 25px;
  box-sizing: border-box;
  background: #fff;
}

.news .w1488 .firstNews .firstNewsBox {
  overflow: hidden;
}

.news .w1488 .firstNews .firstNewsBox .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.news .w1488 .firstNews .firstNewsBox .swiper-wrapper .swiper-slide figure img {
  transition: .4s;
}

.news .w1488 .firstNews .firstNewsBox .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.1);
}

.news .w1488 .firstNews .firstNewsBox .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76px;
  padding: 0 15px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .w1488 .firstNews .firstNewsBox .swiper-wrapper .swiper-slide .text p {
  color: #fff;
  font-size: 22px;
  -webkit-line-clamp: 1;
}

.news .w1488 .firstNews .firstNewsBox .pagbox {
  line-height: 1;
  font-size: 0;
  text-align: center;
  margin-top: 25px;
}

.news .w1488 .firstNews .firstNewsBox .pagbox span {
  width: 13px;
  height: 6px;
  transition: .4s;
  opacity: 1;
  border-radius: 10px;
  margin: 0 4px !important;
  background: #CADBFC;
}

.news .w1488 .firstNews .firstNewsBox .pagbox span.swiper-pagination-bullet-active {
  width: 20px;
  background: #1B58CC;
}

.news .w1488 .newsItem {
  margin-top: 20px;
}

.news .w1488 .newsItem .item {
  padding: 37px 46px 37px 36px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.news .w1488 .newsItem .item:hover figure img {
  transform: scale(1.1);
}

.news .w1488 .newsItem .item:hover .font h5 {
  color: #1B58CC;
}

.news .w1488 .newsItem .item:hover .font p {
  color: #1B58CC;
}

.news .w1488 .newsItem .item:hover .font span {
  border-color: #1B58CC;
  background: #1B58CC;
  color: #fff;
}

.news .w1488 .newsItem .item figure {
  width: 31.58%;
  margin-right: 55px;
  overflow: hidden;
}

.news .w1488 .newsItem .item figure img {
  transition: .4s;
  width: 100%;
}

.news .w1488 .newsItem .item .font {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.news .w1488 .newsItem .item .font h5 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  -webkit-line-clamp: 1;
  transition: .4s;
}

.news .w1488 .newsItem .item .font p {
  font-size: 16px;
  color: #666;
  -webkit-line-clamp: 2;
  transition: .4s;
  margin: 50px 0;
}

.news .w1488 .newsItem .item .font span {
  width: 160px;
  height: 40px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.prdTitle {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  padding-left: 10px;
  line-height: 1.4;
  border-left: 6px solid #1B58CC;
}

.safeProfile {
  padding: 90px 0 60px;
}

.safeProfile .w1488 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.safeProfile .w1488 .font {
  width: 57.12%;
  padding-right: 60px;
  box-sizing: border-box;
}

.safeProfile .w1488 .font p {
  margin-top: 20px;
}

.safeTedian {
  background: #F6F9FF;
  padding: 60px 0 50px;
}

.safeTedian .w1488 .swiper {
  margin-top: 35px;
  display: flex;
  align-items: center;
}

.safeTedian .w1488 .swiper .swiper-tedian {
  margin: 0 45px;
  flex: 1;
  overflow: hidden;
  padding: 3px 6px;
  box-sizing: border-box;
}

.safeTedian .w1488 .swiper .swiper-tedian .swiper-wrapper .swiper-slide {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 50px 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.safeTedian .w1488 .swiper .swiper-tedian .swiper-wrapper .swiper-slide .dot {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #1B58CC;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}

.safeTedian .w1488 .swiper .swiper-tedian .swiper-wrapper .swiper-slide .dot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 88.66%;
  height: 88.66%;
  background: #0095FF;
  border-radius: 50%;
}

.safeTedian .w1488 .swiper .swiper-tedian .swiper-wrapper .swiper-slide p {
  color: #666;
  margin-top: 25px;
  line-height: 1.5;
  font-size: 12px;
}

.safeTedian .w1488 .swiper .prev, .safeTedian .w1488 .swiper .next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: .4s;
  cursor: pointer;
}

.safeTedian .w1488 .swiper .prev:hover, .safeTedian .w1488 .swiper .next:hover {
  background: #1B58CC;
  color: #fff;
  border-color: #1B58CC;
}

.safePrice {
  padding: 105px 0 90px;
}

.safePrice .w1488 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.safePrice .w1488 .font {
  width: 41%;
}

.safePrice .w1488 .font ol {
  margin-top: 25px;
}

.safePrice .w1488 .font ol li {
  display: flex;
}

.safePrice .w1488 .font ol li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #1B58CC;
  border-radius: 50%;
  transform: translateY(11px);
}

.safePrice .w1488 .font ol li p {
  flex: 1;
  color: #666;
  font-size: 16px;
  margin-left: 18px;
}

.safecase {
  position: relative;
  padding: 60px 0 100px;
  z-index: 1;
}

.safecase:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
}

.safecase.safecaseopa1:after {
  background: rgba(255, 255, 255, 0.9);
}

.safecase .w1488 .swiper {
  margin-top: 85px;
  display: flex;
  align-items: center;
}

.safecase .w1488 .swiper .swiper-case {
  margin: 0 30px;
  flex: 1;
  overflow: hidden;
}

.safecase .w1488 .swiper .swiper-case .swiper-wrapper .swiper-slide {
  background: #fff;
  padding: 13px;
  padding-bottom: 0;
  box-sizing: border-box;
  border-radius: 10px;
  transition: .4s;
}

.safecase .w1488 .swiper .swiper-case .swiper-wrapper .swiper-slide:hover {
  background: #1B58CC;
}

.safecase .w1488 .swiper .swiper-case .swiper-wrapper .swiper-slide:hover figure img {
  transform: scale(1.1);
}

.safecase .w1488 .swiper .swiper-case .swiper-wrapper .swiper-slide:hover p {
  color: #fff;
}

.safecase .w1488 .swiper .swiper-case .swiper-wrapper .swiper-slide figure {
  overflow: hidden;
  border-radius: 10px;
}

.safecase .w1488 .swiper .swiper-case .swiper-wrapper .swiper-slide figure img {
  transition: .4s;
}

.safecase .w1488 .swiper .swiper-case .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  color: #333;
  height: 60px;
  display: flex;
  justify-content: center;
  transition: .4s;
  align-items: center;
}

.safecase .w1488 .swiper .prev1, .safecase .w1488 .swiper .next1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: .4s;
  cursor: pointer;
}

.safecase .w1488 .swiper .prev1:hover, .safecase .w1488 .swiper .next1:hover {
  background: #1B58CC;
  color: #fff;
  border-color: #1B58CC;
}

.messge {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}

.messge:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.messge .w1488 {
  padding: 0 150px;
  box-sizing: border-box;
}

.messge .w1488.itemAnimates {
  overflow: hidden;
}

.messge .w1488.itemAnimates .itemAnimate {
  opacity: 0;
}

.messge .w1488.itemAnimates.flag .itemAnimate {
  animation: .7s fadeInUp2 forwards;
}

.messge .w1488 h5 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.messge .w1488 .inputItem {
  display: flex;
  justify-content: space-between;
}

.messge .w1488 .inputItem input {
  background: #fff;
  height: 60px;
  padding: 0 25px;
  width: 32%;
  font-size: 16px;
  box-sizing: border-box;
}

.messge .w1488 .msgcot {
  margin: 20px 0 40px;
  background: #fff;
  padding: 15px 25px;
  font-size: 16px;
  box-sizing: border-box;
  min-height: 100px;
}

.messge .w1488 .msgcot.active {
  color: #333;
}

.messge .w1488 button {
  margin: 0 auto;
  width: 173px;
  height: 53px;
  background: #1B58CC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.dipo {
  display: none;
}

.columnAddress {
  padding: 90px 0 45px;
  position: relative;
  z-index: 1;
  background: #FAFAFA;
}

.columnAddress .columnAddressbg {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .6;
}

.columnAddress .w1488 .Items {
  margin-top: 85px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}

.columnAddress .w1488 .Items.itemAnimates {
  overflow: hidden;
}

.columnAddress .w1488 .Items.itemAnimates .itemAnimate {
  opacity: 0;
}

.columnAddress .w1488 .Items.itemAnimates.flag .itemAnimate {
  animation: 1s fadeInRight2 forwards;
}

.columnAddress .w1488 .Items .item {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 67px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  box-sizing: border-box;
}

.columnAddress .w1488 .Items .item:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #1B58CC;
}

.columnAddress .w1488 .Items .item i {
  width: 60px;
  height: 60px;
  background: #1B58CC;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.columnAddress .w1488 .Items .item h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0 5px;
}

.columnAddress .w1488 .Items .item p {
  color: #666;
}

.columnAddress .w1488 .swiper-otherColumn {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  overflow: hidden;
  padding: 43px 3px 12px;
  box-sizing: border-box;
}

.columnAddress .w1488 .swiper-otherColumn .swiper-wrapper .swiper-slide {
  background: #fff;
  padding: 25px 35px;
  box-sizing: border-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.columnAddress .w1488 .swiper-otherColumn .swiper-wrapper .swiper-slide h5 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.columnAddress .w1488 .swiper-otherColumn .swiper-wrapper .swiper-slide p span {
  font-size: 16px;
  color: #333;
}

.columnAddress .w1488 .swiper-otherColumn .swiper-wrapper .swiper-slide p a {
  color: #0095FF;
}

.columnAddress .w1488 .swiper-pagbox {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.columnAddress .w1488 .swiper-pagbox .prev1, .columnAddress .w1488 .swiper-pagbox .next1 {
  width: 45px;
  height: 45px;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  color: #999;
  cursor: pointer;
  transition: .4s;
}

.columnAddress .w1488 .swiper-pagbox .prev1:hover, .columnAddress .w1488 .swiper-pagbox .next1:hover {
  background: #1B58CC;
  border-color: #1B58CC;
  color: #fff;
}

.columnAddress .w1488 .swiper-pagbox .swiper-num {
  display: flex;
  align-items: center;
  width: 52px;
  margin: 0 20px;
  justify-content: space-between;
}

.columnAddress .w1488 .swiper-pagbox .swiper-num span {
  font-size: 17px;
}

.columnAddress .w1488 .swiper-pagbox .swiper-num span.swiper-pagination-current {
  color: #1B58CC;
}

.prdItems .item {
  padding: 135px 0 95px;
  display: block;
}

.prdItems .item:nth-of-type(even) {
  background: #EEF4FF;
}

.prdItems .item .w1488 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.prdItems .item .w1488 .font {
  width: 44.35%;
}

.prdItems .item .w1488 .font .big40 {
  font-size: 40px;
}

.prdItems .item .w1488 .font .itemmargin {
  margin: 100px 0 45px;
}

.prdItems .item .w1488 .font ol {
  margin-top: 25px;
}

.prdItems .item .w1488 .font ol li {
  display: flex;
}

.prdItems .item .w1488 .font ol li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #1B58CC;
  border-radius: 50%;
  transform: translateY(11px);
}

.prdItems .item .w1488 .font ol li p {
  flex: 1;
  color: #666;
  font-size: 16px;
  margin-left: 18px;
}

.prdItems .item .w1488 .imgbox {
  width: 37%;
}

.prdItems .item .w1488 .imgbox figure {
  position: relative;
  text-align: right;
}

.prdItems .item .w1488 .imgbox figure:hover img {
  transform: scale(1.1);
}

.prdItems .item .w1488 .imgbox figure img {
  max-width: 100%;
  transition: .4s;
}

.prdItems .item .w1488 .imgbox p {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-top: 60px;
}

.prdhezuo {
  padding: 80px 0 135px;
}

.prdhezuo .w1488 .prdTitle {
  color: #fff;
  border-color: #fff;
}

.prdhezuo .w1488 p {
  color: #fff;
  margin: 10px 0 25px;
}

.prdhezuo .w1488 .imgbox {
  display: flex;
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.prdhezuo .w1488 .imgbox .item {
  width: 15%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.prdhezuo .w1488 .imgbox .item:hover figure img {
  transform: scale(1.1);
}

.prdhezuo .w1488 .imgbox .item figure {
  text-align: center;
}

.prdhezuo .w1488 .imgbox .item figure img {
  max-width: 90%;
  max-height: 90%;
  transition: .4s;
}

.prdhezuo .w1488 .imgbox i {
  width: 15%;
}

.prdHeadList {
  padding: 25px 0;
  background: #FAFAFA;
}

.prdHeadList .w1488 {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
  color: #666;
  white-space: nowrap;
}

.prdHeadList .w1488::-webkit-scrollbar {
  display: none;
}

.prdHeadList .w1488 i {
  font-size: 15px;
  margin-right: 5px;
}

.prdHeadList .w1488 a {
  transition: .4s;
}

.prdHeadList .w1488 a:hover {
  color: #1B58CC;
}

.prdHeadList .w1488 span {
  font-size: 12px;
  transform-origin: center;
  transform: scale(0.8);
  margin: 0 8px;
}

.prdInner {
  background: #FAFAFA;
}

.prdInner .w1488 {
  padding: 0 142px;
  box-sizing: border-box;
}

.prdInner .w1488 .prdHead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0 105px;
}

.prdInner .w1488 .prdHead .swiper-prd {
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 47.084%;
}

.prdInner .w1488 .prdHead .swiper-prd .prdpag {
  line-height: 1;
  font-size: 0;
  text-align: center;
  margin: 10px 0 35px;
}

.prdInner .w1488 .prdHead .swiper-prd .prdpag span {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  opacity: 1;
  background: transparent;
  margin: 0 3px !important;
}

.prdInner .w1488 .prdHead .swiper-prd .prdpag span.swiper-pagination-bullet-active {
  background: #1B58CC;
  border-color: #1B58CC;
}

.prdInner .w1488 .prdHead .swiper-prd .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 60px;
  width: 100%;
  box-sizing: border-box;
}

.prdInner .w1488 .prdHead .swiper-prd .iconfont {
  position: absolute;
  line-height: 1;
  right: 60px;
  bottom: 60px;
  font-size: 22px;
  color: #999;
}

.prdInner .w1488 .prdHead .font {
  flex: 1;
  margin-left: 95px;
}

.prdInner .w1488 .prdHead .font h5 {
  font-size: 24px;
  font-weight: 700;
}

.prdInner .w1488 .prdHead .font .text {
  margin: 100px 0 60px;
}

.prdInner .w1488 .prdHead .font .text p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.prdInner .w1488 .prdHead .font .text p:last-child {
  margin-bottom: 0;
}

.prdInner .w1488 .prdHead .font a {
  width: 200px;
  height: 45px;
  background: #1B58CC;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.prdInner .w1488 .prdSwiperList {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}

.prdInner .w1488 .prdSwiperList::-webkit-scrollbar {
  display: none;
}

.prdInner .w1488 .prdSwiperList a {
  width: 128px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  box-sizing: border-box;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #666;
}

.prdInner .w1488 .prdSwiperList a.active {
  background: #1B58CC;
  border-color: #1B58CC;
  color: #fff;
}

.prdInner .w1488 .prdSwiper {
  overflow: hidden;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-prdprofile {
  padding: 90px 0 160px;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa {
  padding: 24px 0 30px;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qahead {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  color: #666;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qahead p {
  font-size: 15px;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qahead a {
  margin-left: 15px;
  width: 120px;
  height: 34px;
  border: 1px solid #1B58CC;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: .4s;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qahead a:hover {
  background: #1B58CC;
  color: #fff;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems {
  margin-top: 30px;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item {
  padding: 20px 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question.answer {
  margin-top: 17px;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question.answer .font .dot {
  background: #3CC8C7;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question .font {
  display: flex;
  font-size: 15px;
  width: 50%;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question .font:last-child {
  justify-content: flex-end;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question .font .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1B58CC;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question .font p {
  flex: 1;
  color: #333;
  margin-left: 8px;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question .font span, .prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question .font time {
  white-space: pre-wrap;
  font-size: 15px;
  color: #999;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .qaitems .item .question .font span {
  margin-right: 8px;
}

.prdInner .w1488 .prdSwiper .swiper-wrapper .swiper-slide .swiper-qa .pagings {
  margin-top: 50px;
}

.prdlink {
  padding: 65px 0 105px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prdlink .item {
  width: 60%;
}

.prdlink .item a {
  -webkit-line-clamp: 1;
  color: #666;
  line-height: 2;
  transition: .4s;
}

.prdlink .item a:hover {
  color: #1B58CC;
}

.prdlink .comback a {
  width: 160px;
  height: 40px;
  background: #1B58CC;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.cursorshade {
  background: linear-gradient(to bottom, #1B58CC, #0095FF);
  opacity: 0.5;
  border: none !important;
}

.magnifier {
  border: 2px solid #1B58CC !important;
}

.fafxied {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FAFAFA;
  width: 550px;
  height: auto;
  padding: 70px 85px 45px;
  box-sizing: border-box;
}

.fafxied .head {
  text-align: center;
}

.fafxied .head h5 {
  font-size: 30px;
  font-weight: 700;
  color: #1B58CC;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: 700;
}

.fafxied .head .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #999;
  line-height: 1;
  font-size: 16px;
}

.fafxied .head .close:hover {
  cursor: pointer;
  transition: .4s;
  color: #1B58CC;
  transform: rotate(180deg);
}

.fafxied .qabox input {
  width: 100%;
  height: 58px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  background: #fff;
  padding: 0 27px;
  font-size: 15px;
  color: #333;
  margin-bottom: 13px;
}

.fafxied .qabox textarea {
  width: 100%;
  height: 115px;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  background: #fff;
  padding: 15px 27px;
  font-size: 15px;
  color: #333;
  margin-bottom: 22px;
}

.fafxied .qabox button {
  width: 173px;
  height: 52px;
  background: #1B58CC;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
}

.qafixed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 600px;
  height: auto;
}

.qafixed .head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 40px;
  background: #F3F3F3;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
}

.qafixed .head h5 {
  font-size: 15px;
  color: #666;
}

.qafixed .head .close {
  color: #999;
  font-size: 12px;
}

.qafixed .head .close:hover {
  cursor: pointer;
  transition: .4s;
  color: #1B58CC;
  transform: rotate(180deg);
}

.qafixed .qabox {
  padding: 0 20px 20px 30px;
  box-sizing: border-box;
}

.qafixed .qabox p {
  padding: 15px 0;
  color: #999;
}

.qafixed .qabox .textarea textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 85px;
  width: 100%;
  padding: 10px 5px;
}

.qafixed .qabox .inputitem {
  margin: 10px 0 15px;
  display: flex;
  justify-content: space-between;
}

.qafixed .qabox .inputitem input {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

.qafixed .qabox .inputitem input:nth-child(1) {
  width: 136px;
}

.qafixed .qabox .inputitem input:nth-child(2) {
  width: 188px;
}

.qafixed .qabox .inputitem input:nth-child(3) {
  width: 218px;
}

.qafixed .qabox .theend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.qafixed .qabox .theend .niming {
  display: flex;
  align-items: center;
}

.qafixed .qabox .theend .niming .dot {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #CCCCCC;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: .2s;
}

.qafixed .qabox .theend .niming .dot.active {
  background: #1B58CC;
}

.qafixed .qabox .theend .niming .dot.active i {
  color: #fff;
}

.qafixed .qabox .theend .niming .dot i {
  font-size: 12px;
  transform-origin: center;
  transform: scale(0.5);
  line-height: 1;
  transition: .2s;
}

.qafixed .qabox .theend .niming span {
  font-size: 13px;
  color: #666;
  margin-left: 6px;
}

.qafixed .qabox .theend button {
  cursor: pointer;
  width: 94px;
  height: 35px;
  border-radius: 5px;
  background: #1B58CC;
  color: #fff;
  margin-left: 22px;
}

.newsInner {
  padding-top: 70px;
  background: #FAFAFA;
}

.newsInner .w1488 {
  padding: 0 145px;
  box-sizing: border-box;
}

.newsInner .w1488 .head {
  text-align: center;
}

.newsInner .w1488 .head.special {
  margin-bottom: 50px;
}

.newsInner .w1488 .head h5 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}

.newsInner .w1488 .title {
  margin: 30px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsInner .w1488 .title div {
  display: flex;
  align-items: center;
  margin: 0 35px;
  transition: .4s;
}

.newsInner .w1488 .title div i, .newsInner .w1488 .title div a {
  color: #999;
  font-size: 14px;
}

.newsInner .w1488 .title div span {
  margin-left: 5px;
  color: #999;
  font-size: 14px;
}

.newsInner .w1488 .title .copy a {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.newsInner .w1488 .title .copy:hover a {
  color: #1B58CC;
}

.newsInner .w1488 .fontText {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 65px 0 60px;
}

.safejiagou {
  padding: 65px 0;
  background: #EEF4FF;
}

.safejiagou .w1488 .font {
  margin-top: 45px;
}

.inner {
  width: 1120px;
  margin: 0px auto;
}

.serachT {
  font: 36px/1.5 "Microsoft Yahei";
  color: #1B58CC;
  padding: 6% 0px;
}

.serachI {
  background-color: #f2f2f2;
  color: #1B58CC;
  padding: 36px 30px;
  line-height: 30px;
  margin-bottom: 8%;
}

.serachI .snum {
  font-style: italic;
  padding-left: 12px;
}

.serachI .stxt {
  border: 1px solid #b8c9dc;
  padding: 0px 17px;
  height: 30px;
  width: 30%;
  float: left;
  color: #6D6B6B;
}

.serachI .stxt:focus {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
}

.serachI .sbtn {
  background-color: #1B58CC;
  color: #fff;
  overflow: hidden;
  text-align: center;
  width: 85px;
  border: 0px none;
  height: 32px;
  line-height: 32px;
  float: left;
  margin-left: 14px;
}

.serachlist a:link, .serachlist a:visited {
  color: #666;
}

.serachlist a:active, .serachlist a:hover {
  color: #666;
}

.serachlist a {
  -webkit-line-clamp: 1;
}

.serachlist dd {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  color: #a9a9a9;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.serachlist dd .num {
  float: left;
  display: block;
  padding-right: 26px;
  font-size: 18px;
  line-height: 1.4;
}

.serachlist dd .blue {
  color: #1B58CC;
  text-decoration: underline;
}

.paging {
  padding: 36px 0px 80px;
  text-align: center;
}

.paging a:link, .paging a:visited {
  color: #ffffff;
}

.paging a:active, .paging a:hover {
  color: #fff;
  background-color: #1B58CC;
}

.paging a, .paging span {
  display: inline-block;
  margin: 0px 3px !important;
  background-color: #c7c7c7;
  font-size: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.paging .prev, .paging .next {
  display: inline-block;
  font-family: "宋体";
  color: #fff;
  margin: 0px 30px !important;
}

.paging span {
  background-color: #1B58CC;
  color: #fff !important;
}

.pagingBox .paging {
  float: right;
  display: block;
  padding: 0px;
}

.pagingBox .num {
  float: left;
  display: block;
  font-style: initial;
}

.pagingBox .paging .prev {
  margin-left: 0px !important;
}

.pagingBox .paging .next {
  margin-right: 0px !important;
}

.uk .safeTedian .w1488 .swiper .swiper-tedian .swiper-wrapper .swiper-slide .dot {
  font-size: 12px;
  text-align: center;
  padding: 15px;
}

.uk .prdTitle {
  font-weight: 300;
}

.uk .subnavHead .bannerText .w1488 .linker a {
  width: auto !important;
  padding: 0 10px;
  font-size: 14px;
}

.uk .safecase .w1488 .swiper .swiper-case .swiper-wrapper .swiper-slide p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 60px;
}

.uk .prdItems .item .w1488 .font ol li p {
  font-size: 14px;
}

.uk .safePrice .w1488 .font ol li p {
  font-size: 14px;
}

.uk .time .w1488 .swiper-timeContent .swiper-wrapper .swiper-slide .text p {
  font-size: 24px !important;
}

.uk .swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1488 h5 {
  line-height: 1.2;
  font-weight: 300;
}
