@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.eot') format('eot'),
        url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff'),
        url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot') format('eot'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot') format('eot'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  font-family: "Lato";
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;

  margin: 0 auto
}

.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1230px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1920px) {
.ui.container{
  max-width: 1230px;
}
}
table tr:nth-child(even){
  background: none
}
table{
  border: none
}
.flex-i {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-s {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-dr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-drr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-as {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-ac {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-ae {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-cc {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.flex-ca {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.flex-cb {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.flex-jc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-ja {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-jb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-js {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-je {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-wn {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.flex-s {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.pos {
    position: absolute
}

.pos-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.more {
  width: 200px;
  height: 50px;
  border-radius: 10px;
  border: solid 1px #008132;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  justify-content: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #008132;

}
.more p {
  width: 72px;
  height: 72px;
  background-color: #008132;
  border-radius: 50%;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.more p img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  background-color: #008132;
  color: #fff;
}
.more:hover p {
  background: #fff;
}
.more:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff
}

#header .nav {
  width: 100%;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;

  height: 100px;
  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;
}
#header .nav .ui.menu .logo a {
  display: block;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 25px;
  color: #1e1e1e;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  padding: 25px 0
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #10893f;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  /*-webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  white-space: nowrap;
  /*-webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;*/
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #008132;
  display: none \9;
  pointer-events: none;
  -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
            border: 1px solid #DCDCDC;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px 0 20px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  margin: 7px 0
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
  position: relative;
  padding-right: 35px
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a::after{
content: '';
font-weight: bold;
 display: block;
 color: #008132;
 font-size: 25px;
 width: 18px;
 height: 18px;
 background: url(../images/jiantou.png) no-repeat center center / 100%  100%;
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 opacity: 0;
  transition: .5s
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  /*background: #222;*/
  color: #008132;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a::after{
  opacity: 1
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  transform: translate(0, 0);
          pointer-events: all;
  /*-webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;*/
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;

  margin-right: 17px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 20px;
  line-height: 1.7;
  padding-left: 20px;
  border-left: 2px solid #000;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span img {
  width: 22px;
 
  margin-right: 10px;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 9px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #008132;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .quote {
  width: 200px;
  height: 60px;
  background-color: #008132;
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px
}
#header .nav .ui.menu .quote:hover {
  opacity: 0.6;
}
#header .nav .ui.menu .quote img {
  margin-left: 4px;
}

/*#header.active {
  position: fixed;
}*/

.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.f-80 {
  font-size: 81px;
}
.f-18 {
  font-size: 18px;
}
.fw {
  font-weight: bold;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
#banner .video video{
display: block;
width: 100%;
}
#banner .video{
  position: relative
}
#banner .video::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .35);
  position: absolute;
  left: 0;
  top: 0;
}
#banner .video .info{
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #ffffff;
  font-weight: 400;


}
#banner .video .info .more{
  margin: 40px auto 0;
  
  /*background: #008132;*/
  color: #ffffff;
      border: solid 2px #ffffff;
}
#banner .video .info .more:hover{
  /*color: #008132;*/
  background: #008132;
  border: solid 2px #008132;
}
#banner .video .info .txt{
  font-size: 46px;
    line-height: 1.1;
}
#banner .video .info .time{
  font-weight: bold;

}
#banner .video .info .time{
  position: relative
}
#banner .video .info .time span{
  position: relative;
  padding: 0 20px
}
#banner .video .info .time span::after{
  content: '';
  display: block;
  width: 80%;
  height: 20px;
  /*border-radius: 10px;*/
  background: #008132;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 17%;
  left: 0;
  width: 100%;
  color: #f9e5e6;
}
#banner .swiper-slide .text .box {
  position: relative;
  max-width: 724px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#banner .swiper-slide .text .box .title {
  font-size: 109px;
  line-height: 1;

  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  position: relative;
  z-index: 1;
}
#banner .swiper-slide .text .box .title::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 8px #e21153;
  top: 1px;
  left: 2px;
}
#banner .swiper-slide .text .box .link {
  padding: 109px 76px 103px 75px;
  background: url(../images/link-bg.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 33px;
  line-height: 1;

  bottom: -30px;
  right: 0;
  z-index: 1;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#banner .swiper-slide-active .text .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li>img{
  width: 100%
}
#banner ul li .box {
  position: absolute;
  bottom: 226px;
  width: 100%;
  color: #fff;
}
#banner ul li .box .title {
  text-align: center;
  color: #fff;
  line-height: 1;
}
#banner ul li .box .title p {
  color: #10893f;
}
#banner ul li .box .cont {
  text-align: center;
  margin: 38px;
  margin-bottom: 60px;
}
#banner ul li .box .more {
  width: 221px;
  height: 68px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  font-size: 20px;
  padding-left: 28px;
  color: #fff;
  margin: 0 auto;
}
#banner ul li .box .more.hide{
  display: none
}
#banner ul li .box .more p {
  width: 59px;
  height: 58px;
  background-color: #008132;
}
#banner ul li .box .more:hover {
  border: solid 1px #008132;
}
#banner ul li .box .more:hover p {
  background: #fff;
}
#banner ul.slick-dots {
  width: 302px;
  padding: 35px 0;
  left: 0;
  bottom: 0;
  background: #fff;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
#index-body .smt {
  font-size: 18px;
  color: #008132;
  opacity: 0.7;
  line-height: 1;
}
#index-body .tit,span.h2{
  font-size: 55px;
  line-height: 1.1;
  font-weight: bold;
  /*margin-top: 21px;*/
}
#index-body .about {
  background-color: #f6f6f6;
  padding: 110px 0 112px;
}
#index-body .about .tit{
  /*text-align: center;*/
  margin-bottom: 60px;
  letter-spacing: 0px
}
#index-body .about .top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .about .top .text {
  width: 48%;
  vertical-align: middle;
}
.shouye {
  font-size: 18px;
  color: #919191;
  line-height: 2;
  margin-top: 30px;
}
.shouye h1 {
  display: inline!important;
  font: inherit!important;
}
#index-body .about .top .text .shouye{
  margin-top: 0;
}
#index-body .about .top .text p {
  font-size: 18px;
  color: #393939;
  line-height: 32px;
  margin-top: 30px;
}
#index-body .about .top .text .btn {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap
}
#index-body .about .top .text .btn a.link {
  display: inline-block;
  vertical-align: top;
  margin-left: 43px;
}
#index-body .about .top .text .btn a.link em {
  display: inline-block;
  padding: 18px 13px 17px 14px;
  background: white;
}
#index-body .about .top .text .btn a.link span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding-left: 5px;
}
#index-body .about .top .img li{
  padding: 0 8px
}
#index-body .about .top .img{
  position: relative;
}
#index-body .about .top .img .prev{
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-81%);
  font-size: 55px;
  color: #ffffff;
  cursor: pointer;
}
#index-body .about .top .img .next{
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-81%);
   font-size: 55px;
   color: #ffffff;
    cursor: pointer;
}
 #index-body .about .top .img ul.slick-dots {
    /*position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;*/
    margin-top: 30px;
    text-align: center;
  }
  #index-body .about .top .img ul.slick-dots li {
    display: inline-block;
    padding: 0;
    width: 15px;
	  height: 15px;
    border-radius: 50%;
	  background-color: #d1d1d1;
    margin-left: 27px;
    transition: .5s;
    cursor: pointer;
    position: relative;
    border: 1px solid #d1d1d1;
  }
#index-body .about .top .img ul.slick-dots li:last-child {
    margin-right: 0;
  }
 #index-body .about .top .img ul.slick-dots li button {
    display: none;
  }
  #index-body .about .top .img ul.slick-dots li.slick-active{
    background: #008132;
    /*border: 1px solid #000;*/
  }
  #index-body .about .top .img .slick-slide .content {
    display: none;
  }
#index-body .about .top .img {
  width: 48%;
  position: relative;
  z-index: 1;
}

#index-body .about .top .img .i2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
#index-body .about .top .img .play {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#index-body .about .top .img .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /*background: url(../images/play-text.png) no-repeat center;*/
  z-index: 2;
  -webkit-animation: 30s 0.5s rotate_play linear infinite;
  -moz-animation: 30s 0.5s rotate_play linear infinite;
  animation: 30s 0.5s rotate_play linear infinite;
}
#index-body .about .top .img .play i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#index-body .about .bottom {
  text-align: center;
  padding-top: 120px;
}
#index-body .about .bottom ul li {
  color: #393939;
}
#index-body .about .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  color: #393939;
}
#index-body .about .bottom ul li h3 {
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  margin-top: 11px;
}
#index-body .about .bottom ul li h3 span{
  font-size: 55px;
}
#index-body .products {
  padding-bottom: 20px;
  padding-top: 110px;
  overflow: hidden;

}
#index-body .products .pro_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 60px
}
#index-body .products .pro_box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
 width: 100%;
 
  flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
}
#index-body .products .pro_box .right::after{
  content: '';
  display: block;
  width: 200%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -50%
}
#index-body .products .pro_box .right .item {
  width: auto;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 27px;
  color: #383838;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;

  white-space: nowrap;
  padding-bottom: 15px;
  position: relative;
  margin-right: 30px
}
#index-body .products .pro_box .right .item::after{
content: '';
display: block;
width: 0;
height: 4px;
background: #008132;
position: absolute;
left: 0;
bottom: 0;
z-index: 4;
transition: .5s;
}
#index-body .products .pro_box .right .item:hover::after,
#index-body .products .pro_box .right .item.active::after{
  width: 100%;
  /*background-color: #008132;
  color: #fff;*/
}
#index-body .products .sw .item {
  display: none;
}
#index-body .products .sw .item .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .products .sw .item .box .left{
  width: 45%
}
#index-body .products .sw .item .box .left .title{
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: bold;
}
#index-body .products .sw .item .box .left .cont{
  font-size: 18px;
  height: 300px;
  overflow: auto;
}
#index-body .products .sw .item .box .left ul{
  font-size: 20px;
  color: #008132;
  margin-top: 30px;
  line-height: 2
}
#index-body .products .sw .item .box .left ul li{
  transition: .5s;
}
#index-body .products .sw .item .box .left ul li:hover{
  color: #000000
}
#index-body .products .sw .item .box .right{
  width: 50%
}
#index-body .products .sw .item .box .right img{
  width: 100%
}
#index-body .products .sw .item.active {
  display: block;
}
#index-body .products .swiper-container {
  overflow: visible;
  margin-top: 135px;
  padding-bottom: 88px;
}
#index-body .products img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #f7f7f7
}

#index-body .products .text img{
  background: none;
  zoom: 1.5
}
#index-body .products .swiper-slide:hover {
  background-color: #008132;
}
#index-body .products .swiper-slide:hover > img {
  opacity: 0.14;
}
#index-body .products .swiper-slide:hover .text {
  opacity: 1;
  z-index: 2;
}
#index-body .products .swiper-slide:hover .t1 {
  opacity: 0;
  z-index: -1;
}
#index-body .products .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
  justify-content: center;
  padding: 0 22px;
  padding-bottom: 64px;
  color: #ffffff;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

}
#index-body .products .text .cont {
  opacity: 0.78;
  line-height: 2;
  margin: 20px 0 57px;
  height: 30px;
  overflow-y: auto
}
#index-body .products .text .t2 {
  font-size: 30px;
  line-height: 1.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 3em
}
#index-body .products .t1 {
  position: absolute;
  width: 100%;
  font-size: 24px;
  bottom: 0;
  text-align: center;
  line-height: 1;
  padding-bottom: 21px;
  z-index: 1;
}
#index-body .news {
  padding-top: 130px;
  padding-bottom: 140px;
  background: url(../images/new.jpg) no-repeat right -20px top 200px;
}
#index-body .news .smt {
  text-align: center;
}
#index-body .news .tit {
  text-align: center;
}
#index-body .news ul {
  margin-top: 120px;
  margin-right: -77px;
}
#index-body .news ul li {
  padding-right: 77px;
}
#index-body .news ul li .box {
  padding-top: 33px;
  border-top: 4px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news ul li .box:hover {
  border-top: 4px solid #0a7c33;
}
#index-body .news ul li .box .t1 {
  font-size: 16px;
  line-height: 1;
}
#index-body .news ul li .box .time {
  font-size: 20px;
  margin-top: 5px;
  color: #0a7c33;
}
#index-body .news ul li .box .t2 {
  display: block;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.1;
  margin: 38px 0 27px ;
}
#index-body .news ul li .box .t2:hover {
  color: #0a7c33 ;
}
#index-body .news ul li .box .cont {
  color: #000000;
  opacity: 0.53;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#index-body .advantages {
  padding-bottom: 130px;
  background-image: url("../images/advantages-bg.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 42.1875% auto;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
#index-body .advantages .tit {
  margin-bottom: 65px;
}
#index-body .advantages .left {
  width: 50%;
  padding-right: 3%;
  overflow: hidden;
}
#index-body .advantages .left .box2 {
  display: block;
  margin-left: auto;
}
#index-body .advantages .left .box2 .list ul li{
  font-size: 24px;
  padding-left: 44px;
  background: url(../images/dot.png) no-repeat left center;
  margin-bottom: 1em;
}
#index-body .advantages .left .box2 .list ul{
  padding-bottom: 20px;
}
#index-body .advantages .left .box2 .list ul li span{
	opacity: 0.71;
}
#index-body .advantages .left .box2 .list2 ul li {
  padding: 20px 15px;
  position: relative;
}
#index-body .advantages .left .box2 .list2 ul li:after {
  content: '';
  border-bottom: 1px dashed #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantages .left .box2 .list2 ul li:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #f1f1f1;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantages .left .box2 .list2 ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .advantages .left .box2 .list2 ul li .flex span.num {
  font-weight: 700;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.9);
  margin-right: .5em;
  line-height: 1;
  margin-top: -0.1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantages .left .box2 .list2 ul li .flex .content span.h6 {
  font-weight: bold;
  font-size: 24px;
  display: block;
  line-height: 1;
}
#index-body .advantages .left .box2 .list2 ul li .flex .content .text {
  font-size: 18px;
  color: #000000;
  opacity: 0.7;
  font-weight: 300;
  position: relative;
  padding: 35px 0 54px;
}
#index-body .advantages .left .box2 .list2 ul li .flex .content .text .icon {
  position: absolute;
  bottom: -3px;
  right: 0;
}
#index-body .advantages .left .box2 .list2 ul li .flex .content a.link {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #c22018;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantages .left .box2 .list2 ul li .flex .content a.link:hover {
  color: black;
}
#index-body .advantages .left .box2 .list2 ul li .flex .content .hidden {
  display: none;
}
#index-body .advantages .left .box2 .list2 ul li.active:after {
  opacity: 0;
}
#index-body .advantages .left .box2 .list2 ul li.active:before {
  opacity: 1;
}
#index-body .advantages .left .box2 .list2 ul li.active .flex span.num {
  color: #0a7d34;
}
#index-body .advantages .right {
  width: 50%;
  position: relative;
  z-index: 1;
}
#index-body .advantages .right .img1 {
  position: absolute;
  width: 97%;
  height: 94%;
  z-index: -1;
  top: 0;
  right: 0;
}
#index-body .advantages .right .img {
  height: 680px;
  position: relative;
}
#index-body .advantages .right .img i {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#index-body .advantages .right .img i.active {
  display: block;
}
#index-body .application {
  padding: 130px 0 160px;
  background-color: #f4f3f3;
  overflow: hidden;
}
#index-body .application .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .application .flex span.h2 {
  max-width: 10em;
}
#index-body .application .flex .text {
  max-width: 610px;
}
#index-body .application .list {
  margin-top: 110px;
  padding-right: 30%;
  margin-right: -20%;
  overflow: hidden;
}
#index-body .application .list .slick-list {
  overflow: unset;
}
#index-body .application .list ul {
  margin: -15px;
}
#index-body .application .list ul li {
  padding: 15px;
}
#index-body .application .list ul li a.img-box {
  display: block;
}
#index-body .application .list ul li .text {
  /*position: absolute;*/
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 1.1em;
  /*background-color: #008132;
  left: 0;
  width: 100%;
  bottom: 1em;
  color: white;*/
  /*-webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*#index-body .application .list ul li a.img-box:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}*/
