/*** 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: "\e72c";
}

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

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

.swiper-button-next,
.swiper-button-prev {
  font-family: "iconfont";
  font-size: 18px;
  text-align: center;
  color: #333;
  z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}


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

body {
  margin: 0 auto;
  font-family: Roboto-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: #09803c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
}

.clear {
  clear: both;
}

.maln {
  margin-left: auto !important
}

input,
textarea,
select {
  font-family: Roboto-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: #09803c;
}

* {
  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: 3;
  -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: 10;
  -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;
  color: #333;
}

[class*="-item"] .item-title a:hover {
  color: #09803c;
}

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

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

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

#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: #999;
  opacity: 1
}

:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  opacity: 1
}

.head-search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
  opacity: 1
}

.head-search input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1
}

.head-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1
}

.head-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
  opacity: 1
}

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

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

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

.f-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  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(14, 60, 171, .01);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 992px) {
  .an-bd3 .item-backdrop {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@media screen and (min-width: 992px) {
  .an-bd3:hover .item-backdrop {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.item-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*  head  */
.head {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  height: 100px;
}

.head.head-fixed {
  background: #FFFFFF;
}

.logo {
  display: block;
  float: left;
  font-size: 0px;
  letter-spacing: 0;
  height: 100px;
  padding: 20px 0;
  box-sizing: border-box;
}

.logo img {
  max-height: 100%;
  filter: grayscale(1) brightness(10);
}

.head.head-fixed .logo img {
  filter: inherit;
}

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

.yvzhonga {
  display: block;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 9
}

.head.head-fixed .yvzhonga {
  color: #333;
}

a.yvzhonga:hover {
  color: #09803c;
}

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

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

.yvul {
  min-width: 340px;
  position: absolute;
  top: 101%;
  right: 0px;
  background: #f8f8f8;
  display: none;
  padding: 12px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.01);
  flex-wrap: wrap;
}

.yvul li {
  width: 33.33%;
}

.yvul a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  text-transform: uppercase;
  color: #333;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

.yvul a:hover {
  color: #09803c;
}

/*  sousuo  */
.sousuo {
  position: relative;
  float: right;
  z-index: 9;
  padding: 38px 0;
  margin-left: 58px;
}

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

.head.head-fixed .sou2 {
  color: #09803c
}

.head-search {
  position: absolute;
  left: 0;
  top: -9999px;
  width: 100%;
  background: #09803c;
  padding: 38px 0 42px;
  transition: 0.5s;
}

.head-search.open {
  top: 101%;
}

.head-search-box {
  position: relative;
  width: 100%;
  text-align: center;
}

.head-search-box form {
  position: relative;
  width: 100%;
  max-width: 320px;
  background: #FFFFFF;
  height: 40px;
  margin: 0 auto;
  padding: 5px;
  padding-right: 40px;
  z-index: 9999
}

.sou {
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 6px;
  color: #333;
}

.suo {
  width: 30px;
  height: 30px;
  font-size: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 9999999;
  cursor: pointer;
}

.sou1 {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px !important;
  background: #09803c;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 99990;
}

.ynav .dangqiandao>a {
  color: #09803c !important;
}

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

.ynav {
  float: right;
  padding: 30px 0;
  margin-left: 56px;
  position: relative;
  cursor: pointer;
}

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

.yvnava img {
  width: 100%;
}

.ysp1 {
  display: block;
  width: 20px;
  height: 3px;
  background: #09803c;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.ysp2 {
  display: block;
  width: 20px;
  height: 3px;
  background: #09803c;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ysp3 {
  display: block;
  width: 20px;
  height: 3px;
  background: #09803c;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.yyiji {
  position: absolute;
  left: 0;
  top: -9999px;
  width: 160px;
  background: #FFFFFF;
  box-shadow: 0px 1px 17px 0px rgba(3, 0, 0, 0.05);
  padding: 2px 0;
  z-index: 99;
}

.yerji {
  position: absolute;
  left: 100%;
  top: -9999px;
  width: 160px;
  background: #FFFFFF;
  box-shadow: 0px 1px 17px 0px rgba(3, 0, 0, 0.05);
  padding: 2px 0;
  z-index: 99;
}

.yyiji>li {
  position: relative;
  width: 100%;
  word-break: break-word;
  padding: 10px 0;
}

.yerji>li {
  position: relative;
  width: 100%;
  word-break: break-word;
  padding: 10px 0;
}

.yyiji li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0px;
  padding: 0 28px;
  color: #333;
  z-index: 22;
  padding-left: 43px;
}

.yyiji li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #09803c;
  border-radius: 50%;
  display: none;
}

.yyiji li a:hover {
  color: #09803c;
}

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

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

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

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

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

.daoz {
  float: right;
  position: relative;
  max-width: 840px;
}

.daohang {
  position: relative;
  width: 100%;
  padding-top: 35px;
}

.daohang>li {
  float: left;
  position: relative;
  margin-right: 25px;
  padding-bottom: 20px;
  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;
  font-size: 1.8rem;
  color: #fff;
  line-height: 30px;
  padding-bottom: 6px;
}

.head.head-fixed .daohang>li>a {
  color: #333
}

.daohang>li>a::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 5px;
  background: #09803c;
  border-radius: 50%;
  transition: all .5s;
}

.daohang>li:hover>a {
  color: #fff;
}

.head.head-fixed .daohang>li:hover>a {
  color: #09803c
}

.daohang>li:hover>a::before {
  width: 5px;
}

.dangqiandao>a {
  color: #09803c !important;
}

.dangqiandao>a::before {
  width: 5px !important;
}

.yijiw {
  position: absolute;
  width: 240px;
  top: -99999px;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 1px 17px 0px rgba(3, 0, 0, 0.05);
  padding: 6px 0;
  text-align: left;
  z-index: 9;
}

.yiji li {
  position: relative;
  transition: 0.5s;
  padding: 10px 22px;
}

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

.yiji li:hover>a {
  color: #09803c;
}

.yiji li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 5px;
  background: #09803c;
  border-radius: 50%;
}

.yiji li:hover>a::before {
  width: 5px;
}

.erji {
  position: absolute;
  width: 240px;
  top: -99999px;
  left: 101%;
  background: #FFFFFF;
  box-shadow: 0px 1px 17px 0px rgba(3, 0, 0, 0.05);
  padding: 6px 0;
  text-align: left;
  z-index: 9;
}

.sanji {
  position: absolute;
  width: 240px;
  top: -9999px;
  left: 101%;
  background: #FFFFFF;
  box-shadow: 0px 1px 17px 0px rgba(3, 0, 0, 0.05);
  padding: 6px 0;
  text-align: left;
  z-index: 9;
}

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

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

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

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

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

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

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

.xnav {
  display: none
}

.banner {}

.banner .banner1 {
  position: relative;
  padding-bottom: 44.27%;
  height: 0px;
  overflow: hidden;
}

.nybanner {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
}

.head-search .icona-guanbi1 {
  position: absolute;
  right: 0;
  top: -10px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  width: 40px;
  cursor: pointer;
}

/*  banner  */
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
}

.banner .slick-arrow {
  position: absolute;
  z-index: 99;
  display: block !important;
  right: 13.541667%;
  width: 39px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.banner .slick-arrow:hover {
  background: #09803c;
  border-color: #09803c;
}

.banner .slick-arrow {
  position: absolute;
  z-index: 99;
  display: block !important;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.banner .slick-prev {
  left: 5%;
}

.banner .slick-next {
  right: 5%;
}

.banner .slick-prev::before {
  content: "\e72c";
  font-family: "iconfont";
  font-size: 18px;
}

.banner .slick-next::before {
  content: "\e72d";
  font-family: "iconfont";
  font-size: 18px;
}

.banner .slick-dots {
  position: absolute;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 47px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.banner .slick-dots li {
  margin: 0 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.banner .slick-dots li a {
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0px;
  text-align: center;
}

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

.banner .slick-dots li.slick-active::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.banner.hide {
  display: none;
}

@media screen and (max-width: 1559px) {
  .banner .slick-dots {
    bottom: 40px;
  }

  .banner .slick-dots li {
    margin: 0 14px;
  }

  .banner .slick-dots a {
    width: 8px;
    height: 8px;
  }

  .banner .slick-dots li.slick-active::before {
    width: 20px;
    height: 20px;
  }

  .banner .slick-arrow {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }

  .banner .slick-prev {
    left: 3.5%;
  }

  .banner .slick-next {
    right: 3.5%;
  }

  .banner .slick-prev::before {
    font-size: 16px;
  }

  .banner .slick-next::before {
    font-size: 16px;
  }

}

@media screen and (max-width: 1259px) {
  .banner .slick-dots {
    bottom: 32px;
  }

  .banner .slick-dots li {
    margin: 0 12px;
  }

  .banner .slick-dots a {
    width: 8px;
    height: 8px;
  }

  .banner .slick-dots li.slick-active::before {
    width: 18px;
    height: 18px;
  }

  .banner .slick-arrow {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }

  .banner .slick-prev {
    left: 2.5%;
  }

  .banner .slick-next {
    right: 2.5%;
  }

  .banner .slick-prev::before {
    font-size: 15px;
  }

  .banner .slick-next::before {
    font-size: 15px;
  }

}

@media screen and (max-width: 991px) {
  .banner {
    display: block;
  }

  .banner.hide {
    display: block;
  }

  .banner .slick-arrow {
    display: none !important;
  }

  .banner .slick-dots {
    bottom: 20px;
  }

  .banner .slick-dots li {
    margin: 0 8px;
  }

  .banner .slick-dots a {
    width: 6px;
    height: 6px;
  }

  .banner .slick-dots li.slick-active::before {
    width: 16px;
    height: 16px;
  }

  .banner2 {
    display: none;
  }

  .banner .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .banner .slick-prev {
    bottom: auto;
    right: auto;
    left: 10px;
  }

  .banner .slick-next {
    bottom: auto;
    right: 10px;
  }

  .banner .slick-prev::before {
    font-size: 14px;
  }

  .banner .slick-next::before {
    font-size: 14px;
  }
}

@media screen and (max-width: 720px) {
  .banner {
    display: block;
  }

  .banner.hide {
    display: block;
  }

  .banner .slick-arrow {
    display: none !important;
  }

  .banner .slick-dots {
    bottom: 12px;
  }

  .banner .slick-dots li {
    margin: 0 6px;
  }

  .banner .slick-dots a {
    width: 4px;
    height: 4px;
  }

  .banner .slick-dots li.slick-active::before {
    width: 14px;
    height: 14px;
  }

  .banner2 {
    display: none;
  }

  .banner .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  .banner .slick-prev {
    bottom: auto;
    right: auto;
    left: 10px;
  }

  .banner .slick-next {
    bottom: auto;
    right: 10px;
  }

  .banner .slick-prev::before {
    font-size: 14px;
  }

  .banner .slick-next::before {
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .banner .slick-dots {
    display: none !important;
  }
}

.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-initialized .slick-slide .inner {
  position: absolute;
  left: 0; right: 0; width: 100%; height: 100%;
  top: 0; z-index: 2; color: #fff; display: flex; align-items: center;
}

.slick-initialized .slick-slide .inner h3 {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto-Black';
  width: 100%;
  margin-bottom:40px;
}

.slick-initialized .slick-slide .inner p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 60px;
  width: 500px; font-family: "Roboto Light";
}

.slick-initialized .slick-slide .inner a {
  display: block;
  border-radius: 4px;
  width: 180px;
  height: 60px;
  background: #09803c;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
}

.slick-initialized .slick-slide.slider01 .inner {
  text-align: center; margin-top:-80px;
}

.slick-initialized .slick-slide.slider01 .inner h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.slick-initialized .slick-slide.slider01 .inner p {
  width: 100%; font-size: 24px;
}

.slick-initialized .slick-slide.slider02 .inner {
  
}
.slick-initialized .slick-slide.slider02 .inner h4{
  margin-bottom: 10px;
}
.slick-initialized .slick-slide.slider02 .inner h3{
  width: 600px;
}
.slick-initialized .slick-slide.slider02 .inner a{
  background: #ea0015; text-transform: uppercase;
}


.slick-initialized .slick-slide.slider03 .inner h3{
  width: 800px;
}
.slick-initialized .slick-slide.slider03 .inner p{
  width: 800px; padding-left: 30px; background: url(../img/slider03ico.png) left center no-repeat; margin-bottom: 20px;
}
.slick-initialized .slick-slide.slider03 .inner a{
  background: #ea0015; text-transform: uppercase;
}



.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-dots .slide-count {
  display: none;
}

.slick-slide {
  position: relative;
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}

@media screen and (max-width:1459px) {


  .head-logo {
    height: 70px;
  }

  .head-logo img {
    max-height: 70px;
    max-width: 210px;
  }

  .yvn {
    min-width: 96px;
    padding: 23px 0;
    margin-left: 44px;
  }

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

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



  .sousuo {
    padding: 23px 0;
    margin-left: 44px;
  }

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

  .head-search {
    padding: 30px 0 34px;
  }

  .head-search-box form {
    max-width: 320px;
    height: 40px;
    padding: 5px;
    padding-right: 40px;
  }

  .sou {
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .suo {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }

  .sou1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px !important;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }

  .ynav {
    padding: 25px 0;
    margin-left: 42px;
  }

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

  .ysp1 {
    width: 20px;
    height: 3px;
  }

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

  .ysp3 {
    width: 20px;
    height: 3px;
  }

  .yyiji {
    width: 154px;
  }

  .yerji {
    width: 154px;
  }

  .yyiji>li {
    padding: 8px 0;
  }

  .yerji>li {
    padding: 8px 0;
  }

  .yyiji li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 24px;
    padding-left: 36px;
  }

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

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

  .daoz {
    max-width: 720px;
  }

  .daohang {
    padding-top: 22px;
  }

  .daohang>li {
    margin-right: 25px;
    padding-bottom: 14px;
  }

  .daohang>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding-bottom: 6px;
  }

  .yijiw {
    width: 232px;
    padding: 6px 0;
  }

  .yiji li {
    padding: 8px 16px;
  }

  .yiji li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 12px;
  }

  .erji {
    width: 232px;
    padding: 6px 0;
  }

  .sanji {
    width: 232px;
    padding: 6px 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:1259px) {

  .head-logo {
    height: 60px;
  }

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

  .yvn {
    min-width: 90px;
    padding: 20px 0;
    margin-left: 24px;
  }

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

  .yvzhonga:before {
    line-height: 20px;
  }



  .sousuo {
    padding: 20px 0;
    margin-left: 20px;
  }

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

  .head-search {
    padding: 24px 0 26px;
  }

  .head-search-box form {
    max-width: 320px;
    height: 40px;
    padding: 5px;
    padding-right: 40px;
  }

  .sou {
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .suo {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }

  .sou1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px !important;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }

  .ynav {
    padding: 21px 0;
    margin-left: 24px;
  }

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

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

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

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

  .yyiji {
    width: 148px;
  }

  .yerji {
    width: 148px;
  }

  .yyiji>li {
    padding: 6px 0;
  }

  .yerji>li {
    padding: 6px 0;
  }

  .yyiji li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 15px;
    padding-left: 25px;
  }

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

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

  .daoz {
    max-width: 580px;
  }

  .daohang {
    padding-top: 18px;
  }

  .daohang>li {
    margin-right:25px;
    padding-bottom: 10px;
  }

  .daohang>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding-bottom: 6px;
  }

  .yijiw {
    width: 224px;
    padding: 6px 0;
  }

  .yiji li {
    padding: 6px 14px;
  }

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

  .erji {
    width: 224px;
    padding: 6px 0;
  }

  .sanji {
    width: 224px;
    padding: 6px 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 (min-width:992px) {

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

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

  .head-logo {
    height: 50px;
  }

  .head-logo img {
    max-height: 50px;
    max-width: 150px;
  }

  .banner {
    padding-top: 0px !important;
  }

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

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

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

  .het {
    padding: 0px;
  }

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

  .clear3 {
    clear: both;
  }

  .ynav {
    display: none
  }

  .banner {
    margin-top: 0;
  }

  .xnav {
    display: block
  }

  .nav {
    position: fixed;
    width: 26px;
    height: 22px;
    background: #fff;
    right: 8px;
    top: 18px;
    cursor: pointer;
    z-index: 999999999
  }

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

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

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

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

  .nav:hover .nav1 {
    width: 25px;
  }

  .navh .nav1 {
    transform: rotate(45deg)
  }

  .navh .nav2 {
    transform: rotate(-45deg);
    width: 10px;
    margin-left: -1px;
    margin-top: -5px;
  }

  .navh .nav3 {
    transform: rotate(-45deg);
    width: 9px;
    margin-top: 3px;
    margin-left: -8px;
  }

  .navh:hover .nav2 {
    margin-top: -8px;
    margin-left: 7px;
  }

  .navh:hover .nav3 {
    margin-top: 5px;
    margin-left: -12px;
  }

  .smdaohang {
    position: fixed;
    width: 300px;
    height: 0px;
    overflow: auto;
    top: 0px;
    right: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    transition: 0.5s;
    text-align: center;
  }

  .smdaohangh {
    right: 0px;
    top: 0px;
    height: 100%;
  }

  .topnav {
    margin: auto;
    margin-top: 30px;
    padding: 20px;
  }

  ul.topnav li {
    text-align: left;
    position: relative;
  }

  ul.topnav li a {
    padding: 5px;
    padding-left: 0px;
    color: #fff;
    display: block;
    font-size: 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)
  }

  .slick-dots {
    bottom: 10px;
  }

  .slick-dots li button {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }

  .slick-dots li.slick-active button::before {
    width: 12px;
    border: 3px solid #78B7FE;
    height: 12px;
  }

  .smdaohang form {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 240px;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
    border-radius: 13px;
  }

  .smdaohang form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    border-radius: 10px;
  }

  .smdaohang form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: transparent;
    position: relative;
    z-index: 99; font-size: 0;
  }

  .smdaohang form i {
    position: absolute;
    right: 10px;
    top: 5px;
  }
}

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

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

.footer .fo-bot {
  background: #161616;
}

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

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

.footer a:hover {
  color: #09803c;
}

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

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

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

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

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

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

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

  .footer .flist3 {
    width: 360px;
    margin-bottom: 10px;
  }
}

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

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

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

  .footer .flist3 {
    width: 320px;
    margin-bottom: 10px;
  }
}

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

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

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

  .footer .flist3 {
    width: 100%;
    margin-bottom: 10px;
  }
}

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

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

  .footer .flist3 {
    width: 100%;
    text-align: center;
  }
}

.footer .footer-title {
  position: relative;
  font-size: 24px;
  font-family: Roboto-Bold;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 10px;
}

.footer .footer-text {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding-top: 8px;
}

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

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

.footer .fo-bot {
  position: relative;
  padding: 15px 0;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}

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

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

.footer .f-follow a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  line-height: 24px;
  width: auto;
  height: 24px;
  margin-right: 26px;
  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: 22px;
  font-size: 2.2rem;
  position: relative;
  display: block;
  color: #fff;
}

.footer .f-follow img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.footer .f-follow a:hover .iconfont {
  color: #09803c;
  opacity: 1;
  margin-top: -8px;
}

.footer .f-form {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 12px;
}

.footer .f-form .item-input {
  position: relative;
  width: 100%;
  height: 52px;
  margin-bottom: 5px;
}

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

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

.footer .f-form .item-input.star::before {
  position: absolute;
  content: "*";
  left: -5px;
  top: 4px;
  font-size: 18px;
  font-family: Arial;
  color: #FF0000;
  line-height: 50px;
}

.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: 9px 18px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  border-bottom: 1px solid #999;
}

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

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

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

