<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Swiper 4.5.3* Most modern mobile touch slider and framework with hardware accelerated transitions* http://www.idangero.us/swiper/** Copyright 2014-2019 Vladimir Kharlampidi** Released under the MIT License**/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal &gt; .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical &gt; .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal &gt; .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 {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.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;
  -webkit-box-shadow: none;
  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: #007aff
}
.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal &gt; .swiper-pagination-progressbar, .swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical &gt; .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, .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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  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;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    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 {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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: 0;
  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
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 0px;
  right: auto;
}
.swiper-button-prev::before {
  content: "\e724";
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 0px;
  left: auto;
}
.swiper-button-next::before {
  content: "\e725";
}
.swiper-button-next, .swiper-button-prev {
  font-family: "iconfont";
  font-size: 18px;
  text-align: center;
  color: #333;
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
html {
  font-size: 62.5%;
  height: 100%
}
body {
  margin: 0 auto;
  font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%;
  background: #ffffff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden
}
img {
  border: none;
}
ul li {
  list-style-type: none;
}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
}
a:hover, button:hover {
  color: #00509C;
}
h1, h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
}
.clear {
  clear: both;
}
.maln {
  margin-left: auto !important
}
input, textarea, select {
  font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
input, textarea {
  border: none;
  background: none;
}
input[type="submit"], textarea[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], textarea[type="checkbox"] {
  cursor: pointer;
}
input[type="radio"], textarea[type="radio"] {
  cursor: pointer;
}
input:focus, textarea:focus {
  outline: none;
}
textarea {
  resize: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
}
.fix {
  *zoom: 1;
}
.fix:after, .fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block
}
::selection {
  color: #fff;
  background: #00509C;
}
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.self-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.self-ellipsis-2 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.self-ellipsis-3 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.self-ellipsis-4 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.self-ellipsis-5 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.self-ellipsis-6 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.self-ellipsis-7 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.self-ellipsis-8 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.common-vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.common-hc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.common-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.nlazy {
  min-width: 20%;
}
::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
.email {
  word-break: break-all;
}
.scale-big img {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}
.scale-big:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.scale-small img {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.scale-small:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
[class*="-item"] .item-pic, [class*="-item"] .item-pics {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
[class*="-item"] .item-pic a, [class*="-item"] .item-pics a {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
[class*="-item"] .item-title a {
  display: block;
  overflow: hidden;
  color: #333;
}
[class*="-item"] .item-title a:hover {
  color: #00509C;
}
[class*="-item"] .item-subt {
  overflow: hidden;
}
[class*="-item"] .item-subt a {
  display: block;
}
[class*="-item"] .item-subt a:hover {
  color: #00509C !important;
}
[class*="-item"] .item-desc {
  overflow: hidden;
  color: #666;
}
[class*="-item"] .item-desc a {
  display: block;
  color: #666;
}
[class*="-item"] .item-desc a:hover {
  color: #00509C;
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00509C;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -moz-transform .4s ease;
  transition: left .4s ease, transform .4s ease
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, .5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, .9)
}
.baguetteBox-button#next-button {
  right: 2%
}
.baguetteBox-button#previous-button {
  left: 2%
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0
  }
  50% {
    margin-left: -30px
  }
  100% {
    margin-left: 0
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0
  }
  50% {
    margin-left: -30px
  }
  100% {
    margin-left: 0
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }
  50% {
    margin-left: 30px
  }
  100% {
    margin-left: 0
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }
  50% {
    margin-left: 30px
  }
  100% {
    margin-left: 0
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999999;
  opacity: 1
}
:-o-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999999;
  opacity: 1
}
.footer .f-form ::-webkit-input-placeholder { /* WebKit browsers */
  color: #3E6285;
  opacity: 1
}
.footer .f-form :-o-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #3E6285;
  opacity: 1
}
.footer .f-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #3E6285;
  opacity: 1
}
.footer .f-form :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #3E6285;
  opacity: 1
}
.indexs .head .sousuo input::-webkit-input-placeholder { /* WebKit browsers */
  color: #D8D8D8;
  opacity: 1
}
.indexs .head .sousuo input:-o-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #D8D8D8;
  opacity: 1
}
.indexs .head .sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #D8D8D8;
  opacity: 1
}
.indexs .head .sousuo input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #D8D8D8;
  opacity: 1
}
.indexs .head.head-fixed .sousuo input::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  opacity: 1
}
.indexs .head.head-fixed .sousuo input:-o-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1
}
.indexs .head.head-fixed .sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1
}
.indexs .head.head-fixed .sousuo input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  opacity: 1
}
.head-container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width:768px) {
  .head-container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .head-container {
    width: 980px;
  }
}
@media (min-width:1260px) {
  .head-container {
    width: 1260px;
  }
}
@media (min-width:1460px) {
  .head-container {
    width: 1430px;
  }
}
@media (min-width:1660px) {
  .head-container {
    width: 1630px;
  }
}
@media (min-width:1860px) {
  .head-container {
    width: 1830px;
  }
}
.container {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width:768px) {
  .container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .container {
    width: 980px;
  }
}
@media (min-width:1260px) {
  .container {
    width: 1230px;
  }
}
@media (min-width:1460px) {
  .container {
    width: 1430px;
  }
}
.contain {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width:768px) {
  .contain {
    width: 750px;
  }
}
@media (min-width:992px) {
  .contain {
    width: 980px;
  }
}
@media (min-width:1260px) {
  .contain {
    width: 1230px;
  }
}
.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}
.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}
.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}
.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}
.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}
.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}
.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}
.an-bd3 {
  position: relative;
}
.an-bd3 .item-backdrop {
  content: '';
  background-color: #000;
  background: rgba(0, 80, 156, .1);
  ;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
@media screen and (min-width: 992px) {
  .an-bd3 .item-backdrop {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@media screen and (min-width: 992px) {
  .an-bd3:hover .item-backdrop {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.item-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/*  head  */
.head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.indexs .head {
  background: rgba(0, 0, 0, .05);
}
.indexs .head.head-fixed {
  background: #fff;
  box-shadow: 1px 1px 10px #eee;
}
.logo {
  display: block;
  float: left;
  width: 470px;
  font-size: 0px;
  letter-spacing: 0;
}
.head-logo {
  display: block;
  float: left;
  height: 100px;
  font-size: 0px;
  text-align: center;
}
.head-logo img {
  display: block;
  max-height: 100px;
  width: 100%;
  max-width: 250px;
  margin: auto;
}
.head .logo1 {
  display: block;
}
.head .logo2 {
  display: none;
}
.head.head-fixed .logo1 {
  display: none;
}
.head.head-fixed .logo2 {
  display: block;
}
.yvn {
  position: relative;
  padding: 40px 0;

}
.yvzhonga {
  display: block;
  min-width: 80px;
  max-width: 120px;
  padding-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  padding-right: 12px;
  color: #333;
  cursor: pointer;
  position: relative;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a.yvzhonga:hover {
  color: #00509C;
}
.indexs .head .yvzhonga {
  color: #fff;
}
.indexs .head a.yvzhonga:hover {
  color: #fff;
}
.indexs .head.head-fixed .yvzhonga {
  color: #333;
}
.indexs .head.head-fixed a.yvzhonga:hover {
  color: #00509C;
}
.yvzhonga .iconfont {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
}
.yvzhonga i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
.yvul {
  position: absolute;
  min-width: 160px;
  top: 100%;
  right: 0;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 0 22px;
}
.yvul a {
  position: relative;
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  padding-left: 30px;
  text-transform: uppercase;
  color: #666;
}
.yvul a img{
	margin-right: 10px;
}



.yvul a i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.yvul a:hover {
  color: #00509C;
  text-decoration: underline;
}
/*  sousuo  */
.sousuo {
  position: relative;
  float: right;
  z-index: 9;
  padding: 30px 0 36px;
  
}
.sousuo .sou2 {
  position: relative;
  z-index: 9;
  text-align: right;
  padding-top: 13px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  width: auto;
  display: none;
}
.sousuo form {
  position: relative;
  display: block;
  height: 41px;
  width: 220px;
  padding-right: 32px;
  border-bottom: 1px solid #999;
  overflow: hidden;
  color: #333;
  transition: 0.5s;
  z-index: 99999
}
.sou {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  padding: 0 8px;
}
.suo {
  width: 36px;
  height: 40px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  cursor: pointer;
}
.sou1 {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 40px;
  line-height: 40px;
  font-size: 14px !important;
  text-align: center;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 0;
  transform: translateY(0);
  z-index: 99990
}
.indexs .head .sousuo .sou2 {
  color: #fff;
}
.indexs .head .sousuo form {
  color: #fff;
  border-color: #fff;
}
.indexs .head .sou, .indexs .head .sou1 {
  color: #fff;
}
.indexs .head.head-fixed .sousuo .sou2 {
  color: #333;
}
.indexs .head.head-fixed .sousuo form {
  color: #333;
  border-color: #999;
}
.indexs .head.head-fixed .sou, .indexs .head.head-fixed .sou1 {
  color: #333;
}
/* .sousuof form{ height:40px;} */
/* .sousuo:hover .sou2{display: none;}
.sousuo:hover form{display: block;}
.sousuof .sou2{display: none;}
.sousuof form{display: block;} */
.ynav .dangqiandao &gt; a {
  color: #00509C !important;
}
.ynav {
  float: right;
  padding: 54px 0;
  margin-left: 48px;
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.yvnava {
  position: relative;
  width: 27px;
  height: 18px;
  margin: 0 auto;
}
.yvnava img {
  width: 100%;
}
.ysp1 {
  display: block;
  width: 27px;
  height: 3px;
  background: #00509C;
  position: absolute;
  left: 0;
  top: 0px;
}
.ysp2 {
  display: block;
  width: 27px;
  height: 3px;
  background: #00509C;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ysp3 {
  display: block;
  width: 17px;
  height: 3px;
  background: #00509C;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.indexs .head .yvnava .ysp1, .indexs .head .yvnava .ysp2, .indexs .head .yvnava .ysp3 {
  background: #fff;
}
.indexs .head.head-fixed .yvnava .ysp1, .indexs .head.head-fixed .yvnava .ysp2, .indexs .head.head-fixed .yvnava .ysp3 {
  background: #00509C;
}
.yyiji {
  position: absolute;
  left: 0;
  top: -99999px;
  z-index: 99;
  width: 267px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0 21px;
}
.yerji {
  position: absolute;
  left: 100%;
  top: -9999px;
  width: 267px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  padding: 10px 0 21px;
}
.yyiji li {
  position: relative;
  width: 100%;
  word-break: break-word;
  padding: 0 20px;
  margin-bottom: 10px;
}
.yyiji li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0px;
  color: #666;
  padding: 0 10px 10px;
  z-index: 22;
  border-bottom: 1px solid #E4E4E4;
}
.yyiji li .iconfont {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 12px;
  color: #333;
  line-height: 36px;
}
.yyiji li:hover &gt; .iconfont::before {
  content: "\e600";
}
.yyiji li a:hover {
  color: #00509C;
}
.ynav:hover .yyiji {
  top: 100%;
}
.ynav:hover .yyiji &gt; li &gt; a {
  line-height: 36px;
}
.yyiji li:hover .yerji {
  top: 0px;
}
.yyiji li:hover .yerji &gt; li &gt; a {
  line-height: 36px;
}
.daoz {
  position: relative;
  float: right;
  margin-left: 48px;
  max-width: 950px;
}
.daohang {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 48px;
}
.daohang &gt; li {
  float: left;
  position: relative;
  margin-right: 46px;
  transition: all .5s;
  padding-bottom: 32px;
}
.daohang &gt; li:nth-last-of-type(1) {
  margin-right: 0 !important;
}
.daohang &gt; li &gt; a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 36px;
  text-transform: uppercase;
}

.daohang &gt; li:hover &gt; a {
  color: #00509C;
}
.dangqiandao &gt; a {
  color: #00509C !important;
}
.daohang &gt; li:hover::before {
  height: 17px;
}
.dangqiandao::before {
  height: 17px !important;
}
.indexs .head .daohang &gt; li &gt; a {
  color: #fff;
}
.indexs .head .daohang &gt; li::before {
  display: none;
}
.indexs .head .daohang &gt; li:hover &gt; a {
  color: #fff;
}
.indexs .head .dangqiandao &gt; a {
  color: #fff !important;
}
.indexs .head.head-fixed .daohang &gt; li &gt; a {
  color: #333;
}

.indexs .head.head-fixed .daohang &gt; li:hover &gt; a {
  color: #00509C;
}
.indexs .head.head-fixed .dangqiandao &gt; a {
  color: #00509C !important;
}
.yijiw {
  position: absolute;
  width: 808px;
  top: -99999px;
  left: 0;
  z-index: 9;
  text-align: left;
  min-height: 55vh;
  max-height: 80vh;
  overflow-y: auto;
}
.yiji {
  position: relative;
  width: 370px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0 21px;
  z-index: 9;
}
.yiji li {
  position: relative;
  transition: 0.5s;
  padding: 0 20px;
  margin-bottom: 10px;
}
.yiji li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 0px;
  color: #666;
  padding: 0 10px 10px;
  z-index: 22;
  border-bottom: 1px solid #E4E4E4;
}
.yiji li .iconfont {
  position: absolute;
  right: 24px;
  top: 0;
  font-size: 12px;
  color: #333;
  line-height: 36px;
}
.yiji li:hover &gt; .iconfont::before {
  content: "\e600";
}
.yiji li:nth-last-of-type(1) a {
  border-color: transparent;
}
.yiji li:hover &gt; a {
  color: #00509C;
}
.yiji li:hover &gt; a .iconfont {
  color: #00509C;
}
.erji {
  position: absolute;
  width: 268px;
  top: -9999px;
  left: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0 21px;
}
.sanji {
  position: absolute;
  width: 268px;
  top: -9999px;
  left: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0 21px;
}
.daohang &gt; li:hover .yijiw {
  top: 100%;
}
.daohang &gt; li:hover .yiji &gt; li &gt; a {
  line-height: 36px;
  padding-right: 16px;
}
.yiji &gt; li:hover .erji {
  top: 0px;
}
.yiji &gt; li:hover .erji &gt; li &gt; a {
  line-height: 36px;
  padding-right: 16px;
}
.erji &gt; li:hover .sanji {
  top: 0px;
}
.erji &gt; li:hover .sanji &gt; li &gt; a {
  line-height: 36px;
  padding-right: 16px;
}
.matn {
  margin-top: auto !important;
}
.xnav {
  display: none
}
/*  banner  */
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
}
.banner .slick-arrow {
  position: absolute;
  z-index: 99;
  display: block !important;
  right: 5.625%;
  width: 100px;
  height: 100px;
  line-height: 98px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  text-align: center;
  color: rgba(255, 255, 255, .5);
  cursor: pointer;
}
.banner .slick-arrow:hover {
  border-color: #fff;
  color: #fff;
}
.banner .slick-prev {
  bottom: 200px;
}
.banner .slick-next {
  bottom: 60px;
}
.banner .slick-prev::before {
  content: "\e72c";
  font-family: "iconfont";
  font-size: 32px;
}
.banner .slick-next::before {
  content: "\e72d";
  font-family: "iconfont";
  font-size: 32px;
}
.banner .slick-dots {
  position: absolute;
  z-index: 999999;
  left: 7.8125%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  display: block !important;
  width: 20px;
}
.banner .slick-dots li {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  opacity: 0.5;
  cursor: pointer;
  margin: 10px auto;
}
.banner .slick-dots li a {
  text-align: center;
  display: none;
}
.banner .slick-dots li.slick-active {
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 2px solid #FFFFFF;
}
.banner.hide {
  display: none;
}

.banner-text{
	position:absolute;top:55%;left:8%;transform:translate(0,-50%);max-width: 1600px; padding: 0px 15px; color:#fff; font-size:60px; font-weight:600; 
}

.indexbanner-text.banner02{ position: absolute;   width: 70%;left: 56%;top: 56%;transform: translate(-58%,-50%);text-align: center;}
.indexbanner-text.banner02 .titleo{ color: #fff;line-height: 1;position: relative;z-index: 2;font-size: 80px;font-weight: 900;text-transform: uppercase;text-align: left;}
.indexbanner-text.banner02 .title{ font-size: 24px; color: #fff; position: relative;z-index: 2;padding-top: 3.5%;text-align: left;padding-top: 40px; }
.indexbanner-text.banner02 .text{ font-size: 18px;line-height: 3; color: #fff;width: 230px;font-weight: bold;margin-top: 6%;text-transform: uppercase;  background: #00509c; border-radius: 50px;}


.indexbanner-text.banner01{position: absolute;  width:70%;left:50%;top:32%;bottom: 10%;transform:translate(-50%,0)}
.indexbanner-text.banner01 .titleo{ color: #fff;line-height: 1.1 ;position: relative;z-index: 2;text-align: center;font-size: 80px;font-weight: bold; text-transform: uppercase;}
.indexbanner-text.banner01 .title{width: 70%; margin: 0 auto; font-size: 24px; color: #fff; position: relative;z-index: 2;padding-top: 3.5%;text-align: center; line-height: 1.1; margin-bottom: 30px;}
.indexbanner-text.banner01 .title b{ color:#e50014;  }
.indexbanner-text.banner01 .text{ font-size:18px; color: #fff; line-height: 50px; position: relative; z-index: 2; color: #fff; background: #00509c; border-radius: 50px;  width: 300px; height:50px; margin: 0 auto; text-align: center; display: block; font-weight: bold;}






@media screen and (max-width: 1859px) {
	.indexbanner-text.banner01 .titleo{ font-size: 70px;}
	.indexbanner-text.banner01 .title{width: 85%; font-size: 18px; padding-top: 20px; margin-bottom: 18px;}	
  .banner .slick-arrow {
    right: 5.25%;
    width: 86px;
    height: 86px;
    line-height: 84px;
  }
  .banner .slick-prev {
    bottom: 168px;
  }
  .banner .slick-next {
    bottom: 48px;
  }
  .banner .slick-prev::before {
    font-size: 30px;
  }
  .banner .slick-next::before {
    font-size: 30px;
  }
  .banner .slick-dots {
    left: 7.75%;
    width: 18px;
  }
  .banner .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 9px auto;
  }
  .banner .slick-dots li.slick-active {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1659px) {
	
	
.indexbanner-text.banner01 .titleo{font-size: 70px;}
.indexbanner-text.banner02 .titleo{font-size: 70px;}
.indexbanner-text.banner01 .title{width: 85%; font-size: 18px; padding-top: 20px; margin-bottom: 18px;}	
	
	
  .banner .slick-arrow {
    right: 5%;
    width: 72px;
    height: 72px;
    line-height: 70px;
  }
  .banner .slick-prev {
    bottom: 144px;
  }
  .banner .slick-next {
    bottom: 36px;
  }
  .banner .slick-prev::before {
    font-size: 26px;
  }
  .banner .slick-next::before {
    font-size: 26px;
  }
  .banner .slick-dots {
    left: 7.5%;
    width: 18px;
  }
  .banner .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 8px auto;
  }
  .banner .slick-dots li.slick-active {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1459px) {
	
	.indexbanner-text.banner01 .titleo{font-size: 60px;}
	.indexbanner-text.banner01 .title{width: 85%; font-size: 18px; padding-top: 20px; margin-bottom: 18px;}
  .banner .slick-arrow {
    right: 5%;
    width: 60px;
    height: 60px;
    line-height: 58px;
  }
  .banner .slick-prev {
    bottom: 100px;
  }
  .banner .slick-next {
    bottom: 28px;
  }
  .banner .slick-prev::before {
    font-size: 24px;
  }
  .banner .slick-next::before {
    font-size: 24px;
  }
  .banner .slick-dots {
    left: 7%;
    width: 18px;
  }
  .banner .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 7px auto;
  }
  .banner .slick-dots li.slick-active {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1259px) {
	.indexbanner-text.banner01 .titleo{font-size: 45px;}
	.indexbanner-text.banner01 .title{width: 85%; font-size: 18px; padding-top: 20px; margin-bottom: 18px;}
  .banner .slick-arrow {
    right: 5%;
    width: 48px;
    height: 48px;
    line-height: 46px;
  }
  .banner .slick-prev {
    bottom: 80px;
  }
  .banner .slick-next {
    bottom: 20px;
  }
  .banner .slick-prev::before {
    font-size: 20px;
  }
  .banner .slick-next::before {
    font-size: 20px;
  }
  .banner .slick-dots {
    left: 6.5%;
    width: 16px;
  }
  .banner .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 6px auto;
  }
  .banner .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 991px) {
	.indexbanner-text.banner02{ top: 60%;}
	.indexbanner-text.banner02 .title{ font-size: 18px;}
	.indexbanner-text.banner02 .titleo{ font-size: 50px;}
	.indexbanner-text.banner01 .title{width: 85%; font-size: 16px; padding-top: 15px; margin-bottom: 15px;}	
	.indexbanner-text.banner01{ top: 28%; }
	.indexbanner-text.banner01 .titleo{ font-size: 35px;}
	.indexbanner-text.banner01 .text{ width: 200px; height: 35px; line-height: 35px; font-size: 16px;}
	.indexbanner-text.banner02 .text{ width: 200px; height: 35px; line-height: 35px; font-size: 16px; }
	
	
	
  .banner .slick-arrow {
    right: auto;
    width: 42px;
    height: 42px;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .banner .slick-prev {
    left: 10px;
  }
  .banner .slick-next {
    right: 10px;
  }
  .banner .slick-prev::before {
    font-size: 16px;
  }
  .banner .slick-next::before {
    font-size: 16px;
  }
  .banner .slick-dots {
    display: none !important;
  }
  .banner .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 7px auto;
  }
  .banner .slick-dots li.slick-active {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 720px) {
	
	
	.indexbanner-text.banner02{ top: 60%;}
	.indexbanner-text.banner02 .title{ display: none;}
	.indexbanner-text.banner02 .titleo{ font-size: 30px;}
	.indexbanner-text.banner01 .title{display: none;}	
	.indexbanner-text.banner01{ top: 40%;width: 80%; }

	.indexbanner-text.banner01 .titleo{ font-size: 18px;}
	.indexbanner-text.banner01 .text{ display: none;}
	.indexbanner-text.banner02 .text{ display: none;}

	
  .banner {
    display: block;
  }
  .banner.hide {
    display: block;
  }
  .banner .slick-arrow {
    right: auto;
    width: 32px;
    height: 32px;
    line-height: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .banner .slick-prev {
    left: 6px;
  }
  .banner .slick-next {
    right: 6px;
  }
  .banner .slick-prev::before {
    font-size: 12px;
  }
  .banner .slick-next::before {
    font-size: 12px;
  }
  .banner .slick-dots {
    left: 10%;
    right: 10%;
    bottom: 10px;
    display: none !important;
  }
  .banner .slick-dots li {
    width: 32px;
    height: 4px;
    margin: 0 3px;
  }
}
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block
}
.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  top: 0;
  left: 0
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-dots .slide-count {
  display: none;
}
.slick-slide {
  position: relative;
}
.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}
@media screen and (max-width: 991px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
@media screen and (max-width:1859px) {
  .logo {
    width: 350px;
  }
  .head-logo {
    height: 92px;
  }
  .head-logo img {
    max-height: 92px;
    max-width: 230px;
  }
  .yvn {
    padding: 40px 0;

  }
  .yvzhonga {
    min-width: 80px;
    max-width: 112px;
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding-right: 12px;
  }
  .yvul {
    min-width: 148px;
    padding: 12px 0 18px;
  }
  .yvul a {
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding-left: 50px;
  }
  .yvul a i {
    left: 12px;
  }
  /*  sousuo  */
  .sousuo {
    padding: 30px 0 32px;

  }
	.ynav{ padding-right: 40px;}
	
  .sousuo .sou2 {
    padding-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .sousuo form {
    height: 40px;
    width: 210px;
    padding-right: 30px;
  }
  .sou {
    width: 100%;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 6px;
  }
  .suo {
    width: 32px;
    height: 39px;
  }
  .sou1 {
    width: 32px;
    height: 39px;
    line-height: 39px;
    font-size: 14px !important;
  }
  .ynav {
    padding: 37px 0;
    margin-left: 30px;
  }
  .yvnava {
    width: 27px;
    height: 18px;
  }
  .ysp1 {
    width: 27px;
    height: 3px;
  }
  .ysp2 {
    width: 27px;
    height: 3px;
  }
  .ysp3 {
    width: 17px;
    height: 3px;
  }
  .yyiji {
    width: 262px;
    padding: 10px 0 18px;
  }
  .yerji {
    width: 262px;
    padding: 10px 0 18px;
  }
  .yyiji li {
    ;
    padding: 0 16px;
    margin-bottom: 8px;
  }
  .yyiji li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 8px 8px;
  }
  .yyiji li .iconfont {
    right: 16px;
    font-size: 12px;
    line-height: 34px;
  }
  .ynav:hover .yyiji &gt; li &gt; a {
    line-height: 34px;
  }
  .yyiji li:hover .yerji &gt; li &gt; a {
    line-height: 34px;
  }
  .daoz {
    margin-left: 36px;
    max-width: 830px;
  }
  .daohang {
    padding-top: 30px;
  }
  .daohang &gt; li {
    margin-right: 38px;
    padding-bottom: 30px;
  }
  .daohang &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
  }
  .yijiw {
    width: 800px;
  }
  .yiji {
    width: 370px;
    padding: 10px 0 18px;
  }
  .yiji li {
    padding: 0 16px;
    margin-bottom: 8px;
  }
  .yiji li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 8px 8px;
  }
  .yiji li .iconfont {
    right: 24px;
    font-size: 12px;
    line-height: 32px;
  }
  .erji {
    width: 262px;
    padding: 10px 0 18px;
  }
  .sanji {
    width: 262px;
    padding: 10px 0 18px;
  }
  .daohang &gt; li:hover .yiji &gt; li &gt; a {
    line-height: 32px;
    padding-right: 16px;
  }
  .yiji &gt; li:hover .erji &gt; li &gt; a {
    line-height: 32px;
    padding-right: 16px;
  }
  .erji &gt; li:hover .sanji &gt; li &gt; a {
    line-height: 32px;
    padding-right: 16px;
  }
}
@media screen and (max-width:1659px) {
  .logo {
    width: 300px;
  }
  .head-logo {
    height: 84px;
  }
  .head-logo img {
    max-height: 84px;
    max-width: 210px;
  }
  .yvn {
    padding: 30px 0;
    
  }
  .yvzhonga {
    min-width: 80px;
    max-width: 108px;
    padding-left: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-right: 10px;
  }
  .yvul {
    min-width: 148px;
    padding: 8px 0 16px;
  }
  .yvul a {
    padding: 4px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 30px;
  }
  .yvul a i {
    left: 12px;
  }
  .sousuo {
    padding: 25px 0;
    
  }
  .sousuo .sou2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 34px;
  }
  .sousuo form {
    height: 34px;
    width: 180px;
    padding-right: 30px;
    padding-bottom: 3px;
  }
  .sou {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 8px;
  }
  .suo {
    width: 30px;
    height: 30px;
  }
  .sou1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px !important;
  }
  .ynav {
    padding: 33px 0;
    margin-left: 20px;
	padding-right: 18px;
  }
  .yvnava {
    width: 26px;
    height: 18px;
  }
  .ysp1 {
    width: 26px;
    height: 3px;
  }
  .ysp2 {
    width: 26px;
    height: 3px;
  }
  .ysp3 {
    width: 16px;
    height: 3px;
  }
  .yyiji {
    width: 224px;
  }
  .yerji {
    width: 224px;
  }
  .yyiji li {
    padding: 0 12px;
    margin-bottom: 8px;
  }
  .yyiji li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 8px 8px;
  }
  .yyiji li .iconfont {
    right: 16px;
    font-size: 12px;
    line-height: 32px;
  }
  .ynav:hover .yyiji &gt; li &gt; a {
    line-height: 32px;
  }
  .yyiji li:hover .yerji &gt; li &gt; a {
    line-height: 32px;
  }
  .daoz {
    margin-left: 36px;
    max-width: 760px;
  }
  .daohang {
    padding-top: 26px;
  }
  .daohang &gt; li {
    margin-right: 32px;
    padding-bottom: 26px;
  }
  .daohang &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
  }
  .yijiw {
    width: 722px;
  }
  .yiji {
    width: 370px;
    padding: 8px 0 16px;
  }
  .yiji li {
    padding: 0 16px;
    margin-bottom: 8px;
  }
  .yiji li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 8px 8px;
  }
  .yiji li .iconfont {
    right: 24px;
    font-size: 12px;
    line-height: 32px;
  }
  .erji {
    width: 240px;
    padding: 8px 0 16px;
  }
  .sanji {
    width: 240px;
    padding: 8px 0 16px;
  }
  .daohang &gt; li:hover .yiji &gt; li &gt; a {
    line-height: 28px;
    padding-right: 16px;
  }
  .yiji &gt; li:hover .erji &gt; li &gt; a {
    line-height: 28px;
    padding-right: 16px;
  }
  .erji &gt; li:hover .sanji &gt; li &gt; a {
    line-height: 28px;
    padding-right: 16px;
  }
}
@media screen and (max-width:1459px) {
  .logo {
    width: 320px;
  }
  .head-logo {
    height: 76px;
  }
  .head-logo img {
    max-height: 76px;
    max-width: 190px;
  }
  .yvn {
    padding: 26px 0;
    
  }
  .yvzhonga {
    min-width: 82px;
    max-width: 110px;
    padding-left: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-right: 10px;
  }
  .yvul {
    min-width: 152px;
    padding: 8px 0;
  }
  .sousuo {
    padding: 23px 0;
   
  }
  .sousuo .sou2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    display: block;
    padding-top: 0;
  }
  .sousuo form {
    position: absolute;
    right: 0;
    top: 100%;
    height: 0;
    width: 220px;
    padding: 0;
    padding-right: 32px;
    border: 0;
  }
  .sou {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 8px;
  }
  .suo {
    width: 30px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sou1 {
    width: 30px;
    height: 32px;
    line-height: 32px;
    font-size: 14px !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .sousuof form {
    height: 40px;
    padding: 3px 0;
    border: 1px solid #030735;
    background: #fff;
  }
  .ynav {
    padding: 30px 0;
    margin-left: 24px;
	  padding-right: 25px;
  }
  .yvnava {
    width: 24px;
    height: 16px;
  }
  .ysp1 {
    width: 24px;
    height: 3px;
  }
  .ysp2 {
    width: 24px;
    height: 3px;
  }
  .ysp3 {
    width: 14px;
    height: 3px;
  }
  .yyiji {
    width: 210px;
  }
  .yerji {
    width: 210px;
  }
  .yyiji li {
    padding: 0 10px;
    margin-bottom: 8px;
  }
  .yyiji li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 8px 8px;
  }
  .yyiji li .iconfont {
    right: 12px;
    font-size: 12px;
    line-height: 32px;
  }
  .ynav:hover .yyiji &gt; li &gt; a {
    line-height: 28px;
  }
  .yyiji li:hover .yerji &gt; li &gt; a {
    line-height: 28px;
  }
  .daoz {
    margin-left: 28px;
    max-width: 760px;
  }
  .daohang {
    padding-top: 24px;
  }
  .daohang &gt; li {
    margin-right: 30px;
    padding-bottom: 24px;
  }
  .daohang &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .yijiw {
    width: 662px;
  }
  .yiji {
    width: 370px;
    padding: 8px 0 12px;
  }
  .yiji li {
    padding: 0 12px;
    margin-bottom: 8px;
  }
  .yiji li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 8px 8px;
  }
  .yiji li .iconfont {
    right: 24px;
    font-size: 12px;
    line-height: 32px;
  }
  .erji {
    width: 220px;
    padding: 8px 0 12px;
  }
  .sanji {
    width: 220px;
    padding: 8px 0 12px;
  }
  .daohang &gt; li:hover .yiji &gt; li &gt; a {
    line-height: 28px;
    padding-right: 16px;
  }
  .yiji &gt; li:hover .erji &gt; li &gt; a {
    line-height: 28px;
    padding-right: 16px;
  }
  .erji &gt; li:hover .sanji &gt; li &gt; a {
    line-height: 28px;
    padding-right: 16px;
  }
}
@media screen and (max-width:1259px) {
  .logo {
    width: 200px;
  }
  .head-logo {
    height: 72px;
  }
  .head-logo img {
    max-height: 72px;
    max-width: 180px;
  }
  .yvn {
    padding: 24px 0;
   
  }
  .yvzhonga {
    min-width: 82px;
    max-width: 110px;
    padding-left: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-right: 10px;
  }
  .yvul {
    min-width: 144px;
    padding: 8px 0;
  }
  .sousuo {
    padding: 21px 0;
   
  }
  .sousuo .sou2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    display: block;
    padding-top: 0;
  }
  .sousuo form {
    position: absolute;
    right: 0;
    top: 100%;
    height: 0;
    width: 220px;
    padding: 0;
    padding-right: 32px;
    border: 0;
  }
  .sou {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 8px;
  }
  .suo {
    width: 30px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sou1 {
    width: 30px;
    height: 32px;
    line-height: 32px;
    font-size: 14px !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .sousuof form {
    height: 40px;
    padding: 3px 0;
    border: 1px solid #030735;
    background: #fff;
  }
  .ynav {
    padding: 28px 0;
    margin-left: 20px;
	   padding-right: 20px;
  }
  .yvnava {
    width: 24px;
    height: 16px;
  }
  .ysp1 {
    width: 24px;
    height: 3px;
  }
  .ysp2 {
    width: 24px;
    height: 3px;
  }
  .ysp3 {
    width: 14px;
    height: 3px;
  }
  .yyiji {
    width: 210px;
  }
  .yerji {
    width: 210px;
  }
  .yyiji li {
    padding: 0 10px;
    margin-bottom: 8px;
  }
  .yyiji li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 8px 8px;
  }
  .yyiji li .iconfont {
    right: 12px;
    font-size: 12px;
    line-height: 32px;
  }
  .ynav:hover .yyiji &gt; li &gt; a {
    line-height: 28px;
  }
  .yyiji li:hover .yerji &gt; li &gt; a {
    line-height: 28px;
  }
  .daoz {
    margin-left: 0px;
    max-width: 600px;
  }
  .daohang {
    padding-top: 22px;
  }
  .daohang &gt; li {
    margin-right: 10px;
    padding-bottom: 22px;
  }
  .daohang &gt; li &gt; a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
  }
  .yijiw {
    width: 662px;
  }
  .yiji {
    width: 370px;
    padding: 8px 0 12px;
  }
  .yiji li {
    padding: 0 12px;
    margin-bottom: 8px;
  }
  .yiji li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 8px 8px;
  }
  .yiji li .iconfont {
    right: 24px;
    font-size: 12px;
    line-height: 32px;
  }
  .erji {
    width: 220px;
    padding: 8px 0 12px;
  }
  .sanji {
    width: 220px;
    padding: 8px 0 12px;
  }
  .daohang &gt; li:hover .yiji &gt; li &gt; a {
    line-height: 28px;
    padding-right: 16px;
  }
  .yiji &gt; li:hover .erji &gt; li &gt; a {
    line-height: 28px;
    padding-right: 16px;
  }
  .erji &gt; li:hover .sanji &gt; li &gt; a {
    line-height: 28px;
    padding-right: 16px;
  }
}
@media screen and (min-width:992px) {
  .carousel, .nav, .clear3 {
    display: none
  }
}
@media screen and (max-width:991px) {
  .head {
    position: relative;
  }
  .indexs .head {
    background: #000;
  }
  .banner {
    padding-top: 0px !important;
  }
  .logo {
    width: 150px;
  }
  .head-logo {
    height: 60px;
  }
  .head-logo img {
    max-height: 60px;
    max-width: 150px;
  }
	.banner-text{font-size: 40px;}	
	
  .yvn {
    padding: 19px 0;

    margin-right: 38px;
  }
  .yvzhonga {
    min-width: 80px;
    max-width: 110px;
    padding-left: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding-right: 10px;
  }
  .het {
    padding: 0px;
  }
  .daoz, .yijiw, .yiji2, .htag, .hexin, .shejiao, .sousuo {
    display: none
  }
  .clear3 {
    clear: both;
  }
  .ynav {
    display: none
  }
  .banner {
    margin-top: 0;
  }
  .xnav {
    display: block
  }
  .nav {
    position: fixed;
    width: 30px;
    height: 24px;
    background: #00509C;
    right: 10px;
    top: 18px;
    cursor: pointer;
    z-index: 999999999
  }
  .nav span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    transition: 0.5s;
    z-index: 99999991
  }
  .nav .nav1 {
    margin-top: -1px;
  }
  .nav .nav2 {
    margin-top: -8px;
  }
  .nav .nav3 {
    margin-top: 6px;
  }
  .nav:hover .nav1 {
    width: 25px;
  }
  .navh .nav1 {
    transform: rotate(45deg)
  }
  .navh .nav2 {
    transform: rotate(-45deg);
    width: 10px;
    margin-left: -1px;
    margin-top: -5px;
  }
  .navh .nav3 {
    transform: rotate(-45deg);
    width: 9px;
    margin-top: 3px;
    margin-left: -8px;
  }
  .navh:hover .nav2 {
    margin-top: -8px;
    margin-left: 7px;
  }
  .navh:hover .nav3 {
    margin-top: 5px;
    margin-left: -12px;
  }
  .smdaohang {
    position: fixed;
    width: 300px;
    height: 0px;
    overflow: auto;
    top: 0px;
    right: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    transition: 0.5s;
    text-align: center;
  }
  .smdaohangh {
    right: 0px;
    top: 0px;
    height: 100%;
  }
  .topnav {
    margin: auto;
    margin-top: 30px;
    padding: 20px;
  }
  ul.topnav li {
    text-align: left;
    position: relative;
  }
  ul.topnav li a {
    padding: 5px;
    padding-left: 0px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;

  }
  ul.topnav ul {
    display: none;
  }
  ul.topnav ul li {
    clear: both;
  }
  ul.topnav ul li a {
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    outline: 0;
  }
	
	.banner-text{ font-size: 18px;}
  ul.topnav ul li a:hover {}
  ul.topnav ul ul li a {
    padding-left: 40px;
  }
  ul.topnav ul ul ul li a {
    padding-left: 60px;
  }
  ul.topnav span {
    display: block;
    position: absolute;
    right: 0px;
    top: 7px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.5s;
  }
  ul.topnav span:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: 0px;
    transform: rotate(45deg);
    transform-origin: right center
  }
  ul.topnav span:after {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: 0.5s;
  }
  ul.topnav span.yizi {
    transform: rotate(90deg)
  }
  .slick-dots {
    bottom: 10px;
  }
  .slick-dots li button {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }
  .slick-dots li.slick-active button::before {
    width: 12px;
    border: 3px solid #78B7FE;
    height: 12px;
  }
  .smdaohang form {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 240px;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
    border-radius: 13px;
  }
  .smdaohang form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    border-radius: 10px;
  }
  .smdaohang form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: transparent;
    position: relative;
    z-index: 99;
  }
  .smdaohang form i {
    position: absolute;
    right: 10px;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .head-container {
    padding-left: 15px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  background: #001C37;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer, .footer a {
  color: #C2D0DE;
}
.footer .footer-title {
  color: #fff;
}
.footer .fo-bot, .footer .fo-bot a {
  color: #3E6285;
}
.footer a:hover, .footer .fo-bot a:hover {
  color: #fff;
}
.footer .fo-top {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  padding-top: 78px;
  padding-bottom: 40px;
}
.footer .flist1 {
  width: 806px;
  padding-right: 120px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.footer .flist2 {
  width: 298px;
  padding-right: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.footer .flist3 {
  width: 296px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1459px) {
  .footer .fo-top {
    padding-top: 64px;
    padding-bottom: 32px;
  }
  .footer .flist1 {
    width: 700px;
    padding-right: 80px;
    margin-bottom: 10px;
  }
  .footer .flist2 {
    width: 240px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .footer .flist3 {
    width: 260px;
  }
}
@media (max-width: 1259px) {
  .footer .fo-top {
    padding-top: 50px;
    padding-bottom: 26px;
  }
  .footer .flist1 {
    width: 430px;
    padding-right: 40px;
    margin-bottom: 10px;
  }
  .footer .flist2 {
    width: 260px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .footer .flist3 {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .footer .fo-top {
    padding-top: 36px;
    padding-bottom: 18px;
  }
  .footer .flist1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .flist2 {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 10px;
  }
  .footer .flist3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .fo-top {
    padding-top: 24px;
    padding-bottom: 10px;
  }
  .footer .flist1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .footer .flist2 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .footer .flist3 {
    width: 100%;
  }
  .footer .flist2, .footer .flist3 {
    display: none;
  }
	.banner-text{ font-size: 24px;}
	
	
}
.footer .fo-top-logo {
  position: relative;
  width: 100%;
}
.footer .fo-top-logo a {
  position: relative;
  width: 100%;
  display: block;
}
.footer .fo-top-logo img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
.footer .footer-title {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Montserrat-Bold;
  color: #FFFFFF;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 52px;
}
.footer .footer-title::before {
  position: absolute;
  content: "";
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background: #1064B5;
}
.footer .foot-list {
  font-size: 16px;
  line-height: 24px;
}
.footer .foot-list li {
  padding: 3px 0;
}
.footer .foot-nav {
  font-size: 16px;
  line-height: 30px;
}
.footer .fo-bot {
  position: relative;
  padding: 10px 0 35px;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px solid #4C77A1;
}
.footer .fo-bot .keywords a {
  margin-left: 2px;
}
.footer .fo-bot .links a {
  margin-left: 5px;
}
.footer .f-follow {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  padding-top: 51px;
}
.footer .f-follow a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.footer .f-follow a:last-child {
  margin-right: 0 !important;
}
.footer .f-follow .iconfont {
  width: 100%;
  height: 100%;
  background: #01264B;
  border-radius: 50%;
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  display: block;
  color: #fff;
}
.footer .f-follow a:hover .iconfont {
  background: #fff;
  color: #00509C;
  margin-top: -10px;
}
.footer .f-form {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.footer .f-form .item-input {
  position: relative;
  width: 48.15%;
  height: 47px;
  margin-bottom: 20px;
}
.footer .f-form .item-input1 {
  height: 81px;
  width: 100%;
  margin-bottom: 20px;
}
.footer .f-form .item-code {
  position: relative;
  width: 48.15%;
  padding-right: 96px;
}
.footer .f-form .item-input.star::before {
  position: absolute;
  content: "*";
  left: 10px;
  top: 16px;
  font-size: 18px;
  color: #FF0000;
  line-height: 20px;
  z-index: 22;
}
.footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4px 18px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  border-bottom: 1px solid #4C77A1;
}
.footer .f-form .item-input1 textarea {
  padding-top: 10px;
}
.footer .f-form .item-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 96px;
  height: 46px;
  font-size: 0;
  cursor: pointer;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .f-form .item-img img {
  height: 46px;
  vertical-align: middle;
}
.footer .f-form .item-btn {
  width: 48.15%;
  height: 46px;
  position: relative;
}
.footer .f-form .item-btn input {
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1px;
  font-family: Montserrat-Bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #00509C;
  text-transform: uppercase;
}
.footer .f-form .item-btn input:hover {
  background: #fff;
  color: #333;
}
@media (min-width:1260px) and (max-width: 1459px) {
  .footer .footer-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
    margin-top: 6px;
    margin-bottom: 44px;
  }
  .footer .footer-title::before {
    left: -28px;
    width: 14px;
  }
  .footer .foot-list {
    font-size: 16px;
    line-height: 24px;
  }
  .footer .foot-list li {
    padding: 2px 0;
  }
  .footer .foot-nav {
    font-size: 16px;
    line-height: 28px;
  }
  .footer .fo-bot {
    padding: 10px 0 28px;
    font-size: 16px;
    line-height: 28px;
  }
  .footer .f-follow {
    padding-top: 42px;
  }
  .footer .f-follow a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-right: 32px;
    margin-bottom: 10px;
  }
  .footer .f-follow .iconfont {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .f-follow a:hover .iconfont {
    margin-top: -10px;
  }
  .footer .f-form {
    padding-top: 30px;
  }
  .footer .f-form .item-input {
    width: 48.15%;
    height: 45px;
    margin-bottom: 18px;
  }
  .footer .f-form .item-input1 {
    height: 78px;
    width: 100%;
    margin-bottom: 18px;
  }
  .footer .f-form .item-code {
    width: 48.15%;
    padding-right: 96px;
  }
  .footer .f-form .item-input.star::before {
    left: 10px;
    top: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
    padding: 4px 18px;
    font-size: 16px;
    line-height: 28px;
  }
  .footer .f-form .item-input1 textarea {
    padding-top: 10px;
  }
  .footer .f-form .item-img {
    width: 96px;
    height: 44px;
  }
  .footer .f-form .item-img img {
    height: 44px;
  }
  .footer .f-form .item-btn {
    width: 48.15%;
    height: 44px;
  }
  .footer .f-form .item-btn input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1259px) {
  .footer .footer-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    margin-top: 6px;
    margin-bottom: 36px;
  }
  .footer .footer-title::before {
    left: -28px;
    width: 14px;
  }
  .footer .foot-list {
    font-size: 15px;
    line-height: 22px;
  }
  .footer .foot-list li {
    padding: 2px 0;
  }
  .footer .foot-nav {
    font-size: 15px;
    line-height: 26px;
  }
  .footer .fo-bot {
    padding: 10px 0 20px;
    font-size: 15px;
    line-height: 26px;
  }
  .footer .f-follow {
    padding-top: 36px;
  }
  .footer .f-follow a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 24px;
    margin-bottom: 10px;
  }
  .footer .f-follow .iconfont {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .f-follow a:hover .iconfont {
    margin-top: -10px;
  }
  .footer .f-form {
    padding-top: 30px;
  }
  .footer .f-form .item-input {
    width: 100%;
    height: 45px;
    margin-bottom: 18px;
  }
  .footer .f-form .item-input1 {
    height: 78px;
    width: 100%;
    margin-bottom: 18px;
  }
  .footer .f-form .item-code {
    width: 100%;
    padding-right: 96px;
  }
  .footer .f-form .item-input.star::before {
    left: 10px;
    top: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
    padding: 4px 18px;
    font-size: 16px;
    line-height: 28px;
  }
  .footer .f-form .item-input1 textarea {
    padding-top: 10px;
  }
  .footer .f-form .item-img {
    width: 96px;
    height: 44px;
  }
  .footer .f-form .item-img img {
    height: 44px;
  }
  .footer .f-form .item-btn {
    width: 100%;
    height: 44px;
  }
  .footer .f-form .item-btn input {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .footer .footer-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    margin-top: 6px;
    margin-bottom: 24px;
  }
  .footer .footer-title::before {
    left: -28px;
    width: 14px;
  }
  .footer .foot-list {
    font-size: 15px;
    line-height: 22px;
  }
  .footer .foot-list li {
    padding: 2px 0;
  }
  .footer .foot-nav {
    font-size: 15px;
    line-height: 26px;
  }
  .footer .fo-bot {
    padding: 10px 0 20px;
    font-size: 15px;
    line-height: 26px;
  }
  .footer .f-follow {
    padding-top: 36px;
  }
  .footer .f-follow a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 24px;
    margin-bottom: 10px;
  }
  .footer .f-follow .iconfont {
    font-size: 20px;
    font-size: 2rem;
  }
  .footer .f-follow a:hover .iconfont {
    margin-top: -10px;
  }
  .footer .f-form {
    padding-top: 30px;
  }
  .footer .f-form .item-input {
    width: 100%;
    height: 45px;
    margin-bottom: 18px;
  }
  .footer .f-form .item-input1 {
    height: 78px;
    width: 100%;
    margin-bottom: 18px;
  }
  .footer .f-form .item-code {
    width: 100%;
    padding-right: 96px;
  }
  .footer .f-form .item-input.star::before {
    left: 10px;
    top: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
    padding: 4px 18px;
    font-size: 16px;
    line-height: 28px;
  }
  .footer .f-form .item-input1 textarea {
    padding-top: 10px;
  }
  .footer .f-form .item-img {
    width: 96px;
    height: 44px;
  }
  .footer .f-form .item-img img {
    height: 44px;
  }
  .footer .f-form .item-btn {
    width: 100%;
    height: 44px;
  }
  .footer .f-form .item-btn input {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer .fo-top-logo {
    text-align: center;
  }
  .footer .f-follow {
    padding-top: 10px;
    text-align: center;
  }
  .footer .foot-list {
    display: none;
  }
  .footer .foot-nav {
    display: none;
  }
  .footer .f-follow a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 16px;
    margin-bottom: 10px;
  }
  .footer .f-follow .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer .f-follow a:hover .iconfont {
    margin-top: -10px;
  }
  .footer .f-form {
    padding-top: 30px;
    display: none;
  }
  .footer .fo-bot {
    padding: 8px 0 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer .fo-bot .links {
    display: none;
  }
}
.pro-item {
  position: relative;
}
.pro-item .item-box {
  position: relative;
  padding: 16px;
  background: #F3F3F3;
}
.pro-item2 .item-box {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
.pro-item .item-box:hover {
  background: #00509C;
}
.pro-item2 .item-box:hover {
  background: #00509C;
  border-color: #00509C;
}
.pro-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  background: #FFFFFF;
}
.pro-item .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.pro-item .item-body {
  position: relative;
  width: 100%;
  padding: 19px 0 9px;
}
.pro-item .item-box:hover .item-body {
  color: #fff;
}
.pro-item .item-body .item-title {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.pro-item .item-box:hover .item-title, .pro-item .item-box:hover .item-title a {
  color: #fff;
}
.pro-item .item-body .item-title a:hover {
  color: #fff;
}
.pro-item .item-body .item-btn {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 10px;
}
.pro-item .item-body .item-btn input {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #00509C;
  margin-top: 6px;
  margin-right: 8px;
}
.pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 28px;
}
.pro-item .item-box:hover .item-btn .btnn, .pro-item .item-box:hover .item-btn a {
  color: #fff;
}
.pro-item .item-box .item-btn a:hover, .pro-item .item-box .item-btn a.btnn:hover {
  color: #fff;
}
@media (min-width:1260px) and (max-width: 1459px) {
  .pro-item .item-box {
    padding: 14px;
  }
  .pro-item .item-body {
    padding: 16px 0 8px;
  }
  .pro-item .item-body .item-title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .pro-item .item-body .item-btn {
    margin-top: 10px;
  }
  .pro-item .item-body .item-btn input {
    width: 14px;
    height: 14px;
    margin-top: 6px;
    margin-right: 7px;
  }
  .pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media (min-width:992px) and (max-width: 1259px) {
  .pro-item .item-box {
    padding: 10px;
  }
  .pro-item .item-body {
    padding: 12px 0 6px;
  }
  .pro-item .item-body .item-title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .pro-item .item-body .item-btn {
    margin-top: 10px;
  }
  .pro-item .item-body .item-btn input {
    width: 14px;
    height: 14px;
    margin-top: 6px;
    margin-right: 7px;
  }
  .pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .pro-item .item-box {
    padding: 10px;
  }
  .pro-item .item-body {
    padding: 12px 0 6px;
  }
  .pro-item .item-body .item-title {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
  }
  .pro-item .item-body .item-btn {
    margin-top: 8px;
  }
  .pro-item .item-body .item-btn input {
    width: 12px;
    height: 12px;
    margin-top: 6px;
    margin-right: 6px;
  }
  .pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media (max-width: 720px) {
  .pro-item .item-box {
    padding: 6px;
  }
  .pro-item .item-body {
    padding: 12px 0 6px;
  }
  .pro-item .item-body .item-title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .pro-item .item-body .item-btn {
    margin-top: 8px;
  }
  .pro-item .item-body .item-btn input {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 6px;
  }
  .pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}
/* ****************************    index    ********************************* */
.section {
  position: relative;
  width: 100%;
}
.sec-top {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
.sec-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-size: 4.8rem;
  color: #333;
  line-height: 60px;
  text-transform: uppercase;
}
.sec-title .titles {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 64px;
}
.sec-title .titles::before {
  position: absolute;
  content: "";
  right: 0;
  top: 30px;
  transform: translateY(-50%);
  width: 16px;
  height: 3px;
  background: #00509C;
}
.sec-title.text-center .titles {
  padding-right: 0;
  padding-bottom: 34px;
}
.sec-title.text-center .titles::before {
  position: absolute;
  content: "";
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0;
  transform: translateX(-50%);
  width: 3px;
  height: 16px;
  background: #00509C;
}
.sec-text {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 18px;
}
.sec-text a {
  color: #666;
}
.sec-text a:hover {
  color: #00509C;
}
.sec-text.white, .sec-text.white a {
  color: #dcdcdc;
}
.sec-text.white a:hover {
  color: #fff;
}
@media screen and (max-width: 1459px) {
  .sec-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 54px;
  }
  .sec-title .titles {
    padding-right: 56px;
  }
  .sec-title .titles::before {
    top: 27px;
    width: 14px;
    height: 3px;
  }
  .sec-title.text-center .titles {
    padding-bottom: 30px;
  }
  .sec-title.text-center .titles::before {
    width: 3px;
    height: 14px;
  }
  .sec-text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1259px) {
  .sec-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }
  .sec-title .titles {
    padding-right: 48px;
  }
  .sec-title .titles::before {
    top: 24px;
    width: 12px;
    height: 2px;
  }
  .sec-title.text-center .titles {
    padding-bottom: 26px;
  }
  .sec-title.text-center .titles::before {
    width: 2px;
    height: 12px;
  }
  .sec-text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 991px) {
  .sec-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 42px;
  }
  .sec-title .titles {
    padding-right: 40px;
  }
  .sec-title .titles::before {
    top: 21px;
    width: 12px;
    height: 2px;
  }
  .sec-title.text-center .titles {
    padding-bottom: 24px;
  }
  .sec-title.text-center .titles::before {
    width: 2px;
    height: 12px;
  }
  .sec-text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .sec-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
  .sec-title .titles {
    padding-right: 36px;
  }
  .sec-title .titles::before {
    top: 18px;
    width: 12px;
    height: 2px;
  }
  .sec-title.text-center .titles {
    padding-bottom: 22px;
  }
  .sec-title.text-center .titles::before {
    width: 2px;
    height: 12px;
  }
  .sec-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 560px) {
  .sec-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
  .sec-title .titles {
    padding-right: 32px;
  }
  .sec-title .titles::before {
    top: 16px;
    width: 12px;
    height: 2px;
  }
  .sec-title.text-center .titles {
    padding-bottom: 20px;
  }
  .sec-title.text-center .titles::before {
    width: 2px;
    height: 12px;
  }
  .sec-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.sec1 {
  position: relative;
  width: 100%;
  padding-top: 87px;
  padding-bottom: 75px;
}
.sec1-tbody {
  position: relative;
  max-width: 100%;
  width: calc(1400px + (100% - 1400px)/ 2);
  padding-top: 54px;
  margin-left: auto;
  padding-right: 60px;
}
.sec1-tbody-flex {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec1-tbody-left {
  position: relative;
  width: 333px;
}
.sec1-tbody-right {
  position: relative;
  width: calc(100% - 382px);
}
.sec1-left-menu {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec1-left-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sec1-left-item .item-title {
  position: relative;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: #888;
  line-height: 30px;
}
.sec1-left-item .item-title .iconfont {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  font-size: 26px;
  color: #888;
  line-height: 30px;
  margin-right: 14px;
}
.sec1-left-item:hover .item-title, .sec1-left-item:hover .item-title a, .sec1-left-item.active .item-title, .sec1-left-item.active .item-title a {
  background: #00509C;
  color: #fff;
}
.sec1-left-item:hover .item-title .iconfont, .sec1-left-item:hover .item-title .iconfont, .sec1-left-item.active .item-title .iconfont, .sec1-left-item.active .item-title .iconfont {
  margin-right: 44px;
  color: #fff;
}
.sec1-right-content {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
.sec1-right-content .sec1-content-item {
  position: relative;
  width: 100%;
  display: none;
}
.sec1-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sec1-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sec1-tbody-list:hover .sec1-list-item {
  width: calc(33.333333% - 20px);
}
.sec1-tbody-list:hover .sec1-list-item:hover {
  width: calc(33.333333% + 40px);
}
.sec1-list-item .item-box {
  position: relative;
  background: #FFF;
}
.sec1-list-item:hover .item-box {
  padding: 20px;
  background: #00509C;
}
.sec1-list-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  background: #FFFFFF;
}
.sec1-list-item .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sec1-list-item .item-body {
  position: relative;
  width: 100%;
  padding: 22px 0 6px;
}
.sec1-list-item .item-body .item-title {
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.sec1-list-item:hover .item-box .item-title, .sec1-list-item:hover .item-box .item-title a {
  color: #fff;
}
.sec1-list-item .item-body .item-desc {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 20px;
}
.sec1-list-item:hover .item-box .item-desc, .sec1-list-item:hover .item-box .item-desc a {
  color: #fff;
}
@media screen and (max-width: 1859px) {
  .sec1 {
    padding-top: 75px;
    padding-bottom: 63px;
  }
  .sec1-tbody {
    width: calc(1400px + (100% - 1400px)/ 2);
    padding-top: 50px;
    padding-right: 48px;
  }
  .sec1-tbody-left {
    width: 330px;
  }
  .sec1-tbody-right {
    width: calc(100% - 380px);
  }
  .sec1-left-item .item-title {
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .sec1-left-item .item-title .iconfont {
    width: 24px;
    font-size: 24px;
    line-height: 30px;
    margin-right: 14px;
  }
  .sec1-left-item:hover .item-title .iconfont, .sec1-left-item:hover .item-title .iconfont, .sec1-left-item.active .item-title .iconfont, .sec1-left-item.active .item-title .iconfont {
    margin-right: 36px;
  }
  .sec1-tbody-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sec1-list-item {
    width: 33.33333333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .sec1-tbody-list:hover .sec1-list-item {
    width: calc(33.333333% - 20px);
  }
  .sec1-tbody-list:hover .sec1-list-item:hover {
    width: calc(33.333333% + 40px);
  }
  .sec1-list-item:hover .item-box {
    padding: 20px;
  }
  .sec1-list-item .item-body {
    padding: 18px 0 6px;
  }
  .sec1-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .sec1-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1659px) {
  .sec1 {
    padding-top: 63px;
    padding-bottom: 51px;
  }
  .sec1-tbody {
    width: calc(1400px + (100% - 1400px)/ 2);
    padding-top: 50px;
    padding-right: 30px;
  }
  .sec1-tbody-left {
    width: 330px;
  }
  .sec1-tbody-right {
    width: calc(100% - 380px);
  }
  .sec1-left-item .item-title {
    padding: 16px;
    font-size: 16px;
    line-height: 30px;
  }
  .sec1-left-item .item-title .iconfont {
    width: 24px;
    font-size: 24px;
    line-height: 30px;
    margin-right: 10px;
  }
  .sec1-left-item:hover .item-title .iconfont, .sec1-left-item:hover .item-title .iconfont, .sec1-left-item.active .item-title .iconfont, .sec1-left-item.active .item-title .iconfont {
    margin-right: 28px;
  }
  .sec1-tbody-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .sec1-list-item {
    width: 33.33333333%;
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .sec1-tbody-list:hover .sec1-list-item {
    width: calc(33.333333% - 16px);
  }
  .sec1-tbody-list:hover .sec1-list-item:hover {
    width: calc(33.333333% + 32px);
  }
  .sec1-list-item:hover .item-box {
    padding: 16px;
  }
  .sec1-list-item .item-body {
    padding: 16px 0 4px;
  }
  .sec1-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .sec1-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 1459px) {
  .sec1 {
    padding-top: 52px;
    padding-bottom: 42px;
  }
  .sec1-tbody {
    width: calc(1200px + (100% - 1200px)/ 2);
    padding-top: 42px;
    padding-right: 0px;
  }
  .sec1-tbody-left {
    width: 300px;
  }
  .sec1-tbody-right {
    width: calc(100% - 340px);
  }
  .sec1-left-item .item-title {
    padding: 13px;
    font-size: 16px;
    line-height: 28px;
  }
  .sec1-left-item .item-title .iconfont {
    width: 22px;
    font-size: 22px;
    line-height: 28px;
    margin-right: 10px;
  }
  .sec1-left-item:hover .item-title .iconfont, .sec1-left-item:hover .item-title .iconfont, .sec1-left-item.active .item-title .iconfont, .sec1-left-item.active .item-title .iconfont {
    margin-right: 16px;
  }
  .sec1-tbody-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .sec1-list-item {
    width: 33.33333333%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .sec1-tbody-list:hover .sec1-list-item {
    width: calc(33.333333% - 12px);
  }
  .sec1-tbody-list:hover .sec1-list-item:hover {
    width: calc(33.333333% + 24px);
  }
  .sec1-list-item:hover .item-box {
    padding: 12px;
  }
  .sec1-list-item .item-body {
    padding: 14px 0 4px;
  }
  .sec1-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .sec1-list-item .item-body .item-desc {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1259px) {
  .sec1 {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .sec1-tbody {
    width: calc(950px + (100% - 950px)/ 2);
    padding-top: 36px;
    padding-right: 0px;
  }
  .sec1-tbody-left {
    width: 280px;
  }
  .sec1-tbody-right {
    width: calc(100% - 310px);
  }
  .sec1-left-item .item-title {
    padding: 10px;
    font-size: 15px;
    line-height: 26px;
  }
  .sec1-left-item .item-title .iconfont {
    width: 22px;
    font-size: 22px;
    line-height: 26px;
    margin-right: 10px;
  }
  .sec1-left-item:hover .item-title .iconfont, .sec1-left-item:hover .item-title .iconfont, .sec1-left-item.active .item-title .iconfont, .sec1-left-item.active .item-title .iconfont {
    margin-right: 16px;
  }
  .sec1-tbody-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .sec1-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .sec1-tbody-list:hover .sec1-list-item {
    width: 50%;
  }
  .sec1-tbody-list:hover .sec1-list-item:hover {
    width: 50%;
  }
  .sec1-list-item .item-box {
    padding: 12px;
  }
  .sec1-list-item .item-body {
    padding: 12px 0 4px;
  }
  .sec1-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
  .sec1-list-item .item-body .item-desc {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .sec1 {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .sec1-tbody {
    width: 720px;
    margin: 0 auto;
    padding-top: 28px;
    padding-right: 0px;
  }
  .sec1-tbody-left {
    width: 100%;
  }
  .sec1-tbody-right {
    width: 100%;
    padding-top: 20px;
  }
  .sec1-left-item {
    width: calc(50% - 10px);
  }
  .sec1-left-item .item-title {
    padding: 8px;
    font-size: 15px;
    line-height: 26px;
  }
  .sec1-left-item .item-title .iconfont {
    width: 22px;
    font-size: 22px;
    line-height: 26px;
    margin-right: 8px;
  }
  .sec1-left-item:hover .item-title .iconfont, .sec1-left-item:hover .item-title .iconfont, .sec1-left-item.active .item-title .iconfont, .sec1-left-item.active .item-title .iconfont {
    margin-right: 8px;
  }
  .sec1-tbody-list {
    margin-left: -2px;
    margin-right: -2px;
  }
  .sec1-list-item {
    width: 33.33333%;
    padding: 0 2px;
    margin-bottom: 20px;
  }
  .sec1-tbody-list:hover .sec1-list-item {
    width: 33.3333%;
  }
  .sec1-tbody-list:hover .sec1-list-item:hover {
    width: 33.3333333%;
  }
  .sec1-list-item .item-box {
    padding: 10px;
  }
  .sec1-list-item .item-body {
    padding: 10px 0 4px;
  }
  .sec1-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
  }
  .sec1-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec1 {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .sec1-tbody {
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
    padding-top: 20px;
  }
  .sec1-tbody-left {
    width: 100%;
  }
  .sec1-tbody-right {
    width: 100%;
    padding-top: 16px;
  }
  .sec1-left-item {
    width: calc(50% - 10px);
  }
  .sec1-left-item .item-title {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .sec1-left-item .item-title .iconfont {
    width: 20px;
    font-size: 20px;
    line-height: 24px;
    margin-right: 8px;
  }
  .sec1-left-item:hover .item-title .iconfont, .sec1-left-item:hover .item-title .iconfont, .sec1-left-item.active .item-title .iconfont, .sec1-left-item.active .item-title .iconfont {
    margin-right: 8px;
  }
  .sec1-tbody-list {
    margin-left: -2px;
    margin-right: -2px;
  }
  .sec1-list-item {
    width: 50%;
    padding: 0 2px;
    margin-bottom: 20px;
  }
  .sec1-tbody-list:hover .sec1-list-item {
    width: 50%;
  }
  .sec1-tbody-list:hover .sec1-list-item:hover {
    width: 50%;
  }
  .sec1-list-item .item-box {
    padding: 8px;
  }
  .sec1-list-item .item-body {
    padding: 10px 0 4px;
  }
  .sec1-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
  }
  .sec1-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 560px) {
  .sec1 {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .sec1-tbody {
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
    padding-top: 20px;
  }
  .sec1-tbody-left {
    width: 100%;
  }
  .sec1-tbody-right {
    width: 100%;
    padding-top: 16px;
  }
  .sec1-left-item {
    width: 100%;
  }
  .sec1-left-item .item-title {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .sec1-left-item .item-title .iconfont {
    width: 20px;
    font-size: 20px;
    line-height: 24px;
    margin-right: 8px;
  }
  .sec1-left-item:hover .item-title .iconfont, .sec1-left-item:hover .item-title .iconfont, .sec1-left-item.active .item-title .iconfont, .sec1-left-item.active .item-title .iconfont {
    margin-right: 8px;
  }
  .sec1-tbody-list {
    margin-left: -2px;
    margin-right: -2px;
  }
  .sec1-list-item {
    width: 100%;
    padding: 0 2px;
    margin-bottom: 20px;
  }
  .sec1-tbody-list:hover .sec1-list-item {
    width: 50%;
  }
  .sec1-tbody-list:hover .sec1-list-item:hover {
    width: 50%;
  }
  .sec1-list-item .item-box {
    padding: 8px;
  }
  .sec1-list-item .item-body {
    padding: 10px 0 4px;
  }
  .sec1-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .sec1-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 4px;
  }
}
.sec2 {
  position: relative;
  width: 100%;
  background-size: cover;
  background-color: #F0F5F9;
}
.sec2-tbody {
  position: relative;
  max-width: 100%;
  width: calc(1400px + (100% - 1400px)/ 2);
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.sec2-tbody-img {
  position: relative;
  width: 47.35%;
}
.sec2-tbody-img .item-pic {
  position: relative;
  width: 100%;
  padding-bottom: 106.6157760814249%;
  z-index: 22;
  transition: all .5s;
}
.sec2-tbody-img .item-pic .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s;
}
.sec2-tbody-info {
  position: relative;
  width: 47.5%;
}
.sec2-tbody-swiper {
  position: relative;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 86px;
}
.swiper-sec2 {
  position: relative;
  width: 100%;
}
.swiper-sec2 .item-box {
  position: relative;
  width: 100%;
}
.swiper-sec2 .item-box .item-body {
  position: relative;
  width: 100%;
}
.swiper-sec2 .item-body .item-title {
  position: relative;
  width: 100%;
  font-size: 30px;
  font-family: Montserrat-Light;
  color: #333333;
  line-height: 44px;
}
.swiper-sec2 .item-body .item-desc {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 22px;
}
.sec2-tbody-swiper .swiper-button {
  top: auto;
  margin-top: 0;
  bottom: 0;
  width: 54px;
  font-size: 32px;
  line-height: 30px;
  height: 30px;
  color: #999;
}
.sec2-tbody-swiper .swiper-button:hover {
  color: #00509C;
}
.sec2-tbody-swiper .swiper-button-prev {
  text-align: left;
  left: 0;
}
.sec2-tbody-swiper .swiper-button-next {
  text-align: right;
  left: 54px;
  right: auto;
}

.sec2-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-left: -26px;
  margin-right: -26px;
}
.sec2-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 26px;
  margin-bottom: 10px;
}
.sec2-list-item .item-box {
  position: relative;
  width: 100%;
}
.sec2-list-item .item-box .item-body {
  position: relative;
  width: 100%;
}
.sec2-list-item .item-body .item-num {
  display: block;
  position: relative;
  font-size: 16px;
  color: #00509C;
  line-height: 30px;
}
.sec2-list-item .item-body .item-num .icons {
  font-size: 30px;
}
.sec2-list-item .item-body .item-num .num {
  font-family: Montserrat-Bold;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 10px;
  font-size: 40px;
  line-height: 48px;
}
.sec2-list-item .item-body a.item-num:hover {
  color: #333;
}
.sec2-list-item .item-body .item-num a:hover {
  color: #333;
}
.sec2-list-item .item-body .item-desc {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-align: left;
  margin-top: 16px;
}
.sec2-tbody-btn {
  position: absolute;
  right: 47.35%;
  bottom: 106px;
  transform: translateX(50%);
  z-index: 23;
}
.sec2-tbody-btn .btnn {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #00509C;
  border: 1px solid #00509C;
  border-radius: 50%;
}
.sec2-tbody-btn a.btnn:hover {
  color: #00509C;
  background: #fff;
}
@media screen and (max-width: 1459px) {
  .sec2-tbody {
    width: calc(1200px + (100% - 1200px)/ 2);
  }
  .sec2-tbody-img {
    width: 47.35%;
  }
  .sec2-tbody-info {
    width: 47.5%;
  }
  .sec2-tbody-swiper {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .swiper-sec2 .item-body .item-title {
    font-size: 28px;
    line-height: 40px;
  }
  .swiper-sec2 .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
  }
  .sec2-tbody-swiper .swiper-button {
    width: 50px;
    font-size: 28px;
    line-height: 28px;
    height: 28px;
  }
  .sec2-tbody-swiper .swiper-button-prev {
    left: 0;
  }
  .sec2-tbody-swiper .swiper-button-next {
    left: 50px;
  }
  .sec2-tbody-swiper::before {
    left: 50px;
    height: 28px;
  }
  .sec2-tbody-list {
    padding-top: 62px;
    padding-bottom: 18px;
    margin-left: -18px;
    margin-right: -18px;
  }
  .sec2-list-item {
    width: 25%;
    padding: 0 18px;
    margin-bottom: 10px;
  }
  .sec2-list-item .item-body .item-num {
    font-size: 16px;
    line-height: 30px;
  }
  .sec2-list-item .item-body .item-num .icons {
    font-size: 28px;
  }
  .sec2-list-item .item-body .item-num .num {
    padding-right: 10px;
    font-size: 40px;
    line-height: 48px;
  }
  .sec2-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-top: 12px;
  }
  .sec2-tbody-btn {
    right: 47.35%;
    bottom: 92px;
  }
  .sec2-tbody-btn .btnn {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1259px) {
  .sec2-tbody {
    width: calc(950px + (100% - 950px)/ 2);
  }
  .sec2-tbody-img {
    width: 49%;
  }
  .sec2-tbody-info {
    width: 48%;
  }
  .sec2-tbody-swiper {
    padding-top: 20px;
    padding-bottom: 44px;
  }
  .swiper-sec2 .item-body .item-title {
    font-size: 20px;
    line-height: 30px;
  }
  .swiper-sec2 .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
  }
  .sec2-tbody-swiper .swiper-button {
    width: 40px;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
  }
  .sec2-tbody-swiper .swiper-button-prev {
    left: 0;
  }
  .sec2-tbody-swiper .swiper-button-next {
    left: 40px;
  }
  .sec2-tbody-swiper::before {
    left: 40px;
    height: 24px;
  }
  .sec2-tbody-list {
    padding-top: 36px;
    padding-bottom: 16px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sec2-list-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .sec2-list-item .item-body .item-num {
    font-size: 15px;
    line-height: 28px;
  }
  .sec2-list-item .item-body .item-num .icons {
    font-size: 24px;
  }
  .sec2-list-item .item-body .item-num .num {
    padding-right: 10px;
    font-size: 32px;
    line-height: 42px;
  }
  .sec2-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }
  .sec2-tbody-btn {
    right: 49%;
    bottom: 74px;
  }
  .sec2-tbody-btn .btnn {
    width: 46px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .sec2-tbody {
    width: 750px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .sec2-tbody-img {
    width: 100%;
  }
  .sec2-tbody-info {
    width: 100%;
    padding: 20px 0;
  }
  .sec2-tbody-swiper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .swiper-sec2 .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .swiper-sec2 .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
  }
  .sec2-tbody-swiper .swiper-button {
    width: 40px;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
  }
  .sec2-tbody-swiper .swiper-button-prev {
    left: 0;
  }
  .sec2-tbody-swiper .swiper-button-next {
    left: 40px;
  }
  .sec2-tbody-swiper::before {
    left: 40px;
    height: 24px;
  }
  .sec2-tbody-list {
    padding-top: 28px;
    padding-bottom: 16px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .sec2-list-item {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .sec2-list-item .item-body .item-num {
    font-size: 15px;
    line-height: 26px;
  }
  .sec2-list-item .item-body .item-num .icons {
    font-size: 20px;
  }
  .sec2-list-item .item-body .item-num .num {
    padding-right: 6px;
    font-size: 28px;
    line-height: 40px;
  }
  .sec2-list-item .item-body .item-desc {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    margin-top: 8px;
  }
  .sec2-tbody-btn {
    position: relative;
    width: 100%;
    display: none;
    right: 0;
    bottom: 0;
  }
  .sec2-tbody-btn .btnn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec2-tbody {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .sec2-tbody-img {
    width: 100%;
  }
  .sec2-tbody-info {
    width: 100%;
    padding: 20px 0;
  }
  .sec2-tbody-swiper {
    padding-top: 12px;
    padding-bottom: 32px;
  }
  .swiper-sec2 .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .swiper-sec2 .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .sec2-tbody-swiper .swiper-button {
    width: 36px;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
  }
  .sec2-tbody-swiper .swiper-button-prev {
    left: 0;
  }
  .sec2-tbody-swiper .swiper-button-next {
    left: 36px;
  }
  .sec2-tbody-swiper::before {
    left: 36px;
    height: 24px;
  }
  .sec2-tbody-list {
    padding-top: 20px;
    padding-bottom: 16px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .sec2-list-item {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .sec2-list-item .item-body .item-num {
    font-size: 14px;
    line-height: 26px;
  }
  .sec2-list-item .item-body .item-num .icons {
    font-size: 18px;
  }
  .sec2-list-item .item-body .item-num .num {
    padding-right: 6px;
    font-size: 24px;
    line-height: 36px;
  }
  .sec2-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 6px;
  }
  .sec2-tbody-btn {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .sec2-tbody-btn .btnn {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  .sec2-tbody {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .sec2-tbody-img {
    width: 100%;
  }
  .sec2-tbody-info {
    width: 100%;
    padding: 20px 0;
  }
  .sec2-tbody-swiper {
    padding-top: 12px;
    padding-bottom: 32px;
  }
  .swiper-sec2 .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .swiper-sec2 .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .sec2-tbody-swiper .swiper-button {
    width: 36px;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
  }
  .sec2-tbody-swiper .swiper-button-prev {
    left: 0;
  }
  .sec2-tbody-swiper .swiper-button-next {
    left: 36px;
  }
  .sec2-tbody-swiper::before {
    left: 36px;
    height: 24px;
  }
  .sec2-tbody-list {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .sec2-list-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 10px;
  }
  .sec2-list-item .item-body .item-num {
    font-size: 14px;
    line-height: 26px;
  }
  .sec2-list-item .item-body .item-num .num {
    padding-right: 6px;
    font-size: 24px;
    line-height: 36px;
  }
  .sec2-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 6px;
  }
  .sec2-tbody-btn {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .sec2-tbody-btn .btnn {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 15px;
  }
}
.sec3 {
  position: relative;
  width: 100%;
  padding: 88px 0 20px;
}
.sec3-tbody {
  position: relative;
  width: 100%;
  padding-top: 61px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec3-tbody-left {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 12px;
}
.sec3-tbody-right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.sec3-tbody-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 28px;
}
.sec3-tbody-item .item-box {
  position: relative;
  width: 100%;
}
.sec3-tbody-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sec3-tbody-item .item-box .item-pic img {
  position: relative;
  display: block;
  width: 100%;
}
.sec3-tbody-item .item-box .item-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 33px 44px 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.sec3-tbody-item .item-body .item-btn {
  position: relative;
  width: 100%;
  margin-bottom: 36px;
}
.sec3-tbody-item .item-body .item-btn .btnn {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #00509C;
  border: 2px solid #00509C;
  border-radius: 50%;
}
.sec3-tbody-item .item-body .item-btn a.btnn:hover {
  color: #00509C;
  background: #fff;
}
.sec3-tbody-item .item-body .item-title {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 33px;
}
.sec3-tbody-item .item-body .item-title a {
  color: #fff;
}
.sec3-tbody-item .item-body .item-title a:hover {
  color: #ededed;
}
.sec3-tbody-item .item-body .item-desc {
  position: relative;
  margin-top: 16px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 31px;
}
.sec3-tbody-item .item-body .item-desc a {
  color: #fff;
}
.sec3-tbody-item .item-body .item-desc a:hover {
  color: #ededed;
}
.sec3-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
}
.sec3-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 24px;
  margin-bottom: 28px;
}
.sec3-list-item .item-box {
  position: relative;
  width: 100%;
}
.sec3-list-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sec3-list-item .item-box .item-pic img {
  position: relative;
  display: block;
  width: 100%;
}
.sec3-list-item .item-box .item-pic::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 36.5%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}
.sec3-list-item .item-box:hover .item-pic::after {
  visibility: visible;
  opacity: 1;
}
.sec3-list-item .item-box .item-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 18px;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}
.sec3-list-item .item-box:hover .item-body {
  visibility: visible;
  opacity: 1;
}
.sec3-list-item .item-body .item-title {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.sec3-list-item .item-body .item-title a {
  color: #fff;
}
.sec3-list-item .item-body .item-title a:hover {
  color: #ededed;
}
@media screen and (max-width: 1459px) {
  .sec3 {
    padding: 76px 0 18px;
  }
  .sec3-tbody {
    padding-top: 54px;
  }
  .sec3-tbody-left {
    width: 50%;
    padding-right: 10px;
  }
  .sec3-tbody-right {
    width: 50%;
  }
  .sec3-tbody-item {
    margin-bottom: 22px;
  }
  .sec3-tbody-item .item-box .item-body {
    padding: 30px 36px 20px;
  }
  .sec3-tbody-item .item-body .item-btn {
    margin-bottom: 30px;
  }
  .sec3-tbody-item .item-body .item-btn .btnn {
    width: 56px;
    height: 56px;
    line-height: 52px;
    font-size: 18px;
  }
  .sec3-tbody-item .item-body .item-title {
    font-size: 20px;
    line-height: 32px;
  }
  .sec3-tbody-item .item-body .item-desc {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
  }
  .sec3-list-item {
    width: 50%;
    padding-left: 20px;
    margin-bottom: 22px;
  }
  .sec3-list-item .item-box .item-body {
    padding: 15px 16px;
  }
  .sec3-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1259px) {
  .sec3 {
    padding: 64px 0 14px;
  }
  .sec3-tbody {
    padding-top: 48px;
  }
  .sec3-tbody-left {
    width: 50%;
    padding-right: 10px;
  }
  .sec3-tbody-right {
    width: 50%;
  }
  .sec3-tbody-item {
    margin-bottom: 14px;
  }
  .sec3-tbody-item .item-box .item-body {
    padding: 26px 28px 16px;
  }
  .sec3-tbody-item .item-body .item-btn {
    margin-bottom: 24px;
  }
  .sec3-tbody-item .item-body .item-btn .btnn {
    width: 52px;
    height: 52px;
    line-height: 48px;
    font-size: 16px;
  }
  .sec3-tbody-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .sec3-tbody-item .item-body .item-desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
  }
  .sec3-list-item {
    width: 50%;
    padding-left: 14px;
    margin-bottom: 14px;
  }
  .sec3-list-item .item-box .item-body {
    padding: 14px 16px;
  }
  .sec3-list-item .item-body .item-title {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .sec3 {
    padding: 52px 0 10px;
  }
  .sec3-tbody {
    width: 750px;
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 36px;
  }
  .sec3-tbody-left {
    width: 100%;
    padding-right: 0px;
  }
  .sec3-tbody-right {
    width: 100%;
  }
  .sec3-tbody-item {
    margin-bottom: 14px;
  }
  .sec3-tbody-item .item-box .item-body {
    padding: 26px 28px 16px;
  }
  .sec3-tbody-item .item-body .item-btn {
    margin-bottom: 24px;
  }
  .sec3-tbody-item .item-body .item-btn .btnn {
    width: 52px;
    height: 52px;
    line-height: 48px;
    font-size: 16px;
  }
  .sec3-tbody-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .sec3-tbody-item .item-body .item-desc {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
  }
  .sec3-tbody-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sec3-list-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 14px;
  }
  .sec3-list-item .item-box .item-pic::after {
    visibility: visible;
    opacity: 1;
  }
  .sec3-list-item .item-box .item-body {
    padding: 14px 16px;
    visibility: visible;
    opacity: 1;
  }
  .sec3-list-item .item-body .item-title {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 720px) {
  .sec3 {
    padding: 36px 0 10px;
  }
  .sec3-tbody {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 36px;
  }
  .sec3-tbody-left {
    width: 100%;
    padding-right: 0px;
  }
  .sec3-tbody-right {
    width: 100%;
  }
  .sec3-tbody-item {
    margin-bottom: 14px;
  }
  .sec3-tbody-item .item-box .item-body {
    position: relative;
    background: #000;
    padding: 20px 16px;
  }
  .sec3-tbody-item .item-body .item-btn {
    margin-bottom: 16px;
  }
  .sec3-tbody-item .item-body .item-btn .btnn {
    width: 48px;
    height: 48px;
    line-height: 44px;
    font-size: 16px;
  }
  .sec3-tbody-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .sec3-tbody-item .item-body .item-desc {
    margin-top: 8px;
    font-size: 15px;
    line-height: 26px;
  }
  .sec3-tbody-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sec3-list-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 14px;
  }
  .sec3-list-item .item-box .item-pic::after {
    display: none;
  }
  .sec3-list-item .item-box .item-body {
    padding: 14px 16px;
    visibility: visible;
    opacity: 1;
    position: relative;
    background: #000;
  }
  .sec3-list-item .item-body .item-title {
    font-size: 15px;
    line-height: 24px;
  }
}
.sec4 {
  position: relative;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 90px;
  background: #F8F8F8;
}
.sec4 .sec-top-left {
  position: relative;
  width: 100%;
  padding-right: 108px;
}
.sec4-tbody {
  position: relative;
  width: 100%;
}
.sec4-tbody-swiper {
  position: relative;
  width: 100%;
  padding-top: 35px;
}
.sec4-tbody-swiper .swiper-sec4 {
  position: relative;
  width: 100%;
}
.sec4-tbody-swiper .swiper-button {
  top: 0;
  transform: translateY(-100%);
  margin-top: -14px;
  width: 54px;
  font-size: 32px;
  line-height: 30px;
  height: 30px;
  color: #999;
}
.sec4-tbody-swiper .swiper-button:hover {
  color: #00509C;
}
.sec4-tbody-swiper .swiper-button-prev {
  text-align: left;
  right: 54px;
  left: auto;
}
.sec4-tbody-swiper .swiper-button-next {
  text-align: right;
  right: 0;
}
.sec4-tbody-swiper::before {
  position: absolute;
  content: "";
  right: 54px;
  top: 0;
  transform: translateY(-100%);
  margin-top: -14px;
  width: 1px;
  height: 30px;
  background: #838383;
}
.sec4-tbody-swiper .swiper-sec4 .swiper-slide {
  position: relative;
  padding: 22px 0;
}
.sec4-tbody-swiper .swiper-sec4 .swiper-slide-active {
  position: relative;
  padding: 0;
}
.sec4-list-item {
  position: relative;
  width: 100%;
}
.sec4-list-item .item-box {
  position: relative;
  width: 100%;
}
.sec4-list-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
.sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-pic {
  width: auto;
  margin-left: -22px;
  margin-right: -22px;
}
.sec4-list-item .item-box .item-pic img {
  position: relative;
  display: block;
  width: 100%;
}
.sec4-list-item .item-box .item-body {
  position: relative;
  width: 100%;
  padding-top: 28px;
}
.sec4-list-item .item-body .item-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Light;
  font-size: 18px;
  color: #333333;
  line-height: 33px;
  height: 66px;
  overflow: hidden;
}
.sec4-list-item .item-body .item-desc {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  display: none;
  margin-top: 8px;
}
.sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-title, .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-title a {
  color: #00509C;
}
.sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-desc {
  display: block;
}
.sec4-list-item .item-body .item-date {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  margin-top: 12px;
}
.sec4-list-item .item-body .item-date .btnn {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  font-size: 18px;
  color: #999999;
}
.sec4-list-item .item-body .item-date:hover {
  color: #00509C;
}
.sec4-list-item .item-body .item-date:hover .btnn {
  color: #00509C;
}
.sec4-list-item .item-body .item-date a.btnn:hover {
  color: #00509C;
}
.sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-date {
  color: #00509C;
  margin-top: 15px;
}
.sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-date .btnn {
  color: #00509C;
}
@media screen and (max-width: 1459px) {
  .sec4 {
    padding-top: 32px;
    padding-bottom: 78px;
  }
  .sec4 .sec-top-left {
    padding-right: 100px;
  }
  .sec4-tbody-swiper {
    padding-top: 30px;
  }
  .sec4-tbody-swiper .swiper-button {
    margin-top: -10px;
    width: 50px;
    font-size: 30px;
    line-height: 28px;
    height: 28px;
  }
  .sec4-tbody-swiper .swiper-button-prev {
    right: 50px;
    left: auto;
  }
  .sec4-tbody-swiper .swiper-button-next {
    right: 0;
  }
  .sec4-tbody-swiper::before {
    right: 50px;
    margin-top: -10px;
    height: 28px;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide {
    padding: 16px 0;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide-active {
    padding: 0;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: -16px;
    margin-right: -16px;
  }
  .sec4-list-item .item-box .item-body {
    padding-top: 24px;
  }
  .sec4-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 31px;
    height: 62px;
  }
  .sec4-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-top: 8px;
  }
  .sec4-list-item .item-body .item-date {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }
  .sec4-list-item .item-body .item-date .btnn {
    margin-left: 16px;
    font-size: 18px;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-date {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1259px) {
  .sec4 {
    padding-top: 26px;
    padding-bottom: 66px;
  }
  .sec4 .sec-top-left {
    padding-right: 92px;
  }
  .sec4-tbody-swiper {
    padding-top: 24px;
  }
  .sec4-tbody-swiper .swiper-button {
    margin-top: -10px;
    width: 46px;
    font-size: 26px;
    line-height: 26px;
    height: 26px;
  }
  .sec4-tbody-swiper .swiper-button-prev {
    right: 46px;
    left: auto;
  }
  .sec4-tbody-swiper .swiper-button-next {
    right: 0;
  }
  .sec4-tbody-swiper::before {
    right: 46px;
    margin-top: -10px;
    height: 26px;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide {
    padding: 14px 0;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide-active {
    padding: 0;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sec4-list-item .item-box .item-body {
    padding-top: 20px;
  }
  .sec4-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
  .sec4-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-top: 8px;
  }
  .sec4-list-item .item-body .item-date {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }
  .sec4-list-item .item-body .item-date .btnn {
    margin-left: 16px;
    font-size: 18px;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-date {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .sec4 {
    padding-top: 26px;
    padding-bottom: 54px;
  }
  .sec4 .sec-top-left {
    padding-right: 92px;
  }
  .sec4-tbody-swiper {
    padding-top: 20px;
  }
  .sec4-tbody-swiper .swiper-button {
    margin-top: -10px;
    width: 44px;
    font-size: 26px;
    line-height: 26px;
    height: 26px;
  }
  .sec4-tbody-swiper .swiper-button-prev {
    right: 44px;
    left: auto;
  }
  .sec4-tbody-swiper .swiper-button-next {
    right: 0;
  }
  .sec4-tbody-swiper::before {
    right: 44px;
    margin-top: -10px;
    height: 26px;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide {
    padding: 0;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide-active {
    padding: 0;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .sec4-list-item .item-box .item-body {
    padding-top: 20px;
  }
  .sec4-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
  .sec4-list-item .item-body .item-desc {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    margin-top: 8px;
    display: block;
  }
  .sec4-list-item .item-body .item-date {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }
  .sec4-list-item .item-body .item-date .btnn {
    margin-left: 16px;
    font-size: 16px;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-date {
    margin-top: 8px;
  }
}
@media screen and (max-width: 720px) {
  .sec4 {
    padding-top: 20px;
    padding-bottom: 42px;
  }
  .sec4 .sec-top-left {
    padding-right: 80px;
  }
  .sec4-tbody-swiper {
    padding-top: 20px;
  }
  .sec4-tbody-swiper .swiper-button {
    margin-top: -6px;
    width: 36px;
    font-size: 24px;
    line-height: 26px;
    height: 26px;
  }
  .sec4-tbody-swiper .swiper-button-prev {
    right: 36px;
    left: auto;
  }
  .sec4-tbody-swiper .swiper-button-next {
    right: 0;
  }
  .sec4-tbody-swiper::before {
    right: 36px;
    margin-top: -6px;
    height: 26px;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide {
    padding: 0;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide-active {
    padding: 0;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .sec4-list-item .item-box .item-body {
    padding-top: 16px;
  }
  .sec4-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .sec4-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 8px;
    display: block;
  }
  .sec4-list-item .item-body .item-date {
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
  }
  .sec4-list-item .item-body .item-date .btnn {
    margin-left: 14px;
    font-size: 16px;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-date {
    margin-top: 8px;
  }
}
@media screen and (max-width: 540px) {
  .sec4 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .sec4 .sec-top-left {
    padding-right: 80px;
  }
  .sec4-tbody-swiper {
    padding-top: 20px;
  }
  .sec4-tbody-swiper .swiper-button {
    margin-top: -6px;
    width: 36px;
    font-size: 24px;
    line-height: 26px;
    height: 26px;
  }
  .sec4-tbody-swiper .swiper-button-prev {
    right: 36px;
    left: auto;
  }
  .sec4-tbody-swiper .swiper-button-next {
    right: 0;
  }
  .sec4-tbody-swiper::before {
    right: 36px;
    margin-top: -6px;
    height: 26px;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide {
    padding: 0;
  }
  .sec4-tbody-swiper .swiper-sec4 .swiper-slide-active {
    padding: 0;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .sec4-list-item .item-box .item-body {
    padding-top: 14px;
  }
  .sec4-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .sec4-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 8px;
    display: block;
  }
  .sec4-list-item .item-body .item-date {
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
  }
  .sec4-list-item .item-body .item-date .btnn {
    margin-left: 14px;
    font-size: 16px;
  }
  .sec4-tbody-swiper .swiper-slide-active .sec4-list-item .item-body .item-date {
    margin-top: 8px;
  }
}
.sec5 {
  position: relative;
  width: 100%;
  padding: 18px 0 94px;
  background: #F8F8F8;
}
.sec5-tbody {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.sec5-tbody-left {
  position: relative;
  width: 61.45%;
  padding-top: 12px;
}
.sec5-tbody-right {
  position: relative;
  width: 31.5%;
}
.sec5-tbody-swiper {
  position: relative;
  width: 100%;
}
.sec5-tbody-swiper .swiper-sec5 {
  position: relative;
  width: 100%;
}
.swiper-sec5 .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
.swiper-sec5 .list-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}
.swiper-sec5 .list-item .item-pics {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 80, 156, .3);
  padding-bottom: calc(100% - 2px);
}
.swiper-sec5 .list-item:hover .item-pics {
  background: rgba(0, 80, 156, .3);
}
.swiper-sec5 .list-item .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.swiper-sec5 .list-item .item-pics img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100%;
}
.swiper-sec5 .list-item .item-backdrop .iconfont {
  font-size: 27px;
  font-size: 2.7rem;
  color: #00509C;
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 999px) {
  .list-item .item-backdrop {
    display: none;
  }
}
.swiper-sec5 .list-item .item-body {
  position: relative;
  padding-top: 10px;
}
.swiper-sec5 .list-item .item-body .item-name {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  font-family: Montserrat-Light
}
.swiper-sec5 .list-item:hover .item-body .item-name {
  font-family: Montserrat-Bold;
}
.sec5-tbody-button {
  position: absolute;
  right: 31.5%;
  transform: translateX(100%);
  bottom: 0;
}
.sec5-tbody-button .swiper-button {
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 54px;
  font-size: 32px;
  line-height: 30px;
  height: 30px;
  color: #999;
}
.sec5-tbody-button .swiper-button:hover {
  color: #00509C;
}
.sec5-tbody-button .swiper-button-prev {
  text-align: left;
  left: 0;
}
.sec5-tbody-button .swiper-button-next {
  text-align: right;
  left: 54px;
  right: auto;
}
.sec5-tbody-button::before {
  position: absolute;
  content: "";
  left: 54px;
  bottom: 0;
  transform: translateY(0);
  margin-top: 0px;
  width: 1px;
  height: 30px;
  background: #838383;
}
@media screen and (max-width: 1459px) {
  .sec5 {
    padding: 16px 0 82px;
  }
  .sec5-tbody-left {
    width: 62.5%;
  }
  .sec5-tbody-right {
    width: 31.5%;
  }
  .swiper-sec5 .list-item .item-body {
    padding-top: 10px;
  }
  .swiper-sec5 .list-item .item-body .item-name {
    font-size: 16px;
    line-height: 28px;
  }
  .sec5-tbody-button {
    right: 31.5%;
  }
  .sec5-tbody-button .swiper-button {
    width: 50px;
    font-size: 30px;
    line-height: 28px;
    height: 28px;
  }
  .sec5-tbody-button .swiper-button-prev {
    left: 0;
  }
  .sec5-tbody-button .swiper-button-next {
    left: 50px;
    right: auto;
  }
  .sec5-tbody-button::before {
    left: 50px;
    height: 28px;
  }
}
@media screen and (max-width: 1259px) {
  .sec5 {
    padding: 16px 0 70px;
  }
  .sec5-tbody-left {
    width: 65%;
  }
  .sec5-tbody-right {
    width: 31.5%;
  }
  .swiper-sec5 .list-item .item-body {
    padding-top: 8px;
  }
  .swiper-sec5 .list-item .item-body .item-name {
    font-size: 15px;
    line-height: 26px;
  }
  .sec5-tbody-button {
    right: 31.5%;
  }
  .sec5-tbody-button .swiper-button {
    width: 46px;
    font-size: 26px;
    line-height: 28px;
    height: 28px;
  }
  .sec5-tbody-button .swiper-button-prev {
    left: 0;
  }
  .sec5-tbody-button .swiper-button-next {
    left: 46px;
    right: auto;
  }
  .sec5-tbody-button::before {
    left: 46px;
    height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .sec5 {
    padding: 16px 0 56px;
  }
  .sec5-tbody-left {
    width: 100%;
    margin-top: 20px;
  }
  .sec5-tbody-right {
    width: 100%;
  }
  .swiper-sec5 .list-item .item-body {
    padding-top: 8px;
  }
  .swiper-sec5 .list-item .item-body .item-name {
    font-size: 15px;
    line-height: 26px;
  }
  .sec5-tbody-button {
    position: relative;
    width: 100%;
    height: 28px;
    right: 0;
    transform: translateX(0);
    margin-top: 20px;
  }
  .sec5-tbody-button .swiper-button {
    width: 42px;
    font-size: 24px;
    line-height: 26px;
    height: 26px;
  }
  .sec5-tbody-button .swiper-button-prev {
    left: 0;
  }
  .sec5-tbody-button .swiper-button-next {
    left: 42px;
    right: auto;
  }
  .sec5-tbody-button::before {
    left: 42px;
    height: 26px;
  }
}
@media screen and (max-width: 700px) {
  .sec5 {
    padding: 12px 0 42px;
  }
  .sec5-tbody-left {
    width: 100%;
    margin-top: 20px;
  }
  .sec5-tbody-right {
    width: 100%;
  }
  .swiper-sec5 .list-item .item-body {
    padding-top: 8px;
  }
  .swiper-sec5 .list-item .item-body .item-name {
    font-size: 14px;
    line-height: 24px;
  }
  .sec5-tbody-button {
    position: relative;
    width: 100%;
    height: 28px;
    right: 0;
    transform: translateX(0);
    margin-top: 20px;
  }
  .sec5-tbody-button .swiper-button {
    width: 36px;
    font-size: 24px;
    line-height: 26px;
    height: 26px;
  }
  .sec5-tbody-button .swiper-button-prev {
    left: 0;
  }
  .sec5-tbody-button .swiper-button-next {
    left: 36px;
    right: auto;
  }
  .sec5-tbody-button::before {
    left: 36px;
    height: 26px;
  }
}
@media screen and (max-width: 560px) {
  .sec5 {
    padding: 12px 0 30px;
  }
  .sec5-tbody-left {
    width: 100%;
    margin-top: 18px;
  }
  .sec5-tbody-right {
    width: 100%;
  }
  .swiper-sec5 .list-item .item-body {
    padding-top: 8px;
  }
  .swiper-sec5 .list-item .item-body .item-name {
    font-size: 14px;
    line-height: 24px;
  }
  .sec5-tbody-button {
    position: relative;
    width: 100%;
    height: 24px;
    right: 0;
    transform: translateX(0);
    margin-top: 20px;
  }
  .sec5-tbody-button .swiper-button {
    width: 36px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
  .sec5-tbody-button .swiper-button-prev {
    left: 0;
  }
  .sec5-tbody-button .swiper-button-next {
    left: 36px;
    right: auto;
  }
  .sec5-tbody-button::before {
    left: 36px;
    height: 24px;
  }
}
.sec6 {
  position: relative;
  width: 100%;
  padding-top: 105px;
  background: #F8F8F8;
}
.sec6-box {
  position: relative;
  width: 100%;
  padding: 92px 0 90px;
  background: #001C37;
}
.sec6-box .sec6-box-img {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 54.75%;
  z-index: 11;
}
.sec6-box .sec6-box-img img {
  display: block;
  width: 100%;
}
.sec6-tbody {
  position: relative;
  width: 100%;
  z-index: 22;
}
.sec6-tbody-left {
  position: relative;
  width: 45%;
}
.sec6-tbody-info {
  position: relative;
  width: 100%;
}
.sec6-tbody-title {
  position: relative;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  font-size: 48px;
  color: #ffffff;
  line-height: 60px;
}
.sec6-tbody-title a {
  color: #fff;
}
.sec6-tbody-title a:hover {
  color: #FF8E2A;
}
.sec6-tbody-text {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #EAEAEA;
  line-height: 30px;
  margin-top: 20px;
}
.sec6-tbody-text a {
  color: #EAEAEA;
}
.sec6-tbody-text a:hover {
  color: #FF8E2A;
}
.sec6-tbody-btn {
  position: relative;
  padding-top: 37px;
  text-align: left;
  font-size: 0;
  letter-spacing: 0;
}
.sec6-tbody-btn .btnn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  font-size: 16px;
  line-height: 30px;
  padding: 7px 18px;
  border-radius: 5px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  margin-right: 84px;
  text-align: center;
}
.sec6-tbody-btn a.btnn:hover {
  background: #FFFFFF;
  color: #FF8E2A;
}
.sec6-tbody-btn .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 30px;
  margin-right: 15px;
}
.sec6-tbody-btn .btnn:nth-last-of-type(1) {
  margin-right: 0 !important;
}
@media screen and (max-width: 1459px) {
  .sec6 {
    padding-top: 88px;
  }
  .sec6-box {
    padding: 80px 0 78px;
  }
  .sec6-box .sec6-box-img {
    width: 54.75%;
  }
  .sec6-tbody-left {
    width: 45%;
  }
  .sec6-tbody-title {
    font-size: 42px;
    line-height: 54px;
  }
  .sec6-tbody-text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
  }
  .sec6-tbody-btn {
    padding-top: 32px;
  }
  .sec6-tbody-btn .btnn {
    min-width: 186px;
    font-size: 16px;
    line-height: 30px;
    padding: 6px 15px;
    margin-right: 70px;
  }
  .sec6-tbody-btn .btnn .iconfont {
    font-size: 20px;
    line-height: 30px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 1259px) {
  .sec6 {
    padding-top: 68px;
  }
  .sec6-box {
    padding: 68px 0 66px;
  }
  .sec6-box .sec6-box-img {
    width: 54.75%;
  }
  .sec6-tbody-left {
    width: 50%;
  }
  .sec6-tbody-title {
    font-size: 36px;
    line-height: 48px;
  }
  .sec6-tbody-text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
  }
  .sec6-tbody-btn {
    padding-top: 28px;
  }
  .sec6-tbody-btn .btnn {
    min-width: 172px;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 15px;
    margin-right: 56px;
  }
  .sec6-tbody-btn .btnn .iconfont {
    font-size: 20px;
    line-height: 28px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .sec6 {
    padding-top: 40px;
  }
  .sec6-box {
    padding: 56px 0 54px;
  }
  .sec6-box .sec6-box-img {
    width: 57.5%;
  }
  .sec6-tbody-left {
    width: 60%;
  }
  .sec6-tbody-title {
    font-size: 30px;
    line-height: 42px;
  }
  .sec6-tbody-text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
  }
  .sec6-tbody-btn {
    padding-top: 24px;
  }
  .sec6-tbody-btn .btnn {
    min-width: 160px;
    font-size: 15px;
    line-height: 26px;
    padding: 5px 15px;
    margin-right: 44px;
  }
  .sec6-tbody-btn .btnn .iconfont {
    font-size: 20px;
    line-height: 26px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 720px) {
  .sec6 {
    padding-top: 28px;
  }
  .sec6-box {
    padding: 44px 0 42px;
  }
  .sec6-box .sec6-box-img {
    width: 62%;
  }
  .sec6-tbody-left {
    width: 100%;
  }
  .sec6-tbody-title {
    font-size: 24px;
    line-height: 36px;
  }
  .sec6-tbody-text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
  }
  .sec6-tbody-btn {
    padding-top: 18px;
  }
  .sec6-tbody-btn .btnn {
    min-width: 160px;
    font-size: 15px;
    line-height: 26px;
    padding: 5px 15px;
    margin-right: 44px;
  }
  .sec6-tbody-btn .btnn .iconfont {
    font-size: 20px;
    line-height: 26px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 560px) {
  .sec6 {
    padding-top: 10px;
  }
  .sec6-box {
    padding: 30px 0 28px;
  }
  .sec6-box .sec6-box-img {
    width: 65%;
  }
  .sec6-tbody-left {
    width: 100%;
  }
  .sec6-tbody-title {
    font-size: 18px;
    line-height: 30px;
  }
  .sec6-tbody-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .sec6-tbody-btn {
    padding-top: 18px;
  }
  .sec6-tbody-btn .btnn {
    min-width: 152px;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
    margin-right: 28px;
  }
  .sec6-tbody-btn .btnn .iconfont {
    font-size: 18px;
    line-height: 24px;
    margin-right: 10px;
  }
}
.sec7 {
  position: relative;
  width: 100%;
  padding-top: 86px;
  padding-bottom: 10px;
}
.sec7-tbody {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
.sec7-tbody-list {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -26px;
  margin-right: -26px;
}
.sec7-tbody-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
  padding: 0 27px;
  margin-bottom: 40px;
}
.sec7-tbody-item .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  padding: 49px 29px 43px;
  cursor: pointer
}
.sec7-tbody-item .item-box .item-icon {
  position: relative;
  width: 100%;
}
.sec7-tbody-item .item-box .icon-pic {
  display: block;
  width: 55px;
  height: 55px;
  background: #F9F9F9;
  border-radius: 50%;
}
.sec7-tbody-item .item-box .icon-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sec7-tbody-item .item-box .item-body {
  position: relative;
  width: 100%;
  padding-top: 51px;
}
.sec7-tbody-item .item-body .item-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.sec7-tbody-item .item-body .item-desc {
  position: relative;
  width: 100%;
  font-family: Montserrat-Light;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 18px;
}
.sec7-tbody-item .item-box:hover {
  background: #00509C;
  border-color: #F0F0F0;
}
.sec7-tbody-item .item-box:hover .item-body .item-title, .sec7-tbody-item .item-box:hover .item-body .item-title a, .sec7-tbody-item .item-box:hover .item-body .item-desc, .sec7-tbody-item .item-box:hover .item-body .item-desc a {
  color: #fff;
}
@media screen and (max-width: 1459px) {
  .sec7 {
    padding-top: 74px;
    padding-bottom: 10px;
  }
  .sec7-tbody {
    padding-top: 52px;
  }
  .sec7-tbody-list {
    margin-left: -18px;
    margin-right: -18px;
  }
  .sec7-tbody-item {
    width: 33.3333333%;
    padding: 0 18px;
    margin-bottom: 34px;
  }
  .sec7-tbody-item .item-box {
    border-radius: 10px;
    padding: 42px 24px 36px;
  }
  .sec7-tbody-item .item-box .icon-pic {
    width: 52px;
    height: 52px;
  }
  .sec7-tbody-item .item-box .item-body {
    padding-top: 44px;
  }
  .sec7-tbody-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .sec7-tbody-item .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1259px) {
  .sec7 {
    padding-top: 62px;
    padding-bottom: 10px;
  }
  .sec7-tbody {
    padding-top: 44px;
  }
  .sec7-tbody-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .sec7-tbody-item {
    width: 33.3333333%;
    padding: 0 8px;
    margin-bottom: 28px;
  }
  .sec7-tbody-item .item-box {
    border-radius: 10px;
    padding: 36px 20px 30px;
  }
  .sec7-tbody-item .item-box .icon-pic {
    width: 48px;
    height: 48px;
  }
  .sec7-tbody-item .item-box .item-body {
    padding-top: 36px;
  }
  .sec7-tbody-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .sec7-tbody-item .item-body .item-desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .sec7 {
    padding-top: 50px;
    padding-bottom: 8px;
  }
  .sec7-tbody {
    padding-top: 36px;
  }
  .sec7-tbody-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .sec7-tbody-item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 22px;
  }
  .sec7-tbody-item .item-box {
    border-radius: 8px;
    padding: 30px 15px 24px;
  }
  .sec7-tbody-item .item-box .icon-pic {
    width: 44px;
    height: 44px;
  }
  .sec7-tbody-item .item-box .item-body {
    padding-top: 28px;
  }
  .sec7-tbody-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .sec7-tbody-item .item-body .item-desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .sec7 {
    padding-top: 36px;
    padding-bottom: 8px;
  }
  .sec7-tbody {
    padding-top: 28px;
  }
  .sec7-tbody-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .sec7-tbody-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 18px;
  }
  .sec7-tbody-item .item-box {
    border-radius: 8px;
    padding: 22px 15px 18px;
  }
  .sec7-tbody-item .item-box .icon-pic {
    width: 40px;
    height: 40px;
  }
  .sec7-tbody-item .item-box .item-body {
    padding-top: 20px;
  }
  .sec7-tbody-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .sec7-tbody-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 560px) {
  .sec7 {
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .sec7-tbody {
    padding-top: 20px;
  }
  .sec7-tbody-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .sec7-tbody-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 18px;
  }
  .sec7-tbody-item .item-box {
    border-radius: 8px;
    padding: 18px 12px 15px;
  }
  .sec7-tbody-item .item-box .icon-pic {
    width: 40px;
    height: 40px;
  }
  .sec7-tbody-item .item-box .item-body {
    padding-top: 16px;
  }
  .sec7-tbody-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .sec7-tbody-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.sec8 {
  position: relative;
  width: 100%;
  padding: 38px 0 10px;
}
.sec8-tbody {
  position: relative;
  width: 100%;
  padding-top: 42px;
}
.sec8-tbody-img {
  position: relative;
  width: 100%;
}
.sec8-tbody-img .item-pic {
  position: relative;
  width: 100%;
  padding-bottom: 30.9375%;
  z-index: 22;
  transition: all .5s;
}
.sec8-tbody-img .item-pic .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s;
  background: #fff;
}
.sec8-tbody-img .item-pic .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(248, 248, 248, .7);
  cursor: pointer;
}
.sec8-tbody-img .item-pic .video-btn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #f8f8f8;
}
@media screen and (max-width: 1459px) {
  .sec8 {
    padding: 32px 0 10px;
  }
  .sec8-tbody {
    padding-top: 36px;
  }
  .sec8-tbody-img .item-pic .video-btn {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
  .sec8-tbody-img .item-pic .video-btn .iconfont {
    font-size: 14px;
  }
}
@media screen and (max-width: 1259px) {
  .sec8 {
    padding: 28px 0 10px;
  }
  .sec8-tbody {
    padding-top: 30px;
  }
  .sec8-tbody-img .item-pic .video-btn {
    width: 44px;
    height: 44px;
    line-height: 42px;
  }
  .sec8-tbody-img .item-pic .video-btn .iconfont {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .sec8 {
    padding: 24px 0 10px;
  }
  .sec8-tbody {
    padding-top: 24px;
  }
  .sec8-tbody-img .item-pic .video-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .sec8-tbody-img .item-pic .video-btn .iconfont {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .sec8 {
    padding: 20px 0 10px;
  }
  .sec8-tbody {
    padding-top: 20px;
  }
  .sec8-tbody-img .item-pic .video-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
  .sec8-tbody-img .item-pic .video-btn .iconfont {
    font-size: 12px;
  }
}
.sec9 {
  position: relative;
  width: 100%;
  padding: 88px 0 100px;
}
.sec9-tbody {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec9-tbody-left {
  position: relative;
  width: 40%;
}
.sec9-tbody-right {
  position: relative;
  width: 52.5%;
}
.sec9-tbody-img {
  position: relative;
  width: 100%;
  padding-top: 12px;
}
.sec9-tbody-img .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sec9-tbody-img .item-pic .pic {
  position: relative;
  width: 100%;
  display: block;
}
.sec9-tbody-img .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sec9-tbody-img .item-pic .btnn {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 56px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #00509C;
  border: 1px solid #00509C;
  border-radius: 50%;
}
.sec9-tbody-img .item-pic a.btnn:hover {
  color: #00509C;
  background: #fff;
}
.sec9-tbody-list {
  position: relative;
  width: 100%;
  padding-top: 22px;
}
.sec9-tbody-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  padding: 15px 0;
}
.sec9-tbody-item .item-box {
  position: relative;
  width: 100%;
}
.sec9-tbody-item .item-box .item-name {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  line-height: 30px;
  padding: 9px 0 8px;
  padding-right: 36px;
  cursor: pointer;
}
.sec9-tbody-item .item-box .item-name::before {
  content: "\e72d";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #00509C;
  font-family: "iconfont";
  text-align: center;
  display: block;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  box-sizing: border-box;
}
.sec9-tbody-item .item-box .item-name.active:before {
  content: "\e504";
  font-size: 18px;
}
.sec9-tbody-item .item-box .item-name:hover::before {
  content: "\e504";
  font-size: 18px;
}
.sec9-tbody-item .item-box .item-text {
  position: relative;
  width: 100%;
  display: none;
  margin-top: 20px;
  padding-bottom: 18px;
}
.sec9-tbody-item .item-box .item-text .text {
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
@media screen and (max-width: 1459px) {
  .sec9 {
    padding: 76px 0 88px;
  }
  .sec9-tbody-left {
    width: 42%;
  }
  .sec9-tbody-right {
    width: 54%;
  }
  .sec9-tbody-img {
    padding-top: 10px;
  }
  .sec9-tbody-img .item-pic .btnn {
    left: 44px;
    bottom: 44px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
  .sec9-tbody-list {
    padding-top: 18px;
  }
  .sec9-tbody-item {
    padding: 15px 0;
  }
  .sec9-tbody-item .item-box .item-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 7px 0;
    padding-right: 36px;
  }
  .sec9-tbody-item .item-box .item-name::before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
  .sec9-tbody-item .item-box .item-name.active:before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-name:hover::before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-text {
    margin-top: 16px;
    padding-bottom: 18px;
  }
  .sec9-tbody-item .item-box .item-text .text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1259px) {
  .sec9 {
    padding: 64px 0 76px;
  }
  .sec9-tbody-left {
    width: 42%;
  }
  .sec9-tbody-right {
    width: 55%;
  }
  .sec9-tbody-img {
    padding-top: 8px;
  }
  .sec9-tbody-img .item-pic .btnn {
    left: 44px;
    bottom: 44px;
    width: 46px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
  }
  .sec9-tbody-list {
    padding-top: 16px;
  }
  .sec9-tbody-item {
    padding: 12px 0;
  }
  .sec9-tbody-item .item-box .item-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 6px 0;
    padding-right: 36px;
  }
  .sec9-tbody-item .item-box .item-name::before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
  .sec9-tbody-item .item-box .item-name.active:before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-name:hover::before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-text {
    margin-top: 14px;
    padding-bottom: 16px;
  }
  .sec9-tbody-item .item-box .item-text .text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .sec9 {
    padding: 52px 0 64px;
  }
  .sec9-tbody-left {
    width: 100%;
  }
  .sec9-tbody-right {
    width: 100%;
    margin-top: 20px;
  }
  .sec9-tbody-img {
    padding-top: 8px;
  }
  .sec9-tbody-img .item-pic .btnn {
    left: 44px;
    bottom: 44px;
    width: 46px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
  }
  .sec9-tbody-list {
    padding-top: 16px;
  }
  .sec9-tbody-item {
    padding: 10px 0;
  }
  .sec9-tbody-item .item-box .item-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 6px 0;
    padding-right: 36px;
  }
  .sec9-tbody-item .item-box .item-name::before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
  .sec9-tbody-item .item-box .item-name.active:before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-name:hover::before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-text {
    margin-top: 12px;
    padding-bottom: 16px;
  }
  .sec9-tbody-item .item-box .item-text .text {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 720px) {
  .sec9 {
    padding: 40px 0 50px;
  }
  .sec9-tbody-left {
    width: 100%;
  }
  .sec9-tbody-right {
    width: 100%;
  }
  .sec9-tbody-img {
    padding-top: 8px;
  }
  .sec9-tbody-img .item-pic .btnn {
    left: 40px;
    bottom: 40px;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }
  .sec9-tbody-list {
    padding-top: 12px;
  }
  .sec9-tbody-item {
    padding: 10px 0;
  }
  .sec9-tbody-item .item-box .item-name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 5px 0;
    padding-right: 36px;
  }
  .sec9-tbody-item .item-box .item-name::before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
  .sec9-tbody-item .item-box .item-name.active:before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-name:hover::before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-text {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .sec9-tbody-item .item-box .item-text .text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 560px) {
  .sec9 {
    padding: 28px 0 36px;
  }
  .sec9-tbody-left {
    width: 100%;
  }
  .sec9-tbody-right {
    width: 100%;
  }
  .sec9-tbody-img {
    padding-top: 8px;
  }
  .sec9-tbody-img .item-pic .btnn {
    display: none;
  }
  .sec9-tbody-list {
    padding-top: 12px;
  }
  .sec9-tbody-item {
    padding: 8px 0;
  }
  .sec9-tbody-item .item-box .item-name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 5px 0;
    padding-right: 36px;
  }
  .sec9-tbody-item .item-box .item-name::before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
  .sec9-tbody-item .item-box .item-name.active:before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-name:hover::before {
    font-size: 18px;
  }
  .sec9-tbody-item .item-box .item-text {
    margin-top: 8px;
    padding-bottom: 8px;
  }
  .sec9-tbody-item .item-box .item-text .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.bread {
  position: relative;
  width: 100%;
  padding-top: 100px;
}
.bread-img {
  position: relative;
  width: 100%;
}
.bread-img img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}






.bread-href {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(222, 222, 222, .5);
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 31px;
}
.bread-href .iconfont {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  font-size: 12px;
}
.bread-href a {
  color: #666;
}
.bread a:hover, .bread a.bread-active {
  color: #00509C;
}
@media screen and (max-width:1859px) {
  .bread {
    padding-top: 92px;
  }
}
@media screen and (max-width:1659px) {
  .bread {
    padding-top: 84px;
  }
}
@media screen and (max-width: 1459px) {
  .bread {
    padding-top: 76px;
  }
  .bread-href {
    padding: 17px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .bread-href .iconfont {
    margin: 0 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1259px) {
  .bread {
    padding-top: 72px;
  }
  .bread-href {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .bread-href .iconfont {
    margin: 0 6px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .bread {
    padding-top: 0px;
  }
  .bread-href {
    padding: 12px 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
  }
  .bread-href .iconfont {
    margin: 0 6px;
    font-size: 12px;
  }
}
@media (max-width: 720px) {
  .bread {
    padding-top: 0px;
  }
  .bread-href {
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .bread-href .iconfont {
    margin: 0 6px;
    font-size: 10px;
  }
}
.page-con-top {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.boxs-titles {
  position: relative;
  text-transform: uppercase;
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-size: 4rem;
  color: #03274B;
  line-height: 52px;
}
.page-con-top .przhan {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 26px;
  max-height: 52px;
  margin-top: 22px;
  margin-bottom: 24px;
  word-wrap: break-word;
}
.przhanh {
  max-height: none !important;
}
.page-con-top .przhan a {
  color: #00509C;
}
.page-con-top .przhan a:hover {
  color: #333;
}
.page-con-top .more .zhankai {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: Montserrat-Light;
  text-align: center;
  cursor: pointer;
  min-width: 160px;
  line-height: 28px;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
  background: #00509C;
  color: #FFFFFF;
  border: 1px solid #00509C;
}
.page-con-top .more .zhankai:hover {
  background: #fff;
  color: #00509C;
}
.page-bottom {
  position: relative;
  width: 100%;
  padding-top: 100px;
}
.page-bottom .page-bottom-box {
  position: relative;
  width: 100%;
  text-align: center;
  background: #00509C;
  border-radius: 10px;
  padding: 34px 15px 44px;
}
.page-bottom-title {
  position: relative;
  width: 100%;
  font-size: 36px;
  font-size: 3.6rem;
  color: #FFFFFF;
  line-height: 48px;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}
.page-bottom-btn {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 28px;
}
.page-bottom-btn .btnn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 200px;
  font-size: 16px;
  line-height: 30px;
  padding: 7px 16px;
  border-radius: 5px;
  background: #00509C;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.page-bottom-btn .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  margin-right: 12px;
}
.page-bottom-btn a.btnn:hover {
  color: #00509C;
  background: #FFFFFF;
}
@media screen and (max-width: 1459px) {
  .page-con-top {
    margin-bottom: 20px;
  }
  .boxs-titles {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }
  .page-con-top .przhan {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    max-height: 52px;
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .page-con-top .more .zhankai {
    min-width: 152px;
    line-height: 28px;
    padding: 8px 14px;
    font-size: 18px;
  }
  .page-bottom {
    padding-top: 88px;
  }
  .page-bottom .page-bottom-box {
    border-radius: 10px;
    padding: 30px 15px 40px;
  }
  .page-bottom-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }
  .page-bottom-btn {
    padding-top: 24px;
  }
  .page-bottom-btn .btnn {
    min-width: 184px;
    font-size: 16px;
    line-height: 28px;
    padding: 6px 16px;
  }
  .page-bottom-btn .btnn .iconfont {
    font-size: 22px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1259px) {
  .page-con-top {
    margin-bottom: 16px;
  }
  .boxs-titles {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }
  .page-con-top .przhan {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    max-height: 52px;
    margin-top: 15px;
    margin-bottom: 16px;
  }
  .page-con-top .more .zhankai {
    min-width: 144px;
    line-height: 28px;
    padding: 6px 14px;
    font-size: 16px;
  }
  .page-bottom {
    padding-top: 76px;
  }
  .page-bottom .page-bottom-box {
    border-radius: 10px;
    padding: 26px 15px 36px;
  }
  .page-bottom-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }
  .page-bottom-btn {
    padding-top: 16px;
  }
  .page-bottom-btn .btnn {
    min-width: 170px;
    font-size: 15px;
    line-height: 26px;
    padding: 5px 14px;
  }
  .page-bottom-btn .btnn .iconfont {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-con-top {
    margin-bottom: 16px;
  }
  .boxs-titles {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }
  .page-con-top .przhan {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    max-height: 52px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .page-con-top .more .zhankai {
    min-width: 136px;
    line-height: 26px;
    padding: 6px 14px;
    font-size: 15px;
  }
  .page-bottom {
    padding-top: 62px;
  }
  .page-bottom .page-bottom-box {
    border-radius: 8px;
    padding: 20px 15px 30px;
  }
  .page-bottom-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
  .page-bottom-btn {
    padding-top: 12px;
  }
  .page-bottom-btn .btnn {
    min-width: 156px;
    font-size: 15px;
    line-height: 26px;
    padding: 5px 12px;
  }
  .page-bottom-btn .btnn .iconfont {
    font-size: 18px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 720px) {
  .page-con-top {
    margin-bottom: 16px;
  }
  .boxs-titles {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
  .page-con-top .przhan {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    max-height: 48px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .page-con-top .more .zhankai {
    min-width: 122px;
    line-height: 24px;
    padding: 5px 12px;
    font-size: 14px;
  }
  .page-bottom {
    padding-top: 48px;
  }
  .page-bottom .page-bottom-box {
    border-radius: 8px;
    padding: 16px 15px 24px;
  }
  .page-bottom-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
  .page-bottom-btn {
    padding-top: 10px;
  }
  .page-bottom-btn .btnn {
    min-width: 142px;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 12px;
  }
  .page-bottom-btn .btnn .iconfont {
    font-size: 18px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 560px) {
  .page-con-top {
    margin-bottom: 16px;
  }
  .boxs-titles {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
  .page-con-top .przhan {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    max-height: 48px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .page-con-top .more .zhankai {
    min-width: 120px;
    line-height: 24px;
    padding: 5px 12px;
    font-size: 14px;
  }
  .page-bottom {
    padding-top: 32px;
  }
  .page-bottom .page-bottom-box {
    border-radius: 8px;
    padding: 16px 15px 24px;
  }
  .page-bottom-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
  .page-bottom-btn {
    padding-top: 8px;
  }
  .page-bottom-btn .btnn {
    min-width: 130px;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 12px;
  }
  .page-bottom-btn .btnn .iconfont {
    font-size: 16px;
    margin-right: 6px;
  }
}
.cer-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-left: -16px;
  margin-right: -16px;
}
.cer-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 23px;
}
.cer-list .list-item .list-item-box {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.cer-list .list-item .item-pics {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 80, 156, .3);
  padding-bottom: calc(100% - 2px);
}
.cer-list .list-item:hover .item-pics {
  background: rgba(0, 80, 156, .3);
}
.cer-list .list-item .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cer-list .list-item .item-pics img {
  max-width: 100% !important;
  max-height: 100% !important;
}
.cer-list .list-item .item-backdrop .iconfont {
  font-size: 27px;
  font-size: 2.7rem;
  color: #00509C;
  font-weight: bold;
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .list-item .item-backdrop {
    display: none;
  }
}
.cer-list .list-item .item-body {
  position: relative;
  width: 100%;
  padding-top: 12px;
}
.cer-list .list-item .item-body .item-name {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #666;
  line-height: 33px;
}
.cer-list .list-item:hover .item-body .item-name {
  font-family: Montserrat-Bold;
  color: #333;
}
@media screen and (max-width: 1459px) {
  .cer-list {
    padding-top: 36px;
    padding-bottom: 42px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .cer-list .list-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .cer-list .list-item .item-body {
    padding-top: 10px;
  }
  .cer-list .list-item .item-body .item-name {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1259px) {
  .cer-list {
    padding-top: 32px;
    padding-bottom: 34px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .cer-list .list-item {
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 18px;
  }
  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 21px;
    font-size: 2.1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .cer-list .list-item .item-body {
    padding-top: 10px;
  }
  .cer-list .list-item .item-body .item-name {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .cer-list {
    padding-top: 26px;
    padding-bottom: 28px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .cer-list .list-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 14px;
  }
  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 21px;
    font-size: 2.1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .cer-list .list-item .item-body {
    padding-top: 8px;
  }
  .cer-list .list-item .item-body .item-name {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 680px) {
  .cer-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .cer-list .list-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .cer-list .list-item .item-body {
    padding-top: 6px;
  }
  .cer-list .list-item .item-body .item-name {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 540px) {
  .cer-list {
    padding-top: 14px;
    padding-bottom: 16px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .cer-list .list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 10px;
  }
  .cer-list .list-item .item-body {
    padding-top: 6px;
  }
  .cer-list .list-item .item-body .item-name {
    font-size: 14px;
    line-height: 24px;
  }
}
.about {
  position: relative;
  width: 100%;
  padding-top: 76px;
}
.about-top {
  position: relative;
  width: 100%;
  margin-bottom: 58px;
}
.about-top-name {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  line-height: 50px;
  margin-bottom: 58px;
}
.about-top-text {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.about-top-text img {
  display: inline-block;
  vertical-align: top;
}
.about-top-text a {
  color: #00509C;
}
.about-top-text a:hover {
  color: #333;
}
.contact-top {
  position: relative;
  width: 100%;
  margin-bottom: 84px;
}
.contact-top-name {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  line-height: 50px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.contact-top-text {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-bottom: 12px;
}
.contact-top-text img {
  display: inline-block;
  vertical-align: top;
}
.contact-top-text a {
  color: #00509C;
}
.about-top-text a:hover {
  color: #333;
}
.contact-top-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-top-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  padding: 6px 0;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-right: 10px;
}

.contact-top-list a {
  color: #666;
}
.contact-top-list a:hover {
  color: #00509C;
}
.about-form {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
.about-form .xunbiao {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  line-height: 50px;
  margin-bottom: 42px;
  text-transform: uppercase;
  text-align: center;
}
.about-form-box {
  position: relative;
  width: 100%;
}
.about-form form {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-form .item-input {
  position: relative;
  width: 48.5715%;
  margin-bottom: 30px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #B2B2B2;
}
.about-form .item-input:hover {
  border-color: #00509C;
}
.about-form .item-input1 {
  width: 100%;
  height: 210px;
}
.about-form .item-code {
  position: relative;
  padding-right: 170px;
  margin-bottom: 0;
}
.about-form .attachment {
  width: 100%;
  cursor: pointer;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  padding-left: 0 !important;
}
.about-form .item-input.star {
  padding-left: 20px;
}
.about-form .item-input.star::before {
  position: absolute;
  left: 20px;
  top: 16px;
  content: "*";
  font-size: 20px;
  color: #FF0000;
  line-height: 22px;
  z-index: 22;
}
.about-form .item-input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 8px 20px;
  display: block;
}
.about-form .item-input1 textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  padding: 10px 20px;
  display: block;
}
.attachment .file-group {
  width: 100%;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.attachment .file-group .file-btn {
  width: 100%;
  height: 100%;
  background: rgba(0, 80, 156, .06);
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.5s;
  padding: 0 24px;
  text-align: center;
}
.attachment .file-group .file-single {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
}
.about-form .item-code-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 168px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.about-form .item-code-img .yanzheng {
  text-align: center;
  height: 100%;
  max-height: 48px;
}
.about-form .item-input-btn {
  width: 48.5715%;
  height: 50px;
  position: relative;
}
.about-form .item-input-btn .item-btn {
  max-width: 100%;
  height: 100%;
  width: 100%;
  background: #00509C;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}
.about-form .item-input-btn .item-btn:hover {
  background: rgba(0, 80, 156, .1);
  color: #00509C;
}
.map {
  display: block;
  width: 100%;
  position: relative;
}
.map img {
  display: block;
  width: 100%;
}
.map iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1459px) {
  .about {
    padding-top: 64px;
  }
  .about-top {
    margin-bottom: 50px;
  }
  .about-top-name {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    margin-bottom: 48px;
  }
  .about-top-text {
    font-size: 16px;
    line-height: 28px;
  }
  .contact-top {
    margin-bottom: 72px;
  }
  .contact-top-name {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .contact-top-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .contact-top-list li {
    width: 33.33333%;
    padding: 5px 0;
    font-size: 16px;
    line-height: 28px;
    padding-right: 10px;
  }

  .about-form {
    padding-bottom: 86px;
  }
  .about-form .xunbiao {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    margin-bottom: 36px;
  }
  .about-form .item-input {
    width: 48.5%;
    margin-bottom: 26px;
    height: 46px;
  }
  .about-form .item-input1 {
    width: 100%;
    height: 200px;
  }
  .about-form .item-code {
    padding-right: 164px;
    margin-bottom: 0;
  }
  .about-form .attachment {
    width: 100%
  }
  .about-form .item-input.star {
    padding-left: 14px;
  }
  .about-form .item-input.star::before {
    left: 16px;
    top: 16px;
    font-size: 18px;
    line-height: 22px;
  }
  .about-form .item-input input {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 18px;
  }
  .about-form .item-input1 textarea {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 18px;
  }
  .attachment .file-group {
    width: 100%;
    height: 48px;
  }
  .attachment .file-group .file-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 20px;
  }
  .about-form .item-code-img {
    width: 158px;
  }
  .about-form .item-code-img .yanzheng {
    max-height: 46px;
  }
  .about-form .item-input-btn {
    width: 48.5%;
    height: 48px;
  }
  .about-form .item-input-btn .item-btn {
    font-size: 22px;
  }
}
@media (min-width:992px) and (max-width: 1259px) {
  .about {
    padding-top: 52px;
  }
  .about-top {
    margin-bottom: 40px;
  }
  .about-top-name {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    margin-bottom: 36px;
  }
  .about-top-text {
    font-size: 16px;
    line-height: 28px;
  }
  .contact-top {
    margin-bottom: 60px;
  }
  .contact-top-name {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .contact-top-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .contact-top-list li {
    width: 33.33333%;
    padding: 4px 0;
    font-size: 16px;
    line-height: 26px;
    padding-right: 10px;
  }

  .about-form {
    padding-bottom: 72px;
  }
  .about-form .xunbiao {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .about-form .item-input {
    width: 48%;
    margin-bottom: 22px;
    height: 42px;
  }
  .about-form .item-input1 {
    width: 100%;
    height: 186px;
  }
  .about-form .item-code {
    padding-right: 156px;
    margin-bottom: 0;
  }
  .about-form .attachment {
    width: 100%
  }
  .about-form .item-input.star {
    padding-left: 12px;
  }
  .about-form .item-input.star::before {
    left: 12px;
    top: 14px;
    font-size: 16px;
    line-height: 20px;
  }
  .about-form .item-input input {
    font-size: 15px;
    line-height: 26px;
    padding: 8px 18px;
  }
  .about-form .item-input1 textarea {
    font-size: 15px;
    line-height: 26px;
    padding: 8px 18px;
  }
  .attachment .file-group {
    width: 100%;
    height: 42px;
  }
  .attachment .file-group .file-btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 16px;
  }
  .about-form .item-code-img {
    width: 148px;
  }
  .about-form .item-code-img .yanzheng {
    max-height: 40px;
  }
  .about-form .item-input-btn {
    width: 48%;
    height: 42px;
  }
  .about-form .item-input-btn .item-btn {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about {
    padding-top: 40px;
  }
  .about-top {
    margin-bottom: 30px;
  }
  .about-top-name {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    margin-bottom: 28px;
  }
  .about-top-text {
    font-size: 15px;
    line-height: 26px;
  }
  .contact-top {
    margin-bottom: 48px;
  }
  .contact-top-name {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .contact-top-text {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .contact-top-list li {
    width: 33.33333%;
    padding: 3px 0;
    font-size: 15px;
    line-height: 26px;
    padding-right: 10px;
  }

  .about-form {
    padding-bottom: 60px;
  }
  .about-form .xunbiao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .about-form .item-input {
    width: 48%;
    margin-bottom: 18px;
    height: 42px;
  }
  .about-form .item-input1 {
    width: 100%;
    height: 186px;
  }
  .about-form .item-code {
    padding-right: 156px;
    margin-bottom: 0;
  }
  .about-form .attachment {
    width: 100%
  }
  .about-form .item-input.star {
    padding-left: 12px;
  }
  .about-form .item-input.star::before {
    left: 12px;
    top: 14px;
    font-size: 16px;
    line-height: 20px;
  }
  .about-form .item-input input {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
  }
  .about-form .item-input1 textarea {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
  }
  .attachment .file-group {
    width: 100%;
    height: 42px;
  }
  .attachment .file-group .file-btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 16px;
  }
  .about-form .item-code-img {
    width: 148px;
  }
  .about-form .item-code-img .yanzheng {
    max-height: 40px;
  }
  .about-form .item-input-btn {
    width: 48%;
    height: 42px;
  }
  .about-form .item-input-btn .item-btn {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  .about {
    padding-top: 28px;
  }
  .about-top {
    margin-bottom: 26px;
  }
  .about-top-name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .about-top-text {
    font-size: 15px;
    line-height: 26px;
  }
  .contact-top {
    margin-bottom: 36px;
  }
  .contact-top-name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .contact-top-text {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .contact-top-list li {
    width: 50%;
    padding: 3px 0;
    font-size: 15px;
    line-height: 26px;
    padding-right: 10px;
  }

  .about-form {
    padding-bottom: 48px;
  }
  .about-form .xunbiao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .about-form .item-input {
    width: 100%;
    margin-bottom: 16px;
    height: 42px;
  }
  .about-form .item-input1 {
    width: 100%;
    height: 186px;
  }
  .about-form .item-code {
    padding-right: 156px;
    margin-bottom: 16px;
  }
  .about-form .attachment {
    width: 100%
  }
  .about-form .item-input.star {
    padding-left: 12px;
  }
  .about-form .item-input.star::before {
    left: 12px;
    top: 14px;
    font-size: 16px;
    line-height: 20px;
  }
  .about-form .item-input input {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
  }
  .about-form .item-input1 textarea {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
  }
  .attachment .file-group {
    width: 100%;
    height: 42px;
  }
  .attachment .file-group .file-btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 16px;
  }
  .about-form .item-code-img {
    width: 148px;
  }
  .about-form .item-code-img .yanzheng {
    max-height: 40px;
  }
  .about-form .item-input-btn {
    width: 100%;
    height: 42px;
  }
  .about-form .item-input-btn .item-btn {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .about {
    padding-top: 24px;
  }
  .about-top {
    margin-bottom: 20px;
  }
  .about-top-name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .about-top-text {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-top {
    margin-bottom: 30px;
  }
  .contact-top-name {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .contact-top-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .contact-top-list li {
    width: 100%;
    padding: 13px 0;
    font-size: 14px;
    line-height: 24px;
    padding-right: 10px;
  }

  .about-form {
    padding-bottom: 36px;
  }
  .about-form .xunbiao {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
/**************** product *****************/
.product {
  position: relative;
  width: 100%;
  padding-top: 86px;
  padding-bottom: 100px;
}
.pro-contain {
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}
.pro-contain .pro-main {
  float: right;
  width: 1048px;
  padding-top: 3px;
}
.pro-contain .pro-slide {
  float: left;
  width: 290px;
}
@media (min-width:1260px) and (max-width: 1459px) {
  .product {
    padding-top: 74px;
    padding-bottom: 86px;
  }
  .pro-contain {
    padding-bottom: 78px;
  }
  .pro-contain .pro-main {
    width: 870px;
  }
  .pro-contain .pro-slide {
    width: 290px;
  }
}
@media (min-width:992px) and (max-width: 1259px) {
  .product {
    padding-top: 62px;
    padding-bottom: 72px;
  }
  .pro-contain {
    padding-bottom: 66px;
  }
  .pro-contain .pro-main {
    width: 640px;
  }
  .pro-contain .pro-slide {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .product {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .pro-contain {
    padding-bottom: 54px;
  }
  .pro-contain .pro-main {
    float: none;
    width: 100%;
  }
  .pro-contain .pro-slide {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product {
    padding-top: 38px;
    padding-bottom: 48px;
  }
  .pro-contain {
    padding-bottom: 42px;
  }
  .pro-contain .pro-main {
    float: none;
    width: 100%;
  }
  .pro-contain .pro-slide {
    float: none;
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 560px) {
  .product {
    padding-top: 26px;
    padding-bottom: 36px;
  }
  .pro-contain {
    padding-bottom: 30px;
  }
}
.pro-main-top {
  position: relative;
  width: 100%;
  margin-bottom: 39px;
}
.pro-top-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-top-img {
  position: relative;
  width: 304px;
}
.pro-top-body {
  position: relative;
  width: calc(100% - 354px);
}
.pro-top-img .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
}
.pro-top-img .item-pic a {
  display: block;
  position: relative;
  width: 100%^;
}
.pro-top-img .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.pro-top-body .item-title {
  font-family: Montserrat-Bold;
  position: relative;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.pro-top-body .item-desc {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
  line-height: 30px;
}
.pro-main .page-con-top {
  position: relative;
  margin-bottom: 48px;
}
.pro-main .page-con-top .boxs-titles {
  text-transform: none;
}
.pro-main .page-con-top .przhan {
  line-height: 30px;
  max-height: 90px;
  margin-top: 10px;
  margin-bottom: 23px;
}
.pro-main-tbody {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.pro-main-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-size: 4rem;
  color: #333333;
  line-height: 58px;
  margin-bottom: 24px;
}
.pro-main-box {
  position: relative;
  width: 100%;
}
.pro-main-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.pro-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.pro-list-item .item-box {
  position: relative;
  width: 100%;
  background: #FEFEFE;
  border: 1px solid #DEDEDE;
  padding: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-list-item .item-box:hover {
  background: #00509C;
  color: #fff;
  border-color: #00509C;
}
.pro-list-item .item-box .item-pic {
  position: relative;
  width: 200px;
  text-align: center;
  background: #FFFFFF;
  overflow: hidden;
}
.pro-list-item .item-box .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.pro-list-item .item-box .item-body {
  position: relative;
  width: calc(100% - 220px);
}
.pro-list-item .item-body .item-title {
  font-family: Montserrat-Light;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  line-height: 30px;
}
.pro-list-item .item-box:hover .item-body .item-title, .pro-list-item .item-box:hover .item-body .item-title a {
  color: #fff;
}
.pro-list-item .item-body .item-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
}
.pro-list-item .item-box:hover .item-body .item-desc, .pro-list-item .item-box:hover .item-body .item-desc a {
  color: #C3E2FF;
}
.pro-list-item .item-body .item-btn {
  position: relative;
  padding-top: 14px;
}
.pro-list-item .item-body .item-btn .btnn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 110px;
  padding: 3px 8px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  background: #00509C;
  border-radius: 4px;
}
.pro-list-item .item-box:hover .item-body .item-btn .btnn, .pro-list-item .item-box:hover .item-body .item-btn a {
  color: #00509C;
  background: #fff;
}
.pro-form {
  display: block;
  position: relative;
  width: 100%;
}
.pro-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  transition: 0.5s;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 40px;
}
.pro-list .pro-item {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  transition: 0.5s;
  width: 33.333333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.fenye {
  position: relative;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.fenyen {
  display: inline-block;
  vertical-align: top;
}
.fenyen li {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 48px;
  line-height: 32px;
  padding: 8px;
  background: #F3F3F3;
  border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Montserrat-Light;
  color: #333;
}
.fenyen a.iconfont {
  font-size: 12px;
  font-size: 1.2rem;
}
.fenyen a:hover, .fenyen a.active {
  color: #fff;
  background: #00509C !important;
}
.fenyen a.active {
  cursor: default;
}
.fenyen a:nth-last-of-type(1) {
  margin-right: 0 !important;
}
.fuxuan {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.fuxuan &gt; div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.fuxuan input {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  padding: 8px 20px;
  line-height: 32px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  padding-right: 50px;
  background: url("jian.png") /*tpa=https://www.chukouplus.com/static_template/0944/img/jian.png*/ no-repeat right center;
  background-color: #F3F3F3;
}
.fuxuan input:hover {
  background: url("jian-act.png") /*tpa=https://www.chukouplus.com/static_template/0944/img/jian-act.png*/ no-repeat right center;
  background-color: #00509C;
  color: #fff;
}
.fuxuan &gt; div input {
  margin-bottom: 0 !important;
}
@media (min-width:1260px) and (max-width: 1459px) {
  .pro-main-top {
    margin-bottom: 36px;
  }
  .pro-top-img {
    width: 292px;
  }
  .pro-top-body {
    width: calc(100% - 292px);
  }
  .pro-top-body .item-title {
    font-size: 22px;
    line-height: 34px;
  }
  .pro-top-body .item-desc {
    font-size: 16px;
    margin-top: 12px;
    line-height: 28px;
  }
  .pro-main .page-con-top {
    margin-bottom: 42px;
  }
  .pro-main .page-con-top .przhan {
    line-height: 28px;
    max-height: 84px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .pro-main-tbody {
    padding-bottom: 36px;
  }
  .pro-main-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .pro-main-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .pro-list-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .pro-list-item .item-box {
    padding: 16px;
  }
  .pro-list-item .item-box .item-pic {
    width: 180px;
  }
  .pro-list-item .item-box .item-body {
    width: calc(100% - 200px);
  }
  .pro-list-item .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }
  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .pro-list-item .item-body .item-btn {
    padding-top: 10px;
  }
  .pro-list-item .item-body .item-btn .btnn {
    min-width: 110px;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 28px;
  }
  .pro-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 36px;
  }
  .pro-list .pro-item {
    width: 33.333333333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .fenyen a {
    min-width: 44px;
    line-height: 30px;
    padding: 7px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-right: 8px;
  }
  .fuxuan {
    padding-left: 10px;
  }
  .fuxuan &gt; div {
    margin-bottom: 10px;
  }
  .fuxuan input {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 7px 20px;
    line-height: 30px;
    padding-right: 44px;
  }
}
@media (min-width:992px) and (max-width: 1259px) {
  .pro-main-top {
    margin-bottom: 30px;
  }
  .pro-top-img {
    width: 280px;
  }
  .pro-top-body {
    width: calc(100% - 280px);
  }
  .pro-top-body .item-title {
    font-size: 20px;
    line-height: 32px;
  }
  .pro-top-body .item-desc {
    font-size: 15px;
    margin-top: 10px;
    line-height: 26px;
  }
  .pro-main .page-con-top {
    margin-bottom: 36px;
  }
  .pro-main .page-con-top .przhan {
    line-height: 28px;
    max-height: 84px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .pro-main-tbody {
    padding-bottom: 30px;
  }
  .pro-main-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .pro-main-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .pro-list-item {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .pro-list-item .item-box {
    padding: 12px;
  }
  .pro-list-item .item-box .item-pic {
    width: 180px;
  }
  .pro-list-item .item-box .item-body {
    width: calc(100% - 200px);
  }
  .pro-list-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .pro-list-item .item-body .item-btn {
    padding-top: 8px;
  }
  .pro-list-item .item-body .item-btn .btnn {
    min-width: 100px;
    padding: 2px 6px;
    font-size: 15px;
    line-height: 28px;
  }
  .pro-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 28px;
  }
  .pro-list .pro-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .fenyen a {
    min-width: 40px;
    line-height: 28px;
    padding: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .fuxuan {
    padding-left: 8px;
  }
  .fuxuan &gt; div {
    margin-bottom: 8px;
  }
  .fuxuan input {
    margin-bottom: 8px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 20px;
    line-height: 28px;
    padding-right: 44px;
  }
}
@media (max-width: 991px) {
  .pro-main-top {
    margin-bottom: 24px;
  }
  .pro-top-img {
    width: 280px;
  }
  .pro-top-body {
    width: calc(100% - 280px);
  }
  .pro-top-body .item-title {
    font-size: 20px;
    line-height: 32px;
  }
  .pro-top-body .item-desc {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
  }
  .pro-main .page-con-top {
    margin-bottom: 32px;
  }
  .pro-main .page-con-top .przhan {
    line-height: 26px;
    max-height: 72px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .pro-main-tbody {
    padding-bottom: 30px;
  }
  .pro-main-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .pro-main-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .pro-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .pro-list-item .item-box {
    padding: 12px;
  }
  .pro-list-item .item-box .item-pic {
    width: 150px;
  }
  .pro-list-item .item-box .item-body {
    width: calc(100% - 164px);
  }
  .pro-list-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .pro-list-item .item-body .item-btn {
    padding-top: 8px;
  }
  .pro-list-item .item-body .item-btn .btnn {
    min-width: 100px;
    padding: 2px 6px;
    font-size: 15px;
    line-height: 28px;
  }
  .pro-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-bottom: 28px;
  }
  .pro-list .pro-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .fenyen a {
    min-width: 36px;
    line-height: 26px;
    padding: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .fuxuan {
    padding-left: 8px;
  }
  .fuxuan &gt; div {
    margin-bottom: 8px;
  }
  .fuxuan input {
    margin-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 16px;
    line-height: 26px;
    padding-right: 40px;
  }
}
@media (max-width: 720px) {
  .pro-main-top {
    margin-bottom: 20px;
  }
  .pro-top-img {
    width: 240px;
  }
  .pro-top-body {
    width: calc(100% - 240px);
  }
  .pro-top-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .pro-top-body .item-desc {
    font-size: 14px;
    margin-top: 8px;
    line-height: 22px;
  }
  .pro-main .page-con-top {
    margin-bottom: 24px;
  }
  .pro-main .page-con-top .przhan {
    line-height: 24px;
    max-height: 72px;
    margin-top: 8px;
    margin-bottom: 14px;
  }
  .pro-main-tbody {
    padding-bottom: 24px;
  }
  .pro-main-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    margin-bottom: 18px;
  }
  .pro-main-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .pro-list-item {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .pro-list-item .item-box {
    padding: 12px;
  }
  .pro-list-item .item-box .item-pic {
    width: 180px;
  }
  .pro-list-item .item-box .item-body {
    width: calc(100% - 200px);
  }
  .pro-list-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .pro-list-item .item-body .item-btn {
    padding-top: 8px;
  }
  .pro-list-item .item-body .item-btn .btnn {
    min-width: 100px;
    padding: 2px 6px;
    font-size: 15px;
    line-height: 28px;
  }
  .pro-list {
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 24px;
  }
  .pro-list .pro-item {
    width: 33.33333%;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .fenyen a {
    min-width: 32px;
    line-height: 24px;
    padding: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .fuxuan {
    padding-left: 8px;
  }
  .fuxuan &gt; div {
    margin-bottom: 8px;
  }
  .fuxuan input {
    margin-bottom: 8px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 4px 12px;
    line-height: 24px;
    padding-right: 36px;
  }
}
@media (max-width: 540px) {
  .pro-main-top {
    margin-bottom: 20px;
  }
  .pro-top-img {
    width: 100%;
  }
  .pro-top-body {
    width: 100%;
    margin-top: 16px;
  }
  .pro-top-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .pro-top-body .item-desc {
    font-size: 14px;
    margin-top: 8px;
    line-height: 22px;
  }
  .pro-main .page-con-top {
    margin-bottom: 24px;
  }
  .pro-main .page-con-top .przhan {
    line-height: 24px;
    max-height: 72px;
    margin-top: 6px;
    margin-bottom: 14px;
  }
  .pro-main-tbody {
    padding-bottom: 20px;
  }
  .pro-main-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .pro-main-list {
    margin-left: -6px;
    margin-right: -6px;
  }
  .pro-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .pro-list-item .item-box {
    padding: 12px;
  }
  .pro-list-item .item-box .item-pic {
    width: 100%;
  }
  .pro-list-item .item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }
  .pro-list-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .pro-list-item .item-body .item-btn {
    padding-top: 8px;
  }
  .pro-list-item .item-body .item-btn .btnn {
    min-width: 100px;
    padding: 2px 6px;
    font-size: 15px;
    line-height: 28px;
  }
  .pro-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-bottom: 20px;
  }
  .pro-list .pro-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .fenyen a {
    min-width: 28px;
    line-height: 22px;
    padding: 3px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .fuxuan {
    padding-left: 8px;
  }
  .fuxuan &gt; div {
    margin-bottom: 8px;
  }
  .fuxuan input {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 3px 10px;
    line-height: 22px;
    padding-right: 30px;
  }
}
.j-nextshow {
  position: relative;
}
.proslide_menubtn {
  display: none;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}
.proslide_menubtn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #00509C;
}
@media screen and (max-width: 991px) {
  .proslide_menubtn {
    display: block;
  }
}
.pro-slide-box {
  position: relative;
  width: 100%;
  margin-bottom: 51px;
}
.pro-slide-title {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-size: 4rem;
  color: #333333;
  line-height: 52px;
  padding-bottom: 30px;
}
.pro-slide-title2 {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 26px;
  color: #333333;
  line-height: 32px;
}
.pryiji {
  position: relative;
  width: 100%;
  background: #F3F3F3;
}
.pryiji &gt; li {
  position: relative;
  transition: 0.5s;
}
.pryiji &gt; li &gt; a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 30px;
  padding: 15px 20px;
  padding-right: 40px;
  border-bottom: 1px solid #E4E4E4;
}
.pryiji &gt; li &gt; .iconfont {
  position: absolute;
  z-index: 8;
  right: 20px;
  width: 12px;
  top: 16px;
  font-size: 12px;
  line-height: 28px;
  transition: 0.5s;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}
.pryiji &gt; li &gt; a .iconfont {
  position: absolute;
  z-index: 8;
  right: 20px;
  width: 12px;
  top: 16px;
  font-size: 12px;
  line-height: 28px;
  transition: 0.5s;
  color: #333;
  font-weight: bold;
}
.pryiji &gt; li:hover &gt; .iconfont::before, .pryiji &gt; li:hover &gt; a .iconfont::before {
  content: "\e600";
  color: #fff
}
.pryiji &gt; li:hover &gt; a {
  background: #00509C;
  color: #fff
}
.prerji {
  position: relative;
  width: 100%;
}
.prerji &gt; li {
  position: relative;
  transition: 0.5s;
}
.prerji &gt; li &gt; a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 30px;
  padding: 15px 30px;
  padding-right: 40px;
  border-bottom: 1px solid #E4E4E4;
}
.prerji &gt; li &gt; .iconfont {
  position: absolute;
  z-index: 8;
  right: 20px;
  width: 12px;
  top: 16px;
  font-size: 12px;
  line-height: 28px;
  transition: 0.5s;
  color: #666;
  cursor: pointer;
  font-weight: bold;
}
.prerji &gt; li &gt; a .iconfont {
  position: absolute;
  z-index: 8;
  right: 20px;
  width: 12px;
  top: 16px;
  font-size: 12px;
  line-height: 28px;
  transition: 0.5s;
  color: #666;
  cursor: pointer;
  font-weight: bold;
}
.prerji &gt; li &gt; a:hover {
  color: #00509C;
}
.prerji &gt; li:hover .iconfont, .prerji &gt; li:hover &gt; a .iconfont {
  color: #00509C !important;
}
.prsanji {
  position: relative;
  width: 100%;
}
.prsanji &gt; li {
  position: relative;
  transition: 0.5s;
}
.prsanji &gt; li &gt; a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
  line-height: 30px;
  padding: 10px;
  padding-left: 40px;
  border-bottom: 1px solid #E4E4E4;
}
.prsanji &gt; li &gt; a:hover {
  color: #00509C;
}
.dangpryi &gt; a {
  background: #00509C !important;
  color: #fff !important;
}
.dangpryi &gt; .iconfont::before, .dangpryi &gt; a .iconfont::before {
  content: "\e600" !important;
  color: #fff !important
}
.dangprer &gt; a {
  color: #00509C !important;
}
.dangprer .iconfont, .dangprer &gt; a .iconfont {
  color: #00509C !important;
}
.dangprer &gt; .iconfont::before, .dangprer &gt; a .iconfont::before {
  content: "\e600" !important;
}
.attribute {
  position: relative;
  width: 100%;
  margin-bottom: 44px;
}
.attribute .box {
  margin-top: 10px;
}
.attribute .name span {
  display: inline-block;
  color: #333;
  transition: 0.5s;
}
.attribute .name {
  position: relative;
  width: 100%;
  padding: 8px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
  transition: 0.5s;
}
.attribute .name i {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.attribute .name i:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #333;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -1px;
}
.attribute .name i:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #333;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -1px;
  transform: rotate(90deg);
  transition: 0.5s;
}
/* .attribute .name.active span{color: #1B3884;} */
.attribute .name.active i:after {
  transform: rotate(180deg);
  background: #333;
}
.attribute .item-box {
  width: 100%;
  box-sizing: border-box;
  display: none;
  margin-bottom: 10px;
}
.attribute .item-box .list {
  max-height: 180px;
  overflow-y: auto;
  cursor: pointer;
}
.attribute .item-box label {
  display: inline-block;
  cursor: pointer;
}
.attribute .item-box .list &gt; div {
  color: #333;
  display: block;
  vertical-align: top;
  margin-bottom: 8px;
  position: relative;
}
.attribute .item-box p input {}
.attribute .item-box div span {
  overflow-y: hidden;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}
.attribute .check-box-div {
  display: inline-block;
  vertical-align: middle;
}
.attribute .check-box-div .icon {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.attribute .check-box-div input {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2px;
}
.attribute .item-box.active {
  display: block
}
.prtags {
  position: relative;
  width: 100%;
}
.tags-list {
  position: relative;
  padding-top: 30px;
  max-height: 450px;
  overflow: auto;
  font-size: 0;
  letter-spacing: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.tags-list a {
  display: inline-block;
  vertical-align: top;
  min-width: 90px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  padding: 10px 20px;
  margin: 0 5px 10px;
  color: #666;
  background: #EFEFEF;
  border-radius: 5px;
  text-align: center;
}
.tags-list a:hover {
  color: #fff;
  background: #00509C;
}
.tag {
  position: relative;
  width: 100%;
}
.tag-list {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 0;
  letter-spacing: 0;
}
.tag-list a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #666;
  background: #EFEFEF;
  border-radius: 5px;
  padding: 10px 20px;
}
.tag-list a:hover {
  background: #00509C;
  color: #fff;
}
.tag .prtag {
  position: relative;
  max-height: 180px;
  overflow: hidden;
}
.tag .prtagh {
  max-height: none !important;
}
.tag .mores .zhankais {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  min-width: 160px;
  padding: 8px 20px;
  line-height: 30px;
  font-size: 18px;
  background: #00509C;
  color: #fff;
  border: 1px solid #00509C;
}
.tag .mores .zhankais:hover {
  background: #fff;
  color: #00509C;
}
@media (min-width:1260px) and (max-width: 1459px) {
  .pro-slide-box {
    margin-bottom: 44px;
  }
  .pro-slide-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
    padding-bottom: 28px;
  }
  .pro-slide-title2 {
    font-size: 24px;
    line-height: 30px;
  }
  .pryiji &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 12px 16px;
    padding-right: 36px;
  }
  .pryiji &gt; li &gt; .iconfont {
    right: 16px;
    top: 13px;
    line-height: 28px;
  }
  .pryiji &gt; li &gt; a .iconfont {
    right: 16px;
    top: 13px;
    line-height: 28px;
  }
  .prerji &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 12px 28px;
    padding-right: 36px;
  }
  .prerji &gt; li &gt; .iconfont {
    right: 16px;
    top: 13px;
    line-height: 28px;
  }
  .prerji &gt; li &gt; a .iconfont {
    right: 16px;
    top: 13px;
    line-height: 28px;
  }
  .prsanji &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 8px;
    padding-left: 32px;
  }
  .attribute {
    margin-bottom: 36px;
  }
  .attribute .box {
    margin-top: 10px;
  }
  .attribute .name {
    padding: 6px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .attribute .item-box {
    margin-bottom: 10px;
  }
  .attribute .item-box div span {
    max-height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .attribute .check-box-div .icon {
    font-size: 14px;
  }
  .attribute .check-box-div input {
    width: 16px;
    height: 16px;
  }
  .tags-list {
    padding-top: 28px;
  }
  .tags-list a {
    min-width: 90px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 8px 18px;
    margin: 0 5px 10px;
  }
  .tag-list {
    margin-top: 28px;
    margin-bottom: 10px;
  }
  .tag-list a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-right: 16px;
    margin-bottom: 10px;
    padding: 7px 18px;
  }
  .tag .prtag {
    max-height: 162px;
  }
  .tag .mores .zhankais {
    min-width: 160px;
    padding: 8px 18px;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width:992px) and (max-width: 1259px) {
  .pro-slide-box {
    margin-bottom: 36px;
  }
  .pro-slide-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 42px;
    padding-bottom: 28px;
  }
  .pro-slide-title2 {
    font-size: 22px;
    line-height: 28px;
  }
  .pryiji &gt; li &gt; a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    padding: 10px 12px;
    padding-right: 36px;
  }
  .pryiji &gt; li &gt; .iconfont {
    right: 15px;
    top: 11px;
    line-height: 28px;
  }
  .pryiji &gt; li &gt; a .iconfont {
    right: 15px;
    top: 11px;
    line-height: 28px;
  }
  .prerji &gt; li &gt; a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    padding: 10px 24px;
    padding-right: 36px;
  }
  .prerji &gt; li &gt; .iconfont {
    right: 15px;
    top: 11px;
    line-height: 28px;
  }
  .prerji &gt; li &gt; a .iconfont {
    right: 15px;
    top: 11px;
    line-height: 28px;
  }
  .prsanji &gt; li &gt; a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    padding: 8px;
    padding-left: 32px;
  }
  .attribute {
    margin-bottom: 36px;
  }
  .attribute .box {
    margin-top: 10px;
  }
  .attribute .name {
    padding: 6px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .attribute .item-box {
    margin-bottom: 10px;
  }
  .attribute .item-box div span {
    max-height: 28px;
    line-height: 28px;
    font-size: 15px;
    font-size: 1.6rem;
  }
  .attribute .check-box-div .icon {
    font-size: 14px;
  }
  .attribute .check-box-div input {
    width: 16px;
    height: 16px;
  }
  .tags-list {
    padding-top: 24px;
  }
  .tags-list a {
    min-width: 90px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 6px 16px;
    margin: 0 5px 10px;
  }
  .tag-list {
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .tag-list a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 6px 16px;
  }
  .tag .prtag {
    max-height: 150px;
  }
  .tag .mores .zhankais {
    min-width: 160px;
    padding: 6px 16px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .pryiji {
    display: none;
    margin-bottom: 0;
  }
  .pro-slide-box {
    margin-bottom: 28px;
  }
  .pro-slide-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .pro-slide-title2 {
    font-size: 20px;
    line-height: 28px;
  }
  .pryiji &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 10px 12px;
    padding-right: 36px;
  }
  .pryiji &gt; li &gt; .iconfont {
    right: 16px;
    top: 10px;
    line-height: 28px;
  }
  .pryiji &gt; li &gt; a .iconfont {
    right: 16px;
    top: 10px;
    line-height: 28px;
  }
  .prerji &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 10px 24px;
    padding-right: 36px;
  }
  .prerji &gt; li &gt; .iconfont {
    right: 16px;
    top: 10px;
    line-height: 28px;
  }
  .prerji &gt; li &gt; a .iconfont {
    right: 16px;
    top: 10px;
    line-height: 28px;
  }
  .prsanji &gt; li &gt; a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 8px;
    padding-left: 32px;
  }
  .attribute {
    margin-bottom: 36px;
  }
  .attribute .box {
    margin-top: 10px;
  }
  .attribute .name {
    padding: 6px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .attribute .item-box {
    margin-bottom: 10px;
  }
  .attribute .item-box div span {
    max-height: 28px;
    line-height: 28px;
    font-size: 15px;
    font-size: 1.6rem;
  }
  .attribute .check-box-div .icon {
    font-size: 14px;
  }
  .attribute .check-box-div input {
    width: 16px;
    height: 16px;
  }
  .tags-list {
    padding-top: 24px;
  }
  .tags-list a {
    min-width: 90px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 6px 18px;
    margin: 0 5px 10px;
  }
  .tag-list {
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .tag-list a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 6px 16px;
  }
  .tag .prtag {
    max-height: 150px;
  }
  .tag .mores .zhankais {
    min-width: 160px;
    padding: 6px 16px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pryiji {
    display: none;
    margin-bottom: 0;
  }
  .pro-slide-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    padding-bottom: 18px;
  }
  .pro-slide-title2 {
    font-size: 18px;
    line-height: 28px;
  }
  .pryiji &gt; li &gt; a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    padding: 10px 12px;
    padding-right: 36px;
  }
  .pryiji &gt; li &gt; .iconfont {
    right: 15px;
    top: 11px;
    line-height: 28px;
  }
  .pryiji &gt; li &gt; a .iconfont {
    right: 15px;
    top: 11px;
    line-height: 28px;
  }
  .prerji &gt; li &gt; a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    padding: 10px 24px;
    padding-right: 36px;
  }
  .prerji &gt; li &gt; .iconfont {
    right: 15px;
    top: 11px;
    line-height: 28px;
  }
  .prerji &gt; li &gt; a .iconfont {
    right: 15px;
    top: 11px;
    line-height: 28px;
  }
  .prsanji &gt; li &gt; a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    padding: 8px;
    padding-left: 32px;
  }
  .attribute {
    margin-bottom: 28px;
  }
  .attribute .box {
    margin-top: 10px;
  }
  .attribute .name {
    padding: 6px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .attribute .item-box {
    margin-bottom: 10px;
  }
  .attribute .item-box div span {
    max-height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .attribute .check-box-div .icon {
    font-size: 14px;
  }
  .attribute .check-box-div input {
    width: 16px;
    height: 16px;
  }
  .tags-list {
    padding-top: 24px;
  }
  .tags-list a {
    min-width: 80px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 5px 12px;
    margin: 0 5px 10px;
  }
  .tag-list {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .tag-list a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 5px 12px;
  }
  .tag .prtag {
    max-height: 132px;
  }
  .tag .mores .zhankais {
    min-width: 148px;
    padding: 6px 16px;
    line-height: 26px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.related-box {
  position: relative;
  width: 100%;
}
.related-box .pro-related {
  background: #F3F3F3;
  padding-top: 88px;
}
.related-box .news-related {
  background: #F3F3F3;
  padding-top: 88px;
  padding-bottom: 100px;
}
.pro-related {
  position: relative;
  width: 100%;
}
.news-related {
  position: relative;
  width: 100%;
}
.app-related {
  position: relative;
  width: 100%;
  padding-top: 88px;
}
.faq-related {
  position: relative;
  width: 100%;
  padding-top: 88px;
}
.related-title {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-size: 4.8rem;
  color: #333;
  line-height: 60px;
  text-transform: uppercase;
}
.related-title a {
  color: #333;
  display: inline-block;
}
.related-title a:hover {
  color: #00509C;
}
.related-swiper {
  position: relative;
  width: 100%;
}
.pro-related .related-swiper {
  padding-top: 38px;
}
.news-related .related-swiper {
  padding-top: 28px;
}
.app-related .related-swiper {
  padding-top: 48px;
}
.faq-related .related-swiper {
  padding-top: 20px;
}
.related-swiper .swiper-button {
  top: 0;
  transform: translateY(-100%);
  margin-top: -15px;
  width: 54px;
  font-size: 32px;
  line-height: 30px;
  height: 30px;
  color: #999;
}
.related-swiper .swiper-button:hover {
  color: #00509C;
}
.related-swiper .swiper-button-prev {
  text-align: left;
  right: 54px;
  left: auto;
}
.related-swiper .swiper-button-next {
  text-align: right;
  right: 0;
}

.app-related .related-swiper::before {
  display: none;
}
.app-related-button {
  position: relative;
  width: 100%;
}
.app-related-button .swiper-button {
  top: 0;
  transform: translateY(-100%);
  margin-top: -15px;
  width: 54px;
  font-size: 32px;
  line-height: 30px;
  height: 30px;
  color: #999;
}
.app-related-button .swiper-button:hover {
  color: #00509C;
}
.app-related-button .swiper-button-prev {
  text-align: left;
  right: 54px;
  left: auto;
}
.app-related-button .swiper-button-next {
  text-align: right;
  right: 0;
}
.app-related-button::before {
  position: absolute;
  content: "";
  top: 0;
  transform: translateY(-100%);
  margin-top: -15px;
  right: 54px;
  width: 1px;
  height: 30px;
  background: #838383;
}
.related-swiper .swiper-related {
  position: relative;
  width: 100%;
}
.related-swiper .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
.news-related .related-swiper .swiper-slide {
  position: relative;
  padding: 22px 0;
}
.news-related .related-swiper .swiper-slide-active {
  position: relative;
  padding: 0;
}
.news-related .related-swiper .swiper-slide-active .sec4-list-item .item-pic {
  width: auto;
  margin-left: -22px;
  margin-right: -22px;
}
.news-related .related-swiper .swiper-slide-active .sec4-list-item .item-body .item-title, .news-related-000 .related-swiper .swiper-slide-active .sec4-list-item .item-body .item-title a {
  color: #00509C;
}
.news-related .related-swiper .swiper-slide-active .sec4-list-item .item-body .item-desc {
  display: block;
}
.related-faq {
  position: relative;
  width: 100%;
}
.related-faq .faq-list {
  padding: 0;
  margin: 0;
}
.swiper-related-app {
  position: relative;
  width: 100%;
  padding: 0 calc((100% - 1400px) / 2);
}
.app-item {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.app-item .item-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.app-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.app-item .item-box .item-pic img {
  position: relative;
  display: block;
  width: 100%;
}
.app-item .item-box .item-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 22px 45px;
  transition: all .5s;
}
.app-item .item-box:hover .item-body {
  top: auto;
  bottom: 0;
}
.app-item .item-body .item-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Bold;
  font-size: 22px;
  color: #fff;
  line-height: 33px;
}
.app-item .item-body .item-title a {
  color: #fff;
}
.app-item .item-body .item-title a:hover {
  color: #ededed;
}
.app-item .item-body .item-desc {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 31px;
  margin-top: 12px;
}
.app-item .item-body .item-desc a {
  color: #fff;
}
.app-item .item-body .item-desc a:hover {
  color: #ededed;
}
.app-item .item-body .item-btn {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}
.app-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 62px;
  line-height: 58px;
  font-size: 19px;
  color: #fff;
  border: 2px solid #00509C;
  background: #00509C;
  border-radius: 50%;
  text-align: center;
  z-index: 22;
}
.app-item .item-body .item-btn .btnn .iconfont {
  font-size: 18px;
}
.app-item .item-body .item-btn a.btnn:hover {
  background: #fff;
  color: #00509C;
}
.pro-slide-item {
  position: relative;
  width: 100%;
}
.pro-slide-item .item-box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-slide-item .item-box:hover {
  background: #00509C;
  color: #fff;
}
.pro-slide-item .item-box .item-pic {
  position: relative;
  width: 269px;
  text-align: center;
  background: #FFFFFF;
  overflow: hidden;
}
.pro-slide-item .item-box .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.pro-slide-item .item-box .item-body {
  position: relative;
  width: calc(100% - 296px);
}
.pro-slide-item .item-body .item-title {
  font-family: Montserrat-Light;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333333;
  line-height: 40px;
}
.pro-slide-item .item-box:hover .item-body .item-title, .pro-slide-item .item-box:hover .item-body .item-title a {
  color: #fff;
}
.pro-slide-item .item-body .item-desc {
  font-size: 19px;
  color: #666666;
  line-height: 32px;
  margin-top: 12px;
}
.pro-slide-item .item-box:hover .item-body .item-desc, .pro-slide-item .item-box:hover .item-body .item-desc a {
  color: #C3E2FF;
}
.pro-slide-item .item-body .item-btn {
  position: relative;
  padding-top: 18px;
}
.pro-slide-item .item-body .item-btn .btnn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 148px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: #00509C;
  border-radius: 4px;
}
.pro-slide-item .item-box:hover .item-body .item-btn .btnn, .pro-slide-item .item-box:hover .item-body .item-btn a {
  color: #00509C;
  background: #fff;
}
@media (min-width:1260px) and (max-width: 1459px) {
  .related-box .pro-related {
    padding-top: 76px;
  }
  .related-box .news-related {
    padding-top: 76px;
    padding-bottom: 86px;
  }
  .app-related {
    padding-top: 76px;
  }
  .faq-related {
    padding-top: 76px;
  }
  .related-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 54px;
  }
  .pro-related .related-swiper {
    padding-top: 32px;
  }
  .news-related .related-swiper {
    padding-top: 24px;
  }
  .app-related .related-swiper {
    padding-top: 42px;
  }
  .faq-related .related-swiper {
    padding-top: 20px;
  }
  .related-swiper .swiper-button {
    margin-top: -13px;
    width: 50px;
    font-size: 28px;
    line-height: 28px;
    height: 28px;
  }
  .related-swiper .swiper-button-prev {
    right: 50px;
    left: auto;
  }
  .related-swiper .swiper-button-next {
    right: 0;
  }
  .related-swiper::before {
    margin-top: -13px;
    right: 50px;
    height: 28px;
  }
  .app-related-button .swiper-button {
    margin-top: -13px;
    width: 50px;
    font-size: 28px;
    line-height: 28px;
    height: 28px;
  }
  .app-related-button .swiper-button-prev {
    right: 50px;
    left: auto;
  }
  .app-related-button .swiper-button-next {
    right: 0;
  }
  .app-related-button::before {
    margin-top: -13px;
    right: 50px;
    height: 28px;
  }
  .news-related .related-swiper .swiper-slide {
    padding: 18px 0;
  }
  .news-related .related-swiper .swiper-slide-active {
    padding: 0;
  }
  .news-related .related-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: -15px;
    margin-right: -15px;
  }
  .swiper-related-app {
    padding: 0 calc((100% - 1200px) / 2);
  }
  .app-item .item-box .item-body {
    padding: 20px 32px;
  }
  .app-item .item-body .item-title {
    font-size: 20px;
    line-height: 30px;
  }
  .app-item .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  .app-item .item-body .item-btn {
    margin-bottom: 28px;
  }
  .app-item .item-body .item-btn .btnn {
    width: 56px;
    height: 56px;
    line-height: 52px;
    font-size: 18px;
  }
  .app-item .item-body .item-btn .btnn .iconfont {
    font-size: 18px;
  }
  .pro-slide-item .item-box {
    padding: 22px;
  }
  .pro-slide-item .item-box .item-pic {
    width: 240px;
  }
  .pro-slide-item .item-box .item-body {
    width: calc(100% - 254px);
  }
  .pro-slide-item .item-body .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 36px;
  }
  .pro-slide-item .item-body .item-desc {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
  }
  .pro-slide-item .item-body .item-btn {
    padding-top: 16px;
  }
  .pro-slide-item .item-body .item-btn .btnn {
    min-width: 140px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width:992px) and (max-width: 1259px) {
  .related-box .pro-related {
    padding-top: 64px;
  }
  .related-box .news-related {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .app-related {
    padding-top: 64px;
  }
  .faq-related {
    padding-top: 64px;
  }
  .related-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }
  .pro-related .related-swiper {
    padding-top: 28px;
  }
  .news-related .related-swiper {
    padding-top: 24px;
  }
  .app-related .related-swiper {
    padding-top: 36px;
  }
  .faq-related .related-swiper {
    padding-top: 18px;
  }
  .related-swiper .swiper-button {
    margin-top: -11px;
    width: 46px;
    font-size: 26px;
    line-height: 26px;
    height: 26px;
  }
  .related-swiper .swiper-button-prev {
    right: 46px;
    left: auto;
  }
  .related-swiper .swiper-button-next {
    right: 0;
  }
  .related-swiper::before {
    margin-top: -11px;
    right: 46px;
    height: 26px;
  }
  .app-related-button .swiper-button {
    margin-top: -11px;
    width: 46px;
    font-size: 26px;
    line-height: 26px;
    height: 26px;
  }
  .app-related-button .swiper-button-prev {
    right: 46px;
    left: auto;
  }
  .app-related-button .swiper-button-next {
    right: 0;
  }
  .app-related-button::before {
    margin-top: -11px;
    right: 46px;
    height: 26px;
  }
  .news-related .related-swiper .swiper-slide {
    padding: 0;
  }
  .news-related .related-swiper .swiper-slide-active {
    padding: 0;
  }
  .news-related .related-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: 0px;
    margin-right: 0px;
  }
  .swiper-related-app {
    padding: 0 calc((100% - 950px) / 2);
  }
  .app-item .item-box .item-body {
    padding: 18px 24px;
  }
  .app-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .app-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
  }
  .app-item .item-body .item-btn {
    margin-bottom: 24px;
  }
  .app-item .item-body .item-btn .btnn {
    width: 52px;
    height: 52px;
    line-height: 48px;
    font-size: 16px;
  }
  .app-item .item-body .item-btn .btnn .iconfont {
    font-size: 16px;
  }
  .pro-slide-item .item-box {
    padding: 18px;
  }
  .pro-slide-item .item-box .item-pic {
    width: 220px;
  }
  .pro-slide-item .item-box .item-body {
    width: calc(100% - 232px);
  }
  .pro-slide-item .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
  .pro-slide-item .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
  }
  .pro-slide-item .item-body .item-btn {
    padding-top: 14px;
  }
  .pro-slide-item .item-body .item-btn .btnn {
    min-width: 132px;
    padding: 5px 8px;
    font-size: 15px;
    line-height: 26px;
  }
}
@media(max-width: 991px) {
  .related-box .pro-related {
    padding-top: 50px;
  }
  .related-box .news-related {
    padding-top: 50px;
    padding-bottom: 58px;
  }
  .app-related {
    padding-top: 50px;
  }
  .faq-related {
    padding-top: 50px;
  }
  .related-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 42px;
  }
  .pro-related .related-swiper {
    padding-top: 24px;
  }
  .news-related .related-swiper {
    padding-top: 20px;
  }
  .app-related .related-swiper {
    padding-top: 30px;
  }
  .faq-related .related-swiper {
    padding-top: 18px;
  }
  .related-swiper .swiper-button {
    margin-top: -10px;
    width: 42px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
  .related-swiper .swiper-button-prev {
    right: 42px;
    left: auto;
  }
  .related-swiper .swiper-button-next {
    right: 0;
  }
  .related-swiper::before {
    margin-top: -10px;
    right: 42px;
    height: 24px;
  }
  .app-related-button .swiper-button {
    margin-top: -10px;
    width: 42px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
  .app-related-button .swiper-button-prev {
    right: 42px;
    left: auto;
  }
  .app-related-button .swiper-button-next {
    right: 0;
  }
  .app-related-button::before {
    margin-top: -10px;
    right: 42px;
    height: 24px;
  }
  .news-related .related-swiper .swiper-slide {
    padding: 0;
  }
  .news-related .related-swiper .swiper-slide-active {
    padding: 0;
  }
  .news-related .related-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: 0px;
    margin-right: 0px;
  }
  .swiper-related-app {
    padding: 0 calc((100% - 720px) / 2);
  }
  .app-item .item-box .item-body {
    padding: 15px 18px;
  }
  .app-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .app-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .app-item .item-body .item-btn {
    margin-bottom: 18px;
  }
  .app-item .item-body .item-btn .btnn {
    width: 46px;
    height: 46px;
    line-height: 42px;
    font-size: 16px;
  }
  .app-item .item-body .item-btn .btnn .iconfont {
    font-size: 16px;
  }
  .pro-slide-item .item-box {
    padding: 16px;
  }
  .pro-slide-item .item-box .item-pic {
    width: 100%;
  }
  .pro-slide-item .item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }
  .pro-slide-item .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
  .pro-slide-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }
  .pro-slide-item .item-body .item-btn {
    padding-top: 12px;
  }
  .pro-slide-item .item-body .item-btn .btnn {
    min-width: 132px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media(max-width: 720px) {
  .related-box .pro-related {
    padding-top: 36px;
  }
  .related-box .news-related {
    padding-top: 36px;
    padding-bottom: 44px;
  }
  .app-related {
    padding-top: 36px;
  }
  .faq-related {
    padding-top: 36px;
  }
  .related-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
  .pro-related .related-swiper {
    padding-top: 24px;
  }
  .news-related .related-swiper {
    padding-top: 20px;
  }
  .app-related .related-swiper {
    padding: 0 15px;
  }
  .app-related .related-swiper {
    padding-top: 28px;
  }
  .faq-related .related-swiper {
    padding-top: 18px;
  }
  .related-swiper .swiper-button {
    margin-top: -6px;
    width: 36px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
  .related-swiper .swiper-button-prev {
    right: 36px;
    left: auto;
  }
  .related-swiper .swiper-button-next {
    right: 0;
  }
  .related-swiper::before {
    margin-top: -6px;
    right: 36px;
    height: 24px;
  }
  .app-related-button .swiper-button {
    margin-top: -6px;
    width: 36px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
  .app-related-button .swiper-button-prev {
    right: 36px;
    left: auto;
  }
  .app-related-button .swiper-button-next {
    right: 0;
  }
  .app-related-button::before {
    margin-top: -6px;
    right: 36px;
    height: 24px;
  }
  .news-related .related-swiper .swiper-slide {
    padding: 0;
  }
  .news-related .related-swiper .swiper-slide-active {
    padding: 0;
  }
  .news-related .related-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: 0px;
    margin-right: 0px;
  }
  .swiper-related-app {
    padding: 0;
    width: 100%;
  }
  .app-item .item-box .item-body {
    padding: 15px 18px;
    position: relative;
    background: #000;
  }
  .app-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .app-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .app-item .item-body .item-btn {
    margin-bottom: 18px;
  }
  .app-item .item-body .item-btn .btnn {
    width: 46px;
    height: 46px;
    line-height: 42px;
    font-size: 16px;
  }
  .app-item .item-body .item-btn .btnn .iconfont {
    font-size: 16px;
  }
  .pro-slide-item .item-box {
    padding: 16px;
  }
  .pro-slide-item .item-box .item-pic {
    width: 100%;
  }
  .pro-slide-item .item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }
  .pro-slide-item .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
  .pro-slide-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }
  .pro-slide-item .item-body .item-btn {
    padding-top: 12px;
  }
  .pro-slide-item .item-body .item-btn .btnn {
    min-width: 132px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media(max-width: 560px) {
  .related-box .pro-related {
    padding-top: 24px;
  }
  .related-box .news-related {
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .app-related {
    padding-top: 24px;
  }
  .faq-related {
    padding-top: 24px;
  }
  .related-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
  .pro-related .related-swiper {
    padding-top: 24px;
  }
  .news-related .related-swiper {
    padding-top: 20px;
  }
  .app-related .related-swiper {
    padding: 0 15px;
  }
  .app-related .related-swiper {
    padding-top: 28px;
  }
  .faq-related .related-swiper {
    padding-top: 18px;
  }
  .related-swiper .swiper-button {
    margin-top: -6px;
    width: 36px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
  .related-swiper .swiper-button-prev {
    right: 36px;
    left: auto;
  }
  .related-swiper .swiper-button-next {
    right: 0;
  }
  .related-swiper::before {
    margin-top: -6px;
    right: 36px;
    height: 24px;
  }
  .app-related-button .swiper-button {
    margin-top: -6px;
    width: 36px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }
  .app-related-button .swiper-button-prev {
    right: 36px;
    left: auto;
  }
  .app-related-button .swiper-button-next {
    right: 0;
  }
  .app-related-button::before {
    margin-top: -6px;
    right: 36px;
    height: 24px;
  }
  .news-related .related-swiper .swiper-slide {
    padding: 0;
  }
  .news-related .related-swiper .swiper-slide-active {
    padding: 0;
  }
  .news-related .related-swiper .swiper-slide-active .sec4-list-item .item-pic {
    margin-left: 0px;
    margin-right: 0px;
  }
  .swiper-related-app {
    padding: 0;
    width: 100%;
  }
  .app-item .item-box .item-body {
    padding: 12px 15px;
    position: relative;
    background: #000;
  }
  .app-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }
  .app-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .app-item .item-body .item-btn {
    margin-bottom: 14px;
  }
  .app-item .item-body .item-btn .btnn {
    width: 42px;
    height: 42px;
    line-height: 38px;
    font-size: 16px;
  }
  .app-item .item-body .item-btn .btnn .iconfont {
    font-size: 16px;
  }
  .pro-slide-item .item-box {
    padding: 16px;
  }
  .pro-slide-item .item-box .item-pic {
    width: 100%;
  }
  .pro-slide-item .item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }
  .pro-slide-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .pro-slide-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .pro-slide-item .item-body .item-btn {
    padding-top: 12px;
  }
  .pro-slide-item .item-body .item-btn .btnn {
    min-width: 128px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 24px;
  }
}
.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}
.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}
.page-prodetail {
  position: relative;
  width: 100%;

}
.prodetail-contain {
  position: relative;
  width: 100%;
  padding-bottom: 88px;
}
.m-prob {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-propic {
  margin: 0 auto;
  width: 620px;
}
.m-propic .pic-big {
  width: 500px;
  position: relative;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  z-index: 9
}
.m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.m-propic .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99
}
.m-propic .pic-small {
  position: relative;
  float: left;
  width: 100px;
  padding-top: 26px;
  padding-bottom: 26px;
  overflow: hidden;
  z-index: 1
}
.m-propic .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: block;
  width: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  cursor: pointer;
  border-radius: 3px;
  z-index: 9
}
.m-propic .pic-btn.prev {
  top: 0px;
}
.m-propic .pic-btn.next {
  bottom: 0px;
}
.m-propic .pic-btn:hover {
  color: #00509C;
}
.m-propic .pic-list {
  width: 100%;
  height: 448px;
  overflow: hidden;
}
.m-propic .pic-list ul {
  height: 50000px;
}
.m-propic .list-item {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  display: block;
}
.m-propic .item-pics, .m-propic .pic-list .item-video {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  position: relative;
}
.m-propic .item-pics img, .m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.m-propic .item-pics:hover {}
.m-propic .item-pics.zoomThumbActive {
  border: 1px solid #00509C;
}
.m-propic .item-pics.zoomThumbActive:before, .m-propic .item-video.active:before {
  left: -8px;
}
.m-propic2 {
  display: none;
}
.m-propic .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.m-propic .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  height: 0;
}
.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.m-propic .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.m-propic .item-pics:hover, .m-propic .item-pics.active, .m-propic .item-video:hover, .m-propic .item-video.active {
  border-color: #00509C;
}
@media screen and (max-width:1459px) {
  .page-prodetail {
    padding: 78px 0 86px;
  }
  .prodetail-contain {
    padding-bottom: 76px;
  }
  .m-propic {
    width: 560px;
  }
  .m-propic .pic-big {
    width: 450px;
  }
  .m-propic .pic-small {
    width: 90px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .m-propic .pic-btn {
    font-size: 24px;
  }
  .m-propic .pic-list {
    height: 400px;
  }
  .m-propic .list-item {
    margin-bottom: 13px;
  }
}
@media screen and (max-width:1259px) {
  .page-prodetail {
    padding: 66px 0 72px;
  }
  .prodetail-contain {
    padding-bottom: 64px;
  }
  .m-propic {
    width: 480px;
  }
  .m-propic .pic-big {
    width: 390px;
  }
  .m-propic .pic-small {
    width: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-propic .pic-btn {
    font-size: 20px;
  }
  .m-propic .pic-list {
    height: 350px;
  }
  .m-propic .list-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:999px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .prob-pic {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width:991px) {
  .page-prodetail {
    padding: 54px 0 58px;
  }
  .prodetail-contain {
    padding-bottom: 52px;
  }

	.m-propic .pic-big{ 
		width: 360px;
	}
	.prodetail-contain{
		padding-top: 0px;
	}
	.pic-small{
		display: none;
	}
  .m-propic2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .m-propic2 .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 17px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #aaa;
    font-size: 18px;
    line-height: 32px;
  }
  .m-propic2 .box-btn.prev {
    left: 0;
  }
  .m-propic2 .box-btn.next {
    right: 0;
    ;
  }
  .m-propic2 .box-btn.prev:hover {
    color: #EFB443;
  }
  .m-propic2 .box-btn.next:hover {
    color: #EFB443;
  }
  .m-propic2 .box-list {
    overflow: hidden;
  }
  .m-propic2 .box-list ul {
    width: 1000%;
  }
  .m-propic2 .list-item {
    float: left;
    margin-left: .1%;
    margin-right: .1%;
    margin-bottom: 0;
    width: 3.13%;
    padding: 0px;
  }
}
@media only screen and (max-width:720px) {
  .page-prodetail {
    padding: 42px 0 44px;
  }
  .prodetail-contain {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width:500px) {
  .page-prodetail {
    padding: 30px 0 30px;
  }
  .prodetail-contain {
    padding-bottom: 10px;
	 padding-top: 10px;
  }
  .m-propic2 .list-item {
    float: left;
    margin-left: .1%;
    margin-right: .1%;
    margin-bottom: 0;
    width: 4.8%;
  }
}
@media only screen and (max-width:350px) {
  .m-propic2 .list-item {
    float: left;
    margin-left: .1%;
    margin-right: .1%;
    margin-bottom: 0;
    width: 9.8%;
  }
}
.prob-info {
  position: relative;
  width: 700px;
}
.jianjie h1 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #333;
  line-height: 40px;
  font-family: Montserrat-Bold;
}
.jiann {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 26px;
  margin-top: 22px;
  margin-bottom: 30px;
  min-height: 130px;
}
.jiann p, .jiann span, .jiann li, .jiann strong {
  color: #666;
}
.jiann a {
  color: #00509C;
}
.jiann a:hover {
  color: #333;
}
.sharen {
  display: inline-block;
  padding: 0 20px;
}
.share1 {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  vertical-align: middle;
  color: #999;
}
.share2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.share2 img {
  display: inline-block;
  vertical-align: top;
}
.inno {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  letter-spacing: 0;
  font-size: 0px;
  padding-top: 28px;
}
.inno a {
  display: inline-block;
  vertical-align: top;
  min-width: 158px;
  background: #F0F0F0;
  padding: 9px 16px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #191919;
  line-height: 30px;
  text-align: center;
  margin: 0 10px;
  margin-bottom: 10px;
}
.inno a:hover {
  background: #00509C;
  color: #fff;
}
@media screen and (max-width:1459px) {
  .prob-info {
    width: 610px;
  }
  .jianjie h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
  .jiann {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 26px;
    min-height: 130px;
  }
  .share1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
  }
  .inno {
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 24px;
  }
  .inno a {
    min-width: 146px;
    padding: 8px 14px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin: 0 8px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1259px) {
  .prob-info {
    width: 420px;
  }
  .jianjie h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
  .jiann {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    margin-top: 14px;
    margin-bottom: 22px;
    min-height: 130px;
  }
  .share1 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
  }
  .inno {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 20px;
  }
  .inno a {
    min-width: 134px;
    padding: 6px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin: 0 6px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:991px) {
  .prob-info {
    width: 100%;
    margin-top: 12px;
  }
  .jianjie h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
  .jiann {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 16px;
    min-height: auto;
  }
  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inno {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 18px;
  }
  .inno a {
    min-width: 132px;
    padding: 6px 12px;
    line-height: 26px;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 6px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:680px) {
  .prob-info {
    width: 100%;
    margin-top: 12px;
  }
  .jianjie h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
  .jiann {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 16px;
    min-height: auto;
  }
  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .inno {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 16px;
  }
  .inno a {
    min-width: 128px;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 6px;
    margin-bottom: 10px;
  }
}
.table {
  width: 100%;
  overflow: auto;
}
.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 24px;
}
.table table tr td {
  padding: 5px;
  border: 1px solid #eaeaea; /* font-size:14px; font-size:1.4rem; color:#333; */
}
.pro-tbody-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Bold;
  border-bottom: 1px solid #D6D6D6;
  font-size: 40px;
  color: #333333;
  line-height: 52px;
  padding-bottom: 21px;
}
.product-attribute {
  position: relative;
  width: 100%;
  padding-bottom: 24px;
}
.product-attribute .pattlist {
  padding-top: 16px;
}
.patitem {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.patitem span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 84px;
  font-size: 18px;
  line-height: 30px;
  margin-right: 6px;
  color: #666;
  margin-bottom: 10px;
  padding: 6px 10px;
}
.patitem-name {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-width: 60px;
  font-size: 20px;
  font-size: 2rem;
  color: #00509C;
  line-height: 30px;
  margin-right: 10px;
  padding: 6px 0;
}
.product-detail {
  position: relative;
  z-index: 1;
  padding-bottom: 82px;
}
.prodetails-desc {
  position: relative;
  padding-top: 22px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.prodetails-desc a {
  color: #00509C;
}
.prodetails-desc a:hover {
  color: #333;
}
.prodetails-desc img {
  display: inline-block;
  vertical-align: top;
}
.product-detail-tags {
  position: relative;
  width: 100%;
  padding-bottom: 90px;
}
@media screen and (max-width:1459px) {
  .pro-tbody-title {
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 18px;
  }
  .product-attribute {
    padding-bottom: 22px;
  }
  .product-attribute .pattlist {
    padding-top: 14px;
  }
  .patitem {
    margin-bottom: 10px;
  }
  .patitem span {
    min-width: 72px;
    font-size: 16px;
    line-height: 28px;
    margin-right: 6px;
    ;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .patitem-name {
    min-width: 54px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    margin-right: 10px;
    padding: 5px 0;
  }
  .product-detail {
    padding-bottom: 70px;
  }
  .prodetails-desc {
    padding-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .product-detail-tags {
    padding-bottom: 78px;
  }
}
@media screen and (max-width:1259px) {
  .pro-tbody-title {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 16px;
  }
  .product-attribute {
    padding-bottom: 20px;
  }
  .product-attribute .pattlist {
    padding-top: 14px;
  }
  .patitem {
    margin-bottom: 10px;
  }
  .patitem span {
    min-width: 72px;
    font-size: 16px;
    line-height: 28px;
    margin-right: 4px;
    ;
    margin-bottom: 8px;
    padding: 4px 8px;
  }
  .patitem-name {
    min-width: 54px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    margin-right: 8px;
    padding: 4px 0;
  }
  .product-detail {
    padding-bottom: 58px;
  }
  .prodetails-desc {
    padding-top: 18px;
    font-size: 15px;
    line-height: 26px;
  }
  .product-detail-tags {
    padding-bottom: 66px;
  }
}
@media screen and (max-width:991px) {
  .pro-tbody-title {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 14px;
  }
  .product-attribute {
    padding-bottom: 20px;
  }
  .product-attribute .pattlist {
    padding-top: 14px;
  }
  .patitem {
    margin-bottom: 10px;
  }
  .patitem span {
    min-width: 66px;
    font-size: 15px;
    line-height: 26px;
    margin-right: 4px;
    ;
    margin-bottom: 8px;
    padding: 4px 8px;
  }
  .patitem-name {
    min-width: 54px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
    margin-right: 8px;
    padding: 4px 0;
  }
  .product-detail {
    padding-bottom: 46px;
  }
  .prodetails-desc {
    padding-top: 18px;
    font-size: 15px;
    line-height: 26px;
  }
  .product-detail-tags {
    padding-bottom: 54px;
  }
}
@media screen and (max-width:600px) {
  .pro-tbody-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 12px;
  }
  .product-attribute {
    padding-bottom: 16px;
  }
  .product-attribute .pattlist {
    padding-top: 14px;
  }
  .patitem {
    margin-bottom: 10px;
  }
  .patitem span {
    min-width: 54px;
    font-size: 14px;
    line-height: 24px;
    margin-right: 4px;
    ;
    margin-bottom: 8px;
    padding: 4px 8px;
  }
  .patitem-name {
    min-width: 48px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-right: 8px;
    padding: 4px 0;
  }
  .product-detail {
    padding-bottom: 32px;
  }
  .prodetails-desc {
    padding-top: 18px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-detail-tags {
    padding-bottom: 40px;
  }
}
/* ************** news ***************** */
.news {
  position: relative;
  padding: 76px 0 90px;
}
.news-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 36px;
  padding-bottom: 49px;
  margin-left: -32px;
  margin-right: -32px;
}
.news-list-item {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 33.333333333%;
  padding: 0 33px;
  margin-bottom: 24px;
}
.new-item-box {
  position: relative;
  width: 100%;
  transition: all .5s;
}
.new-item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
}
.new-item-box .item-pic img {
  display: block;
  width: 100%;
}
.new-item-box:hover .item-pic {
  width: auto;
  margin-left: -22px;
  margin-right: -22px;
  transition: all .5s;
}
.new-item-box .item-body {
  position: relative;
  width: 100%;
  padding-top: 27px;
}
.new-item-box .item-body .item-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Light;
  font-size: 18px;
  color: #333333;
  line-height: 33px;
  height: 66px;
}
.new-item-box:hover .item-body .item-title, .new-item-box:hover .item-body .item-title a {
  color: #00509C;
}
.new-item-box .item-body .item-bot {
  position: relative;
  width: 100%;
  padding-top: 10px;
}
.new-item-box .item-body .item-date {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #999999;
  line-height: 31px;
}
.new-item-box .item-body .btnn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #999;
  line-height: 31px;
  margin-left: 20px;
}
.new-item-box:hover .item-body .item-date, .new-item-box:hover .item-body .btnn {
  color: #00509C;
}
@media screen and (max-width:1459px) {
  .news {
    padding: 66px 0 78px;
  }
  .news-list {
    padding-top: 32px;
    padding-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .news-list-item {
    width: 33.333333333%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .new-item-box:hover .item-pic {
    margin-left: -15px;
    margin-right: -15px;
  }
  .new-item-box .item-body {
    padding-top: 22px;
  }
  .new-item-box .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .new-item-box .item-body .item-bot {
    padding-top: 10px;
  }
  .new-item-box .item-body .item-date {
    font-size: 18px;
    line-height: 28px;
  }
  .new-item-box .item-body .btnn {
    font-size: 16px;
    line-height: 28px;
    margin-left: 16px;
  }
}
@media screen and (max-width:1259px) {
  .news {
    padding: 54px 0 64px;
  }
  .news-list {
    padding-top: 28px;
    padding-bottom: 34px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .news-list-item {
    width: 33.333333333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .new-item-box:hover .item-pic {
    margin-left: 0;
    margin-right: 0;
  }
  .new-item-box .item-body {
    padding-top: 18px;
  }
  .new-item-box .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .new-item-box .item-body .item-bot {
    padding-top: 8px;
  }
  .new-item-box .item-body .item-date {
    font-size: 16px;
    line-height: 28px;
  }
  .new-item-box .item-body .btnn {
    font-size: 16px;
    line-height: 28px;
    margin-left: 12px;
  }
}
@media screen and (max-width:991px) {
  .news {
    padding: 42px 0 52px;
  }
  .news-list {
    padding-top: 24px;
    padding-bottom: 28px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .news-list-item {
    width: 50%;
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .new-item-box:hover .item-pic {
    margin-left: 0;
    margin-right: 0;
  }
  .new-item-box .item-body {
    padding-top: 16px;
  }
  .new-item-box .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }
  .new-item-box .item-body .item-bot {
    padding-top: 8px;
  }
  .new-item-box .item-body .item-date {
    font-size: 15px;
    line-height: 26px;
  }
  .new-item-box .item-body .btnn {
    font-size: 16px;
    line-height: 26px;
    margin-left: 10px;
  }
}
@media screen and (max-width:720px) {
  .news {
    padding: 30px 0 38px;
  }
  .news-list {
    padding-top: 20px;
    padding-bottom: 24px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .news-list-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .new-item-box:hover .item-pic {
    margin-left: 0;
    margin-right: 0;
  }
  .new-item-box .item-body {
    padding-top: 12px;
  }
  .new-item-box .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }
  .new-item-box .item-body .item-bot {
    padding-top: 8px;
  }
  .new-item-box .item-body .item-date {
    font-size: 15px;
    line-height: 26px;
  }
  .new-item-box .item-body .btnn {
    font-size: 15px;
    line-height: 26px;
    margin-left: 10px;
  }
}
@media screen and (max-width:560px) {
  .news {
    padding: 24px 0 30px;
  }
  .news-list {
    padding-top: 16px;
    padding-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .news-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }
  .new-item-box:hover .item-pic {
    margin-left: 0;
    margin-right: 0;
  }
  .new-item-box .item-body {
    padding-top: 10px;
  }
  .new-item-box .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
  }
  .new-item-box .item-body .item-bot {
    padding-top: 6px;
  }
  .new-item-box .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
  }
  .new-item-box .item-body .btnn {
    font-size: 15px;
    line-height: 24px;
    margin-left: 10px;
  }
}
.page-news {
  position: relative;
  width: 100%;
  padding-top: 77px;
}
.new-contain {
  width: 100%;
  position: relative;
  padding-bottom: 66px;
}
.new-contain .news-main {
  float: left;
  width: 924px;
}
.new-contain .news-slide {
  float: right;
  width: 416px;
}
.new-contain .news-main2 {
  float: none;
  width: 100% !important;
}
.news-title {
  position: relative;
  font-family: Montserrat-Bold;
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  line-height: 50px;
}
.new-contain .share {
  margin-top: 20px;
  padding-bottom: 30px;
}
.new-contain .share &gt; div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.new-contain .share .date {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  line-height: 20px;
  margin-right: 16px;
}
.news-text {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(102, 102, 102, .2);
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 26px;
  padding-top: 24px;
  padding-bottom: 54px;
}
.news-text img {
  display: inline-block;
  vertical-align: top;
}
.news-text a {
  color: #00509C;
}
.news-text a:hover {
  color: #333;
}
.fanpian {
  position: relative;
  width: 100%;
}
.fanpian li {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 26px;
  cursor: pointer;
  margin-bottom: 30px;
  padding-left: 68px;
}
.fanpian li span, .fanpian li a {
  color: #666;
  display: inline-block;
  vertical-align: top;
  word-break: break-word;
}
.fanpian li span.no {
  color: #999;
  width: 100%;
}
.fanpian li span.name {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin-bottom: 4px;
}
.fanpian li:hover span, .fanpian li:hover a {
  color: #00509C;
}
.fanpian li:hover span.no {
  color: #999;
  width: 100%;
}
.fanpian li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 16px;
  color: #999;
  text-align: center;
  background: transparent;
  border: 1px solid #999999;
}
.fanpian li:hover i {
  border-color: #00509C;
  color: #00509C;
}
.news-slide-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-size: 4.8rem;
  color: #333;
  text-transform: uppercase;
  line-height: 60px;
}
.news-slide-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 18px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.news-slide-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 24px;
}
.news-slide-item .item-box {
  position: relative;
  width: 100%;
}
.news-slide-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
}
.news-slide-item .item-box .item-pic img {
  display: block;
  width: 100%;
}
.news-slide-item .item-box .item-body {
  position: relative;
  width: 100%;
  padding-top: 12px;
}
.news-slide-item .item-body .item-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Light;
  font-size: 18px;
  color: #333333;
  line-height: 33px;
}
.news-slide-item:hover .item-body .item-title, .news-slide-item:hover .item-body .item-title a {
  color: #00509C;
}
.news-slide-item .item-body .item-bot {
  position: relative;
  width: 100%;
  padding-top: 10px;
}
.news-slide-item .item-body .item-date {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #999999;
  line-height: 31px;
}
.news-slide-item .item-body .btnn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #999;
  line-height: 31px;
  margin-left: 20px;
}
.news-slide-item:hover .item-body .item-date, .news-slide-item:hover .item-body .btnn {
  color: #00509C;
}
.app-related-box, .news-related-box {
  position: relative;
  width: 100%;
  background: #F3F3F3;
  padding: 88px 0 100px;
}
@media screen and (max-width:1459px) {
  .page-news {
    padding-top: 68px;
  }
  .new-contain {
    padding-bottom: 56px;
  }
  .new-contain .news-main {
    width: 780px;
  }
  .new-contain .news-slide {
    width: 396px;
  }
  .news-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 46px;
  }
  .new-contain .share {
    margin-top: 18px;
    padding-bottom: 26px;
  }
  .new-contain .share &gt; div {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .new-contain .share .date {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 14px;
  }
  .news-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 48px;
  }
  .fanpian li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 26px;
    padding-left: 62px;
  }
  .fanpian li span.name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2px;
  }
  .fanpian li i {
    width: 48px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
  }
  .news-slide-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 54px;
  }
  .news-slide-list {
    padding-top: 18px;
  }
  .news-slide-item {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .news-slide-item .item-box .item-body {
    padding-top: 12px;
  }
  .news-slide-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .news-slide-item .item-body .item-bot {
    padding-top: 10px;
  }
  .news-slide-item .item-body .item-date {
    font-size: 16px;
    line-height: 28px;
  }
  .news-slide-item .item-body .btnn {
    font-size: 16px;
    line-height: 28px;
    margin-left: 18px;
  }
  .app-related-box, .news-related-box {
    padding: 76px 0 86px;
  }
}
@media screen and (max-width:1259px) {
  .page-news {
    padding-top: 56px;
  }
  .new-contain {
    padding-bottom: 48px;
  }
  .new-contain .news-main {
    width: 580px;
  }
  .new-contain .news-slide {
    width: 340px;
  }
  .news-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 42px;
  }
  .new-contain .share {
    margin-top: 16px;
    padding-bottom: 22px;
  }
  .new-contain .share &gt; div {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .new-contain .share .date {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 14px;
  }
  .news-text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    padding-top: 18px;
    padding-bottom: 40px;
  }
  .fanpian li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    margin-bottom: 22px;
    padding-left: 58px;
  }
  .fanpian li span.name {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 2px;
  }
  .fanpian li i {
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
  }
  .news-slide-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }
  .news-slide-list {
    padding-top: 16px;
  }
  .news-slide-item {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .news-slide-item .item-box .item-body {
    padding-top: 10px;
  }
  .news-slide-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }
  .news-slide-item .item-body .item-bot {
    padding-top: 8px;
  }
  .news-slide-item .item-body .item-date {
    font-size: 15px;
    line-height: 26px;
  }
  .news-slide-item .item-body .btnn {
    font-size: 15px;
    line-height: 26px;
    margin-left: 16px;
  }
  .app-related-box, .news-related-box {
    padding: 64px 0 72px;
  }
}
@media screen and (max-width:991px) {
  .page-news {
    padding-top: 44px;
  }
  .new-contain {
    padding-bottom: 36px;
  }
  .new-contain .news-main {
    float: none;
    width: 100%;
  }
  .new-contain .news-slide {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .news-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
  }
  .new-contain .share {
    margin-top: 14px;
    padding-bottom: 18px;
  }
  .new-contain .share &gt; div {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .new-contain .share .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 12px;
  }
  .news-text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    padding-top: 18px;
    padding-bottom: 36px;
  }
  .fanpian li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    margin-bottom: 22px;
    padding-left: 56px;
  }
  .fanpian li span.name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2px;
  }
  .fanpian li i {
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
  }
  .news-slide-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 42px;
  }
  .news-slide-list {
    padding-top: 16px;
  }
  .news-slide-item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .news-slide-item .item-box .item-body {
    padding-top: 10px;
  }
  .news-slide-item .item-body .item-title {
    font-size: 15px;
    line-height: 26px;
  }
  .news-slide-item .item-body .item-bot {
    padding-top: 8px;
  }
  .news-slide-item .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
  }
  .news-slide-item .item-body .btnn {
    font-size: 14px;
    line-height: 24px;
    margin-left: 16px;
  }
  .app-related-box, .news-related-box {
    padding: 52px 0 58px;
  }
}
@media screen and (max-width:700px) {
  .page-news {
    padding-top: 32px;
  }
  .new-contain {
    padding-bottom: 28px;
  }
  .new-contain .news-main {
    float: none;
    width: 100%;
  }
  .new-contain .news-slide {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .news-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
  }
  .new-contain .share {
    margin-top: 12px;
    padding-bottom: 16px;
  }
  .new-contain .share &gt; div {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .new-contain .share .date {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 12px;
  }
  .news-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 30px;
  }
  .fanpian li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 18px;
    padding-left: 54px;
  }
  .fanpian li span.name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .fanpian li i {
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
  }
  .news-slide-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
  .news-slide-list {
    padding-top: 16px;
  }
  .news-slide-item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .news-slide-item .item-box .item-body {
    padding-top: 10px;
  }
  .news-slide-item .item-body .item-title {
    font-size: 14px;
    line-height: 24px;
  }
  .news-slide-item .item-body .item-bot {
    padding-top: 6px;
  }
  .news-slide-item .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
  }
  .news-slide-item .item-body .btnn {
    font-size: 14px;
    line-height: 24px;
    margin-left: 12px;
  }
  .app-related-box, .news-related-box {
    padding: 40px 0 44px;
  }
}
@media screen and (max-width:420px) {
  .page-news {
    padding-top: 24px;
  }
  .new-contain {
    padding-bottom: 28px;
  }
  .new-contain .news-main {
    float: none;
    width: 100%;
  }
  .new-contain .news-slide {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .news-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
  }
  .new-contain .share {
    margin-top: 12px;
    padding-bottom: 16px;
  }
  .new-contain .share &gt; div {
    font-size: 12px;
    font-size: 1.3rem;
  }
  .new-contain .share .date {
    font-size: 12px;
    font-size: 1.3rem;
    margin-right: 12px;
  }
  .news-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 30px;
  }
  .fanpian li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 18px;
    padding-left: 54px;
  }
  .fanpian li span.name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .fanpian li i {
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
  }
  .news-slide-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
  .news-slide-list {
    padding-top: 16px;
  }
  .news-slide-item {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .news-slide-item .item-box .item-body {
    padding-top: 10px;
  }
  .news-slide-item .item-body .item-title {
    font-size: 14px;
    line-height: 24px;
  }
  .news-slide-item .item-body .item-bot {
    padding-top: 6px;
  }
  .news-slide-item .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
  }
  .news-slide-item .item-body .btnn {
    font-size: 14px;
    line-height: 24px;
    margin-left: 12px;
  }
  .app-related-box, .news-related-box {
    padding: 28px 0 30px;
  }
}
/* ***************   Download   *************** */
.downs {
  position: relative;
  width: 100%;
  padding-top: 76px;
  padding-bottom: 90px;
}
.down-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: -26px;
  margin-right: -26px;
}
.down-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.333333333%;
  padding: 0 27px;
  margin-bottom: 40px;
}
.down-list-item .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  padding: 49px 29px 43px;
}
.down-list-item .item-box .item-icon {
  position: relative;
  width: 100%;
}
.down-list-item .item-box .icon-pic {
  display: block;
  width: 55px;
  height: 55px;
  background: #F9F9F9;
  border-radius: 50%;
}
.down-list-item .item-box .icon-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.down-list-item .item-box .item-body {
  position: relative;
  width: 100%;
  
}
.down-list-item .item-body .item-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
.down-list-item .item-body .item-desc {
  position: relative;
  width: 100%;
  font-family: Montserrat-Light;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 18px;
  height: 84px;
  overflow: hidden;
}
.down-list-item .item-box:hover {
  background: #00509C;
  border-color: #F0F0F0;
}
.down-list-item .item-box:hover .item-body .item-title, .down-list-item .item-box:hover .item-body .item-title a, .down-list-item .item-box:hover .item-body .item-desc, .down-list-item .item-box:hover .item-body .item-desc a {
  color: #fff;
}
@media screen and (max-width: 1459px) {
  .downs {
    padding-top: 64px;
    padding-bottom: 78px;
  }
  .down-list {
    padding-top: 36px;
    padding-bottom: 36px;
    margin-left: -18px;
    margin-right: -18px;
  }
  .down-list-item {
    width: 33.333333333%;
    padding: 0 18px;
    margin-bottom: 32px;
  }
  .down-list-item .item-box {
    border-radius: 8px;
    padding: 42px 24px 36px;
  }
  .down-list-item .item-box .icon-pic {
    width: 50px;
    height: 50px;
  }
  .down-list-item .item-box .item-body {
  
  }
  .down-list-item .item-body .item-title {
    font-size: 20px;
    line-height: 28px;
  }
  .down-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
    height: 84px;
  }
}
@media screen and (max-width: 1259px) {
  .downs {
    padding-top: 52px;
    padding-bottom: 66px;
  }
  .down-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .down-list-item {
    width: 33.333333333%;
    padding: 0 8px;
    margin-bottom: 24px;
  }
  .down-list-item .item-box {
    border-radius: 8px;
    padding: 36px 20px 30px;
  }
  .down-list-item .item-box .icon-pic {
    width: 46px;
    height: 46px;
  }
  .down-list-item .item-box .item-body {
    
  }
  .down-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .down-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
    height: 78px;
  }
}
@media screen and (max-width: 991px) {
  .downs {
    padding-top: 40px;
    padding-bottom: 54px;
  }
  .down-list {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .down-list-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 24px;
  }
  .down-list-item .item-box {
    border-radius: 8px;
    padding: 32px 20px 30px;
  }
  .down-list-item .item-box .icon-pic {
    width: 46px;
    height: 46px;
  }
  .down-list-item .item-box .item-body {
  
  }
  .down-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .down-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
    height: 78px;
  }
}
@media screen and (max-width: 720px) {
  .downs {
    padding-top: 30px;
    padding-bottom: 42px;
  }
  .down-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .down-list-item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .down-list-item .item-box {
    border-radius: 8px;
    padding: 28px 16px 24px;
  }
  .down-list-item .item-box .icon-pic {
    width: 42px;
    height: 42px;
  }
  .down-list-item .item-box .item-body {
   
  }
  .down-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .down-list-item .item-body .item-desc {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    height: 72px;
  }
}
@media screen and (max-width: 560px) {
  .downs {
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .down-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .down-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 24px;
  }
  .down-list-item .item-box {
    border-radius: 8px;
    padding: 24px 12px 20px;
  }
  .down-list-item .item-box .icon-pic {
    width: 42px;
    height: 42px;
  }
  .down-list-item .item-box .item-body {
    
  }
  .down-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }
  .down-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: 72px;
  }
}
@media screen and (max-width: 400px) {
  .downs {
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .down-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .down-list-item {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 24px;
  }
  .down-list-item .item-box {
    border-radius: 8px;
    padding: 24px 12px 20px;
  }
  .down-list-item .item-box .icon-pic {
    width: 42px;
    height: 42px;
  }
  .down-list-item .item-box .item-body {
    
  }
  .down-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }
  .down-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: 72px;
  }
}
.page-video {
  position: relative;
  width: 100%;
  padding-top: 50px;
}
.page-video .page-con-top {
  position: relative;
  margin-bottom: 100px;
}
.page-video-tbody {
  position: relative;
  width: 100%;
  background: #F1F1F1;
  padding-top: 38px;
  padding-bottom: 90px;
}
.video-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 20px;
}
.video-list::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 41px;
  bottom: 140px;
  width: 300px;
  background: #DCEEFF;
}
.video-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 60px;
}
.video-item-num {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 47px;
}
.video-item-num span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 78px;
  height: 78px;
  font-family: Montserrat-Bold;
  font-size: 22px;
  color: #00509C;
  line-height: 36px;
  padding: 20px 10px;
  border: 1px solid #fff;
  background: #FFFFFF;
  border-radius: 50%;
}
.video-item-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-list .video-list-item:nth-of-type(odd) .video-item-box {
  flex-direction: row-reverse;
}
.video-list .video-list-item:nth-of-type(even) .video-item-box {
  flex-direction: row;
}
.video-item-pic {
  position: relative;
  width: 50%;
}
.video-item-pic .item-pic {
  position: relative;
  width: 100%;
  padding-bottom: 56.285715%;
  height: 0;
}
.video-item-pic .item-pic .video-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-item-pic .item-pic .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: rgba(255, 255, 255, .3);
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
}
.video-item-pic .item-pic .video-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #F8F8F8;
  box-sizing: border-box;
  opacity: 0.3;
}
.video-item-pic .item-pic .video-btn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #fff;
}
.video-list-item .item-body {
  position: relative;
  display: block;
  width: 33.75%;
}
.video-list-item .item-body .item-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Bold;
  font-size: 20px;
  color: #00509C;
  line-height: 36px;
}
.video-list-item .item-body .item-desc {
  position: relative;
  margin-top: 12px;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}
.video-list-item .item-body .item-btn {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.video-list-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 160px;
  font-size: 18px;
  line-height: 30px;
  padding: 9px 16px;
  color: #FFFFFF;
  border: 1px solid #00509C;
  background: #00509C;
  border-radius: 6px;
}
.video-list-item .item-body .item-btn a.btnn:hover {
  color: #00509C;
  background: #FFFFFF;
}
.page-faq {
  position: relative;
  width: 100%;
  padding-top: 76px;
  padding-bottom: 90px;
}
.faq-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 80px;
}
.faq-list .faq-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
}
.faq-item .item-box {
  position: relative;
  width: 100%;
  padding: 15px 0px 14px;
}
.faq-item-name {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  line-height: 32px;
  padding: 8px 0;
  padding-right: 36px;
  cursor: pointer;
}
.faq-item-name::before {
  content: "\e72d";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 50%;
  color: #00509C;
  font-family: "iconfont";
  text-align: center;
  display: block;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  box-sizing: border-box;
  font-weight: bold;
}
.faq-item-name.active:before {
  content: "\e504";
  font-size: 20px;
}
.faq-item-name:hover::before {
  content: "\e504";
  font-size: 20px;
}
.faq-item-text {
  position: relative;
  width: 100%;
  display: none;
}
.faq-item-text .text {
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding: 20px 0 8px;
	word-wrap:break-word
	
}
@media (min-width:1260px) and (max-width: 1459px) {
  .page-video {
    padding-top: 64px;
  }
  .page-video .page-con-top {
    margin-bottom: 86px;
  }
  .page-video-tbody {
    padding-top: 36px;
    padding-bottom: 78px;
  }
  .video-list {
    padding-bottom: 18px;
  }
  .video-list::before {
    top: 36px;
    bottom: 120px;
    width: 260px;
  }
  .video-list-item {
    margin-bottom: 56px;
  }
  .video-item-num {
    margin-bottom: 40px;
  }
  .video-item-num span {
    width: 72px;
    height: 72px;
    font-size: 22px;
    line-height: 34px;
    padding: 18px 10px;
  }
  .video-item-pic {
    width: 50%;
  }
  .video-item-pic .item-pic .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  .video-item-pic .item-pic .video-btn::before {
    width: 68px;
    height: 68px;
  }
  .video-item-pic .item-pic .video-btn .iconfont {
    font-size: 15px;
  }
  .video-list-item .item-body {
    width: 35.75%;
  }
  .video-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 32px;
  }
  .video-list-item .item-body .item-desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
  }
  .video-list-item .item-body .item-btn {
    margin-top: 26px;
  }
  .video-list-item .item-body .item-btn .btnn {
    min-width: 152px;
    font-size: 18px;
    line-height: 28px;
    padding: 8px 16px;
  }
  .page-faq {
    padding-top: 64px;
    padding-bottom: 78px;
  }
  .faq-list {
    padding-top: 10px;
    padding-bottom: 68px;
  }
  .faq-item .item-box {
    padding: 13px 0px 12px;
  }
  .faq-item-name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    padding: 8px 0;
    padding-right: 32px;
  }
  .faq-item-text .text {
    font-size: 16px;
    line-height: 26px;
    padding: 16px 0 6px;
  }
}
@media screen and (max-width: 1259px) {
  .page-video {
    padding-top: 52px;
  }
  .page-video .page-con-top {
    margin-bottom: 72px;
  }
  .page-video-tbody {
    padding-top: 30px;
    padding-bottom: 64px;
  }
  .video-list {
    padding-bottom: 18px;
  }
  .video-list::before {
    top: 32px;
    bottom: 100px;
    width: 300px;
  }
  .video-list-item {
    margin-bottom: 48px;
  }
  .video-item-num {
    margin-bottom: 36px;
  }
  .video-item-num span {
    width: 64px;
    height: 64px;
    font-size: 20px;
    line-height: 32px;
    padding: 15px 8px;
  }
  .video-item-pic {
    width: 50%;
  }
  .video-item-pic .item-pic .video-btn {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }
  .video-item-pic .item-pic .video-btn::before {
    width: 58px;
    height: 58px;
  }
  .video-item-pic .item-pic .video-btn .iconfont {
    font-size: 12px;
  }
  .video-list-item .item-body {
    width: 42%;
  }
  .video-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .video-list-item .item-body .item-desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .video-list-item .item-body .item-btn {
    margin-top: 22px;
  }
  .video-list-item .item-body .item-btn .btnn {
    min-width: 144px;
    font-size: 16px;
    line-height: 26px;
    padding: 7px 14px;
  }
  .page-faq {
    padding-top: 52px;
    padding-bottom: 64px;
  }
  .faq-list {
    padding-top: 8px;
    padding-bottom: 56px;
  }
  .faq-item .item-box {
    padding: 10px 0px;
  }
  .faq-item-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 8px 0;
    padding-right: 32px;
  }
  .faq-item-text .text {
    font-size: 15px;
    line-height: 26px;
    padding: 16px 0 6px;
  }
}
@media screen and (max-width: 991px) {
  .page-video {
    padding-top: 40px;
  }
  .page-video .page-con-top {
    margin-bottom: 60px;
  }
  .page-video-tbody {
    padding-top: 26px;
    padding-bottom: 50px;
  }
  .video-list {
    padding-bottom: 18px;
  }
  .video-list::before {
    top: 28px;
    bottom: 84px;
    width: 260px;
  }
  .video-list-item {
    margin-bottom: 40px;
  }
  .video-item-num {
    margin-bottom: 30px;
  }
  .video-item-num span {
    width: 56px;
    height: 56px;
    font-size: 18px;
    line-height: 28px;
    padding: 13px 8px;
  }
  .video-item-pic {
    width: 50%;
  }
  .video-item-pic .item-pic .video-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 10px;
  }
  .video-item-pic .item-pic .video-btn::before {
    width: 50px;
    height: 50px;
  }
  .video-item-pic .item-pic .video-btn .iconfont {
    font-size: 10px;
  }
  .video-list-item .item-body {
    width: 47.5%;
  }
  .video-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .video-list-item .item-body .item-desc {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
  }
  .video-list-item .item-body .item-btn {
    margin-top: 16px;
  }
  .video-list-item .item-body .item-btn .btnn {
    min-width: 130px;
    font-size: 15px;
    line-height: 26px;
    padding: 5px 12px;
  }
  .page-faq {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .faq-list {
    padding-top: 8px;
    padding-bottom: 44px;
  }
  .faq-item .item-box {
    padding: 10px 0px;
  }
  .faq-item-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 8px 0;
    padding-right: 32px;
  }
  .faq-item-text .text {
    font-size: 15px;
    line-height: 24px;
    padding: 14px 0 4px;
  }
}
@media (max-width: 720px) {
  .page-video {
    padding-top: 32px;
  }
  .page-video .page-con-top {
    margin-bottom: 48px;
  }
  .page-video-tbody {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .video-list {
    padding-bottom: 18px;
  }
  .video-list::before {
    top: 28px;
    bottom: 72px;
    width: 160px;
  }
  .video-list-item {
    margin-bottom: 32px;
  }
  .video-item-num {
    margin-bottom: 26px;
  }
  .video-item-num span {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    padding: 11px 8px;
  }
  .video-item-pic {
    width: 100%;
  }
  .video-item-pic .item-pic .video-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 10px;
  }
  .video-item-pic .item-pic .video-btn::before {
    width: 50px;
    height: 50px;
  }
  .video-item-pic .item-pic .video-btn .iconfont {
    font-size: 10px;
  }
  .video-list-item .item-body {
    width: 100%;
    padding-top: 16px;
  }
  .video-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .video-list-item .item-body .item-desc {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
  }
  .video-list-item .item-body .item-btn {
    margin-top: 14px;
  }
  .video-list-item .item-body .item-btn .btnn {
    min-width: 124px;
    font-size: 15px;
    line-height: 26px;
    padding: 5px 12px;
  }
  .page-faq {
    padding-top: 32px;
    padding-bottom: 38px;
  }
  .faq-list {
    padding-top: 8px;
    padding-bottom: 32px;
  }
  .faq-item .item-box {
    padding: 10px 0px;
  }
  .faq-item-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 8px 0;
    padding-right: 32px;
  }
  .faq-item-text .text {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0 4px;
  }
}
@media (max-width:560px) {
  .page-video {
    padding-top: 24px;
  }
  .page-video .page-con-top {
    margin-bottom: 36px;
  }
  .page-video-tbody {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .video-list {
    padding-bottom: 12px;
  }
  .video-list::before {
    display: none;
  }
  .video-list-item {
    margin-bottom: 24px;
  }
  .video-item-num {
    margin-bottom: 16px;
  }
  .video-item-num span {
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 8px;
  }
  .video-item-pic {
    width: 100%;
  }
  .video-item-pic .item-pic .video-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 10px;
  }
  .video-item-pic .item-pic .video-btn::before {
    width: 50px;
    height: 50px;
  }
  .video-item-pic .item-pic .video-btn .iconfont {
    font-size: 10px;
  }
  .video-list-item .item-body {
    width: 100%;
    padding-top: 16px;
  }
  .video-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }
  .video-list-item .item-body .item-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .video-list-item .item-body .item-btn {
    margin-top: 14px;
  }
  .video-list-item .item-body .item-btn .btnn {
    min-width: 124px;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 12px;
  }
  .page-faq {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .faq-list {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .faq-item .item-box {
    padding: 10px 0px;
  }
  .faq-item-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    padding: 7px 0;
    padding-right: 32px;
  }
  .faq-item-text .text {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0 4px;
  }
}
/* ****************** application ****************** */
.page-app {
  position: relative;
  padding: 76px 0 100px;
}
.app-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  transition: all .5s;
  padding-top: 41px;
  padding-bottom: 59px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}
