/*** 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>.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>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.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>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.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>.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>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

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

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

.swiper-container-vertical>.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>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

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

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

.swiper-pagination-white .swiper-pagination-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>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .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>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>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: "\e730";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 0px;
  left: auto;
}

.swiper-button-next::before {
  content: "\e731";
}

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


html {
  font-size: 62.5%;
  height: 100%
}

body {
  margin: 0 auto;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%;
  background: #fff;
  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 {
  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: #000000;
}

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-Regular, 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: #000000;
}

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

.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.2);
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

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

[class*="-item"] .item-title a:hover {
  color: #000000;
  text-decoration: underline;
}

[class*="-item"] .item-subt {
  overflow: hidden;
}

[class*="-item"] .item-subt a {
  display: block;
}

[class*="-item"] .item-subt a:hover {
  color: #000000 !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: #000000;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  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
}

.f-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #CCCCCC;
  opacity: 1
}

.f-form :-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CCCCCC;
  opacity: 1
}

.f-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CCCCCC;
  opacity: 1
}

.f-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #CCCCCC;
  opacity: 1
}

.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, 0, 0, .5);
  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: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
  background: #FFFFFF;
}

.head-container {
  position: relative;
  width: 100%;
}

.logo {
  display: block;
  width: 220px;
  font-size: 0px;
  letter-spacing: 0;
  float: left;
}

.head-logo {
  display: block;
  height: 80px;
  font-size: 0px;
  text-align: center;
  float: left;
}

.head-logo img {
  display: block;
  max-height: 80px;
  width: 100%;
  max-width: 220px;
  margin: auto;
}

/*  ynav  */
.ynav .dangqiandao>a {
  text-decoration: underline !important;
}

.ynav .dangqiandao>a::before {
  display: block !important;
}

.ynav {
  float: right;
  position: relative;
  cursor: pointer;
  background: #0C1118;
  padding: 30px 29px;
}

.yvnava {
  position: relative;
  width: 22px;
  height: 20px;
}

.yvnava img {
  width: 100%;
}

.ysp1 {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.ysp2 {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.ysp3 {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0px;
  bottom: 0;
}

.yyiji {
  position: absolute;
  right: 0;
  top: -9999px;
  width: 202px;
  padding-top: 10px;
  background: transparent;
  z-index: 99;
}

.yyijibox {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 0px;
  z-index: 99;
}

.yyiji li {
  position: relative;
  padding: 5px 28px;
}

.yyiji li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0px;
  text-transform: uppercase;
  color: #333;
  padding-right: 12px;
  word-wrap: break-word;
  word-break: break-all;
}

.yyiji li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: #0C1118;
  display: none;
}

.yyiji li:hover>a {
  color: #333;
  text-decoration: underline;
}

.yyiji li a:hover {
  color: #333;
  text-decoration: underline;
}

.yyiji li:hover>a::before,
.yyiji li a:hover::before {
  display: block;
}

.yerji {
  position: absolute;
  right: 100%;
  top: -9999px;
  width: 202px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 0px;
  z-index: 88;
}

.ynav:hover .yyiji {
  top: 100%;
}

.ynav:hover .yyijibox>li>a {
  line-height: 30px
}

.yyiji li:hover .yerji {
  top: 0px;
}

.yyiji li:hover .yerji>li>a {
  line-height: 28px
}

/*  sousuo  */
.sousuo {
  float: right;
  position: relative;
  z-index: 5;
  padding: 25px;
  background: #F7F7F7;
}

.sou2 {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px !important;
  text-align: center;
  color: #0C1118;
  cursor: pointer;
  font-weight: bold;
  z-index: 99990
}

.sousuo form {
  width: 379px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: -80px;
  top: 105%;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  transition: 0.5s;
  z-index: 99999
}

.sou {
  width: 340px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.suo {
  width: 36px;
  height: 70px;
  float: right;
  background: none;
  position: relative;
  z-index: 9999999;
  cursor: pointer;
}

.sou1 {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 17px;
  color: #333;
  font-size: 24px !important;
  cursor: pointer;
  z-index: 99990
}

.sousuof form {
  height: 70px;
}

.yvn {
  position: relative;
  min-width: 100px;
  padding: 25px 0;
  margin-right: 70px;
  margin-left: 20px;
}

.yvzhonga {
  display: block;
  padding-left: 32px;
  padding-right: 12px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  cursor: pointer;
  position: relative;
  max-width: 120px;
  overflow: hidden;
  z-index: 9
}

.yvzhonga:hover {
  color: #000;
}

.yvzhonga:before {
  content: "\e72f";
  font-family: iconfont;
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 10px;
  line-height: 30px;
}

.yvn i {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%)
}

.yvul {
  min-width: 140px;
  height: 300px;
  overflow-y: scroll;
  position: absolute;
  top: 100%;
  left: 0px;
  background: #FFFFFF;
  box-shadow: 0px 8px 30px 0px rgba(255, 160, 49, 0.03);
  display: none;
  padding: 5px 0px;
}

.yvul a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  position: relative;
  padding-left: 10px;
}

.yvul a i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.yvul a:hover {
  color: #000000;
  text-decoration: underline;
}

.daoz {
  float: left;
  margin-left: 50px;
  position: relative;
  max-width: 1000px;
  font-family: Montserrat-Regular;
}

.daohang {
  width: 100%;
  position: relative;
  padding: 21px 0 7px;
}

.daohang>li {
  float: left;
  position: relative;
  margin-right: 62px;
  transition: all .5s;
}

.daohang>li:nth-last-of-type(1) {
  margin-right: 0 !important;
}

.daohang>li>a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #333;
  line-height: 38px;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.daohang>li>a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: #0C1118;
  display: none;
}

.daohang>li:hover>a::before {
  display: block !important;
}

.dangqiandao>a::before {
  display: block !important;
}

.yijiw {
  position: absolute;
  width: 381px;
  top: -9999px;
  left: 0;
  background: #FFFFFF;
  border-top: 2px solid #0C1118;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 17px 0;
  text-align: left;
  z-index: 22;
}

.yiji li {
  position: relative;
  transition: 0.5s;
  padding: 5px 24px;
}

.yiji li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0px;
  color: #333;
  padding-right: 20px;
}

.yiji li a>.iconfont {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 12px;
}

.yiji li:hover>a {
  color: #333;
  text-decoration: underline;
  font-family: Montserrat-Bold;
}

.erji {
  position: absolute;
  width: 371px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  top: -9999px;
  left: 100%;
}

.sanji {
  position: absolute;
  width: 371px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  top: -9999px;
  left: 100%;
}

.daohang>li:hover .yijiw {
  top: 100%;
}

.daohang>li:hover .yiji>li>a {
  line-height: 30px;
}

.yiji>li:hover .erji {
  top: 0px;
}

.yiji>li:hover .erji>li>a {
  line-height: 30px;
}

.erji>li:hover .sanji {
  top: 0px;
}

.erji>li:hover .sanji>li>a {
  line-height: 30px;
}

.matn {
  margin-top: auto !important;
}

.xnav {
  display: none
}

/*  banner  */
.bannervideo{
  width:100%;
  position: relative;
  height: 860px;
}
.bannervideo:after{
  content: "";
  position: absolute;
  z-index: 2;
  background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  left:0; right: 0; top: 0; bottom: 0;
}
.bannervideo .sybgsp{
  height: 100%;
    width: 100%;
    object-fit: fill;
    position: relative;
    z-index: 1;
}
.bannervideo .bannervideotext{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.bannervideo .bannervideotext h3 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  width: 800px;
}

.bannervideo .bannervideotext p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 40px; 
  width: 800px; 
}
.bannervideo .bannervideotext a{
  display: block; width: 160px; height: 45px; text-align: center; line-height: 45px; color: #fff; font-size: 16px; background: #18a5ba;
  margin-bottom: 80px; 
}
.bannervideo .bannervideotext .bannervideotextimg{
   height: 80px; margin-bottom: 40px;
}
.bannervideo .bannervideotext ul{
  width: 100%; display: flex;justify-content: space-between;
}
.bannervideo .bannervideotext ul li{
  width: 48%;padding-top: 20px;
  color: #bbb; border-top: 1px #fff solid;
  font-size: 16px; line-height: 2;
}


.banner {
  position: relative;
}

.slideshow {
  position: relative;
  z-index: 1
}

.slideshow .wp {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 26%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.slideshow .wp h3 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}

.slideshow .wp p {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

.slideshow .wp img {
  max-width: 100%;
  max-height: 80%;
}

.slideshow .item a img {
  width: 100%;
  -webkit-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  transition: all 6s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  left: 13.54166667%;
  right: 13.54166667%;
  bottom: 69px;
  text-align: left;
  font-size: 0;
  letter-spacing: 0;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}

.slick-dots li button {
  position: relative;
  box-sizing: border-box;
  font-size: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: #0C1118;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin: 0;
  transition: 0.5s;
}

.slick-dots li.slick-active button {
  background: #fff;
}

@media screen and (max-width:1660px) {
  .slick-dots {
    left: 13.54%;
    right: 13.54%;
    bottom: 60px;
  }

  .slick-dots li {
    margin-right: 48px;
  }

  .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width:1460px) {
  .slick-dots {
    left: 12%;
    right: 12%;
    bottom: 48px;
  }

  .slick-dots li {
    margin-right: 36px;
  }

  .slick-dots li button {
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width:1260px) {
  .slick-dots {
    left: 10%;
    right: 10%;
    bottom: 36px;
  }

  .slick-dots li {
    margin-right: 24px;
  }

  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slideshow .wp{
    top: 30%;
  }
  .slideshow .wp h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 16px;
  }

  .slideshow .wp p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
  }
}

@media screen and (max-width:991px) {
  .bannervideo{
    height: 90vh;
  }
  .bannervideo .bannervideotext h3{
    width: 100%; font-size: 30px;
  }
  .bannervideo .bannervideotext p{
    width: 100%; font-size: 14px;
  }
  .bannervideo .bannervideotext .bannervideotextimg{ height:60px; }
  .bannervideo .bannervideotext ul li{
    font-size: 12px;
  }
  .slick-dots {
    left: 6%;
    right: 6%;
    bottom: 24px;
  }

  .slick-dots li {
    margin-right: 16px;
  }

  .slick-dots li button {
    width: 11px;
    height: 11px;
  }

}

@media screen and (max-width:720px) {
  .slick-dots {
    left: 0%;
    right: 0%;
    bottom: 12px;
    text-align: center;
  }

  .slick-dots li {
    margin-right: 10px;
  }

  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slideshow .wp{
    top: 40%;
  }
  .slideshow .wp h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .slideshow .wp p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }
}


.slick-prev,
.slick-next {
  border: 0;
  background: transparent;
  font-size: 0px;
  cursor: pointer;
  transition: 0.5s;
  width: 43px;
  height: 43px;
  top: 50%;
  transform: translateY(-50%);
  /* background: url("../img/ban-left.png") no-repeat center; */
  background-size: 100%;
  position: absolute;
  z-index: 999;
  display: none !important;
}

/* .slick-prev:hover,.slick-next:hover{background: url("../img/ban-right.png") no-repeat center;background-size: 100%;} */
.slick-prev {
  left: 40px;
  transform: rotate(0deg);
}

.slick-next {
  right: 40px;
  transform: rotate(180deg);
}

.slick-prev:hover {
  transform: rotate(180deg);
}

.slick-next:hover {
  transform: rotate(0deg);
}

@media screen and (max-width:1459px) {
  .slick-prev {
    left: 32px;
  }

  .slick-next {
    right: 32px;
  }
}

@media screen and (max-width:1259px) {
  .slick-prev {
    left: 24px;
  }

  .slick-next {
    right: 24px;
  }
}

@media screen and (max-width:991px) {
  .slick-prev {
    left: 16px;
  }

  .slick-next {
    right: 16px;
  }
}

.slideshow .item.slick-active.item_one 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);
}

.slideshow .item.slick-active.item_one.on img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

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

.slideshow .item {
  position: relative;
}

.slideshow .item iframe,
.slideshow .item video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  border: none;
}