.footer .f-form .item-btn .send-btn {
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 1px;
  color: #09803c;
  font-family: Roboto-Bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.footer .f-form .item-btn .send-btn:hover {
  background: #09803c;
  color: #fff;
}

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

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

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

  .footer .foot-text {
    font-size: 14px;
    line-height: 24px;
    padding-top: 6px;
  }

  .footer .fo-bot {
    padding: 14px 0;
    font-size: 16px;
    line-height: 28px;
  }

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

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

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

  .footer .f-form {
    padding-top: 10px;
  }

  .footer .f-form .item-input {
    height: 48px;
    margin-bottom: 5px;
  }

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

  .footer .f-form .item-code {
    padding-right: 96px;
    margin-bottom: 24px;
  }

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

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

  .footer .f-form .item-img {
    width: 92px;
    height: 40px;
  }

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

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

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

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

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

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

  .footer .foot-text {
    font-size: 15px;
    line-height: 26px;
    padding-top: 6px;
  }

  .footer .fo-bot {
    padding: 11px 0;
    font-size: 15px;
    line-height: 26px;
  }

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

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

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

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

  .footer .f-form .item-input {
    height: 45px;
    margin-bottom: 5px;
  }

  .footer .f-form .item-input1 {
    height: 68px;
  }

  .footer .f-form .item-code {
    padding-right: 92px;
    margin-bottom: 18px;
  }

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

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

  .footer .f-form .item-img {
    width: 88px;
    height: 38px;
  }

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

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

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

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

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

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

  .footer .foot-text {
    font-size: 14px;
    line-height: 24px;
    padding-top: 0px;
  }

  .footer .fo-bot {
    padding: 9px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

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

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

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

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

  .footer .f-form .item-input {
    height: 45px;
    margin-bottom: 5px;
  }

  .footer .f-form .item-input1 {
    height: 68px;
  }

  .footer .f-form .item-code {
    padding-right: 92px;
    margin-bottom: 18px;
  }

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

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

  .footer .f-form .item-img {
    width: 88px;
    height: 38px;
  }

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

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

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

@media (max-width: 767px) {
  .footer .footer-title {
    display: none;
  }

  .footer .f-form {
    display: none;
  }

  .footer .fo-bot {
    padding: 9px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

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

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

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

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

.pro-item {
  position: relative;
}

.pro-item .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
  padding: 14px 14px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro-item .item-box:hover {
  border-color: #09803c;
}

.pro-item .item-pic {
  position: relative;
  width: 185px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

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

.pro-item .item-body {
  position: relative;
  width: calc(100% - 205px);
}

.pro-item .item-body .item-title {
  position: relative;
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-family: Roboto-Bold;
}

.pro-item .item-body .item-desc {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  font-family: Roboto-Light;
  margin-top: 6px;
}

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

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

.pro-item .item-body .item-btn a,
.pro-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .pro-item .item-box {
    border-radius: 8px;
    padding: 11px;
  }

  .pro-item .item-pic {
    width: 180px;
    border-radius: 8px;
  }

  .pro-item .item-body {
    width: calc(100% - 198px);
  }

  .pro-item .item-body .item-title {
    font-size: 18px;
    line-height: 28px;
  }

  .pro-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }

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

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

  .pro-item .item-body .item-btn a,
  .pro-item .item-body .item-btn .btnn {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .pro-item .item-box {
    border-radius: 8px;
    padding: 9px;
  }

  .pro-item .item-pic {
    width: 154px;
    border-radius: 8px;
  }

  .pro-item .item-body {
    width: calc(100% - 172px);
  }

  .pro-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
  }

  .pro-item .item-body .item-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 4px;
  }

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

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

  .pro-item .item-body .item-btn a,
  .pro-item .item-body .item-btn .btnn {
    line-height: 26px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 991px) {
  .pro-item .item-box {
    border-radius: 6px;
    padding: 9px;
  }

  .pro-item .item-pic {
    width: 162px;
    border-radius: 6px;
  }

  .pro-item .item-body {
    width: calc(100% - 180px);
  }

  .pro-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
  }

  .pro-item .item-body .item-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 4px;
  }

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

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

  .pro-item .item-body .item-btn a,
  .pro-item .item-body .item-btn .btnn {
    line-height: 24px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .pro-item .item-box {
    border-radius: 6px;
    padding: 9px;
  }

  .pro-item .item-pic {
    width: 100%;
    border-radius: 6px;
  }

  .pro-item .item-body {
    width: 100%;
    padding-top: 12px;
  }

  .pro-item .item-body .item-title {
    font-size: 16px;
    line-height: 26px;
  }

  .pro-item .item-body .item-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 4px;
  }

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

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

  .pro-item .item-body .item-btn a,
  .pro-item .item-body .item-btn .btnn {
    line-height: 24px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

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

.sec-top {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
.secs-top{position: relative;width: 100%;font-size: 0;letter-spacing: 0;}
.secs-top.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.secs-top-left{position: relative;width: 80%;}
.secs-top.flex .secs-top-left{width: 60%;position: relative;}
.secs-top.flex .secs-top-right{width: auto;text-align: right;position: relative;}

.sec-title {
  position: relative;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: Roboto-Bold;
  color: #333;
  line-height: 54px;
  text-transform: uppercase;
}

.sec-title2 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  font-family: Roboto-Bold;
  color: #333;
  line-height: 52px;
}

.sec-title a {
  color: #333;
}

.sec-title a:hover {
  color: #09803c;
}

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

.sec-title.white a:hover,
.sec-title2.white a:hover {
  color: #cbcbcb;
}

.sec-text {
  position: relative;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-top: 11px;
}

.sec-text a {
  color: #666;font-family: 'Roboto-light';
}

.sec-text a:hover {
  color: #09803c;
}

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

.sec-text.white a:hover {
  color: #cbcbcb;
}

.sec-top.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec-top-left {
  position: relative;
  width: calc(100% - 240px);
}

.sec-top-right {
  position: relative;
  width: auto;
  max-width: 200px;
  text-align: right;
}

.sec-top-btn{position: relative;width: auto;text-align: right;padding-top: 4px;}
.sec-top-btn .btnn{position: relative;display: inline-block;vertical-align: top;text-align: center;min-width: 161px;padding: 8px 15px;font-family: Barlow-Bold;font-size: 16px;line-height: 32px;color: #fff;background: #dab267;text-transform: uppercase;}
.sec-top-btn a.btnn:hover{color: #fff;background: #09803c;}

.sec-tbody-btn {
  position: relative;
}

.sec-tbody-btn .btnn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  min-width: 150px;
  padding: 5px 15px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  background: #09803c;
  border: 1px solid #09803c;
  border-radius: 8px;
}

.sec-tbody-btn .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  margin-left: 7px;
}

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

.sec-tbody-btn.white .btnn {
  color: #09803c;
  background: #fff;
  border-color: #fff;
  min-width: 160px;
  padding: 8px 16px;
  line-height: 30px;
  border-radius: 6px;
}

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

@media screen and (max-width: 1459px) {
  .sec-title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 50px;
  }

  .sec-title2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }

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

  .sec-top-left {
    width: calc(100% - 220px);
  }

  .sec-top-right {
    max-width: 200px;
  }

  .sec-top-btn {
    padding-top: 8px;
  }

  .sec-tbody-btn .btnn {
    min-width: 144px;
    padding: 4px 14px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 8px;
  }

  .sec-tbody-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 6px;
  }

  .sec-tbody-btn.white .btnn {
    min-width: 152px;
    padding: 6px 14px;
    line-height: 30px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 1259px) {
  .sec-title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 46px;
  }

  .sec-title2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }

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

  .sec-top-left {
    width: calc(100% - 210px);
  }

  .sec-top-right {
    max-width: 180px;
  }

  .sec-top-btn {
    padding-top: 6px;
  }

  .sec-tbody-btn .btnn {
    min-width: 136px;
    padding: 4px 12px;
    line-height: 26px;
    font-size: 15px;
    border-radius: 6px;
  }

  .sec-tbody-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 6px;
  }

  .sec-tbody-btn.white .btnn {
    min-width: 142px;
    padding: 5px 12px;
    line-height: 28px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 991px) {
  .sec-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 42px;
  }

  .sec-title2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }

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

  .sec-top-left {
    width: 100%;
    text-align: center;
  }

  .sec-top-right {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .sec-top-btn {
    padding-top: 10px;
  }

  .sec-tbody-btn .btnn {
    min-width: 128px;
    padding: 4px 10px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 6px;
  }

  .sec-tbody-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 4px;
  }

  .sec-tbody-btn.white .btnn {
    min-width: 136px;
    padding: 4px 10px;
    line-height: 28px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 720px) {
  .sec-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 38px;
  }

  .sec-title2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

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

  .sec-top-left {
    width: 100%;
    text-align: center;
  }

  .sec-top-right {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .sec-top-btn {
    padding-top: 8px;
  }

  .sec-tbody-btn .btnn {
    min-width: 120px;
    padding: 3px 10px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 6px;
  }

  .sec-tbody-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 4px;
  }

  .sec-tbody-btn.white .btnn {
    min-width: 130px;
    padding: 4px 10px;
    line-height: 26px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 560px) {
  .sec-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .sec-title2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

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

  .sec-top-left {
    width: 100%;
    text-align: center;
  }

  .sec-top-right {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .sec-top-btn {
    padding-top: 8px;
  }

  .sec-tbody-btn .btnn {
    min-width: 120px;
    padding: 3px 10px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 6px;
  }

  .sec-tbody-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 4px;
  }

  .sec-tbody-btn.white .btnn {
    min-width: 130px;
    padding: 4px 10px;
    line-height: 26px;
    border-radius: 4px;
  }
}

.sec1 {
  position: relative;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 69px;
  background: #f8f8f8;
}

.sec1-tbody {
  position: relative;
  width: 100%;
  padding-top: 34px;
}

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

.swiper-sec1 {
  position: relative;
  width: 100%;
  padding-bottom: 38px;
}

.swiper-sec1 .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  opacity: .4;
}

.swiper-sec1 .swiper-slide-active {
  opacity: 1;
}

.swiper-sec1 .swiper-pagination {
  bottom: 0;
}

.swiper-sec1 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #09803c;
  border-radius: 50%;
  opacity: 0.3;
}

.swiper-sec1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #09803c;
  width: 36px;
  border-radius: 4px;
}

.sec1-tbody-item {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 25px;
}

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

.sec1-tbody-item .item-box .item-pic {
  position: relative;
  width: 360px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

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

.sec1-tbody-item .item-box .item-body {
  position: relative;
  width: calc(100% - 360px);
}

.sec1-tbody-item .item-box .item-body .item-title {
  position: relative;
  width: 100%;
  color: #333;
  font-size: 20px;
  line-height: 32px;
  font-family: Roboto-Bold;
}

.sec1-tbody-item .item-box .item-body .item-desc {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 7px;
  font-family: Arial;
}

.sec1-tbody-item .item-box .item-body .item-btn {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 14px;
  padding-bottom: 6px;
}

@media screen and (max-width: 1859px) {
  .sec1 {
    padding-top: 54px;
    padding-bottom: 64px;
  }

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

  .swiper-sec1 {
    padding-bottom: 36px;
  }

  .swiper-sec1 .swiper-slide {
    width: 50%;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 36px;
    border-radius: 4px;
  }

  .sec1-tbody .sec1-tbody-item {
    border-radius: 18px;
    padding: 18px 22px;
  }

  .sec1-tbody .sec1-tbody-item .item-box .item-pic {
    width: 360px;
  }

  .sec1-tbody .sec1-tbody-item .item-box .item-body {
    width: calc(100% - 360px);
  }

  .sec1-tbody-item .item-box .item-body .item-title {
    font-size: 20px;
    line-height: 32px;
  }

  .sec1-tbody-item .item-box .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 6px;
  }

  .sec1-tbody-item .item-box .item-body .item-btn {
    margin-top: 12px;
    padding-bottom: 4px;
  }
}

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

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

  .swiper-sec1 {
    padding-bottom: 32px;
  }

  .swiper-sec1 .swiper-slide {
    width: 50%;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 4px;
  }

  .sec1-tbody .sec1-tbody-item {
    border-radius: 18px;
    padding: 15px 18px;
  }

  .sec1-tbody .sec1-tbody-item .item-box .item-pic {
    width: 360px;
  }

  .sec1-tbody .sec1-tbody-item .item-box .item-body {
    width: calc(100% - 360px);
  }

  .sec1-tbody-item .item-box .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .sec1-tbody-item .item-box .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 6px;
  }

  .sec1-tbody-item .item-box .item-body .item-btn {
    margin-top: 10px;
    padding-bottom: 4px;
  }
}

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

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

  .swiper-sec1 {
    padding-bottom: 28px;
  }

  .swiper-sec1 .swiper-slide {
    width: 50%;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 4px;
  }

  .sec1-tbody-item {
    border-radius: 16px;
    padding: 14px 16px;
  }

  .sec1-tbody-item .item-box .item-pic {
    width: 240px;
  }

  .sec1-tbody-item .item-box .item-body {
    width: calc(100% - 264px);
  }

  .sec1-tbody-item .item-box .item-body .item-title {
    font-size: 18px;
    line-height: 30px;
  }

  .sec1-tbody-item .item-box .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 6px;
  }

  .sec1-tbody-item .item-box .item-body .item-btn {
    margin-top: 8px;
    padding-bottom: 0px;
  }
}

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

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

  .swiper-sec1 {
    padding-bottom: 24px;
  }

  .swiper-sec1 .swiper-slide {
    width: 46%;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 7px;
    height: 7px;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 4px;
  }

  .sec1-tbody-item {
    border-radius: 16px;
    padding: 12px 14px;
  }

  .sec1-tbody-item .item-box .item-pic {
    width: 220px;
  }

  .sec1-tbody-item .item-box .item-body {
    width: calc(100% - 240px);
  }

  .sec1-tbody-item .item-box .item-body .item-title {
    font-size: 14px;
    line-height: 30px;
  }

  .sec1-tbody-item .item-box .item-body .item-desc {
    font-size: 12px;
    line-height: 26px;
    margin-top: 6px;
  }

  .sec1-tbody-item .item-box .item-body .item-btn {
    margin-top: 8px;
    padding-bottom: 0px;
  }
}

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

  .sec1-tbody {
    padding: 20px 15px 0;
  }

  .swiper-sec1 {
    padding-bottom: 20px;
  }

  .swiper-sec1 .swiper-slide {
    width: 46%;
    opacity: 1;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 7px;
    height: 7px;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 4px;
  }

  .sec1-tbody-item {
    border-radius: 16px;
    padding: 10px 12px;
  }

  .sec1-tbody-item .item-box .item-pic {
    width: 200px;
  }

  .sec1-tbody-item .item-box .item-body {
    width: calc(100% - 220px);
  }



  .sec1-tbody-item .item-box .item-body .item-btn {
    margin-top: 6px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 800px) {
  .sec1 {
    padding-top: 24px;
    padding-bottom: 26px;
  }

  .sec1-tbody {
    padding: 16px 15px 0;
  }

  .swiper-sec1 {
    padding-bottom: 20px;
  }

  .swiper-sec1 .swiper-slide {
    width: 46%;
    opacity: 1;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 7px;
    height: 7px;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 4px;
  }

  .sec1-tbody-item {
    border-radius: 16px;
    padding: 10px 12px;
  }

  .sec1-tbody-item .item-box .item-pic {
    width: 100%;
  }

  .sec1-tbody-item .item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }



  .sec1-tbody-item .item-box .item-body .item-btn {
    margin-top: 6px;
    padding-bottom: 0px;
  }
}

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

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

  .swiper-sec1 {
    padding-bottom: 20px;
  }

  .swiper-sec1 .swiper-slide {
    width: 46%;
    opacity: 1;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 6px;
    height: 6px;
  }

  .swiper-sec1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 3px;
  }

  .sec1-tbody-item {
    border-radius: 12px;
    padding: 10px;
  }

  .sec1-tbody-item .item-box .item-pic {
    width: 100%;
  }

  .sec1-tbody-item .item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }



  .sec1-tbody-item .item-box .item-body .item-btn {
    margin-top: 6px;
    padding-bottom: 0px;
  }
}