.app-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
  padding: 0 12px;
  margin-bottom: 20px;
}
.app-list-item .item-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.app-list-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.app-list-item .item-box .item-pic img {
  position: relative;
  display: block;
  width: 100%;
}
.app-list-item .item-box .item-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 16px 20px;
  transition: all .5s;
}
.app-list-item .item-box:hover .item-body {
  top: auto;
  bottom: 0;
}
.app-list-item .item-body .item-title {
  position: relative;
  width: 100%;
  font-family: Montserrat-Bold;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}
.app-list-item .item-body .item-title a {
  color: #fff;
}
.app-list-item .item-body .item-title a:hover {
  color: #ededed;
}
.app-list-item .item-body .item-btn {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}
.app-list-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 62px;
  line-height: 58px;
  font-size: 19px;
  color: #fff;
  border: 2px solid #00509C;
  background: #00509C;
  border-radius: 50%;
  text-align: center;
  z-index: 22;
}
.app-list-item .item-body .item-btn .btnn .iconfont {
  font-size: 18px;
}
.app-list-item .item-body .item-btn a.btnn:hover {
  background: #fff;
  color: #00509C;
}
@media screen and (max-width: 1459px) {
  .page-app {
    padding: 64px 0 86px;
  }
  .app-list {
    padding-top: 36px;
    padding-bottom: 50px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .app-list-item {
    width: 33.3333333%;
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .app-list-item .item-box .item-body {
    padding: 14px 16px;
  }
  .app-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }
  .app-list-item .item-body .item-btn {
    margin-bottom: 12px;
  }
  .app-list-item .item-body .item-btn .btnn {
    width: 56px;
    height: 56px;
    line-height: 52px;
    font-size: 18px;
  }
  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 18px;
  }
}
@media screen and (max-width: 1259px) {
  .page-app {
    padding: 50px 0 72px;
  }
  .app-list {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .app-list-item {
    width: 33.3333333%;
    padding: 0 5px;
    margin-bottom: 16px;
  }
  .app-list-item .item-box .item-body {
    padding: 12px 15px;
  }
  .app-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
  }
  .app-list-item .item-body .item-btn {
    margin-bottom: 10px;
  }
  .app-list-item .item-body .item-btn .btnn {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 16px;
  }
  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 16px;
  }
}
@media(max-width: 991px) {
  .page-app {
    padding: 40px 0 60px;
  }
  .app-list {
    padding-top: 24px;
    padding-bottom: 32px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .app-list-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 16px;
  }
  .app-list-item .item-box .item-body {
    padding: 12px 15px;
    position: relative;
    top: 0;
    background: #000;
  }
  .app-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
  }
  .app-list-item .item-body .item-btn {
    margin-bottom: 10px;
  }
  .app-list-item .item-body .item-btn .btnn {
    width: 44px;
    height: 44px;
    line-height: 40px;
    font-size: 15px;
  }
  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 15px;
  }
}
@media (max-width: 720px) {
  .page-app {
    padding: 28px 0 48px;
  }
  .app-list {
    padding-top: 20px;
    padding-bottom: 26px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .app-list-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 16px;
  }
  .app-list-item .item-box .item-body {
    padding: 12px 10px;
    position: relative;
    top: 0;
    background: #000;
  }
  .app-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
  }
  .app-list-item .item-body .item-btn {
    margin-bottom: 8px;
  }
  .app-list-item .item-body .item-btn .btnn {
    width: 44px;
    height: 44px;
    line-height: 40px;
    font-size: 15px;
  }
  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .page-app {
    padding: 20px 0 36px;
  }
  .app-list {
    padding-top: 18px;
    padding-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .app-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 16px;
  }
  .app-list-item .item-box .item-body {
    padding: 12px 10px;
    position: relative;
    top: 0;
    background: #000;
  }
  .app-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
  }
  .app-list-item .item-body .item-btn {
    margin-bottom: 8px;
  }
  .app-list-item .item-body .item-btn .btnn {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
  }
  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .app-list-item {
    width: 100%;
  }
}
/*.tankaungn{ position:fixed; left:50%; top:0px; transform:translateX(-50%); width:50%; height:100%; overflow:auto;}
.tankaungn2{position:fixed; top:50%; transform:translateY(-50%); left:0px; width:100%; padding-bottom:75%;height: 0; max-height:100%; background:#fff;}*/
.tankaung {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe, .tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.famain {
  padding-top: 70px;
  padding-bottom: 90px;
}
.top {
  width: 45px;
  height: 45px;
  margin: auto;
  background: #00509C;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: -100px;
  color: #fff;
  font-size: 20px !important;
  text-align: center;
  line-height: 45px;
  transition: 0.9s;
  z-index: 999;
  -webkit-animation-name: top;
  animation-name: top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.bottom {
  bottom: 80px;
}
.top:hover {
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 0px;
    bottom: 80px;
  }
  .fotag {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tankaungn2 {
    position: fixed;
    left: 5%;
    top: 15%;
    right: 5%;
    bottom: 15%;
  }
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("Montserrat-Bold.eot") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Bold.eot*/ ;
  src: url("Montserrat-Bold.eot-#iefix") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Bold.eot?#iefix*/ format('embedded-opentype'), url("Montserrat-Bold.woff2") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Bold.woff2*/ format('woff2'), url("Montserrat-Bold.woff") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Bold.woff*/ format('woff'), url("Montserrat-Bold.ttf") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Bold.ttf*/ format('truetype'), url("Montserrat-Bold.svg#Montserrat-Bold") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Bold.svg#Montserrat-Bold*/ format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url("Montserrat-Light.eot") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Light.eot*/ ;
  src: url("Montserrat-Light.eot-#iefix") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Light.eot?#iefix*/ format('embedded-opentype'), url("Montserrat-Light.woff2") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Light.woff2*/ format('woff2'), url("Montserrat-Light.woff") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Light.woff*/ format('woff'), url("Montserrat-Light.ttf") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Light.ttf*/ format('truetype'), url("Montserrat-Light.svg#Montserrat-Light") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/Montserrat-Light.svg#Montserrat-Light*/ format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iconfont"; /* Project id 1768807 */
  src: url("iconfont.woff2-t=1691982039822") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/iconfont.woff2?t=1691982039822*/ format('woff2'), url("iconfont.woff-t=1691982039822") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/iconfont.woff?t=1691982039822*/ format('woff'), url("iconfont.ttf-t=1691982039822") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/iconfont.ttf?t=1691982039822*/ format('truetype');
}
@font-face {
  font-family: "iconfont"; /* Project id 4262293 */
  src: url("iconfont.woff2-t=1726645627317") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/icon/iconfont.woff2?t=1726645627317*/ format('woff2'), url("iconfont.woff-t=1726645627317") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/icon/iconfont.woff?t=1726645627317*/ format('woff'), url("iconfont.ttf-t=1726645627317") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/icon/iconfont.ttf?t=1726645627317*/ format('truetype'), url("iconfont.svg-t=1726645627317#iconfont") /*tpa=https://www.chukouplus.com/static_template/0944/fonts/icon/iconfont.svg?t=1726645627317#iconfont*/ format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-hangye:before {
  content: "\e541";
}
.icon-a-xiazai4:before {
  content: "\e540";
}
.icon-jiantou_qiehuanzuo:before {
  content: "\e539";
}
.icon-jiantou_qiehuanyou:before {
  content: "\e538";
}
.icon-a-xiazai11:before {
  content: "\e537";
}
.icon-xiazai2:before {
  content: "\e536";
}
.icon-xiazai1:before {
  content: "\e535";
}
.icon-sanjiaoxing:before {
  content: "\e534";
}
.icon-xiajiantou:before {
  content: "\e533";
}
.icon-lianjielink:before {
  content: "\e532";
}
.icon-xiangzuo:before {
  content: "\e531";
}
.icon-xiangxia:before {
  content: "\e530";
}
.icon-xiangshang:before {
  content: "\e52f";
}
.icon-sanjiaoshang:before {
  content: "\e52e";
}
.icon-sanjiao-jinru:before {
  content: "\e52d";
}
.icon-a-fenlei1:before {
  content: "\e52c";
}
.icon-fenlei:before {
  content: "\e52b";
}
.icon-a-youjianyouxiang_jurassic:before {
  content: "\e52a";
}
.icon-a-youtube1:before {
  content: "\e529";
}
.icon-a-dianhua11:before {
  content: "\e528";
}
.icon-jiantou_youxia:before {
  content: "\e527";
}
.icon-notepad:before {
  content: "\e526";
}
.icon-a-dianhua1:before {
  content: "\e525";
}
.icon-rili:before {
  content: "\e524";
}
.icon-dianhua1:before {
  content: "\e523";
}
.icon-a-youxiang1:before {
  content: "\e522";
}
.icon-yunxiazai_o:before {
  content: "\e521";
}
.icon-a-danjiantouchangjiantouzuo:before {
  content: "\e519";
}
.icon-changjiantou:before {
  content: "\e520";
}
.icon-a-danjiantouchangjiantouyou:before {
  content: "\e518";
}
.icon-xiazai:before {
  content: "\e517";
}
.icon-a-xiazai1:before {
  content: "\e516";
}
.icon-weibo:before {
  content: "\e515";
}
.icon-yuyan:before {
  content: "\e514";
}
.icon-duoqiyingxiang:before {
  content: "\e513";
}
.icon-a-weibo1:before {
  content: "\e512";
}
.icon-upload-cloud-2-line:before {
  content: "\e511";
}
.icon-a-lianjie1:before {
  content: "\e510";
}
.icon-daohang:before {
  content: "\e509";
}
.icon-a-rightlinefill-line:before {
  content: "\e508";
}
.icon-lianjie:before {
  content: "\e507";
}
.icon-send-plane-line:before {
  content: "\e506";
}
.icon-b2b-close:before {
  content: "\e505";
}
.icon-jiantou_youshang:before {
  content: "\e504";
}
.icon-dianhua:before {
  content: "\e501";
}
.icon-tik_tok:before {
  content: "\e502";
}
.icon-phone-Fill:before {
  content: "\e503";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-twitter-new:before {
  content: "\e7ff";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-biaoqian:before {
  content: "\e649";
}
.icon-top2:before {
  content: "\e637";
}
.icon-shangchuan:before {
  content: "\e602";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-vk:before {
  content: "\e735";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-home:before {
  content: "\e624";
}
.icon-edit:before {
  content: "\e611";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-download:before {
  content: "\e7a0";
}
.icon-download1:before {
  content: "\e7a7";
}
.icon-search4:before {
  content: "\e7b2";
}
.icon-address:before {
  content: "\e7bc";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-phone:before {
  content: "\e7c8";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-address1:before {
  content: "\e7c3";
}
.icon-contact1:before {
  content: "\e7c4";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-fax1:before {
  content: "\e7ca";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-phone2:before {
  content: "\e7d0";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-youbian:before {
  content: "\e60f";
}

.en {
  height: 16px;
  width: 24px;
  background-position: 0 -848px;
}
.sec6-tbody-btn .btnn img {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  margin-right: 8px;
}
.sec6-tbody-btn .btnn .pic1 {
  display: inline-block;
}
.sec6-tbody-btn .btnn .pic2 {
  display: none;
}
.sec6-tbody-btn a.btnn:hover .pic2 {
  display: inline-block;
}
.sec6-tbody-btn a.btnn:hover .pic1 {
  display: none;
}</pre></body></html>