@charset "UTF-8";

@import url("../fonts/iconfont/iconfont.css");
* {
  margin: 0;
  padding: 0;
  outline: none;
}

mark {
  background-color: transparent;
}

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

sup, sub {
  vertical-align: baseline;
}




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

.pageC {
  overflow: hidden;
}

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

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

.reset {
  line-height: 1;
  font-size: 0;
}

.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: rgba(240, 166, 25, 0.9);
  z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
  bottom: -100%;
  transition: .8s;
  transition-timing-function: ease-in-out;
}

.randomdots {
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.randomdots .randomdot {
  cursor: pointer;
  width: 0;
  height: 0;
  padding-top: 0;
  position: absolute;
  background: #F08519;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.randomdots .randomdot.active {
  width: 100%;
  padding-top: 100%;
  transform: translate(-50%, -50%) scale(3);
  transition: .5s;
  transition-timing-function: linear;
}

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

.scrollx {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.scrollx::-webkit-scrollbar {
  display: none;
}

.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: .3s;
  cursor: pointer;
}

.wechat.active {
  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: 100%;
  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 .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;
}

.zoomjs .smallbox {
  position: relative;
  width: auto;
  z-index: 2;
  cursor: move;
}

.zoomjs .smallbox img {
  display: block;
  position: relative;
  z-index: -1;
}

.zoomjs .smallbox .smallbox_mark {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .5s;
  z-index: 1;
  pointer-events: none;
}

.zoomjs .smallbox .smallbox_mark.active {
  opacity: .5;
  visibility: visible;
}

.zoomjs .bigbox {
  position: absolute;
  left: 100%;
  top: 0;
  width: 300px;
  height: 100%;
  overflow: hidden;
  border: 1px solid red;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s;
}

.zoomjs .bigbox.active {
  opacity: 1;
  visibility: visible;
}

.zoomjs .bigbox img {
  position: absolute;
}

.subnavHead {
  position: relative;
  z-index: 3;
}

.subnavHead .bannerimg {
  overflow: hidden;
}

.subnavHead .bannerimg img {
  position: relative;
  left: 50%;
  width: 100%;
  display: block;
  transform: translateX(-50%);
}

.subnavHead .bannerText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.splitbox {
  overflow: hidden;
}

.jsplit .splitbox h5 {
  color: white;
  font-size: 50px;
  line-height: normal;
  text-align: center;
  margin-bottom: 18px;
  white-space: pre;
  font-family: 'ys';
}

.jsplit .splitbox h5.active span {
  animation: fadeInRight  1s forwards;
}

.jsplit .splitbox h5 span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  opacity: 0;
  display: inline-block;
}

.jsplit .splitbox h6 {
  font-size: 18px;
  color: #F08519;
  line-height: 1;
  text-transform: uppercase;
  white-space: pre;
  letter-spacing: 15px;
}

.jsplit .splitbox h6.active span {
  animation: fadeInRight  1s forwards;
}

.jsplit .splitbox h6 span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  opacity: 0;
  display: inline-block;
}

.newspaper p, .newspaper span, .newspaper a {
  word-break: break-all;
}

.newspaper a {
  transition: .4s;
}

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

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

.newspaper a:active {
  color: #f03;
}

.newspaper a:hover {
  color: #f03;
}

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

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

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

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

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

.mobileNavbg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transition-timing-function: linear;
}

.mobileNavbg.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 640px) {
  .videobox video {
    width: 100%;
  }
}

.Z100 {
  transform: scale(1.5);
  opacity: 0;
  transition: .8s;
}

.Z50 {
  transform: scale(0.5);
  opacity: 0;
  transition: .8s;
}

.Z0 {
  transform: scale(1);
  opacity: 1;
}

.Y100 {
  transform: translateY(100%);
  opacity: 0;
  transition: .8s;
}

.Y50 {
  transform: translateY(50%);
  opacity: 0;
  transition: .8s;
  transition-timing-function: ease-in-out;
}

.Y30 {
  transform: translateY(30%);
  opacity: 0;
  transition: .8s;
  transition-timing-function: ease-in-out;
}

.Y0 {
  transform: translateY(0);
  opacity: 1;
}

.X100 {
  transform: translateX(-100%);
  opacity: 0;
  transition: .8s;
}

.X_50 {
  transform: translateX(-30%);
  opacity: 0;
  transition: .8s;
  transition-timing-function: ease-in-out;
}

.X50 {
  transform: translateX(30%);
  opacity: 0;
  transition: .8s;
  transition-timing-function: ease-in-out;
}

.X0 {
  transform: translateX(0);
  opacity: 1;
}

.t4 {
  transition: .4s;
}

.opacitys {
  opacity: 0;
  transition: 1s;
}

.opacitys.reset_opacitys {
  opacity: 1;
  transition: 1s;
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
}

.button_double_fadeintop {
  display: block;
  position: relative;
  width: 180px;
  height: 64px;
  background: red;
  color: white;
  cursor: pointer;
  overflow: hidden;
}

.button_double_fadeintop section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: black;
  transition: .3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button_double_fadeintop section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: .3s;
  transition-delay: .3s;
}