.sec2{position: relative;width: 100%; margin-top: 70px;}
.sec2-tbody{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;flex-direction: row-reverse;padding-bottom: 30px;}
.sec2-tbody-left{position: relative;width: 50%;}
.sec2-tbody-right{position: relative;width: 50%;}
.sec2-tbody-right .sec2-right-img{position: relative;width: 100%;}
.sec2-tbody-right .sec2-right-img .item-pic{position: relative;width: 100%;padding-bottom: 75%;z-index: 22;overflow: hidden;}
.sec2-tbody-right .sec2-right-img::before{position: absolute;left: -49px;bottom: -10px;width: 199px;height: 104px;background: #dab267;content: "";z-index: 24;}
.sec2-tbody-right .sec2-right-img .item-pic .video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;cursor: pointer;}
.sec2-tbody::before{position: absolute;content: "";left: 0;bottom: 0;width: 53.125%;height:600px;background: #09803c;z-index: 30;}
.sec2-left-box{position: relative;max-width: 100%;width: 700px;margin-left: auto;padding-right: 42px;z-index: 35;padding-top: 4px;}
.sec2-left-info{position: relative;margin-top: 98px;}
.sec2-tbody-text{font-size: 16px;color: #FFFFFF;line-height: 32px;}
.sec2-tbody-text a{display: block;color: #fff;}
.sec2-tbody-ul{position: relative;margin-top: 30px;}
.sec2-tbody-ul a{display: block;position: relative;width: 100%;color: #FFFFFF;}
.sec2-tbody-ul p{display: block;padding-left: 36px;position: relative;font-size: 16px;color: #FFFFFF;line-height: 32px;margin-bottom: 8px;}
.sec2-tbody-ul p::before{position: absolute;content: "√";left: 0;top: 50%;transform: translateY(-50%);width: 24px;height: 24px;line-height: 24px;text-align: center;font-size: 12px;color: #09803c;border-radius: 50%;background: #FFFFFF;}
.sec2-tbody-text a:hover{color: #dbdbdb;}.sec2-tbody-ul p a:hover{color: #dbdbdb;}

.sec2-tbody-list{position: relative;font-size: 0;letter-spacing: 0;padding-top: 36px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.sec2-item-line{width: 1px;height: 48px;background: rgba(255,255,255,.3);margin: 0 15px;margin-top: 17px;}
.sec2-tbody-item{position: relative;display: inline-block;vertical-align: top;margin-bottom: 20px;min-width: 86px;}
.sec2-tbody-item .item-box{position: relative;width: 100%;}
.sec2-tbody-item .item-box .item-num{font-size: 36px;color: #ffcf75;line-height: 48px;display: block;font-weight: bold;}
.sec2-tbody-item .item-box .item-name{position: relative;margin-top: 2px;font-size: 16px;color: #DBDBDB;line-height: 30px;}
.sec2-tbody-item .item-box a.item-num:hover{color: #fff;}
.sec2-tbody-item .item-box .item-name a{color: #DBDBDB;}
.sec2-tbody-item .item-box .item-name a:hover{color: #fff;}
/* .sec2-list-item:hover .item-box .item-name, .sec2-tbody-item:hover .item-box .item-name a{color: #fff;} */
.sec2-tbody-btn{position: relative;width: 100%;margin-top: 50px;}
.sec-tbody-btn .btnn{position: relative;display: inline-block;vertical-align: top;text-align: center;min-width: 161px;padding: 8px 15px;font-family: Barlow-Bold;font-size: 16px;line-height: 32px;color: #fff;background: #09803c;text-transform: uppercase;}
.sec-tbody-btn a.btnn:hover{color: #09803c;background: #fff;}
@media screen and (max-width: 1659px) {
  .sec2-tbody{padding-bottom: 28px;}
  .sec2-tbody-left{width: 50%;}
  .sec2-tbody-right{width: 50%;}
  .sec2-tbody-right .sec2-right-img::before{left: -42px;bottom: -10px;width: 180px;height: 92px;}
  .sec2-tbody::before{width: 53.125%;height: 520px;}
  .sec2-left-box{width: 700px;padding-right: 36px;padding-top: 18px;}
  .sec2-left-info{margin-top: 82px;}
  .sec2-tbody-text{font-size: 16px;line-height: 30px;}
  .sec2-tbody-ul{margin-top:28px;}
  .sec2-tbody-ul p{padding-left: 34px;font-size: 16px;line-height: 30px;margin-bottom: 6px;}
  .sec2-tbody-ul p::before{width: 24px;height: 24px;line-height: 24px;font-size: 12px;}

  .sec2-tbody-list{padding-top: 32px;}
  .sec2-item-line{height: 44px;margin-top: 12px;}
  .sec2-tbody-item{margin-bottom: 18px;}
  .sec2-tbody-item .item-box .item-num{font-size: 32px;line-height: 44px;}
  .sec2-tbody-item .item-box .item-name{font-size: 16px;line-height: 28px;}
  .sec2-tbody-btn{margin-top: 42px;}
  .sec-tbody-btn .btnn{min-width: 156px;padding: 8px 15px;font-size: 16px;line-height: 30px;}
}
@media screen and (max-width: 1459px) {
  .sec2-tbody{padding-bottom: 24px;}
  .sec2-tbody-left{width: 50%;}
  .sec2-tbody-right{width: 50%;}
  .sec2-tbody-right .sec2-right-img::before{left: -36px;bottom: -10px;width: 160px;height: 84px;}
  .sec2-tbody::before{width: 53.125%;height: 460px;}
  .sec2-left-box{width: 600px;padding-right: 30px;padding-top: 10px;}
  .sec2-left-info{margin-top: 60px;}
  .sec2-tbody-text{font-size: 16px;line-height: 28px;}
  .sec2-tbody-ul{margin-top: 24px;}
  .sec2-tbody-ul p{padding-left: 32px;font-size: 16px;line-height: 28px;margin-bottom: 6px;}
  .sec2-tbody-ul p::before{width: 22px;height: 22px;line-height: 22px;font-size: 12px;}

  .sec2-tbody-list{padding-top: 24px;}
  .sec2-item-line{height: 40px;margin-top: 12px;}
  .sec2-tbody-item{margin-bottom: 18px;}
  .sec2-tbody-item .item-box .item-num{font-size: 28px;line-height: 40px;}
  .sec2-tbody-item .item-box .item-name{font-size: 15px;line-height: 26px;}
  .sec2-tbody-btn{margin-top: 32px;}
  .sec-tbody-btn .btnn{min-width: 144px;padding: 7px 14px;font-size: 16px;line-height: 28px;}
}
@media screen and (max-width: 1259px) {
  .sec2-tbody{padding-bottom: 20px;}
  .sec2-tbody-left{width: 50%;}
  .sec2-tbody-right{width: 50%;}
  .sec2-tbody-right .sec2-right-img::before{left: -30px;bottom: -10px;width: 140px;height: 72px;}
  .sec2-tbody::before{width: 53.125%;height: 420px;}
  .sec2-left-box{width: 475px;padding-right: 24px;padding-top: 0px;}
  .sec2-left-info{margin-top: 40px;}
  .sec2-tbody-text{font-size: 15px;line-height: 26px;}
  .sec2-tbody-ul{margin-top: 20px;}
  .sec2-tbody-ul p{padding-left: 32px;font-size: 15px;line-height: 26px;margin-bottom: 6px;}
  .sec2-tbody-ul p::before{width: 22px;height: 22px;line-height: 22px;font-size: 12px;}

  .sec2-tbody-list{padding-top: 20px;}
  .sec2-item-line{height: 40px;margin-top: 12px;}
  .sec2-tbody-item{margin-bottom: 18px;}
  .sec2-tbody-item .item-box .item-num{font-size: 24px;line-height: 36px;}
  .sec2-tbody-item .item-box .item-name{font-size: 14px;line-height: 24px;}
  .sec2-tbody-btn{margin-top: 20px;}
  .sec-tbody-btn .btnn{min-width: 132px;padding: 6px 12px;font-size: 15px;line-height: 26px;}
}
@media screen and (max-width: 991px) {
  .sec2-tbody{padding-bottom: 20px;}
  .sec2-tbody-left{width: 100%;margin-top: 20px;}
  .sec2-tbody-right{width: 100%;}
  .sec2-tbody-right .sec2-right-img::before{display: none;}
  .sec2-tbody::before{display: none;}
  .sec2-left-box{width: 100%;padding: 0 15px;}
  .sec2-left-info{margin-top: 30px;background: #09803c;padding: 15px;}
  .sec2-tbody-text{font-size: 14px;line-height: 24px;}
  .sec2-tbody-ul{margin-top: 20px;}
  .sec2-tbody-ul p{padding-left: 30px;font-size: 14px;line-height: 24px;margin-bottom: 6px;}
  .sec2-tbody-ul p::before{width: 22px;height: 22px;line-height: 22px;font-size: 12px;}

  .sec2-tbody-list{padding-top: 20px;}
  .sec2-item-line{height: 40px;margin-top: 12px;}
  .sec2-tbody-item{margin-bottom: 18px;}
  .sec2-tbody-item .item-box .item-num{font-size: 20px;line-height: 32px;}
  .sec2-tbody-item .item-box .item-name{font-size: 14px;line-height: 24px;}
  .sec2-tbody-btn{margin-top: 20px;}
  .sec-tbody-btn .btnn{min-width: 124px;padding:5px 10px;font-size: 14px;line-height: 24px;}
}
@media screen and (max-width: 720px) {
  .sec2-tbody{padding-bottom: 20px;}
  .sec2-tbody-left{width: 100%;margin-top: 20px;}
  .sec2-tbody-right{width: 100%;}
  .sec2-tbody-right .sec2-right-img::before{display: none;}
  .sec2-tbody::before{display: none;}
  .sec2-left-box{width: 100%;padding: 0 15px;}
  .sec2-left-info{margin-top: 20px;background: #09803c;padding: 15px;}
  .sec2-tbody-text{font-size: 14px;line-height: 24px;}
  .sec2-tbody-ul{margin-top: 18px;}
  .sec2-tbody-ul p{padding-left: 30px;font-size: 14px;line-height: 24px;margin-bottom: 6px;}
  .sec2-tbody-ul p::before{width: 20px;height: 20px;line-height: 20px;font-size: 12px;}

  .sec2-tbody-list{padding-top: 16px;}
  .sec2-item-line{display: none;}
  .sec2-tbody-item{margin-bottom: 14px;padding: 0 10px;}
  .sec2-tbody-item .item-box .item-num{font-size: 20px;line-height: 32px;}
  .sec2-tbody-item .item-box .item-name{font-size: 14px;line-height: 24px;}
  .sec2-tbody-btn{margin-top: 18px;}
  .sec-tbody-btn .btnn{min-width: 116px;padding:4px 10px;font-size: 14px;line-height: 24px;}
}
.sec3{position: relative;width: 100%;padding-top: 66px;padding-bottom: 80px;background: #F7F7F7;}
.sec3-tbody{position: relative;width: 100%;padding-top: 44px;}
.sec3-tbody-swiper{position: relative;margin-left: -120px;margin-right: -120px;padding: 0 120px;z-index: 22;}
.sec3-tbody-swiper .swiper-sec3{position: relative;width: 100%;}
.sec3-tbody-swiper .swiper-button{width: 66px;margin-top: -33px;height: 66px;line-height: 66px;text-align: center;font-size: 18px;color: #09803c;background: rgb(206, 230, 216);border-radius: 50%;z-index: 22;}
.sec3-tbody-swiper .swiper-button::after{position: absolute;content: "";width: 74px;height: 6px;border-radius: 50%;left: 50%;top: 50%;transform: translate(-50%, -50%);background: rgb(206, 230, 216);z-index: -1;}
.sec3-tbody-swiper .swiper-button:hover{background: #09803c;color: #dab267;}
.sec3-tbody-swiper .swiper-button:hover::after{background: #09803c;}
.sec3-tbody-swiper .swiper-sec3 .swiper-slide{position: relative;display: inline-block;vertical-align: top;width: 32%;}

.sec3-list-item{position: relative;display: inline-block;vertical-align: top;width: 100%;}
.sec3-list-item .item-box{position: relative;width: 100%;height: 100%;background: #FFFFFF;}
.sec3-list-item .item-box .item-pic {position: relative;width: 100%;text-align: left;}
.sec3-list-item .item-box .item-pic .pic{display: block;width: 100%;}
.sec3-list-item .item-box .item-pic img{display: inline-block;vertical-align: top;
width: 100%;}
.sec3-list-item .item-box .item-body{position: relative;width: 100%;padding: 24px 30px 36px;}
.sec3-list-item .item-body .item-title{font-size: 18px;font-family: Barlow-Bold;color: #333;line-height: 24px;height: 48px;overflow: hidden;}
.sec3-list-item .item-body .item-desc{font-size: 16px;color: #666;line-height: 24px;margin-top: 24px;height: 48px;overflow: hidden;}
.sec3-list-item .item-body .item-btn{position: relative;width: 100%;margin-top: 27px;}
.sec3-list-item .item-body .item-btn .btnn{position: relative;display: inline-block;vertical-align: top;font-family: Barlow-Bold;font-size: 16px;color: #09803c;line-height: 24px;text-transform: uppercase;}
.sec3-right-btn a.btnn:hover{text-decoration: underline;}
@media screen and (max-width: 1659px) {
  .sec3{padding-top: 60px;padding-bottom: 70px;}
  .sec3-tbody{padding-top: 42px;}
  .sec3-tbody-swiper{margin-left: -60px;margin-right: -60px;padding: 0 60px;}

  .sec3-tbody-swiper .swiper-button{width: 60px;margin-top: -30px;height: 60px;line-height: 60px;font-size: 18px;}
  .sec3-tbody-swiper .swiper-button::after{width: 68px;height: 6px;}
  .sec3-list-item .item-box .item-body{padding: 24px 30px 36px;}
  .sec3-list-item .item-body .item-title{font-size: 18px;line-height: 24px;height: 48px;}
  .sec3-list-item .item-body .item-desc{font-size: 16px;line-height: 24px;margin-top: 24px;height: 48px;}
  .sec3-list-item .item-body .item-btn{margin-top: 26px;}
  .sec3-list-item .item-body .item-btn .btnn{font-size: 16px;line-height: 24px;}
}
@media screen and (max-width: 1559px) {
  .sec3{padding-top: 54px;padding-bottom: 60px;}
  .sec3-tbody{padding-top: 36px;}
  .sec3-tbody-swiper{margin-left: -30px;margin-right: -30px;padding: 0 54px;}

  .sec3-tbody-swiper .swiper-button{width: 48px;margin-top: -24px;height: 48px;line-height: 48px;font-size: 16px;}
  .sec3-tbody-swiper .swiper-button::after{width: 54px;height: 6px;}
  .sec3-list-item .item-box .item-body{padding: 22px 28px 32px;}
  .sec3-list-item .item-body .item-title{font-size: 18px;line-height: 24px;height: 48px;}
  .sec3-list-item .item-body .item-desc{font-size: 16px;line-height: 24px;margin-top: 22px;height: 48px;}
  .sec3-list-item .item-body .item-btn{margin-top: 24px;}
  .sec3-list-item .item-body .item-btn .btnn{font-size: 16px;line-height: 24px;}
}
@media screen and (max-width: 1459px) {
  .sec3{padding-top: 48px;padding-bottom: 50px;}
  .sec3-tbody{padding-top: 30px;}
  .sec3-tbody-swiper{margin-left: -30px;margin-right: -30px;padding: 0 54px;}

  .sec3-tbody-swiper .swiper-button{width: 48px;margin-top: -24px;height: 48px;line-height: 48px;font-size: 16px;}
  .sec3-tbody-swiper .swiper-button::after{width: 54px;height: 6px;}
  .sec3-list-item .item-box .item-body{padding: 20px 24px 28px;}
  .sec3-list-item .item-body .item-title{font-size: 17px;line-height: 24px;height: 48px;}
  .sec3-list-item .item-body .item-desc{font-size: 15px;line-height: 23px;margin-top: 18px;height: 46px;}
  .sec3-list-item .item-body .item-btn{margin-top: 20px;}
  .sec3-list-item .item-body .item-btn .btnn{font-size: 15px;line-height: 24px;}
}
@media screen and (max-width: 1259px) {
  .sec3{padding-top: 40px;padding-bottom: 40px;}
  .sec3-tbody{padding-top: 24px;}
  .sec3-tbody-swiper{margin-left: -20px;margin-right: -20px;padding: 0 44px;}

  .sec3-tbody-swiper .swiper-button{width: 40px;margin-top: -20px;height: 40px;line-height: 40px;font-size: 15px;}
  .sec3-tbody-swiper .swiper-button::after{width: 42px;height: 4px;}
  .sec3-list-item .item-box .item-body{padding: 16px 20px 24px;}
  .sec3-list-item .item-body .item-title{font-size: 16px;line-height: 24px;height: 48px;}
  .sec3-list-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 14px;height: 44px;}
  .sec3-list-item .item-body .item-btn{margin-top: 16px;}
  .sec3-list-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
}
@media(max-width: 991px) {
  .sec3{padding-top: 30px;padding-bottom: 30px;}
  .sec3-tbody{padding-top: 20px;}
  .sec3-tbody-swiper{margin-left: -15px;margin-right: -15px;padding: 0 40px;}

  .sec3-tbody-swiper .swiper-button{width: 30px;margin-top: -15px;height: 30px;line-height: 30px;font-size: 15px;}
  .sec3-tbody-swiper .swiper-button::after{width: 30px;height: 4px;}
  .sec3-list-item .item-box .item-body{padding: 14px 15px 20px;}
  .sec3-list-item .item-body .item-title{font-size: 16px;line-height: 24px;height: 48px;}
  .sec3-list-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 8px;height: 44px;}
  .sec3-list-item .item-body .item-btn{margin-top: 12px;}
  .sec3-list-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
}

.sec4{position: relative;width: 100%;padding: 71px 0 20px;background: #fff;}
.sec4-tbody{position: relative;width: 100%;padding-top: 24px;padding-bottom: 42px;}
.sec4-tbody::before{position: absolute;content: "";bottom: 21px;left: 50%;transform: translateX(-50%);width: calc(100% - 212px);height: 1px;background: #EBEBEB;}
.sec4-tbody .swiper-button{top: auto;bottom: 0;margin-top: 0;width: 85px;height: 42px;line-height: 42px;text-align: center;font-size: 21px;color: #fff;margin: 0 5px;}
.sec4-tbody .swiper-button::after{width: 75px;height: 42px;background: #999;transform: translate(-50%, -50%) skew(340deg);position: absolute;content: "";left: 50%;top: 50%;z-index: -1;}
.sec4-tbody .swiper-button:hover::after{background: #09803c;color: #fff;}
.swiper-sec4{position: relative;width: 100%;border-top: 1px solid #EBEBEB;padding-top: 30px;}
.swiper-sec4 .swiper-slide{display: inline-block;vertical-align: top;width: 100%;}

.sec4-tbody-item{position: relative;width: 100%;margin-bottom: 36px;}
.sec4-tbody-item .item-box{position: relative;width: 100%;flex-direction: row-reverse;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sec4-tbody-item .item-pic{max-width: 100%;width: 400px;position: relative;text-align: center;}
.sec4-tbody-item .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.sec4-tbody-item .item-body{width: calc(100% - 464px);position: relative;}
.sec4-tbody-item .item-body .item-date{font-size: 16px;color: #666;line-height: 24px;margin-bottom: 6px;}
.sec4-tbody-item .item-body .item-title{font-size: 22px; font-weight: bold; color: #333;line-height: 32px;}
.sec4-tbody-item .item-body .item-desc{font-size: 16px;margin-top: 20px;color: #666;line-height: 30px;}
.sec4-tbody-item .item-body .item-btn{margin-top: 52px;}
.sec4-tbody-item .item-body .item-btn .btnn{ border:none;background: #09803c;color: #fff;}
.sec4-tbody-item .item-body .item-btn a.btnn:hover{background: #dab267;}
.sec4-tbody-bottom{padding: 20px 0;}
.sec4-bottom-list{position: relative;font-size: 0;letter-spacing: 0;margin-left: -40px;margin-right: -40px;}
.sec4-bottom-item{position: relative;width: 50%;display: inline-block;vertical-align: top;padding: 0 40px;margin-bottom: 15px;}
.sec4-bottom-item .item-box{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding-left: 30px;}
.sec4-bottom-item .item-box::before{position: absolute;content: "";left: 0;top: 50%;transform: translateY(-50%);width: 6px;height: 6px;background: #111;border-radius: 50%;}
.sec4-bottom-item .item-box .item-title{font-size: 16px;color: #333;line-height: 32px;width: calc(100% - 120px);padding-right: 10px;}
.sec4-bottom-item .item-box .item-date{font-size: 16px;color: #666;line-height: 32px;max-width: 120px;}
.sec4-bottom-list .sec4-bottom-item:nth-of-type(even){border-left: 1px solid #DBDBDB;}


@media screen and (max-width: 1459px) {
  .sec4{padding: 60px 0 68px;}
  .sec4-tbody{padding-top: 22px;padding-bottom: 38px;}
  .sec4-tbody::before{bottom: 20px;width: calc(100% - 200px);}
  .sec4-tbody .swiper-button{width: 80px;height: 38px;line-height: 38px;font-size: 20px;}
  .sec4-tbody .swiper-button::after{width: 72px;height: 38px;}
  .swiper-sec4{padding-top: 24px;}
  .sec4-tbody-item{margin-bottom: 32px;}
  .sec4-tbody-item .item-pic{width: 380px;}
  .sec4-tbody-item .item-body{width: calc(100% - 436px);}
  .sec4-tbody-item .item-body .item-date{font-size: 12px;line-height: 24px;margin-bottom: 6px;}
  .sec4-tbody-item .item-body .item-title{font-size: 20px;line-height: 30px;}
  .sec4-tbody-item .item-body .item-desc{font-size: 16px;margin-top: 16px;line-height: 28px;}
  .sec4-tbody-item .item-body .item-btn{margin-top: 48px;}
  .sec4-tbody-bottom{padding: 18px 0;}
  .sec4-bottom-list{margin-left: -30px;margin-right: -30px;}
  .sec4-bottom-item{width: 50%;padding: 0 30px;margin-bottom: 6px;}
  .sec4-bottom-item .item-box{padding-left: 24px;}
  .sec4-bottom-item .item-box .item-title{font-size: 18px;line-height: 30px;width: calc(100% - 110px);padding-right: 10px;}
  .sec4-bottom-item .item-box .item-date{font-size: 16px;line-height: 30px;max-width: 110px;}

}
@media screen and (max-width: 1259px) {
  .sec4{padding: 48px 0 56px;}
  .sec4-tbody{padding-top: 18px;padding-bottom: 36px;}
  .sec4-tbody::before{bottom: 18px;width: calc(100% - 180px);}
  .sec4-tbody .swiper-button{width: 80px;height: 36px;line-height: 36px;font-size: 18px;}
  .sec4-tbody .swiper-button::after{width: 72px;height: 36px;}
  .swiper-sec4{padding-top: 20px;}
  .sec4-tbody-item{margin-bottom: 28px;}
  .sec4-tbody-item .item-pic{width: 360px;}
  .sec4-tbody-item .item-body{width: calc(100% - 396px);}
  .sec4-tbody-item .item-body .item-date{font-size: 14px;line-height: 22px;margin-bottom: 6px;}
  .sec4-tbody-item .item-body .item-title{font-size: 18px;line-height: 30px;}
  .sec4-tbody-item .item-body .item-desc{font-size: 15px;margin-top: 14px;line-height: 26px;}
  .sec4-tbody-item .item-body .item-btn{margin-top: 40px;}
  .sec4-tbody-bottom{padding: 16px 0;}
  .sec4-bottom-list{margin-left: -12px;margin-right: -12px;}
  .sec4-bottom-item{width: 50%;padding: 0 12px;margin-bottom: 6px;}
  .sec4-bottom-item .item-box{padding-left: 20px;}
  .sec4-bottom-item .item-box .item-title{font-size: 18px;line-height: 30px;width: calc(100% - 110px);padding-right: 10px;}
  .sec4-bottom-item .item-box .item-date{font-size: 15px;line-height: 26px;max-width: 110px;}
}
@media screen and (max-width: 991px) {
  .sec4{padding: 38px 0 44px;}
  .sec4-tbody{padding-top: 16px;padding-bottom: 32px;}
  .sec4-tbody::before{bottom: 16px;width: calc(100% - 160px);}
  .sec4-tbody .swiper-button{width: 70px;height: 32px;line-height: 32px;font-size: 16px;}
  .sec4-tbody .swiper-button::after{width: 64px;height: 32px;}
  .swiper-sec4{padding-top: 16px;}
  .sec4-tbody-item{margin-bottom: 20px;}
  .sec4-tbody-item .item-pic{width: 320px;}
  .sec4-tbody-item .item-body{width: calc(100% - 344px);}
  .sec4-tbody-item .item-body .item-date{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
  .sec4-tbody-item .item-body .item-title{font-size: 18px;line-height: 28px;}
  .sec4-tbody-item .item-body .item-desc{font-size: 14px;margin-top: 10px;line-height: 24px;}
  .sec4-tbody-item .item-body .item-btn{margin-top: 32px;}
  .sec4-tbody-bottom{padding: 12px 0;}
  .sec4-bottom-list{margin-left: -8px;margin-right: -8px;}
  .sec4-bottom-item{width: 100%;padding: 0 8px;margin-bottom: 10px;}
  .sec4-bottom-item .item-box{padding-left: 16px;}
  .sec4-bottom-item .item-box .item-title{font-size: 16px;line-height: 28px;width: calc(100% - 100px);padding-right: 10px;}
  .sec4-bottom-item .item-box .item-date{font-size: 14px;line-height: 24px;max-width: 100px;}
}
@media screen and (max-width: 720px) {
  .sec4{padding: 30px 0 32px;}
  .sec4-tbody{padding-top: 16px;padding-bottom: 32px;}
  .sec4-tbody::before{bottom: 16px;width: calc(100% - 160px);}
  .sec4-tbody .swiper-button{width: 70px;height: 32px;line-height: 32px;font-size: 16px;}
  .sec4-tbody .swiper-button::after{width: 64px;height: 32px;}
  .swiper-sec4{padding-top: 16px;}
  .sec4-tbody-item{margin-bottom: 20px;}
  .sec4-tbody-item .item-pic{width: 280px;}
  .sec4-tbody-item .item-body{width: calc(100% - 300px);}
  .sec4-tbody-item .item-body .item-date{font-size: 13px;line-height: 20px;margin-bottom: 6px;}
  .sec4-tbody-item .item-body .item-title{font-size: 16px;line-height: 28px;}
  .sec4-tbody-item .item-body .item-desc{font-size: 14px;margin-top: 8px;line-height: 24px;}
  .sec4-tbody-item .item-body .item-btn{margin-top: 24px;}
  .sec4-tbody-bottom{padding: 12px 0;}
  .sec4-bottom-list{margin-left: -8px;margin-right: -8px;}
  .sec4-bottom-item{width: 100%;padding: 0 8px;margin-bottom: 10px;}
  .sec4-bottom-item .item-box{padding-left: 16px;}
  .sec4-bottom-item .item-box .item-title{font-size: 16px;line-height: 28px;width: calc(100% - 100px);padding-right: 10px;}
  .sec4-bottom-item .item-box .item-date{font-size: 14px;line-height: 24px;max-width: 100px;}
}
@media screen and (max-width: 600px) {
  .sec4{padding: 24px 0 24px;}
  .sec4-tbody{padding-top: 12px;padding-bottom: 32px;}
  .sec4-tbody::before{bottom: 16px;width: calc(100% - 160px);}
  .sec4-tbody .swiper-button{width: 70px;height: 32px;line-height: 32px;font-size: 16px;}
  .sec4-tbody .swiper-button::after{width: 64px;height: 32px;}
  .swiper-sec4{padding-top: 12px;}
  .sec4-tbody-item{margin-bottom: 20px;}
  .sec4-tbody-item .item-pic{width: 100%;}
  .sec4-tbody-item .item-body{width: 100%;padding-top: 16px;}
  .sec4-tbody-item .item-body .item-date{font-size: 13px;line-height: 20px;margin-bottom: 6px;}
  .sec4-tbody-item .item-body .item-title{font-size: 16px;line-height: 28px;}
  .sec4-tbody-item .item-body .item-desc{font-size: 14px;margin-top: 8px;line-height: 24px;}
  .sec4-tbody-item .item-body .item-btn{margin-top: 16px;}
  .sec4-tbody-bottom{padding: 10px 0;}
  .sec4-bottom-list{margin-left: -8px;margin-right: -8px;}
  .sec4-bottom-item{width: 100%;padding: 0 8px;margin-bottom: 10px;}
  .sec4-bottom-item .item-box{padding-left: 16px;}
  .sec4-bottom-item .item-box .item-title{font-size: 16px;line-height: 28px;width: calc(100% - 100px);padding-right: 10px;}
  .sec4-bottom-item .item-box .item-date{font-size: 14px;line-height: 24px;max-width: 100px;}
}

.sec-page {
  position: relative;
  width: 100%;
  padding: 45px 0 80px;
}

.sec-page-box {
  position: relative;
  width: 100%;
  background: #09803c;
  padding: 25px 15px 32px;
  border-radius: 10px;
  text-align: center;
}

.sec-page-title {
  position: relative;
  font-size: 36px;
  color: #FFFFFF;
  font-family: Roboto-Bold;
  line-height: 48px;
  max-width: 1000px;
  margin: 0 auto;
}

.sec-page-text {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 36px;
}

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

.sec-page-title a:hover,
.sec-page-text a:hover {
  color: #cbcbcb;
}

.sec-page-btn {
  position: relative;
  margin-top: 22px;
  text-align: center;
}

.sec-page-btn .btnn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 160px;
  padding: 4px 16px;
  font-size: 24px;
  line-height: 36px;
  font-family: Roboto-Bold;
  color: #333;
  border: 1px solid #fff;
  background: #FFFFFF;
  border-radius: 6px;
}

.sec-page-btn .btnn:hover {
  color: #09803c;
}

@media screen and (max-width: 1459px) {
  .sec-page {
    padding: 38px 0 68px;
  }

  .sec-page-box {
    padding: 20px 15px 28px;
  }

  .sec-page-title {
    font-size: 32px;
    line-height: 44px;
  }

  .sec-page-text {
    margin-top: 14px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
  }

  .sec-page-btn {
    margin-top: 20px;
  }

  .sec-page-btn .btnn {
    min-width: 152px;
    padding: 4px 14px;
    font-size: 22px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1259px) {
  .sec-page {
    padding: 30px 0 56px;
  }

  .sec-page-box {
    padding: 18px 15px 24px;
  }

  .sec-page-title {
    font-size: 28px;
    line-height: 40px;
  }

  .sec-page-text {
    margin-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .sec-page-btn {
    margin-top: 18px;
  }

  .sec-page-btn .btnn {
    min-width: 144px;
    padding: 4px 12px;
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .sec-page {
    padding: 24px 0 44px;
  }

  .sec-page-box {
    padding: 15px 12px 20px;
  }

  .sec-page-title {
    font-size: 24px;
    line-height: 36px;
  }

  .sec-page-text {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
  }

  .sec-page-btn {
    margin-top: 16px;
  }

  .sec-page-btn .btnn {
    min-width: 136px;
    padding: 3px 10px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 720px) {
  .sec-page {
    padding: 18px 0 32px;
  }

  .sec-page-box {
    padding: 14px 12px 18px;
  }

  .sec-page-title {
    font-size: 20px;
    line-height: 32px;
  }

  .sec-page-text {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .sec-page-btn {
    margin-top: 14px;
  }

  .sec-page-btn .btnn {
    min-width: 128px;
    padding: 3px 10px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 560px) {
  .sec-page {
    padding: 18px 0 28px;
  }

  .sec-page-box {
    padding: 14px 12px 18px;
  }

  .sec-page-title {
    font-size: 18px;
    line-height: 30px;
  }

  .sec-page-text {
    margin-top: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .sec-page-btn {
    margin-top: 12px;
  }

  .sec-page-btn .btnn {
    min-width: 120px;
    padding: 3px 10px;
    font-size: 15px;
    line-height: 26px;
  }
}

.sec5 {
  position: relative;
  width: 100%;
  padding: 55px 0 37px;
}

.sec5-tbody {
  position: relative;
  width: 100%;
  font-size: 0;
  line-height: 0;
  padding-top: 26px;
}

.sec5-tbody-img {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 22;
}

.sec5-tbody-img .item-pic {
  position: relative;
  width: 100%;
  padding-bottom: 42.85715%;
  height: 0;
  z-index: 22;
  border-radius: 10px;
  overflow: hidden;
}

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

@media screen and (max-width: 1459px) {
  .sec5 {
    padding: 48px 0 32px;
  }

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

@media screen and (max-width: 1259px) {
  .sec5 {
    padding: 40px 0 28px;
  }

  .sec5-tbody {
    padding-top: 22px;
  }
}

@media screen and (max-width: 991px) {
  .sec5 {
    padding: 32px 0 24px;
  }

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

@media screen and (max-width: 700px) {
  .sec5 {
    padding: 24px 0 20px;
  }

  .sec5-tbody {
    padding-top: 18px;
  }
}

@media screen and (max-width: 560px) {
  .sec5 {
    padding: 18px 0 16px;
  }

  .sec5-tbody {
    padding-top: 16px;
  }
}

.sec6 {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  background: #f8f8f8;
}

.sec6-tbody {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.sec6-tbody-left {
  position: relative;
  width: 61.428572%;
}

.sec6-tbody-right {
  position: relative;
  width: 34.5%;
}

.sec6-tbody .sec-title2 {
  line-height: 60px;
}

.sec6-tbody-text {
  margin-top: 25px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.sec6-tbody-btn {
  margin-top: 36px;
}

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

.sec6-tbody-item {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.sec6-tbody-item .item-box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 6px 0;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.sec6-tbody-item .item-box .item-title {
  position: relative;
  width: 100%;
  padding: 13px 30px;
  padding-right: 66px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  font-family: Roboto-Bold;
  color: #333;
  cursor: pointer;
}

.sec6-tbody-item .item-box .item-title::before {
  content: "\e608";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  color: #333;
  background: #f8f8f8;
  text-align: center;
  font-family: "iconfont";
  text-align: center;
  display: block;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  box-sizing: border-box;
  font-weight: bold;
}

.sec6-tbody-item .item-box .item-title.active:before {
  content: "\e600";
  color: #09803c;
}

.sec6-tbody-item .item-box .item-title.active {
  color: #09803c;
}

.sec6-tbody-item .item-box .item-title:hover {
  color: #09803c;
}

.sec6-tbody-item .item-box .item-title:hover::before {
  content: "\e600";
  color: #09803c;
}

.sec6-tbody-item .item-box .item-text {
  position: relative;
  width: 100%;
  display: none;
}

.sec6-tbody-item .item-box .item-text .text {
  font-size: 16px;
  padding: 6px 30px 24px;
  color: #666666;
  line-height: 30px;
}

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

  .sec6-tbody-left {
    width: 62.5%;
  }

  .sec6-tbody-right {
    width: 34.5%;
  }

  .sec6-tbody .sec-title2 {
    line-height: 54px;
  }

  .sec6-tbody-text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 28px;
  }

  .sec6-tbody-btn {
    margin-top: 32px;
  }

  .sec6-tbody-item .item-box {
    padding: 5px 0;
    border-radius: 10px;
  }

  .sec6-tbody-item .item-box .item-title {
    padding: 12px 24px;
    padding-right: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
  }

  .sec6-tbody-item .item-box .item-title::before {
    right: 24px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
  }

  .sec6-tbody-item .item-box .item-text .text {
    font-size: 16px;
    padding: 6px 24px 18px;
    line-height: 28px;
  }
}

@media (max-width: 1259px) {
  .sec6 {
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .sec6-tbody-left {
    width: 62.5%;
  }

  .sec6-tbody-right {
    width: 35%;
  }

  .sec6-tbody .sec-title2 {
    line-height: 48px;
  }

  .sec6-tbody-text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 26px;
  }

  .sec6-tbody-btn {
    margin-top: 24px;
  }

  .sec6-tbody-item .item-box {
    padding: 5px 0;
    border-radius: 8px;
  }

  .sec6-tbody-item .item-box .item-title {
    padding: 10px 18px;
    padding-right: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .sec6-tbody-item .item-box .item-title::before {
    right: 18px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
  }

  .sec6-tbody-item .item-box .item-text .text {
    font-size: 15px;
    padding: 4px 18px 12px;
    line-height: 26px;
  }
}

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

  .sec6-tbody-left {
    width: 100%;
    margin-top: 16px;
  }

  .sec6-tbody-right {
    width: 100%;
    text-align: center;
  }

  .sec6-tbody .sec-title2 {
    line-height: 40px;
  }

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

  .sec6-tbody-btn {
    margin-top: 18px;
  }

  .sec6-tbody-item .item-box {
    padding: 5px 0;
    border-radius: 8px;
  }

  .sec6-tbody-item .item-box .item-title {
    padding: 8px 15px;
    padding-right: 48px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .sec6-tbody-item .item-box .item-title::before {
    right: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
  }

  .sec6-tbody-item .item-box .item-text .text {
    font-size: 14px;
    padding: 4px 15px 10px;
    line-height: 24px;
  }
}

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

  .sec6-tbody-left {
    width: 100%;
    margin-top: 16px;
  }

  .sec6-tbody-right {
    width: 100%;
    text-align: center;
  }

  .sec6-tbody .sec-title2 {
    line-height: 32px;
  }

  .sec6-tbody-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .sec6-tbody-btn {
    margin-top: 14px;
  }

  .sec6-tbody-item .item-box {
    padding: 4px 0;
    border-radius: 8px;
  }

  .sec6-tbody-item .item-box .item-title {
    padding: 8px 15px;
    padding-right: 48px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .sec6-tbody-item .item-box .item-title::before {
    right: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 8px;
  }

  .sec6-tbody-item .item-box .item-text .text {
    font-size: 14px;
    padding: 4px 15px 10px;
    line-height: 24px;
  }
}

.sec7 {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 79px;
  background: #fff;
}

.sec7-tbody {
  position: relative;
  width: 100%;
  padding-top: 34px;
}

.sec7-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
}

.sec7-tbody-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.sec7-tbody-list .list-item .list-item-box {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
}

.sec7-tbody-list .list-item .list-item-box:hover {
  background: #09803c;
}

.sec7-tbody-list .list-item .item-pics {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
}

.sec7-tbody-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%;
  overflow: hidden;
}

.sec7-tbody-list .list-item .item-pics img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.sec7-tbody-list .list-item .item-backdrop .iconfont {
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff;
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 50%;
}

.sec7-tbody-list .list-item .item-body {
  padding-top: 22px;
  text-align: center;
  position: relative;
}

.sec7-tbody-list .list-item .item-body .item-name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  font-family: Roboto-Bold;
}

.sec7-tbody-list .list-item .list-item-box:hover .item-body .item-name {
  color: #fff;
}

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

  .sec7-tbody {
    padding-top: 32px;
  }

  .sec7-tbody-list {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sec7-tbody-list .list-item {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 20px;
  }

  .sec7-tbody-list .list-item .list-item-box {
    border-radius: 10px;
    padding: 24px;
  }

  .sec7-tbody-list .list-item .item-backdrop .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .sec7-tbody-list .list-item .item-body {
    padding-top: 18px;
  }

  .sec7-tbody-list .list-item .item-body .item-name {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1259px) {
  .sec7 {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .sec7-tbody {
    padding-top: 28px;
  }

  .sec7-tbody-list {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sec7-tbody-list .list-item {
    width: 25%;
    padding: 0 6px;
    margin-bottom: 18px;
  }

  .sec7-tbody-list .list-item .list-item-box {
    border-radius: 10px;
    padding: 18px;
  }

  .sec7-tbody-list .list-item .item-backdrop .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .sec7-tbody-list .list-item .item-body {
    padding-top: 16px;
  }

  .sec7-tbody-list .list-item .item-body .item-name {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .sec7 {
    padding-top: 36px;
    padding-bottom: 42px;
  }

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

  .sec7-tbody-list {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sec7-tbody-list .list-item {
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 18px;
  }

  .sec7-tbody-list .list-item .list-item-box {
    border-radius: 8px;
    padding: 12px;
  }

  .sec7-tbody-list .list-item .item-backdrop .iconfont {
    font-size: 20px;
    font-size: 2rem;
  }

  .sec7-tbody-list .list-item .item-body {
    padding-top: 16px;
  }

  .sec7-tbody-list .list-item .item-body .item-name {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width: 720px) {
  .sec7 {
    padding-top: 24px;
    padding-bottom: 30px;
  }

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

  .sec7-tbody-list {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sec7-tbody-list .list-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 18px;
  }

  .sec7-tbody-list .list-item .list-item-box {
    border-radius: 8px;
    padding: 10px;
  }

  .sec7-tbody-list .list-item .item-backdrop .iconfont {
    font-size: 20px;
    font-size: 2rem;
  }

  .sec7-tbody-list .list-item .item-body {
    padding-top: 14px;
  }

  .sec7-tbody-list .list-item .item-body .item-name {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 560px) {
  .sec7 {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .sec7-tbody {
    padding-top: 18px;
  }

  .sec7-tbody-list {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sec7-tbody-list .list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 18px;
  }

  .sec7-tbody-list .list-item .list-item-box {
    border-radius: 8px;
    padding: 10px;
  }

  .sec7-tbody-list .list-item .item-backdrop .iconfont {
    font-size: 20px;
    font-size: 2rem;
  }

  .sec7-tbody-list .list-item .item-body {
    padding-top: 12px;
  }

  .sec7-tbody-list .list-item .item-body .item-name {
    font-size: 14px;
    line-height: 24px;
  }
}

.sec8 {
  position: relative;
  width: 100%;
  padding: 66px 0 45px;
  background: #f8f8f8;
}

.sec8-tbody {
  position: relative;
  width: 100%;
  margin-top: 24px;
}

.sec8-tbody-list {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}

.sec8-tbody-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.sec8-tbody-item .item-box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 36px 16px 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec8-tbody-item .item-box:hover {
  background: #09803c;
}

.sec8-tbody-item .item-box .item-btn {
  position: relative;
  width: 60px;
}

.sec8-tbody-item .item-box .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  color: #09803c;
  background: #f8f8f8;
  border-radius: 50%;
}

.sec8-tbody-item .item-box .item-btn .btnn .iconfont {
  font-size: 36px;
  text-shadow: 0 0 #09803c;
}

.sec8-tbody-item .item-box:hover .item-btn .btnn,
.sec8-tbody-item .item-box .item-btn .btnn:hover {
  background: #fff;
}

.sec8-tbody-item .item-box .item-body {
  position: relative;
  width: calc(100% - 82px);
}

.sec8-tbody-item .item-title {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  line-height: 30px;
  font-family: Roboto-Bold;
}

.sec8-tbody-item .item-desc {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 9px;
  height: 48px;
  overflow: hidden;
}

.sec8-tbody-item .item-box:hover .item-body .item-title,
.sec8-tbody-item .item-box:hover .item-body .item-title a,
.sec8-tbody-item .item-box:hover .item-body .item-desc,
.sec8-tbody-item .item-box:hover .item-body .item-desc a {
  color: #fff;
}

@media screen and (max-width: 1459px) {
  .sec8 {
    padding: 56px 0 38px;
  }

  .sec8-tbody {
    margin-top: 22px;
  }

  .sec8-tbody-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sec8-tbody-item {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 28px;
  }

  .sec8-tbody-item .item-box {
    padding: 30px 12px;
  }

  .sec8-tbody-item .item-box .item-btn {
    width: 52px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 32px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn .iconfont {
    font-size: 32px;
  }

  .sec8-tbody-item .item-box .item-body {
    width: calc(100% - 72px);
  }

  .sec8-tbody-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }

  .sec8-tbody-item .item-desc {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
    height: 48px;
  }
}

@media screen and (max-width: 1259px) {
  .sec8 {
    padding: 44px 0 30px;
  }

  .sec8-tbody {
    margin-top: 20px;
  }

  .sec8-tbody-list {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sec8-tbody-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 24px;
  }

  .sec8-tbody-item .item-box {
    padding: 24px 12px;
  }

  .sec8-tbody-item .item-box .item-btn {
    width: 44px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 28px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn .iconfont {
    font-size: 28px;
  }

  .sec8-tbody-item .item-box .item-body {
    width: calc(100% - 60px);
  }

  .sec8-tbody-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .sec8-tbody-item .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
    height: 44px;
  }
}

@media screen and (max-width: 991px) {
  .sec8 {
    padding: 32px 0 24px;
  }

  .sec8-tbody {
    margin-top: 18px;
  }

  .sec8-tbody-list {
    margin-left: -12px;
    margin-right: -12px;
  }

  .sec8-tbody-item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
  }

  .sec8-tbody-item .item-box {
    padding: 24px 12px;
  }

  .sec8-tbody-item .item-box .item-btn {
    width: 48px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn .iconfont {
    font-size: 26px;
  }

  .sec8-tbody-item .item-box .item-body {
    width: calc(100% - 62px);
  }

  .sec8-tbody-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .sec8-tbody-item .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
    height: 44px;
  }
}

@media screen and (max-width: 700px) {
  .sec8 {
    padding: 24px 0 18px;
  }

  .sec8-tbody {
    margin-top: 16px;
  }

  .sec8-tbody-list {
    margin-left: -6px;
    margin-right: -6px;
  }

  .sec8-tbody-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .sec8-tbody-item .item-box {
    padding: 20px 10px;
  }

  .sec8-tbody-item .item-box .item-btn {
    width: 44px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
  }

  .sec8-tbody-item .item-box .item-btn .btnn .iconfont {
    font-size: 24px;
  }

  .sec8-tbody-item .item-box .item-body {
    width: calc(100% - 58px);
  }

  .sec8-tbody-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .sec8-tbody-item .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    height: 44px;
  }
}

.hsbg {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #f8f8f8;
}



.bread {
  position: relative;
  width: 100%;
  padding: 60px 0 0;
}

.bread-title {
  font-size: 36px;
  text-align: center;
  font-family: Roboto-Bold;
  color: #fff;
  line-height: 48px;
  text-transform: uppercase;
}

.nypartnerbanner {
  width: 100%;
  height: 850px;
  display: flex;
  align-items: center;
}

.nypartnerbanner .bread-title {
  font-size: 60px;
  text-align: left;
  margin-bottom: 15px;
}

.nypartnerbanner .bread-text {
  font-size: 18px;
  color: #fff;
  max-width: 500px;
  line-height: 2;
  margin-bottom: 60px;
}

.nypartnerbanner .tzlj {
  display: block;
  border-radius: 4px;
  width: 180px;
  height: 60px;
  background: #09803c;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
}

.bread-href {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Roboto-Regular;
  color: #fff;
  line-height: 30px;
  margin-top: 2px;
}

.bread-href a {
  color: #fff;
}

.bread a:hover,
.bread a.bread-active {
  color: #fff;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .bread {
    padding: 28px 0;
  }

  .bread-title {
    font-size: 32px;
    line-height: 44px;
  }

  .bread-href {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .bread {
    padding: 24px 0;
  }

  .bread-title {
    font-size: 28px;
    line-height: 40px;
  }

  .bread-href {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .bread {
    padding: 20px 0;
  }

  .bread-title {
    font-size: 24px;
    line-height: 36px;
  }

  .bread-href {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
  }
}





.page-con-top {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.boxs-titles {
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  font-family: Roboto-Bold;
  line-height: 42px;
}

.page-con-top .przhan {
  position: relative;
  overflow: hidden;
  max-height: 90px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #666;
  margin-top: 6px;
  margin-bottom: 20px;
  word-wrap: break-word;
}

.przhanh {
  max-height: none !important;
}

.page-con-top .przhan a {
  color: #09803c;
}

.page-con-top .przhan a:hover {
  color: #333;
}

.page-con-top .more {
  position: relative;
  width: 100%;
}

.page-con-top .more .zhankai {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  min-width: 150px;
  padding: 5px 15px;
  line-height: 28px;
  font-size: 16px;
  background: #09803c;
  border: 1px solid #09803c;
  color: #fff;
  border-radius: 6px;
  font-family: Roboto-Bold;
}

.page-con-top .more .zhankai:hover {
  color: #09803c;
  background: #fff;
}

.page-bottom {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.page-bottom-tbody {
  position: relative;
  width: 100%;
  background: #09803c;
  border-radius: 10px;
  padding: 37px 44px;
}

.page-bottom-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-bottom-box .page-bottom-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 72%;
  font-size: 30px;
  font-family: Roboto-Bold;
  color: #fff;
  line-height: 42px;
}

.page-bottom-box .page-bottom-title a {
  color: #fff;
}

.page-bottom-box .page-bottom-title a:hover {
  color: #dbdbdb;
}

.page-bottom-box .page-bottom-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 26%;
  text-align: right;
}

.page-bottom-box .page-bottom-btn .btnn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  min-width: 160px;
  padding: 5px 14px;
  line-height: 34px;
  font-size: 24px;
  font-family: Roboto-Bold;
  background: #FFFFFF;
  border: 1px solid #fff;
  color: #09803c;
  border-radius: 6px;
}

.page-bottom-box .page-bottom-btn a.btnn:hover {
  background: #09803c;
  color: #fff;
}

@media screen and (max-width: 1459px) {
  .page-con-top {
    margin-bottom: 18px;
  }

  .boxs-titles {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }

  .page-con-top .przhan {
    max-height: 84px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 18px;
  }

  .page-con-top .more .zhankai {
    min-width: 144px;
    padding: 4px 12px;
    line-height: 28px;
    font-size: 16px;
  }

  .page-bottom {
    margin-top: 42px;
  }

  .page-bottom-tbody {
    padding: 28px 36px;
  }

  .page-bottom-box .page-bottom-title {
    width: 72%;
    font-size: 28px;
    line-height: 40px;
  }

  .page-bottom-box .page-bottom-btn {
    width: 26%;
  }

  .page-bottom-box .page-bottom-btn .btnn {
    min-width: 152px;
    padding: 5px 12px;
    line-height: 32px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1259px) {
  .page-con-top {
    margin-bottom: 16px;
  }

  .boxs-titles {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

  .page-con-top .przhan {
    max-height: 78px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    margin-top: 6px;
    margin-bottom: 16px;
  }

  .page-con-top .more .zhankai {
    min-width: 138px;
    padding: 4px 10px;
    line-height: 26px;
    font-size: 15px;
  }

  .page-bottom {
    margin-top: 34px;
  }

  .page-bottom-tbody {
    padding: 22px 30px;
  }

  .page-bottom-box .page-bottom-title {
    width: 72%;
    font-size: 24px;
    line-height: 36px;
  }

  .page-bottom-box .page-bottom-btn {
    width: 26%;
  }

  .page-bottom-box .page-bottom-btn .btnn {
    min-width: 144px;
    padding: 4px 10px;
    line-height: 30px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .page-con-top {
    margin-bottom: 12px;
  }

  .boxs-titles {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .page-con-top .przhan {
    max-height: 72px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 12px;
  }

  .page-con-top .more .zhankai {
    min-width: 130px;
    padding: 4px 10px;
    line-height: 24px;
    font-size: 14px;
  }

  .page-bottom {
    margin-top: 26px;
  }

  .page-bottom-tbody {
    padding: 15px 22px;
    text-align: center;
  }

  .page-bottom-box .page-bottom-title {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
  }

  .page-bottom-box .page-bottom-btn {
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }

  .page-bottom-box .page-bottom-btn .btnn {
    min-width: 136px;
    padding: 3px 10px;
    line-height: 28px;
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  .page-con-top {
    margin-bottom: 12px;
  }

  .boxs-titles {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .page-con-top .przhan {
    max-height: 72px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 12px;
  }

  .page-con-top .more .zhankai {
    min-width: 124px;
    padding: 3px 10px;
    line-height: 24px;
    font-size: 14px;
  }

  .page-bottom {
    margin-top: 18px;
  }

  .page-bottom-tbody {
    padding: 14px 16px;
    text-align: center;
  }

  .page-bottom-box .page-bottom-title {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }

  .page-bottom-box .page-bottom-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .page-bottom-box .page-bottom-btn .btnn {
    min-width: 124px;
    padding: 3px 10px;
    line-height: 28px;
    font-size: 16px;
  }
}

.cer-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 34px;
  margin-left: -16px;
  margin-right: -16px;
}

.cer-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.cer-list .list-item .list-item-box {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
}

.cer-list .list-item .list-item-box:hover {
  background: #09803c;
}

.cer-list .list-item .item-pics {
  position: relative;
  padding-bottom: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.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 {
  padding-top: 22px;
  text-align: center;
  position: relative;
}

.cer-list .list-item .item-body .item-name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  font-family: Roboto-Bold;
}

.cer-list .list-item .list-item-box:hover .item-body .item-name {
  color: #fff;
}

@media screen and (max-width: 1459px) {
  .cer-list {
    padding-top: 18px;
    padding-bottom: 32px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .cer-list .list-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .cer-list .list-item .list-item-box {
    border-radius: 10px;
    padding: 24px;
  }

  .cer-list .list-item .item-icon .iconfont {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
  }

  .cer-list .list-item .item-body {
    padding-top: 20px;
  }

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

@media screen and (max-width: 1259px) {
  .cer-list {
    padding-top: 16px;
    padding-bottom: 28px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .cer-list .list-item {
    width: 25%;
    padding: 0 6px;
    margin-bottom: 18px;
  }

  .cer-list .list-item .list-item-box {
    border-radius: 8px;
    padding: 18px;
  }

  .cer-list .list-item .item-icon .iconfont {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .cer-list .list-item .item-body {
    padding-top: 18px;
  }

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

@media screen and (max-width: 991px) {
  .cer-list {
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .cer-list .list-item {
    width: 33.333333%;
    padding: 0 8px;
    margin-bottom: 18px;
  }

  .cer-list .list-item .list-item-box {
    border-radius: 8px;
    padding: 15px;
  }

  .cer-list .list-item .item-icon .iconfont {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
  }

  .cer-list .list-item .item-body {
    padding-top: 16px;
  }

  .cer-list .list-item .item-body .item-name {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width: 700px) {
  .cer-list {
    margin-left: -14px;
    margin-right: -14px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .cer-list .list-item {
    width: 50%;
    padding: 0 14px;
    margin-bottom: 18px;
  }

  .cer-list .list-item .list-item-box {
    border-radius: 6px;
    padding: 12px;
  }

  .cer-list .list-item .item-icon .iconfont {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
  }

  .cer-list .list-item .item-body {
    padding-top: 14px;
  }

  .cer-list .list-item .item-body .item-name {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 560px) {
  .cer-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-bottom: 18px;
  }

  .cer-list .list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 16px;
  }

  .cer-list .list-item .list-item-box {
    border-radius: 6px;
    padding: 10px;
  }

  .cer-list .list-item .item-body {
    padding-top: 12px;
  }

  .cer-list .list-item .item-body .item-name {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 360px) {
  .cer-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-bottom: 14px;
  }

  .cer-list .list-item {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 16px;
  }

  .cer-list .list-item .item-body {
    padding-top: 10px;
  }

  .cer-list .list-item .item-body .item-name {
    font-size: 13px;
    line-height: 22px;
  }
}

.about {
  position: relative;
  padding-top: 52px;
}

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

.about-name {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: Roboto-Bold;
  color: #333;
  line-height: 42px;
  text-align: center;
}

.about-top-text {
  margin: 10px 0 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.partnertext {
  padding: 30px;
  line-height: 2;
  font-size: 18px;
  background: #09803c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 800px;
  margin: 0 auto;
}

.about-top-text a {
  color: #09803c;
}

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

.about-top-text img {
  display: inline-block;
  vertical-align: top;
}

.about-culture {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: #f8f8f8;
  margin-top: 40px;
}

.about-culture-title {
  font-size: 2.8rem;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.about-culture ul {
  display: flex;
}

.about-culture ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21%;
  height: 240px;
  background: #fff;
  margin: 0 2%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}

.about-culture * {
  transition: all .5s ease;
}

.about-culture ul li em {
  position: relative;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}

.about-culture ul li:hover em {
  background-position: 0 -60px
}

.about-culture ul li h3 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  color: #333;
  margin-bottom: 10px;
}

.about-culture ul li p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #888;
  font-family: Arial;
  line-height: 1.5
}

.about-culture ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #09803c;
  transition: all .5s ease;
}

.about-culture ul li:hover:before {
  height: 240px;
}

.about-culture ul li:hover h3 {
  color: #fff;
}

.about-culture ul li:hover p {
  color: #fff;
}

.about-partner {
  width: 100%;
  box-sizing: border-box;
}

.about-partner ul {
  display: flex;
  flex-wrap: wrap;
}

.about-partner ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  background: #fff;
  margin: 0 2% 4% 0;
  text-align: center;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}

.about-partner ul li:nth-child(2n) {
  margin: 0 0 4% 2%;
}

.about-partner * {
  transition: all .5s ease;
}

.about-partner ul li em {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 250px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}

.about-partner ul li h3 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  color: #333;
  margin-bottom: 10px;
}

.about-partner ul li p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #888;
  font-family: Arial;
  padding: 0 20px;
  line-height: 1.5
}

.about-partner ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #09803c;
  transition: all .5s ease;
}

.about-partner ul li:hover:before {
  height: 350px;
}

.about-partner ul li:hover h3 {
  color: #fff;
}

.about-partner ul li:hover p {
  color: #fff;
}

.about-ourpro {
  width: 100%;
  box-sizing: border-box;
}

.about-ourpro ul {
  display: flex;
  flex-wrap: wrap;
}

.about-ourpro ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  background: #fff;
  margin: 0 2% 4% 0;
  text-align: center;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}

.about-ourpro ul li:nth-child(2n) {
  margin: 0 0 4% 2%;
}

.about-ourpro ul li:nth-child(3) {
  margin: 0;
  width: 100%;
}

.about-ourpro * {
  transition: all .5s ease;
}

.about-ourpro ul li em {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}

.about-ourpro ul li h3 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  color: #333;
  margin-bottom: 10px;
}

.about-ourpro ul li p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #888;
  font-family: Arial;
  padding: 0 20px;
  text-align: left;
  line-height: 1.5
}

.about-ourpro ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #09803c;
  transition: all .5s ease;
}

.about-ourpro ul li:hover:before {
  height: 350px;
}

.about-ourpro ul li:hover h3 {
  color: #fff;
}

.about-ourpro ul li:hover p {
  color: #fff;
}

.pagehistory .title {
  font-size: 44px;
  font-weight: #09803c;
  color: #333;
  line-height: 1.2;
  text-align: center;
  font-weight: bold
}

.pagehistory .pagehistory-list {
  max-width: 1200px;
  margin: 4% auto 0;
  position: relative;
  padding-bottom: 20px;
  z-index: 1
}

.pagehistory .pagehistory-list::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 1px;
  height: 100%;
  background: #09803c;
  z-index: -1
}

.pagehistory .pagehistory-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px
}

.pagehistory .pagehistory-list .item:nth-child(2n) {
  flex-direction: row-reverse
}

.pagehistory .pagehistory-list .item:nth-child(2n) .left {
  flex-direction: row-reverse
}

.pagehistory .pagehistory-list .item:nth-child(2n) .icon {
  background: #f3c5cb;
  color: #09803c
}

.pagehistory .pagehistory-list .item:nth-child(2n) .info::after {
  left: -40px;
  right: auto;
  border: 20px solid transparent;
  border-right: 20px solid #FFF
}

.pagehistory .pagehistory-list .item:nth-child(2n) .right {
  flex-direction: row-reverse
}

.pagehistory .pagehistory-list .item:nth-child(2n) .year {
  flex-direction: row-reverse
}

.pagehistory .pagehistory-list .item:nth-child(2n) .year::after {
  background: linear-gradient(-90deg, #09803c, #FFF)
}

.pagehistory .pagehistory-list .item .left,
.pagehistory .pagehistory-list .item .right {
  width: 45%
}

.pagehistory .pagehistory-list .item .left {
  display: flex
}

.pagehistory .pagehistory-list .item .icon {
  width: 60px;
  height: 60px;
  background: #09803c;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold
}

.pagehistory .pagehistory-list .item .icon em {
  font-size: 20px
}

.pagehistory .pagehistory-list .item .info {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  text-align: justify;
  width: 95%;
  background: #FFF;
  box-shadow: 0 3px 49px 5px rgba(224, 224, 224, .55);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  transition: all .1s linear
}

.pagehistory .pagehistory-list .item .info:hover {
  box-shadow: 0 3px 49px 5px rgba(198, 198, 198, .8)
}

.pagehistory .pagehistory-list .item .info::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-left: 20px solid #FFF
}

.pagehistory .pagehistory-list .item .info .name {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 15px
}

.pagehistory .pagehistory-list .item .right {
  display: flex;
  align-items: center
}

.pagehistory .pagehistory-list .item .length {
  width: 50px;
  height: 5px;
  background: #09803c;
  border-radius: 3px;
  margin-right: 20px
}

.pagehistory .pagehistory-list .item .year {
  width: 300px;
  height: 50px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  z-index: 0;
  position: relative;
  overflow: hidden
}

.pagehistory .pagehistory-list .item .year::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(207, 20, 43, 0.25), #FFF);
  opacity: .3;
  z-index: -1
}

.pagehistory .pagehistory-list .item .year span:nth-child(1) {
  color: #09803c;
  font-size: 24px;
  font-weight: bold
}

.pagehistory .pagehistory-list .item .year span:nth-child(2) {
  color: #000;
  font-weight: bold
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
}

.contact-list .contact-item {
  position: relative;
  background: #FFF;
  box-shadow: 0 3px 21px 0 rgba(222, 222, 222, .55);
  border-radius: 10px;
  width: 32.33%;
  padding: 20px 30px;
  display: flex;
  transition: all .1s linear;
  margin-bottom: 1em
}

.contact-list .contact-item:hover {
  transform: translateY(-5px)
}

.contact-list .contact-item em {
  font-size: 40px;
  font-weight: var(--fontbold3);
  color: #09803c
}

.contact-list .contact-item .contact-item-info {
  flex: 1;
  padding-left: 20px
}

.contact-list .contact-item .contact-item-info .contact-item-title {
  font-weight: 600;
  color: #09803c;
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-list .contact-item .contact-item-info .contact-item-text {
  font-size: 16px;
  color: #666;
}

.contact-list .contact-item .contact-item-info a {
  color: inherit
}

.contact-text {
  max-width: 600px;
  margin: 20px auto 40px;
  text-align: center;
  color: #888;
}

.contact-top-list {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 10px;
}

.contact-top-list a {
  color: #666;
}

.contact-top-list a:hover {
  color: #09803c;
}

.about-form {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  padding: 52px 0 62px;
}

.about-form .xunbiao {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: Roboto-Bold;
  color: #333;
  line-height: 48px;
  margin-bottom: 48px;
  text-align: center;
}

.about-form-box {
  position: relative;
  width: 100%;
  padding: 0 30px;
}

.about-form form {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-form .item-input {
  width: 49.5%;
  position: relative;
  margin-bottom: 30px;
  padding-left: 106px;
}

.about-form .item-input1 {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding-left: 106px;
}

.about-form .item-input .label,
.about-form .item-input1 .label,
.about-form .item-input3 .label {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: right;
  width: 106px;
  font-family: Roboto-Regular;
  padding-right: 10px;
}

.about-form .item-input .label span,
.about-form .item-input1 .label span,
.about-form .item-input3 .label span {
  color: #FF0000;
  margin-right: 4px;
}

.about-form .item-input input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 50px;
  background: #fff;
}

.about-form .item-input1 textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 210px;
  background: #fff;
}

.about-form .attachment {
  width: 100%;
}

.attachment .file-group {
  width: 100%;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.attachment .file-group .file-btn {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #09803c;
  color: #09803c;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.5s;
  padding: 0 24px;
  font-family: Roboto-Regular;
}

.attachment .file-group:hover .file-btn {
  color: #fff;
  background: #09803c;
}

.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-input3 {
  width: 49.5%;
  position: relative;
  padding-left: 106px;
  margin-bottom: 0;
}

.about-form .item-input3 input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  background: #fff;
}

.about-form .item-input3 .yanzheng {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 146px;
  max-height: 50px;
  height: 100%;
}

.about-form .item-btn {
  width: 100%;
  height: 50px;
}

.about-form .item-btn .item-btn-input {
  width: 100%;
  height: 100%;
  background: #09803c;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Roboto-Bold;border:none;
}

.about-form .item-btn .item-btn-input:hover {
  background: #09803c;
}

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

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

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .about {
    padding-top: 44px;
  }

  .about-top {
    padding-bottom: 44px;
  }

  .about-name {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }

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

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

  .about-form {
    padding: 44px 0 50px;
  }

  .about-form .xunbiao {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
    margin-bottom: 40px;
  }

  .about-form-box {
    padding: 0 20px;
  }

  .about-form .item-input {
    width: 32.5%;
    margin-bottom: 24px;
    padding-left: 104px;
  }

  .about-form .item-input1 {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 104px;
  }

  .about-form .item-input .label,
  .about-form .item-input1 .label,
  .about-form .item-input3 .label {
    font-size: 16px;
    line-height: 28px;
    top: 9px;
    width: 104px;
    padding-right: 6px;
  }

  .about-form .item-input input {
    padding: 8px;
    font-size: 16px;
    line-height: 28px;
    height: 46px;
  }

  .about-form .item-input1 textarea {
    padding: 8px;
    font-size: 16px;
    line-height: 28px;
    height: 200px;
  }

  .about-form .attachment {
    width: 100%;
  }

  .attachment .file-group {
    height: 46px;
  }

  .attachment .file-group .file-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .about-form .item-input3 {
    width: 49.5%;
    padding-left: 104px;
    margin-bottom: 0;
  }

  .about-form .item-input3 input {
    padding: 8px;
    font-size: 16px;
    line-height: 28px;
  }

  .about-form .item-input3 .yanzheng {
    width: 142px;
    max-height: 46px;
  }

  .about-form .item-btn {
    width: 520px;
    height: 46px;
  }

  .about-form .item-btn .item-btn-input {
    font-size: 22px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .about {
    padding-top: 36px;
  }

  .about-top {
    padding-bottom: 36px;
  }

  .about-name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

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

  .contact-top-list {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }

  .about-form {
    padding: 36px 0 38px;
  }

  .about-form .xunbiao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .about-form-box {
    padding: 0;
  }

  .about-form .item-input {
    width: 49.5%;
    margin-bottom: 18px;
    padding-left: 98px;
  }

  .about-form .item-input1 {
    width: 100%;
    margin-bottom: 18px;
    padding-left: 98px;
  }

  .about-form .item-input .label,
  .about-form .item-input1 .label,
  .about-form .item-input3 .label {
    font-size: 14px;
    line-height: 26px;
    top: 8px;
    width: 98px;
    padding-right: 4px;
  }

  .about-form .item-input input {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
    height: 42px;
  }

  .about-form .item-input1 textarea {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
    height: 180px;
  }

  .about-form .attachment {
    width: 100%;
  }

  .attachment .file-group {
    height: 42px;
  }

  .attachment .file-group .file-btn {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .about-form .item-input3 {
    width: 49.5%;
    padding-left: 98px;
    margin-bottom: 0;
  }

  .about-form .item-input3 input {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .about-form .item-input3 .yanzheng {
    width: 130px;
    max-height: 42px;
  }

  .about-form .item-btn {
    width: 430px;
    height: 42px;
  }

  .about-form .item-btn .item-btn-input {
    font-size: 20px;
  }
}

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

  .about-top {
    padding-bottom: 28px;
  }

  .about-name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

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

  .about-top-text iframe {
    height: 65vh !important
  }

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

  .about-form {
    padding: 28px 0 30px;
  }

  .about-form .xunbiao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .about-form-box {
    padding: 0;
  }

  .about-form .item-input {
    width: 100%;
    margin-bottom: 18px;
    padding-left: 98px;
  }

  .about-form .item-input1 {
    width: 100%;
    margin-bottom: 18px;
    padding-left: 98px;
  }

  .about-form .item-input .label,
  .about-form .item-input1 .label,
  .about-form .item-input3 .label {
    font-size: 14px;
    line-height: 26px;
    top: 8px;
    width: 98px;
    padding-right: 4px;
  }

  .about-form .item-input input {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
    height: 42px;
  }

  .about-form .item-input1 textarea {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
    height: 180px;
  }

  .about-form .attachment {
    width: 100%;
  }

  .attachment .file-group {
    height: 42px;
  }

  .attachment .file-group .file-btn {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .about-form .item-input3 {
    width: 100%;
    padding-left: 98px;
    margin-bottom: 18px;
  }

  .about-form .item-input3 input {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .about-form .item-input3 .yanzheng {
    width: 130px;
    max-height: 42px;
  }

  .about-form .item-btn {
    width: 100%;
    height: 42px;
    padding-left: 98px;
  }

  .about-form .item-btn .item-btn-input {
    font-size: 18px;
  }
}

@media (max-width: 620px) {
  .about {
    padding-top: 20px;
  }

  .about-top {
    padding-bottom: 24px;
  }

  .about-name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

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

  .contact-top-list {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }

  .about-form {
    padding: 20px 0 20px;
  }

  .about-form .xunbiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .about-form-box {
    padding: 0;
  }

  .about-form .item-input,
  .about-form .item-input1 {
    padding-left: 0px;
  }

  .about-form .item-input .label,
  .about-form .item-input1 .label,
  .about-form .item-input3 .label {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-align: left;
    position: relative;
    top: 0;
  }

  .about-form .item-input3 {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0;
  }

  .about-form .item-btn {
    width: 100%;
    height: 42px;
    padding-left: 0;
  }
}


/**************** product *****************/
.product {
  position: relative;
  width: 100%;
  padding-top: 60px;
}

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

.pro-contain .pro-main {
  float: right;
  width: 1000px;
  margin-top: -8px;
}

.pro-contain .pro-slide {
  float: left;
  width: 360px;
}

@media screen and (max-width: 1459px) {
  .product {
    padding-top: 52px;
    padding-bottom: 6.25%;
  }

  .pro-contain .pro-main {
    width: 830px;
    margin-top: -6px;
  }

  .pro-contain .pro-slide {
    width: 340px;
  }
}

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

  .pro-contain .pro-main {
    width: 610px;
    margin-top: -6px;
  }

  .pro-contain .pro-slide {
    width: 310px;
  }
}

@media (max-width: 991px) {
  .product {
    padding-top: 36px;
    padding-bottom: 6%;
  }

  .pro-contain .pro-main {
    float: none;
    width: 100%;
    margin-top: 0px;
  }

  .pro-contain .pro-slide {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .product {
    padding-top: 8px;
    padding-bottom: 6.25%;
  }

  .pro-contain .pro-main {
    float: none;
    width: 100%;
    margin-top: 0px;
  }

  .pro-contain .pro-slide {
    float: none;
    width: 100%;
    margin-top: 16px;
  }
}

.pro-main-tbody {
  position: relative;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 0px;
}

.pro-tbody-title {
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  line-height: 42px;
  font-family: Roboto-Bold;
}

.pro-tbody-swiper {
  position: relative;
  width: 100%;
  padding-top: 25px;
}

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

.pro-tbody-swiper .swiper-button {
  width: 30px;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #f8f8f8;
  border-radius: 50%;
  top: 0;
  transform: translateY(-100%);
  margin-top: -5px;
  font-size: 16px;
  color: #09803c;
}

.pro-tbody-swiper .swiper-button:hover {
  background: #09803c;
  color: #fff;
}

.pro-tbody-swiper .swiper-button-prev {
  left: auto;
  right: 46px;
}

.pro-tbody-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
}

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

.pro-list-item .item-box {
  position: relative;
  width: 100%;
  padding: 24px 19px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #f8f8f8;
}

.pro-list-item .item-box .item-pic {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 170px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.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% - 170px);
  padding-left: 34px;
}

.pro-list-item .item-body .item-title {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  line-height: 32px;
  font-family: Roboto-Bold;
}

.pro-list-item .item-body .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 30px;
  margin-top: 9px;
}

.pro-list-item .item-body .item-btn {
  position: relative;
  margin-top: 13px;
  padding-bottom: 2px;
}

.pro-list-item .item-box:hover {
  border-color: #09803c;
}

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

.pro-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  transition: 0.5s;
  padding-bottom: 32px;
  margin-left: -15px;
  margin-right: -15px;
}

.pro-list .pro-item {
  width: 50%;
  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 {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 36px;
  line-height: 28px;
  padding: 4px 2px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  background: #f8f8f8;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 7px;
}


.fenyen a.iconfont {
  font-size: 15px;
  font-size: 1.5rem;
}

.fenyen a.icons {
  font-size: 24px;
  font-size: 2.4rem;
}



.fenyen li.hover a,
.fenyen li.active a {
  color: #fff;
  background: #09803c;
}

.fenyen a.active {
  cursor: default;
}

.fuxuan {
  display: inline-block;
  vertical-align: top;
}

.fuxuan>div {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
  margin-bottom: 10px;
}

.fuxuan input {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 0px 10px;
  padding-right: 20px;
  background: url("../img/jian.png") no-repeat right center;
  background-color: #09803c;
  border-radius: 6px;
}

.fuxuan>div input {
  margin-bottom: 0 !important;
}

.fuxuan input:hover {
  background-color: #EBF1EB;
  color: #09803c;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .pro-main-tbody {
    padding-top: 10px;
  }

  .pro-tbody-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }

  .pro-tbody-swiper {
    padding-top: 22px;
  }

  .pro-tbody-swiper .swiper-button {
    width: 28px;
    line-height: 28px;
    height: 28px;
    margin-top: -5px;
    font-size: 15px;
  }

  .pro-tbody-swiper .swiper-button-prev {
    right: 42px;
  }

  .pro-list-item {
    margin-bottom: 26px;
  }

  .pro-list-item .item-box {
    padding: 22px 16px;
  }

  .pro-list-item .item-box .item-pic {
    width: 164px;
  }

  .pro-list-item .item-box .item-body {
    width: calc(100% - 164px);
    padding-left: 30px;
  }

  .pro-list-item .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .pro-list-item .item-body .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 8px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 12px;
    padding-bottom: 2px;
  }

  .pro-list {
    padding-bottom: 28px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .pro-list .pro-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 28px;
  }

  .fenyen a {
    min-width: 34px;
    line-height: 28px;
    padding: 3px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 6px;
  }

  .fenyen a.icons {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .fuxuan>div {
    padding: 5px 0;
  }

  .fuxuan input {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px 10px;
    padding-right: 20px;
    border-radius: 5px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .pro-main-tbody {
    padding-top: 8px;
  }

  .pro-tbody-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

  .pro-tbody-swiper {
    padding-top: 18px;
  }

  .pro-tbody-swiper .swiper-button {
    width: 28px;
    line-height: 28px;
    height: 28px;
    margin-top: -4px;
    font-size: 14px;
  }

  .pro-tbody-swiper .swiper-button-prev {
    right: 40px;
  }

  .pro-list-item {
    margin-bottom: 22px;
  }

  .pro-list-item .item-box {
    padding: 20px 14px;
  }

  .pro-list-item .item-box .item-pic {
    width: 164px;
  }

  .pro-list-item .item-box .item-body {
    width: calc(100% - 164px);
    padding-left: 24px;
  }

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

  .pro-list-item .item-body .item-desc {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    margin-top: 6px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 10px;
    padding-bottom: 2px;
  }

  .pro-list {
    padding-bottom: 24px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .pro-list .pro-item {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 24px;
  }

  .fenyen a {
    min-width: 32px;
    line-height: 28px;
    padding: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 6px;
  }

  .fenyen a.icons {
    font-size: 20px;
    font-size: 2rem;
  }

  .fuxuan>div {
    padding: 4px 0;
  }

  .fuxuan input {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px 10px;
    padding-right: 20px;
    border-radius: 4px;
  }
}

@media (max-width: 991px) {
  .pro-main-tbody {
    padding-top: 8px;
  }

  .pro-tbody-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .pro-tbody-swiper {
    padding-top: 16px;
  }

  .pro-tbody-swiper .swiper-button {
    width: 28px;
    line-height: 28px;
    height: 28px;
    margin-top: -4px;
    font-size: 14px;
  }

  .pro-tbody-swiper .swiper-button-prev {
    right: 40px;
  }

  .pro-list-item {
    margin-bottom: 18px;
  }

  .pro-list-item .item-box {
    padding: 18px 10px;
  }

  .pro-list-item .item-box .item-pic {
    width: 164px;
  }

  .pro-list-item .item-box .item-body {
    width: calc(100% - 164px);
    padding-left: 20px;
  }

  .pro-list-item .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }

  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 6px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 8px;
    padding-bottom: 2px;
  }

  .pro-list {
    padding-bottom: 24px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .pro-list .pro-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 24px;
  }

  .fenyen a {
    min-width: 30px;
    line-height: 28px;
    padding: 1px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 15px;
  }

  .fenyen a.icons {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .fuxuan>div {
    padding: 3px 0;
  }

  .fuxuan input {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px 10px;
    padding-right: 20px;
    border-radius: 12px;
  }
}

@media (max-width: 720px) {
  .pro-main-tbody {
    padding-top: 8px;
  }

  .pro-tbody-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .pro-tbody-swiper {
    padding-top: 16px;
  }

  .pro-tbody-swiper .swiper-button {
    width: 28px;
    line-height: 28px;
    height: 28px;
    margin-top: -4px;
    font-size: 14px;
  }

  .pro-tbody-swiper .swiper-button-prev {
    right: 36px;
  }

  .pro-list-item {
    margin-bottom: 16px;
  }

  .pro-list-item .item-box {
    padding: 15px 10px;
  }

  .pro-list-item .item-box .item-pic {
    width: 100%;
  }

  .pro-list-item .item-box .item-body {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }

  .pro-list-item .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }

  .pro-list-item .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 6px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 8px;
    padding-bottom: 2px;
  }

  .pro-list {
    padding-bottom: 24px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .pro-list .pro-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 24px;
  }

  .fenyen a {
    min-width: 30px;
    line-height: 28px;
    padding: 1px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 5px;
  }

  .fenyen a.iconfont {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .fenyen a.icons {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .fuxuan>div {
    padding: 3px 0;
  }

  .fuxuan input {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px 10px;
    padding-right: 20px;
    border-radius: 4px;
  }
}

@media (max-width: 560px) {
  .pro-main-tbody {
    padding-top: 8px;
  }

  .pro-tbody-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .pro-tbody-swiper {
    padding-top: 16px;
  }

  .pro-tbody-swiper .swiper-button {
    width: 28px;
    line-height: 28px;
    height: 28px;
    margin-top: -4px;
    font-size: 14px;
  }

  .pro-tbody-swiper .swiper-button-prev {
    right: 36px;
  }

  .pro-list-item {
    margin-bottom: 16px;
  }

  .pro-list-item .item-box {
    padding: 15px 10px;
  }

  .pro-list-item .item-box .item-pic {
    width: 100%;
  }

  .pro-list-item .item-box .item-body {
    width: 100%;
    padding-left: 0px;
    padding-top: 16px;
  }

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

  .pro-list-item .item-body .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    margin-top: 6px;
  }

  .pro-list-item .item-body .item-btn {
    margin-top: 8px;
    padding-bottom: 2px;
  }

  .pro-list {
    padding-bottom: 24px;
    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: 28px;
    padding: 1px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 5px;
  }

  .fenyen a.icons {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .fuxuan>div {
    padding: 3px 0;
  }

  .fuxuan input {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px 10px;
    padding-right: 20px;
    border-radius: 4px;
  }
}

@media (max-width: 360px) {
  .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: #fff;
}

@media screen and (max-width: 991px) {
  .proslide_menubtn {
    display: block;
  }
}


.pro-slide-title {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  line-height: 42px;
  padding: 9px 18px;
  font-family: Roboto-Bold;
  color: #fff;
  background: #09803c;
  border-radius: 6px;
}

.pro-slide-title a {
  color: #fff;
}

.pro-slide-title a:hover {
  color: #dedede;
}

.pryiji {
  position: relative;
  width: 100%;
  background: #f8f8f8;
}

.pryiji>li {
  position: relative;
  transition: 0.5s;
  padding-right: 30px;
  padding-left: 30px;
}

.pryiji>li>a {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 31px;
  color: #333;
  padding: 15px 0;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
}

.pryiji>li:nth-last-of-type(1)>a {
  border-bottom: 0;
}

.pryiji>li>a img {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}

.pryiji>li>.iconfont {
  position: absolute;
  z-index: 8;
  right: 30px;
  width: 10px;
  top: 16px;
  font-size: 14px;
  line-height: 28px;
  transition: 0.5s;
  color: #999;
  cursor: pointer;
}

.pryiji>li>a .iconfont {
  position: absolute;
  z-index: 8;
  right: 0px;
  width: 10px;
  top: 16px;
  font-size: 14px;
  line-height: 28px;
  transition: 0.5s;
  color: #999;
}

.pryiji>li>a:hover {
  color: #09803c;
}

.pryiji>li>a:hover img {
  border-color: #09803c;
}

.pryiji>li:hover>.iconfont {
  color: #09803c;
}

.pryiji>li>a:hover .iconfont {
  color: #09803c;
}

.pryiji>li>a span {
  transition: 0.5s;
  position: relative;
}

.prerji {
  position: relative;
  padding-left: 20px;
}

.prerji>li {
  position: relative;
  transition: 0.5s;
  border-bottom: 1px solid #ccc;
}

.prerji>li>a {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #666;
  padding: 12px 0;
  padding-right: 20px;
}

.prerji>li>.iconfont {
  position: absolute;
  z-index: 8;
  right: 0px;
  width: 10px;
  top: 16px;
  font-size: 14px;
  line-height: 28px;
  transition: 0.5s;
  color: #999;
  cursor: pointer;
}

.prerji>li>a .iconfont {
  position: absolute;
  z-index: 8;
  right: 0px;
  width: 10px;
  top: 16px;
  font-size: 14px;
  line-height: 28px;
  transition: 0.5s;
  color: #999;
}

.prerji>li>a:hover {
  color: #09803c;
}

.prerji>li:hover>.iconfont {
  color: #09803c;
}

.prerji>li>a:hover .iconfont {
  color: #09803c;
}

.prsanji {
  padding-left: 10px;
  padding-bottom: 12px;
}

.prsanji>li>a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 4px 0;
  position: relative;
  color: #666;
}

.prsanji>li>a:hover {
  color: #09803c;
}

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

a.prbiao:hover {
  color: #09803c;
}

.dangpryi>a {
  color: #09803c !important;
}

.dangpryi>a img {
  border-color: #09803c !important;
}

.dangpryi>.iconfont {
  color: #09803c !important;
  transform: rotate(90deg) !important;
}

.dangpryi>a .iconfont {
  color: #09803c !important;
  transform: rotate(90deg) !important;
}

.pryiji>li.dangpryi>a::before {
  display: block;
}

/* .dangpryi>.iconfont::before, .dangpryi>a .iconfont::before {content: "\e600" !important;} */
/* .dangpryi>a i{ transform:rotate(180deg) !important; color:#fff !important} */
.dangprer>a {
  color: #09803c !important;
}

.dangprer>.iconfont {
  color: #09803c !important;
  transform: rotate(90deg) !important;
}

.dangprer>a .iconfont {
  color: #09803c !important;
  transform: rotate(90deg) !important;
}

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

/* .dangprer>.iconfont::before, .dangprer>a .iconfont::before {content: "\e600" !important;} */

.attribute {
  margin-top: 20px;
}

.attribute .name {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 14px;
  position: relative;
  padding-right: 24px;
  word-wrap: break-word;
  word-break: break-word;
  cursor: pointer;
}

.attribute .name i {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.attribute .name i:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #333;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -1px;
}

.attribute .name i:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #333;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -1px;
  transform: rotate(90deg);
}

.attribute .name.active,
.attribute .name:hover {
  color: #013281;
}

/* .attribute .name:hover i:before, .attribute .name:hover i:after{background: #fff;}
.attribute .name.active span{color: #fff;} */
.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: none;
}

.attribute .item-box label {
  display: inline-block;
  cursor: pointer;
}

.attribute .item-box>div {
  color: #333;
  display: block;
  vertical-align: top;
  margin-bottom: 0px;
  position: relative;
}

.attribute .item-box p input {}

.attribute .item-box div span {
  overflow-y: hidden;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 30px;
}

.attribute .check-box-div {
  display: inline-block;
  vertical-align: middle;
}

.attribute .check-box-div .icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.attribute .item-box.active {
  display: block
}

.prtags {
  position: relative;
  margin-top: 24px;
}

.prtags .tags-list {
  position: relative;
  margin-top: 31px;
  max-height: 440px;
  overflow: auto;
  font-size: 0;
  letter-spacing: 0;
  margin-right: -8px;
}

.prtags .tags-list a {
  display: inline-block;
  vertical-align: top;
  padding: 6px 14px;
  background: #f8f8f8;
  border-radius: 6px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 14px;
  margin-right: 8px;
}

.prtags .tags-list a:hover {
  background: #09803c;
  color: #fff;
}

/* .prnews{position: relative;margin-top: 54px;}
.pro-news-list{margin-top: 13px;width: 100%;background: rgba(238, 238, 238, .4);border: 1px solid #CCCCCC;}
.pro-news-item{width: 100%;padding: 24px 20px;border-bottom: 1px solid #ccc;}
.pro-news-item .item-title{font-size: 16px;color: #333333;line-height: 26px;position: relative;padding-left: 26px;}
.pro-news-item .item-title .iconfont{font-size: 18px;line-height: 26px;color: #3FD9D9;width: 18px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.pro-news-item .item-desc{font-size: 16px;color: #666666;line-height: 24px;margin-top: 10px;} */

@media (min-width:1260px) and (max-width: 1459px) {
  .pro-slide-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    padding: 8px 16px;
  }

  .pryiji>li {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pryiji>li>a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 13px 0;
    padding-right: 18px;
  }

  .pryiji>li>a img {
    left: -46px;
    width: 38px;
    height: 38px;
  }

  .pryiji>li>.iconfont {
    right: 18px;
    top: 14px;
    font-size: 14px;
    line-height: 28px;
  }

  .pryiji>li>a .iconfont {
    top: 14px;
    font-size: 14px;
    line-height: 28px;
  }

  .prerji>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 13px 0;
    padding-right: 20px;
  }

  .prerji>li>.iconfont {
    top: 14px;
    font-size: 14px;
    line-height: 28px;
  }

  .prerji>li>a .iconfont {
    top: 14px;
    font-size: 14px;
    line-height: 28px;
  }

  .prsanji {
    padding-left: 6px;
    padding-bottom: 10px;
  }

  .prsanji>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 3px 0;
  }

  .attribute {
    margin-top: 18px;
  }

  .prtags {
    margin-top: 20px;
  }

  .prtags .tags-list {
    margin-top: 26px;
    max-height: 420px;
    margin-right: -8px;
  }

  .prtags .tags-list a {
    padding: 4px 12px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    margin-right: 8px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .pro-slide-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    padding: 6px 14px;
  }

  .pryiji>li {
    padding-right: 15px;
    padding-left: 48px;
  }

  .pryiji>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 11px 0;
    padding-right: 16px;
  }

  .pryiji>li>a img {
    left: -42px;
    width: 36px;
    height: 36px;
  }

  .pryiji>li>.iconfont {
    right: 16px;
    top: 11px;
    font-size: 14px;
    line-height: 28px;
  }

  .pryiji>li>a .iconfont {
    top: 11px;
    font-size: 14px;
    line-height: 28px;
  }

  .prerji>li>a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    padding: 10px 0;
    padding-right: 20px;
  }

  .prerji>li>.iconfont {
    top: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .prerji>li>a .iconfont {
    top: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .prsanji {
    padding-left: 6px;
    padding-bottom: 10px;
  }

  .prsanji>li>a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    padding: 3px 0;
  }

  .attribute {
    margin-top: 16px;
  }

  .attribute .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }

  .prtags {
    margin-top: 18px;
  }

  .prtags .tags-list {
    margin-top: 22px;
    margin-right: -8px;
  }

  .prtags .tags-list a {
    padding: 4px 10px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-right: 8px;
  }

  .prnews {
    margin-top: 40px;
  }

  .pro-news-list {
    margin-top: 12px;
  }

  .pro-news-item {
    padding: 18px 16px;
  }

  .pro-news-item .item-title {
    font-size: 15px;
    line-height: 24px;
    padding-left: 24px;
  }

  .pro-news-item .item-title .iconfont {
    font-size: 16px;
    line-height: 24px;
    width: 16px;
  }

  .pro-news-item .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  .pro-slide-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    padding: 6px 12px;
  }

  .pryiji>li {
    padding-right: 14px;
    padding-left: 14px;
  }

  .pryiji>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 9px 0;
    padding-right: 16px;
  }

  .pryiji>li>a img {
    left: -38px;
    width: 34px;
    height: 34px;
  }

  .pryiji>li>.iconfont {
    right: 14px;
    top: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .pryiji>li>a .iconfont {
    top: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .prerji>li>a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    padding: 8px 0;
    padding-right: 20px;
  }

  .prerji>li>.iconfont {
    top: 8px;
    font-size: 14px;
    line-height: 26px;
  }

  .prerji>li>a .iconfont {
    top: 8px;
    font-size: 14px;
    line-height: 26px;
  }

  .prsanji {
    padding-left: 6px;
    padding-bottom: 10px;
  }

  .prsanji>li>a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    padding: 3px 0;
  }

  .attribute {
    margin-top: 16px;
  }

  .attribute .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }

  .prtags {
    margin-top: 16px;
  }

  .prtags .tags-list {
    margin-top: 16px;
    margin-right: -8px;
  }

  .prtags .tags-list a {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 8px;
  }

  .prnews {
    margin-top: 32px;
  }

  .pro-news-list {
    margin-top: 12px;
  }

  .pro-news-item {
    padding: 16px 12px;
  }

  .pro-news-item .item-title {
    font-size: 14px;
    line-height: 24px;
    padding-left: 24px;
  }

  .pro-news-item .item-title .iconfont {
    font-size: 16px;
    line-height: 24px;
    width: 16px;
  }

  .pro-news-item .item-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .pryiji {
    display: none;
    margin-bottom: 0;
  }

  .attribute {
    margin-bottom: 20px;
  }
}

.pro-related {
  position: relative;
  width: 100%;
  padding-top: 24px;
}

.news-related {
  position: relative;
  width: 100%;
  padding-top: 24px;
}

.app-related {
  position: relative;
  width: 100%;
  padding-top: 26px;
}

.faq-related {
  position: relative;
  width: 100%;
  padding-top: 32px;
}

.news-related-box .news-related {
  padding-top: 36px;
}

.news-related-box .pro-related {
  padding-top: 36px;
}

.related-title {
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  line-height: 42px;
  font-family: Roboto-Bold;
}

.related-swiper {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.app-related .related-swiper {
  padding-top: 34px;
}

.related-swiper .swiper-button {
  width: 30px;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #f8f8f8;
  top: 0;
  transform: translateY(-100%);
  margin-top: -4px;
  font-size: 16px;
  color: #09803c;
}

.related-swiper .swiper-button:hover {
  background: #09803c;
  color: #fff;
}

.related-swiper .swiper-button-prev {
  left: auto;
  right: 40px;
}

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

.related-swiper .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}

.related-swiper .swiper-slide>* {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}

.app-slide-item {
  position: relative;
  width: 100%;
}

.app-slide-item .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  overflow: hidden;
}

.app-slide-item .item-box:hover {
  background: #09803c;
}

.app-slide-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

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

.app-slide-item .item-box .item-body {
  position: relative;
  width: 100%;
  padding: 22px 32px 29px;
}

.app-slide-item .item-body .item-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: Roboto-Bold;
  color: #333;
  line-height: 32px;
}

.app-slide-item .item-body .item-desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 7px;
  height: 60px;
  overflow: hidden;
  font-family: Roboto-Light;
}

.app-slide-item .item-body .item-btn {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.app-slide-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  min-width: 150px;
  padding: 4px 15px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  background: #09803c;
  border-radius: 8px;
}

.app-slide-item .item-body .item-btn .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  margin-left: 6px;
}

.app-slide-item .item-box:hover .item-body .item-btn .btnn,
.app-slide-item .item-body .item-btn a.btnn:hover {
  color: #09803c;
  background: #fff;
}

.app-slide-item .item-box:hover .item-body .item-title,
.app-slide-item .item-box:hover .item-body .item-title a,
.app-slide-item .item-box:hover .item-body .item-desc,
.app-slide-item .item-box:hover .item-body .item-desc a {
  color: #fff;
}

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

.news-item .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-item .item-box:hover {
  border-color: #09803c;
}

.news-item .item-pic {
  position: relative;
  width: 220px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
}

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

.news-item .item-body {
  position: relative;
  width: calc(100% - 240px);
}

.news-item .item-body .item-date {
  position: relative;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-bottom: 11px;
}

.news-item .item-body .item-date .iconfont {
  font-size: 24px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  color: #999;
}

.news-item .item-body .item-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Roboto-Bold;
  color: #333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news-item .item-body .item-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  height: 72px;
  overflow: hidden;
  font-family: Roboto-Regular;
}

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

.pro-related .pro-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #09803c;
}

.pro-related .pro-item .item-body .item-btn .btnn .iconfont {
  margin-left: 6px;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .pro-related {
    padding-top: 22px;
  }

  .news-related {
    padding-top: 22px;
  }

  .app-related {
    padding-top: 24px;
  }

  .faq-related {
    padding-top: 28px;
  }

  .news-related-box .news-related {
    padding-top: 32px;
  }

  .news-related-box .pro-related {
    padding-top: 32px;
  }

  .related-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }

  .related-swiper {
    padding-top: 20px;
  }

  .app-related .related-swiper {
    padding-top: 30px;
  }

  .related-swiper .swiper-button {
    width: 28px;
    line-height: 28px;
    height: 28px;
    font-size: 15px;
  }

  .related-swiper .swiper-button-prev {
    left: auto;
    right: 38px;
  }

  .app-slide-item .item-box .item-body {
    padding: 20px 24px 24px;
  }

  .app-slide-item .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .app-slide-item .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 6px;
    height: 56px;
  }

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

  .app-slide-item .item-body .item-btn .btnn {
    min-width: 142px;
    padding: 4px 14px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 7px;
  }

  .app-slide-item .item-body .item-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 6px;
  }

  .news-item .item-box {
    padding: 20px 14px;
  }

  .news-item .item-pic {
    width: 200px;
  }

  .news-item .item-body {
    width: calc(100% - 216px);
  }

  .news-item .item-body .item-date {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .news-item .item-body .item-date .iconfont {
    font-size: 22px;
    line-height: 20px;
  }

  .news-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    height: 48px;
  }

  .news-item .item-body .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    height: 66px;
  }

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

  .pro-related .pro-item .item-body .item-btn .btnn {
    line-height: 30px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .pro-related .pro-item .item-body .item-btn .btnn .iconfont {
    margin-left: 5px;
    font-size: 10px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .pro-related {
    padding-top: 20px;
  }

  .news-related {
    padding-top: 20px;
  }

  .app-related {
    padding-top: 20px;
  }

  .faq-related {
    padding-top: 24px;
  }

  .news-related-box .news-related {
    padding-top: 28px;
  }

  .news-related-box .pro-related {
    padding-top: 28px;
  }

  .related-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

  .related-swiper {
    padding-top: 18px;
  }

  .app-related .related-swiper {
    padding-top: 26px;
  }

  .related-swiper .swiper-button {
    width: 26px;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
  }

  .related-swiper .swiper-button-prev {
    left: auto;
    right: 34px;
  }

  .app-slide-item .item-box .item-body {
    padding: 16px 18px 20px;
  }

  .app-slide-item .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .app-slide-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 6px;
    height: 52px;
  }

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

  .app-slide-item .item-body .item-btn .btnn {
    min-width: 134px;
    padding: 3px 12px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 6px;
  }

  .app-slide-item .item-body .item-btn .btnn .iconfont {
    font-size: 9px;
    margin-left: 5px;
  }

  .news-item .item-box {
    padding: 18px 10px;
  }

  .news-item .item-pic {
    width: 100%;
  }

  .news-item .item-body {
    width: 100%;
    padding-top: 16px;
  }

  .news-item .item-body .item-date {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .news-item .item-body .item-date .iconfont {
    font-size: 22px;
    line-height: 18px;
  }

  .news-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    height: 48px;
  }

  .news-item .item-body .item-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
    height: 66px;
  }

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

  .pro-related .pro-item .item-body .item-btn .btnn {
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .pro-related .pro-item .item-body .item-btn .btnn .iconfont {
    margin-left: 4px;
    font-size: 10px;
  }
}

@media(max-width: 991px) {
  .pro-related {
    padding-top: 20px;
  }

  .news-related {
    padding-top: 20px;
  }

  .app-related {
    padding-top: 20px;
  }

  .faq-related {
    padding-top: 24px;
  }

  .news-related-box .news-related {
    padding-top: 24px;
  }

  .news-related-box .pro-related {
    padding-top: 24px;
  }

  .related-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .related-swiper {
    padding-top: 16px;
  }

  .app-related .related-swiper {
    padding-top: 24px;
  }

  .related-swiper .swiper-button {
    width: 26px;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
  }

  .related-swiper .swiper-button-prev {
    left: auto;
    right: 34px;
  }

  .app-slide-item .item-box .item-body {
    padding: 14px 12px 16px;
  }

  .app-slide-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .app-slide-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    height: 48px;
  }

  .app-slide-item .item-body .item-btn {
    margin-top: 8px;
  }

  .app-slide-item .item-body .item-btn .btnn {
    min-width: 126px;
    padding: 3px 10px;
    line-height: 26px;
    font-size: 15px;
    border-radius: 6px;
  }

  .app-slide-item .item-body .item-btn .btnn .iconfont {
    font-size: 9px;
    margin-left: 4px;
  }

  .news-item .item-box {
    padding: 16px 10px;
  }

  .news-item .item-pic {
    width: 100%;
  }

  .news-item .item-body {
    width: 100%;
    padding-top: 16px;
  }

  .news-item .item-body .item-date {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .news-item .item-body .item-date .iconfont {
    font-size: 22px;
    line-height: 18px;
  }

  .news-item .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    height: 48px;
  }

  .news-item .item-body .item-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
    height: 66px;
  }

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

  .pro-related .pro-item .item-body .item-btn .btnn {
    line-height: 26px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .pro-related .pro-item .item-body .item-btn .btnn .iconfont {
    margin-left: 4px;
    font-size: 10px;
  }
}

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

.m-propic {
  margin: 0 auto;
  width: 640px;
  float: left;
}

.m-propic .pic-big {
  width: 520px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9
}

.m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  background: #F2F5F9;
}

.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: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  z-index: 1
}

.m-propic .pic-btn {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  background: #F5F5F5;
  color: #aaa;
  cursor: pointer;
  z-index: 9
}

.m-propic .pic-btn.prev {
  top: 0px;
}

.m-propic .pic-btn.next {
  bottom: 0px;
}

.m-propic .pic-btn:hover {
  background: #013281;
  color: #fff;
}

.m-propic .pic-list {
  width: 100%;
  height: 460px;
  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 {
  position: relative;
  display: block;
  background: #F2F5F9;
}

/* .m-propic .item-pics:before,.m-propic .pic-list .item-video:before{ content:""; position:absolute; width:8px; height:15px; background:url() no-repeat center left; 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 #09803c;
}

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

@media screen and (max-width:1659px) {
  .m-prob {
    padding-bottom: 44px;
  }

  .m-propic {
    width: 580px;
  }

  .m-propic .pic-big {
    width: 472px;
  }

  .m-propic .pic-small {
    width: 95px;
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .m-propic .pic-btn {
    width: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .m-propic .pic-list {
    height: 430px;
  }

  .m-propic .list-item {
    margin-bottom: 17px;
  }
}

@media screen and (max-width:1459px) {
  .m-prob {
    padding-bottom: 36px;
  }

  .m-propic {
    width: 480px;
  }

  .m-propic .pic-big {
    width: 386px;
  }

  .m-propic .pic-small {
    width: 78px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .m-propic .pic-btn {
    width: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .m-propic .pic-list {
    height: 346px;
  }

  .m-propic .list-item {
    margin-bottom: 11px;
  }
}

@media screen and (max-width:1259px) {
  .m-prob {
    padding-bottom: 30px;
  }

  .m-propic {
    width: 580px;
    float: none;
    margin: 0 auto;
  }

  .m-propic .pic-big {
    width: 472px;
  }

  .m-propic .pic-small {
    width: 95px;
    padding-top: 20px;
    padding-bottom: 21px;
  }

  .m-propic .pic-btn {
    width: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .m-propic .pic-list {
    height: 430px;
  }

  .m-propic .list-item {
    margin-bottom: 17px;
  }
}

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

@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: #aaa;
    font-size: 18px;
    line-height: 32px;
  }

  .m-propic2 .box-btn.prev {
    left: 0;
  }

  .m-propic2 .box-btn.next {
    right: 0;
    ;
  }

  .m-propic2 .box-btn.prev:hover {
    color: #09803c;
  }

  .m-propic2 .box-btn.next:hover {
    color: #09803c;
  }

  .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 {
  position: relative;
  width: 100%;
  padding-top: 6px;
}

.jianjie h1 {
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  line-height: 42px;
  font-family: Roboto-Bold;
}

.jiann {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #666;
  margin-top: 19px;
  margin-bottom: 31px;
}

.jiann p,
.jiann span,
.jiann li,
.jiann strong {
  color: #666;
}

.jiann a {
  color: #09803c;
}

.jiann a:hover {
  color: #666;
}

.inno {
  letter-spacing: 0;
  font-size: 0px;
  padding-bottom: 30px;
  margin-left: -26px;
  margin-right: -26px;
}

.inno a {
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  padding: 10px 18px;
  line-height: 35px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #ADADAD;
  font-family: Roboto-Bold;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 26px;
  margin-right: 26px;
  border-radius: 6px;
}

.inno a:hover {
  color: #fff;
  background: #09803c;
}

.inno a.prpdf {
  text-transform: uppercase;
}

.inno a.prpdf .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
  margin-right: 8px;
}

.sharen {
  display: inline-block;
  padding: 0 20px;
}

.share1 {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  vertical-align: middle;
  color: #999;
}

.share2 {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.share2 img {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width:1459px) {
  .prob-info {
    padding-top: 5px;
  }

  .jianjie h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }

  .jiann {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 28px;
  }

  .inno {
    padding-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .inno a {
    min-width: 182px;
    padding: 9px 16px;
    line-height: 32px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .inno a.prpdf .iconfont {
    font-size: 32px;
    margin-right: 8px;
  }

  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:1259px) {
  .prob-info {
    padding-top: 4px;
  }

  .jianjie h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

  .jiann {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 22px;
  }

  .inno {
    padding-bottom: 18px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .inno a {
    min-width: 164px;
    padding: 7px 14px;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .inno a.prpdf .iconfont {
    font-size: 32px;
    margin-right: 6px;
  }

  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:991px) {
  .prob-info {
    padding-top: 0px;
  }

  .jianjie h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .jiann {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .inno {
    padding-bottom: 16px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .inno a {
    min-width: 146px;
    padding: 5px 12px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .inno a.prpdf .iconfont {
    font-size: 30px;
    margin-right: 6px;
  }

  .share1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width:767px) {
  .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: 16px;
  }

  .inno {
    padding-bottom: 16px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .inno a {
    min-width: 128px;
    padding: 4px 10px;
    line-height: 26px;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .inno a.prpdf .iconfont {
    font-size: 28px;
    margin-right: 6px;
  }

  .share1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.prob-img {
  position: relative;
  width: 100%;
  padding-top: 40px;
}

.prob-img .swiper-pros {
  position: relative;
  width: 100%;
}

.prob-img .swiper-pros .swiper-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.pros-img-item {
  position: relative;
  width: 100%;
}

.pros-img-item .item-pic {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
}

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

.pros-img-item .item-video {
  position: relative;
  width: 100%;
  padding-bottom: calc(100% - 2px);
  z-index: 22;
}

.pros-img-item .item-video .video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.pros-img-item .item-pic:hover {
  border-color: #09803c;
}

.prob-img .swiper-pros .swiper-button {
  top: 50%;
  margin: 0 16px;
  transform: translateY(-50%);
  width: 35px;
  line-height: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background: #f8f8f8;
  font-size: 18px;
  color: #09803c;
}

.prob-img .swiper-pros .swiper-button:hover {
  background: #09803c;
  color: #fff;
}

@media screen and (max-width:1459px) {
  .prob-img {
    padding-top: 34px;
  }

  .prob-img .swiper-pros .swiper-button {
    margin: 0 15px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    font-size: 17px;
  }
}

@media screen and (max-width:1259px) {
  .prob-img {
    padding-top: 28px;
  }

  .prob-img .swiper-pros .swiper-button {
    margin: 0 12px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .prob-img {
    padding-top: 22px;
  }

  .prob-img .swiper-pros .swiper-button {
    margin: 0 10px;
    width: 28px;
    line-height: 28px;
    height: 28px;
    font-size: 15px;
  }
}

@media screen and (max-width:720px) {
  .prob-img {
    padding-top: 16px;
  }

  .prob-img .swiper-pros .swiper-button {
    margin: 0 8px;
    width: 26px;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
  }
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 24px;
}

.table table tr td {
  padding: 5px;
  border: 1px solid #eaeaea;
  /* font-size:14px; font-size:1.4rem; color:#333; */
}

.pro-main-title {
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  line-height: 42px;
  font-family: Roboto-Bold;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 20px;
}

.product-attribute {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.product-attribute .pattlist {
  padding-top: 24px;
}

.patitem {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}

.patitem span {
  display: inline-block;
  vertical-align: top;
  min-width: 60px;
  padding: 0 10px;
  line-height: 26px;
  margin-right: 26px;
  font-size: 16px;
  color: #333;
  background: #f8f8f8;
  margin-bottom: 10px;
  font-family: Roboto-Regular;
  text-align: center;
  border-radius: 4px;
}

.patitem-name {
  display: inline-block;
  vertical-align: top;
  min-width: 50px;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  margin-right: 10px;
  font-family: Roboto-Bold;
}

.product-detail {
  position: relative;
  z-index: 1;
}

.prodetails-desc {
  position: relative;
  padding-top: 14px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.prodetails-desc a {
  color: #09803c;
}

.prodetails-desc a:hover {
  color: #666;
}

.prodetails-desc img {
  display: inline-block;
  vertical-align: top;
}

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

.tag-list {
  position: relative;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 0;
  letter-spacing: 0;
  margin-right: -18px;
}

.tag-list a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 5px 22px;
  margin-right: 18px;
  color: #333;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
}

.tag-list a:hover {
  color: #fff;
  background: #09803c;
}

.tag .prtag {
  position: relative;
  max-height: 150px;
  overflow: hidden;
}

.tag .prtagh {
  max-height: none !important;
}

.tag .mores .zhankais {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  min-width: 150px;
  padding: 5px 15px;
  background: #09803c;
  font-size: 18px;
  font-family: Roboto-Bold;
  color: #fff;
  line-height: 28px;
  border: 1px solid #09803c;
}

.tag .mores .zhankais:hover {
  color: #09803c;
  background: #fff;
}

@media screen and (max-width:1459px) {
  .pro-main-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    padding-bottom: 18px;
  }

  .product-attribute {
    margin-bottom: 32px;
  }

  .product-attribute .pattlist {
    padding-top: 22px;
  }

  .patitem {
    margin-bottom: 10px;
  }

  .patitem span {
    min-width: 54px;
    padding: 0 10px;
    line-height: 26px;
    margin-right: 22px;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .patitem-name {
    min-width: 48px;
    font-size: 17px;
    line-height: 26px;
    margin-right: 10px;
  }

  .prodetails-desc {
    padding-top: 12px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 28px;
  }

  .tag-list {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: -16px;
  }

  .tag-list a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 5px 20px;
    margin-right: 16px;
    margin-bottom: 10px;
  }

  .tag .prtag {
    max-height: 150px;
  }

  .tag .mores .zhankais {
    min-width: 150px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width:1259px) {
  .pro-main-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    padding-bottom: 16px;
  }

  .product-attribute {
    margin-bottom: 32px;
  }

  .product-attribute .pattlist {
    padding-top: 22px;
  }

  .patitem {
    margin-bottom: 10px;
  }

  .patitem span {
    min-width: 54px;
    padding: 0 10px;
    line-height: 26px;
    margin-right: 22px;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .patitem-name {
    min-width: 48px;
    font-size: 17px;
    line-height: 26px;
    margin-right: 10px;
  }

  .prodetails-desc {
    padding-top: 12px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 28px;
  }

  .tag-list {
    margin-top: 16px;
    margin-bottom: 8px;
    margin-right: -12px;
  }

  .tag-list a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 4px 18px;
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .tag .prtag {
    max-height: 138px;
  }

  .tag .mores .zhankais {
    min-width: 136px;
    padding: 4px 14px;
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width:991px) {
  .pro-main-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    padding-bottom: 12px;
  }

  .product-attribute {
    margin-bottom: 24px;
  }

  .product-attribute .pattlist {
    padding-top: 14px;
  }

  .patitem {
    margin-bottom: 8px;
  }

  .patitem span {
    min-width: 46px;
    padding: 0 8px;
    line-height: 24px;
    margin-right: 16px;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .patitem-name {
    min-width: 42px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
  }

  .prodetails-desc {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .tag-list {
    margin-top: 12px;
    margin-bottom: 8px;
    margin-right: -10px;
  }

  .tag-list a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    padding: 3px 14px;
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .tag .prtag {
    max-height: 132px;
  }

  .tag .mores .zhankais {
    min-width: 128px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width:600px) {
  .pro-main-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .product-attribute {
    margin-bottom: 20px;
  }

  .product-attribute .pattlist {
    padding-top: 12px;
  }

  .patitem {
    margin-bottom: 8px;
  }

  .patitem span {
    min-width: 46px;
    padding: 0 8px;
    line-height: 24px;
    margin-right: 16px;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .patitem-name {
    min-width: 42px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
  }

  .prodetails-desc {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }

}

/* ************** news ***************** */
.news {
  position: relative;
  padding: 54px 0 107px;
}

.news-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-left: -14px;
  margin-right: -14px;
  display: flex;
  flex-wrap: wrap;
}

.news-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.new-item-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}

.new-item-box:hover {
  background: #09803c;
  color: #fff;
}

.new-item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
.new-item-box .item-pic.news-video i{ position:absolute; border: 1px #fff solid;
    border-radius: 50%;
    line-height: 50px;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;width: 50px;
    height: 50px; background: rgba(0, 0, 0, 0.2);}

.new-item-box .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 250px;
  object-fit: cover;

}

.new-item-box .item-body {
  position: relative;
  width: 100%;
  padding: 26px 30px 18px;
}

.new-item-box .item-body .item-date {
  position: relative;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-bottom: 5px;
}

.new-item-box .item-body .item-date .iconfont {
  font-size: 24px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  color: #999;
}

.new-item-box .item-body .item-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: Roboto-Bold;
  color: #333;
  line-height: 32px;
}

.new-item-box .item-body .item-desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  height: 48px;
  overflow: hidden;
  font-family: Roboto-Regular;
}

.new-item-box .item-body .item-btn {
  position: relative;
  width: 100%;
  margin-top: 8px;
}

.new-item-box .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}

.new-item-box .item-body .item-btn .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  font-size: 10px;
}

.new-item-box:hover .item-body .item-date,
.new-item-box:hover .item-body .item-date .iconfont,
.new-item-box:hover .item-body .item-title,
.new-item-box:hover .item-body .item-title a,
.new-item-box:hover .item-body .item-desc,
.new-item-box:hover .item-body .item-desc a,
.new-item-box:hover .item-body .item-btn .btnn {
  color: #fff;
}

.new-item-box .item-body .item-btn a.btnn:hover {
  text-decoration: underline;
}

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

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

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

.news-top-item {
  position: relative;
  width: 100%;
}

.news-top-item .item-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.news-top-item .item-box .item-pic {
  position: relative;
  width: 50%;
  text-align: center;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.news-top-item .item-box .item-pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.news-top-item .item-box .item-body {
  position: relative;
  width: 47.2%;
  padding: 82px 32px;
  padding-left: 48px;
  background: #f8f8f8;
  border-radius: 10px;
}

.news-top-item .item-box .item-body .item-date {
  position: relative;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-bottom: 16px;
}

.news-top-item .item-box .item-body .item-date .iconfont {
  font-size: 24px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  color: #999;
}

.news-top-item .item-box .item-body .item-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Roboto-Bold;
  color: #333;
  line-height: 36px;
}

.news-top-item .item-box .item-body .item-desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 8px;
  font-family: Roboto-Regular;
}

.news-top-item .item-box .item-body .item-btn {
  position: relative;
  width: 100%;
  margin-top: 21px;
}

.swiper-news .swiper-pagination {
  bottom: 15px;
  left: 52.8%;
  width: 166px;
  font-size: 0;
  letter-spacing: 0;
}

.swiper-news .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #09803c;
  border-radius: 50%;
  opacity: 0.3;
}

.swiper-news .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-news .swiper-button {
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #09803c;
  background: #f8f8f8;
  border-radius: 50%;
  left: 52.8%;
}

.swiper-news .swiper-button-next {
  right: auto;
  left: calc(52.8% + 128px);
}

.swiper-news .swiper-button:hover {
  background: #09803c;
  color: #fff;
}

@media screen and (max-width:1459px) {
  .news {
    padding: 46px 0 90px;
  }

  .news-list {
    padding-bottom: 28px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .news-list-item {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 28px;
  }

  .new-item-box .item-body {
    padding: 24px 24px 16px;
  }

  .new-item-box .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .new-item-box .item-body .item-date .iconfont {
    font-size: 22px;
    line-height: 20px;
  }

  .new-item-box .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    height: 48px;
  }

  .new-item-box .item-body .item-btn {
    margin-top: 8px;
  }

  .new-item-box .item-body .item-btn .btnn {
    font-size: 16px;
    line-height: 28px;
  }

  .new-item-box .item-body .item-btn .btnn .iconfont {
    margin-left: 6px;
    font-size: 10px;
  }

  .news-top {
    padding-top: 18px;
    margin-bottom: 24px;
  }

  .news-top-item .item-box .item-pic {
    width: 50%;
  }

  .news-top-item .item-box .item-body {
    width: 47.5%;
    padding: 64px 24px;
    padding-left: 40px;
  }

  .news-top-item .item-box .item-body .item-date {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .news-top-item .item-box .item-body .item-date .iconfont {
    font-size: 22px;
    line-height: 20px;
  }

  .news-top-item .item-box .item-body .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
  }

  .news-top-item .item-box .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }

  .news-top-item .item-box .item-body .item-btn {
    margin-top: 18px;
  }

  .swiper-news .swiper-pagination {
    bottom: 14px;
    left: 52.5%;
    width: 160px;
  }

  .swiper-news .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }

  .swiper-news .swiper-button {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    left: 52.5%;
  }

  .swiper-news .swiper-button-next {
    right: auto;
    left: calc(52.5% + 124px);
  }
}

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

  .news-list {
    padding-bottom: 24px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .news-list-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 24px;
  }

  .new-item-box .item-body {
    padding: 20px 18px 14px;
  }

  .new-item-box .item-body .item-date {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .new-item-box .item-body .item-date .iconfont {
    font-size: 20px;
    line-height: 18px;
  }

  .new-item-box .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    height: 48px;
  }

  .new-item-box .item-body .item-btn {
    margin-top: 6px;
  }

  .new-item-box .item-body .item-btn .btnn {
    font-size: 15px;
    line-height: 26px;
  }

  .new-item-box .item-body .item-btn .btnn .iconfont {
    margin-left: 6px;
    font-size: 10px;
  }

  .news-top {
    padding-top: 14px;
    margin-bottom: 20px;
  }

  .news-top-item .item-box .item-pic {
    width: 50%;
  }

  .news-top-item .item-box .item-body {
    width: 48%;
    padding: 42px 20px;
    padding-left: 30px;
  }

  .news-top-item .item-box .item-body .item-date {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .news-top-item .item-box .item-body .item-date .iconfont {
    font-size: 20px;
    line-height: 20px;
  }

  .news-top-item .item-box .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .news-top-item .item-box .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 6px;
  }

  .news-top-item .item-box .item-body .item-btn {
    margin-top: 14px;
  }

  .swiper-news .swiper-pagination {
    bottom: 13px;
    left: 52%;
    width: 154px;
  }

  .swiper-news .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }

  .swiper-news .swiper-button {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    left: 52%;
  }

  .swiper-news .swiper-button-next {
    right: auto;
    left: calc(52% + 122px);
  }
}

@media screen and (max-width:991px) {
  .news {
    padding: 30px 0 54px;
  }

  .news-list {
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .news-list-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .new-item-box .item-body {
    padding: 16px 15px 12px;
  }

  .new-item-box .item-body .item-date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .new-item-box .item-body .item-date .iconfont {
    font-size: 20px;
    line-height: 18px;
  }

  .new-item-box .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
    height: 44px;
  }

  .new-item-box .item-body .item-btn {
    margin-top: 6px;
  }

  .new-item-box .item-body .item-btn .btnn {
    font-size: 14px;
    line-height: 24px;
  }

  .new-item-box .item-body .item-btn .btnn .iconfont {
    margin-left: 6px;
    font-size: 10px;
  }

  .news-top {
    padding-top: 10px;
    margin-bottom: 18px;
  }

  .news-top-item .item-box .item-pic {
    width: 50%;
  }

  .news-top-item .item-box .item-body {
    width: 48%;
    padding: 18px 12px;
    padding-left: 16px;
  }

  .news-top-item .item-box .item-body .item-date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  .news-top-item .item-box .item-body .item-date .iconfont {
    font-size: 20px;
    line-height: 18px;
  }

  .news-top-item .item-box .item-body .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }

  .news-top-item .item-box .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }

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

  .swiper-news .swiper-pagination {
    bottom: 12px;
    left: 52%;
    width: 154px;
  }

  .swiper-news .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }

  .swiper-news .swiper-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    left: 52%;
  }

  .swiper-news .swiper-button-next {
    right: auto;
    left: calc(52% + 124px);
  }
}

@media screen and (max-width:750px) {
  .news {
    padding: 24px 0 36px;
  }

  .news-list {
    padding-bottom: 18px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .news-list-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 20px;
  }

  .new-item-box .item-body {
    padding: 14px 10px 10px;
  }

  .new-item-box .item-body .item-date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .new-item-box .item-body .item-date .iconfont {
    font-size: 20px;
    line-height: 18px;
  }

  .new-item-box .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
    height: 44px;
  }

  .new-item-box .item-body .item-btn {
    margin-top: 6px;
  }

  .new-item-box .item-body .item-btn .btnn {
    font-size: 14px;
    line-height: 24px;
  }

  .new-item-box .item-body .item-btn .btnn .iconfont {
    margin-left: 4px;
    font-size: 8px;
  }

  .news-top {
    padding-top: 10px;
    margin-bottom: 16px;
  }

  .swiper-news {
    padding-bottom: 60px;
  }

  .news-top-item .item-box .item-pic {
    width: 100%;
  }

  .news-top-item .item-box .item-body {
    width: 100%;
    padding: 16px 10px;
  }

  .news-top-item .item-box .item-body .item-date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  .news-top-item .item-box .item-body .item-date .iconfont {
    font-size: 20px;
    line-height: 18px;
  }

  .news-top-item .item-box .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .news-top-item .item-box .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }

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

  .swiper-news .swiper-pagination {
    bottom: 12px;
    left: 0;
    width: 100%;
  }

  .swiper-news .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }

  .swiper-news .swiper-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    left: 0;
  }

  .swiper-news .swiper-button-next {
    right: 0;
    left: auto;
  }
}

@media screen and (max-width:560px) {
  .news {
    padding: 20px 0 30px;
  }

  .news-list {
    padding-bottom: 16px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .news-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .new-item-box .item-body {
    padding: 12px 8px 10px;
  }

  .new-item-box .item-body .item-date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .new-item-box .item-body .item-date .iconfont {
    font-size: 20px;
    line-height: 18px;
  }

  .new-item-box .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .new-item-box .item-body .item-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
    height: 44px;
  }

  .new-item-box .item-body .item-btn {
    margin-top: 6px;
  }

  .new-item-box .item-body .item-btn .btnn {
    font-size: 14px;
    line-height: 24px;
  }

  .new-item-box .item-body .item-btn .btnn .iconfont {
    margin-left: 4px;
    font-size: 8px;
  }

  .news-top {
    padding-top: 10px;
    margin-bottom: 16px;
  }

  .swiper-news {
    padding-bottom: 50px;
  }

  .news-top-item .item-box {
    background: #f8f8f8;
    border-radius: 10px;
  }

  .news-top-item .item-box .item-pic {
    width: 100%;
  }

  .news-top-item .item-box .item-body {
    width: 100%;
    padding: 16px 10px;
  }

  .news-top-item .item-box .item-body .item-date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  .news-top-item .item-box .item-body .item-date .iconfont {
    font-size: 20px;
    line-height: 18px;
  }

  .news-top-item .item-box .item-body .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .news-top-item .item-box .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }

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

  .swiper-news .swiper-pagination {
    bottom: 12px;
    left: 0;
    width: 100%;
  }

  .swiper-news .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }

  .swiper-news .swiper-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    left: 0;
  }

  .swiper-news .swiper-button-next {
    right: 0;
    left: auto;
  }
}

@media screen and (max-width:374px) {
  .news-list-item {
    width: 100%;
  }
}

.new-contain {
  width: 100%;
  position: relative;
}

.news-title {
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  line-height: 42px;
  font-family: Roboto-Bold;
  text-align: center;
}

.new-contain .share {
  margin-top: 19px;
  padding-bottom: 25px;
  text-align: center;
}

.new-contain .share>div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Roboto-Regular;
  color: #999;
}

.new-contain .share .date {
  font-size: 16px;
  font-size: 1.6rem;
  color: #09803c;
  line-height: 20px;
  margin-right: 16px;
}

.news-img {
  text-align: center;
  width: 100%;
}

.news-img img {
  max-width: 100%
}

.news-text {
  position: relative;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 34px 0 30px;
  margin: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 30px;
  font-family: Roboto-Regular
}

.news-text img {
  display: inline-block;
  vertical-align: top;
}

.news-text a {
  color: #09803c;
}

.news-text a:hover {
  color: #333;
}

.fanpian {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 26px;
  padding-bottom: 10px;
}

.fanpian li {
  position: relative;
  width: calc(50% - 15px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  color: #999;
  padding: 0 56px;
  cursor: pointer;
  margin-bottom: 10px;
}

.fanpian li:nth-last-of-type(1) {
  text-align: right;
}

.fanpian li span,
.fanpian li a {
  color: #999;
  display: inline-block;
  vertical-align: top;
  word-break: break-word;
}

.fanpian li span.no {
  color: #999;
}

.fanpian li span.name {
  text-transform: uppercase;
  font-family: Roboto-Bold;
  display: block;
  color: #333;
  margin-bottom: 1px;
}

.fanpian li:hover span,
.fanpian li:hover a {
  color: #09803c;
}

.fanpian li:hover span.no {
  color: #999;
  width: 100%;
}

.fanpian li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 37px;
  height: 37px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #CCCCCC;
  font-size: 18px;
  color: #999;
}

.fanpian li:hover i {
  background: #09803c;
  color: #FFFFFF;
}

.fanpian li:nth-of-type(odd) i {
  left: 0px;
}

.fanpian li:nth-of-type(even) i {
  right: 0px;
}

.fanpian li:nth-of-type(odd) {
  padding-right: 0;
}

.fanpian li:nth-of-type(even) {
  padding-left: 0;
}

.related-swiper .swiper-slide .sec1-tbody-item {
  background: #FFFFFF;
  padding: 19px;
  padding-left: 24px;
  border-radius: 20px;
  border: 1px solid #f8f8f8;
}

.related-swiper .swiper-slide .sec1-tbody-item:hover {
  border-color: #09803c;
}

@media screen and (max-width:1459px) {
  .news-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }

  .new-contain .share {
    margin-top: 16px;
    padding-bottom: 20px;
  }

  .new-contain .share>div {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .new-contain .share .date {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 14px;
  }

  .news-text {
    padding: 30px 0 28px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .fanpian {
    margin-top: 22px;
  }

  .fanpian li {
    width: calc(50% - 15px);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0 52px;
    margin-bottom: 10px;
  }

  .fanpian li i {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 17px;
  }

  .related-swiper .swiper-slide .sec1-tbody-item {
    padding: 15px;
    padding-left: 20px;
    border-radius: 18px;
  }
}

@media screen and (max-width:1259px) {
  .news-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }

  .new-contain .share {
    margin-top: 14px;
    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: 12px;
  }

  .news-text {
    padding: 24px 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
  }

  .fanpian {
    margin-top: 18px;
  }

  .fanpian li {
    width: calc(50% - 15px);
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding: 0 48px;
    margin-bottom: 10px;
  }

  .fanpian li i {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }

  .related-swiper .swiper-slide .sec1-tbody-item {
    padding: 12px;
    padding-left: 16px;
    border-radius: 16px;
  }
}

@media screen and (max-width:991px) {
  .news-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .new-contain .share {
    margin-top: 10px;
    padding-bottom: 14px;
  }

  .new-contain .share>div {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .new-contain .share .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 8px;
  }

  .news-text {
    padding: 18px 0 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .fanpian {
    margin-top: 12px;
  }

  .fanpian li {
    width: calc(50% - 15px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 0 44px;
    margin-bottom: 10px;
  }

  .fanpian li i {
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
  }

  .related-swiper .swiper-slide .sec1-tbody-item {
    padding: 10px;
    border-radius: 12px;
  }

  .related-swiper .swiper-slide .sec1-tbody-item .item-box .item-pic {
    width: 100%;
  }

  .related-swiper .swiper-slide .sec1-tbody-item .item-box .item-body {
    width: 100%;
    padding-top: 16px;
  }
}

@media screen and (max-width:720px) {
  .news-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .new-contain .share {
    margin-top: 8px;
    padding-bottom: 12px;
  }

  .new-contain .share>div {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .new-contain .share .date {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 8px;
  }

  .news-text {
    padding: 12px 0 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .fanpian {
    margin-top: 10px;
  }

  .fanpian li {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 0 44px;
    margin-bottom: 10px;
  }

  .fanpian li i {
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
  }

  .fanpian li:nth-last-of-type(1) {
    text-align: left;
  }

  .fanpian li:nth-of-type(even) i {
    right: auto;
    left: 0;
  }

  .fanpian li:nth-of-type(odd) {
    padding-right: 0;
  }

  .fanpian li:nth-of-type(even) {
    padding-left: 44px;
    padding-right: 0;
  }

  .related-swiper .swiper-slide .sec1-tbody-item {
    padding: 10px;
    border-radius: 12px;
  }

}

/* ***************   Download   *************** */
.downs {
  position: relative;
  padding: 52px 0 5.625%;
}

.down-list {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  padding: 21px 0 30px;
}

.down-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.down-list-item .item-box {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 35px 16px 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.down-list-item .item-box:hover {
  background: #09803c;
}

.down-list-item .item-box .item-btn {
  position: relative;
  width: 60px;
}

.down-list-item .item-box .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  color: #09803c;
  background: #fff;
  border-radius: 50%;
}

.down-list-item .item-box .item-btn .btnn .iconfont {
  font-size: 36px;
  text-shadow: 0 0 #09803c;
}

.down-list-item .item-box:hover .item-btn .btnn,
.down-list-item .item-box .item-btn .btnn:hover {
  background: #fff;
}

.down-list-item .item-box .item-body {
  position: relative;
  width: calc(100% - 82px);
}

.down-list-item .item-title {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  line-height: 30px;
  font-family: Roboto-Bold;
}

.down-list-item .item-desc {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  height: 48px;
  overflow: hidden;
  font-family: Roboto-Light;
}

.down-list-item .item-box:hover .item-body .item-title,
.down-list-item .item-box:hover .item-body .item-title a,
.down-list-item .item-box:hover .item-body .item-desc,
.down-list-item .item-box:hover .item-body .item-desc a {
  color: #fff;
}

@media screen and (max-width: 1459px) {
  .downs {
    padding: 48px 0 5.625%;
  }

  .down-list {
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 0 28px;
  }

  .down-list-item {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 28px;
  }

  .down-list-item .item-box {
    padding: 30px 12px;
  }

  .down-list-item .item-box .item-btn {
    width: 52px;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 32px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 32px;
  }

  .down-list-item .item-box .item-body {
    width: calc(100% - 72px);
  }

  .down-list-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }

  .down-list-item .item-desc {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
    height: 48px;
  }
}

@media screen and (max-width: 1259px) {
  .downs {
    padding: 42px 0 5.625%;
  }

  .down-list {
    margin-left: -6px;
    margin-right: -6px;
    padding: 16px 0 24px;
  }

  .down-list-item {
    width: 33.333333%;
    padding: 0 6px;
    margin-bottom: 24px;
  }

  .down-list-item .item-box {
    padding: 24px 12px;
  }

  .down-list-item .item-box .item-btn {
    width: 44px;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 28px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 28px;
  }

  .down-list-item .item-box .item-body {
    width: calc(100% - 60px);
  }

  .down-list-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .down-list-item .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
    height: 44px;
  }
}

@media screen and (max-width: 991px) {
  .downs {
    padding: 36px 0 5.625%;
  }

  .down-list {
    margin-left: -12px;
    margin-right: -12px;
    padding: 14px 0 20px;
  }

  .down-list-item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
  }

  .down-list-item .item-box {
    padding: 24px 12px;
  }

  .down-list-item .item-box .item-btn {
    width: 48px;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 26px;
  }

  .down-list-item .item-box .item-body {
    width: calc(100% - 62px);
  }

  .down-list-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .down-list-item .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
    height: 44px;
  }
}

@media screen and (max-width: 720px) {
  .downs {
    padding: 28px 0 5.625%;
  }

  .down-list {
    margin-left: -6px;
    margin-right: -6px;
    padding: 10px 0 16px;
  }

  .down-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .down-list-item .item-box {
    padding: 20px 10px;
  }

  .down-list-item .item-box .item-btn {
    width: 44px;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 24px;
  }

  .down-list-item .item-box .item-body {
    width: calc(100% - 58px);
  }

  .down-list-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .down-list-item .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    height: 44px;
  }
}

@media screen and (max-width: 560px) {
  .downs {
    padding: 20px 0 5.625%;
  }

  .down-list {
    margin-left: -6px;
    margin-right: -6px;
    padding: 10px 0 16px;
  }

  .down-list-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px;
  }

  .down-list-item .item-box {
    padding: 20px 10px;
  }

  .down-list-item .item-box .item-btn {
    width: 44px;
  }

  .down-list-item .item-box .item-btn .btnn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
  }

  .down-list-item .item-box .item-btn .btnn .iconfont {
    font-size: 24px;
  }

  .down-list-item .item-box .item-body {
    width: calc(100% - 54px);
  }

  .down-list-item .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .down-list-item .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    height: 44px;
  }
}

.video-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 29px;
  padding-top: 21px;
}

.video-list-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  margin-bottom: 31px;
}

.video-list-item .video-item-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.video-list .video-list-item:nth-of-type(odd) .video-item-box {
  flex-direction: row;
}

.video-list .video-list-item:nth-of-type(even) .video-item-box {
  flex-direction: row-reverse;
}

.video-item-pic {
  position: relative;
  width: 50%;
}

.video-item-pic .item-pic {
  position: relative;
  width: 100%;
  padding-bottom: 56.286%;
  height: 0;
  border-radius: 10px;
}

.video-item-pic .item-pic .video-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-list-item .item-body {
  display: block;
  position: relative;
  width: 47.2%;
  padding: 20px 0;
}

.video-list-item .item-body .item-title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  line-height: 36px;
  font-family: Roboto-Bold;
}