@media screen and (max-width:1659px) {
  .logo {
    width: 209px;
  }

  .head-logo {
    height: 76px;
  }

  .head-logo img {
    max-height: 76px;
    max-width: 209px;
  }

  .ynav {
    padding: 28px 27px;
  }

  .yvnava {
    width: 22px;
    height: 20px;
  }

  .ysp1 {
    width: 18px;
    height: 2px;
  }

  .ysp2 {
    width: 22px;
    height: 2px;
  }

  .ysp3 {
    width: 18px;
    height: 2px;
  }

  .yyiji {
    width: 188px;
    padding-top: 8px;
  }

  .yyijibox {
    padding: 14px 0px;
  }

  .yyiji li {
    padding: 5px 24px;
  }

  .yyiji li a {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .yyiji li a::before {
    width: 8px;
    height: 8px;
  }

  .yerji {
    width: 188px;
    padding: 14px 0px;
  }

  .ynav:hover .yyijibox>li>a {
    line-height: 28px
  }

  .yyiji li:hover .yerji>li>a {
    line-height: 26px
  }

  /*  sousuo  */
  .sousuo {
    padding: 23px;
  }

  .sou2 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px !important;
  }

  .sousuo form {
    width: 364px;
    right: -72px;
  }

  .sou {
    width: 330px;
    height: 64px;
    line-height: 64px;
    padding: 0 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .suo {
    width: 32px;
    height: 64px;
    font-size: 0;
  }

  .sou1 {
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 16px;
  }

  .sousuof form {
    height: 64px;
  }

  .yvn {
    min-width: 100px;
    padding: 24px 0;
    margin-right: 48px;
    margin-left: 10px;
  }

  .yvzhonga {
    padding-left: 30px;
    padding-right: 12px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .yvzhonga:before {
    font-size: 10px;
    line-height: 28px;
  }

  .daoz {
    margin-left: 36px;
    max-width: 890px;
  }

  .daohang {
    padding: 20px 0 6px;
  }

  .daohang>li {
    margin-right: 48px;
  }

  .daohang>li>a {
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 14px;
  }

  .yijiw {
    width: 360px;
    padding: 16px 0;
  }

  .yiji li {
    padding: 5px 20px;
  }

  .yiji li a {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .erji {
    width: 354px;
    padding: 14px 0;
  }

  .sanji {
    width: 354px;
    padding: 14px 0;
  }

  .daohang>li:hover .yiji>li>a {
    line-height: 28px;
  }

  .yiji>li:hover .erji>li>a {
    line-height: 28px;
  }

  .erji>li:hover .sanji>li>a {
    line-height: 28px;
  }
}

@media screen and (max-width:1459px) {
  .logo {
    width: 198px;
  }

  .head-logo {
    height: 72px;
  }

  .head-logo img {
    max-height: 72px;
    max-width: 198px;
  }

  .ynav {
    padding: 27px 26px;
  }

  .yvnava {
    width: 20px;
    height: 18px;
  }

  .ysp1 {
    width: 16px;
    height: 2px;
  }

  .ysp2 {
    width: 20px;
    height: 2px;
  }

  .ysp3 {
    width: 16px;
    height: 2px;
  }

  .yyiji {
    width: 172px;
    padding-top: 8px;
  }

  .yyijibox {
    padding: 12px 0px;
  }

  .yyiji li {
    padding: 4px 20px;
  }

  .yyiji li a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .yyiji li a::before {
    width: 7px;
    height: 7px;
  }

  .yerji {
    width: 172px;
    padding: 12px 0px;
  }

  .ynav:hover .yyijibox>li>a {
    line-height: 26px
  }

  .yyiji li:hover .yerji>li>a {
    line-height: 24px
  }

  /*  sousuo  */
  .sousuo {
    padding: 22px;
  }

  .sou2 {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 17px !important;
  }

  .sousuo form {
    width: 340px;
    right: -64px;
  }

  .sou {
    width: 310px;
    height: 56px;
    line-height: 56px;
    padding: 0 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .suo {
    width: 30px;
    height: 56px;
  }

  .sou1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 13px;
  }

  .sousuof form {
    height: 56px;
  }

  .yvn {
    min-width: 98px;
    padding: 23px 0;
    margin-right: 32px;
    margin-left: 10px;
  }

  .yvzhonga {
    padding-left: 28px;
    padding-right: 12px;
    line-height: 26px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .yvzhonga:before {
    font-size: 10px;
    line-height: 26px;
  }

  .daoz {
    margin-left: 24px;
    max-width: 710px;
  }

  .daohang {
    padding: 18px 0 6px;
  }

  .daohang>li {
    margin-right: 32px;
  }

  .daohang>li>a {
    font-size: 15px;
    line-height: 36px;
    padding-bottom: 12px;
  }

  .yijiw {
    width: 320px;
    padding: 14px 0;
  }

  .yiji li {
    padding: 5px 18px;
  }

  .yiji li a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .erji {
    width: 314px;
    padding: 12px 0;
  }

  .sanji {
    width: 314px;
    padding: 12px 0;
  }

  .daohang>li:hover .yiji>li>a {
    line-height: 26px;
  }

  .yiji>li:hover .erji>li>a {
    line-height: 26px;
  }

  .erji>li:hover .sanji>li>a {
    line-height: 26px;
  }
}

@media screen and (max-width:1259px) {
  .logo {
    width: 165px;
  }

  .head-logo {
    height: 60px;
  }

  .head-logo img {
    max-height: 60px;
    max-width: 165px;
  }

  .ynav {
    padding: 22px 21px;
  }

  .yvnava {
    width: 18px;
    height: 16px;
  }

  .ysp1 {
    width: 14px;
    height: 2px;
  }

  .ysp2 {
    width: 18px;
    height: 2px;
  }

  .ysp3 {
    width: 14px;
    height: 2px;
  }

  .yyiji {
    width: 164px;
    padding-top: 8px;
  }

  .yyijibox {
    padding: 8px 0px;
  }

  .yyiji li {
    padding: 4px 16px;
  }

  .yyiji li a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .yyiji li a::before {
    width: 7px;
    height: 7px;
  }

  .yerji {
    width: 164px;
    padding: 8px 0px;
  }

  .ynav:hover .yyijibox>li>a {
    line-height: 24px
  }

  .yyiji li:hover .yerji>li>a {
    line-height: 22px
  }

  /*  sousuo  */
  .sousuo {
    padding: 18px;
  }

  .sou2 {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px !important;
  }

  .sousuo form {
    width: 310px;
    right: -56px;
  }

  .sou {
    width: 280px;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .suo {
    width: 30px;
    height: 50px;
  }

  .sou1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 10px;
  }

  .sousuof form {
    height: 50px;
  }

  .yvn {
    min-width: 96px;
    padding: 18px 0;
    margin-right: 12px;
    margin-left: 8px;
  }

  .yvzhonga {
    padding-left: 28px;
    padding-right: 10px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .yvzhonga:before {
    font-size: 8px;
    line-height: 24px;
  }

  .daoz {
    margin-left: 10px;
    max-width: 572px;
  }

  .daohang {
    padding: 18px 0 6px;
  }

  .daohang>li {
    margin-right: 20px;
  }

  .daohang>li>a {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 12px;
  }

  .yijiw {
    width: 280px;
    padding: 10px 0;
  }

  .yiji li {
    padding: 3px 12px;
  }

  .yiji li a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .erji {
    width: 272px;
    padding: 8px 0;
  }

  .sanji {
    width: 272px;
    padding: 8px 0;
  }

  .daohang>li:hover .yiji>li>a {
    line-height: 24px;
  }

  .yiji>li:hover .erji>li>a {
    line-height: 24px;
  }

  .erji>li:hover .sanji>li>a {
    line-height: 24px;
  }
}

@media screen and (min-width:992px) {

  .carousel,
  .nav,
  .clear3 {
    display: none
  }
}

@media screen and (max-width:991px) {
  .head {
    position: relative;
  }

  .logo {
    width: 154px;
  }

  .head-logo {
    height: 56px;
  }

  .head-logo img {
    max-height: 56px;
    max-width: 154px;
  }

  .yvn {
    min-width: 92px;
    padding: 16px 0;
    margin-right: 50px;
    margin-left: 8px;
  }

  .yvzhonga {
    padding-left: 28px;
    padding-right: 10px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .yvzhonga:before {
    font-size: 8px;
    line-height: 24px;
  }


  /* .yvn{min-width:90px;padding: 27px 0;margin-left: 10px;margin-right: 40px;}
  .yvzhonga{padding-left:28px;padding-right:12px; line-height:24px; font-size:13px; font-size:1.3rem;}
  .yvzhonga:before{line-height:24px;} */
  .het {
    padding: 0px;
  }

  .daoz,
  .yijiw,
  .yiji2,
  .htag,
  .hexin,
  .shejiao,
  .sousuo {
    display: none
  }

  .clear3 {
    clear: both;
  }

  .head-right {
    width: calc(100% - 140px);
    padding: 0 15px;
  }

  .ynav {
    display: none
  }

  .banner {
    margin-top: 0;
  }


  .xnav {
    display: block
  }

  .nav {
    position: fixed;
    width: 26px;
    height: 24px;
    background: #fff;
    right: 10px;
    top: 16px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999999999
  }

  .nav span {
    display: block;
    width: 20px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: 0.5s;
    z-index: 99999991
  }

  .nav .nav1 {
    margin-top: -1px;
  }

  .nav .nav2 {
    margin-top: -7px;
  }

  .nav .nav3 {
    margin-top: 5px;
  }

  .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: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-right: 50px;
  }

  ul.topnav ul {
    display: none;
  }

  ul.topnav ul li {
    clear: both;
  }

  ul.topnav ul li a {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    outline: 0;
  }

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

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



.footer {
  position: relative;
  overflow: hidden;
  background: #0C1118;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer,
.footer a {
  color: #999;
}

.footer .footer-title {
  color: #FFFFFF;
}

.footer a:hover {
  color: #FFFFFF;
}

.footer .fo-top {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  padding-top: 62px;
  padding-bottom: 32px;
}

.footer .flist1 {
  width: 278px;
  padding-right: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.footer .flist2 {
  width: 348px;
  padding-right: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.footer .flist3 {
  width: 384px;
  padding-right: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.footer .flist4 {
  width: 390px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1459px) {
  .footer .fo-top {
    padding-top: 54px;
    padding-bottom: 28px;
  }

  .footer .flist1 {
    width: 246px;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .footer .flist2 {
    width: 300px;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .footer .flist3 {
    width: 318px;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .footer .flist4 {
    width: 336px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1259px) {
  .footer .fo-top {
    padding-top: 46px;
    padding-bottom: 24px;
  }

  .footer .flist1 {
    width: 180px;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .footer .flist2 {
    width: 220px;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .footer .flist3 {
    width: 270px;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .footer .flist4 {
    width: 280px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .footer .fo-top {
    padding-top: 38px;
    padding-bottom: 20px;
  }

  .footer .flist1 {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .footer .flist2 {
    width: 50%;
    padding-right: 0px;
    margin-bottom: 10px;
  }

  .footer .flist3 {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .footer .flist4 {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer .fo-top {
    padding: 24px 0 10px;
  }

  .footer .flist1,
  .footer .flist2,
  .footer .flist3 {
    width: 100%;
    padding-right: 0;
  }

  .footer .flist4 {
    width: 100%;
  }
}

.footer .footer-title {
  position: relative;
  font-size: 20px;
  font-family: Montserrat-Bold;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 22px;
}

.footer .foot-list {
  font-size: 16px;
  line-height: 30px;
}

.footer .foot-nav {
  font-size: 16px;
  line-height: 36px;
}

.footer .f-follow {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  margin-top: 42px;
}

.footer .f-follow a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  line-height: 24px;
  width: auto;
  height: 24px;
  border-radius: 50%;
  margin-right: 32px;
  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 {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  display: block;
  color: #999;
}

.footer .f-follow a:hover .iconfont {
  color: #fff;
}

.footer .fo-bot {
  position: relative;
  border-top: 1px solid #313335;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  padding: 12px 0 42px;
}

.footer .fo-bot .keywords a {
  margin-left: 5px;
}

.footer .fo-bot .links a {
  margin-left: 15px;
}

.footer form {
  display: block;
  position: relative;
  width: 100%
}

.footer .f-form {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  padding-left: 12px;
  padding-top: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .f-form .item-input {
  position: relative;
  width: 46.56%;
  height: 35px;
  background: #292929;
  margin-bottom: 12px;
}

.footer .f-form .item-input1 {
  height: 90px;
  width: 100%;
}

.footer .f-form .item-code {
  position: relative;
  width: 100%;
  padding-right: 86px;
}

.footer .f-form .item-input.star::before {
  position: absolute;
  content: "*";
  left: -12px;
  top: 0;
  font-size: 20px;
  font-family: Arial;
  color: #FF0000;
  line-height: 40px;
}

.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 14px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.footer .f-form .item-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 85px;
  font-size: 0;
  cursor: pointer;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .f-form .item-img img {
  max-height: 33px;
  vertical-align: middle;
}

.footer .f-form .item-btn {
  width: 100%;
  height: 40px;
  position: relative;
}

.footer .f-form .item-btn input {
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  border: 0;
}

.footer .f-form .item-btn input:hover {
  background: #000000;
  color: #fff;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .footer .footer-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .footer .foot-list {
    font-size: 16px;
    line-height: 28px;
  }

  .footer .foot-nav {
    font-size: 16px;
    line-height: 32px;
  }

  .footer .f-follow {
    margin-top: 36px;
  }

  .footer .f-follow a {
    line-height: 22px;
    height: 22px;
    margin-right: 24px;
    margin-bottom: 10px;
  }

  .footer .f-follow .iconfont {
    font-size: 20px;
    font-size: 2rem;
  }

  .footer .fo-bot {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 12px 0 32px;
  }

  .footer .f-form {
    padding-left: 12px;
    padding-top: 8px;
  }

  .footer .f-form .item-input {
    width: 46.56%;
    height: 34px;
    margin-bottom: 12px;
  }

  .footer .f-form .item-input1 {
    height: 86px;
    width: 100%;
  }

  .footer .f-form .item-code {
    width: 100%;
    padding-right: 86px;
  }

  .footer .f-form .item-input.star::before {
    font-size: 18px;
    line-height: 38px;
  }

  .footer .f-form .item-input input,
  .footer .f-form .item-input1 textarea,
  .footer .f-form .item-code input {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer .f-form .item-img {
    width: 85px;
  }

  .footer .f-form .item-img img {
    max-height: 32px;
  }

  .footer .f-form .item-btn {
    width: 100%;
    height: 40px;
  }

  .footer .f-form .item-btn input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1259px) {
  .footer .footer-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
  }

  .footer .foot-list {
    font-size: 15px;
    line-height: 26px;
  }

  .footer .foot-nav {
    font-size: 15px;
    line-height: 30px;
  }

  .footer .f-follow {
    margin-top: 30px;
  }

  .footer .f-follow a {
    line-height: 22px;
    height: 22px;
    margin-right: 16px;
    margin-bottom: 10px;
  }

  .footer .f-follow .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .footer .fo-bot {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding: 12px 0 24px;
  }

  .footer .f-form {
    padding-left: 12px;
    padding-top: 8px;
  }

  .footer .f-form .item-input {
    width: 100%;
    height: 34px;
    margin-bottom: 12px;
  }

  .footer .f-form .item-input1 {
    height: 72px;
    width: 100%;
  }

  .footer .f-form .item-code {
    width: 100%;
    padding-right: 84px;
  }

  .footer .f-form .item-input.star::before {
    font-size: 18px;
    line-height: 38px;
  }

  .footer .f-form .item-input input,
  .footer .f-form .item-input1 textarea,
  .footer .f-form .item-code input {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer .f-form .item-img {
    width: 83px;
  }

  .footer .f-form .item-img img {
    max-height: 32px;
  }

  .footer .f-form .item-btn {
    width: 100%;
    height: 36px;
  }

  .footer .f-form .item-btn input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  .footer .footer-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
  }

  .footer .foot-list {
    font-size: 14px;
    line-height: 24px;
  }

  .footer .foot-nav {
    font-size: 14px;
    line-height: 28px;
  }

  .footer .f-follow {
    margin-top: 24px;
  }

  .footer .f-follow a {
    line-height: 22px;
    height: 22px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .footer .f-follow .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .footer .fo-bot {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 8px 0 16px;
  }

  .footer .f-form {
    padding-left: 12px;
  }

  .footer .f-form .item-input {
    width: 46.56%;
    height: 32px;
    margin-bottom: 10px;
  }

  .footer .f-form .item-input1 {
    height: 72px;
    width: 100%;
  }

  .footer .f-form .item-code {
    width: 100%;
    padding-right: 84px;
  }

  .footer .f-form .item-input.star::before {
    font-size: 16px;
    line-height: 36px;
  }

  .footer .f-form .item-input input,
  .footer .f-form .item-input1 textarea,
  .footer .f-form .item-code input {
    padding: 3px 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer .f-form .item-img {
    width: 83px;
  }

  .footer .f-form .item-img img {
    max-height: 30px;
  }

  .footer .f-form .item-btn {
    width: 100%;
    height: 36px;
  }

  .footer .f-form .item-btn input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .footer .footer-title {
    position: relative;
    width: 100%;
    padding-right: 20px;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .footer .footer-title::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "iconfont";
    content: "\e731";
    line-height: 26px;
    font-size: 14px;
    color: #fff;
  }

  .footer .foot-list,
  .footer .foot-nav {
    display: none;
  }

  .footer form {
    display: none;
  }

  .footer .f-follow {
    margin-top: 10px;
    text-align: center;
  }

  .fo-bot {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    padding: 8px 0 6px;
  }

  /*.footer .fo-bot .links{display: none;}*/
}

@media (max-width: 480px) {
  .footer .f-form .item-input {
    width: 100%;
  }
}

.pro-item {
  position: relative;
}

.pro-item .item-box {
  position: relative;
  width: 100%;
}

.pro-item .item-pic {
  position: relative;
  width: 100%;
  background: #FFFFFF;

}

.pro-item .item-pic a {
  border: 1px #eee solid;
}

.pro-item .item-pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.pro-item .item-body {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  box-shadow: 0px 6px 16px 0px #F7F7F7;
  padding: 17px 23px 19px;
  text-align: left;
}

.pro-item .item-body .item-title {
  font-size: 16px;
  font-family: Montserrat-Bold;
  color: #333333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.pro-item .item-body .item-btn {
  margin-top: 25px;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
}

.pro-item .item-btn input {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  margin-right: 8px;
}

.pro-item .item-btn a,
.pro-item .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}

.pro-item .item-btn a:hover,
.pro-item .item-btn a.btnn:hover {
  text-decoration: underline;
}

.pro-item .item-body .item-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.pro-item .item-body .item-icon a,
.pro-item .item-body .item-icon .btnn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #0C1118;
}

.pro-item .item-body .item-icon a .iconfont,
.pro-item .item-body .item-icon .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
}

.pro-item .item-box:hover .item-body .item-icon a,
.pro-item .item-box:hover .item-body .item-icon .btnn {
  background: #0C1118;
  color: #fff;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .pro-item .item-body {
    padding: 16px 20px 18px;
  }

  .pro-item .item-body .item-title {
    font-size: 15px;
    line-height: 23px;
    height: 46px;
  }

  .pro-item .item-body .item-btn {
    margin-top: 20px;
  }

  .pro-item .item-btn input {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 6px;
  }

  .pro-item .item-btn a,
  .pro-item .item-btn .btnn {
    line-height: 22px;
    font-size: 14px;
  }

  .pro-item .item-body .item-icon a,
  .pro-item .item-body .item-icon .btnn {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }

  .pro-item .item-body .item-icon a .iconfont,
  .pro-item .item-body .item-icon .btnn .iconfont {
    font-size: 24px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .pro-item .item-body {
    padding: 14px 15px 16px;
  }

  .pro-item .item-body .item-title {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  .pro-item .item-body .item-btn {
    margin-top: 16px;
  }

  .pro-item .item-btn input {
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-right: 6px;
  }

  .pro-item .item-btn a,
  .pro-item .item-btn .btnn {
    line-height: 20px;
    font-size: 13px;
  }

  .pro-item .item-body .item-icon a,
  .pro-item .item-body .item-icon .btnn {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }

  .pro-item .item-body .item-icon a .iconfont,
  .pro-item .item-body .item-icon .btnn .iconfont {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .pro-item .item-body {
    padding: 12px 10px 14px;
  }

  .pro-item .item-body .item-title {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  .pro-item .item-body .item-btn {
    margin-top: 12px;
  }

  .pro-item .item-btn input {
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-right: 6px;
  }

  .pro-item .item-btn a,
  .pro-item .item-btn .btnn {
    line-height: 20px;
    font-size: 13px;
  }

  .pro-item .item-body .item-icon a,
  .pro-item .item-body .item-icon .btnn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .pro-item .item-body .item-icon a .iconfont,
  .pro-item .item-body .item-icon .btnn .iconfont {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .pro-item .item-body {
    padding: 12px 10px 14px;
  }

  .pro-item .item-body .item-title {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  .pro-item .item-body .item-btn {
    margin-top: 10px;
  }

  .pro-item .item-btn input {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-right: 6px;
  }

  .pro-item .item-btn a,
  .pro-item .item-btn .btnn {
    line-height: 20px;
    font-size: 12px;
  }

  .pro-item .item-body .item-icon a,
  .pro-item .item-body .item-icon .btnn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .pro-item .item-body .item-icon a .iconfont,
  .pro-item .item-body .item-icon .btnn .iconfont {
    font-size: 20px;
  }
}

/* ****************************    index    ********************************* */

.section {
  position: relative;
  width: 100%;
}

.secs-top {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}

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

.secs-top-left {
  position: relative;
  width: 51.5%;
}

.secs-top-right {
  position: relative;
  width: auto;
  max-width: 35%;
  padding-top: 18px;
}

.secs-top-line {
  position: relative;
  width: 121px;
  height: 3px;
  background: #0C1118;
}

.secs-top-line.white {
  background: #fff;
}

.secs-top-line.text-center {
  margin: 0 auto;
}

.sec-title {
  position: relative;
  font-size: 40px;
  font-family: Montserrat-Black;
  color: #333;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 26px;
}

.secs-top-text {
  position: relative;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 13px;
}

.secs-top-btn {
  position: relative;
  width: auto;
}

.secs-top-btn .btnn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  min-width: 161px;
  line-height: 30px;
  padding: 10px 20px;
  font-size: 16px;
  color: #FFFFFF;
  background: #0C1118;
  text-transform: uppercase;
}

.secs-top-btn a.btnn::before {
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  content: "";
  box-sizing: border-box;
}

.secs-top-btn a.btnn:hover::before {
  border: 1px solid #fff;
}

.sec-title.white,
.sec-title.white a {
  color: #fff;
}

.secs-top-text.white,
.secs-top-text.white a {
  color: #fff;
}

.secs-top-text a {
  color: #666;
}

.sec-title a:hover,
.secs-top-text a:hover {
  color: #000000;
  text-decoration: underline;
}

.sec-title.white a:hover,
.secs-top-text.white a:hover {
  color: #dedede;
  text-decoration: underline;
}

.secs-top-btn.white .btnn {
  background: #FFFFFF;
  color: #0C1118;
}

.secs-top-btn.white a.btnn:hover::before {
  border: 1px solid #0C1118;
}

@media screen and (max-width: 1459px) {
  .secs-top-left {
    width: 52.5%;
  }

  .secs-top-right {
    max-width: 35%;
    padding-top: 16px;
  }

  .secs-top-line {
    width: 116px;
    height: 3px;
  }

  .sec-title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 24px;
  }

  .secs-top-text {
    font-size: 17px;
    line-height: 30px;
    margin-top: 12px;
  }

  .secs-top-btn .btnn {
    min-width: 154px;
    line-height: 28px;
    padding: 9px 18px;
    font-size: 16px;
  }

  .secs-top-btn a.btnn::before {
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
  }
}

@media screen and (max-width: 1259px) {
  .secs-top-left {
    width: 54%;
  }

  .secs-top-right {
    max-width: 35%;
    padding-top: 12px;
  }

  .secs-top-line {
    width: 110px;
    height: 3px;
  }

  .sec-title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 20px;
  }

  .secs-top-text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
  }

  .secs-top-btn .btnn {
    min-width: 146px;
    line-height: 26px;
    padding: 8px 16px;
    font-size: 15px;
  }

  .secs-top-btn a.btnn::before {
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
  }
}

@media screen and (max-width: 991px) {
  .secs-top-left {
    width: 62%;
  }

  .secs-top-right {
    max-width: 35%;
    padding-top: 10px;
  }

  .secs-top-line {
    width: 104px;
    height: 3px;
  }

  .sec-title {
    font-size: 28px;
    line-height: 38px;
    margin-top: 16px;
  }

  .secs-top-text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 9px;
  }

  .secs-top-btn .btnn {
    min-width: 138px;
    line-height: 24px;
    padding: 7px 14px;
    font-size: 14px;
  }

  .secs-top-btn a.btnn::before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}

@media screen and (max-width: 720px) {
  .secs-top-left {
    width: 100%;
  }

  .secs-top-right {
    max-width: 100%;
    width: 100%;
    padding-top: 12px;
  }

  .secs-top-line {
    width: 96px;
    height: 2px;
  }

  .sec-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 14px;
  }

  .secs-top-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }

  .secs-top-btn .btnn {
    min-width: 130px;
    line-height: 24px;
    padding: 5px 12px;
    font-size: 14px;
  }

  .secs-top-btn a.btnn::before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}

@media screen and (max-width: 560px) {
  .secs-top-left {
    width: 100%;
  }

  .secs-top-right {
    max-width: 100%;
    width: 100%;
    padding-top: 12px;
  }

  .secs-top-line {
    width: 96px;
    height: 2px;
  }

  .sec-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
  }

  .secs-top-text {
    font-size: 13px;
    line-height: 22px;
    margin-top: 6px;
  }

  .secs-top-btn .btnn {
    min-width: 124px;
    line-height: 24px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .secs-top-btn a.btnn::before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}

.sec1 {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
}

.sec1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 53.15%;
  padding-bottom: 31.25%;
  background: #F7F7F7;
}

.sec1 .secs-top-left {
  width: 38.5%;
}

.sec1 .secs-top-left .secs-top-text {
  line-height: 26px;
  margin-top: 15px;
}

.sec1-tbody {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 67px;
}

.sec1-tbody-left {
  position: relative;
  width: 50%;
}

.sec1-tbody-right {
  position: relative;
  width: 50%;
}

.sec1-tbody-img {
  position: relative;
  width: 100%;
}

.sec1-tbody-img .item-pic {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  z-index: 22;
  overflow: hidden;
}

.sec1-tbody-img .item-pic .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sec1-tbody-box {
  position: relative;
  max-width: 100%;
  width: 700px;
  margin-right: auto;
  padding-left: 100px;
}

.sec1-tbody-text {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 105px;
}

.sec1-tbody-text a {
  color: #666;
}

.sec1-tbody-text a:hover {
  color: #000000;
}

.sec1-tbody-title {
  position: relative;
  font-size: 30px;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  color: #333333;
  line-height: 42px;
  margin-bottom: 46px;
}

.sec1-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 333;
  margin-left: calc(-1 * (100% / 3));
}

.sec1-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 66px 47px 50px;
  background: #F7F7F7;
  border: 1px solid #FFFFFF;
}

.sec1-list-item .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  word-break: break-all;
}

.sec1-list-item .item-box .item-num {
  font-size: 40px;
  font-size: 4rem;
  line-height: 52px;
  color: #333;
  font-family: Montserrat-Black;
  text-transform: uppercase;
}

.sec1-list-item .item-box .item-name {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  line-height: 30px;
  margin-top: 32px;
  text-transform: uppercase;
}

@media screen and (max-width: 1759px) {
  .sec1-tbody-text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 58px;
  }

  .sec1-tbody-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .sec1-list-item {
    width: 25%;
    padding: 60px 40px 46px;
  }

  .sec1-list-item .item-box .item-num {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }

  .sec1-list-item .item-box .item-name {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 1599px) {
  .sec1-tbody-text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 54px;
  }

  .sec1-tbody-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  .sec1-list-item {
    width: 25%;
    padding: 52px 32px 40px;
  }

  .sec1-list-item .item-box .item-num {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }

  .sec1-list-item .item-box .item-name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 1459px) {
  .sec1 {
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .sec1 .secs-top-left {
    width: 40%;
  }

  .sec1 .secs-top-left .secs-top-text {
    line-height: 26px;
    margin-top: 14px;
  }

  .sec1-tbody {
    padding-top: 56px;
  }

  .sec1-tbody-left {
    width: 50%;
  }

  .sec1-tbody-right {
    width: 50%;
  }

  .sec1-tbody-box {
    width: 600px;
    padding-left: 74px;
  }

  .sec1-tbody-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 36px;
  }

  .sec1-tbody-title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 24px;
  }

  .sec1-tbody-list {
    margin-left: calc(-1 * (100% / 3));
  }

  .sec1-list-item {
    width: 25%;
    padding: 48px 24px 36px;
  }

  .sec1-list-item .item-box .item-num {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }

  .sec1-list-item .item-box .item-name {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1259px) {
  .sec1 {
    padding-top: 36px;
    padding-bottom: 44px;
  }

  .sec1 .secs-top-left {
    width: 45%;
  }

  .sec1 .secs-top-left .secs-top-text {
    line-height: 24px;
    margin-top: 12px;
  }

  .sec1-tbody {
    padding-top: 48px;
  }

  .sec1-tbody-left {
    width: 50%;
  }

  .sec1-tbody-right {
    width: 50%;
  }

  .sec1-tbody-box {
    width: 475px;
    padding-left: 45px;
  }

  .sec1-tbody-text {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 28px;
  }

  .sec1-tbody-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .sec1-tbody-list {
    margin-left: calc(-1 * (100% / 3));
  }

  .sec1-list-item {
    width: 25%;
    padding: 40px 20px 32px;
  }

  .sec1-list-item .item-box .item-num {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

  .sec1-list-item .item-box .item-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .sec1 {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .sec1::before {
    width: 100%;
  }

  .sec1 .secs-top-left {
    width: 52%;
  }

  .sec1 .secs-top-left .secs-top-text {
    line-height: 24px;
    margin-top: 10px;
  }

  .sec1-tbody {
    padding-top: 36px;
  }

  .sec1-tbody-left {
    width: 100%;
  }

  .sec1-tbody-right {
    width: 100%;
    padding-top: 20px;
  }

  .sec1-tbody-box {
    width: 750px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .sec1-tbody-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .sec1-tbody-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  .sec1-tbody-list {
    margin-left: 0;
    width: 750px;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
  }

  .sec1-list-item {
    width: 25%;
    padding: 32px 20px 24px;
  }

  .sec1-list-item .item-box .item-num {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
  }

  .sec1-list-item .item-box .item-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 16px;
  }
}

@media (max-width: 720px) {
  .sec1 {
    padding-top: 20px;
    padding-bottom: 26px;
  }

  .sec1::before {
    width: 100%;
  }

  .sec1 .secs-top-left {
    width: 100%;
  }

  .sec1 .secs-top-left .secs-top-text {
    line-height: 22px;
    margin-top: 8px;
  }

  .sec1-tbody {
    padding-top: 24px;
  }

  .sec1-tbody-left {
    width: 100%;
  }

  .sec1-tbody-right {
    width: 100%;
    padding-top: 20px;
  }

  .sec1-tbody-box {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .sec1-tbody-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .sec1-tbody-title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .sec1-tbody-list {
    margin-left: 0;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .sec1-list-item {
    width: 50%;
    padding: 28px 16px 20px;
  }

  .sec1-list-item .item-box .item-num {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
  }

  .sec1-list-item .item-box .item-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .sec1 {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .sec1::before {
    width: 100%;
  }

  .sec1 .secs-top-left {
    width: 100%;
  }

  .sec1 .secs-top-left .secs-top-text {
    line-height: 22px;
    margin-top: 6px;
  }

  .sec1-tbody {
    padding-top: 20px;
  }

  .sec1-tbody-left {
    width: 100%;
  }

  .sec1-tbody-right {
    width: 100%;
    padding-top: 16px;
  }

  .sec1-tbody-box {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .sec1-tbody-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .sec1-tbody-title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .sec1-tbody-list {
    margin-left: 0;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .sec1-list-item {
    width: 50%;
    padding: 24px 16px 18px;
  }

  .sec1-list-item .item-box .item-num {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .sec1-list-item .item-box .item-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 12px;
  }
}

.sec2 {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}

.sec2-tbody {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 67px;
}

.sec2-tbody-swiper {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

.swiper-sec2 {
  position: relative;
  width: 100%;
  padding: 0 5px 10px;
}

.sec2-tbody-swiper .swiper-button {
  transform: translateY(-100%);
  top: -111px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #0C1118;
  border: 2px solid #0C1118;
  margin-top: 0;
}

.sec2-tbody-swiper .swiper-button:hover {
  background: #0C1118;
  color: #fff;
}

.sec2-tbody-swiper .swiper-button-prev {
  left: auto;
  right: 75px;
}

.sec2-tbody-swiper .swiper-button-next {
  right: 5px;
}

.swiper-sec2 .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
}

.sec2-list-item {
  position: relative;
  width: 100%;
}

.sec2-list-item .item-box {
  position: relative;
  width: 100%;
}

.sec2-list-item .item-pic {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}

.sec2-list-item .item-pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.sec2-list-item .item-body {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  box-shadow: 0px 6px 16px 0px #F7F7F7;
  padding: 32px 31px 34px;
  text-align: left;
}

.sec2-list-item .item-body .item-title {
  font-size: 20px;
  font-family: Montserrat-Bold;
  color: #333333;
  line-height: 32px;
}

.sec2-list-item .item-body .item-btn {
  margin-top: 40px;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
}

.sec2-list-item .item-pic a {
  border: 1px #eee solid;
}

.sec2-list-item .item-btn a,
.sec2-list-item .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}

.sec2-list-item .item-btn a:hover,
.sec2-list-item .item-btn a.btnn:hover {
  text-decoration: underline;
}

.sec2-list-item .item-body .item-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec2-list-item .item-body .item-icon a,
.sec2-list-item .item-body .item-icon .btnn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 24px;
  color: #0C1118;
}

.sec2-list-item .item-body .item-icon a .iconfont,
.sec2-list-item .item-body .item-icon .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
}

.sec2-list-item .item-box:hover .item-body .item-icon a,
.sec2-list-item .item-box:hover .item-body .item-icon .btnn {
  background: #0C1118;
  color: #fff;
}

@media screen and (max-width: 1459px) {
  .sec2 {
    padding-top: 86px;
    padding-bottom: 44px;
  }

  .sec2-tbody {
    padding-top: 56px;
  }

  .sec2-tbody-swiper .swiper-button {
    top: -100px;
    width: 48px;
    height: 48px;
    line-height: 44px;
    font-size: 18px;
  }

  .sec2-tbody-swiper .swiper-button-prev {
    right: 69px;
  }

  .sec2-tbody-swiper .swiper-button-next {
    right: 5px;
  }

  .sec2-list-item .item-body {
    padding: 28px 28px 30px;
  }

  .sec2-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .sec2-list-item .item-body .item-btn {
    margin-top: 36px;
  }

  .sec2-list-item .item-btn a,
  .sec2-list-item .item-btn .btnn {
    line-height: 30px;
    font-size: 17px;
  }

  .sec2-list-item .item-body .item-icon a,
  .sec2-list-item .item-body .item-icon .btnn {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
  }

  .sec2-list-item .item-body .item-icon a .iconfont,
  .sec2-list-item .item-body .item-icon .btnn .iconfont {
    font-size: 36px;
  }
}

@media screen and (max-width: 1259px) {
  .sec2 {
    padding-top: 72px;
    padding-bottom: 38px;
  }

  .sec2-tbody {
    padding-top: 48px;
  }

  .sec2-tbody-swiper .swiper-button {
    top: -88px;
    width: 44px;
    height: 44px;
    line-height: 40px;
    font-size: 16px;
  }

  .sec2-tbody-swiper .swiper-button-prev {
    right: 63px;
  }

  .sec2-tbody-swiper .swiper-button-next {
    right: 5px;
  }

  .sec2-list-item .item-body {
    padding: 24px 24px 28px;
  }

  .sec2-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .sec2-list-item .item-body .item-btn {
    margin-top: 32px;
  }

  .sec2-list-item .item-btn a,
  .sec2-list-item .item-btn .btnn {
    line-height: 28px;
    font-size: 16px;
  }

  .sec2-list-item .item-body .item-icon a,
  .sec2-list-item .item-body .item-icon .btnn {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
  }

  .sec2-list-item .item-body .item-icon a .iconfont,
  .sec2-list-item .item-body .item-icon .btnn .iconfont {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .sec2 {
    padding-top: 58px;
    padding-bottom: 32px;
  }

  .sec2-tbody {
    padding-top: 36px;
  }

  .sec2-tbody-swiper .swiper-button {
    top: -68px;
    width: 42px;
    height: 42px;
    line-height: 38px;
    font-size: 16px;
  }

  .sec2-tbody-swiper .swiper-button-prev {
    right: 57px;
  }

  .sec2-tbody-swiper .swiper-button-next {
    right: 5px;
  }

  .sec2-list-item .item-body {
    padding: 20px 20px 22px;
  }

  .sec2-list-item .item-body .item-title {
    font-size: 17px;
    line-height: 30px;
  }

  .sec2-list-item .item-body .item-btn {
    margin-top: 28px;
  }

  .sec2-list-item .item-btn a,
  .sec2-list-item .item-btn .btnn {
    line-height: 26px;
    font-size: 15px;
  }

  .sec2-list-item .item-body .item-icon a,
  .sec2-list-item .item-body .item-icon .btnn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .sec2-list-item .item-body .item-icon a .iconfont,
  .sec2-list-item .item-body .item-icon .btnn .iconfont {
    font-size: 30px;
  }
}

@media screen and (max-width: 720px) {
  .sec2 {
    padding-top: 44px;
    padding-bottom: 26px;
  }

  .sec2-tbody {
    padding-top: 24px;
  }

  .sec2-tbody-swiper .swiper-button {
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 14px;
  }

  .sec2-tbody-swiper .swiper-button-prev {
    right: auto;
    left: 5px;
  }

  .sec2-tbody-swiper .swiper-button-next {
    right: 5px;
  }

  .sec2-list-item .item-body {
    padding: 16px 12px 18px;
  }

  .sec2-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }

  .sec2-list-item .item-body .item-btn {
    margin-top: 24px;
  }

  .sec2-list-item .item-btn a,
  .sec2-list-item .item-btn .btnn {
    line-height: 24px;
    font-size: 14px;
  }

  .sec2-list-item .item-body .item-icon a,
  .sec2-list-item .item-body .item-icon .btnn {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }

  .sec2-list-item .item-body .item-icon a .iconfont,
  .sec2-list-item .item-body .item-icon .btnn .iconfont {
    font-size: 28px;
  }
}

@media screen and (max-width: 560px) {
  .sec2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .sec2-tbody {
    padding-top: 20px;
  }

  .sec2-tbody-swiper .swiper-button {
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
  }

  .sec2-tbody-swiper .swiper-button-prev {
    right: auto;
    left: 5px;
  }

  .sec2-tbody-swiper .swiper-button-next {
    right: 5px;
  }

  .sec2-list-item .item-body {
    padding: 16px 12px 18px;
  }

  .sec2-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }

  .sec2-list-item .item-body .item-btn {
    margin-top: 20px;
  }

  .sec2-list-item .item-btn a,
  .sec2-list-item .item-btn .btnn {
    line-height: 24px;
    font-size: 14px;
  }

  .sec2-list-item .item-body .item-icon a,
  .sec2-list-item .item-body .item-icon .btnn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }

  .sec2-list-item .item-body .item-icon a .iconfont,
  .sec2-list-item .item-body .item-icon .btnn .iconfont {
    font-size: 24px;
  }
}

.sec2-2 {
  position: relative;
  width: 100%;
  /*  padding-top: 90px;*/
  padding-bottom: 100px;
}

.sec2-2 .sec-title {
  margin-top: 0
}

.sec2-2-tbody {
  position: relative;
  width: 100%;
  padding-top: 38px;
}

.sec2-2-tbody-menu {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border: 1px solid #222222;
}

.sec2-2-menu-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50%;
  padding: 0;
}

.sec2-menu-item+.sec2-menu-item {
  border-left: 1px solid #222;
}

.sec2-2-menu-item .btnn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 18px 15px;
  text-align: center;
  font-size: 18px;
  font-family: Montserrat-Bold;
  color: #222222;
  line-height: 32px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec2-2-menu-item .btnn:hover,
.sec2-2-menu-item.active .btnn {
  background: #222;
  color: #fff;
}

.sec2-2-tbody-content {
  position: relative;
  width: 100%;
  background: #F5F5F5;
}

.sec2-2-content-item {
  position: relative;
  width: 100%;
  display: none;
}

.sec2-2-content-box {
  position: relative;
  width: 100%;
  padding: 42px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec2-2-content-body .item-title {
  position: relative;
  font-size: 30px;
  color: #222222;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  line-height: 42px;
  margin-bottom: 20px;
}

.sec2-2-content-img {
  position: relative;
  width: 500px;
}

.sec2-2-content-img .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  background: #FFFFFF;
}

.sec2-2-content-img .item-pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.sec2-2-content-body {
  position: relative;
  width: calc(100% - 560px);
}

.sec2-2-content-body .item-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}

.sec2-2-content-body .item-desc p {
  margin-bottom: 15px;
}

.sec2-2-content-body .item-btn {
  position: relative;
  margin-top: 23px;
}

.sec-tbody-btn .btnn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 200px;
  padding: 6px 15px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  font-family: Arial;
  color: #fff;
  border: 1px solid #222222;
  background: #222;
}

.sec-tbody-btn a.btnn:hover {
  color: #222;
  background: #fff;
}

@media screen and (max-width: 1459px) {
  .sec2-2 {
    /*    padding-top: 78px;*/
    padding-bottom: 86px;
  }

  .sec2-2-tbody {
    padding-top: 24px;
  }

  .sec2-2-menu-item {
    width: 50%;
  }

  .sec2-2-menu-item .btnn {
    padding: 16px 14px;
    font-size: 16px;
    line-height: 30px;
  }

  .sec2-2-content-box {
    padding: 36px 36px;
  }

  .sec2-2-content-img {
    width: 460px;
  }

  .sec2-2-content-body {
    width: calc(100% - 500px);
  }

  .sec2-2-content-body .item-title {
    font-size: 28px;
    line-height: 40px;
  }

  .sec2-2-content-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }

  .sec2-2-content-body .item-btn {
    margin-top: 20px;
  }

  .sec-tbody-btn .btnn {
    min-width: 186px;
    padding: 5px 14px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
  }
}

@media screen and (max-width: 1259px) {
  .sec2-2 {
    /*    padding-top: 66px;*/
    padding-bottom: 72px;
  }

  .sec2-2-tbody {
    padding-top: 20px;
  }

  .sec2-2-menu-item {
    width: 50%;
  }

  .sec2-2-menu-item .btnn {
    padding: 14px 12px;
    font-size: 16px;
    line-height: 28px;
  }

  .sec2-2-content-box {
    padding: 30px 28px;
  }

  .sec2-2-content-img {
    width: 420px;
  }

  .sec2-2-content-body {
    width: calc(100% - 450px);
  }

  .sec2-2-content-body .item-title {
    font-size: 24px;
    line-height: 36px;
  }

  .sec2-2-content-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }

  .sec2-2-content-body .item-btn {
    margin-top: 18px;
  }

  .sec-tbody-btn .btnn {
    min-width: 172px;
    padding: 5px 12px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .sec2-2 {
    /*    padding-top: 54px;*/
    padding-bottom: 56px;
  }

  .sec2-2-tbody {
    padding-top: 18px;
  }

  .sec2-2-menu-item {
    width: 50%;
  }

  .sec2-2-menu-item .btnn {
    padding: 12px 10px;
    font-size: 15px;
    line-height: 26px;
  }

  .sec2-2-content-box {
    padding: 24px 20px;
  }

  .sec2-2-content-img {
    width: 360px;
  }

  .sec2-2-content-body {
    width: calc(100% - 380px);
  }

  .sec2-2-content-body .item-title {
    font-size: 20px;
    line-height: 32px;
  }

  .sec2-2-content-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }

  .sec2-2-content-body .item-btn {
    margin-top: 16px;
  }

  .sec-tbody-btn .btnn {
    min-width: 158px;
    padding: 4px 12px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 720px) {
  .sec2-2 {
    /*    padding-top: 42px;*/
    padding-bottom: 42px;
  }

  .sec2-2-tbody {
    padding-top: 16px;
  }

  .sec2-2-menu-item {
    width: 50%;
    border: 1px solid #222;
  }

  .sec2-2-menu-item .btnn {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .sec2-2-content-box {
    padding: 16px 15px;
  }

  .sec2-2-content-img {
    width: 280px;
  }

  .sec2-2-content-body {
    width: calc(100% - 300px);
  }

  .sec2-2-content-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .sec2-2-content-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }

  .sec2-2-content-body .item-btn {
    margin-top: 14px;
  }

  .sec-tbody-btn .btnn {
    min-width: 144px;
    padding: 4px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 600px) {
  .sec2-2 {
    /*    padding-top: 42px;*/
    padding-bottom: 42px;
  }

  .sec2-2-tbody {
    padding-top: 16px;
  }

  .sec2-2-menu-item {
    width: 50%;
  }

  .sec2-2-menu-item .btnn {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .sec2-2-content-box {
    padding: 16px 15px;
  }

  .sec2-2-content-img {
    width: 100%;
  }

  .sec2-2-content-body {
    width: 100%;
    padding-top: 16px;
  }

  .sec2-2-content-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .sec2-2-content-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }

  .sec2-2-content-body .item-btn {
    margin-top: 14px;
  }

  .sec-tbody-btn .btnn {
    min-width: 130px;
    padding: 3px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}

.sec3 {
  position: relative;
  width: 100%;
  padding: 100px 0 72px;
  background-color: #0C1118;
  background: url(../img/sec3-bgi.jpg) no-repeat center center;
  background-size: cover;
}

.sec3-tbody {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 58px;
}

.sec3-tbody-left {
  position: relative;
  width: 46.35%;
}

.sec3-tbody-right {
  position: relative;
  width: 50%;
  padding-top: 12px;
}

.sec3-left-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
}

.sec3-left-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #3F4347;
  margin-bottom: 26px;
}

.sec3-left-item .item-box {
  position: relative;
  width: 100%;
  padding-bottom: 18px;
}

.sec3-left-item .item-box .item-num {
  position: relative;
  font-size: 22px;
  font-family: Montserrat-Black;
  color: #FFFFFF;
  line-height: 34px;
}

.sec3-left-item .item-box .item-title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 12px;
}

.sec3-left-item .item-box .item-desc {
  font-size: 14px;
  color: #AEAEAE;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 6px;
  display: none;
  height: auto;
  overflow-y: scroll;
}

.sec3-left-item .item-box .item-title,
.sec3-left-item .item-box .item-title a {
  color: #fff;
}

.sec3-left-item .item-box .item-desc,
.sec3-left-item .item-box .item-desc a {
  color: #AEAEAE;
}

.sec3-left-item .item-box .item-desc a:hover {
  color: #EEEEEE;
}

.sec3-left-item.active .item-box .item-desc {
  display: block;
}

.sec3-right-swiper {
  position: relative;
  width: 100%;
}

.swiper-sec3 {
  position: relative;
  width: 100%;
}

.swiper-sec3 .item-pic {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.swiper-sec3 .item-pic .pic {
  display: block;
  position: relative;
  width: 100%;
}

.swiper-sec3 .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.swiper-sec3>.swiper-pagination-bullets {
  font-size: 0;
  letter-spacing: 0;
  bottom: 30px;
  right: 30px;
  left: 30px;
  text-align: right;
  width: auto;
}

.swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #0C1118;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin-left: 30px;
}

.swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 56px;
  background: #F7F7F7;
  border: 2px solid #0C1118;
  border-radius: 7px;
}

@media screen and (max-width: 1459px) {
  .sec3 {
    padding: 86px 0 62px;
  }

  .sec3-tbody {
    padding-top: 50px;
  }

  .sec3-tbody-left {
    width: 47%;
  }

  .sec3-tbody-right {
    width: 50%;
    padding-top: 10px;
  }

  .sec3-left-item {
    margin-bottom: 24px;
  }

  .sec3-left-item .item-box {
    padding-bottom: 16px;
  }

  .sec3-left-item .item-box .item-num {
    font-size: 20px;
    line-height: 32px;
  }

  .sec3-left-item .item-box .item-title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
  }

  .sec3-left-item .item-box .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 14px;
    margin-bottom: 4px;
  }

  .swiper-sec3>.swiper-pagination-bullets {
    bottom: 26px;
    right: 24px;
    left: 24px;
  }

  .swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-left: 24px;
  }

  .swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 7px;
  }
}

@media screen and (max-width: 1259px) {
  .sec3 {
    padding: 72px 0 50px;
  }

  .sec3-tbody {
    padding-top: 42px;
  }

  .sec3-tbody-left {
    width: 48%;
  }

  .sec3-tbody-right {
    width: 50%;
    padding-top: 10px;
  }

  .sec3-left-item {
    margin-bottom: 18px;
  }

  .sec3-left-item .item-box {
    padding-bottom: 10px;
  }

  .sec3-left-item .item-box .item-num {
    font-size: 18px;
    line-height: 30px;
  }

  .sec3-left-item .item-box .item-title {
    font-size: 17px;
    line-height: 28px;
    margin-top: 8px;
  }

  .sec3-left-item .item-box .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .swiper-sec3>.swiper-pagination-bullets {
    bottom: 20px;
    right: 18px;
    left: 18px;
  }

  .swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 18px;
  }

  .swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 42px;
    border-radius: 6px;
  }
}

@media(max-width: 991px) {
  .sec3 {
    padding: 58px 0 38px;
  }

  .sec3-tbody {
    padding-top: 34px;
  }

  .sec3-tbody-left {
    width: 100%;
  }

  .sec3-tbody-right {
    width: 100%;
    padding-top: 16px;
  }

  .sec3-left-item {
    margin-bottom: 18px;
  }

  .sec3-left-item .item-box {
    padding-bottom: 12px;
  }

  .sec3-left-item .item-box .item-num {
    font-size: 18px;
    line-height: 30px;
  }

  .sec3-left-item .item-box .item-title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }

  .sec3-left-item .item-box .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .swiper-sec3>.swiper-pagination-bullets {
    bottom: 16px;
    right: 12px;
    left: 12px;
  }

  .swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 12px;
  }

  .swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 36px;
    border-radius: 6px;
  }
}