#index-body .application .dots {
  margin-top: 20px;
  text-align: center;
}
#index-body .application .dots li {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 0 13px;
  background-color: #c7c8c9;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .application .dots li:hover,
#index-body .application .dots li.slick-active {
  background-color: #008132;
}
#index-body .application .dots li button {
  display: none;
}
strong {
  font-weight: bold;
}
#footer {
  background: #000;
}
#footer .footer-top {
  background-position: center;
  background-size: cover;
  color: white;
  padding: 45px 0 60px;
  position: relative;
}
#footer .footer-top .logo {
  display: block;
  text-align: center;
}
#footer .footer-top .form {
  padding: 60px 0 80px;
}
#footer .footer-top .form ul {
  margin: -10px;
}
#footer .footer-top .form ul li {
  padding: 10px;
  font-size: 16px;
}
#footer .footer-top .form ul li input {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  padding: .8em;
  padding-left: 2.75em;
  background-size: 1.375em auto;
  background-position: center left .8em;
  background-repeat: no-repeat;
}
#footer .footer-top .form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-top .form ul li input[name='name'] {
  background-image: url("../images/icon-user.png");
}
#footer .footer-top .form ul li input[name='mail'] {
  background-image: url("../images/icon-mail.png");
}
#footer .footer-top .form ul li input[name='content'] {
  background-image: url("../images/icon-edit.png");
  background-size: 1em auto;
}
#footer .footer-top .form ul li a.btn {
  padding: .8em;
  background-color: #0a7c33;
  color: white;
  text-align: center;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
}
#footer .footer-top .form ul li a.btn img {
  margin-left: .5em;
}
#footer .footer-top .form ul li a.btn:hover {
  background-color: black;
}
#footer .footer-top .form ul li:nth-child(3) {
  width: 38%;
}
#footer .footer-top .form ul li:nth-child(4) {
  width: 12%;
}
#footer .footer-top .box {
  margin: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-top .box .slide {
  padding: 10px;
}
#footer .footer-top .box .slide span.h6 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: .8em;
  display: block;
}
#footer .footer-top .box .slide .nav {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
#footer .footer-top .box .slide .nav li {
  margin-bottom: .5em;
  padding-left: 15px;
  position: relative;
}
#footer .footer-top .box .slide .nav li::before {
  content: '';
  display: block;
  width: 4px;
  height: 7px;
  background: url(../images/icon-f-1.png) no-repeat center center / 100%;
  position: absolute;
  left: 0;
  top: 30%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#footer .footer-top .box .slide .nav li:hover {
  color: #0a7c33;
}
#footer .footer-top .box .slide .nav li:hover::before {
  -webkit-filter: none;
  filter: none;
}
#footer .footer-top .box .slide .nav li .sub-menu {
  display: none;
}
#footer .footer-top .box .slide .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .slide .nav li a {
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .slide .nav li a img {
  margin-right: .5em;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .slide .nav li a:hover img {
  -webkit-filter: unset;
  filter: unset;
}
#footer .footer-top .box .slide .info {
  font-size: 18px;
  line-height: 2;
}
#footer .footer-top .box .slide .info li {
  margin-bottom: .6em;
}
#footer .footer-top .box .slide .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-top .box .slide .info li a i {
  width: 1.8em;
  text-align: center;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1.4em;
  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;
}
#footer .footer-top .box .slide #ewm {
  max-width: 140px;
  border: 3px solid white;
  display: block;
  margin: 0 auto;
}
#footer .footer-top .box .slide #ewm img {
  max-width: 100%;
}
#footer .footer-top .box .slide .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 1.3em;
}
#footer .footer-top .box .slide .share a {
  width: 2.5em;
  height: 2.5em;
  background-color: #2f2f41;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .slide .share a:hover {
  background-color: #0a7c33;
}
#footer .footer-top .box .slide:nth-child(1) {
  width: 14%;
}
#footer .footer-top .box .slide:nth-child(2) {
  width: 16.5%;
}
#footer .footer-top .box .slide:nth-child(3) {
  width: 15%;
}
#footer .footer-top .box .slide:nth-child(4) {
  width: 28%;
}
#footer .footer-top .box .slide:nth-child(5) {
  width: 16%;
  text-align: center;
}
#footer .footer-top #top {
  width: 50px;
  height: 50px;
  background-color: #0a7c33;
  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;
  right: 45px;
  bottom: 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#footer .footer-top #top:hover {
  background-color: black;
}
#footer .footer-bottom {
  font-weight: normal;
  font-size: 18px;
  padding: 1em 0;
  background-color: #0a7c33;
  color: white;
}
#footer .footer-bottom .coy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .coy svg {
  max-height: 1.55555556em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: white;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
  opacity: 1;
}
@media screen and (max-width: 1920px) {

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

  #footer .footer-top .form {
    padding: 40px 0 50px;
  }
  #footer .footer-top .box .slide .nav,
  #footer .footer-top .box .slide .info {
    font-size: 16px;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .footer-bottom {
    font-size: 16px;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
}
@media screen and (max-width: 1440px) {
    #index-body .about .top .img .i2 {
    width: 70%;
  }
  #index-body .about .top .img .i1 {
    width: 71%;
  }

 /*.ui.container {
    max-width: 1220px;
  }*/
  #index-body .advantages .right .img {
    height: 420px;
  }
  #index-body .application .dots {
    margin-top: 10px;
  }
  #index-body .application .dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  .f-80 {
    font-size: 60px;
  }
  #banner .video .info .txt{
    font-size: 34px;
  }
 
  #banner ul li .box {
    bottom: 190px;
  }
    #header .nav .ui.menu .quote{
      width: 160px;
      height: 60px
    }
  #header .nav .ui.menu .quote img {
   display: none
  }
  #header .nav .ui.menu .logo{
    zoom: 0.7
  }


  #index-body .news ul li .box .t2 {
    font-size: 25px;
  }
  #index-body .tit,span.h2{
    font-size: 45px;
  }
  #footer .footer-top #top {
    width: 40px;
    height: 40px;
    bottom: -15px;
  }
  #footer .footer-top .box .slide .share {
    font-size: 14px;
  }
  #footer .footer-top .box .slide #ewm {
    max-width: 120px;
  }
  #footer .footer-top .box .slide span.h6 {
    font-size: 20px;
  }
  #footer .footer-top .form ul li {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu>li{
    margin-right: 25px
  }
}
@media screen and (max-width: 1280px) {
   #index-body .about .bottom ul li h3 {
    font-size: 58px;
  }
  #index-body .about .bottom ul li h3 span{
  font-size: 40px;
}
  #index-body .about .bottom {
    padding-top: 60px;
  }
  #index-body .about {
    padding-bottom: 75px;
  }
 
  .ui.container {
    max-width: 1080px;
  }
  #index-body .application .flex span.h2 {
    max-width: 8em;
  }
  #index-body .application .list {
    margin-top: 40px;
  }
  #index-body .application .list ul li {
    padding: 5px;
  }
  #index-body .application .list ul {
    margin: -5px;
  }
  #footer .footer-top .logo img {
    max-height: 40px;
  }
  #footer .footer-top .box .slide:nth-child(3),
  #footer .footer-top .box .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(1) {
    width: 20%;
  }
  #footer .footer-top .box .slide:nth-child(4) {
    width: 40%;
  }
  #footer .footer-top .box .slide:nth-child(5) {
    width: 20%;
  }
  #footer .f-top .container .list_cont3 {
    width: 300px;
  }
  #header .nav .ui.menu .quote {
    display: none;
  }
  #header .nav {
    padding-right: 15px;
  }
  #banner ul.slick-dots {
    width: 270px;
  }
  #banner ul li .box {
    bottom: 100px;
  }

  #index-body .news {
    background: none;
  }
  #index-body .products .text .cont {
    margin: 15px 0 30px;
  }
  #index-body .products .text .t2 {
    font-size: 24px;
  }
  #index-body .news ul li .box .t2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1100px) {
 
  
  .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;

  }
  #header .nav .ui.menu .shop {
    margin: 0 7px 0 30px;
  }
  #banner .swiper-slide .text {
    top: 22%;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 90px;
  }
  #banner ul.slick-dots {
    display: none !important;
  }
  #index-body .tit,span.h2{
    font-size: 35px;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .news ul {
    margin-top: 80px;
  }
  #index-body .news {
    padding: 80px 0;
  }
  .f-80 {
    font-size: 45px;
  }
   #banner .video .info .txt{
    font-size: 26px;
  }
