@charset "UTF-8";
/*
 * @Author: feelChin 
 * @Date: 2020-11-03 15:28:25 
 * @Last Modified by: feelChin
 * @Last Modified time: 2021-05-13 14:45:59
 */
/*
 * @Author: Chin 
 * @Date: 2020-06-23 10:17:36 
 * @Last Modified by: feelChin
 * @Last Modified time: 2021-02-26 11:29:33
 */
@import url("../fonts/iconfont/iconfont.css");
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  background: #fff;
  color: #333;
  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: #008BD0;
}

::-moz-selection {
  background: #008BD0;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #008BD0;
  color: #fff;
  text-shadow: none;
}

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

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

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

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

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

: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;
}

.mousegradient {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.mousegradient:hover:after {
  --size: 300%;
}

.mousegradient:after {
  content: '';
  --size: 0;
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #008BD0, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}

.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: #008BD0;
}

.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: -80px;
  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);
}

.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ells {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -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: #008BD0;
  color: #fff;
  z-index: 3;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}

.videobox i:hover {
  background: #05467B;
}

.subnavHead {
  position: relative;
}

.subnavHead .bannerimg {
  overflow: hidden;
}

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

.newspaper {
  word-break: break-all;
}

.newspaper a {
  transition: .4s;
}

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

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

.newspaper a:active {
  color: #008BD0;
}

.newspaper a:hover {
  color: #008BD0;
}

.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% !important;
}

.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;
  }
}

@keyframes shubiao {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(10px);
    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);
  }
}

@keyframes faderRotates {
  from {
    opacity: 0;
    visibility: hidden;
    transform-origin: bottom;
    transform: rotatex(90deg);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform-origin: bottom;
    transform: rotatex(0deg);
  }
}