@media (max-width: 600px) {
  .sec3 {
    padding: 44px 0 26px;
  }

  .sec3-tbody {
    padding-top: 26px;
  }

  .sec3-tbody-left {
    width: 100%;
  }

  .sec3-tbody-right {
    width: 100%;
    padding-top: 16px;
  }

  .sec3-left-item {
    margin-bottom: 18px;
  }

  .sec3-left-item .item-box {
    padding-bottom: 12px;
  }

  .sec3-left-item .item-box .item-num {
    font-size: 18px;
    line-height: 30px;
  }

  .sec3-left-item .item-box .item-title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }

  .sec3-left-item .item-box .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .swiper-sec3>.swiper-pagination-bullets {
    bottom: 16px;
    right: 12px;
    left: 12px;
  }

  .swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 12px;
  }

  .swiper-sec3>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 6px;
  }
}

.sec4 {
  position: relative;
  width: 100%;
  padding: 100px 0 70px;
}

.sec4-tbody {
  position: relative;
  width: 100%;
  padding-top: 47px;
}

.sec4-tbody-swiper {
  position: relative;
  width: 100%;
}

.swiper-sec4 {
  position: relative;
  width: 100%;
  padding-top: 65px;
}

.sec4-tbody-swiper .swiper-button {
  transform: translateY(-100%);
  top: -91px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #0C1118;
  border: 2px solid #0C1118;
  margin-top: 0;
}