#index-body .products .sw .item .box .left .title{
  font-size: 40px
}
}
@media screen and (max-width: 1000px) {
  #index-body .about .tit{
    margin-bottom: 30px
  }
   #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .top .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .top .img {
   width: 100%;
   margin-top: 30px;
  }
  #index-body .about .bottom {
    padding-top: 60px;
  }
  #index-body .about .bottom ul {
    margin-bottom: -10px;
  }
  #index-body .about .bottom ul li {
    width: 25%;
    margin-bottom: 10px;
  }
  #index-body .about .bottom ul li h3 {
    font-size: 50px;
    margin-top: 0;
  }
  #index-body .about .bottom ul li h3 span{
  font-size: 35px;
}
  #index-body .advantages{
    padding-right: 15px
  }
  #header {
    position: fixed;
  }
  #header .nav {
    padding: 0;
    position: initial !important;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
    height: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #banner {
    margin-top: 60px;
  }
  #index-body .advantages .left {
    width: 100%;
    padding-right: 15px;
  }
  #index-body .advantages .right {
    display: none;
  }

  #index-body .products .left {
    width: 100%;
    margin-bottom: 30px;
  }

  #index-body .products .right {
    width: 100%;
  }
  #index-body .products .text {
    padding-bottom: 20px;
  }
  #index-body .advantages .left .box2 {
    margin: 0;
  }
  #index-body .application .flex span.h2 {
    max-width: none;
  }
  #index-body .application .flex .more {
    /*margin: 0 0 0 auto;*/
    margin-top: 30px;
  }
  #index-body .application .flex .text {
    max-width: none;
    margin-top: 1em;
  }
  #index-body .application .flex {
    display: block;
  }
  #index-body .application {
    padding: 40px 0;
  }
  #index-body .application .list ul li a.img-box span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .application .list ul li a.img-box span {
    font-size: 16px;
  }
  #footer .footer-top .form ul li {
    width: 100% !important;
    padding: 5px;
  }
  #footer .footer-top .form ul {
    margin: -5px;
  }
  #footer .footer-top .form {
    padding: 30px 0;
  }
  #footer .footer-top .box .slide:nth-child(3),
  #footer .footer-top .box .slide:nth-child(1) {
    display: none;
  }
  #footer .footer-top .box .slide:nth-child(4) {
    width: 100%;
  }
  #footer .footer-top .box .slide:nth-child(6) {
    display: none;
  }
  #footer .footer-bottom .coy {
    display: block;
    text-align: center;
  }

  #index-body .products .pro_box .right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*#index-body .products .pro_box .right .item {
    width: 100%;
  }*/
  #banner ul li .box {
    bottom: 30px;
  }
  #banner ul li .box .cont {
    margin: 15px 0 20px;
  }
  .f-80 {
    font-size: 35px;
  }
  #banner .video .info .txt{
    font-size: 20px;
  }
  #index-body .products .sw .item .box .left{
    width: 100%;
  }
  #index-body .products .sw .item .box .right{
    width: 100%;
    margin-top: 30px
  }
  #index-body .products .sw .item .box .left .title{
  font-size: 30px
}
#index-body .products .sw .item .box .left .cont{
  height: auto;
  overflow: visible;
}
#index-body .products .pro_box .right .item{
  margin: 0 20px
}
#index-body .products .pro_box .right{
  justify-content: flex-start;
  margin-top: 0;
}
#banner .video .info .time span::after{
  height: 10px;
  bottom: 0
}
#index-body .advantages .left .box2 .list ul li{
  font-size: 20px
}
}
@media screen and (max-width: 700px) {
  #index-body .advantages{
    padding-bottom: 50px;
  }
  .shouye,#index-body .products .sw .item .box .left .cont{
    font-size: 15px
  }
  #index-body .news ul li .box .time{
    font-size: 16px
  }
  #index-body .advantages .left .box2 .list ul li{
  font-size: 15px;
  background-size: 15px;
  padding-left: 30px;
}
  #banner .video .info .time{
    font-size: 35px
  }
  #banner .video .info .time span::after{
  height: 6px
}
   #index-body .about {
    padding: 30px 0 55px;
  }
  #index-body .about .top .text p {
    margin-top: 20px;
  }
  #index-body .about .bottom {
    display: none;
  }
  #index-body .products .pro_box{
    margin-bottom: 42px;
  }
  #index-body .advantages .left .box2 .list2 ul li .flex .content a.link {
    font-size: 16px;
  }
  #index-body .application .list {
    padding-right: 0;
    margin-right: 0;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 52px;
  }
  #banner .swiper-slide .text .box .link {
    zoom: 0.5;
    bottom: -130px;
  }
  #footer .f-top {
    padding-top: 10px;
  }
  #footer .f-top .container .list_cont {
    margin: 30px auto 0;
    width: 100%;
    display: block;
    padding: 0;
  }
  #footer .f-top .container .list_cont .logo {
    width: 260px;
    margin: auto;
  }
  #footer .f-top .container .list_cont .first {
    text-align: center;
  }
  #footer .f-top .container .list_cont .subline {
    margin: 4px auto 20px;
  }
  #footer .f-top .container .list_cont2 {
    display: none;
  }
  #index-body .products {
    padding-bottom: 60px;
  }
  #footer .footer-top .box .slide:nth-child(5) {
    width: 50%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
  #footer .footer-top .box .slide #ewm {
    margin: 0;
  }
  #footer .footer-top .box .slide .share {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  #footer .footer-top .box .slide .share a {
    margin-right: 30px;
  }
  #index-body .products .swiper-container {
    margin-top: 60px;
  }
  #index-body .news ul {
    margin-right: -30px;
  }
  #index-body .news ul li {
    padding-right: 30px;
  }
  .more {
    zoom: 0.7;
  }
  .f-80 {
    font-size: 25px;
  }
  #banner .video .info .txt{
    font-size: 20px;
  }
  #index-body .tit,span.h2{
    font-size: 22px;
  }
 
  #index-body .advantages .tit {
    margin-bottom: 30px;
  }

  #index-body .products {
    padding-top: 50px;
  }
  #index-body .products .sw .item .box .left .title{
  font-size: 25px
}
#index-body .news ul li .box .t2{
  font-size: 18px;
}
}
@media screen and (max-width: 500px) {
   #index-body .about .top .text p {
    font-size: 16px;
  }
    #index-body .news ul li .box .time{
    font-size: 14px
  }
  #index-body .about .top .text .btn {
    margin-top: 20px;
  }
  #index-body .about .top .text .btn a.link {
    margin-left: 20px;
  }
  #index-body .products .sw .item .box .left .title{
  font-size: 22px
}
  #banner ul li .box .cont {
    display: none;
  }
  #banner ul li .box .more {
    margin-top: 30px;
  }
  .f-80 {
    font-size: 22px;
  }
  #banner .video .info .txt{
    font-size: 16px;
  }
  #banner .video .info .time{
    font-size: 28px
  }
  #index-body .tit,span.h2{
    font-size: 20px;
  }
  #index-body .products .t1 {
    font-size: 18px;
  }
  #index-body .products .text .t2 {
    font-size: 20px;
  }
 
  #index-body .news ul li .box .t2 {
    margin: 20px 0 15px;
  }
  #index-body .news {
    padding: 40px 0;
  }
  #index-body .advantages .left .box2 .list2 ul li .flex .content span.h6 {
    font-size: 20px;
  }
  #index-body .advantages .left .box2 .list2 ul li .flex span.num {
    font-size: 25px;
  }
  #index-body .advantages .left .box2 .list2 ul li .flex .content .text {
    padding: 20px 0 30px;
  }
  #footer .footer-top .box .slide:nth-child(5) {
    width: 100%;
  }
  #index-body .advantages .left .box2 .list2 ul li .flex .content .text .icon {
    display: none;
  }
  #footer .footer-bottom {
    font-size: 14px;
  }
  #footer .f-top .container .list_cont .list_2 {
    margin-top: 10px;
  }
  #footer .f-top .container .list_cont .logo {
    width: 220px;
  }
  #footer .f-top .container .list_cont #ewm {
    width: 100px;
    margin-top: 30px;
  }
  #footer .f-bottom {
    margin-top: 30px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 18%;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #008132;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #008132;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #008132;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}