/**
 * 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;
}

html, body {
  scroll-behavior: smooth;
}

@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-face {
  font-family: "pf";
  src: url("../fonts/PFDINTEXTCONDPRO/pfd.eot");
  src: url("../fonts/PFDINTEXTCONDPRO/pfd.eot") format("embedded-opentype"), url("../fonts/PFDINTEXTCONDPRO/pfd.woff2") format("woff2"), url("../fonts/PFDINTEXTCONDPRO/pfd.woff") format("woff"), url("../fonts/PFDINTEXTCONDPRO/pfd.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;
}

body.ccp header .morelink ul li > a:after {
  background: #DB0000;
}

body.ccp header .morelink ul li .linklist {
  background: #DB0000;
}

body.ccp header .morelink .searchLink:after {
  background: #DB0000;
}

body.ccp .subnavBody .w1280 .list a.active {
  color: #DB0000;
}

body.ccp .subnavBody .w1280 .list a:after {
  background: #DB0000;
}

body.ccp .subnavBody .w1280 .mianbao a.active {
  color: #DB0000;
}

body.ccp .subnavBody .w1280 .mianbao a:hover {
  color: #DB0000;
}

body.ccp .paging a:hover {
  border-color: #DB0000;
  background: #DB0000;
}

body.ccp .paging a.active {
  border-color: #DB0000;
  background: #DB0000;
}

body.ccp footer:after {
  background: #DB0000;
}

body.ccp footer a:hover {
  color: #DB0000;
}

body.ccp::-webkit-scrollbar-thumb {
  background-color: #DB0000;
}

body.ccp::-moz-selection {
  background: #DB0000;
  color: #fff;
  text-shadow: none;
}

body.ccp::selection {
  background: #DB0000;
  color: #fff;
  text-shadow: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 11;
  padding-left: 3.125%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

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

header .morelink {
  height: 100%;
  display: flex;
  align-items: center;
}

header .morelink ul {
  display: flex;
  height: 100%;
}

header .morelink ul li {
  height: 100%;
  position: relative;
}

header .morelink ul li:hover .linklist {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

header .morelink ul li:hover > a {
  color: #fff;
}

header .morelink ul li:hover > a:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

header .morelink ul li.active > a {
  color: #fff;
}

header .morelink ul li.active > a:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

header .morelink ul li > a {
  font-size: 18px;
  font-weight: 400;
  padding: 0 25px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: .5s;
}

header .morelink ul li > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008BD0;
  clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
  z-index: -1;
  opacity: 0;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

header .morelink ul li .linklist {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100vw;
  top: 100%;
  left: 0;
  height: 60px;
  background: #008BD0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30%);
  transition: .5s;
  padding-left: 35px;
  box-sizing: border-box;
}

header .morelink ul li .linklist a {
  font-size: 16px;
  margin-right: 55px;
  transition: .4s;
}

header .morelink ul li .linklist a:hover {
  color: #B5D9F6;
}

header .morelink ul li .linklist a:last-child {
  margin-right: 0;
}

header .morelink .searchLink {
  width: 90px;
  background: #B4B4B4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: .4s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

header .morelink .searchLink:hover:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

header .morelink .searchLink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008BD0;
  clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
  z-index: -1;
  opacity: 0;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

header .morelink .searchLink:hover .searchInputBox {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

header .morelink .searchLink i {
  font-size: 25px;
}

header .morelink .searchLink .searchInputBox {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  height: 35px;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

header .morelink .searchLink .searchInputBox input {
  width: 180px;
  padding: 0 10px;
  box-sizing: border-box;
}

header .morelink .searchLink .searchInputBox a {
  width: 90px;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008BD0;
}

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

.mobileMenu .mobileMenu_box {
  position: relative;
  width: 24px;
  height: 18px;
}

.mobileMenu .mobileMenu_box.active div {
  background: #008BD0;
}

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

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

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

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

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

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

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

.mobileNav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  transform: translateX(100%);
  transition: .5s;
  transition-timing-function: var(--ease-in-out-b);
  z-index: 8;
  background: white;
}

.mobileNav.active {
  visibility: visible;
  transform: translate(0);
}

.mobileNav .box {
  width: 100%;
  height: calc(100vh - 65px);
  padding-top: 65px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.mobileNav .box::-webkit-scrollbar {
  display: none;
}

.mobileNav .box .mobileNavitems {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.mobileNav .box .mobileNavitems .item {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 5%;
  box-sizing: border-box;
}

.mobileNav .box .mobileNavitems .item:hover h5 {
  color: #008BD0;
}

.mobileNav .box .mobileNavitems .item.active i {
  transform: rotate(90deg);
}

.mobileNav .box .mobileNavitems .item h5 {
  font-family: initial;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  transition: .3s;
}

.mobileNav .box .mobileNavitems .item i {
  color: #666;
  font-size: 12px;
  transition: .5s;
}

.mobileNav .box .mobileNavitems .mobilelinkitems {
  transition: .4s;
  padding: 0 5%;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  background: #f9f9f9;
}

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

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

.mobileNav .box .mobileNavitems .mobilelinkitems a {
  position: relative;
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 14px;
  color: #333;
  transition: .5s;
}

.mobileNav .box .mobileNavitems .mobilelinkitems a:hover {
  color: #008BD0;
}

.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 .popUpBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.popUp .popUpBox {
  width: 70%;
  height: 45%;
  background: #fff;
}

.w1610 {
  width: 1610px;
  margin: 0 auto;
}

.swiper-box1 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: calc(100vh - 80px);
}

.swiper-box1 .swiper-pag {
  position: absolute;
  z-index: 3;
  bottom: 32px;
  line-height: 1;
}

.swiper-box1 .swiper-pag span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: .4s;
  opacity: 1;
  background: transparent;
}

.swiper-box1 .swiper-pag span.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-box1 .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-box1 .swiper-wrapper .swiper-slide.swiper-slide-active .box1img img {
  transform: scale(1);
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1img {
  overflow: hidden;
  height: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1img img {
  transition: 7s;
  transform: scale(1.1);
  height: 100%;
  object-fit: cover;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text.active h5 span {
  animation: fadeInUp2 1s forwards;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text h5 {
  font-size: 75px;
  font-weight: 700;
  color: #fff;
}

.box2 {
  display: flex;
  flex-wrap: wrap;
}

.box2 .item {
  width: 50%;
  position: relative;
  background: #fcfcfc;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}

.box2 .item:hover figure img {
  transform: scale(1.1);
}

.box2 .item:hover .bg i {
  background: #008BD0;
  color: #fff;
}

.box2 .item .font {
  padding-left: 85px;
  padding-bottom: 75px;
  box-sizing: border-box;
}

.box2 .item .font p {
  font-size: 16px;
  color: #666;
}

.box2 .item figure {
  overflow: hidden;
  width: 100%;
}

.box2 .item figure img {
  transition: .4s;
}

.box2 .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-direction: column;
}

.box2 .item .bg i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #999;
  margin-bottom: 10px;
  transition: .4s;
}

.box2 .item .bg span {
  font-size: 20px;
  font-family: 'pf';
  color: #fff;
  position: relative;
  line-height: 1.2;
}

.box2 .item .bg span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.box2 .item .font p {
  margin-top: 42px;
}

.box2 .item .listBox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  transform: translateY(-50%);
  z-index: 3;
}

.box2 .item .listBox.itemAnimates {
  overflow: hidden;
}

.box2 .item .listBox.itemAnimates .itemAnimate {
  opacity: 0;
}

.box2 .item .listBox.itemAnimates.flag .itemAnimate {
  animation: faderRotates 1s forwards ease-in-out;
}

.box2 .item .listBox .list {
  width: 50%;
  height: 160px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 35px;
  box-sizing: border-box;
}

.box2 .item .listBox .list:nth-child(1) {
  background: linear-gradient(to right, rgba(0, 139, 208, 0.6), transparent);
}

.box2 .item .listBox .list:nth-child(2) {
  background: linear-gradient(to right, rgba(5, 70, 123, 0.6), rgba(4, 61, 128, 0.5));
}

.box2 .item .listBox .list:nth-child(3) {
  background: #05467B;
}

.box2 .item .listBox .list:nth-child(4) {
  color: #008BD0;
}

.box2 .item .listBox .list:nth-child(4).flag:after {
  width: 100%;
}

.box2 .item .listBox .list:nth-child(4):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #008BD0;
  transition: 1.3s;
}

.box2 .item .listBox .list h6 {
  font-size: 16px;
}

.box2 .item .listBox .list .title {
  display: flex;
  align-items: flex-end;
}

.box2 .item .listBox .list .title h5 {
  font-size: 75px;
  font-family: 'gilroy';
  line-height: 1;
  margin-right: 5px;
}

.box2 .item .listBox .list .title span {
  font-size: 24px;
  line-height: 1.2;
  transform: translateY(-30%);
}

.box2 .item .listBox .list p {
  font-family: 'gilroy';
}

.ititle {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.box3 {
  padding: 75px 0 105px;
}

.box3 .w1610 .ititle {
  text-align: center;
}

.box3 .w1610 .list {
  display: flex;
  margin-top: 50px;
}

.box3 .w1610 .list.itemAnimates {
  overflow: hidden;
}

.box3 .w1610 .list.itemAnimates .itemAnimate {
  opacity: 0;
}

.box3 .w1610 .list.itemAnimates.flag .itemAnimate {
  animation: fadeInUp2 1s forwards ease-out;
}

.box3 .w1610 .list .item {
  position: relative;
  width: 25%;
}

.box3 .w1610 .list .item:hover figure img {
  transform: scale(1.1);
}

.box3 .w1610 .list .item:hover .font p {
  color: #008BD0;
}

.box3 .w1610 .list .item:hover .font time {
  color: #008BD0;
}

.box3 .w1610 .list .item figure {
  overflow: hidden;
}

.box3 .w1610 .list .item figure img {
  width: 100%;
  height: auto;
  transition: .4s;
}

.box3 .w1610 .list .item .font {
  padding: 25px 30px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.box3 .w1610 .list .item .font p {
  -webkit-line-clamp: 2;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
  transition: .5s;
  height: 60px;
}

.box3 .w1610 .list .item .font time {
  color: #999;
  line-height: 1;
  transition: .5s;
}

.box4 {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 65px;
  margin-bottom: 200px;
}

.box4:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #05467B;
  opacity: .7;
}

.box4 .w1610 .ititle {
  text-align: center;
}

.box4 .w1610 .swiper-list {
  text-align: center;
  display: flex;
  justify-content: center;
  transform: translateY(50px);
}

.box4 .w1610 .swiper-list span {
  width: 130px;
  height: 130px;
  margin: 0 70px;
  opacity: 1;
  background: transparent;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.box4 .w1610 .swiper-list span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008BD0;
  clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

.box4 .w1610 .swiper-list span.swiper-pagination-bullet-active:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.box4 .w1610 .swiper-list span i {
  font-size: 38px;
  line-height: 1;
}

.box4 .w1610 .swiper-list span p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
}

.box4 .w1610 .swiper {
  transform: translateY(130px);
}

.box4 .w1610 .swiper .swiper-box4 {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.box4 .w1610 .swiper .swiper-box4 .swiper-wrapper .swiper-slide {
  display: flex;
}

.box4 .w1610 .swiper .swiper-box4 .swiper-wrapper .swiper-slide.swiper-slide-active figure {
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
}

.box4 .w1610 .swiper .swiper-box4 .swiper-wrapper .swiper-slide.swiper-slide-active .font {
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
}

.box4 .w1610 .swiper .swiper-box4 .swiper-wrapper .swiper-slide figure {
  width: 54.65%;
  opacity: 0;
  transform: translateY(30%);
  transition: .5s;
}

.box4 .w1610 .swiper .swiper-box4 .swiper-wrapper .swiper-slide .font {
  flex: 1;
  margin-left: 65px;
  transition: .65s;
  transform: translateY(50%);
  opacity: 0;
}

.box4 .w1610 .swiper .swiper-box4 .swiper-wrapper .swiper-slide .font h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.box4 .w1610 .swiper .swiper-box4 .swiper-wrapper .swiper-slide .font p {
  margin: 45px 0 80px;
}

.learnMore {
  width: 170px;
  height: 50px;
  background: #008BD0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.learnMore:hover:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.learnMore:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008BD0;
  clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
  z-index: -1;
  opacity: 0;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

.learnMore:hover:after {
  filter: brightness(110%);
}

.learnMore:after {
  filter: brightness(80%);
}

.learnMore span {
  margin-right: 25px;
  font-weight: 400;
}

.learnMore i {
  font-size: 12px;
  transform: scale(0.7);
}

footer {
  position: relative;
  padding: 70px 0 55px;
}

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

footer:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 16px;
  width: 0;
  background: #05467B;
  transition: .8s;
  z-index: 3;
}

footer a {
  transition: .4s;
}

footer a:hover {
  color: #008BD0;
}

footer .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-wrap: nowrap;
}

footer .box .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .box .title a {
  margin-right: 30px;
  display: block;
}

footer .box .title a:last-child {
  margin: 0;
}

footer .box .list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  white-space: pre-wrap;
  flex-wrap: wrap;
}

footer .foot-right {
  display: flex;
  align-items: flex-end;
}

footer .zf-box {
  margin-right: 10px;
}

footer .zf-box img {
  width: 100%;
  max-width: 456px;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

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

.bannerText .w1280 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 70px;
  box-sizing: border-box;
}

.bannerText .w1280 h5 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 500;
}

.bannerText .w1280 h6 {
  font-size: 40px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.subnavBody {
  height: 70px;
  border-bottom: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.subnavBody .w1280 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.subnavBody .w1280 .list {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.subnavBody .w1280 .list::-webkit-scrollbar {
  display: none;
}

.subnavBody .w1280 .list a {
  position: relative;
  height: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #999;
  margin-right: 70px;
  transition: .4s;
  white-space: nowrap;
}

.subnavBody .w1280 .list a.active {
  color: #008BD0;
}

.subnavBody .w1280 .list a.active:after {
  width: 100%;
  left: 0;
}

.subnavBody .w1280 .list a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px;
  background: #008BD0;
  transition: .5s;
  transform: translateY(50%);
}

.subnavBody .w1280 .list a:last-child {
  margin-right: 0;
}

.subnavBody .w1280 .mianbao {
  margin-left: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #999;
}

.subnavBody .w1280 .mianbao span {
  display: block;
  margin: 0 6px;
  line-height: normal;
}

.subnavBody .w1280 .mianbao i {
  font-size: 18px;
}

.subnavBody .w1280 .mianbao a {
  transition: .4s;
}

.subnavBody .w1280 .mianbao a:hover {
  color: #008BD0;
}

.subnavBody .w1280 .mianbao a.active {
  color: #008BD0;
}

.profile {
  padding: 100px 0 85px;
}

.profile .w1280 .title h5 {
  font-size: 40px;
  font-weight: 700;
}

.profile .w1280 .title h6 {
  font-size: 20px;
  color: #999;
}

.profile .w1280 time {
  display: block;
  line-height: 1.1;
  font-size: 45px;
  color: #008BD0;
  font-family: 'pf';
  margin: 25px 0 40px;
}

.profile .w1280 p {
  font-size: 20px;
  font-weight: 500;
}

.profile2 {
  position: relative;
}

.profile2 figure {
  display: none;
}

.profile2 .font {
  width: 50%;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  margin-left: auto;
  height: 100%;
  padding: 100px 0;
  padding-left: 77px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile2 .font p {
  margin: 35px 0 50px;
  font-size: 16px;
}

.profile2 .font .numlist {
  display: flex;
}

.profile2 .font .numlist .list {
  margin-right: 105px;
}

.profile2 .font .numlist .list:last-child {
  margin-right: 0;
}

.profile2 .font .numlist .list .title {
  display: flex;
  align-items: flex-end;
}

.profile2 .font .numlist .list .title h6 {
  font-size: 60px;
  font-family: 'pf';
  color: #008BD0;
  line-height: 1;
}

.profile2 .font .numlist .list .title small {
  display: block;
  margin-left: 8px;
  font-weight: 500;
  line-height: normal;
  transform: translateY(-35%);
}

.profile2 .font .numlist .list span {
  font-weight: 500;
  margin-top: 15px;
}

.ph5 {
  font-size: 35px;
  font-weight: 500;
}

.profile3 {
  padding: 88px 0 75px;
}

.profile3 .w1280 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.profile3 .w1280 .font {
  width: 44.37%;
  padding-top: 60px;
  box-sizing: border-box;
}

.profile3 .w1280 .font p {
  margin-top: 35px;
  line-height: 2;
}

.profile3 .w1280 figure {
  width: 50%;
}

.profile4 {
  position: relative;
  z-index: 1;
  padding: 170px 0;
}

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

.profile4 .w1280 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.profile4 .w1280 p {
  font-size: 16px;
  width: 85.41%;
  margin: 0 auto;
  margin-top: 40px;
}

.time {
  padding-top: 125px;
}

.time .w1280 {
  display: flex;
  align-items: center;
}

.time .w1280 .prev, .time .w1280 .next {
  color: #D2D2D2;
  cursor: pointer;
  transition: .4s;
  transform: translateY(18px);
}

.time .w1280 .prev:hover, .time .w1280 .next:hover {
  color: #008BD0;
}

.time .w1280 .swiper {
  overflow: hidden;
  flex: 1;
  margin: 0 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0;
  line-height: 1;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide:hover h5 {
  opacity: 1;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide:hover .timeline .dot {
  opacity: 1;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide:first-child .timeline span:first-child {
  opacity: 1;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide .timeline {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 10px 0;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide .timeline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #C0C0C0;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide .timeline .dot {
  position: absolute;
  left: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #008BD0;
  background: #fff;
  transform: translate(-50%, 15%);
  z-index: 3;
  opacity: 0;
  transition: .4s;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide .timeline span {
  width: 1px;
  height: 7px;
  background: #C0C0C0;
  display: inline-block;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide .timeline span:first-child {
  opacity: 0;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide .timeline .line2 {
  height: 5px;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide .timeline .line1 {
  height: 11px;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide .timeline .line {
  height: 20px;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide h5 {
  font-size: 30px;
  font-weight: 700;
  color: #008BD0;
  line-height: 1.1;
  opacity: 0;
  transition: .5s;
}

.time .w1280 .swiper .swiper-wrapper .swiper-slide h6 {
  font-size: 16px;
  font-family: '200';
  color: #666;
}

.timeboxlist {
  padding-bottom: 100px;
  padding-top: 60px;
}

.timeboxlist .list h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 50px;
  text-align: center;
}

.timeboxlist .list ul {
  position: relative;
  padding: 30px 0 35px;
}

.timeboxlist .list ul:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #DBDBDB;
  width: 1px;
  height: 100%;
}

.timeboxlist .list ul li {
  position: relative;
  padding: 15px 0 28px;
  width: 50%;
  display: flex;
  flex-direction: row-reverse;
}

.timeboxlist .list ul li:nth-child(even) {
  flex-direction: row;
  margin-left: 50%;
}

.timeboxlist .list ul li:nth-child(even) i {
  display: block;
  transform: translateX(-1px) rotateY(180deg);
}

.timeboxlist .list ul li:nth-child(even) .bg {
  left: auto;
  right: 0;
}

.timeboxlist .list ul li:nth-child(even) .text {
  margin-right: auto;
  margin-left: 5%;
}

.timeboxlist .list ul li:hover .bg:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.timeboxlist .list ul li:hover .text time {
  color: #fff;
}

.timeboxlist .list ul li:hover .text p {
  color: #fff;
}

.timeboxlist .list ul li .bg {
  position: absolute;
  width: 97%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.timeboxlist .list ul li .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008BD0;
  clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
  z-index: -1;
  opacity: 0;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

.timeboxlist .list ul li i {
  color: #008BD0;
  transform: translateX(1px);
}

.timeboxlist .list ul li .text {
  margin-right: 5%;
  z-index: 2;
  max-width: 40%;
}

.timeboxlist .list ul li .text time {
  font-size: 16px;
  font-weight: 700;
  color: #008BD0;
  transition: .4s;
}

.timeboxlist .list ul li .text p {
  margin: 5px 0 20px;
  color: #787878;
  font-size: 16px;
  transition: .4s;
}

.timeboxlist .list ul li .text figure img {
  width: 100%;
}

.jigou {
  padding: 130px 0;
}

.news {
  padding: 100px 0;
}

.news .w1280 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .w1280 .item {
  width: 32%;
  margin-bottom: 40px;
}

.news .w1280 .item:last-child:nth-child(3n - 1) {
  margin-right: calc(32% + 4% / 2);
}

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

.news .w1280 .item:hover .font:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.news .w1280 .item:hover .font h5 {
  color: #fff;
}

.news .w1280 .item:hover .font .timer {
  color: #fff;
}

.news .w1280 .item figure {
  overflow: hidden;
}

.news .w1280 .item figure img {
  transition: .4s;
}

.news .w1280 .item .font {
  padding: 20px 27px 25px;
  box-sizing: border-box;
  background: #FBFBFB;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.news .w1280 .item .font:hover:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.news .w1280 .item .font:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008BD0;
  clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
  z-index: -1;
  opacity: 0;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

.news .w1280 .item .font h5 {
  -webkit-line-clamp: 2;
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
  transition: .4s;
  height: 60px;
}

.news .w1280 .item .font .timer {
  margin-top: 45px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #999;
  transition: .4s;
}

.news .w1280 .item .font .timer i {
  line-height: 1;
}

.news .w1280 .item .font .timer span {
  font-family: 'gilroy';
  margin-left: 8px;
}

.paging {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.paging .prev, .paging .next {
  width: 88px;
  color: #B9B9B9;
}

.paging .prev i, .paging .next i {
  font-size: 12px;
  transform: scale(0.8);
}

.paging a {
  width: 40px;
  height: 40px;
  border: 1px solid #DEDEDE;
  transition: .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 3px;
}

.paging a:hover {
  color: #fff;
  border-color: #008BD0;
  background: #008BD0;
}

.paging a.active {
  color: #fff;
  border-color: #008BD0;
  background: #008BD0;
}

.newsInner .w1280 {
  padding: 95px 0;
  display: flex;
}

.newsInner .w1280 .timer time {
  width: 140px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #EEEEEE;
}

.newsInner .w1280 .timer time span {
  line-height: 1;
  transform: translateY(-5%);
}

.newsInner .w1280 .timer time span:first-child {
  font-size: 58px;
  font-weight: 500;
}

.newsInner .w1280 .timer time span:last-child {
  font-size: 16px;
  font-weight: 500;
}

.newsInner .w1280 .Inner {
  flex: 1;
  margin-left: 88px;
}

.newsInner .w1280 .Inner .head h5 {
  font-size: 30px;
  line-height: 1.5;
}

.newsInner .w1280 .Inner .title {
  margin-top: 22px;
  display: flex;
  align-items: center;
}

.newsInner .w1280 .Inner .title span {
  margin-right: 5px;
}

.newsInner .w1280 .Inner .title a {
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B1B1B1;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  margin-right: 6px !important;
  transition: .4s;
}

.newsInner .w1280 .Inner .title a:hover {
  background: #008BD0 !important;
  color: #fff;
  border-color: #008BD0;
}

.newsInner .w1280 .Inner .text {
  padding: 90px 0 150px;
  border-bottom: 1px solid #ECECEC;
  box-sizing: border-box;
}

.newsInner .w1280 .Inner .morelinks {
  padding-top: 43px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.newsInner .w1280 .Inner .morelinks .link {
  width: 70%;
}

.newsInner .w1280 .Inner .morelinks .link a {
  -webkit-line-clamp: 1;
  font-size: 16px;
  line-height: 2;
  transition: .4s;
}

.newsInner .w1280 .Inner .morelinks .link a:hover {
  color: #008BD0;
}

.newsInner .w1280 .Inner .morelinks .others a {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #008BD0;
}

.newsInner .w1280 .Inner .morelinks .others a i {
  font-size: 14px;
  margin-right: 20px;
}

.business {
  padding: 55px 0 90px;
}

.business .w1280 {
  display: flex;
  align-items: center;
}

.business .w1280 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 40px;
  box-sizing: border-box;
  flex: 1;
  margin-right: 11px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  flex-direction: column;
  color: #008BD0;
  transition: .4s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.business .w1280 a:hover:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.business .w1280 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008BD0;
  clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
  z-index: -1;
  opacity: 0;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

.business .w1280 a.active {
  border-color: #008BD0;
}

.business .w1280 a.active i, .business .w1280 a.active span {
  color: #fff;
}

.business .w1280 a.active div {
  opacity: 1;
  transition-delay: .2s;
  transform: translateY(-1px) rotate(-90deg);
}

.business .w1280 a.active:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.business .w1280 a:last-child {
  margin-right: 0;
}

.business .w1280 a div {
  position: absolute;
  top: 100%;
  transform: translateY(8px) rotate(-90deg);
  line-height: 1;
  opacity: 0;
  transition: .4s;
}

.business .w1280 a i {
  font-size: 52px;
  line-height: 1;
  transition: .4s;
}

.business .w1280 a span {
  font-size: 18px;
  line-height: 1.1;
  margin-top: 15px;
  transition: .4s;
}

.buslist .item {
  display: flex;
  position: relative;
}

.buslist .item:nth-child(even) {
  flex-direction: row-reverse;
}

.buslist .item:nth-child(even) figure i {
  right: auto;
  left: 0;
  transform: translate(-1px, -50%) rotateY(180deg);
}

.buslist .item:nth-child(even) .font {
  padding-right: 75px;
}

.buslist .item figure {
  overflow: hidden;
  width: 50%;
  position: relative;
}

.buslist .item figure:hover img {
  transform: scale(1.1);
}

.buslist .item figure i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(1px, -50%);
  color: #fff;
  z-index: 3;
}

.buslist .item figure img {
  transition: .4s;
}

.buslist .item .font {
  padding: 65px 0 0 75px;
  width: 50%;
  box-sizing: border-box;
  background: #FBFBFB;
}

.buslist .item .font h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.buslist .item .font .line {
  margin: 28px 0;
  width: 55px;
  height: 1px;
  background: #008BD0;
}

.buslist .item .font p {
  font-size: 16px;
  line-height: 2;
  color: #999;
  margin-bottom: 50px;
  -webkit-line-clamp: 5;
}

.buslist .item .font .learnMore {
  background: #999;
}

.busInner {
  height: calc(100vh - 80px);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}

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

.busInner .box {
  display: flex;
  width: 71.51%;
  margin-left: auto;
  height: 74.28%;
}

.busInner .box .flexbox .comeback {
  position: relative;
  width: 100px;
  height: 100px;
  background: #008BD0;
  color: #fff;
}

.busInner .box .flexbox .comeback figure {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 3;
}

.busInner .box .flexbox .comeback span {
  position: absolute;
  right: 17px;
  bottom: 17px;
  z-index: 3;
  font-size: 16px;
}

.busInner .box .font {
  flex: 1;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  padding: 62px 0 62px 80px;
  box-sizing: border-box;
}

.groupProjects {
  padding: 20px 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.groupProjects .item {
  width: 24%;
  margin-bottom: 50px;
}

.groupProjects .item:hover figure .viewmore {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.groupProjects .item:hover p {
  color: #008BD0;
}

.groupProjects .item:hover p:after {
  width: 100%;
  left: 0;
}

.groupProjects .item figure {
  position: relative;
}

.groupProjects .item figure .viewmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 139, 208, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
  clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
  opacity: 0;
}

.groupProjects .item figure .viewmore i {
  width: 168px;
  height: 46px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: inherit;
}

.groupProjects .item p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  color: #5D5D5D;
  position: relative;
}

.groupProjects .item p:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #008BD0;
  transform: translateY(5px);
  transition: .6s;
}

.groupProjects i {
  width: 24%;
}

.gounpInner {
  padding-top: 90px;
}

.gounpInner .w1280 h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.gounpInner .w1280 .font {
  margin-top: 25px;
  padding: 55px 0 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gounpInner .w1280 .font .swiper {
  position: relative;
  margin-bottom: 80px;
}

.gounpInner .w1280 .font .swiper .prev, .gounpInner .w1280 .font .swiper .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  z-index: 7;
  transition: .4s;
  cursor: pointer;
}

.gounpInner .w1280 .font .swiper .prev:hover, .gounpInner .w1280 .font .swiper .next:hover {
  color: #008BD0;
}

.gounpInner .w1280 .font .swiper .prev {
  left: 70px;
}

.gounpInner .w1280 .font .swiper .next {
  right: 70px;
}

.gounpInner .w1280 .font .swiper .swiper-certify {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gounpInner .w1280 .font .swiper .swiper-certify .swiper-wrapper {
  transition-timing-function: --var-ease-in-out-b;
}

.gounpInner .w1280 .font .swiper .swiper-certify .swiper-wrapper .swiper-slide {
  width: 800px;
  position: relative;
}

.gounpInner .w1280 .font .swiper .swiper-certify .swiper-wrapper .swiper-slide.swiper-slide-active:after {
  opacity: 0;
  visibility: hidden;
}

.gounpInner .w1280 .font .swiper .swiper-certify .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

.gounpInner .w1280 .morelinks {
  padding: 55px 0 75px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.gounpInner .w1280 .morelinks .link {
  width: 70%;
}

.gounpInner .w1280 .morelinks .link a {
  -webkit-line-clamp: 1;
  font-size: 16px;
  line-height: 2;
  transition: .4s;
}

.gounpInner .w1280 .morelinks .link a:hover {
  color: #008BD0;
}

.gounpInner .w1280 .morelinks .others a {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #008BD0;
}

.gounpInner .w1280 .morelinks .others a i {
  font-size: 14px;
  margin-right: 20px;
}

.ccpnews {
  padding: 95px 0;
}

.ccpnews .w1280 .item {
  display: flex;
  padding: 40px 50px 40px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 30px;
}

.ccpnews .w1280 .item:hover figure img {
  transform: scale(1.1);
}

.ccpnews .w1280 .item:hover .font .learnMore:after {
  opacity: 1;
  filter: brightness(100%);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.ccpnews .w1280 .item figure {
  position: relative;
  width: 33.59%;
  overflow: hidden;
}

.ccpnews .w1280 .item figure time {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  z-index: 3;
  background: #DB0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ccpnews .w1280 .item figure time span {
  line-height: 1;
  font-weight: 500;
  transform: translateY(-10%);
}

.ccpnews .w1280 .item figure time span:first-child {
  font-size: 34px;
}

.ccpnews .w1280 .item figure time span:last-child {
  font-size: 13px;
}

.ccpnews .w1280 .item figure img {
  transition: .4s;
}

.ccpnews .w1280 .item .font {
  flex: 1;
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ccpnews .w1280 .item .font .title h5 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
  -webkit-line-clamp: 1;
}

.ccpnews .w1280 .item .font .title p {
  font-size: 16px;
  -webkit-line-clamp: 2;
}

.ccpnews .w1280 .item .font .learnMore {
  background: #999;
}

.ccpnews .w1280 .item .font .learnMore:after {
  background: #DB0000;
}

.ccpnews .paging {
  margin-top: 80px;
}

.ccpdoc {
  padding: 70px 0;
}

.ccpdoc .w1280 .item {
  padding: 40px 20px 0px 40px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ccpdoc .w1280 .item:hover .timer:after {
  width: 150%;
}

.ccpdoc .w1280 .item:hover .ckxq {
  color: #fff;
}

.ccpdoc .w1280 .item:hover .ckxq:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.ccpdoc .w1280 .item p {
  flex: 1;
  margin: 0 60px;
  font-size: 18px;
  line-height: 1.4;
}

.ccpdoc .w1280 .item .timer {
  position: relative;
  display: flex;
  color: #DB0000;
  padding-bottom: 35px;
}

.ccpdoc .w1280 .item .timer:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 6px;
  background: #DB0000;
  width: 100%;
  transition: .5s;
}

.ccpdoc .w1280 .item .timer i {
  font-size: 18px;
  line-height: 1.4;
}

.ccpdoc .w1280 .item .timer time {
  margin-left: 9px;
}

.ccpdoc .w1280 .item .timer time h6 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

.ccpdoc .w1280 .item .ckxq {
  width: 150px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.ccpdoc .w1280 .item .ckxq:hover:after {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
  opacity: 1;
}

.ccpdoc .w1280 .item .ckxq:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008BD0;
  clip-path: polygon(50% 0%, 100% 40%, 100% 100%, 0 100%, 0 40%);
  z-index: -1;
  opacity: 0;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

.ccpdoc .w1280 .item .ckxq:after {
  background: #DB0000;
}

.ccpdoc .paging {
  margin-top: 80px;
}

.announ {
  padding: 100px 0;
}

.announ .w1280 .item {
  position: relative;
  padding: 32px 38px 40px 38px;
  box-sizing: border-box;
  display: flex;
  background: #FBFBFB;
  margin-bottom: 30px;
}

.announ .w1280 .item:hover:after {
  width: 100%;
}

.announ .w1280 .item:hover .text h5 {
  color: #008BD0;
}

.announ .w1280 .item:hover time {
  background: #008BD0;
  color: #fff;
}

.announ .w1280 .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: #008BD0;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

.announ .w1280 .item .text {
  flex: 1;
  margin-right: 120px;
}

.announ .w1280 .item .text h5 {
  font-size: 20px;
  line-height: 1.2;
  -webkit-line-clamp: 1;
  transition: .4s;
}

.announ .w1280 .item .text p {
  font-size: 16px;
  margin: 20px 0 40px;
  color: #666;
  -webkit-line-clamp: 1;
}

.announ .w1280 .item .text span {
  line-height: 1;
}

.announ .w1280 .item time {
  width: 70px;
  height: 70px;
  z-index: 3;
  background: #EEEEEE;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .4s;
}

.announ .w1280 .item time span {
  transition: .4s;
  line-height: 1;
  font-weight: 500;
  transform: translateY(-10%);
}

.announ .w1280 .item time span:first-child {
  font-size: 34px;
}

.announ .w1280 .item time span:last-child {
  font-size: 13px;
}

.announ .paging {
  margin-top: 80px;
}

.government {
  padding: 100px 0;
}

.resources {
  padding: 100px 0 80px;
}

.resources .w1280 h5 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.resources .w1280 p {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin: 35px 0 65px;
}

.resources .w1280 .list {
  display: flex;
}

.resources .w1280 .list.itemAnimates {
  overflow: hidden;
}

.resources .w1280 .list.itemAnimates .itemAnimate {
  opacity: 0;
}

.resources .w1280 .list.itemAnimates.flag .itemAnimate {
  animation: fadeInUp2 1s forwards;
}

.resources .w1280 .list figure {
  flex: 1;
}

.guys {
  padding: 70px 0 100px;
}

.guys .w1280 h5 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.guysItems .guysItem:first-child .head {
  border-top: 1px solid #D5D5D5;
}

.guysItems .guysItem .head {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  height: 95px;
  border-bottom: 1px solid #D5D5D5;
  transition: .5s;
}

.guysItems .guysItem .head.active {
  background: #fff;
}

.guysItems .guysItem .head.active div h6 {
  color: #333;
}

.guysItems .guysItem .head.active div i {
  color: #008BD0;
}

.guysItems .guysItem .head.active div span {
  color: #6B6B6B;
}

.guysItems .guysItem .head.active div .ckxq {
  display: none;
}

.guysItems .guysItem .head div {
  position: relative;
  flex: 1;
  text-align: center;
}

.guysItems .guysItem .head div h6 {
  font-size: 20px;
  font-weight: 700;
  transition: .4s;
  line-height: 1.4;
}

.guysItems .guysItem .head div i {
  color: #fff;
  line-height: 1.4;
  font-size: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .4s;
}

.guysItems .guysItem .head div span {
  font-size: 16px;
  display: block;
  transition: .4s;
}

.guysItems .guysItem .head div span:last-child {
  font-size: 14px;
}

.guysItems .guysItem .head div .ckxq {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.guysItems .guysItem .box {
  height: 0;
  overflow: hidden;
  transition: .48s;
}

.guysItems .guysItem .box .font {
  padding: 30px 74px 85px;
  box-sizing: border-box;
  background: #fff;
}

.contact .w1280 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  flex-wrap: wrap;
}

.contact .w1280 .item {
  position: relative;
  padding: 140px 0 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.contact .w1280 .item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 150%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.contact .w1280 .item i {
  width: 70px;
  height: 70px;
  background: #008BD0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.contact .w1280 .item span {
  font-size: 18px;
  margin-top: 14px;
  text-align: center;
}

.map {
  height: 585px;
  width: 100%;
}

.map #map {
  height: 100%;
}

.amap-logo, .amap-copyright {
  display: none !important;
}

.amap-toolbar {
  z-index: 2;
  display: none !important;
}

.amap-scalecontrol {
  display: none !important;
}

.amap-layers:after {
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.amap-markers {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.innerdot {
  display: none !important;
}

.infobox {
  display: none;
}

.amap-info-contentContainer {
  width: auto;
  height: auto;
  max-width: 320px;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.amap-info-contentContainer h5 {
  color: #212121;
  font-size: 18px;
}

.amap-info-contentContainer p {
  color: #999;
  font-size: 16px;
}

.mapdots {
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  color: #05467B;
}

.mapdots:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #05467B;
  z-index: -1;
  -webkit-animation: dots 1.5s infinite linear;
  animation: dots 1.5s infinite linear;
}

.mapdots .dot {
  width: 30px;
  height: 30px;
  background: #05467B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mapdots .dot img {
  width: 25px;
  transform: translateY(-50%);
}

@keyframes dots {
  from {
    opacity: 1;
    transform: scale(0.1);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

.search {
  background: #F9F9F9;
  padding: 85px 0;
}

.search .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.search .box ul li {
  width: 48%;
  background: white;
  margin-bottom: 40px;
  padding: 25px 30px 30px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.search .box ul li:hover span, .search .box ul li:hover h5, .search .box ul li:hover p {
  color: white;
}

.search .box ul li:hover:after {
  opacity: 1;
}

.search .box ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008BD0;
  opacity: 0;
  transition: .5s;
  z-index: -1;
}

.search .box ul li span {
  font-size: 16px;
  color: #008BD0;
  line-height: normal;
  transition: .4s;
}

.search .box ul li h5 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  height: 52px;
  font-weight: 700;
  line-height: normal;
  -webkit-line-clamp: 2;
  transition: .4s;
}

.search .box ul li p {
  font-size: 16px;
  color: #008BD0;
  line-height: normal;
  transition: .4s;
}

.search .box .searchInput {
  display: flex;
  justify-content: center;
  height: 50px;
  margin-bottom: 60px;
}

.search .box .searchInput input {
  width: 40%;
  height: 100%;
  background: #f1f1f1;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  box-sizing: border-box;
}

.search .box .searchInput button {
  cursor: pointer;
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008BD0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