.sec4-tbody-swiper .swiper-button:hover {
  background: #0C1118;
  color: #fff;
}

.sec4-tbody-swiper .swiper-button-prev {
  left: auto;
  right: 70px;
}

.swiper-sec4 .swiper-slide {
  display: inline-block;
  vertical-align: top;
}

.swiper-sec4>.swiper-scrollbar {
  bottom: auto;
  top: 0;
  background: rgba(12, 17, 24, .1);
  transform: skewX(327deg);
  left: 0;
  width: 100%;
  right: 0;
}

.swiper-sec4>.swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(12, 17, 24, 1)
}

.sec4-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
}

.sec4-tbody-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}

.sec4-tbody-item .item-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec4-tbody-item .item-pic {
  position: relative;
  width: 400px;
  text-align: center;
  border: 1px #eee solid;
}

.sec4-tbody-item .item-pic img {
  display: block;
  width: 100%;
}

.sec4-tbody-item .item-body {
  position: relative;
  width: 950px;
  padding-top: 24px;
  border-bottom: 1px solid #E4E7EB;
}

.sec4-tbody-item .item-body .item-title {
  font-size: 22px;
  font-family: Montserrat-Bold;
  color: #333333;
  line-height: 32px;
}

.sec4-tbody-item .item-body .item-date {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 40px;
}

.sec4-tbody-item .item-body .item-desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 24px;
}

@media screen and (max-width: 1459px) {
  .sec4 {
    padding: 86px 0 58px;
  }

  .sec4-tbody {
    padding-top: 40px;
  }

  .swiper-sec4 {
    padding-top: 56px;
  }

  .sec4-tbody-swiper .swiper-button {
    top: -78px;
    width: 46px;
    height: 46px;
    line-height: 42px;
    font-size: 18px;
  }

  .sec4-tbody-swiper .swiper-button-prev {
    right: 64px;
  }

  .sec4-tbody-item {
    margin-bottom: 28px;
  }

  .sec4-tbody-item .item-pic {
    width: 360px;
  }

  .sec4-tbody-item .item-body {
    width: 800px;
    padding-top: 20px;
  }

  .sec4-tbody-item .item-body .item-title {
    font-size: 20px;
    line-height: 30px;
  }

  .sec4-tbody-item .item-body .item-date {
    font-size: 16px;
    line-height: 28px;
    margin-top: 32px;
  }

  .sec4-tbody-item .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1259px) {
  .sec4 {
    padding: 72px 0 46px;
  }

  .sec4-tbody {
    padding-top: 32px;
  }

  .swiper-sec4 {
    padding-top: 48px;
  }

  .sec4-tbody-swiper .swiper-button {
    top: -62px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }

  .sec4-tbody-swiper .swiper-button-prev {
    right: 58px;
  }

  .sec4-tbody-item {
    margin-bottom: 24px;
  }

  .sec4-tbody-item .item-pic {
    width: 320px;
  }

  .sec4-tbody-item .item-body {
    width: 600px;
    padding-top: 16px;
  }

  .sec4-tbody-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .sec4-tbody-item .item-body .item-date {
    font-size: 15px;
    line-height: 26px;
    margin-top: 28px;
  }

  .sec4-tbody-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    height: 78px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 991px) {
  .sec4 {
    padding: 58px 0 34px;
  }

  .sec4-tbody {
    padding-top: 28px;
  }

  .swiper-sec4 {
    padding-top: 36px;
  }

  .sec4-tbody-swiper .swiper-button {
    top: -48px;
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 15px;
  }

  .sec4-tbody-swiper .swiper-button-prev {
    right: 48px;
  }

  .sec4-tbody-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sec4-tbody-item {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 10px;
  }

  .sec4-tbody-item .item-pic {
    width: 100%;
  }

  .sec4-tbody-item .item-body {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .sec4-tbody-item .item-body .item-title {
    font-size: 17px;
    line-height: 30px;
  }

  .sec4-tbody-item .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
  }

  .sec4-tbody-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 720px) {
  .sec4 {
    padding: 40px 0 24px;
  }

  .sec4-tbody {
    padding-top: 24px;
  }

  .swiper-sec4 {
    padding-top: 24px;
    padding-bottom: 40px
  }

  .sec4-tbody-swiper .swiper-button {
    top: auto;
    bottom: 0;
    transform: translateY(0%);
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
  }

  .sec4-tbody-swiper .swiper-button-next {
    right: 50%;
    transform: translateX(120%)
  }

  .sec4-tbody-swiper .swiper-button-prev {
    right: auto;
    left: 50%;
    transform: translateX(-120%)
  }

  .sec4-tbody-list {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sec4-tbody-item {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 6px;
  }

  .sec4-tbody-item .item-pic {
    width: 100%;
  }

  .sec4-tbody-item .item-body {
    width: 100%;
    padding-top: 16px;
  }

  .sec4-tbody-item .item-body .item-title {
    font-size: 17px;
    line-height: 30px;
  }

  .sec4-tbody-item .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }

  .sec4-tbody-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    margin-top: 8px;
  }
}

.sec-page-cta {
  position: relative;
  width: 100%;
  background-color: #0C1118;
  background: url(../img/sta-bgi.jpg) no-repeat center center;
  background-size: cover;
  padding: 77px 0 83px;
}

.page-cta-tbody {
  position: relative;
  width: 100%;
}

.page-cta-box {
  position: relative;
  width: 100%;
}

.page-cta-title {
  font-size: 42px;
  font-family: Montserrat-Black;
  color: #FFFFFF;
  line-height: 54px;
}

.page-cta-text {
  font-size: 16px;
  margin-top: 12px;
  color: #F7F7F7;
  line-height: 30px;
}

.page-cta-btn {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 34px;
}

.page-cta-btn .btnn {
  display: inline-block;
  vertical-align: top;
  min-width: 161px;
  line-height: 28px;
  padding: 10px 18px;
  font-size: 16px;
  color: #0C1118;
  background: #FFFFFF;
  border: 1px solid #fff;
  text-align: center;
  text-transform: uppercase;
}

.page-cta-title a {
  color: #fff;
}

.page-cta-title a:hover {
  color: #dedede;
}

.page-cta-text a {
  color: #f7f7f7;
}

.page-cta-text a:hover {
  color: #dedede;
}

.page-cta-btn a.btnn:hover {
  color: #FFFFFF;
  background: #0C1118;
}