.video-item-box:hover .item-body .item-title,
.video-item-box:hover .item-body .item-title a {
  color: #09803c;
}

.video-list-item .item-body .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 16px;
  color: #666;
  line-height: 30px;
}

.faq-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 48px;
}

.faq-list .faq-item {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.faq-item .item-box {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 6px 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #fff;
}

.faq-item .item-box:hover,
.faq-item .item-box.active {
  border-color: #09803c;
  box-shadow: none;
}

.faq-item-name {
  position: relative;
  width: 100%;
  padding: 12px 28px;
  padding-right: 66px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  font-family: Roboto-Bold;
  color: #333;
  cursor: pointer;
}

.faq-item-name::before {
  content: "\e608";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  color: #333;
  background: #f8f8f8;
  text-align: center;
  font-family: "iconfont";
  text-align: center;
  display: block;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  box-sizing: border-box;
  font-weight: bold;
}

.faq-item-name.active:before {
  content: "\e600";
  color: #09803c;
}

.faq-item-name.active {
  color: #09803c;
}

.faq-item-name:hover {
  color: #09803c;
}

.faq-item-name:hover::before {
  content: "\e600";
  color: #09803c;
}

.faq-item-text {
  position: relative;
  width: 100%;
  display: none;
}

.faq-item-text .text {
  font-size: 16px;
  padding: 6px 28px 22px;
  color: #666666;
  line-height: 30px;
}

@media (min-width:1260px) and (max-width: 1459px) {
  .video-list {
    padding-bottom: 25px;
    padding-top: 18px;
  }

  .video-list-item {
    margin-bottom: 28px;
  }

  .video-item-pic {
    width: 50%;
  }

  .video-list-item .item-body {
    width: 47.2%;
    padding: 18px 0;
  }

  .video-list-item .item-body .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 34px;
  }

  .video-list-item .item-body .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 14px;
    line-height: 28px;
  }

  .faq-list {
    padding-top: 18px;
    padding-bottom: 40px;
  }

  .faq-list .faq-item {
    margin-bottom: 10px;
  }

  .faq-item .item-box {
    padding: 6px 0;
  }

  .faq-item-name {
    padding: 10px 24px;
    padding-right: 60px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .faq-item-name::before {
    right: 24px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
  }

  .faq-item-text .text {
    font-size: 16px;
    padding: 6px 24px 20px;
    line-height: 28px;
  }
}