/*inner*/
.inner-page #index-body  .news{
  background: none;
}
.inner-page #index-body .news ul{
  margin-top: 40px
}
.inner-banner {
  padding: 180px 0 30px;
}
.inner-banner .mbx {
  color: #008132;
  font-size: 20px;
  line-height: 1.4;
}
.inner-banner .mbx a{
  color: #000
}
.inner-banner .mbx a:hover{
  color: #008132
}
.inner-banner .title {
  font-weight: bold;
  color: #121212;
  font-size: 55px;
  line-height: 1.1;
  margin-top: 13px;
}
.new-banner{
  background: #f6f6f6
}
.culture-banner {
  background: #008132;
  color: #ffffff;
}
.culture-banner .mbx {
  color: #ffffff;
}
.culture-banner .title {
  color: #ffffff;
}
.inner-page span.tag {
  font-size: 20px;
  line-height: 1.4;
}
.inner-page .title {
  font-weight: bold;
  font-size: 55px;
  line-height: 1.2;
}
.inner-page .tit {
  font-weight: bold;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 97px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  margin-right: 31px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #008132;
  color: #ffffff;
}
.inner-page .sidebar-box {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;*/
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 100px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover，
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #008132;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #008132;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  list-style-type: disc;
  margin-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #008132;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #008132;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
}
.inner-page .product2-page p {
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
}
.product2-page .news.honor .header{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

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

  .inner-banner .mbx {
    font-size: 18px;
  }
  .inner-banner .title {
    font-size: 42px;
  }
 
}
@media screen and (max-width: 1100px) {
  .inner-page .title {
    font-size: 35px;
  }
 
}
@media screen and (max-width: 1000px) {

  .inner-banner .title {
    font-size: 36px;
  }
  .inner-banner{
    padding: 90px 0 20px
  }
 
}
@media screen and (max-width: 700px) {

  .inner-banner .mbx {
    font-size: 16px;
  }
  .inner-banner .title {
    font-size: 30px;
    margin-top: 10px;
  }
  .inner-page .title {
    font-size: 22px;
  }
  
}
@media screen and (max-width: 500px) {
  .inner-banner .title {
    font-size: 26px;
    line-height: 1.5;
  }
  .inner-page .title {
    font-size: 24px;
  }
  .inner-page span.tag {
    font-size: 16px;
    line-height: 1.8;
  }
 
}
.culture-page .culture-1 {
  position: relative;
  z-index: 1;
}
.culture-page .culture-1 .ui.container {
  max-width: 1750px;
}
.culture-page .culture-1 .box {
  padding-left: 15.06%;
}
.culture-page .culture-1 .box .text {
  width: 41.4%;
  color: #ffffff;
  padding-right: 47px;
  padding-top: 127px;
}
.culture-page .culture-1 .box .text .title {
  margin-top: 21px;
}
.culture-page .culture-1 .box .text .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 33px;
}
.culture-page .culture-1 .box .text .list {
  margin-top: 33px;
}
.culture-page .culture-1 .box .text .list ul {
  margin-bottom: -27px;
}
.culture-page .culture-1 .box .text .list ul li {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-left: 48px;
  padding-bottom: 27px;
}
.culture-page .culture-1 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ffffff;
}
.culture-page .culture-1 .box .img {
  width: 58.6%;
  vertical-align: middle;
  position: relative;
}
.culture-page .culture-1 .box .img span {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 64.76%;
  width: 150px;
  background: #ffffff;
  font-size: 18px;
  color: #121212;
  font-weight: 300;
  text-align: center;
}
.culture-page .culture-1 .box .img span em {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  padding-bottom: 94px;
}
.culture-page .culture-1 .box .img span em::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 78px;
  background-color: #121212;
  margin: 0px 2px 29px 0px;
}
.culture-page .culture-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 83%;
  bottom: 17%;
  left: 0;
  background: #008132;
}
.culture-page .culture-2 {
  background-color: #f2f2f2;
  padding: 19.063% 0 159px;
  margin-top: -188px;
}
.culture-page .culture-2 .ui.container {
  max-width: 1750px;
  width: 100%;
}
.culture-page .culture-2 .header {
  width: 58.721%;
  margin: 0 auto;
  text-align: center;
}
.culture-page .culture-2 .header i {
  font-size: 33px;
  color: #008132;
  line-height: 1;
  display: inline-block;
}
.culture-page .culture-2 .header span {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
  padding: 25px 42px 0 54px;
  display: inline-block;
  width: 92%;
}
.culture-page .culture-2 .header .fa-quote-left {
  vertical-align: top;
}
.culture-page .culture-2 .header .fa-quote-right {
  vertical-align: bottom;
  margin-bottom: -40px;
}
.culture-page .culture-2 .content {
  padding-top: 10.12%;
}
.culture-page .culture-2 .content li {
  background: #ffffff;
  padding: 13.32% 0 9.5%;
}
.culture-page .culture-2 .content li .box {
  max-width: 1187px;
  width: 100%;
  margin: 0 auto;
}
.culture-page .culture-2 .content li .box .header {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.culture-page .culture-2 .content li .box .header .line {
  width: 154px;
  height: 1px;
  background-color: #008132;
  margin: 0 67px;
}
.culture-page .culture-2 .content li .box .con {
  margin-top: 77px;
  font-size: 20px;
  line-height: 1.5;
  color: #010101;
}
.culture-page .culture-3 {
  padding: 145px 0 166px;
}
.culture-page .culture-3 .top .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 65px;
  border-bottom: 1px solid #b8b8bc;
}
.culture-page .culture-3 .top .header .left {
  width: 50%;
}
.culture-page .culture-3 .top .header .right {
  width: 50%;
  font-size: 20px;
  line-height: 1.5;
  color: #474747;
  padding: 0 49px 0 20px;
}
.culture-page .culture-3 .top .header .title {
  margin-top: 22px;
}
.culture-page .culture-3 .top .content {
  margin-top: 74px;
}
.culture-page .culture-3 .top .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -32px -24px 0;
}
.culture-page .culture-3 .top .content ul li {
  margin: 0 32px 24px 0;
  padding: 40px 42px 50px 47px;
  background-color: #f2f2f2;
  width: 47.4%;
  color: #121212;
}
.culture-page .culture-3 .top .content ul li span {
  display: inline-block;
  width: 49px;
  height: 49px;
  background: #008132;
  text-align: center;
  line-height: 49px;
}
.culture-page .culture-3 .top .content ul li span img {
  display: inline-block;
  vertical-align: middle;
}
.culture-page .culture-3 .top .content ul li .tit {
  margin-top: 26px;
  font-size: 25px;
  line-height: 1.4;
}
.culture-page .culture-3 .top .content ul li p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 11px;
}
.culture-page .culture-3 .bottom {
  margin-top: 114px;
}
.culture-page .culture-3 .bottom .img-box {
  display: block;
}
.culture-page .culture-3 .bottom .img-box img {
  width: 100%;
}
.culture-page .culture-3 .bottom .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -49px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.culture-page .culture-3 .bottom .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.culture-page .culture-3 .bottom .slick-dots li:last-child {
  margin-right: 0;
}
.culture-page .culture-3 .bottom .slick-dots li button {
  display: none;
}
.culture-page .culture-3 .bottom .slick-dots li.slick-active {
  background: #008132;
}
@media screen and (max-width: 1680px) {
  .culture-page .culture-1 .box {
    padding-left: 8%;
  }
  .culture-page .culture-1 .box .img span em {
    padding-bottom: 40px;
  }
  .culture-page .culture-2 .header span {
    font-size: 32px;
    width: 90%;
  }
}
@media screen and (max-width: 1440px) {
  .culture-page .culture-1 .box {
    padding-left: 2%;
  }
  .culture-page .culture-1 .box .text {
    padding-right: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .culture-page .culture-1::after {
    height: 90%;
    bottom: 10%;
  }
  .culture-page .culture-1 .box {
    padding-left: 0%;
  }
  .culture-page .culture-1 .box .text {
    padding: 30px 20px 0 0;
  }
  .culture-page .culture-1 .box .text .con {
    font-size: 18px;
  }
  .culture-page .culture-1 .box .text .list ul li {
    font-size: 18px;
  }
  .culture-page .culture-1 .box .img span {
    font-size: 17px;
  }
  .culture-page .culture-1 .box .img span em {
    padding-bottom: 20px;
  }
  .culture-page .culture-1 .box .img span em::before {
    margin: 0 2px 10px 0;
  }
  .culture-page .culture-2 .header span {
    width: 88%;
    padding: 25px 0px 0 0px;
  }
  .culture-page .culture-2 .content li {
    padding: 13.32% 15px 9.5%;
  }
  .culture-page .culture-3 .top .content ul li {
    width: 47%;
  }
}
@media screen and (max-width: 1100px) {
  .culture-page .culture-1 .box .text {
    padding: 0px 20px 0 0;
  }
  .culture-page .culture-1 .box .text .title {
    margin-top: 10px;
  }
  .culture-page .culture-1 .box .text .con {
    margin-top: 15px;
  }
  .culture-page .culture-1 .box .text .list ul {
    margin-bottom: -10px;
  }
  .culture-page .culture-1 .box .text .list ul li {
    padding-bottom: 10px;
  }
  .culture-page .culture-2 .header {
    width: 66%;
  }
  .culture-page .culture-3 .top .content ul li {
    width: 46.8%;
  }
}
@media screen and (max-width: 1000px) {
  .culture-page .culture-1 .box .text {
    width: 100%;
    padding-right: 0;
  }
  .culture-page .culture-1 .box .img {
    width: 100%;
    margin-top: 20px;
  }
  .culture-page .culture-2 {
    margin-top: -18%;
    padding: 19.063% 0 60px;
  }
  .culture-page .culture-2 .header {
    width: 86%;
  }
  .culture-page .culture-2 .header span {
    font-size: 29px;
  }
  .culture-page .culture-2 .header .fa-quote-right {
    margin-bottom: -22px;
  }
  .culture-page .culture-2 .content li .box .con {
    margin-top: 50px;
  }
  .culture-page .culture-3 {
    padding: 60px 0;
  }
  .culture-page .culture-3 .top .header .right {
    padding: 0 0 0 20px;
  }
  .culture-page .culture-3 .top .content {
    margin-top: 40px;
  }
  .culture-page .culture-3 .top .content ul {
    margin: 0 -20px -20px 0;
  }
  .culture-page .culture-3 .top .content ul li {
    padding: 30px 25px 40px 30px;
    margin: 0 20px 20px 0;
  }
  .culture-page .culture-3 .top .content ul li .tit {
    font-size: 20px;
  }
  .culture-page .culture-3 .top .content ul li p {
    font-size: 18px;
  }
  .culture-page .culture-3 .bottom {
    margin-top: 60px;
  }
  .culture-page .culture-3 .bottom .slick-dots {
    bottom: -30px;
  }
}
@media screen and (max-width: 700px) {
  .culture-page .culture-1 .box .text {
    padding-bottom: 30px;
  }
  .culture-page .culture-1 .box .img {
    display: none;
  }
  .culture-page .culture-1::after {
    bottom: 0;
    height: 100%;
  }
  .culture-page .culture-2 {
    padding: 30px 0;
    margin-top: 0;
  }
  .culture-page .culture-2 .header {
    width: 100%;
  }
  .culture-page .culture-2 .header span {
    width: 84%;
    font-size: 24px;
  }
  .culture-page .culture-2 .content li .box .con {
    margin-top: 20px;
  }
  .culture-page .culture-3 {
    padding: 30px 0 60px;
  }
  .culture-page .culture-3 .top .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .culture-page .culture-3 .top .header .left {
    width: 100%;
  }
  .culture-page .culture-3 .top .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .culture-page .culture-3 .top .content ul {
    margin: 0 -10px -20px 0;
  }
  .culture-page .culture-3 .top .content ul li {
    margin: 0 10px 20px 0;
    width: 47.9%;
    padding: 20px 15px 30px 20px;
  }
  .culture-page .culture-3 .top .content ul li p {
    font-size: 17px;
  }
  .culture-page .culture-3 .bottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .culture-page .culture-1 .box .text .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .culture-page .culture-1 .box .text .list {
    margin-top: 20px;
  }
  .culture-page .culture-1 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .culture-page .culture-2 .header i {
    font-size: 26px;
  }
  .culture-page .culture-2 .header span {
    font-size: 20px;
  }
  .culture-page .culture-2 .header .fa-quote-right {
    float: right;
  }
  .culture-page .culture-2 .content li .box .header .line {
    margin: 0 15px;
  }
  .culture-page .culture-2 .content li .box .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .culture-page .culture-3 {
    padding: 30px 0;
  }
  .culture-page .culture-3 .top .header .title {
    margin-top: 10px;
  }
  .culture-page .culture-3 .top .header .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .culture-page .culture-3 .top .content {
    margin-top: 20px;
  }
  .culture-page .culture-3 .top .content ul {
    margin: 0 0 -20px 0;
  }
  .culture-page .culture-3 .top .content ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.development-page .development-1 {
  background: #008132;
  padding: 110px 0 141px;
  color: #ffffff;
}
.development-page .development-1 .header .title {
  margin-top: 20px;
}
.development-page .development-1 .header .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 29px;
}
.development-page .development-1 .time {
  margin-top: 113px;
}
.development-page .development-1 .time ul {
  padding: 0 0 0 60px;
  position: relative;
  z-index: 1;
}
.development-page .development-1 .time ul .slick-slide:nth-child(1) li {
  padding-left: 0;
}
.development-page .development-1 .time ul li {
  padding-left: 120px;
  cursor: pointer;
}
.development-page .development-1 .time ul li i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.development-page .development-1 .time ul li i::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
}
.development-page .development-1 .time ul li i::after {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  opacity: 0;
}
.development-page .development-1 .time ul li p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 8px;
}
.development-page .development-1 .time ul li.active i {
  background: #ffffff;
}
.development-page .development-1 .time ul li.active i::before {
  background: #008132;
}
.development-page .development-1 .time ul li.active i::after {
  opacity: 1;
}
.development-page .development-1 .time ul li.hide {
  opacity: 0;
  cursor: inherit;
}
.development-page .development-1 .time ul::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 17px;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.development-page .development-1 .content {
  margin-top: 99px;
}
.development-page .development-1 .content ul li {
  background: #ffffff;
  padding: 53px 94px 53px 37px;
}
.development-page .development-1 .content ul li .left {
  width: 12%;
  vertical-align: middle;
}
.development-page .development-1 .content ul li .left .title {
  color: #121212;
}
.development-page .development-1 .content ul li .right {
  font-size: 20px;
  line-height: 1.5;
  color: #656565;
  vertical-align: middle;
  width: 88%;
  max-height: 120px;
  padding-right: 5px;
  overflow-y: auto;
}
.development-page .development-1 .content ul li .right::-webkit-scrollbar-thumb {
  background: #008132;
}
.development-page .development-2 {
  padding: 49px 0 167px;
}
.development-page .development-2 .box .text {
  padding: 9px 36px 0 0;
}
.development-page .development-2 .box .text span.tag {
  color: #008132;
}
.development-page .development-2 .box .text .title {
  margin-top: 21px;
  color: #121212;
}
.development-page .development-2 .box .text .con {
  font-size: 20px;
  color: #474747;
  line-height: 1.5;
  margin-top: 40px;
}
.development-page .development-2 .box .text .arrow {
  margin-top: 42px;
}
.development-page .development-2 .box .text .arrow .prev,
.development-page .development-2 .box .text .arrow .next {
  width: 59px;
  height: 59px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.development-page .development-2 .box .text .arrow .prev::after,
.development-page .development-2 .box .text .arrow .next::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 18px;
  width: 23px;
  height: 16px;
  background: url(../images/arrow.png) no-repeat;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.development-page .development-2 .box .text .arrow .prev:hover,
.development-page .development-2 .box .text .arrow .next:hover {
  background: #008132;
}
.development-page .development-2 .box .text .arrow .prev:hover::after,
.development-page .development-2 .box .text .arrow .next:hover::after {
  -webkit-filter: none;
  filter: none;
}
.development-page .development-2 .box .text .arrow .prev::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.development-page .development-2 .box .text .arrow .next {
  margin-left: 29px;
}
.development-page .development-2 .box .img {
  padding-left: 30px;
}
@media screen and (max-width: 1280px) {
  .development-page .development-1 .time ul li {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .development-page .development-1 .time ul li {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .development-page .development-1 {
    padding: 60px 0;
  }
  .development-page .development-1 .time {
    margin-top: 60px;
  }
  .development-page .development-1 .content {
    margin-top: 60px;
  }
  .development-page .development-1 .content ul li {
    padding: 53px 30px;
  }
  .development-page .development-1 .content ul li .left {
    width: 15%;
  }
  .development-page .development-1 .content ul li .right {
    width: 85%;
  }
  .development-page .development-2 {
    padding: 49px 0 60px;
  }
  .development-page .development-2 .box .text {
    vertical-align: middle;
    padding: 0 15px 0 0;
  }
  .development-page .development-2 .box .img {
    vertical-align: middle;
    padding-left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .development-page .development-1 .time ul li {
    padding-left: 20px;
  }
  .development-page .development-1 {
    padding: 30px 0;
  }
  .development-page .development-1 .header .title {
    margin-top: 10px;
  }
  .development-page .development-1 .header .con {
    margin-top: 10px;
  }
  .development-page .development-1 .time {
    margin-top: 30px;
  }
  .development-page .development-1 .content {
    margin-top: 30px;
  }
  .development-page .development-1 .content ul li {
    padding: 30px 15px;
  }
  .development-page .development-1 .content ul li .left {
    width: 20%;
  }
  .development-page .development-1 .content ul li .right {
    width: 80%;
  }
  .development-page .development-2 {
    padding: 30px 0;
  }
  .development-page .development-2 .box .text {
    width: 100%;
    padding: 0;
  }
  .development-page .development-2 .box .img {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .development-page .development-1 .header .con {
    font-size: 15px;
    line-height: 1.9;
  }
  .development-page .development-1 .time ul li {
    padding-left: 0;
  }
  .development-page .development-1 .content ul li .left {
    width: 100%;
  }
  .development-page .development-1 .content ul li .right {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .development-page #index-body .partner {
    display: block;
    padding: 30px 0 0;
  }
  .development-page #index-body .partner .header .title {
    margin-top: 10px;
  }
  .development-page #index-body .partner .header .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .development-page .development-2 .box .text .title {
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .arrow {
    margin-top: 15px;
  }
}
.news-page {
  background-color: #f6f6f6;
  padding: 60px 0 60px;
}
.news-page .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display:  flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 46px;
  border-bottom: 1px solid #b8b8bc;
}
.news-page .header span.tag {
  color: #008132;
}
.news-page .header .title {
  margin-top: 21px;
}
.news-page .header .right {
  margin-bottom: 6px;
}
.news-page .header ul {

}
.news-page .header ul li {
  display: inline-block;
  padding-right: 25px;
}
.news-page .header ul li .more {
  background: #bdb9b9;
  text-transform: capitalize;
  width: auto;
  height: auto;
  padding: 5px 30px;
  color: #fff;
  border-radius: 10px;
  border: none
}
.news-page .header ul li.active .more,
.news-page .header ul li:hover .more {
  background: #008132;
}
.news-page .content {
  margin-top: 47px;
}
.news-page .content ul {
  margin: 0 -43px -79px 0;
}
.news-page .content ul li {
  padding: 0 43px 79px 0;
}
.news-page .content ul li .img-box {
  display: block;
}
.news-page .content ul li .img-box img {
  width: 100%;
}
.news-page .content ul li .text {
  padding-top: 26px;
}
.news-page .content ul li .text span {
  font-size: 16px;
  color: #474747;
  line-height: 1.8;
  display: block;
}
.news-page .content ul li .text .tit {
  display: block;
  font-size: 18px;
  color: #121212;
  line-height: 1.5;
  margin-top: 9px;
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }

  .news-page .header .right {
    width: 100%;
  }
  .news-page .header ul {
    margin-right: -10px;
  }
  .news-page .header ul li {
    padding-right: 10px;
  }
  .news-page .content ul {
    margin: 0 -20px -30px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 30px 0;
  }
  .inner-page .m-page {
    margin-top: 60px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
  .news-page .header ul li .more{
    zoom: 1
  }
}
@media screen and (max-width: 700px) {
    .news-page .header ul li .more{
    zoom: 0.8;
    margin-bottom: 15px;
  }
  .news-page {
    padding: 30px 0;
  }
  .news-page .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .news-page .header .left {
    width: 100%;
  }
  .news-page .header .right {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .header ul {
    margin-right: -10px;
  }
  .news-page .header ul li {
    padding-right: 10px;
  }
  .news-page .header .title {
    margin-top: 10px;
  }
  .news-page .content {
    margin-top: 20px;
  }
  .news-page .content ul {
    margin: 0 -20px -30px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 30px 0;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {

  .inner-page .m-page a,
  .inner-page .m-page span {
    margin-right: 10px;
  }
}
.newdet-page .newdet-content {
  padding-bottom: 101px;
}
.newdet-page .newdet-content .img img {
  width: 100%;
}
.newdet-page .newdet-content h1 {
  margin-top: 58px;
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
  color: #121212;
}
.newdet-page .newdet-content .desc {
  display: inline-block;
  font-size: 16px;
  color: #474747;
  line-height: 1.8;
  display: block;
  margin-top: 12px;
}
.newdet-page .newdet-content .con {
  margin-top: 17px;
  font-size: 20px;
  color: #474747;
  line-height: 1.5;

  font-weight: 400;
}
.newdet-page .newdet-content .con span,
.newdet-page .newdet-content .con p,
.newdet-page .newdet-content .con strong {

  font-weight: 400;
}
.newdet-page .newdet-content .con strong {
  font-weight: bold;
}
.newdet-page .newdet-content .share {
  margin-top: 63px;
  padding-bottom: 21px;
  border-bottom: 1px solid #b8b8bc;
}
.newdet-page .newdet-content .share a {
  display: inline-block;
  margin-right: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
  color: #000000;
}
.newdet-page .newdet-content .share a:last-child {
  margin-right: 0;
}
.newdet-page .newdet-content .share a:hover {
  color: #008132;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.newdet-page .newdet-content .m-link {
  margin-top: 38px;
}
.newdet-page .newdet-content .m-link a {
  display: block;
  font-size: 20px;
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-content .m-link a:hover {
  text-decoration: underline;
  color: #008132;
}
.newdet-page .newdet-list {
  background: #f6f6f6;
  padding: 134px 0 17.14%;
  margin-bottom: -9.9%;
}
.newdet-page .newdet-list .header span.tag {
  color: #008132;
}
.newdet-page .newdet-list .header .title {
  margin-top: 20px;
}
.newdet-page .newdet-list .content {
  margin-top: 80px;
}
.newdet-page .newdet-list .content ul {
  margin-right: -43px;
}
.newdet-page .newdet-list .content ul li {
  padding-right: 43px;
}
.newdet-page .newdet-list .content ul li .img-box {
  display: block;
}
.newdet-page .newdet-list .content ul li .img-box img {
  width: 100%;
}
.newdet-page .newdet-list .content ul li .text {
  padding-top: 26px;
}
.newdet-page .newdet-list .content ul li .text span {
  font-size: 16px;
  color: #474747;
  line-height: 1.8;
  display: block;
}
.newdet-page .newdet-list .content ul li .text .tit {
  display: block;
  font-size: 18px;
  color: #121212;
  line-height: 1.5;
  margin-top: 9px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .newdet-content {
    padding-bottom: 60px;
  }
  .newdet-page .newdet-content .share {
    margin-top: 40px;
  }
  .newdet-page .newdet-content h1 {
    font-size: 36px;
    margin-top: 30px;
  }
  .newdet-page .newdet-list {
    padding: 60px 0 17.14%;
  }
  .newdet-page .newdet-list .content {
    margin-top: 40px;
  }
  .newdet-page .newdet-list .content ul {
    margin-right: -20px;
  }
  .newdet-page .newdet-list .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-content {
    padding-bottom: 30px;
  }
  .newdet-page .newdet-content h1 {
    margin-top: 20px;
    font-size: 32px;
  }
  .newdet-page .newdet-content .con {
    font-size: 18px;
  }
  .newdet-page .newdet-content .share {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .newdet-page .newdet-content .m-link {
    margin-top: 15px;
  }
  .newdet-page .newdet-content .m-link a {
    font-size: 18px;
  }
  .newdet-page .newdet-list {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .newdet-page .newdet-list .header .title {
    margin-top: 10px;
  }
  .newdet-page .newdet-list .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-content h1 {
    font-size: 26px;
  }
  .newdet-page .newdet-content .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .newdet-page .newdet-content .m-link a {
    font-size: 16px;
  }
  .newdet-page .newdet-list .content ul li .text span {
    font-size: 14px;
    line-height: 2;
  }
  .newdet-page .newdet-list .content ul li .text .tit {
    font-size: 16px;
    line-height: 1.8;
  }
}
.zz-page .zz-1 {
  background: #008132;
  padding: 106px 0 205px;
  color: #ffffff;
}
.zz-page .zz-1 .text {
  vertical-align: middle;
}
.zz-page .zz-1 .text .title {
  margin-top: 21px;
}
.zz-page .zz-1 .text .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
.zz-page .zz-1 .img {
  vertical-align: middle;
  text-align: right;
}
.zz-page .zz-2 {
  margin-top: -7%;
}
.zz-page .zz-2 ul {
  margin-right: -26px;
}
.zz-page .zz-2 ul li {
  padding-right: 26px;
}
.zz-page .zz-2 ul li .img-box {
  display: block;
}
.zz-page .zz-2 ul li .img-box img {
  width: 100%;
}
.zz-page .zz-2 ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -50px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.zz-page .zz-2 ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.zz-page .zz-2 ul .slick-dots li:last-child {
  margin-right: 0;
}
.zz-page .zz-2 ul .slick-dots li button {
  display: none;
}
.zz-page .zz-2 ul .slick-dots li.slick-active {
  background: #008132;
}
.zz-page .zz-3 {
  margin-top: 173px;
}
.zz-page .zz-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 64px;
  border-bottom: 1px solid #b8b8bc;
}
.zz-page .zz-3 .header .left {
  width: 55%;
  padding-right: 60px;
}
.zz-page .zz-3 .header .left span.tag {
  color: #008132;
}
.zz-page .zz-3 .header .left .title {
  margin-top: 21px;
}
.zz-page .zz-3 .header .right {
  font-size: 20px;
  color: #474747;
  line-height: 1.5;
  width: 45%;
}
.zz-page .zz-3 .content {
  margin-top: 78px;
}
.zz-page .zz-3 .content ul {
  margin: 0 -52px -50px 0;
}
.zz-page .zz-3 .content ul li {
  padding: 0 52px 50px 0;
}
.zz-page .zz-3 .content ul li .ig {
  background-size: cover;
  height: 525px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.zz-page .zz-3 .content ul li .ig .desc {
  position: absolute;
  left: 0;
  width: 100%;
  background: #008132;
  color: #ffffff;
  padding: 31px 43px 56px 32px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.zz-page .zz-3 .content ul li .ig .desc .tit {
  font-size: 25px;
  line-height: 1.5;
}
.zz-page .zz-3 .content ul li .ig .desc .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 11px;
}
.zz-page .zz-3 .content ul li .ig:hover .desc {
  opacity: 1;
}
.zz-page .about-2 {
  margin-top: 166px;
}
@media screen and (max-width: 1000px) {
  .zz-page .zz-1 {
    padding: 60px 0;
  }
  .zz-page .zz-1 .text {
    padding-right: 30px;
  }
  .zz-page .zz-1 .text .con {
    font-size: 18px;
  }
  .zz-page .zz-3 {
    margin-top: 60px;
  }
  .zz-page .zz-3 .header {
    padding-bottom: 30px;
  }
  .zz-page .zz-3 .header .left {
    padding-right: 20px;
  }
  .zz-page .zz-3 .content {
    margin-top: 40px;
  }
  .zz-page .zz-3 .content ul {
    margin: 0 -30px 30px 0;
  }
  .zz-page .zz-3 .content ul li {
    padding: 0 30px 30px 0;
  }
  .zz-page .zz-3 .content ul li .ig {
    height: 400px;
  }
  .zz-page .zz-3 .content ul li .ig .desc {
    padding: 30px 20px;
  }
  .zz-page .zz-3 .content ul li .ig .desc .tit {
    font-size: 22px;
  }
  .zz-page .zz-3 .content ul li .ig .desc .con {
    font-size: 18px;
  }
  .zz-page .about-2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .zz-page .zz-1 {
    padding: 30px 0;
  }
  .zz-page .zz-1 .text {
    width: 100%;
    padding-right: 0;
  }
  .zz-page .zz-1 .text .title {
    margin-top: 10px;
  }
  .zz-page .zz-1 .text .con {
    margin-top: 10px;
  }
  .zz-page .zz-1 .img {
    margin-top: 20px;
    width: 100%;
  }
  .zz-page .zz-2 {
    margin-top: 30px;
  }
  .zz-page .zz-2 ul .slick-dots {
    bottom: -36px;
  }
  .zz-page .zz-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .zz-page .zz-3 .header .left {
    width: 100%;
    padding-right: 0;
  }
  .zz-page .zz-3 .header .right {
    width: 100%;
    margin-top: 10px;
  }
  .zz-page .zz-3 .content {
    margin-top: 20px;
  }
  .zz-page .zz-3 .content ul {
    margin: 0 -15px -15px 0;
  }
  .zz-page .zz-3 .content ul li {
    padding: 0 15px 15px 0;
  }
  .zz-page .zz-3 .content ul li .ig {
    height: 300px;
  }
  .zz-page .zz-3 .content ul li .ig .desc {
    padding: 20px 15px;
  }
  .zz-page .zz-3 .content ul li .ig .desc .tit {
    font-size: 20px;
  }
  .zz-page .zz-3 .content ul li .ig .desc .con {
    font-size: 16px;
  }
  .zz-page .about-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .zz-page .zz-1 .text .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .zz-page .zz-3 .content ul li .ig .desc .tit {
    font-size: 18px;
    line-height: 1.6;
  }
  .zz-page .zz-3 .content ul li .ig .desc .con {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
  }
}
.cc-page .cc-1 {
  margin-top: 138px;
  padding-top: 114px;
  background-color: #f6f6f6;
}
.cc-page .cc-1 .header span.tag {
  color: #008132;
}
.cc-page .cc-1 .header .title {
  margin: 21px auto 0;
  /*width: 50%;*/
}
.cc-page .cc-1 .tab {
  margin-top: 50px;
}
.cc-page .cc-1 .tab ul {
  margin-right: -139px;
}
.cc-page .cc-1 .tab ul li {
  display: inline-block;
  margin-right: 139px;
  font-size: 18px;
  line-height: 1.6;
  color: #959595;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cc-page .cc-1 .tab ul li:hover,
.cc-page .cc-1 .tab ul li.active {
  color: #484848;
}
.cc-page .cc-1 .content {
  margin-top: 20px;
}
.cc-page .cc-1 .content .slide {
  position: relative;
}
.cc-page .cc-1 .content .slide::after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #000), color-stop(5%, #000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000 3%, #000 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, #000 3%, #000 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #000 3%, #000 5%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='rgba(0,0,0,0.1)', GradientType=1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cc-page .cc-1 .content .slide .text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding-bottom: 67px;
}
.cc-page .cc-1 .content .slide .text .left .title {
  width: 66%;
}
.cc-page .cc-1 .content .slide .text .right ul {
  margin-bottom: -5px;
}
.cc-page .cc-1 .content .slide .text .right ul li {
  padding: 0 0 5px 32px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
}
.cc-page .cc-1 .content .slide .text .right ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}
@media screen and (max-width: 1100px) {
  .cc-page .cc-1 .tab ul {
    margin-right: -100px;
  }
  .cc-page .cc-1 .tab ul li {
    margin-right: 100px;
  }
  .cc-page .cc-1 .content .slide .text {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cc-page .cc-1 {
    margin-top: 60px;
    padding-top: 60px;
  }
  .cc-page .cc-1 .header .title {
    width: 70%;
  }
  .cc-page .cc-1 .tab ul {
    margin-right: -40px;
  }
  .cc-page .cc-1 .tab ul li {
    margin-right: 40px;
  }
  .cc-page .cc-1 .content .slide img {
    min-height: 400px;
  }
  .cc-page .cc-1 .content .slide .text .left .title {
    width: 88%;
  }
  .cc-page .cc-1 .content .slide .text .right ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .cc-page .cc-1 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .cc-page .cc-1 .header .title {
    margin-top: 10px;
    width: 80%;
  }
  .cc-page .cc-1 .tab {
    margin-top: 20px;
  }
  .cc-page .cc-1 .tab ul {
    margin-right: -10px;
  }
  .cc-page .cc-1 .tab ul li {
    font-size: 16px;
    margin-right: 10px;
  }
  .cc-page .cc-1 .content .slide img {
    min-height: 300px;
  }
  .cc-page .cc-1 .content .slide .text {
    padding-bottom: 10px;
  }
  .cc-page .cc-1 .content .slide .text .left {
    width: 100%;
  }
  .cc-page .cc-1 .content .slide .text .right {
    width: 100%;
    margin-top: 10px;
  }
  .cc-page .cc-1 .content .slide .text .right ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .cc-page .cc-1 .header .title {
    width: 100%;
  }
  .cc-page .cc-1 .content .slide .text .right ul li {
    font-size: 14px;
    padding-left: 20px;
  }
}
.cx-page #index-body {
  position: relative;
}
.cx-page #index-body .service {
  position: relative;
  z-index: 1;
}
.cx-page #index-body::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f6f6f6;
}
.cx-page .cx-1 {
  padding: 133px 0 178px;
  background-color: #f6f6f6;
}
.cx-page .cx-1 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 65px;
  border-bottom: 1px solid #b8b8bc;
}
.cx-page .cx-1 .header .left {
  width: 55%;
  padding-right: 60px;
}
.cx-page .cx-1 .header .left span.tag {
  color: #008132;
}
.cx-page .cx-1 .header .left .title {
  margin-top: 20px;
}
.cx-page .cx-1 .header .right {
  width: 45%;
  color: #474747;
  font-size: 20px;
  line-height: 1.5;
}
.cx-page .cx-1 .content {
  margin-top: 87px;
}
.cx-page .cx-1 .content ul .slick-slide {
  padding: 41px 0;
}
.cx-page .cx-1 .content ul .slick-current + div li img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.cx-page .cx-1 .content ul .slick-current + div + div li {
  position: relative;
  z-index: 1;
}
.cx-page .cx-1 .content ul .slick-current + div + div li img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.cx-page .cx-1 .content ul .slick-current + div + div + div li img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.cx-page .cx-1 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -83px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cx-page .cx-1 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #dbdbdb;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.cx-page .cx-1 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.cx-page .cx-1 .content ul .slick-dots li button {
  display: none;
}
.cx-page .cx-1 .content ul .slick-dots li.slick-active {
  background: #008132;
}
.cx-page #index-body .partner {
  background: #ffffff;
}
.cx-page .cx-2 {
  padding-bottom: 137px;
}
.cx-page .cx-2 .img {
  /*background: url(../images/cx-2.jpg) no-repeat center center;*/
  background-size: cover;
  /*padding: 178px 0 203px;*/
  text-align: center;
}
.cx-page .cx-2 .img video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cx-page .cx-2 .img .play {
  padding: 50px 50px 50px 60px;
  border-radius: 50%;
  background: rgba(0, 100, 40, 0.6);
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cx-page .cx-2 .img .play::before,
.cx-page .cx-2 .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 100, 40, 0.3);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.cx-page .cx-2 .img .play::before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
@media screen and (max-width: 1000px) {
  .cx-page .cx-1 {
    padding: 60px 0;
  }
  .cx-page .cx-1 .header {
    padding-bottom: 30px;
  }
  .cx-page .cx-1 .header .left {
    padding-right: 30px;
  }
  .cx-page .cx-1 .header .right {
    font-size: 18px;
  }
  .cx-page .cx-1 .content {
    margin-top: 40px;
  }
  .cx-page .cx-1 .content ul .slick-dots {
    bottom: -50px;
  }
  .cx-page .cx-2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .cx-page .cx-1 {
    padding: 30px 0;
  }
  .cx-page .cx-1 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .cx-page .cx-1 .header .left {
    width: 100%;
    padding-right: 0;
  }
  .cx-page .cx-1 .header .left .title {
    margin-top: 10px;
  }
  .cx-page .cx-1 .header .right {
    width: 100%;
    margin-top: 10px;
  }
  .cx-page .cx-1 .content {
    margin-top: 20px;
  }
  .cx-page .cx-1 .content ul .slick-dots {
    bottom: -20px;
  }
  .cx-page .cx-2 {
    padding-bottom: 30px;
  }
  .cx-page .cx-2 .img {
    padding: 60px 0;
  }
  .cx-page .cx-2 .img .play {
    padding: 30px 30px 30px 40px;
  }
}
@media screen and (max-width: 500px) {
  .cx-page .cx-1 .header .right {
    font-size: 16px;
  }
}
.responsibility-page{
  padding-bottom: 160px;
}
.responsibility-page .box {
  padding-top: 80px;
}
.responsibility-page .box:nth-child(1) {
  background: #f6f6f6;
}
.responsibility-page .text {
  max-width: 1200px;
  margin: 15px auto 0;
  line-height: 30px;
}
.responsibility-page .text p + p {
  margin-top: 30px;
}
.responsibility-page .img {
  position: relative;
}
.responsibility-page .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.responsibility-page .img h4 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.responsibility-page .img h4::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  margin: 20px auto 0;
}
.responsibility-page .bt {
  color: #008132;
  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;
  text-transform: uppercase;
}
.responsibility-page .bt::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentcolor;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.responsibility-page .titles {
  font-size: 50px;
  line-height: 1.2;
  color: #1b1b1b;
}
@media screen and (max-width: 1000px) {
  .responsibility-page .titles {
    font-size: 40px;
  }
  .responsibility-page .box {
    padding-top: 60px;
  }
  .responsibility-page{
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .responsibility-page{
    padding-bottom: 30px;
  }
  .responsibility-page .img {
    height: 300px;
  }
  .responsibility-page .titles {
    font-size: 36px;
  }
  .responsibility-page .box {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .responsibility-page .titles {
    font-size: 28px;
  }
  .responsibility-page .text {
    padding: 0 15px;
  }
}
.kcx-page {
  padding-bottom: 160px;
}
.kcx-page #index-body .sustainable {
  margin-top: 0;
  padding: 114px 0 152px;
}
.kcx-page #index-body .advantage {
  padding: 139px 0 150px;
}
@media screen and (max-width: 1000px) {
  .kcx-page {
    padding-bottom: 60px;
  }
  .kcx-page #index-body .sustainable,
  .kcx-page #index-body .advantage {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .kcx-page {
    padding-bottom: 30px;
  }
  .kcx-page #index-body .sustainable,
  .kcx-page #index-body .advantage {
    padding: 30px 0;
  }
}
.product2-page {
  padding: 0 0 50px;
}