@media screen and (max-width: 1459px) {
  .sec-page-cta {
    padding: 65px 0 71px;
  }

  .page-cta-title {
    font-size: 36px;
    line-height: 48px;
  }

  .page-cta-text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 28px;
  }

  .page-cta-btn {
    margin-top: 28px;
  }

  .page-cta-btn .btnn {
    min-width: 154px;
    line-height: 26px;
    padding: 9px 16px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1259px) {
  .sec-page-cta {
    padding: 52px 0 58px;
  }

  .page-cta-title {
    font-size: 30px;
    line-height: 42px;
  }

  .page-cta-text {
    font-size: 15px;
    margin-top: 9px;
    line-height: 26px;
  }

  .page-cta-btn {
    margin-top: 24px;
  }

  .page-cta-btn .btnn {
    min-width: 146px;
    line-height: 24px;
    padding: 8px 14px;
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .sec-page-cta {
    padding: 40px 0 46px;
  }

  .page-cta-title {
    font-size: 24px;
    line-height: 36px;
  }

  .page-cta-text {
    font-size: 14px;
    margin-top: 8px;
    line-height: 24px;
  }

  .page-cta-btn {
    margin-top: 20px;
  }

  .page-cta-btn .btnn {
    min-width: 138px;
    line-height: 22px;
    padding: 7px 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 720px) {
  .sec-page-cta {
    padding: 28px 0 34px;
  }

  .page-cta-title {
    font-size: 18px;
    line-height: 30px;
  }

  .page-cta-text {
    font-size: 13px;
    margin-top: 6px;
    line-height: 24px;
  }

  .page-cta-btn {
    margin-top: 16px;
  }

  .page-cta-btn .btnn {
    min-width: 130px;
    line-height: 22px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

.sec5 {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec5-tbody {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.sec5-tbody-right {
  position: relative;
  width: 32.285%;
}

.sec5-tbody-left {
  position: relative;
  width: 58.5715%;
}

.sec5-tbody-right .secs-top-text {
  margin-top: 30px;
}

.sec5-tbody-right .secs-top-btns {
  margin-top: 55px;
}

.sec5-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -20px;
}

.sec5-tbody-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.sec5-tbody-item .item-box {
  position: relative;
  width: 100%;
  padding: 13px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px 0px rgba(230, 230, 230, 0.8);
}

.sec5-tbody-item .item-box .item-title {
  position: relative;
  width: 100%;
  padding: 5px 30px;
  padding-right: 66px;
  font-size: 18px;
  font-family: Montserrat-Bold;
  color: #333;
  line-height: 30px;
  cursor: pointer;
}

.sec5-tbody-item .item-box .item-title:hover,
.sec5-tbody-item .item-box .item-title.active {
  color: #0C1118;
}

.sec5-tbody-item .item-box .item-title:before {
  content: "\e72f";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  font-family: "iconfont";
  text-align: center;
  display: block;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  text-align: center;
  font-weight: bold;
}

.sec5-tbody-item .item-box .item-title:hover::before,
.sec5-tbody-item .item-box .item-title.active:before {
  content: "\e72e";
  color: #fff;
  background: #0C1118;
}

.sec5-tbody-item .item-box .item-text {
  position: relative;
  width: 100%;
  display: none;
}

.sec5-tbody-item .item-box .item-text .text {
  font-size: 16px;
  padding: 6px 30px;
  color: #666666;
  line-height: 30px;
}

@media screen and (max-width: 1459px) {
  .sec5 {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .sec5-tbody-right {
    width: 32.5%;
  }

  .sec5-tbody-left {
    width: 59%;
  }

  .sec5-tbody-right .secs-top-text {
    margin-top: 28px;
  }

  .sec5-tbody-right .secs-top-btns {
    margin-top: 44px;
  }

  .sec5-tbody-list {
    margin-bottom: -18px;
  }

  .sec5-tbody-item {
    margin-bottom: 18px;
  }

  .sec5-tbody-item .item-box {
    padding: 12px 0;
  }

  .sec5-tbody-item .item-box .item-title {
    padding: 4px 28px;
    padding-right: 64px;
    font-size: 18px;
    line-height: 28px;
  }

  .sec5-tbody-item .item-box .item-title:before {
    right: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }

  .sec5-tbody-item .item-box .item-text .text {
    font-size: 16px;
    padding: 6px 28px;
    line-height: 28px;
  }
}

@media (max-width: 1259px) {
  .sec5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .sec5-tbody-right {
    width: 36%;
  }

  .sec5-tbody-left {
    width: 60%;
  }

  .sec5-tbody-right .secs-top-text {
    margin-top: 24px;
  }

  .sec5-tbody-right .secs-top-btns {
    margin-top: 32px;
  }

  .sec5-tbody-list {
    margin-bottom: -18px;
  }

  .sec5-tbody-item {
    margin-bottom: 18px;
  }

  .sec5-tbody-item .item-box {
    padding: 10px 0;
  }

  .sec5-tbody-item .item-box .item-title {
    padding: 3px 24px;
    padding-right: 54px;
    font-size: 16px;
    line-height: 26px;
  }

  .sec5-tbody-item .item-box .item-title:before {
    right: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

  .sec5-tbody-item .item-box .item-text .text {
    font-size: 15px;
    padding: 5px 24px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .sec5 {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .sec5-tbody-right {
    width: 100%;
    margin-bottom: 20px
  }

  .sec5-tbody-left {
    width: 100%;
  }

  .sec5-tbody-right .secs-top-text {
    margin-top: 16px;
  }

  .sec5-tbody-right .secs-top-btns {
    margin-top: 24px;
  }

  .sec5-tbody-list {
    margin-bottom: -16px;
  }

  .sec5-tbody-item {
    margin-bottom: 16px;
  }

  .sec5-tbody-item .item-box {
    padding: 8px 0;
  }

  .sec5-tbody-item .item-box .item-title {
    padding: 3px 20px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 24px;
  }

  .sec5-tbody-item .item-box .item-title:before {
    right: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .sec5-tbody-item .item-box .item-text .text {
    font-size: 14px;
    padding: 4px 20px;
    line-height: 24px;
  }
}

@media (max-width: 720px) {
  .sec5 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .sec5-tbody-right {
    width: 100%;
  }

  .sec5-tbody-left {
    width: 100%;
  }

  .sec5-tbody-right .secs-top-text {
    margin-top: 8px;
  }

  .sec5-tbody-right .secs-top-btns {
    margin-top: 16px;
  }

  .sec5-tbody-list {
    margin-bottom: -16px;
  }

  .sec5-tbody-item {
    margin-bottom: 16px;
  }

  .sec5-tbody-item .item-box {
    padding: 8px 0;
  }

  .sec5-tbody-item .item-box .item-title {
    padding: 2px 16px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 24px;
  }

  .sec5-tbody-item .item-box .item-title:before {
    right: 8px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }

  .sec5-tbody-item .item-box .item-text .text {
    font-size: 14px;
    padding: 4px 16px;
    line-height: 24px;
  }
}

@media (max-width: 560px) {
  .sec5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sec6 {
  position: relative;
  width: 100%;
  padding: 101px 0 100px;
  background: #F7F7F7;
}

.sec6-tbody {
  position: relative;
  width: 100%;
  padding-top: 65px;
}

.sec6-tbody-swiper {
  position: relative;
  margin-left: -120px;
  margin-right: -120px;
  padding: 0 120px;
}

.swiper-sec6 {
  position: relative;
  width: 100%;
}

.swiper-sec6 .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.sec6-tbody-swiper .swiper-button {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -46px;
  width: 66px;
  height: 66px;
  line-height: 62px;
  font-size: 24px;
  background: rgba(12, 17, 24, 0.1);
  border: 2px solid #0C1118;
  color: #0C1118;
  border-radius: 50%;
  text-align: center;
}

.sec6-tbody-swiper .swiper-button:hover {
  background: #0C1118;
  color: #fff;
}

.swiper-sec6 .list-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}

.swiper-sec6 .list-item .item-pics {
  position: relative;
  padding-bottom: 100%;
  background: #FFFFFF;
}

.swiper-sec6 .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-sec6 .list-item .item-pics img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.swiper-sec6 .list-item .item-backdrop .iconfont {
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff;
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
}

@media screen and (max-width: 999px) {
  .list-item .item-backdrop {
    display: none;
  }
}

.swiper-sec6 .list-item .item-body {
  position: relative;
  width: 100%;
  padding: 0 8px;
  margin-top: -22px;
}

.swiper-sec6 .list-item .item-body .item-name {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px 0px rgba(230, 230, 230, 0.3);
  padding: 14px 25px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: left;
}

.swiper-sec6 .list-item:hover .item-body .item-name {
  color: #000000;
}

@media screen and (max-width: 1659px) {
  .sec6 {
    padding: 88px 0 86px;
  }

  .sec6-tbody {
    padding-top: 56px;
  }

  .sec6-tbody-swiper {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 60px;
  }

  .sec6-tbody-swiper .swiper-button {
    margin-top: -36px;
    width: 54px;
    height: 54px;
    line-height: 50px;
    font-size: 22px;
  }

  .swiper-sec6 .list-item .item-backdrop .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
    width: 32px;
    height: 32px;
    line-height: 30px;
  }

  .swiper-sec6 .list-item .item-body {
    padding: 0 8px;
    margin-top: -18px;
  }

  .swiper-sec6 .list-item .item-body .item-name {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1459px) {
  .sec6 {
    padding: 74px 0 72px;
  }

  .sec6-tbody {
    padding-top: 48px;
  }

  .sec6-tbody-swiper {
    margin-left: -28px;
    margin-right: -28px;
    padding: 0 50px;
  }

  .sec6-tbody-swiper .swiper-button {
    margin-top: -28px;
    width: 42px;
    height: 42px;
    line-height: 38px;
    font-size: 18px;
  }

  .swiper-sec6 .list-item .item-backdrop .iconfont {
    font-size: 20px;
    font-size: 2rem;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .swiper-sec6 .list-item .item-body {
    padding: 0 8px;
    margin-top: -16px;
  }

  .swiper-sec6 .list-item .item-body .item-name {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1259px) {
  .sec6 {
    padding: 60px 0 58px;
  }

  .sec6-tbody {
    padding-top: 40px;
  }

  .sec6-tbody-swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 40px;
  }

  .sec6-tbody-swiper .swiper-button {
    margin-top: -20px;
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 16px;
  }

  .swiper-sec6 .list-item .item-backdrop .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .swiper-sec6 .list-item .item-body {
    padding: 0 4px;
    margin-top: 0px;
  }

  .swiper-sec6 .list-item .item-body .item-name {
    padding: 8px 15px;
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .sec6 {
    padding: 46px 0 44px;
  }

  .sec6-tbody {
    padding-top: 32px;
  }

  .sec6-tbody-swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 32px;
  }

  .sec6-tbody-swiper .swiper-button {
    margin-top: -16px;
    width: 28px;
    height: 28px;
    line-height: 24px;
    font-size: 14px;
  }

  .swiper-sec6 .list-item .item-backdrop .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .swiper-sec6 .list-item .item-body {
    padding: 0 4px;
    margin-top: 0px;
  }

  .swiper-sec6 .list-item .item-body .item-name {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .sec6 {
    padding: 32px 0 30px;
  }

  .sec6-tbody {
    padding-top: 24px;
  }

  .sec6-tbody-swiper {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 30px;
  }

  .sec6-tbody-swiper .swiper-button {
    margin-top: -16px;
    width: 26px;
    height: 26px;
    line-height: 22px;
    font-size: 12px;
  }

  .swiper-sec6 .list-item .item-backdrop .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .swiper-sec6 .list-item .item-body {
    padding: 0 4px;
    margin-top: 0px;
  }

  .swiper-sec6 .list-item .item-body .item-name {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .sec6 {
    padding: 24px 0 22px;
  }

  .sec6-tbody {
    padding-top: 18px;
  }
}

.sec7 {
  position: relative;
  width: 100%;
  padding: 100px 0 36px;
}

.sec7-tbody {
  position: relative;
  width: 100%;
  padding-top: 65px;
}

.sec7-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
}

.sec7-tbody-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 20px;
}

.sec7-tbody-item .item-box {
  position: relative;
  width: 100%;
}

.sec7-tbody-item .item-box .item-pic {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: 22;
  overflow: hidden;
}

.sec7-tbody-item .item-box .item-pic .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sec7-tbody-list .item-box .item-body {
  position: relative;
  width: 100%;
  padding: 24px 50px 0;
}

.sec7-tbody-list .item-box .item-body .item-title {
  font-size: 18px;
  line-height: 28px;
  font-family: Montserrat-Bold;
  color: #333;
}

@media screen and (max-width: 1459px) {
  .sec7 {
    padding: 86px 0 32px;
  }

  .sec7-tbody {
    padding-top: 56px;
  }

  .sec7-tbody-item {
    width: 50%;
    margin-bottom: 18px;
  }

  .sec7-tbody-list .item-box .item-body {
    padding: 22px 40px 0;
  }

  .sec7-tbody-list .item-box .item-body .item-title {
    font-size: 17px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1259px) {
  .sec7 {
    padding: 72px 0 28px;
  }

  .sec7-tbody {
    padding-top: 48px;
  }

  .sec7-tbody-item {
    width: 50%;
    margin-bottom: 18px;
  }

  .sec7-tbody-list .item-box .item-body {
    padding: 20px 30px 0;
  }

  .sec7-tbody-list .item-box .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width:991px) {
  .sec7 {
    padding: 58px 0 24px;
  }

  .sec7-tbody {
    padding-top: 40px;
  }

  .sec7-tbody-item {
    width: 50%;
    margin-bottom: 16px;
  }

  .sec7-tbody-list .item-box .item-body {
    padding: 16px 24px 0;
  }

  .sec7-tbody-list .item-box .item-body .item-title {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width:680px) {
  .sec7 {
    padding: 44px 0 20px;
  }

  .sec7-tbody {
    padding-top: 32px;
  }

  .sec7-tbody-item {
    width: 100%;
    margin-bottom: 16px;
  }

  .sec7-tbody-list .item-box .item-body {
    padding: 12px 15px 0;
  }

  .sec7-tbody-list .item-box .item-body .item-title {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width:480px) {
  .sec7 {
    padding: 30px 0 16px;
  }

  .sec7-tbody {
    padding-top: 24px;
  }

  .sec7-tbody-item {
    width: 100%;
    margin-bottom: 16px;
  }

  .sec7-tbody-list .item-box .item-body {
    padding: 10px 12px 0;
  }

  .sec7-tbody-list .item-box .item-body .item-title {
    font-size: 14px;
    line-height: 24px;
  }
}

.sec8 {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}

.sec8-tbody {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec8-tbody-left {
  position: relative;
  width: 31.5%;
  padding-top: 36px;
}

.sec8-tbody-right {
  position: relative;
  width: 58.5715%;
}

.sec8-tbody-left .secs-top-text {
  margin-top: 30px;
}

.sec8-tbody-left .secs-top-btns {
  margin-top: 105px;
}

.sec8-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
}

.sec8-tbody-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
}

.sec8-tbody-item .item-box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px 0px rgba(230, 230, 230, 0.8);
  padding: 17px 14px 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec8-tbody-item .item-box .item-title {
  font-size: 18px;
  font-family: Montserrat-Bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: calc(100% - 112px);
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.sec8-tbody-item .item-box .item-title>* {
  display: block;
  width: 100%;
}

.sec8-tbody-item .item-box .item-btn {
  position: relative;
  width: 40px;
}

.sec8-tbody-item .item-box .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 26px;
  color: #0C1118;
  background: rgba(12, 17, 24, .1);
}

.sec8-tbody-item .item-box .item-btn .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  text-decoration: underline;
}

.sec8-tbody-item .item-box .item-btn a.btnn:hover {
  color: #fff;
  background: #0C1118;
}

@media screen and (max-width: 1459px) {
  .sec8 {
    padding-top: 36px;
    padding-bottom: 72px;
  }

  .sec8-tbody-left {
    width: 32.5%;
    padding-top: 30px;
  }

  .sec8-tbody-right {
    width: 59%;
  }

  .sec8-tbody-left .secs-top-text {
    margin-top: 24px;
  }

  .sec8-tbody-left .secs-top-btns {
    margin-top: 85px;
  }

  .sec8-tbody-item {
    margin-bottom: 18px;
  }

  .sec8-tbody-item .item-box {
    padding: 16px 12px 16px 28px;
  }

  .sec8-tbody-item .item-box .item-title {
    font-size: 17px;
    width: calc(100% - 104px);
    line-height: 30px;
    height: 60px;
  }

  .sec8-tbody-item .item-box .item-btn {
    width: 36px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn {
    width: 36px;
    line-height: 36px;
    height: 36px;
    font-size: 24px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn .iconfont {
    font-size: 24px;
  }
}

@media screen and (max-width: 1259px) {
  .sec8 {
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .sec8-tbody-left {
    width: 34%;
    padding-top: 24px;
  }

  .sec8-tbody-right {
    width: 60%;
  }

  .sec8-tbody-left .secs-top-text {
    margin-top: 20px;
  }

  .sec8-tbody-left .secs-top-btns {
    margin-top: 70px;
  }

  .sec8-tbody-item {
    margin-bottom: 16px;
  }

  .sec8-tbody-item .item-box {
    padding: 14px 12px 14px 24px;
  }

  .sec8-tbody-item .item-box .item-title {
    font-size: 16px;
    width: calc(100% - 96px);
    line-height: 28px;
    height: 56px;
  }

  .sec8-tbody-item .item-box .item-btn {
    width: 32px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn {
    width: 32px;
    line-height: 32px;
    height: 32px;
    font-size: 20px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn .iconfont {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .sec8 {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .sec8-tbody-left {
    width: 100%;
    padding-top: 0px;
  }

  .sec8-tbody-right {
    width: 100%;
    padding-top: 20px;
  }

  .sec8-tbody-left .secs-top-text {
    margin-top: 16px;
  }

  .sec8-tbody-left .secs-top-btns {
    margin-top: 24px;
  }

  .sec8-tbody-item {
    margin-bottom: 16px;
  }

  .sec8-tbody-item .item-box {
    padding: 12px 10px 12px 20px;
  }

  .sec8-tbody-item .item-box .item-title {
    font-size: 15px;
    width: calc(100% - 88px);
    line-height: 26px;
    height: 52px;
  }

  .sec8-tbody-item .item-box .item-btn {
    width: 30px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn .iconfont {
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  .sec8 {
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .sec8-tbody-left {
    width: 100%;
    padding-top: 0px;
  }

  .sec8-tbody-right {
    width: 100%;
    padding-top: 16px;
  }

  .sec8-tbody-left .secs-top-text {
    margin-top: 10px;
  }

  .sec8-tbody-left .secs-top-btns {
    margin-top: 16px;
  }

  .sec8-tbody-item {
    margin-bottom: 16px;
  }

  .sec8-tbody-item .item-box {
    padding: 10px 10px 10px 15px;
  }

  .sec8-tbody-item .item-box .item-title {
    font-size: 14px;
    width: calc(100% - 72px);
    line-height: 24px;
    height: 48px;
  }

  .sec8-tbody-item .item-box .item-btn {
    width: 28px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn {
    width: 28px;
    line-height: 28px;
    height: 28px;
    font-size: 16px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn .iconfont {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .sec8 {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .sec8-tbody-left {
    width: 100%;
    padding-top: 0px;
  }

  .sec8-tbody-right {
    width: 100%;
    padding-top: 16px;
  }

  .sec8-tbody-left .secs-top-text {
    margin-top: 8px;
  }

  .sec8-tbody-left .secs-top-btns {
    margin-top: 12px;
  }

  .sec8-tbody-item {
    margin-bottom: 16px;
  }

  .sec8-tbody-item .item-box {
    padding: 10px;
  }

  .sec8-tbody-item .item-box .item-title {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    height: 48px;
  }

  .sec8-tbody-item .item-box .item-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn {
    width: 28px;
    line-height: 28px;
    height: 28px;
    font-size: 16px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn .iconfont {
    font-size: 16px;
  }
}

.bread,
.page {
  position: relative;
  width: 100%;
}

.bread-img {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.bread-img img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 200px;
  object-fit: cover;

}

.bread-img h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  font-size: 36px;
  width: 80%;
}

.bannerbg {
  width: 100%;
  background: #f8f8f8
}

.bread-href {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding: 12px 0;
}

.bread a {
  color: #333;
}

.bread a:hover,
.bread a.bread-active {
  font-family: Montserrat-Black;
}


@media (min-width:1260px) and (max-width: 1459px) {
  .bread-href {
    font-size: 16px;
    line-height: 28px;
    padding: 12px 0;
  }

  .bread-img h3 {
    font-size: 30px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .bread-href {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
  }
  .bread-img h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .bread-href {
    font-size: 15px;
    line-height: 26px;
    padding: 9px 0;
  }

  .bread-img h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .bread-href {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
  }

  .bread-img h3 {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .bread-href {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0;
  }
}

.page-con-top {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.page-contop-line {
  position: relative;
  width: 121px;
  height: 3px;
  background: #0C1118;
}

.boxs-titles {
  position: relative;
  font-size: 40px;
  font-family: Montserrat-Black;
  color: #333;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 26px;
}

.page-con-top .przhan {
  position: relative;
  overflow: hidden;
  max-height: 84px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  color: #999;
  margin-top: 22px;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.page-con-top .przhanh {
  max-height: none !important;
}

.page-con-top .more {
  position: relative;
  width: 100%;
}

.page-con-top .more .zhankai {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 161px;
  line-height: 30px;
  padding: 10px 20px;
  font-size: 16px;
  color: #FFFFFF;
  background: #0C1118;
  text-transform: uppercase;
}

.page-con-top .more .zhankai::before {
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  content: "";
  box-sizing: border-box;
}

.page-con-top .more .zhankai:hover::before {
  border: 1px solid #fff;
}


.page-bottom {
  position: relative;
  width: 100%;
  background-color: #0C1118;
  background: url(../img/page-bottom-bgi.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0 93px;
  margin-top: 80px;
}

.page-bottom-box {
  position: relative;
  width: 100%;
  text-align: center;
}

.page-bottom-box .page-bottom-title {
  font-size: 40px;
  font-size: 4rem;
  font-family: Montserrat-Black;
  color: #FFFFFF;
  line-height: 50px;
}

.page-bottom-box .page-bottom-title a {
  color: #fff;
}

.page-bottom-box .page-bottom-title a:hover {
  color: #dedede;
}

.page-bottom-box .page-bottom-btn {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 57px;
}

.page-bottom-box .page-bottom-btn .btnn {
  display: inline-block;
  vertical-align: top;
  min-width: 161px;
  line-height: 28px;
  padding: 10px 18px;
  font-size: 16px;
  color: #0C1118;
  background: #FFFFFF;
  border: 1px solid #fff;
  text-align: center;
  text-transform: uppercase;
}

.page-bottom-box .page-bottom-btn a.btnn:hover {
  color: #FFFFFF;
  background: #0C1118;
}

@media screen and (max-width: 1459px) {
  .page-con-top {
    margin-bottom: 52px;
  }

  .page-contop-line {
    width: 112px;
    height: 3px;
  }

  .boxs-titles {
    font-size: 36px;
    line-height: 46px;
    margin-top: 24px;
  }

  .page-con-top .przhan {
    max-height: 84px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .page-con-top .more .zhankai {
    min-width: 154px;
    line-height: 28px;
    padding: 9px 18px;
    font-size: 16px;
  }

  .page-con-top .more .zhankai::before {
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
  }

  .page-bottom {
    padding: 76px 0 78px;
    margin-top: 68px;
  }

  .page-bottom-box .page-bottom-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }

  .page-bottom-box .page-bottom-btn {
    margin-top: 48px;
  }

  .page-bottom-box .page-bottom-btn .btnn {
    min-width: 154px;
    line-height: 28px;
    padding: 8px 16px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1259px) {
  .page-con-top {
    margin-bottom: 44px;
  }

  .page-contop-line {
    width: 104px;
    height: 2px;
  }

  .boxs-titles {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }

  .page-con-top .przhan {
    max-height: 78px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .page-con-top .more .zhankai {
    min-width: 146px;
    line-height: 26px;
    padding: 8px 16px;
    font-size: 15px;
  }

  .page-con-top .more .zhankai::before {
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
  }

  .page-bottom {
    padding: 62px 0 64px;
    margin-top: 56px;
  }

  .page-bottom-box .page-bottom-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .page-bottom-box .page-bottom-btn {
    margin-top: 40px;
  }

  .page-bottom-box .page-bottom-btn .btnn {
    min-width: 146px;
    line-height: 26px;
    padding: 7px 14px;
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .page-con-top {
    margin-bottom: 36px;
  }

  .page-contop-line {
    width: 96px;
    height: 2px;
  }

  .boxs-titles {
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px;
  }

  .page-con-top .przhan {
    max-height: 72px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .page-con-top .more .zhankai {
    min-width: 138px;
    line-height: 24px;
    padding: 7px 14px;
    font-size: 14px;
  }

  .page-con-top .more .zhankai::before {
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
  }

  .page-bottom {
    padding: 48px 0 50px;
    margin-top: 44px;
  }

  .page-bottom-box .page-bottom-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

  .page-bottom-box .page-bottom-btn {
    margin-top: 32px;
  }

  .page-bottom-box .page-bottom-btn .btnn {
    min-width: 138px;
    line-height: 24px;
    padding: 6px 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 720px) {
  .page-con-top {
    margin-bottom: 28px;
  }

  .page-contop-line {
    width: 90px;
    height: 2px;
  }

  .boxs-titles {
    font-size: 20px;
    line-height: 32px;
    margin-top: 12px;
  }

  .page-con-top .przhan {
    max-height: 72px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .page-con-top .more .zhankai {
    min-width: 130px;
    line-height: 24px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .page-con-top .more .zhankai::before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }

  .page-bottom {
    padding: 32px 0 36px;
    margin-top: 32px;
  }

  .page-bottom-box .page-bottom-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .page-bottom-box .page-bottom-btn {
    margin-top: 24px;
  }

  .page-bottom-box .page-bottom-btn .btnn {
    min-width: 130px;
    line-height: 24px;
    padding: 4px 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .page-con-top {
    margin-bottom: 20px;
  }

  .page-contop-line {
    width: 90px;
    height: 2px;
  }

  .boxs-titles {
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
  }

  .page-con-top .przhan {
    max-height: 72px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .page-con-top .more .zhankai {
    min-width: 124px;
    line-height: 24px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .page-con-top .more .zhankai::before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }

  .page-bottom {
    padding: 20px 0 24px;
    margin-top: 20px;
  }

  .page-bottom-box .page-bottom-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .page-bottom-box .page-bottom-btn {
    margin-top: 20px;
  }

  .page-bottom-box .page-bottom-btn .btnn {
    min-width: 124px;
    line-height: 24px;
    padding: 4px 10px;
    font-size: 14px;
  }
}

.cer-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.cer-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 11px;
  margin-bottom: 30px;
}

.cer-list .list-item .item-pics {
  position: relative;
  padding-bottom: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px 0px rgba(230, 230, 230, 0.8);
}

.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: #fff;
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
}

@media screen and (max-width: 999px) {
  .list-item .item-backdrop {
    display: none;
  }
}

.cer-list .list-item .item-body {
  position: relative;
  width: 100%;
  padding: 0 8px;
  margin-top: -22px;
}

.cer-list .list-item .item-body .item-name {
  position: relative;
  width: 100%;
  background: #F2F3F5;
  padding: 14px 25px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: left;
}

@media screen and (max-width: 1459px) {
  .cer-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .cer-list .list-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 28px;
  }

  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
    width: 32px;
    height: 32px;
    line-height: 30px;
  }

  .cer-list .list-item .item-body {
    padding: 0 7px;
    margin-top: -18px;
  }

  .cer-list .list-item .item-body .item-name {
    padding: 13px 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1259px) {
  .cer-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .cer-list .list-item {
    width: 25%;
    padding: 0 6px;
    margin-bottom: 24px;
  }

  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 20px;
    font-size: 2rem;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .cer-list .list-item .item-body {
    padding: 0 6px;
    margin-top: -16px;
  }

  .cer-list .list-item .item-body .item-name {
    padding: 12px 16px;
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  .cer-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .cer-list .list-item {
    width: 33.333333333%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 20px;
    font-size: 2rem;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .cer-list .list-item .item-body {
    padding: 0 6px;
    margin-top: -16px;
  }

  .cer-list .list-item .item-body .item-name {
    padding: 12px 16px;
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width: 750px) {
  .cer-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 8px;
    padding-bottom: 16px;
  }

  .cer-list .list-item {
    width: 33.333333333%;
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 20px;
    font-size: 2rem;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .cer-list .list-item .item-body {
    padding: 0 6px;
    margin-top: 0px;
  }

  .cer-list .list-item .item-body .item-name {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 660px) {
  .cer-list {
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 8px;
    padding-bottom: 16px;
  }

  .cer-list .list-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 20px;
  }

  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 20px;
    font-size: 2rem;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .cer-list .list-item .item-body {
    padding: 0 4px;
    margin-top: 0px;
  }

  .cer-list .list-item .item-body .item-name {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 360px) {
  .cer-list {
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .cer-list .list-item {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 18px;
  }

  .cer-list .list-item .item-backdrop .iconfont {
    font-size: 20px;
    font-size: 2rem;
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .cer-list .list-item .item-body {
    padding: 0px;
    margin-top: 0px;
  }

  .cer-list .list-item .item-body .item-name {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 24px;
  }
}

.about {
  position: relative;
  padding-top: 58px;
}

.about-top {
  position: relative;
  width: 100%;
  padding-bottom: 88px;
}

.contact-top {
  position: relative;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 60px;
}

.contact-top .page-con-top {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.contact-top-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f4f4f4;
}

.contact-top-img {
  position: relative;
  width: 50%;
}

.contact-top-img img {
  position: relative;
  display: block;
  width: 100%;
}

.contact-top-info {
  position: relative;
  width: 50%;
  padding: 10px 60px;
}

.contact-title {
  position: relative;
  font-family: Arial;
  font-weight: bold;
  font-size: 38px;
  font-size: 3.8rem;
  color: #03274B;
  line-height: 50px;
  margin-bottom: 26px;
}

.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;
  min-width: 100%;
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-right: 10px;
}

.contact-top-list a {
  color: #666;
}

.contact-top-list a:hover {
  color: #D70F0F;
}

.about-name {
  position: relative;
  font-size: 34px;
  font-size: 3.4rem;
  color: #333333;
  line-height: 46px;
  font-family: Montserrat-Bold;
  padding-bottom: 38px;
}

.about-top-text {
  padding-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666666;
  line-height: 36px;
  border-top: 1px solid #DFE2E6;
}

.about-top-text a {
  color: #333;
}

.about-top-text a:hover {
  color: #666;
}

.about-top-text img {
  display: inline-block;
  vertical-align: top;
}




.contact-top-list {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.contact-top-list a {
  color: #666;
}

.contact-top-list a:hover {
  color: #000000;
}

.about-form {
  position: relative;
  width: 100%;
  background: #F2F3F5;
  padding: 100px 0;
}

.about-form-box {
  position: relative;
  width: 100%;
  margin-top: 28px;
}

.about-form form {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-form .item-input {
  position: relative;
  width: 32.3%;
  margin-bottom: 19px;
  height: 65px;
  background: #FDFDFD;
  border: 1px solid #E6E6E6;
}

.about-form .item-input:hover {
  border-color: #C73033;
}

.about-form .item-input1 {
  width: 100%;
  height: 148px;
}

.about-form .item-input2 {
  width: 100%;
}

.about-form .item-code {
  position: relative;
  padding-right: 180px;
  width: 100%;
}

.about-form .attachment {
  cursor: pointer;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  height: auto !important;
  border: 0 !important;
  margin-bottom: 0 !important;
}

.about-form .item-input.star::before {
  position: absolute;
  right: 16px;
  top: 28px;
  content: "*";
  font-size: 24px;
  color: #FF0000;
  line-height: 18px;
}

.about-form .item-input input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  padding: 8px 20px;
  display: block;
}

.about-form .item-input1 textarea {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  padding: 15px 20px;
  display: block;
}

.attachment .file-group {
  width: 100%;
  height: 65px;
  position: relative;
  overflow: hidden;
}

.attachment .file-group .file-btn {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.5s;
}

.attachment .file-group .file-btn-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -72px;
}

.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: 172px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-form .item-code-img .yanzheng {
  text-align: center;
  max-height: 63px;
}

.about-form .item-input-btn {
  width: 100%;
  height: 65px;
  position: relative;
}

.about-form .item-input-btn .item-btn {
  max-width: 100%;
  height: 100%;
  width: 100%;
  border: 1px solid #0C1118;
  background: #0C1118;
  font-size: 16px;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.about-form .item-input-btn .item-btn:hover {
  background: #fff;
  color: #0C1118;
}

@media screen and (max-width: 1459px) {
  .about {
    padding-top: 50px;
  }

  .about-top {
    padding-bottom: 74px;
  }

  .contact-top {
    padding-top: 8px;
  }

  .about-name {
    font-size: 30px;
    font-size: 3rem;
    line-height: 42px;
    padding-bottom: 32px;
  }

  .about-top-text {
    padding-top: 36px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
  }

  .contact-top-list {
    margin-top: 18px;
    font-size: 16px;
    line-height: 28px;
  }

  .about-form {
    padding: 86px 0;
  }

  .about-form-box {
    margin-top: 24px;
  }

  .about-form .item-input {
    width: 32.3%;
    margin-bottom: 18px;
    height: 62px;
  }

  .about-form .item-input1 {
    width: 100%;
    height: 142px;
  }

  .about-form .item-code {
    padding-right: 170px;
    width: 100%;
  }

  .about-form .item-input.star::before {
    right: 10px;
    top: 26px;
    font-size: 18px;
    line-height: 18px;
  }

  .about-form .item-input input {
    font-size: 16px;
    line-height: 30px;
    padding: 8px 20px;
  }

  .about-form .item-input1 textarea {
    font-size: 16px;
    line-height: 30px;
    padding: 14px 20px;
  }

  .attachment .file-group {
    width: 100%;
    height: 62px;
  }

  .attachment .file-group .file-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .attachment .file-group .file-btn-img {
    margin-left: -70px;
  }

  .about-form .item-code-img {
    width: 160px;
  }

  .about-form .item-code-img .yanzheng {
    max-height: 60px;
  }

  .about-form .item-input-btn {
    width: 100%;
    height: 62px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .about {
    padding-top: 42px;
  }

  .about-top {
    padding-bottom: 60px;
  }

  .contact-top {
    padding-top: 6px;
  }

  .about-name {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 38px;
    padding-bottom: 28px;
  }

  .about-top-text {
    padding-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .contact-top-list {
    margin-top: 16px;
    font-size: 15px;
    line-height: 26px;
  }

  .about-form {
    padding: 72px 0;
  }

  .about-form-box {
    margin-top: 20px;
  }

  .about-form .item-input {
    width: 32.3%;
    margin-bottom: 16px;
    height: 56px;
  }

  .about-form .item-input1 {
    width: 100%;
    height: 142px;
  }

  .about-form .item-code {
    padding-right: 160px;
    width: 100%;
  }

  .about-form .item-input.star::before {
    right: 10px;
    top: 24px;
    font-size: 18px;
    line-height: 18px;
  }

  .about-form .item-input input {
    font-size: 16px;
    line-height: 30px;
    padding: 6px 16px;
  }

  .about-form .item-input1 textarea {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 16px;
  }

  .attachment .file-group {
    width: 100%;
    height: 56px;
  }

  .attachment .file-group .file-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .attachment .file-group .file-btn-img {
    margin-left: -70px;
  }

  .about-form .item-code-img {
    width: 160px;
  }

  .about-form .item-code-img .yanzheng {
    max-height: 54px;
  }

  .about-form .item-input-btn {
    width: 100%;
    height: 56px;
  }
}

@media (max-width: 991px) {
  .about {
    padding-top: 30px;
  }

  .about-top {
    padding-bottom: 46px;
  }

  .contact-top {
    padding-top: 6px;
  }

  .about-name {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
    padding-bottom: 24px;
  }

  .about-top-text {
    padding-top: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .contact-top-list {
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
  }

  .about-form {
    padding: 56px 0;
  }

  .about-form-box {
    margin-top: 18px;
  }

  .about-form form {
    padding-left: 12px;
  }

  .about-form .item-input {
    width: 32.3%;
    margin-bottom: 16px;
    height: 50px;
  }

  .about-form .item-input1 {
    width: 100%;
    height: 142px;
  }

  .about-form .item-code {
    padding-right: 154px;
    width: 100%;
  }

  .about-form .item-input.star::before {
    right: 10px;
    top: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .about-form .item-input input {
    font-size: 14px;
    line-height: 28px;
    padding: 6px 16px;
  }

  .about-form .item-input1 textarea {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 16px;
  }

  .attachment .file-group {
    width: 100%;
    height: 50px;
  }

  .attachment .file-group .file-btn {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .attachment .file-group .file-btn-img {
    margin-left: -70px;
  }

  .about-form .item-code-img {
    width: 148px;
  }

  .about-form .item-code-img .yanzheng {
    max-height: 48px;
  }

  .about-form .item-input-btn {
    width: 100%;
    height: 50px;
  }
}

@media (max-width: 720px) {
  .about {
    padding-top: 24px;
  }

  .about-top {
    padding-bottom: 32px;
  }

  .contact-top {
    padding-top: 6px;
  }

  .about-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .about-top-text {
    padding-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
  }

  .contact-top-list {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .about-form {
    padding: 40px 0;
  }

  .about-form-box {
    margin-top: 18px;
  }

  .about-form form {
    padding-left: 12px;
  }

  .about-form .item-input {
    width: 100%;
    margin-bottom: 16px;
    height: 44px;
  }

  .about-form .item-input1 {
    width: 100%;
    height: 136px;
  }

  .about-form .item-code {
    padding-right: 140px;
    width: 100%;
  }

  .about-form .item-input.star::before {
    right: 10px;
    top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .about-form .item-input input {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 16px;
  }

  .about-form .item-input1 textarea {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 16px;
  }

  .attachment .file-group {
    width: 100%;
    height: 44px;
  }

  .attachment .file-group .file-btn {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .attachment .file-group .file-btn-img {
    margin-left: -66px;
  }

  .about-form .item-code-img {
    width: 132px;
  }

  .about-form .item-code-img .yanzheng {
    max-height: 42px;
  }

  .about-form .item-input-btn {
    width: 100%;
    height: 44px;
    margin-top: 16px;
  }
}

@media (max-width: 560px) {
  .about {
    padding-top: 20px;
  }

  .about-top {
    padding-bottom: 24px;
  }

  .contact-top {
    padding-top: 6px;
  }

  .about-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .about-top-text {
    padding-top: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .contact-top-list {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .about-form {
    padding: 28px 0;
  }

  .about-form-box {
    margin-top: 16px;
  }
}

/**************** product *****************/
.product {
  position: relative;
  width: 100%;
  padding-top: 68px;
}

.pro-contain {
  width: 100%;
  position: relative;
}

/* .pro-contain .pro-main{float: right;width: 1008px;}
.pro-contain .pro-slide{float: left;width: 306px;} */
@media (min-width:1260px) and (max-width: 1459px) {
  .product {
    padding-top: 56px;
  }

  /* .pro-contain .pro-main{width: 880px;}
  .pro-contain .pro-slide{width: 280px;} */
}

@media (min-width:992px) and (max-width: 1259px) {
  .product {
    padding-top: 44px;
  }

  /* .pro-contain .pro-main{width: 680px;}
  .pro-contain .pro-slide{width: 240px;} */
}

@media (max-width: 991px) {
  .product {
    padding-top: 32px;
  }

  /* .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: 20px;
  }

  /* .pro-contain .pro-main{float: none;width: 100%;}
  .pro-contain .pro-slide{float: none;width: 100%;margin-top: 20px;} */
}

.pro-main-tbody {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.pro-main-title {
  font-size: 30px;
  font-size: 3rem;
  font-family: Montserrat-Bold;
  color: #333333;
  line-height: 42px;
  border-bottom: 1px solid #DFE2E6;
  padding-bottom: 10px;
  margin-bottom: 19px;
}

.pro-tbody-swiper {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.swiper-prolist {
  position: relative;
  width: 100%;
  padding: 10px 1px;
}

.pro-tbody-swiper .swiper-pagination {
  position: absolute;
  right: 0;
  left: auto;
  text-align: right;
  top: -42px;
  transform: translateY(-100%);
  font-size: 0;
  letter-spacing: 0;
}

.pro-tbody-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(12, 17, 24, 0.1);
  border: 2px solid #0C1118;
  border-radius: 50%;
  opacity: 1;
  margin-left: 62px;
  margin-right: 0;
}

.pro-tbody-swiper>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #0C1118;
}

.pro-list-item {
  position: relative;
  width: 100%;
}

.pro-list-item .item-box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 6px 16px 0px #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro-list-item .item-box .item-pic {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  text-align: center;
  background: #fff;
}

.pro-list-item .item-box .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.pro-list-item .item-box .item-body {
  position: relative;
  width: calc(100% - 300px);
  padding: 20px 40px;
}

.pro-list-item .item-body .item-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: Montserrat-Bold;
  color: #333333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.pro-list-item .item-body .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
  margin-top: 14px;
}

.pro-list-item .item-body .item-btn {
  position: relative;
  margin-top: 24px;
}

.pro-list-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

.pro-list-item .item-body .item-btn a.btnn:hover {
  text-transform: uppercase;
}

.pro-list-item .item-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.pro-list-item .item-icon .btnn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #0C1118;
}

.pro-list-item .item-icon .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
}

.pro-list-item .item-box:hover .item-icon .btnn {
  background: #0C1118;
  color: #fff;
}

.pro-form {
  display: block;
  position: relative;
  width: 100%;
}

.pro-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  transition: 0.5s;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.pro-list .pro-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s;
}

.fenye {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.fenyen {
  display: inline-block;
  vertical-align: top;
}

.fenyen li {
  display: inline-block;
}

.fenyen a {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 35px;
  line-height: 28px;
  padding: 0 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  margin-right: 8px;
  margin-bottom: 10px;
}

.fenyen a.icons {
  padding: 0 12px;
}

.fenyen li:hover a,
.fenyen li.active a {
  background: #0C1118;
  color: #fff;
  border-color: #0C1118;
}

.fenyen li.active a {
  cursor: unset;
}

.fuxuan {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}

.fuxuan>div {
  display: inline-block;
  vertical-align: top;
  background: url(../img/jian.png) no-repeat right center;
  padding: 0 24px;
  margin-bottom: 10px;
}

.fuxuan input {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.fuxuan>div input {
  margin-bottom: 0 !important;
}

.fuxuan input:hover {
  color: #fff;
  background: #0C1118;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .pro-main-tbody {
    margin-bottom: 36px;
  }

  .pro-main-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }

  .pro-tbody-swiper {
    padding-top: 18px;
  }

  .swiper-prolist {
    padding: 8px 1px;
  }

  .pro-tbody-swiper .swiper-pagination {
    top: -40px;
    transform: translateY(-100%);
  }

  .pro-tbody-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-left: 50px;
  }

  .pro-list-item .item-box .item-pic {
    width: 260px;
  }

  .pro-list-item .item-box .item-body {
    width: calc(100% - 260px);
    padding: 16px 28px;
  }

  .pro-list-item .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    height: 56px;
  }

  .pro-list-item .item-body .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    height: 112px;
    margin-top: 12px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 20px;
  }

  .pro-list-item .item-body .item-btn .btnn {
    font-size: 17px;
    line-height: 30px;
  }

  .pro-list-item .item-icon .btnn {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
  }

  .pro-list-item .item-icon .btnn .iconfont {
    font-size: 34px;
  }

  .pro-list {
    padding-bottom: 28px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .pro-list .pro-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 28px;
  }

  .fenyen a {
    min-width: 34px;
    line-height: 26px;
    padding: 0 3px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 8px;
  }

  .fenyen a.icons {
    padding: 0 10px;
  }

  .fuxuan input {
    padding: 0 8px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .pro-main-tbody {
    margin-bottom: 32px;
  }

  .pro-main-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    padding-bottom: 8px;
    margin-bottom: 14px;
  }

  .pro-tbody-swiper {
    padding-top: 16px;
  }

  .swiper-prolist {
    padding: 8px 1px;
  }

  .pro-tbody-swiper .swiper-pagination {
    top: -36px;
    transform: translateY(-100%);
  }

  .pro-tbody-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 36px;
  }

  .pro-list-item .item-box .item-pic {
    width: 220px;
  }

  .pro-list-item .item-box .item-body {
    width: calc(100% - 220px);
    padding: 12px 16px;
  }

  .pro-list-item .item-body .item-title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
    height: 52px;
  }

  .pro-list-item .item-body .item-desc {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    height: 96px;
    margin-top: 10px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 16px;
  }

  .pro-list-item .item-body .item-btn .btnn {
    font-size: 16px;
    line-height: 28px;
  }

  .pro-list-item .item-icon .btnn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .pro-list-item .item-icon .btnn .iconfont {
    font-size: 30px;
  }

  .pro-list {
    padding-bottom: 24px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .pro-list .pro-item {
    width: 25%;
    padding: 0 6px;
    margin-bottom: 24px;
  }

  .fenyen a {
    min-width: 32px;
    line-height: 24px;
    padding: 0 3px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 8px;
  }

  .fenyen a.icons {
    padding: 0 8px;
  }

  .fuxuan input {
    padding: 0 8px;
    line-height: 26px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .pro-main-tbody {
    margin-bottom: 24px;
  }

  .pro-main-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }

  .pro-tbody-swiper {
    padding-top: 16px;
  }

  .swiper-prolist {
    padding: 8px 1px;
  }

  .pro-tbody-swiper .swiper-pagination {
    top: -32px;
    transform: translateY(-100%);
  }

  .pro-tbody-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 22px;
  }

  .pro-list-item .item-box .item-pic {
    width: 100%;
  }

  .pro-list-item .item-box .item-body {
    width: 100%;
    padding: 12px 12px 18px;
  }

  .pro-list-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
  }

  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 96px;
    margin-top: 10px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 12px;
  }

  .pro-list-item .item-body .item-btn .btnn {
    font-size: 16px;
    line-height: 28px;
  }

  .pro-list-item .item-icon .btnn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }

  .pro-list-item .item-icon .btnn .iconfont {
    font-size: 26px;
  }

  .pro-list {
    padding-bottom: 20px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .pro-list .pro-item {
    width: 33.3333333%;
    padding: 0 12px;
    margin-bottom: 20px;
  }

  .fenyen a {
    min-width: 30px;
    line-height: 24px;
    padding: 0 2px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 8px;
  }

  .fenyen a.icons {
    padding: 0 8px;
  }

  .fuxuan input {
    padding: 0 8px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 700px) {
  .pro-main-tbody {
    margin-bottom: 20px;
  }

  .pro-main-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }

  .pro-tbody-swiper {
    padding-top: 16px;
  }

  .swiper-prolist {
    padding: 8px 1px 20px;
  }

  .pro-tbody-swiper .swiper-pagination {
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }

  .pro-tbody-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 16px;
  }

  .pro-list-item .item-box .item-pic {
    width: 100%;
  }

  .pro-list-item .item-box .item-body {
    width: 100%;
    padding: 12px 10px 16px;
  }

  .pro-list-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
  }

  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 96px;
    margin-top: 10px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 12px;
  }

  .pro-list-item .item-body .item-btn .btnn {
    font-size: 16px;
    line-height: 28px;
  }

  .pro-list-item .item-icon .btnn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .pro-list-item .item-icon .btnn .iconfont {
    font-size: 22px;
  }

  .pro-list {
    padding-bottom: 20px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .pro-list .pro-item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 20px;
  }

  .fenyen a {
    min-width: 30px;
    line-height: 24px;
    padding: 0 2px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 8px;
  }

  .fenyen a.icons {
    padding: 0 8px;
  }

  .fuxuan input {
    padding: 0 8px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 560px) {
  .pro-main-tbody {
    margin-bottom: 20px;
  }

  .pro-main-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }

  .pro-tbody-swiper {
    padding-top: 16px;
  }

  .swiper-prolist {
    padding: 8px 1px 20px;
  }

  .pro-tbody-swiper .swiper-pagination {
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }

  .pro-tbody-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 16px;
  }

  .pro-list-item .item-box .item-pic {
    width: 100%;
  }

  .pro-list-item .item-box .item-body {
    width: 100%;
    padding: 12px 10px 16px;
  }

  .pro-list-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
  }

  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 96px;
    margin-top: 10px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 12px;
  }

  .pro-list-item .item-body .item-btn .btnn {
    font-size: 16px;
    line-height: 28px;
  }

  .pro-list-item .item-icon .btnn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }

  .pro-list-item .item-icon .btnn .iconfont {
    font-size: 20px;
  }

  .pro-list {
    padding-bottom: 20px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .pro-list .pro-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .fenyen a {
    min-width: 30px;
    line-height: 24px;
    padding: 0 2px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 8px;
  }

  .fenyen a.icons {
    padding: 0 8px;
  }

  .fuxuan input {
    padding: 0 8px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 380px) {
  .pro-list .pro-item {
    width: 100%;
  }

  .pro-list-item {
    width: 100%;
  }
}

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

@media screen and (max-width: 991px) {
  .proslide_menubtn {
    display: block;
  }
}

.pro-slide-title {
  width: 100%;
  position: relative;
  padding: 0 20px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  font-family: Roboto-Bold;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid #0D2A56;
  padding-bottom: 14px;
  margin-bottom: 10px;
}

.pryiji {
  width: 100%;
  position: relative;
}

.pryiji>li {
  position: relative;
  transition: 0.5s;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 6px;
}

.pryiji>li>a {
  position: relative;
  display: block;
  padding: 10px 18px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  padding-right: 30px;
  color: #333;
}

.pryiji>li>.iconfont {
  position: absolute;
  z-index: 8;
  right: 12px;
  width: 11px;
  font-size: 12px;
  top: 13px;
  line-height: 20px;
  transition: 0.5s;
}

.pryiji>li>a .iconfont {
  position: absolute;
  z-index: 8;
  right: 12px;
  width: 11px;
  font-size: 12px;
  top: 13px;
  line-height: 20px;
  transition: 0.5s;
}

.pryiji>li>a span {
  transition: 0.5s;
  position: relative;
}

.pryiji>li>a:hover {
  color: #000000;
}

.pryiji>li>a:hover span {
  color: #000000;
}

.pryiji>li:hover>.iconfont {
  color: #000000;
  transform: rotate(90deg);
}

.pryiji>li:hover>a .iconfont {
  color: #000000;
  transform: rotate(90deg);
}


.prerji {
  padding: 6px 0;
  padding-left: 20px;
  border-top: 1px solid #D5D5D5;
}

.prerji>li {
  position: relative;
  transition: 0.5s;
}

.prerji>li>a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  padding: 4px 0;
  position: relative;
  padding-right: 26px;
  color: #333;
}

.prerji>li>.iconfont {
  position: absolute;
  z-index: 8;
  right: 12px;
  height: 30px;
  width: 14px;
  font-size: 12px;
  top: 0;
  line-height: 30px;
  transition: 0.5s;
}

.prerji>li>a .iconfont {
  position: absolute;
  z-index: 8;
  right: 12px;
  height: 30px;
  width: 14px;
  font-size: 12px;
  top: 0;
  line-height: 30px;
  transition: 0.5s;
}

.prerji>li>a:hover {
  color: #000000;
}

.prerji>li>a:hover span {
  color: #000000;
}

.prerji>li:hover>.iconfont {
  color: #000000;
  transform: rotate(90deg);
}

.prerji>li:hover>a .iconfont {
  color: #000000;
  transform: rotate(90deg);
}

/* .prerji>li:hover>.iconfont::before, .prerji>li:hover>a .iconfont::before {content: "\e600";} */
.prsanji {
  padding: 6px 0;
  padding-left: 20px;
}

.prsanji>li>a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 24px;
  padding: 3px 0;
  position: relative;
}

.prsanji>li>a:hover {
  color: #000000;
}

a.prbiao:hover {
  color: #000000;
}

.dangpryi>a {
  color: #000000 !important;
}

.dangpryi>a span {
  color: #000000 !important;
}

.dangpryi>.iconfont {
  color: #000000 !important;
  transform: rotate(90deg);
}

.dangpryi>a .iconfont {
  color: #000000 !important;
  transform: rotate(90deg);
}

/* .dangpryi>.iconfont::before, .dangpryi>a .iconfont::before {content: "\e600" !important;} */
/* .dangpryi>a i{ transform:rotate(180deg) !important; color:#fff !important} */
.dangprer>a {
  color: #000000 !important;
}

.dangprer>.iconfont {
  color: #000000 !important;
  transform: rotate(90deg);
}

.dangprer>a .iconfont {
  color: #000000 !important;
  transform: rotate(90deg);
}

.dangprer>a::before {
  display: block !important;
}

/* .dangprer>.iconfont::before, .dangprer>a .iconfont::before {content: "\e600" !important;} */

.attribute {
  position: relative;
  width: 100%;
  margin-bottom: 48px;
  padding-top: 10px;
}

.attribute .name span {
  display: inline-block;
  color: #666;
  transition: 0.5s;
}

.attribute .name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  min-width: 78px;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  vertical-align: top;
}

.attribute .name i {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  display: none;
}

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

.attribute .item-box {
  box-sizing: border-box;
  max-height: 180px;
  overflow-y: auto;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.attribute .item-box label {
  display: inline-block;
  cursor: pointer;
}

.attribute .item-box>div {
  color: #666;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: 18px;
  position: relative;
}

.attribute .item-box p input {
  display: inline-block;
  vertical-align: top;
}

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

.attribute .check-box-div {
  display: inline-block;
  vertical-align: middle;
}

.attribute .check-box-div .icon {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.attribute .item-box.active {
  display: block
}


.tag {
  width: 100%;
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #DFE2E6;
  padding-top: 22px;
}

.tag-list {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.tag-list a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 28px;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #666;
}

.tag-list a:hover {
  color: #0C1118;
}

.tag-list .tags-name {
  text-transform: uppercase;
  margin-right: 12px
}

.tag .prtag {
  position: relative;
  max-height: 114px;
  overflow: hidden;
}

.tag .prtagh {
  max-height: none !important;
}

.tag .mores {
  position: relative;
  width: 100%;
}

.tag .mores .zhankais {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 161px;
  line-height: 30px;
  padding: 10px 20px;
  font-size: 16px;
  color: #FFFFFF;
  background: #0C1118;
  text-transform: uppercase;
}

.tag .mores .zhankais::before {
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  content: "";
  box-sizing: border-box;
}

.tag .mores .zhankais:hover::before {
  border: 1px solid #fff;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .pro-slide-title {
    padding: 0 16px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }

  .pryiji>li {
    margin-bottom: 6px;
  }

  .pryiji>li>a {
    padding: 8px 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-right: 30px;
  }

  .pryiji>li>.iconfont {
    right: 12px;
    top: 10px;
  }

  .pryiji>li>a .iconfont {
    right: 12px;
    top: 10px;
  }

  .prerji {
    padding: 6px 0;
    padding-left: 20px;
  }

  .prerji>li>a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .prerji>li>.iconfont {
    right: 12px;
  }

  .prerji>li>a .iconfont {
    right: 12px;
  }

  .prsanji {
    padding: 6px 0;
    padding-left: 20px;
  }

  .prsanji>li>a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .attribute {
    margin-bottom: 40px;
    padding-top: 8px;
  }

  .attribute .name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    min-width: 72px;
  }

  .attribute .item-box>div {
    margin-bottom: 18px;
    margin-right: 16px;
  }

  .tag {
    margin-top: 28px;
    padding-top: 18px;
  }

  .tag-list {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .tag-list a {
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .tag .prtag {
    max-height: 114px;
  }

  .tag .mores .zhankais {
    min-width: 154px;
    line-height: 28px;
    padding: 9px 18px;
    font-size: 16px;
  }

  .tag .mores .zhankais::before {
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .pro-slide-title {
    padding: 0 14px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .pryiji>li {
    margin-bottom: 6px;
  }

  .pryiji>li>a {
    padding: 8px 16px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding-right: 30px;
  }

  .pryiji>li>.iconfont {
    right: 10px;
    top: 10px;
  }

  .pryiji>li>a .iconfont {
    right: 10px;
    top: 10px;
  }

  .prerji {
    padding: 6px 0;
    padding-left: 20px;
  }

  .prerji>li>a {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .prerji>li>.iconfont {
    right: 10px;
  }

  .prerji>li>a .iconfont {
    right: 10px;
  }

  .prsanji {
    padding: 6px 0;
    padding-left: 20px;
  }

  .prsanji>li>a {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .attribute {
    margin-bottom: 32px;
    padding-top: 6px;
  }

  .attribute .name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    min-width: 66px;
  }

  .attribute .item-box>div {
    margin-bottom: 16px;
    margin-right: 14px;
  }

  .tag {
    margin-top: 24px;
    padding-top: 14px;
  }

  .tag-list {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
  }

  .tag-list a {
    font-size: 15px;
    line-height: 26px;
    padding: 0 8px;
    margin-bottom: 10px;
  }

  .tag .prtag {
    max-height: 108px;
  }

  .tag .mores .zhankais {
    min-width: 146px;
    line-height: 26px;
    padding: 8px 16px;
    font-size: 15px;
  }

  .tag .mores .zhankais::before {
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
  }
}

@media (max-width: 991px) {
  .pro-slide-title {
    padding: 0 12px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }

  .pryiji>li {
    margin-bottom: 6px;
  }

  .pryiji>li>a {
    padding: 6px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding-right: 26px;
  }

  .pryiji>li>.iconfont {
    right: 10px;
    top: 8px;
  }

  .pryiji>li>a .iconfont {
    right: 10px;
    top: 8px;
  }

  .prerji {
    padding: 6px 0;
    padding-left: 20px;
  }

  .prerji>li>a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prerji>li>.iconfont {
    right: 10px;
  }

  .prerji>li>a .iconfont {
    right: 10px;
  }

  .prsanji {
    padding: 6px 0;
    padding-left: 20px;
  }

  .prsanji>li>a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .attribute {
    margin-bottom: 24px;
    padding-top: 4px;
  }

  .attribute .box {
    margin-top: 14px;
  }

  .attribute .name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    min-width: 66px;
  }

  .attribute .item-box>div {
    margin-bottom: 12px;
    margin-right: 12px;
  }

  .tag {
    margin-top: 20px;
    padding-top: 12px;
  }

  .tag-list {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .tag-list a {
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px;
    margin-bottom: 8px;
  }

  .tag .prtag {
    max-height: 96px;
  }

  .tag .mores .zhankais {
    min-width: 130px;
    line-height: 24px;
    padding: 5px 12px;
    font-size: 14px;
  }

  .tag .mores .zhankais::before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}

@media (max-width: 767px) {
  .pryiji {
    display: none;
    margin-bottom: 0;
  }

  .attribute {
    margin-bottom: 20px;
  }
}

.pro-related {
  position: relative;
  width: 100%;
  background: #F2F3F5;
  padding: 100px 0;
}

.news-related {
  position: relative;
  width: 100%;
  padding: 100px 0 70px;
}

.app-related {
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  background-color: #0C1118;
  background: url(../img/sec3-bgi.jpg) no-repeat center center;
  background-size: cover;
}

.faq-related {
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
}

.pro-related .related-swiper {
  position: relative;
  padding-top: 65px;
}

.news-related .related-swiper {
  position: relative;
  padding-top: 48px;
}

.app-related .related-swiper {
  position: relative;
  padding-top: 58px;
}

.faq-related .related-swiper {
  position: relative;
  padding-top: 45px;
}

.related-swiper .swiper-related {
  position: relative;
  width: 100%;
}

.news-related .related-swiper .swiper-related {
  padding-top: 65px;
}

.app-related .related-swiper .swiper-related {
  padding-bottom: 59px;
}

.faq-related .related-swiper .swiper-related {
  padding-bottom: 44px;
}

.related-swiper .swiper-button {
  top: 0;
  transform: translateY(-100%);
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #0C1118;
  border: 2px solid #0C1118;
  margin-top: 0;
}

.related-swiper .swiper-button:hover {
  background: #0C1118;
  color: #fff;
}

.related-swiper .swiper-button-prev {
  left: auto;
  right: 70px;
}

.pro-related .related-swiper .swiper-button {
  margin-top: -46px;
}

.news-related .related-swiper .swiper-button {
  margin-top: -8px;
}

.news-related .swiper-scrollbar {
  bottom: auto;
  top: 0;
  background: rgba(12, 17, 24, .1);
  transform: skewX(327deg);
  left: 0;
  right: 0;
  width: 100%;
}

.news-related .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(12, 17, 24, 1)
}

.swiper-related>.swiper-pagination-bullets {
  font-size: 0;
  letter-spacing: 0;
  bottom: 0px;
  right: 0px;
  left: 0px;
  text-align: center;
  width: auto;
}

.swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 1;
  margin: 0 20px;
}

.swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 66px;
  border-radius: 7px;
}

.app-related .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #0C1118;
  border: 2px solid #FFFFFF;
}

.app-related .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #F7F7F7;
  border: 2px solid #0C1118;
}

.faq-related .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(12, 17, 24, .6);
  border: 0;
}

.faq-related .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #0C1118;
  border: 0;
}

.related-swiper .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}

.related-swiper .swiper-slide .faq-list {
  margin: 0;
  padding: 0;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .pro-related {
    padding: 86px 0;
  }

  .news-related {
    padding: 86px 0 58px;
  }

  .app-related {
    padding: 86px 0 68px;
  }

  .faq-related {
    padding: 86px 0 68px;
  }

  .pro-related .related-swiper {
    padding-top: 56px;
  }

  .news-related .related-swiper {
    padding-top: 40px;
  }

  .app-related .related-swiper {
    padding-top: 50px;
  }

  .faq-related .related-swiper {
    padding-top: 36px;
  }

  .news-related .related-swiper .swiper-related {
    padding-top: 56px;
  }

  .app-related .related-swiper .swiper-related {
    padding-bottom: 50px;
  }

  .faq-related .related-swiper .swiper-related {
    padding-bottom: 36px;
  }

  .related-swiper .swiper-button {
    width: 46px;
    height: 46px;
    line-height: 42px;
    font-size: 18px;
  }

  .related-swiper .swiper-button-prev {
    right: 60px;
  }

  .pro-related .related-swiper .swiper-button {
    margin-top: -40px;
  }

  .news-related .related-swiper .swiper-button {
    margin-top: -6px;
  }

  .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 18px;
  }

  .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 60px;
    border-radius: 7px;
  }

}

@media (min-width:992px) and (max-width: 1259px) {
  .pro-related {
    padding: 72px 0;
  }

  .news-related {
    padding: 72px 0 46px;
  }

  .app-related {
    padding: 72px 0 56px;
  }

  .faq-related {
    padding: 72px 0 56px;
  }

  .pro-related .related-swiper {
    padding-top: 44px;
  }

  .news-related .related-swiper {
    padding-top: 32px;
  }

  .app-related .related-swiper {
    padding-top: 42px;
  }

  .faq-related .related-swiper {
    padding-top: 30px;
  }

  .news-related .related-swiper .swiper-related {
    padding-top: 48px;
  }

  .app-related .related-swiper .swiper-related {
    padding-bottom: 40px;
  }

  .faq-related .related-swiper .swiper-related {
    padding-bottom: 28px;
  }

  .related-swiper .swiper-button {
    width: 42px;
    height: 42px;
    line-height: 38px;
    font-size: 16px;
  }

  .related-swiper .swiper-button-prev {
    right: 54px;
  }

  .pro-related .related-swiper .swiper-button {
    margin-top: -40px;
  }

  .news-related .related-swiper .swiper-button {
    margin-top: -4px;
  }

  .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 12px;
  }

  .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 52px;
    border-radius: 6px;
  }
}

@media(max-width: 991px) {
  .pro-related {
    padding: 58px 0;
  }

  .news-related {
    padding: 58px 0 34px;
  }

  .app-related {
    padding: 58px 0 44px;
  }

  .faq-related {
    padding: 58px 0 44px;
  }

  .pro-related .related-swiper {
    padding-top: 36px;
  }

  .news-related .related-swiper {
    padding-top: 24px;
  }

  .app-related .related-swiper {
    padding-top: 30px;
  }

  .faq-related .related-swiper {
    padding-top: 24px;
  }

  .news-related .related-swiper .swiper-related {
    padding-top: 40px;
  }

  .app-related .related-swiper .swiper-related {
    padding-bottom: 32px;
  }

  .faq-related .related-swiper .swiper-related {
    padding-bottom: 20px;
  }

  .related-swiper .swiper-button {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
  }

  .related-swiper .swiper-button-prev {
    right: 48px;
  }

  .pro-related .related-swiper .swiper-button {
    margin-top: -30px;
  }

  .news-related .related-swiper .swiper-button {
    margin-top: -4px;
  }

  .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }

  .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 44px;
    border-radius: 6px;
  }
}

@media(max-width: 720px) {
  .pro-related {
    padding: 44px 0;
  }

  .news-related {
    padding: 44px 0 24px;
  }

  .app-related {
    padding: 44px 0 32px;
  }

  .faq-related {
    padding: 44px 0 32px;
  }

  .pro-related .related-swiper {
    padding-top: 28px;
  }

  .news-related .related-swiper {
    padding-top: 18px;
    padding-bottom: 40px;
  }

  .app-related .related-swiper {
    padding-top: 22px;
  }

  .faq-related .related-swiper {
    padding-top: 22px;
  }

  .news-related .related-swiper .swiper-related {
    padding-top: 32px;
  }

  .app-related .related-swiper .swiper-related {
    padding-bottom: 24px;
  }

  .faq-related .related-swiper .swiper-related {
    padding-bottom: 16px;
  }

  .related-swiper .swiper-button {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .related-swiper .swiper-button-prev {
    right: auto;
    left: 0;
  }

  .news-related .related-swiper .swiper-button {
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }

  .news-related .related-swiper .swiper-button-prev {
    left: 50%;
    transform: translateX(-120%)
  }

  .news-related .related-swiper .swiper-button-next {
    right: 50%;
    transform: translateX(120%)
  }

  .pro-related .related-swiper .swiper-button {
    margin-top: 0px;
  }

  .news-related .related-swiper .swiper-button {
    margin-top: 0px;
  }

  .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }

  .swiper-related>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 6px;
  }
}

@media (max-width: 560px) {
  .pro-related {
    padding: 30px 0;
  }

  .news-related {
    padding: 30px 0 18px;
  }

  .app-related {
    padding: 30px 0 24px;
  }

  .faq-related {
    padding: 30px 0 24px;
  }
}

.app-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.app-item .item-box {
  position: relative;
  width: 100%;
}

.app-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.app-item .item-box .item-pic img {
  position: relative;
  width: 100%;
  display: block;
}

.app-item .item-box .item-body {
  position: relative;
  width: 100%;
  padding: 23px 10px 0;
}

.app-item .item-body .item-title {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.app-item .item-body .item-desc {
  font-size: 16px;
  color: #AEAEAE;
  margin-top: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.app-item .item-body .item-title a {
  color: #fff;
}

.app-item .item-body .item-desc a {
  color: #aeaeae;
}

.app-item .item-body .item-title a:hover {
  color: #dedede;
}

.app-item .item-body .item-desc a:hover {
  color: #fff;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .app-item .item-box .item-body {
    padding: 20px 8px 0;
  }

  .app-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }

  .app-item .item-body .item-desc {
    font-size: 16px;
    margin-top: 12px;
    line-height: 28px;
    height: 56px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .app-item .item-box .item-body {
    padding: 18px 7px 0;
  }

  .app-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }

  .app-item .item-body .item-desc {
    font-size: 15px;
    margin-top: 10px;
    line-height: 26px;
    height: 52px;
  }
}

@media (max-width: 991px) {
  .app-item .item-box .item-body {
    padding: 16px 6px 0;
  }

  .app-item .item-body .item-title {
    font-size: 17px;
    line-height: 28px;
    height: 56px;
  }

  .app-item .item-body .item-desc {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
  }
}

@media (max-width: 720px) {
  .app-item .item-box .item-body {
    padding: 14px 0px 0;
  }

  .app-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }

  .app-item .item-body .item-desc {
    font-size: 14px;
    margin-top: 8px;
    line-height: 24px;
    height: 48px;
  }
}

.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: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../img/zoomloader.gif);
  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;
}

.m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 70px;
}

.m-propic {
  margin: 0 auto;
  width: 694px;
  float: left;
}

.m-propic .pic-big {
  width: 560px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  z-index: 9;
  border: 1px #ddd solid;
}

.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: right;
  width: 110px;
  padding-top: 29px;
  padding-bottom: 29px;
  overflow: hidden;
  z-index: 1
}

.m-propic .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: block;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #B6B7B9;
  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: #0C1118;
}

.m-propic .pic-list {
  width: 100%;
  height: 502px;
  overflow: hidden;
}

.m-propic .pic-list ul {
  height: 50000px;
}

.m-propic .list-item {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.m-propic .item-pics,
.m-propic .pic-list .item-video {
  display: block;
  border: 1px solid #ECECEC;
  position: relative;
}

.m-propic .item-pics:before,
.m-propic .pic-list .item-video:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  left: 0px;
  top: 50%;
  margin-top: -7px;
  z-index: -1
}

.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 #0C1118;
}

.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;
  padding-bottom: 100%;
  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: #0C1118;
}

@media screen and (max-width:1459px) {
  .m-prob {
    padding-bottom: 60px;
  }

  .m-propic {
    width: 610px;
  }

  .m-propic .pic-big {
    width: 490px;
  }

  .m-propic .pic-small {
    width: 100px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .m-propic .pic-btn {
    width: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .m-propic .pic-list {
    height: 446px;
  }

  .m-propic .list-item {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:1259px) {
  .m-prob {
    padding-bottom: 48px;
  }

  .m-propic {
    width: 500px;
  }

  .m-propic .pic-big {
    width: 402px;
  }

  .m-propic .pic-small {
    width: 82px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .m-propic .pic-btn {
    width: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .m-propic .pic-list {
    height: 362px;
  }

  .m-propic .list-item {
    margin-bottom: 11px;
  }
}

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

  .m-prob {
    padding-bottom: 36px;
  }
}

@media screen and (max-width:991px) {
  .m-prob {
    padding-bottom: 24px;
  }

  .m-propic1 {
    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: #B6B7B9;
    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: #0C1118;
  }

  .m-propic2 .box-btn.next:hover {
    color: #0C1118;
  }

  .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:500px) {
  .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 {
  width: 620px;
  float: right;
  padding-top: 20px;
}

.jianjie h1 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #333333;
  line-height: 48px;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
}

.jiann {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 20px;
  height: 180px;
  overflow: hidden;
}

.jiann p,
.jiann span,
.jiann li,
.jiann strong {
  color: #666;
}

.jiann a {
  color: #0C1118;
}

.jiann a:hover {
  color: #666;
}

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

.share2 {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.share2 img {
  display: inline-block;
  vertical-align: top;
}

.share a.prpdf {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  margin-left: 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.share a.prpdf .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-size: 2.4rem;
  text-decoration: underline;
  margin-right: 8px;
  line-height: 20px;
}

.share a.prpdf:hover {
  color: #0C1118;
}

.inno {
  letter-spacing: 0;
  font-size: 0px;
  margin-top: 104px;
}

.inno a {
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  line-height: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: center;
  color: #0C1118;
  background: rgba(12, 17, 24, .1);
}

.inno a:nth-last-of-type(1) {
  margin-right: 0 !important;
}

.inno a:hover {
  color: #fff;
  background: #0C1118;
}

.inno a .iconfont {
  margin-right: 6px;
}

@media screen and (max-width:1459px) {
  .prob-info {
    width: 560px;
    padding-top: 16px;
  }

  .jianjie h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }

  .jiann {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 168px;
  }

  .share1 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .share a.prpdf {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 24px;
  }

  .share a.prpdf .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 8px;
  }

  .inno {
    margin-top: 116px;
  }

  .inno a {
    min-width: 164px;
    line-height: 28px;
    padding: 9px 14px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-right: 16px;
  }
}

@media screen and (max-width:1259px) {
  .prob-info {
    width: 430px;
    padding-top: 12px;
  }

  .jianjie h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 38px;
  }

  .jiann {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 18px;
    height: 156px;
  }

  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .share a.prpdf {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 20px;
  }

  .share a.prpdf .iconfont {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 8px;
  }

  .inno {
    margin-top: 60px;
  }

  .inno a {
    min-width: 144px;
    line-height: 26px;
    padding: 8px 12px;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-right: 12px;
  }
}

@media screen and (max-width:991px) {
  .prob-info {
    width: 100%;
    float: none;
    padding-top: 20px;
  }

  .jianjie h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .jiann {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 14px;
    height: auto;
  }

  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .share a.prpdf {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 16px;
  }

  .share a.prpdf .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 6px;
  }

  .inno {
    margin-top: 20px;
  }

  .inno a {
    min-width: 132px;
    line-height: 24px;
    padding: 7px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width:720px) {
  .prob-info {
    width: 100%;
    float: none;
    padding-top: 16px;
  }

  .jianjie h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .jiann {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 12px;
    height: auto;
  }

  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .share a.prpdf {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 16px;
  }

  .share a.prpdf .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 6px;
  }

  .inno {
    margin-top: 20px;
  }

  .inno a {
    min-width: 124px;
    line-height: 24px;
    padding: 6px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-right: 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;
}

.pro-detail {
  position: relative;
  padding-bottom: 71px;
}

.product-attribute {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.patitem {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}

.patitem span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding: 0 14px;
  margin-right: 12px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #DCDCDC;
  border-radius: 15px;
  min-width: 75px;
}

.patitem-name {
  display: inline-block;
  vertical-align: top;
  min-width: 42px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-right: 10px;
}

.product-detail {
  position: relative;
  z-index: 1;
}

.prodetails-desc {
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 36px;
  padding-top: 20px;
  padding-bottom: 14px;
}

.prodetails-desc a {
  color: #0C1118;
}

.prodetails-desc a:hover {
  color: #666;
}

@media screen and (max-width:1459px) {
  .pro-detail {
    padding-bottom: 60px;
  }

  .product-attribute {
    margin-bottom: 42px;
  }

  .patitem {
    padding-bottom: 8px;
  }

  .patitem span {
    font-size: 15px;
    line-height: 26px;
    padding: 0 12px;
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 14px;
    min-width: 72px;
  }

  .patitem-name {
    min-width: 48px;
    font-size: 16px;
    line-height: 28px;
    margin-right: 10px;
  }

  .prodetails-desc {
    font-size: 17px;
    line-height: 34px;
    padding-top: 18px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width:1259px) {
  .pro-detail {
    padding-bottom: 48px;
  }

  .product-attribute {
    margin-bottom: 34px;
  }

  .patitem {
    padding-bottom: 8px;
  }

  .patitem span {
    font-size: 15px;
    line-height: 24px;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 13px;
    min-width: 68px;
  }

  .patitem-name {
    min-width: 48px;
    font-size: 15px;
    line-height: 26px;
    margin-right: 10px;
  }

  .prodetails-desc {
    font-size: 16px;
    line-height: 32px;
    padding-top: 16px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width:991px) {
  .pro-detail {
    padding-bottom: 36px;
  }

  .product-attribute {
    margin-bottom: 26px;
  }

  .patitem {
    padding-bottom: 8px;
  }

  .patitem span {
    font-size: 14px;
    line-height: 22px;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 12px;
    min-width: 64px;
  }

  .patitem-name {
    min-width: 48px;
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
  }

  .prodetails-desc {
    font-size: 16px;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width:600px) {
  .pro-detail {
    padding-bottom: 24px;
  }

  .product-attribute {
    margin-bottom: 18px;
  }

  .patitem {
    padding-bottom: 8px;
  }

  .patitem span {
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 12px;
    min-width: 64px;
  }

  .patitem-name {
    min-width: 48px;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
  }

  .prodetails-desc {
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 8px;
  }
}


/* ************** news ***************** */
.news {
  position: relative;
  padding: 67px 0 101px;
}

.news-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 28px;
  padding-top: 20px;
}

.news-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}

.new-item-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new-item-box .item-pic {
  position: relative;
  width: 400px;
  text-align: center;
  border: 1px #ddd solid;
}

.new-item-box .item-pic img {
  display: block;
  width: 100%;
}

.new-item-box .item-body {
  position: relative;
  width: 950px;
  padding-top: 24px;
  border-bottom: 1px solid #E4E7EB;
}

.new-item-box .item-body .item-title {
  font-size: 22px;
  font-family: Montserrat-Bold;
  color: #333333;
  line-height: 32px;
}

.new-item-box .item-body .item-date {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 40px;
}

.new-item-box .item-body .item-desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 24px;
}

@media screen and (max-width: 1459px) {
  .news {
    padding: 58px 0 86px;
  }

  .news-list {
    padding-bottom: 24px;
    padding-top: 18px;
  }

  .news-list-item {
    margin-bottom: 28px;
  }

  .new-item-box .item-pic {
    width: 360px;
  }

  .new-item-box .item-body {
    width: 800px;
    padding-top: 20px;
  }

  .new-item-box .item-body .item-title {
    font-size: 20px;
    line-height: 30px;
  }

  .new-item-box .item-body .item-date {
    font-size: 16px;
    line-height: 28px;
    margin-top: 32px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1259px) {
  .news {
    padding: 48px 0 72px;
  }

  .news-list {
    padding-bottom: 20px;
    padding-top: 14px;
  }

  .news-list-item {
    margin-bottom: 24px;
  }

  .new-item-box .item-pic {
    width: 320px;
  }

  .new-item-box .item-body {
    width: 600px;
    padding-top: 16px;
  }

  .new-item-box .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .new-item-box .item-body .item-date {
    font-size: 15px;
    line-height: 26px;
    margin-top: 28px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    height: 78px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 991px) {
  .news {
    padding: 40px 0 58px;
  }

  .news-list {
    padding-bottom: 16px;
    padding-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .news-list-item {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 10px;
  }

  .new-item-box .item-pic {
    width: 100%;
  }

  .new-item-box .item-body {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .new-item-box .item-body .item-title {
    font-size: 17px;
    line-height: 30px;
  }

  .new-item-box .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 720px) {
  .news {
    padding: 32px 0 44px;
  }

  .news-list {
    padding-bottom: 12px;
    padding-top: 8px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .news-list-item {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 6px;
  }

  .new-item-box .item-pic {
    width: 100%;
  }

  .new-item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }

  .new-item-box .item-body .item-title {
    font-size: 17px;
    line-height: 30px;
  }

  .new-item-box .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 580px) {
  .news {
    padding: 24px 0 30px;
  }

  .news-list {
    padding-bottom: 10px;
    padding-top: 6px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .news-list-item {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 6px;
  }

  .new-item-box .item-pic {
    width: 100%;
  }

  .new-item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }

  .new-item-box .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }

  .new-item-box .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    margin-top: 8px;
  }
}

@media screen and (max-width:360px) {
  .news-list-item {
    width: 100%;
  }
}

.news-detail {
  padding-bottom: 0;
}

.new-contain {
  width: 100%;
  position: relative;
  padding-bottom: 76px;
}

.news-title {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: Montserrat-Bold;
  color: #333333;
  line-height: 46px;
}

.new-contain .share {
  margin-top: 18px;
  padding-bottom: 30px;
  position: relative;
}

.new-contain .share>div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.new-contain .share .date {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 20px;
  margin-right: 20px;
}

.news-text {
  position: relative;
  border-top: 1px solid #DFE2E6;
  border-bottom: 1px solid #DFE2E6;
  padding: 42px 0 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  line-height: 36px;
}

.news-text a {
  color: #0C1118;
}

.news-text a:hover {
  color: #666;
}

.news-text img {
  display: inline-block;
  vertical-align: top;
}

.fanpian {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 24px;
}

.fanpian li {
  position: relative;
  width: 48%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  color: #666;
  margin-bottom: 12px;
}

.fanpian li:nth-of-type(1) {
  padding-left: 80px;
}

.fanpian li:nth-last-of-type(1) {
  padding-right: 80px;
  text-align: right;
}

.fanpian li span,
.fanpian li a {
  color: #666;
  display: inline-block;
  vertical-align: top;
}

.fanpian li span.no {
  color: #999;
}

.fanpian li span.name {
  display: block;
  position: relative;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 4px;
}

.fanpian li a:hover {
  color: #0C1118;
}

.fanpian li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #0C1118;
  font-size: 18px;
  color: #fff;
  border: 1px solid #0C1118;
  text-align: center;
}

.fanpian li i:hover {
  background: #fff;
  color: #000000;
}

.fanpian li:nth-of-type(1) i {
  left: 0;
}

.fanpian li:nth-last-of-type(1) i {
  right: 0;
}

@media screen and (max-width:1459px) {
  .new-contain {
    padding-bottom: 64px;
  }

  .news-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 42px;
  }

  .new-contain .share {
    margin-top: 16px;
    padding-bottom: 26px;
  }

  .new-contain .share>div {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .new-contain .share .date {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 18px;
  }

  .news-text {
    padding: 36px 0 42px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
  }

  .fanpian {
    padding-top: 20px;
  }

  .fanpian li {
    width: 48%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .fanpian li:nth-of-type(1) {
    padding-left: 72px;
  }

  .fanpian li:nth-last-of-type(1) {
    padding-right: 72px;
    text-align: right;
  }

  .fanpian li span.name {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  .fanpian li i {
    width: 46px;
    height: 46px;
    line-height: 44px;
    font-size: 17px;
  }
}

@media screen and (max-width:1259px) {
  .new-contain {
    padding-bottom: 50px;
  }

  .news-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 38px;
  }

  .new-contain .share {
    margin-top: 14px;
    padding-bottom: 22px;
  }

  .new-contain .share>div {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .new-contain .share .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 16px;
  }

  .news-text {
    padding: 30px 0 36px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .fanpian {
    padding-top: 16px;
  }

  .fanpian li {
    width: 48%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .fanpian li:nth-of-type(1) {
    padding-left: 60px;
  }

  .fanpian li:nth-last-of-type(1) {
    padding-right: 60px;
    text-align: right;
  }

  .fanpian li span.name {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 4px;
  }

  .fanpian li i {
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width:991px) {
  .new-contain {
    padding-bottom: 38px;
  }

  .news-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
  }

  .new-contain .share {
    margin-top: 10px;
    padding-bottom: 18px;
  }

  .new-contain .share>div {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .new-contain .share .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 16px;
  }

  .news-text {
    padding: 24px 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .fanpian {
    padding-top: 12px;
  }

  .fanpian li {
    width: 48%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .fanpian li:nth-of-type(1) {
    padding-left: 48px;
  }

  .fanpian li:nth-last-of-type(1) {
    padding-right: 48px;
    text-align: right;
  }

  .fanpian li span.name {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  .fanpian li i {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
  }
}

@media screen and (max-width:660px) {
  .new-contain {
    padding-bottom: 24px;
  }

  .news-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .new-contain .share {
    margin-top: 8px;
    padding-bottom: 16px;
  }

  .new-contain .share>div {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .new-contain .share .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 16px;
  }

  .news-text {
    padding: 16px 0 24px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .fanpian {
    padding-top: 10px;
  }

  .fanpian li {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .fanpian li:nth-of-type(1) {
    padding-left: 40px;
  }

  .fanpian li:nth-last-of-type(1) {
    padding-left: 40px;
    text-align: left;
    padding-right: 0;
  }

  .fanpian li span.name {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
  }

  .fanpian li i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }

  .fanpian li:nth-last-of-type(1) i {
    left: 0;
  }
}

/* ***************   Download   *************** */
.downs {
  position: relative;
  padding: 68px 0 91px;
}

.down-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.down-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.down-list-item .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 17px 20px 18px 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px 0px rgba(230, 230, 230, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.down-list-item .item-box .item-title {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: calc(100% - 90px);
  line-height: 30px;
  min-height: 60px;
}

.down-list-item .item-box:hover .item-title {
  font-family: Montserrat-Bold;
}

.down-list-item .item-box .item-title>* {
  display: block;
  width: 100%;
}

.down-list-item .item-box .item-btn {
  position: relative;
  width: 40px;
}

.down-list-item .item-box .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 26px;
  color: #0C1118;
  background: rgba(12, 17, 24, .1);
}

.down-list-item .item-box .item-btn .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  text-decoration: underline;
}

.down-list-item .item-box .item-btn a.btnn:hover {
  color: #fff;
  background: #0C1118;
}

.down-list-item .item-box:hover .item-btn a.btnn {
  color: #fff;
  background: #0C1118;
}

@media screen and (max-width:1459px) {
  .downs {
    padding: 58px 0 76px;
  }

  .down-list {
    padding-top: 18px;
    padding-bottom: 28px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .down-list-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 26px;
  }

  .down-list-item .item-box {
    padding: 16px 15px 16px 24px;
  }

  .down-list-item .item-box .item-title {
    font-size: 17px;
    width: calc(100% - 80px);
    line-height: 28px;
    min-height: 56px;
  }

  .down-list-item .item-box .item-btn {
    width: 36px;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 36px;
    line-height: 36px;
    height: 36px;
    font-size: 22px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 22px;
  }
}

@media screen and (max-width:1259px) {
  .downs {
    padding: 48px 0 62px;
  }

  .down-list {
    padding-top: 14px;
    padding-bottom: 24px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .down-list-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 22px;
  }

  .down-list-item .item-box {
    padding: 14px 10px 14px 18px;
  }

  .down-list-item .item-box .item-title {
    font-size: 16px;
    width: calc(100% - 80px);
    line-height: 28px;
    min-height: 56px;
  }

  .down-list-item .item-box .item-btn {
    width: 32px;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 32px;
    line-height: 32px;
    height: 32px;
    font-size: 20px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 20px;
  }
}

@media screen and (max-width:991px) {
  .downs {
    padding: 36px 0 48px;
  }

  .down-list {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .down-list-item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 18px;
  }

  .down-list-item .item-box {
    padding: 12px 10px 12px 15px;
  }

  .down-list-item .item-box .item-title {
    font-size: 16px;
    width: calc(100% - 60px);
    line-height: 26px;
    min-height: 52px;
  }

  .down-list-item .item-box .item-btn {
    width: 30px;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 18px;
  }
}

@media screen and (max-width:720px) {
  .downs {
    padding: 24px 0 36px;
  }

  .down-list {
    padding-top: 8px;
    padding-bottom: 16px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .down-list-item {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 18px;
  }

  .down-list-item .item-box {
    padding: 10px 10px 10px 15px;
  }

  .down-list-item .item-box .item-title {
    font-size: 16px;
    width: calc(100% - 60px);
    line-height: 26px;
    min-height: 52px;
  }

  .down-list-item .item-box .item-btn {
    width: 28px;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 28px;
    line-height: 28px;
    height: 28px;
    font-size: 16px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 16px;
  }
}

@media screen and (max-width:360px) {
  .downs {
    padding: 20px 0 30px;
  }

  .down-list {
    padding-top: 8px;
    padding-bottom: 16px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .down-list-item {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 18px;
  }

  .down-list-item .item-box {
    padding: 10px;
  }

  .down-list-item .item-box .item-title {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    min-height: 48px;
  }

  .down-list-item .item-box .item-btn {
    width: 100%;
    margin-top: 14px;
    text-align: center;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 28px;
    line-height: 28px;
    height: 28px;
    font-size: 16px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 16px;
  }
}

.video-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.video-list-item {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 24px;
}

.video-list-item .video-item-box {
  width: 100%;
  position: relative;
}

.video-item-pic {
  position: relative;
  width: 100%;
}

.video-item-pic .item-pic {
  position: relative;
  width: 100%;
  padding-bottom: 56.278%;
  height: 0;
}

.video-item-pic .item-pic .video-play {
  width: 100%;
  height: 100%;
}

.video-list-item .item-body {
  position: relative;
  width: 100%;
  padding: 23px 10px 20px;
}

.video-list-item .item-body .item-title {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.video-list-item .item-body .item-desc {
  font-size: 16px;
  color: #AEAEAE;
  margin-top: 14px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}


.faq-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.faq-list .faq-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.faq-list .faq-item .item-box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px 0px rgba(230, 230, 230, 0.8);
  padding: 13px;
}

.faq-item-name {
  position: relative;
  width: 100%;
  padding: 5px 17px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Montserrat-Bold;
  color: #333;
  line-height: 30px;
  padding-right: 50px;
  cursor: pointer;
}

.faq-item-name:before {
  content: "\e72f";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  font-family: "iconfont";
  text-align: center;
  display: block;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-weight: 600;
}

.faq-item-name.active:before {
  content: "\e72e";
  color: #fff;
  background: #0C1118;
}

.faq-item-text {
  display: none;
  position: relative;
  width: 100%;
}

.faq-item-text .text {
  padding: 4px 17px 8px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .video-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 8px;
    padding-top: 16px;
  }

  .video-list-item {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .video-list-item .item-body {
    padding: 20px 10px 18px;
  }

  .video-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }

  .video-list-item .item-body .item-desc {
    font-size: 16px;
    margin-top: 12px;
    line-height: 28px;
    height: 56px;
  }

  .faq-list {
    padding-top: 18px;
    padding-bottom: 36px;
  }

  .faq-list .faq-item {
    margin-bottom: 18px;
  }

  .faq-list .faq-item .item-box {
    padding: 12px;
  }

  .faq-item-name {
    padding: 4px 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    padding-right: 44px;
  }

  .faq-item-name:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }

  .faq-item-text .text {
    padding: 4px 15px 8px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .video-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-bottom: 6px;
    padding-top: 12px;
  }

  .video-list-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 18px;
  }

  .video-list-item .item-body {
    padding: 16px 8px;
  }

  .video-list-item .item-body .item-title {
    font-size: 17px;
    line-height: 28px;
    height: 56px;
  }

  .video-list-item .item-body .item-desc {
    font-size: 15px;
    margin-top: 10px;
    line-height: 26px;
    height: 52px;
  }

  .faq-list {
    padding-top: 14px;
    padding-bottom: 30px;
  }

  .faq-list .faq-item {
    margin-bottom: 18px;
  }

  .faq-list .faq-item .item-box {
    padding: 10px;
  }

  .faq-item-name {
    padding: 3px 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-right: 40px;
  }

  .faq-item-name:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

  .faq-item-text .text {
    padding: 3px 12px 6px;
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .video-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 6px;
    padding-top: 10px;
  }

  .video-list-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 18px;
  }

  .video-list-item .item-body {
    padding: 12px 8px;
  }

  .video-list-item .item-body .item-title {
    font-size: 17px;
    line-height: 28px;
    height: 56px;
  }

  .video-list-item .item-body .item-desc {
    font-size: 15px;
    margin-top: 10px;
    line-height: 26px;
    height: 52px;
  }

  .faq-list {
    padding-top: 10px;
    padding-bottom: 24px;
  }

  .faq-list .faq-item {
    margin-bottom: 18px;
  }

  .faq-list .faq-item .item-box {
    padding: 10px;
  }

  .faq-item-name {
    padding: 2px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-right: 36px;
  }

  .faq-item-name:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .faq-item-text .text {
    padding: 2px 10px 4px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 680px) {
  .video-list {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 6px;
    padding-top: 10px;
  }

  .video-list-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 18px;
  }

  .video-list-item .item-body {
    padding: 10px 6px;
  }

  .video-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }

  .video-list-item .item-body .item-desc {
    font-size: 14px;
    margin-top: 8px;
    line-height: 24px;
    height: 48px;
  }

  .faq-list {
    padding-top: 10px;
    padding-bottom: 18px;
  }

  .faq-list .faq-item {
    margin-bottom: 18px;
  }

  .faq-list .faq-item .item-box {
    padding: 10px;
  }

  .faq-item-name {
    padding: 2px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-right: 36px;
  }

  .faq-item-name:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }

  .faq-item-text .text {
    padding: 2px 10px 4px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 380px) {
  .video-list-item {
    width: 100%;
  }
}

/* ****************** application ****************** */
.app-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 19px;
  transition: all .5s;
}

.app-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 60px;
}

.app-list-item .item-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.app-list .app-list-item:nth-of-type(odd) .item-box {
  flex-direction: row;
}

.app-list .app-list-item:nth-of-type(even) .item-box {
  flex-direction: row-reverse;
}

.app-list-item .item-box .item-pic {
  position: relative;
  width: 600px;
  text-align: center;
  overflow: hidden;
}

.app-list-item .item-box .item-pic img {
  position: relative;
  width: 100%;
  display: block;
}

.app-list-item .item-box .item-body {
  position: relative;
  width: calc(100% - 660px);
}

.app-list-item .item-body .item-title {
  font-size: 26px;
  color: #333333;
  line-height: 36px;
  font-family: Montserrat-Bold;
}

.app-list-item .item-body .item-desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 200px;
  overflow-y: scroll;
  margin-top: 28px;
  box-sizing: border-box;
  padding-right: 40px;
}

.app-list-item .item-body .item-desc p {
  margin-bottom: 20px;
}

.app-list-item .item-body .item-btn {
  margin-top: 112px;
}

.app-list-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  min-width: 161px;
  line-height: 30px;
  padding: 10px 20px;
  font-size: 16px;
  color: #FFFFFF;
  background: #0C1118;
  text-transform: uppercase;
}

.app-list-item .item-body .item-btn a.btnn::before {
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  content: "";
  box-sizing: border-box;
}

.app-list-item .item-body .item-btn a.btnn:hover::before {
  border: 1px solid #fff;
}


@media (min-width:1260px) and (max-width: 1459px) {
  .app-list {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .app-list-item {
    margin-bottom: 52px;
  }

  .app-list-item .item-box .item-pic {
    width: 520px;
  }

  .app-list-item .item-box .item-body {
    width: calc(100% - 570px);
  }

  .app-list-item .item-body .item-title {
    font-size: 24px;
    line-height: 36px;
  }

  .app-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    height: 140px;
    margin-top: 24px;
  }

  .app-list-item .item-body .item-btn {
    margin-top: 96px;
  }

  .app-list-item .item-body .item-btn .btnn {
    min-width: 154px;
    line-height: 28px;
    padding: 9px 18px;
    font-size: 16px;
  }

  .app-list-item .item-body .item-btn a.btnn::before {
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .app-list {
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .app-list-item {
    margin-bottom: 40px;
  }

  .app-list-item .item-box .item-pic {
    width: 410px;
  }

  .app-list-item .item-box .item-body {
    width: calc(100% - 440px);
  }

  .app-list-item .item-body .item-title {
    font-size: 22px;
    line-height: 34px;
  }

  .app-list-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    height: 130px;
    margin-top: 20px;
  }

  .app-list-item .item-body .item-btn {
    margin-top: 68px;
  }

  .app-list-item .item-body .item-btn .btnn {
    min-width: 146px;
    line-height: 26px;
    padding: 8px 16px;
    font-size: 15px;
  }

  .app-list-item .item-body .item-btn a.btnn::before {
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
  }
}

@media (max-width: 991px) {
  .app-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .app-list-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 28px;
  }

  .app-list-item .item-box .item-pic {
    width: 100%;
  }

  .app-list-item .item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }

  .app-list-item .item-body .item-title {
    font-size: 20px;
    line-height: 32px;
  }

  .app-list-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    height: 130px;
    margin-top: 12px;
  }

  .app-list-item .item-body .item-btn {
    margin-top: 24px;
  }

  .app-list-item .item-body .item-btn .btnn {
    min-width: 138px;
    line-height: 26px;
    padding: 7px 15px;
    font-size: 15px;
  }

  .app-list-item .item-body .item-btn a.btnn::before {
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
  }
}

@media (max-width: 720px) {
  .app-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .app-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .app-list-item .item-box .item-pic {
    width: 100%;
  }

  .app-list-item .item-box .item-body {
    width: 100%;
    padding-top: 14px;
  }

  .app-list-item .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .app-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    margin-top: 8px;
  }

  .app-list-item .item-body .item-btn {
    margin-top: 16px;
  }

  .app-list-item .item-body .item-btn .btnn {
    min-width: 130px;
    line-height: 24px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .app-list-item .item-body .item-btn a.btnn::before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}

@media (max-width: 540px) {
  .app-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .app-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .app-list-item .item-box .item-pic {
    width: 100%;
  }

  .app-list-item .item-box .item-body {
    width: 100%;
    padding-top: 14px;
  }

  .app-list-item .item-body .item-title {
    font-size: 16px;
    line-height: 28px;
  }

  .app-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    margin-top: 8px;
  }

  .app-list-item .item-body .item-btn {
    margin-top: 16px;
  }

  .app-list-item .item-body .item-btn .btnn {
    min-width: 124px;
    line-height: 24px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .app-list-item .item-body .item-btn a.btnn::before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}

@media (max-width: 372px) {
  .app-list-item {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 18px;
  }
}

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

/*.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;}*/
.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: #000000;
  border-radius: 16px 0px 16px 0px;
  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: 0px 16px 0px 16px;
}

@media screen and (max-width:767px) {
  .top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px 0px 10px 0px;
    right: 10px;
    bottom: 10px;
  }

  .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('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.eot');
  src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff'),
    url('../fonts/Montserrat-Black.ttf') format('truetype'),
    url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: "iconfont";
  /* Project id 1768807 */
  src: url('../fonts/iconfont.woff2?t=1691982039822') format('woff2'),
    url('../fonts/iconfont.woff?t=1691982039822') format('woff'),
    url('../fonts/iconfont.ttf?t=1691982039822') format('truetype');
}

@font-face {
  font-family: "iconfont";
  /* Project id 4262293 */
  src: url('../fonts/icon/iconfont.woff2?t=1703141011842') format('woff2'),
    url('../fonts/icon/iconfont.woff?t=1703141011842') format('woff'),
    url('../fonts/icon/iconfont.ttf?t=1703141011842') format('truetype'),
    url('../fonts/icon/iconfont.svg?t=1703141011842#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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


.lang-img {
  background: #aaa url(../img/language_icon_2.gif) no-repeat center center;
  background-size: cover;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.en {
  height: 18px;
  width: 18px;
}