.button_double_fadeintop div {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.button_double_fadeintop:hover section {
  height: 100%;
}

.button_double_fadeintop:hover section::after {
  height: 0%;
}

@keyframes shubiao {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
  }
}

@keyframes time {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@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 fadeInUp2s {
  from {
    opacity: 0;
    transform: translate3d(0, 0%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 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 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;
    transform-origin: 0 0 0;
    transform: perspective(500px) rotatex(-90deg) translateZ(0);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) translateZ(0);
  }
}

@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: "s";
  src: url("../fonts/SourceHanSansCN/sy.eot");
  src: url("../fonts/SourceHanSansCN/sy.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN/sy.woff2") format("woff2"), url("../fonts/SourceHanSansCN/sy.woff") format("woff"), url("../fonts/SourceHanSansCN/sy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "p";
  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;
}

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

.fixedmb.active {
  transition-delay: .5s;
  visibility: hidden;
}

.fixedmb.active:after, .fixedmb.active:before {
  width: 0;
}

.fixedmb:after, .fixedmb:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: white;
  transition-delay: .3s;
  transition: 1.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.fixedmb:after {
  left: 0%;
}

.fixedmb:before {
  right: 0%;
}

* {
  font-family: 's';
}

.root {
  position: relative;
  transition: .5s;
  left: 0;
  transition-timing-function: var(--ease-in-out-b);
}

.root.active {
  left: -20%;
}

.mobileNav {
  position: relative;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 20vw;
  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 - 80px);
  padding-top: 80px;
  box-sizing: border-box;
  overflow-y: auto;
  -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 h5 {
  font-family: initial;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  transition: .3s;
}

.mobileNav .box .mobileNavitems ol {
  transition: .4s;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
}

.mobileNav .box .mobileNavitems ol li {
  position: relative;
  width: 100%;
  line-height: 1;
}

.mobileNav .box .mobileNavitems ol li:first-child {
  height: 10px;
}

.mobileNav .box .mobileNavitems ol li:last-child {
  height: 10px;
}

.mobileNav .box .mobileNavitems ol li a {
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 14px;
  color: #333;
}


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

.swiper-box1 .swiper-wrapper {
  transition-timing-function: var(--ease-out-a);
}

.swiper-box1 .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-box1 .swiper-wrapper .swiper-slide .img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .bgmb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 84, 163, 0.3);
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext {
  position: relative;
  z-index: 2;
  width: 70%;
  text-align: center;
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext.active h5 {
  transform: translateY(0);
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext.active h6 {
  transform: translateY(0);
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext h5 {
  font-size: 50px;
  color: white;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
  transition: .5s;
  transition-timing-function: var(--ease-out-a);
  transform: translateY(100%);
  transition-delay: .5s;
}

.swiper-box1 .swiper-wrapper .swiper-slide .hometext h6 {
  font-size: 0.48rem;
  color: #F08519;
  font-family: "Arial";
  text-indent: 29px;
  font-weight: 700;
  line-height: normal;
  transition: .5s;
  transition-timing-function: var(--ease-out-a);
  transform: translateY(100%);
  transition-delay: .1s;
  text-transform: uppercase;
}

.swiper-box1 .shubiao {
  width: 28px;
  height: 47px;
  position: absolute;
  right: 50px;
  bottom: 45px;
  line-height: 1;
  z-index: 3;
  -webkit-animation: 1.5s shubiao infinite;
  animation: 1.5s shubiao infinite;
  background: url(../images/mouse.png) no-repeat;
}

.swiper-box1 .swiper-pagination {
  line-height: 1;
  bottom: 48px;
  z-index: 3;
}

.swiper-box1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: white;
  margin: 0 12px;
  transition: .4s;
}

.swiper-box1 .swiper-pagination .swiper-pagination-bullet:hover {
  background: #F08519;
}

.swiper-box1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F08519;
}

.swiper-box1 .tzzgx {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 214px;
  height: 115px;
  background: #F08519;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 22px;
  box-sizing: border-box;
}

.swiper-box1 .tzzgx span {
  font-family: 'p';
  font-size: 62px;
  font-weight: 300;
  color: white;
  line-height: 1;
}

.swiper-box1 .tzzgx p {
  font-size: 16px;
  color: white;
  font-weight: 300;
}

.box2 {
  padding:0 0 76px 0;
}

.box2 .box {
  width: 1760px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.box2 .box.itemAnimates {
  transform-style: preserve-3d;
}

.box2 .box.itemAnimates .itemAnimate {
  opacity: 0;
  transform-origin: 0 0 0;
}

.box2 .box.itemAnimates.animates .itemAnimate {
  -webkit-animation: 1.5s faderRotateZ forwards;
  animation: 1.5s faderRotateZ forwards;
}

.box2 .box .l {
  overflow: hidden;
  flex: 1;
  position: relative;
  margin-right: 15px;
}

.box2 .box .l:hover img {
  transform: scale(1.1);
}

.box2 .box .l:hover .box2bgmb .b i {
  width: 54px;
}

.box2 .box .r {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box2 .box .r .items {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}

.box2 .box .r .items:hover > img {
  transform: scale(1.1);
}

.box2 .box .r .items:hover .box2bgmb .b i {
  width: 54px;
}

.box2 .box .r .items .item {
  position: relative;
  flex: 1;
  cursor: pointer;
  overflow: hidden;
}

.box2 .box .r .items .item:first-child {
  margin-right: 15px;
}

.box2 .box .r .items .item:last-child {
  margin-left: 15px;
}

.box2 .box .r .items .item:hover > img {
  transform: scale(1.1);
}

.box2bgmb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 84, 163, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 48px 35px;
  box-sizing: border-box;
}

.box2bgmb .t h5 {
  font-size: 0.36rem;
  text-align: left;
  color: #FFFFFF;
  font-weight: 700;
  line-height: normal;
}

.box2bgmb .t p {
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 4px;
}

.box2bgmb .b {
  display: flex;
  align-items: center;
}

.box2bgmb .b span {
  font-size: 16px;
  font-weight: 300;
  color: white;
}

.box2bgmb .b i {
  width: 0;
  height: 1px;
  background: white;
  display: block;
  transition: .6s;
  margin-left: 12px;
}

.chinalist {
  font-size: 0.4rem;
  color: #555;
  line-height: normal;
  font-weight: 700;
  white-space: pre;
  overflow: hidden;
  text-align: center;
  font-family: 's';
}

.chinalist.active span {
  -webkit-animation: fadeInRight  1s forwards;
  animation: fadeInRight  1s forwards;
}

.chinalist span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  opacity: 0;
  display: inline-block;
}

.uklist {
  margin-top: 8px;
  text-align: center;
  font-size: 0.4rem;
  color: #F08519;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 700;
  white-space: pre;
  overflow: hidden;
}

.uklist.active span {
  -webkit-animation: fadeInRight  1s forwards;
  animation: fadeInRight  1s forwards;
}

.uklist span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  opacity: 0;
  display: inline-block;
}