.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 37px;
}
.product2-page .product-list ul li .img {
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  padding: 10px;
  background: #f7f7f7;
  position: relative;
}
.product2-page .product-list ul li .img img {
  width: 100%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li .img:hover img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}
.product2-page .product-list ul li.wid-100 {
  width: 100%;
}
#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #008132;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #008132;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.product2-page .product-list ul li .pro-box .imgbox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}
.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product2-page .product-list ul li .box{
    background: #f7f7f7;
    height: 100%
}
.product2-page .product-list ul li .text {
  background: #f7f7f7;
  margin-top: 0;
  padding: 10px;
}
.product2-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}
.product2-page .product-list ul li .text h2 {
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}

.fangkuai {
  width: 12px;
  height: 12px;
  background: #008132;
  margin-right: 10px;
}

#mask {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 40px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 111;
  display: none;
}
#mask.active {
  display: block !important;
}
#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#mask .mask-close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
#mask .mask-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1550px) {
 
  .product2-page .product-list ul li .img img {
    /*height: 300px;
    -o-object-fit: cover;
    object-fit: cover;*/
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .product2-page .product-list .grid-box.five>.column{
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .sidebar-box {
    display: block;
  }
  .inner-page .sidebar-content .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%!important;
    padding: 0!important;
  }
 
  #mask .mask-close {
    right: 3%;
    top: 3%;
  }
  #mask .mask-inner .item {
    width: 100%;
  }
  
}
@media screen and (max-width: 1000px) {
  /*.product2-page .product-list ul li {
    width: 50%!important;
  }*/
 
}
@media screen and (max-width: 700px) {
  .product2-page .product-list .grid-box.five>.column{
    width: 33.3333%;
  }
}
@media screen and (max-width: 500px) {
  .product2-page .product-list .grid-box.five>.column{
    width: 100%;
  }
}
.video-page .video-1 {
  padding: 38px 0 90px;
  background: #f6f6f6;
}
.video-page .video-1 .tag,
.video-page .video-2 .tag{
  color: #008132;
}
.video-page .video-1 .header h2.title {
  margin-top: 14px;
}
.video-page .video-1 .content {
  margin-top: 40px;
}
.video-page .video-1 .content ul {
  margin: -10px -12px;
}
.video-page .video-1 .content ul li {
  padding: 10px 12px;
}
.video-page .video-1 .content ul li .ig {
  display: block;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  padding: 14px;
}
.video-page .video-1 .content ul li .ig video {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-page .video-2 {
  padding: 93px 0 107px;
}
.video-page .video-2 .header h2.title {
  margin-top: 14px;
}
.video-page .video-2 .content {
  margin-top: 57px;
}
.video-page .video-2 .content ul {
  margin: 0 -26px -25px 0;
}
.video-page .video-2 .content ul li {
  padding: 0 26px 25px 0;
}
.video-page .video-2 .content ul li .ig {
  background: #eee;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.video-page .video-2 .content ul li .ig span {
  display: inline-block;
}
.video-page .video-2 .content ul li .ig .fl {
  padding: 0 15px;
  width: 75%;
}
.video-page .video-2 .content ul li .ig .fr {
  width: 150px;
  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;
}
.video-page .video-2 .content ul li .ig .fr img {
  margin-right: 15px;
}
.video-page .video-2 .content ul li .ig:hover {
  background: #008132;
  color: #ffffff;
}
.video-page .video-2 .content ul li .ig:hover .fr img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
@media screen and (max-width: 1280px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 68%;
  }
}
@media screen and (max-width: 1000px) {
  .video-page .video-1 {
    padding: 38px 0 60px;
  }
  .video-page .video-1 .content ul li {
    width: 50%;
  }
  .video-page .video-2 .content ul li {
    width: 100%;
  }
  .video-page .video-2 {
    padding: 60px 0;
  }
  .video-page .video-2 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .video-page .video-1 {
    padding: 30px 0;
  }
  .video-page .video-1 .content ul li {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig {
    font-size: 16px;
    height: auto;
    line-height: 1;
    padding: 10px 0;
  }
  .video-page .video-2 .content ul li .ig .fl {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig .fr {
    width: 100%;
    padding: 10px 0 0 15px;
  }
}
.contact-page .contact-1 {
  background: #f6f6f6;
  padding: 1px 0 90px;
}
.contact-page span.tag{
  color: #008132;
}
.contact-page .title{
  margin-top: 10px;
}
.contact-page .contact-1 h2.title i {
  left: -6px;
  top: 0;
}
.contact-page .contact-1 .form {
  margin-top: 54px;
}
.contact-page .contact-1 .form form ul {
  margin-right: -33px;
}
.contact-page .contact-1 .form form ul li {
  padding-right: 33px;
  margin-bottom: 36px;
}
.contact-page .contact-1 .form form ul li label {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  display: block;
}
.contact-page .contact-1 .form form ul li label em {
  color: #73b559;
  display: inline-block;
  vertical-align: top;
}
.contact-page .contact-1 .form form ul li input[type="text"],
.contact-page .contact-1 .form form ul li textarea {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  font-size: 18px;
  color: #383838;
  border: none;
  margin-top: 13px;
  padding: 0 10px;
}
.contact-page .contact-1 .form form ul li textarea {
  height: 147px;
  padding-top: 20px;
}
.contact-page .contact-1 .form form ul li input[type="submit"] {
 width: 200px;
    height: 50px;
    border-radius: 10px;
    border: solid 1px #008132;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #008132;
    transition: .5s;
    margin: 0 auto;
    background: none;


}
.contact-page .contact-1 .form form ul li input[type="submit"]:hover {
  background: #008132;
  color: #ffffff
}
.contact-page .contact-1 .form form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .form form ul li:last-child {
  text-align: center;
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding: 86px 0 102px;
}
.contact-page .contact-2 .left {
  vertical-align: middle;
  width: 31.84%;
  padding-right: 50px;
}
.contact-page .contact-2 .left h2.title i {
  top: 0;
  left: -6px;
}
.contact-page .contact-2 .left .content {
  margin-top: 131px;
}
.contact-page .contact-2 .left .content ul li {
  margin-bottom: 36px;
}
.contact-page .contact-2 .left .content ul li h4 {
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 40px;
  background-color: #cccccc;
  border-radius: 20px;
  line-height: 40px;
  padding: 0 31px;
  font-weight: bold;
}
.contact-page .contact-2 .left .content ul li .con {
  margin-top: 46px;
  /*padding: 0 24px 0 32px;*/
  display: none;
}
.contact-page .contact-2 .left .content ul li .con h5 {
  font-size: 25px;
  line-height: 1.2;
  color: #383838;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 23px;
}
.contact-page .contact-2 .left .content ul li .con p{
  font-size: 16px;
}
.contact-page .contact-2 .left .content ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 .left .content ul li.active h4 {
  background: #008132;
  /*background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);*/
}
.contact-page .contact-2 .right {
  vertical-align: middle;
  width: 68.16%;
}
.contact-page .contact-2 .right iframe{
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-2 .left {
    width: 40%;
    padding-right: 60px;
  }
  .contact-page .contact-2 .right {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .form{
    margin-top: 40px;
  }
  .contact-page .contact-1{
    padding: 1px 0 60px
  }
  .contact-page .init-1 ul{
    padding: 60px 0
  }
  .contact-page .contact-1 .form form ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-2 .right .map .main-map div {
    height: 400px !important;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .form form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .left .content ul li .con h5 {
    font-size: 20px;
  }
  .contact-page .contact-2 .right .map .main-map div {
    height: 300px !important;
  }
}
.fenlh1 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #008132;
    font-weight: bold;
    line-height: 2;
}

.fenlei {
  color: #212121;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 18px;
 
}

.gallery-page{
  padding-bottom: 60px;
}
.gallery-page .container .gallery-list a {
  display: block;
}
.gallery-page .container .gallery-list ul{
  margin: -15px;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(232,200,37, 0.3);
  box-shadow: 0 0 10px #00813247;
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: #008132;
  color: #fff;
}
.faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  background: #ffffff;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #000;
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: #008132;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f9ff;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 32px;
  color: #c1c1c1;
  transition: 500ms ease;
}

.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 700px) {
  .inner-faq .container .inner-faq-content .inner-faq-list .item .q{
    padding: 20px 70px 20px 20px;
  }
  .inner-faq .container .inner-faq-content .inner-faq-list .item .a{
    padding: 20px 10px;
  }
}
.prodet-page {
  padding: 7% 0 7%;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 {
  position: relative;
}
.prodet-page .prodet-1 .left{
  width: 53%;
}
.prodet-page .prodet-1 .left .small{
  width: 21.042%;
}
.prodet-page .prodet-1 .left .small ul{
  margin: -11.5px 0;
}
.prodet-page .prodet-1 .left .small ul .slick-track{
  display: block;
}
.prodet-page .prodet-1 .left .small ul li{
  padding: 11.5px;
}
.prodet-page .prodet-1 .left .small ul li a{
	border: solid 1px #c8c8c8;
  display: block;
}
.prodet-page .prodet-1 .left .small ul .slick-current li a{
  border-color: #008132;
}
.prodet-page .prodet-1 .left .small .slick-next{
  padding-top: 2px
}
.prodet-page .prodet-1 .left .small .slick-arrow{
  width: 43px;
	height: 43px;
  background-color: #c7c7c7;
  border: 0;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px; 
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-arrow:hover{
  background: #008132;
}
.prodet-page .prodet-1 .left .big{
  width: 78.958%;
  padding-left: 37px;
}
.prodet-page .prodet-1 .left .big ul{
  border: solid 1px #c8c8c8;
}
.prodet-page .prodet-1 .right{
  width: 47%;
  padding-left: 60px
}
.prodet-page .prodet-1 .right span.category{
  color: #008132;
  line-height: 2;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.2;
  margin-top: 16px;
}
.prodet-page .prodet-1 .right .con{
  color: #171717;
  line-height: 1.8;
  margin-top: 40px;
  max-height: 240px;
  overflow-y: auto;
  margin-bottom: 40px;
}
.prodet2-page .prodet-1 .right .con table tr:nth-child(even){
  background: #ffffff;
}
.prodet-page .prodet-1 .right .con table tbody{
  min-width: 100%;
}
.prodet-page .prodet-1 .right .con p{
  margin-bottom: 1em
}
.prodet-page .m-link{
  width: 86%;
  margin: 30px 0 0 auto;
  font-size: 16px
}
.prodet-page .m-link a{
  margin-right: 20px
}
.prodet-page .m-link em{
  color: #008132
}
.prodet-page .prodet-2 {
  padding-top: 8.639%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: #008132;
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.prodet-page .prodet-2 .ret .cont{
  margin-bottom: 50px
}
.prodet-page .prodet-2 .ret .cont p{
  margin-bottom: 1em
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-2 .ret .con ul{
  margin: -10px;
}
.prodet-page .prodet-2 .ret .con ul li{
  padding: 10px;
}
.prodet-page .prodet-2 .ret .con ul li a{
  border: 2px solid #eee;
  display: block;
}
.prodet-page .prodet-2 .ret form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form input:nth-child(5){
  width: 100%;
}
.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: #008132;
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-3 {
  margin-top: 89px;
}
.prodet-page .prodet-3 .content {
  margin-top: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}
.prodet-page .prodet-3 .content ul li .more{
  zoom: 0.7
}
.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 0px 100px 0px 0px;
  padding: 20px;
  text-align: center;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px;
}
.prodet-page .prodet-3 .content ul li .text .in-num {
  color: #008132;
}
.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}
.prodet-page .prodet-3 .content ul li .text .tit {
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 5em;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: #008132;
}
.prodet-page .prodet-3 .content ul li .text .more {
  padding-left: 27px;
  margin-top: 65px;
}
.prodet-page .opt {
  background-color: #f6f6f6;
}
.prodet-page .opt dl {
  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;
}
.prodet-page .opt dl dd {
  height: 106px;
  padding: 0 30px 0 70px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
 
  cursor: pointer;
}
.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #008132;
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008132;
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}
.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.font-16{
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
  .font-30 {
    font-size: 27px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .opt dl dd {
    padding: 0 25px 0 55px;
  }
  .font-30 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .con{
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .more{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .prodet-page .opt dl dd {
     padding: 0 25px 0 40px;
  }
  .prodet-page .opt dl dd::before {
    left: 20px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left .small {
    order: 2
  }
  .prodet-page .prodet-1 .left .big{
    padding-left: 0
  }
  .prodet-page::after {
    display: none;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px;
    zoom: 0.8;
  }
  .prodet-page .opt dl dd::before {
    left: 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 31px;
  }
  .font-16{
    font-size: 16px;
  }
  .font-32 {
        font-size: 31px;
  }
  .font-24 {
        font-size: 20px;
  }
  #cp-Nav{
    margin-bottom: 50px
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .right .con table tbody{
  min-width: 700px;
}
.font-24 {
        font-size: 18px;
  }
  .prodet-page .prodet-2 .opt {
    display: none;
  }
  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .prodet-page .prodet-3 .opt dl dd::before {
    top: 30px;
    left: 47px;
  }
  .prodet-page .m-link{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .font-24 {
        font-size: 16px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
  }
  .prodet-page .prodet-3 .opt dl dd::before,
  .prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .left .small{
    width: 24%;
  }
  .prodet-page .prodet-1 .left .big{
    width: 76%;

  }
  .prodet-page .prodet-1 .left .small .slick-arrow{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }
  .font-32 {
    font-size: 26px;
  }
}


.case-page{
  padding: 60px 0;
  border-top-left-radius: 30px;
  background: #fff;
}

.case-page .inner-sub{
  z-index: 1;
}

.casedet-page{
  padding: 100px 0;
  padding-left: 90px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub{
  z-index: 1;
}
.casedet-page .container{
  width: 100%;
}
.case-page .container ul{
 margin: 0 -15px;
}
.case-page .container ul >p {
  font-size: 16px;
  letter-spacing: 0;
}
.case-page .container ul li{
  margin-top: 20px;
  padding: 0 15px;
}
.case-page .container ul li img{
  width: 100%;
}
.case-page .container ul li p{
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}
.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 40px
}
.case_cont .case_left .widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px
}
.case_cont .case_left .widget form {
  position: relative
}
.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #008132;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px
}

.case_cont .case_left .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000
}

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0
}

.case_cont .case_left .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden
}

.case_cont .case_left .widget ul li a {
  padding-left: 20px;
  line-height: 28px
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: #008132
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
  padding-left: 0;
  color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
  color: #008132
}

.case_cont .case_left .widget .recent li {
  display: block
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left
}

.case_cont .case_left .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
  font-size: 16px

}

.case_cont .case_left .widget .form1 {
  text-align: center
}

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget .form1 input[type=submit] {
  background: #008132;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
  background: #000
}

.case_cont .case_right {
  width: 78%;
  padding: 0 0 50px 50px
}


.case_cont .case_right .ap-top {
  position: relative;
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  transform-style: preserve-3d;
  perspective: 80000px
}

.case_cont .case_right .ap-top .img {
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s
}

.case_cont .case_right .ap-top .img img {
  width: 100%
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem .7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase
}

.case_cont .case_right .ap-top h6:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: #008132;
  z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
  font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  font-weight: 700;
  line-height: 2;
  padding: .8rem 1.2rem;
  padding-right: 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
  position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem .8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1px;
  color: #002e42;
  display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: #1955a0;
  color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0
}
.case_cont .case_right .init-1{
  padding-right: 160px;
}
.case_cont .case_right .init-1 .img_cont{
  min-height: 100px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.case_cont .case_right .init-1 .img_cont img{
  width: 100%;
  height: 100%;
}
.case_cont .case_right .init-1 .img_cont .text{
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 40px;
  font-weight: bold;
}
.case_cont .case_right .init-1 .img_cont .text span{
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}
.case_cont .case_right .init-1 .text_cont{
  color: #222222;
  margin-top: 30px;
} 
.case_cont .case_right .init-2{
  margin-top: 60px;
}
.case_cont .case_right .init-2 .top{
  position: relative;
}
.case_cont .case_right .init-2 .top::before{
  content:'';
  position: absolute;
  bottom: 1px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}
.case_cont .case_right .init-2 table{
  border: none;
}
.case_cont .case_right .init-2 table tbody{
  display: block;
}

.case_cont .case_right .init-2 table tr{
  display: block;
  width: 100% !important;
}
.case_cont .case_right .init-2 table tr td{
  border: none;
  padding: 0;
}
.case_cont .case_right .init-2 .top{
  margin: 0 -45px;
}
.case_cont .case_right .init-2 .top .slick-track{
  display: flex;
  flex-wrap: wrap;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide{
  height: auto;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div{
  height: 100%;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td{
  height: 100% !important;
  position: relative;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all .5s;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
  color: #000;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before{
  width: calc(100% - 90px);
  background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td{
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom{
  margin-top: 20px;
}

.case_cont .case_right .init-3{
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 100px

}
.case_cont .case_right .init-3 .t1{
  text-align: center;
  font-size: 20px;
  margin-top: 20px
}
.case_cont .case_right .init-3 .cont{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}
.case_cont .case_right .init-3 .tips{
  font-weight: bold;
}
.case_cont .case_right .init-3 .swiper{
  margin-top: 40px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .swiper-wrapper{
  display: flex;
  align-items: center;
}
.case_cont .case_right .init-3 .swiper .img_c{
  border-radius: 16px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .img_c img{
  width: 100%;
}
.case_cont .case_right .init-3 .swiper .img_c video{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4{
  margin-top: 50px;
}
.case_cont .case_right .init-4 .tips{
  font-weight: bold;
  margin-top: 60px;
}
.case_cont .case_right .init-4 .swiper{
  margin-top: 50px;
  overflow: hidden;
}
.case_cont .case_right .init-4 .swiper .swiper-slide{
  height: auto;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  height: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a{
  display: block;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a img{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .text{
  font-family: 'EurostileBla';
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }
  .case_cont .case_right .init-1{
    padding-right: 0;
  }
  .casedet-page .container{
    width: 1200px;
  }
  .case_cont .case_left {
    width: 28%
  }
  .case_cont .case_right {
    width: 72%
  }
  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px
  }
}
@media screen and (max-width:1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box{
    padding: 20px 16px;
  }
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
  }
  .casedet-page{
    margin-top: 0;
  }
  .case_cont .case_left {
    display: none
  }
  .case_cont .case_right {
    width: 100%;
    padding-left: 0
  }
  .case_cont .case_right {
    padding: 0 0 50px
  }
}
@media (max-width: 700px) {
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover
  }
  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}
@media (max-width: 500px) {
  .casedet-page{
    padding: 40px 0;
  }
  .case-page{
    padding: 40px 0;
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc{
    padding: 20px 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text{
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }
   .case_cont .case_right .init-1 .img_cont .text span{
     padding-bottom: 4px;
     border-bottom: 2px solid #fff;
   }
   .case_cont .case_right .init-1 .text_cont{
     margin-top: 10px;
   }
   .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
     padding-bottom: 10px;
   }
   .case_cont .case_right .init-3 .swiper{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4 .swiper{
     margin-top: 20px;
   }
}

.onestop-page .onestop-1 .box {
  margin-top: 60px
}
.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
  padding: 60px 70px 60px 0px
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .left .text {
  margin-top: 30px;
  color:#919191;
}
.onestop-page .onestop-1 .box .right {
  width: 50%;
  /*margin-right: -20%;*/
}
.onestop-page .onestop-2 {
  padding-bottom: 440px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list{
  margin-top: 110px
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: #008132;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: #008132;
  color: white;
  width: 600%;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid #008132;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: #008132;
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
  margin: 20px 0;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
  font-size: 16px
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -100%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -200%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: -300%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
   left: -400%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
    left: -500%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3{
  padding: 180px 0 160px
}
.onestop-page .onestop-3 .list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 3% 6% 6%;
  width: 48%;
  margin-top: 60px
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 60px
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: #008132;
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: #008132;
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1450px) {
  
  /*.onestop-page .onestop-2 .list li {
    max-width: 150px;
  }*/
  
}
@media screen and (max-width: 1250px) {
  .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
 
}
.flex-wap{
  flex-wrap: wrap
}
@media screen and (max-width: 1000px){
  .onestop-page .onestop-2{
    padding-top: 40px
  }
  .onestop-page .onestop-1 .box {
    margin-top: 40px
  }
   .onestop-page .onestop-1 .box .right {
    margin-right: 0;
    width: 100%
  }
  .onestop-page .onestop-1 .box .left{
    width: 100%;
    padding: 30px 0
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
   .onestop-page .onestop-2 .list li .content {
    padding: 20px ;
  }
  .onestop-page .onestop-2 .list{
    margin-top: 60px
  }
}


.about-page{
  padding-top: 80px;
}
/*.about-page .about-1 .ui.container {
  max-width: 1720px;
}*/
.about-page .about-1{
  padding-bottom: 46px
}
.about-page .about-1 .top{
  /*display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap*/
  
}
.about-page .about-1 .top .img {
  position: relative;
  width: 100%
}
.about-page .about-1 .top .img>img{
  width: 100%;
  /*height: 100%;
  object-fit: cover*/
}
.about-page .about-1 .top .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  padding: 50px 50px 50px 60px;
  background: #0b542e;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%,-50%)
}
.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 100, 40, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .img .play::before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .text {
  /*max-width: 1339px;*/
  width: 100%;
  /*margin: -70px auto 0;*/
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 85px 68px 108px;
}
.about-page .about-1 .title{
  font-size: 45px
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  font-size: 20px;
  line-height: 1.5;
  /*height: 360px;
  overflow-y: auto*/
}
.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
  margin-bottom: 50px;

}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 70px;
  line-height: 1;
  color: #121212;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 20px;
  color: #0b542e;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
  font-size: 25px;
  color: #121212;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 20px;
  line-height: 1.5;
  color: #656565;
}
.about-page .about-2 {
  margin-top: 137px;
  background: linear-gradient(to right,#fff 40%,#0b542e 40%);
  position: relative;
  z-index: 3
}
.about-page .about-2 .box {
  padding: 122px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  vertical-align: middle;
  color: #fff;
  padding-right: 30px
}
.about-page .about-2 .box .text .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 24px;
}
.about-page .about-2 .box .text .header .title {
  margin-top: 22px;
}
.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}
.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}
/*.about-page .about-2 .box .text .header .more::after{
  background: white;
}*/
.about-page .about-2 .box .text .header .more:hover{
  /*background: white;*/
  color: white;
}
.about-page .about-2 .box .text .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 41px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
}
/*.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81%;
  height: 100%;
  background: #0b542e;
}*/
.about-page .about-3.Auxil-honor{
  background: none
}
.about-page .about-3.Auxil-honor .ui{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-page .about-3.Auxil-honor .header{
  border: none;
  width: 60%;
 display: block
}
.about-page .about-3.Auxil-honor .list{
  width: 35%
}
.about-page .about-3.Auxil-honor .header .left{
  width: 100%
}
.about-page .about-3.Auxil-honor .header .right{
  width: 100%;
  padding: 0;
  margin-top: 30px
}
.about-page .about-3.Auxil-honor .header .right p{
  margin-bottom: 1em;
}
.about-page .about-3 {
  background-color: #f2f2f2;
  padding: 120px 0 160px;
  /*margin-top: -122px;*/
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: #0b542e;
}
.about-page .about-3 .header .left .title {
  margin-top: 21px;
}
.about-page .about-3 .header .right {
  width: 46%;
  font-size: 20px;
  line-height: 1.5;
  color: #919191;
  /*padding: 0 50px 0 20px;*/
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -37px -37px 0;
}
.about-page .about-3 .content ul li {
  margin: 0 37px 37px 0;
  background: #fff;
  padding: 39px 22px 0px 22px;
  width: 30.3%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #121212;
  height: 415px;
}
.about-page .about-3 .content ul li .tit {
  font-size: 25px;
  line-height: 2;
  margin-top: 21px;
}
.about-page .about-3 .content ul li p {
  font-size: 18px;
  line-height: 1.5;
  color:#919191;

}
.about-page .about-3 .content ul li:hover {
  background: #0b542e;
  color: #fff;
}
.about-page .about-3 .content ul li:hover p{
  color: #ffffff
}
.about-page .about-3 .content ul li:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .list {
  margin-top: 1px;
}
.about-page .about-3 .list ul{
  margin: 0 -10px
}
.about-page .about-3 .list ul li{
  padding: 10px
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -34px;
  width: 100%;
  margin: 0;
  text-align: center;

}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
   background: #eeeeee;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: #008033;
}
.about-page .about-4 {
  background: #0b542e;
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: #0b542e;
}
.about-page .about-5 {
  padding: 110px 0 190px;
}
.about-page .about-5 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: #0b542e;
}
.about-page .about-5 .header .title {
  margin-top: 21px;
}
/*.about-page .about-5 .header .more {
  background: #0b542e;
  margin-bottom: 4px;
}*/
.about-page .about-5 .header .more:hover {
  background: #008132;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin-right: -42px;
}
.about-page .about-5 .content ul li {
  padding-right: 42px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: #0b542e;
}
@media screen and (max-width: 1440px) {
  .about-page .about-4 .box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
   
  .about-page .about-1 .top .img .play {
    padding: 30px 30px 30px 40px;
  }
  .about-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
  .about-page .about-3 .content ul li {
    width: 29.9%;
    padding: 39px 15px;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 22px;
  }
  .about-page .about-4 {
    max-width: 800px;
  }
  .about-page .about-1 .title{
  font-size: 40px
}
}
@media screen and (max-width: 1100px) {
  
  .about-page .about-1 .top .text {
    padding: 70px 50px 90px;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -40px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 40px;
  }
  .about-page .about-3 .content ul {
    margin: 0 -20px -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 20px 20px 0;
    width: 31.3%;
  }
  .about-page .about-4 {
    max-width: 700px;
  }
  .about-page .about-1 .title{
  font-size: 30px
}
}
@media screen and (max-width: 1000px) {
  
  .about-page .about-1 .top .text {
    padding: 50px 30px;
  }
  .about-page .about-1 .top .text .con {
    font-size: 18px;
    height: auto
  }
  .about-page .about-1 .bottom {
    margin: 60px auto 0;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -20px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 50px;
  }
  .about-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .about-page .about-1 .bottom ul li .text p {
    font-size: 17px;
  }
  .about-page .about-2 {
    margin-top: 60px;
  }
  .about-page .about-2 .box {
    padding: 0 0 60px;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-3.Auxil-honor{
    padding-bottom:80px
  }
  .about-page .about-2{
    background: #0b542e;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box::after {
    width: 100%;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding: 60px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul li {
    width: 47%;
  }
  .about-page .about-3 .list {
    margin-top: 60px;
  }
  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }
  .about-page .about-4 {
    max-width: 680px;
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 60px 0 11.05%;
  }
  .about-page .about-5 .header {
    padding-bottom: 30px;
  }
  .about-page .about-5 .header .left {
    width: 52%;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .title{
  font-size: 28px
}
.about-page .about-1 .top .img{
  width: 100%;
}

.about-page .about-1 .top .text{
  width: 100%
}
.about-page .about-3.Auxil-honor .header{
  width: 100%;
}
.about-page .about-3.Auxil-honor .list{
  width: 100%
}
}
@media screen and (max-width: 700px) {
  
  .about-page .about-1 .top .img .play {
    padding: 20px 20px 20px 30px;
    /*bottom: 20px;*/
  }
  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }
  .about-page .about-1 .bottom {
    margin: 30px auto 0;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-2 {
    margin-top: 30px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .content ul li {
    width: 45.9%;
  }
  .about-page .about-3 .content ul li .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .about-page .about-3 .content ul li p {
    font-size: 17px;
    margin-top: 10px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 {
    padding: 30px 15px;
  }
  .about-page .about-5 {
    padding: 30px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
   .about-page .about-1 .title{
  font-size: 25px
}
}
@media screen and (max-width: 500px) {
  
  .about-page .about-1 .top .img .play {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .about-page .about-1 .top .img .play img {
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 .bottom ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 0 20px 0;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-2 .box {
    padding-bottom: 30px;
  }
  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }
  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .about-page .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.8;
  }
  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .header {
    padding-bottom: 10px;
  }
  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-3 .header .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .content ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-3 .content ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-4 .box .title {
    margin-top: 10px;
  }
  .about-page .about-4 .box .con {
    margin-top: 10px;
  }
  .about-page .about-4 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .about-page .about-4 .box .info p {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-4 .box .info .left {
    width: 100%;
  }
  .about-page .about-4 .box .info .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .box .more {
    margin-top: 20px;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
}

.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #008132;
  border: 2px solid #008132;
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid #008132;
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  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;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  line-height: 44px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
   
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  color: #414951;
  line-height: 2;
 word-break: break-word;
}

#index-body .about2{
  padding-top: 100px;
  padding-bottom: 110px;
  margin-bottom: 120px;
  margin-top: 100px;
  background: #f6f6f6
}
#index-body .about2 .top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
#index-body .about2 .top .left{
  width: 48%
}

#index-body .about2 .top .left .tit span{
color: #008132
}
#index-body .about2 .top .left .tit{
  margin-top: 0
}
#index-body .about2 .top .left .t2{
  font-size: 43px;
  line-height: 1.2;
  margin-top: 30px
}
#index-body .about2 .top .left .t2 span{
  color: #008132
}
#index-body .about2 .top .left .cont{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #919191
}
#index-body .about2 .top .right{
    width: 48%
}
#index-body .about2 .top .right img{
  display: block;
  width: 100%;
  margin-bottom: 16px
}
#index-body .about2 .bottom{
  margin-top: 74px
}
#index-body .about2 .bottom ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

#index-body .about2 .bottom ul li{
  width: 24%;
}
#index-body .about2 .bottom ul li img{
  width: 100%
}
@media screen and (max-width: 1440px) {
#index-body .about2 .top .left .t2{
  font-size: 30px
}
}
@media screen and (max-width: 1000px) {
#index-body .about2 .top .left{
  width: 100%
}
#index-body .about2 .top .right{
  width: 100%;
  margin-top: 50px
}
#index-body .about2 .top .left br{
  display: none
}
#index-body .about2 .top .left .t2{
  font-size: 26px
}
}
@media screen and (max-width: 700px) {
  #index-body .about2 .bottom ul li{
    width: 49%;
    margin-bottom: 20px
  }
  #index-body .about2{
   padding-top: 40px;
   padding-bottom: 60px;
   margin-bottom: 60px;
   margin-top: -23px;
  }
  #index-body .about2 .top .left>img{
    zoom: 0.7
  }
}
@media screen and (max-width: 500px) {
  #index-body .about2 .bottom ul li{
    width: 49%;
    margin-bottom: 10px
  }
  #index-body .about2 .top .left .t2{
    font-size: 18px
  }
  #index-body .about2 .top .left .cont{
    font-size: 16px
  }
}
.about-page .about-3.honor-2{
  background: #ffffff
}
.about-page .about-3.honor-2 .header{
  align-items: center;
  margin-bottom: 60px;

}
.about-page .about-3.honor-2 .header .left{
  width: 100%;
  margin-bottom: 30px
}
.about-page .about-3.honor-2 .header .right{
  width: 100%
}
.about-page .about-3.honor-2 {
  padding-top: 80px;
  padding-bottom: 120px;
}
.about-page .about-3.honor-2 span.h2 {
  text-align: center;
  margin-bottom: 1em;
}
.about-page .about-3.honor-2 .honorListSlick {
  position: relative;
}