@media (min-width:992px) and (max-width: 1259px) {
  .video-list {
    padding-bottom: 20px;
    padding-top: 16px;
  }

  .video-list-item {
    margin-bottom: 24px;
  }

  .video-item-pic {
    width: 50%;
  }

  .video-list-item .item-body {
    width: 47.2%;
    padding: 16px 0;
  }

  .video-list-item .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .video-list-item .item-body .item-desc {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 26px;
  }

  .faq-list {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .faq-list .faq-item {
    margin-bottom: 10px;
  }

  .faq-item .item-box {
    padding: 5px 0;
  }

  .faq-item-name {
    padding: 8px 18px;
    padding-right: 56px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .faq-item-name::before {
    right: 18px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
  }

  .faq-item-text .text {
    font-size: 15px;
    padding: 4px 18px 16px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .video-list {
    padding-bottom: 20px;
    padding-top: 14px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .video-list-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 20px;
  }

  .video-item-box::before {
    width: 100%;
  }

  .video-item-pic {
    width: 100%;
  }

  .video-list-item .item-body {
    width: 100%;
    padding: 12px 0 0;
  }

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

  .video-list-item .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
    line-height: 24px;
  }

  .faq-list {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .faq-list .faq-item {
    margin-bottom: 10px;
  }

  .faq-item .item-box {
    padding: 4px 0;
  }

  .faq-item-name {
    padding: 6px 15px;
    padding-right: 56px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }

  .faq-item-name::before {
    right: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
  }

  .faq-item-text .text {
    font-size: 14px;
    padding: 4px 15px 12px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .video-list {
    padding-bottom: 18px;
    padding-top: 14px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .video-list-item {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 20px;
  }

  .video-item-box::before {
    width: 100%;
  }

  .video-item-pic {
    width: 100%;
  }

  .video-list-item .item-body {
    width: 100%;
    padding: 12px 0 0px;
  }

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

  .video-list-item .item-body .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
    line-height: 24px;
    height: auto;
  }

  .faq-list {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .faq-list .faq-item {
    margin-bottom: 10px;
  }

  .faq-item .item-box {
    padding: 4px 0;
  }

  .faq-item-name {
    padding: 6px 12px;
    padding-right: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .faq-item-name::before {
    right: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 8px;
  }

  .faq-item-text .text {
    font-size: 14px;
    padding: 4px 12px 10px;
    line-height: 24px;
  }
}

/* ****************** application ****************** */

.page-app {
  position: relative;
  padding: 52px 0 6.25%;
}

.app-list {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  transition: all .5s;
  padding-top: 22px;
  padding-bottom: 31px;
  margin-left: -17px;
  margin-right: -17px;
  display: flex;
  flex-wrap: wrap;
}

.app-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
  margin-bottom: 29px;
  padding: 0 17px;
}

.app-list-item .item-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  overflow: hidden;
}

.app-list-item .item-box:hover {
  background: #09803c;
}

.app-list-item .item-box .item-pic {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

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

.app-list-item .item-box .item-body {
  position: relative;
  width: 100%;
  padding: 25px 34px 33px;
}

.app-list-item .item-body .item-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Roboto-Bold;
  color: #333;
  line-height: 34px;
}

.app-list-item .item-body .item-desc {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-top: 9px;
  height: 60px;
  overflow: hidden;
  font-family: Roboto-Light;
}

.app-list-item .item-body .item-btn {
  position: relative;
  width: 100%;
  margin-top: 17px;
}

.app-list-item .item-body .item-btn .btnn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  min-width: 166px;
  padding: 6px 15px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  background: #09803c;
  border-radius: 8px;
}

.app-list-item .item-body .item-btn .btnn .iconfont {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  margin-left: 13px;
}

.app-list-item .item-box:hover .item-body .item-btn .btnn,
.app-list-item .item-body .item-btn a.btnn:hover {
  color: #09803c;
  background: #fff;
}

.app-list-item .item-box:hover .item-body .item-title,
.app-list-item .item-box:hover .item-body .item-title a,
.app-list-item .item-box:hover .item-body .item-desc,
.app-list-item .item-box:hover .item-body .item-desc a {
  color: #fff;
}


@media screen and (max-width: 1459px) {
  .page-app {
    padding: 46px 0 6.125%;
  }

  .app-list {
    padding-top: 20px;
    padding-bottom: 28px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .app-list-item {
    width: 33.3333333%;
    margin-bottom: 26px;
    padding: 0 12px;
  }

  .app-list-item .item-box {
    border-radius: 10px;
  }

  .app-list-item .item-box .item-body {
    padding: 22px 28px 28px;
  }

  .app-list-item .item-body .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .app-list-item .item-body .item-desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
    height: 56px;
  }

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

  .app-list-item .item-body .item-btn .btnn {
    min-width: 158px;
    padding: 5px 14px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 7px;
  }

  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 1259px) {
  .page-app {
    padding: 38px 0 6.125%;
  }

  .app-list {
    padding-top: 20px;
    padding-bottom: 24px;
    margin-left: -6px;
    margin-right: -6px;
  }

  .app-list-item {
    width: 33.3333333%;
    margin-bottom: 22px;
    padding: 0 6px;
  }

  .app-list-item .item-box {
    border-radius: 10px;
  }

  .app-list-item .item-box .item-body {
    padding: 18px 20px 24px;
  }

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

  .app-list-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
    height: 52px;
  }

  .app-list-item .item-body .item-btn {
    margin-top: 14px;
  }

  .app-list-item .item-body .item-btn .btnn {
    min-width: 148px;
    padding: 4px 12px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 6px;
  }

  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 10px;
  }
}

@media(max-width: 991px) {
  .page-app {
    padding: 30px 0 6%;
  }

  .app-list {
    padding-top: 18px;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .app-list-item {
    width: 50%;
    margin-bottom: 18px;
    padding: 0 15px;
  }

  .app-list-item .item-box {
    border-radius: 8px;
  }

  .app-list-item .item-box .item-body {
    padding: 16px 15px 20px;
  }

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

  .app-list-item .item-body .item-desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
    height: 52px;
  }

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

  .app-list-item .item-body .item-btn .btnn {
    min-width: 140px;
    padding: 3px 10px;
    line-height: 26px;
    font-size: 15px;
    border-radius: 6px;
  }

  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .page-app {
    padding: 24px 0 6%;
  }

  .app-list {
    padding-top: 12px;
    padding-bottom: 16px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .app-list-item {
    width: 50%;
    margin-bottom: 18px;
    padding: 0 8px;
  }

  .app-list-item .item-box {
    border-radius: 8px;
  }

  .app-list-item .item-box .item-body {
    padding: 14px 12px 16px;
  }

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

  .app-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    height: 48px;
  }

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

  .app-list-item .item-body .item-btn .btnn {
    min-width: 128px;
    padding: 3px 8px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 6px;
  }

  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 6px;
  }
}