.box3 {
  position: relative;
  padding: 130px 0 190px;
  text-align: center;
  margin:15px 0;
}

.box3 * {
  position: relative;
  z-index: 1;
}

.box3 .line {
  margin: 0 auto;
  margin-top: 25px;
}

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

.box3 p {
  color: #555;
  line-height:0.34rem;
  font-size: 0.19rem;
  width: 900px;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 95px;
}

.box3 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box3 ul li section {
  margin: 0 104px;
  position: relative;
}

.box3 ul li section:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 35px;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.box3 ul li div {
  display: flex;
  flex-direction: column;
}

.box3 ul li div span {
  font-size: 60px;
  color: #F08519;
  font-family: "Arial";
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.box3 ul li div i {
  font-size: 0.19rem;
  color:#555;
  line-height:0.3rem;
  text-align:center;
}

.box4 {
  width: 100%;
  position: relative;
  padding: 0px 0 38px;
  overflow: hidden;
}

.box4 .box4part {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.box4 .box4part canvas {
  opacity: .6;
}



.box4 > h6 {
  color: white;
  font-size: 35px;
  text-transform: unset;
}

.box4 .swiper-box4 {
  width: 100%;
  margin-top: 55px;
  position: relative;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide {
  width: 56.7%;
  position: relative;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, transparent 50%, black 100%);
  padding: 75px 50px 40px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section {
  width: auto;
  border: 1px solid #fff;
  border-radius: 9px;
  padding: 7px 12px;
  height: 83px;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .t h5 {
  font-size: 26px;
  color: white;
  line-height: normal;
  letter-spacing: 5px;
  font-weight: normal;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .t span {
  width: 31px;
  height: 5px;
  background: white;
  display: block;
  margin-bottom: 0.2rem;
  margin-top: 10px;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .t p {
  font-size: 15px;
  line-height: 2;
  color: white;
  -webkit-line-clamp: 4;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .xq span {
  font-size: 14px;
  color: white;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .xq i {
  color: white;
  display: inline-block;
  margin-left: 9px;
}

.box4 .swiper-box4 .prev, .box4 .swiper-box4 .next {
  position: absolute;
  top: 50%;
  z-index: 3;
}

.box4 .swiper-box4 .prev {
  left: 52%;
  transform: translate(-50%, -50%);
  margin-left: -30.3%;
  background: url(../images/l-jt.png) no-repeat center center #cbcbcb;
}

.box4 .swiper-box4 .next {
  right: 50%;
  transform: translate(50%, -50%);
  margin-right: -30.3%;
  background: url(../images/l-jt.png) no-repeat center center #cbcbcb;
  transform: rotate(180deg);
}

.prev, .next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: white;
  font-size: 20px;
  color: #333333;
  transition: .4s;
  cursor: pointer;
}

.prev:hover, .next:hover {
  background: #F08519;
  color: white;
}

.box5 {
  padding: 90px 0 80px;
}

.box5 > h5 {

  color: #333;
}

.box5 > h6 {
  font-size: 35px;
  color: #999999;
  text-transform: unset;
}

.box5 .hx {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 40px 0;
}

.box5 ul {
  width: 1710px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}

.box5 ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.box5 ul.itemAnimates.animates .itemAnimate {
  -webkit-animation: 1s fadeInUp forwards;
  animation: 1s fadeInUp forwards;
}

.box5 ul li {
  position: relative;
  width: 22.22%;
  cursor: pointer;
}

.box5 ul li:hover .img img {
  transform: scale(1.1);
}

.box5 ul li:hover h5 {
  color: #F08519;
}

.box5 ul li .timer {
  display: flex;
  align-items: center;
}

.box5 ul li .timer span {
  font-size: 16px;
  color: #F08519;
}

.box5 ul li .timer p {
  color: #F08519;
  font-size: 16px;
  margin-left: 9px;
}

.box5 ul li h5 {
  font-size: 0.24rem;
  color: #333333;
  margin: 0.2rem 0;
  line-height: 1.4;
  height: 0.64rem;
  transition: .4s;
  -webkit-line-clamp: 2;
}

.box5 ul li .img {
  overflow: hidden;
}

footer {
  background: #063092;
  padding: 33px 0 45px;
}

footer .box {
  width: 1710px;
  margin: 0 auto;
}

footer .box .t {
  display: flex;
  justify-content: space-between;
}

footer .box .t .l h5 {
  font-size: 0.3rem;
  color: white;
  font-weight: 700;
  line-height: normal;
}

footer .box .t .l .line {
  width: 652px;
  height: 2px;
  margin: 25px 0;
}

footer .box .t .l p {
  font-size: 0.18rem;
  color: white;
  margin-bottom: 0.25rem;
}

footer .box .t .l p.eng {
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
}

footer .box .t .l .item {
  display: flex;
  margin-top: 8px;
}

footer .box .t .l .item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B1B1B;
  background: white;
  margin-right: 20px;
  transition: .4s;
}

footer .box .t .l .item a:hover {
  color: white;
  transition-delay: .2s;
}

footer .box .t .l .item a img {
  width: 22px;
}

footer .box .t .r p {
  color: white;
  font-size: 14px;
}

footer .box .t .r p:last-child {
  font-size: 18px;
  font-weight: 300;
}

footer .box .t .r h4 {
  color: white;
  font-size: 40px;
  line-height: normal;
  margin: 5px 0;
}

footer .box .b {
  display: flex;
  justify-content: space-between;
}

footer .box .b .l {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

footer .box .b .l .item {
  display: flex;
  flex-wrap: wrap;
}

footer .box .b .l .item.yqlj {
  margin-bottom: 10px;
}

footer .box .b .l .item.yqlj p, footer .box .b .l .item.yqlj a {
  line-height: 1.2;
}

footer .box .b .l .item.yqlj a {
  padding: 0 7px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

footer .box .b .l .item.yqlj a:last-child {
  border: none;
}

footer .box .b .l .item p, footer .box .b .l .item a {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height:0.2rem;
  white-space: pre-wrap;
}

footer .box .b .l .item a {
  transition: .4s;
}

footer .box .b .l .item a:hover {
  color: #F08519;
}

footer .box .b .r {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .box .b .r.flag .comesback {
  transform: translateY(0);
  opacity: 1;
  transition-delay: .8s;
}

footer .box .b .r .comesback {
  width: 0.28rem;
  height: 0.43rem;
  color: white;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s;
  cursor: pointer;
  line-height: 1;
  background: url(../images/top.png)no-repeat;
  background-size: cover;
}

footer .box .b .r .comesback:hover {
  transition-delay: 0s;
  color: #F08519;
  transform: translateY(-10px);
}

footer .box .b .r .line {
  margin-top: 10px;
  width: 6px;
  height: 108px;
}

footer .box .b .r .line.flag:after {
  height: 100%;
}

footer .box .b .r .line:after {
  width: 100%;
  height: 0;
  top: initial;
  bottom: 0;
}

.line {
  position: relative;
  width: 38px;
  height: 5px;
  display: block;
}

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

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

.mobileMenu {
  display: flex;
  align-items: 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: #F08519;
}

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

.subnavbody {
  position: absolute;
  width: 100%;
  height: 75px;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.subnavbody li.active a:after {
  left: 0;
  width: 100%;
}

.subnavbody li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  color: white;
  font-size: 18px;
  font-weight: 300;
}

.subnavbody li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  transition: .4s;
  background: #F08519;
  z-index: -1;
}

.leader {
  padding: 115px 0 95px;
}

.leader .text {
  width: 866px;
  margin: 0 auto;
}

.leader .text p {
  font-size: 24px;
  color: #585858;
  line-height: 2.2;
}

.leader .text img {
  margin-top: 115px;
  margin-left: auto;
  display: block;
}

.culture1 {
  padding: 110px 0 170px;
}

.culture1 .box {
  width: 90%;
  margin: 0 auto;
}

.culture1 .box h5 {
  color: #333333;
}

.culture1 .box h6 {
  font-size: 24px;
}

.culture1 .box .line {
  width: 57px;
  height: 4px;
  margin: 35px auto 55px;
}

.culture1 .box .line::after {
  background: #F08519;
}

.culture1 .box .tdesc {
  font-size: 24px;
  color: #333333;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.culture2 {
  position: relative;
  padding: 87px 0 70px;
}

.culture2 h5 {
  font-size: 27px;
}

.culture2 h6 {
  font-size: 26px;
}

.culture2:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 84, 163, 0.7);
}

.culture2 * {
  position: relative;
  z-index: 1;
}

.culture2 .line {
  width: 57px;
  height: 4px;
  margin: 35px auto 55px;
}

.culture2 .line::after {
  background: #F08519;
}

.culture2 .box {
  width: 1710px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.culture2 .box.itemAnimates .itemAnimate {
  opacity: 0;
}

.culture2 .box.itemAnimates.animates .itemAnimate {
  -webkit-animation: 1s fadeInUp forwards;
  animation: 1s fadeInUp forwards;
}

.culture2 .box .prev, .culture2 .box .next {
  width: 45px;
  height: 45px;
  background: transparent;
  border: 2px solid white;
  color: white;
  font-size: 14px;
}

.culture2 .box .prev:hover, .culture2 .box .next:hover {
  background: #F08519;
  border-color: #F08519;
}

.culture2 .box .swiper-culture2 {
  width: 1490px;
  overflow: hidden;
}

.culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide {
  position: relative;
}

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

.culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide:hover .text {
  background: #F08519;
}

.culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide:hover .text p {
  color: white;
}

.culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
}

.culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide .text {
  height: 70px;
  background: white;
  display: flex;
  padding: 0 25px;
  box-sizing: border-box;
  align-items: center;
  transition: .4s;
}

.culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide .text p {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  width: 100%;
  text-align: center;
  -webkit-line-clamp: 1;
  transition: .4s;
}

.culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide .linkA {
  position: absolute;
  z-index: 7;
}

.ckgd {
  width: 168px;
  height: 44px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: .5s;
  justify-content: center;
  font-size: 16px;
  color: white;
  margin: 0 auto;
  margin-top: 55px;
}

.ckgd:hover {
  transition-delay: .2s;
  color: white;
  border-color: #F08519;
}

.culture3 {
  background: #F9F9F9;
  padding: 90px 0 130px;
}

.culture3 h5 {
  font-size: 27px;
  color: #333333;
}

.culture3 h6 {
  font-size: 26px;
}

.culture3 .line {
  width: 57px;
  height: 4px;
  margin: 35px auto;
}

.culture3 .line::after {
  background: #F08519;
}

.culture3 ul {
  width: 1495px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.culture3 ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.culture3 ul.itemAnimates.animates .itemAnimate {
  -webkit-animation: 1s flipInX forwards;
  animation: 1s flipInX forwards;
}

.culture3 ul li {
  position: relative;
  width: 49%;
  display: flex;
  padding: 30px 54px 37px;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 0 10px transparent;
  transition: .4s;
  margin-bottom: 38px;
}

.culture3 ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.culture3 ul li:hover .l img {
  transform: scale(1.1);
}

.culture3 ul li .l {
  margin-right: 50px;
  overflow: hidden;
  width: 28%;
}

.culture3 ul li .r {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.culture3 ul li .r p {
  font-size: 18px;
  color: #585858;
  line-height: normal;
  -webkit-line-clamp: 1;
}

.culture3 ul li .r .times {
  transform: translateY(-30px);
}

.culture3 ul li .r .times i, .culture3 ul li .r .times span {
  display: inline-block;
}

.culture3 ul li .r .times i {
  font-size: 20px;
  color: #A4A4A4;
}

.culture3 ul li .r .times span {
  font-size: 16px;
  color: #A4A4A4;
  margin-left: 15px;
}

.culture3 ul li .r section {
  display: flex;
}

.culture3 ul li .r section a {
  width: 120px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  transition: .4s;
  background: #A4A4A4;
}

.culture3 ul li .r section a.active {
  background: #F08519;
  margin-right: 32px;
}

.culture3 .ckgd {
  margin-top: 35px;
  border-color: #585858;
  color: #585858;
}

.culture3 .ckgd:hover {
  transition-delay: .2s;
  color: white;
  border-color: #F08519;
}

.prd .head {
  height: 105px;
  display: flex;
  justify-content: center;
}

.prd .head a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 300;
  margin: 0 11px;
  position: relative;
  transition: .4s;
}

.prd .head a.active {
  color: #F08519;
}

.prd .head a.active:after {
  width: 100%;
}

.prd .head a:hover {
  color: #F08519;
}

.prd .head a:hover:after {
  width: 100%;
}

.prd .head a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 7px;
  background: #F08519;
  bottom: 0;
  left: 0;
  transition: .4s;
}

.prd ul li {
  height: 560px;
  position: relative;
}

.prd ul li.mengban:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 84, 163, 0.7);
  z-index: 0;
}

.prd ul li.mengban .box .l {
  box-sizing: border-box;
}

.prd ul li.textColor .box {
  flex-direction: row-reverse;
}

.prd ul li.textColor .box .l .text h5 {
  color: #585858;
}

.prd ul li.textColor .box .l .text p {
  color: #585858;
}

.prd ul li.textColor .box .r {
  box-sizing: border-box;
}

.prd ul li .box {
  position: relative;
  width: 1710px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  overflow: hidden;
}

.prd ul li .box .l {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prd ul li .box .l .text {
  width: 500px;
}

.prd ul li .box .l .text h6 {
  color: #F08519;
  text-align: left;
  font-size: 18px;
  margin-top: 0;
}

.prd ul li .box .l .text h5 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: left;
}

.prd ul li .box .l .text p {
  font-size: 14px;
  color: white;
  -webkit-line-clamp: 5;
}

.prd ul li .box .l .text a {
  margin-top: 35px;
  width: 137px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  background: #F08519;
  font-weight: 700;
}

.prd ul li .box .r {
  padding: 30px 0;
  width: 45%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prd ul li .box .r img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.prdinner {
  padding: 89px 0 83px;
  background: #F9F9F9;
}

.prdinner .box {
  width: 1340px;
  margin: 0 auto;
  display: flex;
}

.prdinner .box:hover .l .swiper-prd .swiper-wrapper .swiper-slide img {
  transform: scale(1.1);
}

.prdinner .box .l {
  width: 620px;
  margin-right: 70px;
  background: white;
}

.prdinner .box .l .swiper-prd {
  position: relative;
  overflow: hidden;
}

.prdinner .box .l .swiper-prd .swiper-wrapper .swiper-slide {
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.prdinner .box .l .swiper-prd .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  transition: .4s;
}

.prdinner .box .l .swiper-prd .swiper-pagination {
  line-height: 1;
  bottom: 16px;
  z-index: 3;
}

.prdinner .box .l .swiper-prd .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background: transparent;
  margin: 0 10px;
  border: 1px solid #707070;
  box-sizing: border-box;
  transition: .4s;
}

.prdinner .box .l .swiper-prd .swiper-pagination .swiper-pagination-bullet:hover {
  background: #F08519;
  border-color: transparent;
}

.prdinner .box .l .swiper-prd .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F08519;
  border-color: transparent;
}

.prdinner .box .r {
  flex: 1;
  overflow-y: auto;
}

.prdinner .box .r h6 {
  font-size: 18px;
  text-align: left;
  margin-top: 0;
}

.prdinner .box .r h5 {
  font-size: 24px;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 15px;
}

.prdinner .box .r > p {
  font-size: 14px;
  color: #585858;
  line-height: 2;
  margin: 20px 0;
}

.prdinner .box .r .text {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.prdinner .box .r .text ul {
  padding-top: 30px;
  padding-bottom: 40px;
}

.prdinner .box .r .text ul li {
  display: flex;
  align-items: center;
}

.prdinner .box .r .text ul li i {
  font-size: 14px;
  color: #707070;
  line-height: 1;
}

.prdinner .box .r .text ul li p {
  font-size: 14px;
  color: #585858;
  line-height: 2.4;
  margin-left: 10px;
}

.prdinner .box .r .text section {
  display: flex;
}

.prdinner .box .r .text section a {
  display: flex;
}

.prdinner .box .r .text section a.active i {
  color: #F08519;
}

.prdinner .box .r .text section a.active p {
  color: #F08519;
}

.prdinner .box .r .text section a:hover i {
  color: #F08519;
}

.prdinner .box .r .text section a:hover p {
  color: #F08519;
}

.prdinner .box .r .text section a:last-child {
  margin-left: 40px;
}

.prdinner .box .r .text section a i {
  font-size: 20px;
  color: #A4A4A4;
  line-height: normal;
  transition: .5s;
}

.prdinner .box .r .text section a p {
  font-size: 16px;
  color: #A4A4A4;
  line-height: normal;
  margin-left: 7px;
  transition: .5s;
}

.prdbiaoge {
  padding-bottom: 50px;
  background: #F9F9F9;
}

.prdbiaoge .box {
  width: 1340px;
  margin: 0 auto;
}

.prdbiaoge .box .head h5 {
  font-size: 24px;
  color: #333333;
  padding-left: 13px;
  border-left: 7px solid #F08519;
  text-align: left;
  line-height: 1.1;
}

.prdbiaoge .box .biaoge {
  margin-top: 30px;
}

.prdbiaoge .box .biaoge .items {
  display: flex;
}

.prdbiaoge .box .biaoge .items .item1 {
  width: 16%;
  background: #0350A0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  box-sizing: border-box;
}

.prdbiaoge .box .biaoge .items .item1 h6 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}

.prdbiaoge .box .biaoge .items .item1 .firstitem {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.prdbiaoge .box .biaoge .items .item1 .firstitem div {
  flex: 1;
  box-sizing: border-box;
  min-height: 40px;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.8;
  color: white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  box-sizing: border-box;
}

.prdbiaoge .box .biaoge .items .item1 .firstitem div:last-child {
  border-bottom: 1px solid transparent;
}

.prdbiaoge .box .biaoge .items .item2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.prdbiaoge .box .biaoge .items .item2 .itembox {
  flex: 1;
  display: flex;
}

.prdbiaoge .box .biaoge .items .item2 .itembox.active .itembox2 {
  background: rgba(3, 80, 160, 0.06);
}

.prdbiaoge .box .biaoge .items .item2 .itembox.solidactive .itembox2 {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.prdbiaoge .box .biaoge .items .item2 .itembox div {
  box-sizing: border-box;
  min-height: 40px;
  height: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

.prdbiaoge .box .biaoge .items .item2 .itembox div h6 {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.8;
  color: white;
}

.prdbiaoge .box .biaoge .items .item2 .itembox div .lastitems {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.prdbiaoge .box .biaoge .items .item2 .itembox div .lastitems section {
  box-sizing: border-box;
  min-height: 40px;
  height: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
}

.prdbiaoge .box .biaoge .items .item2 .itembox div.itembox1 {
  width: 27.5%;
  background: rgba(3, 80, 160, 0.8);
  color: #FFFFFF;
  display: flex;
}

.prdbiaoge .box .biaoge .items .item2 .itembox div.itembox2 {
  flex: 1;
  color: #585858;
}

.prdbiaoge .box .biaoge .items .item2 .itembox div sub {
  height: 100%;
}

.prdbiaoge a {
  margin: 0 auto;
  margin-top: 85px;
  width: 137px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  background: #F08519;
  font-weight: 700;
}


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

.quality1 .box {
  width: 1505px;
  margin: 0 auto;
}

.quality1 .box h5 {
  color: #333333;
}

.quality1 .box h6 {
  font-size: 24px;
}

.quality1 .box ul {
  margin-top: 55px;
  margin-bottom: 85px;
  display: flex;
  justify-content: center;
}

.quality1 .box ul.itemAnimates .itemAnimate {
  opacity: 0;
}

.quality1 .box ul.itemAnimates.animates .itemAnimate {
  -webkit-animation: 1s fadeInRight forwards;
  animation: 1s fadeInRight forwards;
}

.quality1 .box ul li {
  margin: 0 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.quality1 .box ul li.active div {
  background: #0350A0;
  color: white;
  border-color: #0350A0;
}

.quality1 .box ul li:hover div {
  background: #0350A0;
  color: white;
  border-color: #0350A0;
}

.quality1 .box ul li div {
  width: 89px;
  height: 89px;
  border: 1px solid #707070;
  font-size: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #585858;
  transition: .4s;
}

.quality1 .box ul li p {
  margin-top: 25px;
  line-height: normal;
  font-size: 18px;
  color: #333333;
}

.quality1 .box .quality1text {
  position: relative;
  width: 100%;
  text-align: center;
}

.quality1 .box .quality1text p {
  position: absolute;
  font-size: 16px;
  width: 100%;
  color: #A4A4A4;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}

.quality1 .box .quality1text p.active {
  visibility: visible;
  opacity: 1;
}

.quality1 .box .swiper-box {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quality1 .box .swiper-box .prev, .quality1 .box .swiper-box .next {
  width: 45px;
  height: 45px;
  border: 2px solid #A4A4A4;
  font-size: 14px;
  color: #A4A4A4;
  font-weight: 700;
}

.quality1 .box .swiper-box .prev:hover, .quality1 .box .swiper-box .next:hover {
  border-color: #F08519;
  color: white;
}

.quality1 .box .swiper-box .prev {
  margin-right: 48px;
}

.quality1 .box .swiper-box .next {
  margin-left: 48px;
}

.quality1 .box .swiper-box .swiper-quality1 {
  flex: 1;
  overflow: hidden;
}

.quality1 .box .swiper-box .swiper-quality1 .swiper-wrapper.active .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.quality1 .box .swiper-box .swiper-quality1 .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

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

.quality1 .box .swiper-box .swiper-quality1 .swiper-wrapper .swiper-slide img {
  transition: .4s;
}

.quality2 {
  padding: 80px 0 165px;
}

.quality2 h5 {
  font-size: 27px;
}

.quality2 h6 {
  font-size: 26px;
}

.quality2 .box {
  width: 1500px;
  margin: 0 auto;
  margin-top: 45px;
  display: flex;
  align-items: flex-end;
}

.quality2 .box .dot {
  position: relative;
  width: 305px;
  height: 305px;
  border-radius: 50%;
  background: rgba(0, 84, 163, 0.35);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality2 .box .dot.itemAnimates .itemAnimate {
  opacity: 0;
}

.quality2 .box .dot.itemAnimates.animates .itemAnimate {
  -webkit-animation: 1s fadeInUp forwards;
  animation: 1s fadeInUp forwards;
}

.quality2 .box .dot .center {
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  background: #0054A3;
  color: white;
  line-height: 1.4;
}

.quality2 .box .dot .text {
  position: absolute;
}

.quality2 .box .dot .text.text1 {
  right: 100%;
  bottom: 225px;
  margin-right: -19px;
}

.quality2 .box .dot .text.text1 p {
  bottom: 100%;
  margin-bottom: 17px;
}

.quality2 .box .dot .text.text1 .img img {
  transform: rotatey(-180deg);
}

.quality2 .box .dot .text.text2 {
  left: 100%;
  bottom: 215px;
  margin-left: -15px;
}

.quality2 .box .dot .text.text2 p {
  padding-left: 65px;
  padding-right: 0;
  bottom: initial;
  bottom: 100%;
  margin-bottom: 17px;
}

.quality2 .box .dot .text.text2 .img .dots {
  left: initial;
  right: 0;
  margin-top: 2px;
}

.quality2 .box .dot .text.text3 {
  right: 100%;
  bottom: 0;
  margin-right: -36px;
}

.quality2 .box .dot .text.text3 p {
  padding-left: 15px;
  padding-right: 85px;
}

.quality2 .box .dot .text.text3 .img .dots {
  left: 0;
  top: 100%;
  margin-top: -2px;
}

.quality2 .box .dot .text.text4 {
  left: 100%;
  bottom: 0;
  margin-left: -36px;
}

.quality2 .box .dot .text.text4 p {
  padding-left: 85px;
  padding-right: 0;
}

.quality2 .box .dot .text.text4 .img img {
  transform: rotatey(-180deg);
}

.quality2 .box .dot .text.text4 .img .dots {
  left: initial;
  right: 0;
  top: 100%;
  margin-top: -1px;
}

.quality2 .box .dot .text p {
  position: absolute;
  bottom: 17px;
  color: white;
  padding: 0 55px 0px 15px;
  box-sizing: border-box;
  line-height: 2.2;
  max-height: 122px;
  overflow-y: auto;
}

.quality2 .box .dot .text .img {
  position: relative;
}

.quality2 .box .dot .text .img .dots {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}

.quality3 {
  background: #F9F9F9;
  padding: 70px 0 100px;
}

.quality3 h5 {
  font-size: 27px;
  color: #333333;
}

.quality3 h6 {
  font-size: 26px;
}

.quality3 .swiper-quality3 {
  width: 1530px;
  margin: 0 auto;
  margin-top: 35px;
  overflow: hidden;
}

.quality3 .swiper-quality3 .swiper-wrapper .swiper-slide {
  padding: 20px 35px 25px 25px;
  box-sizing: border-box;
  display: flex;
  background: white;
  cursor: pointer;
}

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

.quality3 .swiper-quality3 .swiper-wrapper .swiper-slide .l {
  overflow: hidden;
  width: 245px;
  margin-right: 38px;
}

.quality3 .swiper-quality3 .swiper-wrapper .swiper-slide .r {
  flex: 1;
}

.quality3 .swiper-quality3 .swiper-wrapper .swiper-slide .r h6 {
  font-size: 24px;
  color: #0350A0;
  line-height: normal;
  margin: 35px auto;
}

.quality3 .swiper-quality3 .swiper-wrapper .swiper-slide .r p {
  color: #A4A4A4;
  max-height: 180px;
  overflow-y: auto;
}

.quality3 .swiper-pags {
  text-align: center;
  line-height: 0;
  margin: 0 auto;
  margin-top: 45px;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
}

.quality3 .swiper-pags .swiper-pagination-bullet {
  width: 63px;
  height: 4px;
  background: #A4A4A4;
  border-radius: 0;
  opacity: 1;
  margin: 0 4px;
  transition: .4s;
}

.quality3 .swiper-pags .swiper-pagination-bullet:hover {
  background: #F08519;
}

.quality3 .swiper-pags .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F08519;
}

.quality4 {
  padding: 77px 0 115px;
}

.quality4 h5 {
  font-size: 27px;
}

.quality4 h6 {
  font-size: 26px;
}

.quality4 .box {
  width: 1385px;
  margin: 0 auto;
}

.quality4 .box .msg {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 70px;
}

.quality4 .box .msg .l {
  width: 47.7%;
}

.quality4 .box .msg .l h6 {
  font-size: 24px;
  color: white;
}

.quality4 .box .msg .l ul {
  margin-top: 35px;
  margin-bottom: 65px;
}

.quality4 .box .msg .l ul li {
  display: flex;
  align-items: center;
}

.quality4 .box .msg .l ul li i {
  font-size: 14px;
  color: white;
  line-height: 1;
}

.quality4 .box .msg .l ul li p {
  font-size: 14px;
  color: white;
  line-height: 2.2;
  margin-left: 10px;
}

.quality4 .box .msg .l p {
  color: white;
}

.quality4 .box .msg .r {
  width: 53.3%;
}

.quality4 .box .msg .r img {
  max-width: 100%;
}

.quality4 .box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quality4 .box .item.itemAnimates .itemAnimate {
  opacity: 0;
}

.quality4 .box .item.itemAnimates.animates .itemAnimate {
  -webkit-animation: 1s fadeInUp forwards;
  animation: 1s fadeInUp forwards;
}

.quality4 .box .item i {
  display: none;
}

.quality5 {
  padding: 77px 0 63px;
}

.quality5 .box {
  width: 1385px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.quality5 .box.itemAnimates .itemAnimate {
  opacity: 0;
}

.quality5 .box.itemAnimates.animates .itemAnimate {
  -webkit-animation: 1s fadeInRight forwards;
  animation: 1s fadeInRight forwards;
}

.quality5 .box .l {
  width: 43%;
  margin-right: 60px;
}

.quality5 .box .l h5 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.quality5 .box .l p {
  color: #A4A4A4;
}

.quality5 .box .r {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quality5 .box .r .img {
  width: 30%;
}

.quality5 .box .r i {
  width: 30%;
}