.about-page .about-3.honor-2 .honorListSlick ul li img {
  width: 100%;
  -webkit-box-reflect: below -30px linear-gradient(transparent 85%, rgba(0, 0, 0, 0.5));
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3.honor-2 .honorListSlick ul li span {
  font-size: 20px;
  display: block;
  margin-top: 1em;
  text-align: center;
  opacity: 0;
  transition: .5s;
}
.about-page .about-3.honor-2 .honorListSlick.swiper {
  overflow: hidden;
}
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide {
  position: relative;
  z-index: 0;
}
.about-page .about-3.honor-2 .honorListSlick ul .slick-list .slick-slide,
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide a {
  -webkit-transform: scale(0.85897436) translateX(124%);
  -moz-transform: scale(0.85897436) translateX(124%);
  -ms-transform: scale(0.85897436) translateX(124%);
  transform: scale(0.85897436) translateX(124%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  position: relative;
  z-index: 0;
  display: block;
}
.about-page .about-3.honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active,
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-prev a {
  -webkit-transform: scale(0.92307692) translateX(57%);
  -moz-transform: scale(0.92307692) translateX(57%);
  -ms-transform: scale(0.92307692) translateX(57%);
  transform: scale(0.92307692) translateX(57%);
  z-index: 1;
}
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-prev {
  z-index: 1;
}
.about-page .about-3.honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active.slick-current,
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-active a {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  z-index: 2;
}
.about-page .about-3.honor-2 .honorListSlick.swiper li.swiper-slide.swiper-slide-active span {
  opacity: 1;
}
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.about-page .about-3.honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active.slick-current li img,
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-active a img {
  -webkit-box-reflect: below 0 linear-gradient(transparent 100%, white);
}
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-next {
  z-index: 1;
}
.about-page .about-3.honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active.slick-current + div,
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-next a {
  -webkit-transform: scale(0.92307692) translateX(-57%);
  -moz-transform: scale(0.92307692) translateX(-57%);
  -ms-transform: scale(0.92307692) translateX(-57%);
  transform: scale(0.92307692) translateX(-57%);
}
.about-page .about-3.honor-2 .honorListSlick ul .slick-list .slick-slide.slick-active.slick-current + div ~ div,
.about-page .about-3.honor-2 .honorListSlick.swiper .swiper-slide.swiper-slide-next~li a {
  -webkit-transform: scale(0.85897436) translateX(-124%);
  -moz-transform: scale(0.85897436) translateX(-124%);
  -ms-transform: scale(0.85897436) translateX(-124%);
  transform: scale(0.85897436) translateX(-124%);
}
.about-page .about-3.honor-2 .honorListSlick .slickBtn div {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-75%);
  -moz-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  z-index: 2;
}
.about-page .about-3.honor-2 .honorListSlick .slickBtn div.prev {
  left: 5px;
}
.about-page .about-3.honor-2 .honorListSlick .slickBtn div.prev span {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-3.honor-2 .honorListSlick .slickBtn div.next {
  right: 5px;
}
@media screen and (max-width: 1450px){
    .about-page .about-3.honor-2 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 500px){
   .about-page .about-3.honor-2 .honorListSlick ul li {
    padding-bottom: 0;
  }
}

   .about-page .about-3.honor-2 .arrows.three {
  font-size: 50px;
  color: #919191;
  /*width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: white;
  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;*/

  /*-o-box-shadow: 0 -2px 1em rgba(0,129,50, 0.44);
  -webkit-box-shadow: 0 -2px 1em rgba(0,129,50,  0.44);
  box-shadow: 0 -2px 10px rgba(0,129,50,  0.44);
  color: #008132;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

   /*.about-page .about-3.honor-2 .arrows.three i {
  -webkit-animation: light 2s linear infinite alternate;
  -moz-animation: light 2s linear infinite alternate;
  animation: light 2s linear infinite alternate;
  opacity: .3;
}*/
   .about-page .about-3.honor-2 .arrows.three i:nth-child(2) {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}
   .about-page .about-3.honor-2 .arrows.three i:nth-child(3) {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
   .about-page .about-3.honor-2 .arrows.three:hover {
  /*background-color: #008132;*/
  color: #008132;
  
}
.about-page .about_partner{
  padding-top: 75px;
  padding-bottom: 0;
}
.about-page .about_partner .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about_partner .header .left {
  width: 50%;
}
.about-page .about_partner .header .left span.tag {
  color: #0b542e;
}
.about-page .about_partner .header .left .title {
  margin-top: 21px;
}
.about-page .about_partner .header .right {
  width: 50%;
  font-size: 20px;
  line-height: 1.5;
  color: #474747;
  padding: 0 50px 0 20px;
}
.about-page .about_partner li {
  padding: 10px
}
 .about-page .about_partner{
   background: #f2f2f2;
 }
 .about-page .about_partner li img{
   box-shadow: 0px -1px 9px 0px 
		rgba(0, 0, 0, 0.2)
 }
 .about-page .about_partner .list{
   padding: 60px 0 115px
 }
@media screen and (max-width: 1000px){
  .faq-page{
    padding: 40px 0;
  }
  .gallery-page{
    margin-top: 30px;
  }
   .about-page .about_partner .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .about-page .about_partner .header .left {
    width: 100%;
  }
  .about-page .about_partner .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about_partner .list{
    padding: 40px 0 40px
  }
  .about-page .about-3.honor-2{
    padding: 40px 0 40px
  }
  .about-page .about-3{
    padding: 50px 0 40px
  }
  .about-page{
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li{
    margin-bottom: 20px;
  }
  .about-page .about_partner{
    padding-top: 50px;
  }
  .about-page .about-3.honor-2 .header .left{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px){
    .about-page .about_partner .header {
    padding-bottom: 10px;
  }
  .about-page .about_partner .header .left .title {
    margin-top: 10px;
  }
  .about-page .about_partner .header .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .content ul li{
    height: auto;
  }
}