@media (max-width: 520px) {
  .page-app {
    padding: 20px 0 6%;
  }

  .app-list {
    padding-top: 8px;
    padding-bottom: 16px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .app-list-item {
    width: 50%;
    margin-bottom: 18px;
    padding: 0 5px;
  }

  .app-list-item .item-box {
    border-radius: 6px;
  }

  .app-list-item .item-box .item-body {
    padding: 12px 10px 16px;
  }

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

  .app-list-item .item-body .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    height: 48px;
  }

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

  .app-list-item .item-body .item-btn .btnn {
    min-width: 128px;
    padding: 3px 8px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 6px;
  }

  .app-list-item .item-body .item-btn .btnn .iconfont {
    font-size: 10px;
    margin-left: 6px;
  }
}

@media (max-width: 370px) {
  .app-list-item {
    width: 100%;
  }
}

.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: #09803c;
  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: 0px;
    bottom: 80px;
  }

  .fotag {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .tankaungn2 {
    position: fixed;
    left: 5%;
    top: 15%;
    right: 5%;
    bottom: 15%;
  }
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot-#iefix") format('embedded-opentype'),
    url("../fonts/Roboto-Light.woff2") format('woff2'),
    url("../fonts/Roboto-Light.woff") format('woff'),
    url("../fonts/Roboto-Light.ttf") format('truetype'),
    url("../fonts/Roboto-Light.svg#Roboto-Light") format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot-#iefix") format('embedded-opentype'),
    url("../fonts/Roboto-Bold.woff2") format('woff2'),
    url("../fonts/Roboto-Bold.woff") format('woff'),
    url("../fonts/Roboto-Bold.ttf") format('truetype'),
    url("../fonts/Roboto-Bold.svg#Roboto-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url("../fonts/Roboto-Black.ttf");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Signika-Bold';
  src: url("../fonts/Signika-Bold.eot");
  src: url("../fonts/Signika-Bold.eot-#iefix") format('embedded-opentype'),
    url("../fonts/Signika-Bold.woff2") format('woff2'),
    url("../fonts/Signika-Bold.woff") format('woff'),
    url("../fonts/Signika-Bold.ttf") format('truetype'),
    url("../fonts/Signika-Bold.svg#Signika-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot-#iefix") format('embedded-opentype'),
    url("../fonts/Roboto-Regular.woff2") format('woff2'),
    url("../fonts/Roboto-Regular.woff") format('woff'),
    url("../fonts/Roboto-Regular.ttf") format('truetype'),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format('woff2'),
    url("../fonts/iconfont.woff") format('woff'),
    url("../fonts/iconfont.ttf") format('truetype');
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/icon/iconfont.woff2") format('woff2'),
    url("../fonts/icon/iconfont.woff") format('woff'),
    url("../fonts/icon/iconfont.ttf") format('truetype'),
    url("../fonts/icon/iconfont.svg#iconfont") format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sanjiaoxing:before {
  content: "\e534";
}

.icon-xiajiantou:before {
  content: "\e533";
}

.icon-lianjielink:before {
  content: "\e532";
}

.icon-xiangzuo:before {
  content: "\e531";
}

.icon-xiangxia:before {
  content: "\e530";
}

.icon-xiangshang:before {
  content: "\e52f";
}

.icon-sanjiaoshang:before {
  content: "\e52e";
}

.icon-sanjiao-jinru:before {
  content: "\e52d";
}

.icon-a-fenlei1:before {
  content: "\e52c";
}

.icon-fenlei:before {
  content: "\e52b";
}

.icon-a-youjianyouxiang_jurassic:before {
  content: "\e52a";
}

.icon-a-youtube1:before {
  content: "\e529";
}

.icon-a-dianhua11:before {
  content: "\e528";
}

.icon-jiantou_youxia:before {
  content: "\e527";
}

.icon-notepad:before {
  content: "\e526";
}

.icon-a-dianhua1:before {
  content: "\e525";
}

.icon-rili:before {
  content: "\e524";
}

.icon-dianhua1:before {
  content: "\e523";
}

.icon-a-youxiang1:before {
  content: "\e522";
}

.icon-yunxiazai_o:before {
  content: "\e521";
}

.icon-a-danjiantouchangjiantouzuo:before {
  content: "\e519";
}

.icon-changjiantou:before {
  content: "\e520";
}

.icon-a-danjiantouchangjiantouyou:before {
  content: "\e518";
}

.icon-xiazai:before {
  content: "\e517";
}

.icon-a-xiazai1:before {
  content: "\e516";
}

.icon-weibo:before {
  content: "\e515";
}

.icon-yuyan:before {
  content: "\e514";
}

.icon-duoqiyingxiang:before {
  content: "\e513";
}

.icon-a-weibo1:before {
  content: "\e512";
}

.icon-upload-cloud-2-line:before {
  content: "\e511";
}

.icon-a-lianjie1:before {
  content: "\e510";
}

.icon-daohang:before {
  content: "\e509";
}

.icon-a-rightlinefill-line:before {
  content: "\e508";
}

.icon-lianjie:before {
  content: "\e507";
}

.icon-send-plane-line:before {
  content: "\e506";
}

.icon-b2b-close:before {
  content: "\e505";
}

.icon-jiantou_youshang:before {
  content: "\e504";
}

.icon-dianhua:before {
  content: "\e501";
}

.icon-tik_tok:before {
  content: "\e502";
}

.icon-phone-Fill:before {
  content: "\e503";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-top2:before {
  content: "\e637";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-vk:before {
  content: "\e735";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}


.lang-img {
  background: url("../img/lang.png") no-repeat;
}

.en {
  height: 16px;
  width: 24px;
  background-position: 0 -848px;
}

.sec2-list-item .item-box a.item-num:hover {
  color: #666666;
}

@media screen and (max-width: 1500px) {
  .slick-initialized .slick-slide .inner {}

  .slick-initialized .slick-slide .inner h3 {
    font-size: 50px;
    width: 600px
  }

  .slick-initialized .slick-slide.slider01 .inner h3 {
    width: 100%;
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .slick-initialized .slick-slide:nth-child(3) img {
    object-position: 60%
  }


  .slick-initialized .slick-slide .inner h3 {
    font-size: 30px;
    width: 100%;
    margin-bottom: 20px
  }

  .slick-initialized .slick-slide .inner p {
    font-size: 12px;
    width: 100%;
    margin-bottom: 20px
  }

  .slick-initialized .slick-slide .inner a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px
  }
    .slick-initialized .slick-slide.slider01 img{ object-position:10% 0 }
  .slick-initialized .slick-slide.slider01 .inner h3 {
    width: 100%;
    font-size: 30px;
  }
  .slick-initialized .slick-slide.slider01 .inner p {
    width: 100%;
    font-size: 18px;
  }
  .slick-initialized .slick-slide.slider02 .inner h3{ width:100% }

  .slick-initialized .slick-slide.slider01 .inner{ margin-top:-120px; }
  .slick-initialized .slick-slide.slider02 .inner h4{ width:50% }
  .slick-initialized .slick-slide.slider03 .inner h3{ width:75% }
  .slick-initialized .slick-slide.slider03 .inner p{ width:75% }
  .head {
    position: relative;
    height: 60px;
  }

  .logo {
    height: 60px;
    padding: 10px 0;
  }

  .logo img {
    filter: inherit;
  }

  .yvzhonga {
    color: #666;
  }

  .banner .banner1 {
    height: 65vh;
  }

  .nybanner {
    height: 35vh;
  }

  .slick-slide img {
    height: 65vh;
    object-fit: cover
  }

  .slick-slide .inner img{ height:auto; }

  .yvn {
    padding: 20px 0;
  }

  .sec1-tbody-item .item-box {
    flex-direction: column;
  }

  .sec1-tbody .sec1-tbody-item .item-box .item-pic {
    width: 100%
  }

  .sec1-tbody .sec1-tbody-item .item-box .item-body {
    width: 100%
  }

  .about-culture {
    margin-top: 20px;
  }

  .about-culture-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .about-culture ul {
    flex-wrap: wrap;
  }

  .about-culture ul li {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px;
  }

  .about-culture ul li h3 {
    font-size: 18px;
  }

  .news-top-item .item-box .item-pic img {
    height: 20vh
  }

  .new-item-box .item-pic img {
    height: 20vh
  }

  .contact-list {
    flex-direction: column;
  }

  .contact-list .contact-item {
    width: 100%;
    padding: 20px
  }

  .contact-list .contact-item .contact-item-info .contact-item-title {
    font-size: 18px;
  }

  .contact-list .contact-item .contact-item-info .contact-item-text {
    font-size: 12px;
  }

  .nypartnerbanner {
    height: 65vh
  }

  .nypartnerbanner .bread-title {
    font-size: 24px;
  }

  .nypartnerbanner .bread-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .nypartnerbanner .tzlj {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px
  }

  .about-partner ul {
    flex-direction: column;
  }

  .about-partner ul li {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px;
  }

  .about-partner ul li h3 {
    font-size: 18px;
    margin-bottom: 0
  }

  .about-partner ul li em {
    background-position: center;
    background-size: cover;
  }

  .about-partner ul li p {
    font-size: 12px;
    color: #888
  }

  .about-ourpro ul {
    flex-direction: column;
  }

  .about-ourpro ul li {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px;
  }

  .about-ourpro ul li h3 {
    font-size: 18px;
    margin-bottom: 0
  }

  .about-ourpro ul li em {
    background-position: center;
    background-size: cover;
  }

  .about-ourpro ul li p {
    font-size: 12px;
    color: #888
  }



  .pagehistory .pagehistory-list .item {
    flex-wrap: wrap;
    flex-direction: row-reverse
  }

  .pagehistory .pagehistory-list .item .left {
    flex-direction: row-reverse;
    width: 100%;
    margin-bottom: 10px
  }


  .pagehistory .pagehistory-list .item .info {
    width: 100%
  }

  .pagehistory .pagehistory-list .item .info .name {
    font-size: 18px
  }

  .pagehistory .pagehistory-list .item .info::after {
    left: -40px;
    right: auto;
    border: 20px solid transparent;
    border-right: 20px solid #FFF;
    display: none
  }

  .pagehistory .pagehistory-list .item .right {
    flex-direction: row-reverse;
    flex: 1
  }

  .pagehistory .pagehistory-list .item .year {
    flex-direction: row-reverse
  }

  .pagehistory .pagehistory-list .item .year::after {
    background: linear-gradient(-90deg, rgba(207, 20, 43, 0.25), #FFF)
  }

  .pagehistory .pagehistory-list::before {
    display: none
  }
}