@charset "UTF-8";
/*
 * @Author: Chin 
 * @Date: 2020-03-31 16:55:07 
 * @Last Modified by: feelChinChin
 * @Last Modified time: 2020-12-24 16:55:35
 */
/*
 * @Author: Chin 
 * @Date: 2020-06-23 10:17:36 
 * @Last Modified by: Chin
 * @Last Modified time: 2020-08-12 17:42:03
 */

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  background: #fff;
  color: #000;
  font: 14px/1.8,"思源黑体","微软正黑体";
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

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

i {
  font-style: inherit;
}

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

sup, sub {
  vertical-align: baseline;
}

a {
  color: #333;
}

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

::-webkit-scrollbar-thumb {
  background-color: #0054A3;
}

::-moz-selection {
  background: #0054A3;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0054A3;
  color: #fff;
  text-shadow: none;
}

p {
  font-size: 14px;
  line-height: 1.8;
}

h4, h5, h6 {
  color: #333;
  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);
}

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

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

 

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

 

.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:"思源黑体";
}

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

header {position: fixed;top: 0;left: 0;width: 100%;height: 78px;display: flex;justify-content: space-between;align-items: center;padding-left: 80px;padding-right: 64px;
  box-sizing: border-box;background: white;box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);z-index: 9;}
header .logo {display: flex;align-items: center; text-align:justify;}
header .logo .img img{ width:280px;}

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

header .navlink ul {
  position: relative;
  height: 100%;
  display: flex;
}

header .navlink ul li {
  position: relative;
}

header .navlink ul li a {
  font-size: 16px;
  color: #333;
  transition: .3s;
  font-weight: 700;
  padding: 0 25px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

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

header .navlink ul .follow {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 4px;
  transition: .4s;
  background: #F08519;
}

header .navlink .linkmenu {
  position: relative;
  height: 100%;
  display: flex;opacity:0;
}

header .navlink .linkmenu:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: #DCDCDC;
}


.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: 34px;
  color: #F08519;
  letter-spacing: 29px;
  text-indent: 29px;
  font-weight: 700;
  line-height: normal;
  transition: .5s;
  transition-timing-function: var(--ease-out-a);
  transform: translateY(100%);
  transition-delay: .1s;
}

.swiper-box1 .shubiao {
  position: absolute;
  right: 50px;
  bottom: 45px;
  line-height: 1;
  z-index: 3;
  -webkit-animation: 1.5s shubiao infinite;
  animation: 1.5s shubiao infinite;
  font-size: 46px;
  color: white;
}

.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-size: 62px;
  font-weight: 300;
  color: white;
  line-height: 1;
}

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

.box2 {
  padding: 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: 30px;
  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: 35px;
  color: white;
  line-height: normal;
  font-weight: 700;
  white-space: pre;
  overflow: hidden;
  text-align: center;
}

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

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

.box3 .line {
  margin: 25px auto 50px;
}

.box3 .bgmb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 84, 163, 0.5);
}

.box3 p {
  color: white;
  line-height: 2;
  font-size: 16px;
  width: 900px;
  margin: 0 auto;
}

.box3 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 95px;
}

.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;
  line-height: 1;
  text-align: left;
}

.box3 ul li div i {
  font-size: 14px;
  color: white;
  line-height: 1.1;
  text-align: left;
}

.box4 {
  width: 100%;
  position: relative;
  padding: 90px 0 170px;
  background: #0054A3;
}

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

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

.box4 > h5 {
  font-size: 30px;
}

.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: 36.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: 250px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .t h5 {
  font-size: 24px;
  color: white;
  line-height: normal;
}

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

.box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .t p {
  font-size: 14px;
  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: 50%;
  transform: translate(-50%, -50%);
  margin-left: -20.3%;
}

.box4 .swiper-box4 .next {
  right: 50%;
  transform: translate(50%, -50%);
  margin-right: -20.3%;
}

.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 {
  font-size: 30px;
  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: 24px;
  color: #333333;
  margin: 20px 0;
  line-height: 1.4;
  height: 64px;
  transition: .4s;
  -webkit-line-clamp: 2;
}

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


footer {background: url(f_bg.jpg);padding: 60px 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: 24px;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: 16px;color: white;}
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; text-align:center; margin-top:10px;}
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 { text-align:center;margin-top:60px;}
footer .box .b .l {display: flex;flex-direction: column;justify-content: flex-end;}
footer .box .b .item {display: flex;flex-wrap: wrap;color: rgba(255, 255, 255, 0.6);}
footer .box .b .item.yqlj {margin-bottom: 10px;}
footer .box .b .item.yqlj p, footer .box .b .l .item.yqlj a {line-height: 1.2;}
footer .box .b .item.yqlj a {padding: 0 7px;position: relative;border-right: 1px solid rgba(255, 255, 255, 0.6);}
footer .box .b .item.yqlj a:last-child {border: none;}
footer .box .b .item p, footer .box .b .l .item a {font-size: 14px;color: rgba(255, 255, 255, 0.6);line-height: 1.6;white-space: pre-wrap; margin-right:15px;}
footer .box .b .item a {transition: .4s;}
footer .box .b .item a:hover {color: #F08519;}


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




.w1360{ width:1300px; margin:0 auto; padding:0 30px;}

.n_about {padding: 90px 0 85px;}
.n_about .tit h5 {color: #333;}
.n_about .tit h6 {font-size: 24px;line-height: normal;margin: 0 auto;margin-top: 18px;margin-bottom: 40px;width: 90px; height:2px; background:#666;}
.n_about .txt { min-height:350px; padding-bottom:50px; text-align:justify; line-height:30px;}
.n_about p {font-size: 16px;color: #333333;}


.news {padding: 90px 0 65px;background: #F9F9F9;}
.news .tit h5 {color: #333;}
.news .tit h6 {font-size: 24px;line-height: normal;margin: 0 auto;margin-top: 18px;margin-bottom: 40px;width: 90px; height:2px; background:#666;}
.news .box {width: 100%;margin: 0 auto; position:relative;}
.news .box ul {margin-top: 60px;}
.news .box ul li {display: flex;padding: 30px 0 25px;background: white;margin-bottom: 60px;box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.04);position: relative;transition: .5s;}
.news .box ul li:hover {background:#021f57}
.news .box ul li:hover .l:after {height: 200%;transition-delay: .3s;}
.news .box ul li:hover .l .timer {border: 1px solid #fff;}
.news .box ul li:hover .l .timer p {color: white;transition-delay: .1s;}
.news .box ul li:hover .r h5, .news .box ul li:hover .r p, .news .box ul li:hover .r a {color: white;transition-delay: .1s;}
.news .box ul li .l {width: 215px;display: flex;align-items: center;justify-content: center;position: relative;}
.news .box ul li .l:after {content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 0%;background: white;z-index: 2;transition: .7s;}
.news .box ul li .l .timer {width: 145px;height: 145px;border: 1px solid #F08519;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.news .box ul li .l .timer p {font-size: 25px;color: #F08519;line-height: 1;transition: .4s;}
.news .box ul li .l .timer p:last-child {font-size: 21px;margin-top: 10px;}
.news .box ul li .r {flex: 1;padding-left: 56px;padding-right: 72px;box-sizing: border-box;}
.news .box ul li .r h5 {font-size: 24px;color: #333333;-webkit-line-clamp: 1;text-align: left;transition: .4s;font-weight: 700;line-height: normal;}
.news .box ul li .r p {color: #A4A4A4;margin-top: 20px;margin-bottom: 40px;transition: .4s;}
.news .box ul li .r a {display: block;font-size: 16px;color: #F08519;transition: .4s;}


 
 

 