@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PB';
  src: url('../fonts/Poppins.eot') format('eot'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
}
@font-face {
  font-family: 'CB';
  src: url('../fonts/CeraPro-Bold.eot') format('eot'), url('../fonts/CeraPro-Bold.woff2') format('woff2'), url('../fonts/CeraPro-Bold.woff') format('woff'), url('../fonts/CeraPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'ID';
  src: url('../fonts/ITCAvantGardeStd-Demi.eot') format('eot'), url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype');
}

#Pop_UpsBtn {
  z-index: 111111!important
}
body {
  font-family: 'PR';
}
.video_box video,
  .video_box iframe {
    max-width: 1400px;
    max-height: 1000px;
  }

  @media screen and (max-width: 1000px) {
    .video_box video,
    .video_box iframe {
      max-width: 600px;
      display: block;
      max-height: 340px !important;
    }
  }

  @media screen and (max-width: 700px) {
    .video_box video,
    .video_box iframe {
      max-width: 400px;
      display: block;
      max-height: 240px !important;
    }
  }

  @media screen and (max-width: 500px) {
    .video_box video,
    .video_box iframe {
      max-width: 300px;
      display: block;
      max-height: 170px !important;
    }
  }  
  
#spotlight.show{
  background: #fff !important;
}
.fancybox-content{
  background: #fff !important;
}
.amap-info{
  z-index: 10 !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1450px;
  margin: auto;
  width: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#header {
  z-index: 200;
  position: relative;
  width: 100%;
}
#header .logo {
  width: 293px;
  height: 160px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding-top: 27px;
}
#header .h-top {
  background: #009b4d;
  color: #fff;
  height: 55px;
  padding-left: 300px;
  padding-right: 33px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  position: relative;
}
#header .h-top .left {
  flex: 2 1 auto;
}
#header .h-top .left .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
#header .h-top .left .list .info ul li {
  display: inline-block;
  margin-right: 3.9rem;
}
#header .h-top .left .list .language {
  position: relative;
  font-size: 16px;
  z-index: 10;
}
#header .h-top .left .list .language i {
  margin-left: 8px;
}
#header .h-top .left .list .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009b4d;
  display: none \9;
}
#header .h-top .left .list .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  color: #000;
  position: relative;
  z-index: 101;
}
#header .h-top .left .list .language ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .h-top .left .list .language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .h-top .left .list .language ul.sub-menu li:hover {
  background: #222;
  color: #fff;
}
#header .h-top .left .list .language ul.sub-menu li:hover a {
  color: #fff;
}
#header .h-top .left .list .language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-top .right .h-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
#header .h-top .right .h-icon .h-icon__title {
  color: #ffffff;
  margin-right: 22px;
  font-size: 16px;
}
#header .h-top .right .h-icon .h-icon__list {
  margin-left: -7px;
  margin-right: -7px;
}
#header .h-top .right .h-icon .h-icon__list li {
  display: inline-block;
}
#header .h-top .right .h-icon .h-icon__list li a {
  color: #fff;
  padding: 5px 7px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .right .h-icon .h-icon__list li a:hover {
  color: #ccc;
}
#header .nav {
  line-height: 90px;
  height: 90px;
  box-shadow: 0 20px 30px rgba(26, 54, 85, 0.1);
}
#header .nav .ui.menu {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-box-flex-wrap: nowrap;
  -moz-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 100%;
  position: relative;
  background-color: #008040;
}
#header .nav .ui.menu .logo {
  height: 140px;
  line-height: 140px;
  margin-top: -52px;
  text-align: center;
  background: #009b4d;
}
#header .nav .ui.menu .box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-box-flex-wrap: nowrap;
  -moz-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background-color: #fff;
  width: 100%;
  position: relative;
  /*margin-left: 6px;*/
  padding-left: 2rem;
}
#header .nav .ui.menu .box::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 90px solid #fff;
  border-left: 48px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: auto;
  background: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 1rem;
  font-family: 'CB';
  color: #4F676B;
  margin-right: 2.7rem;
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
  line-height: 1;
  position: relative;
  padding-right: 25px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 2px;
  font-family: 'fontAweSome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#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;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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 .5s, opacity .3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 #00984d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(1) a::after,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) a::after,
#header .nav .ui.menu .menu-box ul.menu > li:last-child a::after {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child a {
  padding-right: 0;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 300px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009b4d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 300px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009b4d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 300px;
  width: 300px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009b4d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 300px;
  width: 300px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009b4d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(even) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 300px;
  width: 300px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009b4d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(even) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 300px;
  width: 300px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009b4d;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .infos {
  font-size: 14px;
  line-height: 15px;
  color: #777777;
  font-family: 'PL';
  /*font-weight: bold;*/
}
#header .nav .ui.menu .infos address {
  font-size: 25px;
  color: #4f676b;
  /*font-weight: bold;*/
  font-family: 'PB';
  font-style: normal;
  margin-top: 10px;
}
#header .nav .ui.menu .search {
  margin-left: 2.7rem;
}
#header .nav .ui.menu .search form {
  width: 169px;
  height: 43px;
  border: 1px solid #009b4d;
  position: relative;
  overflow: hidden;
}
#header .nav .ui.menu .search form input {
  width: 100%;
  font-size: 14px;
  color: #000;
  font-family: 'PL';
  /*font-weight: bold;*/
  height: 100%;
  border: none;
  padding-left: 33px;
  margin-top: -43px;
}
#header .nav .ui.menu .search form input::placeholder {
  color: #000;
}
#header .nav .ui.menu .search form input[type=submit] {
  width: 13px;
  background: url(../images/search.png) center center no-repeat;
  position: absolute;
  left: 10px;
  top: 45px;
  padding: 0;
}
#header .nav .ui.menu .btn {
  background: #008040;
  width: 100px;
  height: 100%;
  text-align: center;
  margin-left: 1.8rem;
  cursor: pointer;
}
#header .nav .ui.menu .btn span {
  width: 34px;
  height: 5px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .btn span::before,
#header .nav .ui.menu .btn span::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 5px;
  background-color: #fff;
  transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.32s;
}
#header .nav .ui.menu .btn span::before {
  top: -11px;
  width: 23px;
}
#header .nav .ui.menu .btn span::after {
  top: 11px;
  width: 30px;
}
#header .nav .ui.menu .btn span:hover::before,
#header .nav .ui.menu .btn span:hover::after {
  width: 36px;
}
#header #menuContent {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 445px;
  height: 100%;
  z-index: 999;
  background: #fff;
  color: white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#header #menuContent .info a img {
  background: #000
}
#header #menuContent .flex {
  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;
  height: 100%;
  padding: 45px 56px;
}
#header #menuContent .flex .info p {
  font-size: 16px;
  line-height: 1.7;
  color: #6c6176;
  margin-top: 17px;
}
#header #menuContent .flex .info .more {
  text-align: center;
  background: transparent;
  color: #008040;
  border: 2px solid #008040;
  line-height: 56px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: color 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 1.2rem;
  display: inline-block;
  width: 182px;
  height: 56px;
}
#header #menuContent .flex .info .more span {
  position: relative;
  z-index: 1;
}
#header #menuContent .flex .info .more::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 0;
  transition: all 0.35s ease 0s;
  background: #009b4d;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-35deg);
  transform: translateX(-50%) translateY(-50%) rotate(-35deg);
}
#header #menuContent .flex .info .more:hover {
  color: #fff;
}
#header #menuContent .flex .info .more:hover::after {
  height: 450%;
  transition: all 1s ease 0s;
}
#header #menuContent .flex .contact {
  margin-top: 40px;
}
#header #menuContent .flex .contact h3 {
  font-size: 29px;
  line-height: 1;
  font-family: 'PB';
  color: #008040;
}
#header #menuContent .flex .contact ul {
  margin-top: 20px;
}
#header #menuContent .flex .contact ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-left: -7px;
  margin-top: 27px;
}
#header #menuContent .flex .contact ul li .info-box__img {
  width: 72px;
  min-width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #fff;
  top: 4px;
  background: #008040;
  position: relative;
}
#header #menuContent .flex .contact ul li .info-box__img svg {
  display: none;
  width: 100%;
  height: auto;
  fill: #008040;
}
#header #menuContent .flex .contact ul li .info-box__img img {
  position: absolute;
  top: 42%;
  left: 40%;
}
#header #menuContent .flex .contact ul li .info-box__content {
  margin-left: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6176;
}
#header #menuContent .flex .contact ul li .info-box__content .info-box__title {
  color: #008040;
  font-weight: 800;
}
#header #menuContent .flex .contact ul li:first-child {
  margin-top: 0;
}
#header #menuContent .flex .share {
  margin-top: 40px;
}
#header #menuContent .flex .share h4 {
  font-size: 29px;
  color: #008040;
  padding-bottom: 19px;
  font-weight: 700;
}
#header #menuContent .flex .share ul li {
  margin-right: 12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  background-color: #f8f8fa;
  color: #b5bac0;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header #menuContent .flex .share ul li::before,
#header #menuContent .flex .share ul li::after {
  width: calc(102%);
  height: calc(102%);
  z-index: 3;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.4s;
  pointer-events: none;
}
#header #menuContent .flex .share ul li::before {
  border-bottom: 1px solid #008040;
  border-left: 1px solid #008040;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
#header #menuContent .flex .share ul li::after {
  border-top: 1px solid #008040;
  border-right: 1px solid #008040;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#header #menuContent .flex .share ul li:hover {
  color: #008040;
}
#header #menuContent .flex .share ul li:hover::before,
#header #menuContent .flex .share ul li:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#header #menuContent .flex span.close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 5px;
  top: 0;
  background: #008040;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header #menuContent .flex span.close:hover {
  background: #009b4d;
}
#header #menuContent .flex span.close::after,
#header #menuContent .flex span.close::before {
  content: '';
  width: 90%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}
#header #menuContent .flex span.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header #menuContent .flex span.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header #menuContent .ui.container {
  position: static;
}
#header #menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  bottom: -5.7%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-arrow::before,
#banner .slick-arrow::after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.4s;
  pointer-events: none;
}
#banner .slick-arrow::before {
  border-bottom: 2px solid #009b4d;
  border-left: 2px solid #009b4d;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
#banner .slick-arrow::after {
  border-top: 2px solid #009b4d;
  border-right: 2px solid #009b4d;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#banner .slick-arrow:hover::before,
#banner .slick-arrow:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center #fff;
  left: 0px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center #fff;
  left: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 7%;
  bottom: 20%;
}
#banner ul.slick-dots li {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  display: inline-block;
  margin-right: 2.2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
}
#banner ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 40%;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border: 1px solid #fff;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
      font-size: 18px;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 2;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
  padding: 50px;
}
#banner::before {
  content: ' ';
  background-color: #008040;
  width: 70%;
  height: 94%;
  position: absolute;
  top: 0;
  left: -24.5%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#banner .ui.container {
  max-width: 1550px;
  width: 100%;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  border-radius: 10px;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#banner ul li .text .left {
  display: block;
  width: 66%;
  color: #fff;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
}
#banner ul li .text .left h3 {
  font-size: 4rem;
  font-family: 'CB';
  line-height: 1.1;
  position: relative;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.31);
}
#banner ul li .text .left p {
  font-size: 20px;
  line-height: 1.4;
  /*box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);*/
  margin-top: 1.4rem;
  /*font-weight: bold;*/
}
#banner ul li .text .left .more {
  font-size: 20px;
  font-family: 'CB';
  line-height: 1;
  display: inline-block;
  color: #fff;
  width: 27.8%;
  padding: 15px 0;
  text-align: center;
  margin-top: 1.65rem;
  position: relative;
  z-index: 1;
  background: #009b4d;
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .left .more:last-child {
  margin-left: 1.1rem;
  background: #fff;
  color: #009b4d;
}
#banner ul li .text .left .more:last-child::before {
  background: #009b4d;
  width: 100%;
  height: 0;
  display: none;
}
#banner ul li .text .left .more:last-child:hover {
  color: #fff;
  background: #009b4d;
}
#banner ul li .text .left .more:last-child:hover::before {
  height: 100%;
}
/*#banner ul li .text .left .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}*/
#banner ul li .text .left .more:hover {
  color: #009b4d;
  background: #fff;
}
#banner ul li .text .left .more:hover::before {
  width: 100%;
}
#banner ul li .text .right {
  display: inline-block;
  width: 49%;
  padding-top: 4.8rem;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
#index-body .more {
  position: relative;
  z-index: 1;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #009b4d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  height: 100%;
}
#index-body span.sp {
  display: block;
  font-size: 16px;
  color: #009b4d;
  font-family: 'PB';
  /*font-weight: bold;*/
  line-height: 2;
  position: relative;
  text-transform: uppercase;
}
#index-body h3.title {
  font-size: 2.25rem;
  color: #000000;
  font-family: 'CB';
  /*font-weight: bold;*/
  line-height: 1.5;
  margin-top: 1.15rem;
  position: relative;
  z-index: 1;
}
#index-body .product {
  padding: 3.85rem 0 6.4rem;
  position: relative;
}

#index-body .product .header {
  text-align: center;
}
#index-body .product .content {
  margin-top: 3.7rem;
  overflow: hidden;
  position: relative
}
#index-body .product .content ul {
  margin-right: -3.15rem;
  margin-bottom: -55px;
}
#index-body .product .al{
  position: absolute;
  top: 50%;
  left: -66px;
  cursor: pointer;
}
#index-body .product .ar{
  position: absolute;
  top: 50%;
  right: -66px;
  cursor: pointer;
}
#index-body .product .content ul .slick-slide {
  padding: 2px 5px 2px 1px;
}
#index-body .product .content ul .slick-slide:nth-child(3) li{
   padding-right: 0;
}
#index-body .product .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#index-body .product .content ul li {
  padding-right: 3.15rem;
}
#index-body .product .content ul li .box {
  background-color: #f0f4f9;
  /*box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.16);*/
  border-radius: 5px;
  position: relative;
  border: 1px solid #f2f2f2;
}
#index-body .product .content ul li .box .img {
  background: #fff;
  width: 100%;
  padding: 2rem;
}
#index-body .product .content ul li .box .img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .box .text {
  padding: 1.4rem 0.8rem;
  text-align: center;
}
#index-body .product .content ul li .box .text h4 {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'CB';
  height: 100px;
}
#index-body .product .content ul li .box .text p {
  font-size: 14px;
  color: #262525;
  line-height: 1.6;
  /*font-weight: bold;*/
  margin-top: 1rem;
}
#index-body .product .content ul li .box .text .more {
  margin: 1.15rem 19px 0 19px;
  display: block;
  height: 48px;
  line-height: 48px;
  background-color: #009b4d;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'CB';
}
#index-body .product .content ul li .box .text .more::before {
  background: #000;
  width: 0;
  height: 100%;
  border-radius: 10px;
}
#index-body .product .content ul li .box .text .more:hover::before {
  width: 100%;
}
#index-body .product .content ul li .box .line {
  position: absolute;
  top: 0;
  height: 5px;
  background: #009b4d;
  left: 30px;
  right: 30px;
  border-radius: 7px;
  z-index: 2;
}
#index-body .product .content ul li .box .line::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
}
#index-body .product .content ul li .box .line::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -1px;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
}
/*#index-body .product .content ul li:hover .box .img img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}*/
#index-body .about .header {
  background: url(../images/abg.jpg) no-repeat center center;
  padding: 4.05rem 0 5rem;
  text-align: center;
}
#index-body .about .header .top {
  color: #fff;
}
#index-body .about .header .top .img {
  width: 112px;
  height: 112px;
  background-color: #009b4d;
  border-radius: 50%;
  text-align: center;
  line-height: 112px;
  margin: 0 auto;
}
#index-body .about .header .top .img img {
  vertical-align: middle;
}
#index-body .about .header .top .text {
  margin-top: 1.9rem;
}
#index-body .about .header .top .text h3 {
  font-size: 2.25rem;
  font-family: 'CB';
  line-height: 1.3;
  width: 60%;
  margin: 0 auto;
}
#index-body .about .header .top .text p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 1.95rem;
}
#index-body .about .header .bottom {
  margin: 4.4rem 0 -5rem;
  padding: 0 4.35rem 0 5.85rem;
}
#index-body .about .header .bottom ul {
  margin-right: -1.25rem;
}
#index-body .about .header .bottom ul li {
  padding-right: 1.25rem;
  cursor: pointer;
}
#index-body .about .header .bottom ul li .box {
  background: #fff;
  height: 103px;
  box-shadow: 0px 8px 39px 4px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  color: #009b4d;
  padding: 4px 15px 0;
}
#index-body .about .header .bottom ul li .box i {
  font-size: 18px;
  /*font-weight: bold;*/
  text-align: left;
  display: block;
}
#index-body .about .header .bottom ul li .box h3 {
  font-size: 25px;
  font-family: 'CB';
  line-height: 1;
  /*font-weight: bold;*/
  margin-top: 10px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .header .bottom ul li .box h3::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  background: #009b4d;
  bottom: -5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .header .bottom ul li:hover .box h3::after {
  left: 0;
  width: 100%;
}
#index-body .about .header .bottom ul li.active .box {
  background: #009b4d;
  color: #fff;
}
#index-body .about .content {
  margin-top: 4rem;
}
#index-body .about .content .slide span {
  font-size: 18px;
  color: #009b4d;
}
#index-body .about .content .slide span::before {
  content: '';
  width: 71px;
  height: 2px;
  background-color: #009b4d;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.85rem;
}
#index-body .about .content .slide h4 {
  font-size: 40px;
  line-height: 1.3;
  margin-top: 0.75rem;
  font-weight: 600;
}
#index-body .about .content .slide h2 {
  font-size: 30px;
  font-family: 'CB';
  line-height: 1.3;
  margin-top: 0.75rem;
}
#index-body .about .content .slide .list {
  margin-top: 1.9rem;
}
#index-body .about .content .slide .list p {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  color: #009b4d;
  /*font-weight: bold;*/
  padding-left: 34px;
  margin-bottom: 10px;
}
#index-body .about .content .slide .list p::before {
  content: "";
  width: 16px;
  height: 11px;
  background: url(../images/a-arrow.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
}
#index-body .about .content .slide .list p:last-child {
  margin-bottom: 0;
}
#index-body .about .content .slide .box {
  padding-bottom: 3.8rem;
}
#index-body .about .content .slide .box .img {
  width: 46.3%;
}
#index-body .about .content .slide .box .text {
  width: 53.7%;
  padding: 2rem 0 0 5.1rem;
}
#index-body .about .content .slide .box .text h1 {
  width: 80%;
}
#index-body .about .content .slide .box .text h2 {
  width: 80%;
}
#index-body .about .content .slide .box .text .con {
  width: 90%;
}
#index-body .about .content .slide .btn {
  margin-top: 20px;
}
#index-body .about .content .slide .btn a {
  display: inline-block;
  font-size: 16px;
  padding: 12px 25px;
  border-radius: 10px;
  background: #009b4d;
  color: #fff;
  transition: 0.3s
}
#index-body .about .content .slide .btn a:hover {
  background: #000
}
#index-body .about .content .slide .box .text .con h1 {
  width: 90%;
}
#index-body .about .content .slide .box .text .con .sy {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-top: 13px;
    display: inline;
    font-weight: normal;
}
#index-body .about .content .slide .box .text .list {
  margin-top: 1.9rem;
}
#index-body .about .content .slide .box .text .list p {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  color: #009b4d;
  font-weight: bold;
  padding-left: 34px;
  margin-bottom: 10px;
}
#index-body .about .content .slide .box .text .list p::before {
  content: "";
  width: 16px;
  height: 11px;
  background: url(../images/a-arrow.png) no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
}
#index-body .about .content .slide .box .text .list p:last-child {
  margin-bottom: 0;
}
#index-body .about .content .slide .box .text .data {
  margin-top: 1.85rem;
}
#index-body .about .content .slide .box .text .data ul li {
  display: inline-block;
  margin-right: 5.1rem;
}
#index-body .about .content .slide .box .text .data ul li .img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
#index-body .about .content .slide .box .text .data ul li .img img {
  margin: 1.4rem 1.85rem 0 0;
}
#index-body .about .content .slide .box .text .data ul li .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 72px;
  height: 99px;
  background: url(../images/a-sd.png) no-repeat;
}
#index-body .about .content .slide .box .text .data ul li .info {
  display: inline-block;
  vertical-align: middle;
  margin-left: -15px;
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
#index-body .about .content .slide .box .text .data ul li .info h3 {
  font-size: 2rem;
  color: #282828;
  font-family: 'CB';
  /*font-weight: bold;*/
  line-height: 1;
}
#index-body .about .content .slide .box .text .data ul li .info h3 em {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .content .slide .box .text .data ul li .info h3 sub {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .content .slide .box .text .data ul li .info h4 {
  font-size: 16px;
  color: #000000;
  line-height: 1;
  /*font-weight: bold;*/
  margin-top: 0.4rem;
}
#index-body .about .content .slide .box .text .data ul li:last-child {
  margin-right: 0;
}
#index-body .about .content .slide .con {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-top: 13px;
  /*font-weight: bold;*/
}
#index-body .about .content .slide .con .aijahavb {
  display: inline;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin-top: 2rem;
}
#index-body .about .content .slide .box1 {
  padding-bottom: 10.5rem;
}
#index-body .about .content .slide .box1 .left {
  width: 43%;
  vertical-align: middle;
}
#index-body .about .content .slide .box1 .left h1 {
  width: 80%;
}
#index-body .about .content .slide .box1 .right {
  width: 57%;
  padding-left: 3.9rem;
  vertical-align: middle;
}
#index-body .about .content .slide .box1 .right ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#index-body .about .content .slide .box1 .right ul li {
  margin-right: 1.35rem;
  background-color: #f0f4f9;
  width: 48%;
  margin-bottom: 1.4rem;
  border-radius: 10px;
  padding: 1.8rem 2.4rem 0;
}
#index-body .about .content .slide .box1 .right ul li .img {
  width: 72px;
  height: 99px;
  background: url(/china-sda/2024/07/31/a-sd1.png) no-repeat;
  margin-left: 5px;
  line-height: 99px;
}
#index-body .about .content .slide .box1 .right ul li .img img {
  margin-left: -5px;
  vertical-align: middle;
}
#index-body .about .content .slide .box1 .right ul li .text {
  margin-top: 9px;
}
#index-body .about .content .slide .box1 .right ul li .text h3 {
  font-size: 20px;
  color: #282828;
  font-family: 'CB';
  /*font-weight: bold;*/
  line-height: 1;
}
#index-body .about .content .slide .box1 .right ul li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  /*font-weight: bold;*/
  margin-top: 0.8rem;
}
#index-body .about .content .slide .box1 .right ul li:nth-child(even) {
  margin-top: 1.2rem;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 1.1rem;
}
#index-body .about .content .slide .box2 {
  padding-bottom: 8.65rem;
}
#index-body .about .content .slide .box2 .top .left {
  padding-right: 2.65rem;
  vertical-align: middle;
}
#index-body .about .content .slide .box2 .top .left .list p {
  color: #000000;
}
#index-body .about .content .slide .box2 .top .left .list p em {
  color: #009b4d;
}
#index-body .about .content .slide .box2 .top .right {
  vertical-align: middle;
}
#index-body .about .content .slide .box2 .bottom {
  margin-top: 3rem;
}
#index-body .about .content .slide .box2 .bottom ul li h3 {
  font-size: 1.5rem;
  font-family: 'CB';
  /*font-weight: bold;*/
  line-height: 1;
}
#index-body .about .content .slide .box2 .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  /*font-weight: bold;*/
  margin-top: 1.4rem;
  width: 86%;
}
#index-body .about .content .slide .box2 .bottom ul li .list {
  margin-top: 1.4rem;
}
#index-body .about .content .slide .box2 .bottom ul li .list p {
  color: #009b4d;
  width: 100%;
}
#index-body .init-1 {
  background-color: #009b4d;
  padding: 3.9rem 0 4.7rem;
  text-align: center;
  position: relative;
}
#index-body .init-1 .video {
  margin-top: 2.5rem;
  position: relative;
}
#index-body .init-1 .video .play {
  position: absolute;
  top: 38%;
  left: 45%;
}
#index-body .init-1 .video .play .box {
  width: 132px;
  height: 132px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 132px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#index-body .init-1 .video .play .box img {
  vertical-align: middle;
  margin-left: 5px;
}
#index-body .init-1 .video .play .box::before {
  position: absolute;
  z-index: -1;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  content: '';
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -o-transition: .7s;
}
#index-body .init-1 .video .play .box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  right: 0;
  bottom: 0;
}
#index-body .init-1 .video .play .box:hover::before {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}

#index-body .init-1 .info .title {
  position: relative;
}
#index-body .init-1 .info .title::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 26px;
  height: 2px;
  background: rgba(240, 244, 249, 0.2);
}
#index-body .init-1 .info .title h3 {
  font-size: 2.25rem;
  line-height: 1;
  font-family: 'CB';
  /*font-weight: bold;*/
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
}
#index-body .init-1 .info .title h3::before {
  position: absolute;
  content: '';
  left: -80px;
  right: -80px;
  top: 26px;
  height: 2px;
  background: #00984d;
  z-index: -1;
}

#index-body .init-1 .info .content ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .init-1 .info .content li .img {
  position: relative;
  width: 98px;
  height: 98px;
  background-color: #008040;
  border-radius: 50%;
  text-align: center;
  line-height: 98px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .info .content li .img img {
  vertical-align: middle;
  filter: grayscale(100%) brightness(300%);
}
#index-body .init-1 .info .content li .img::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: scale(0);
  background: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  border-radius: 50%;
}
#index-body .init-1 .info .content li .img:hover img {
  filter: grayscale(0) brightness(100%);
}
#index-body .init-1 .info .content li .img:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .init-1 .info .content li .text {
  display: inline-block;
  padding-left: 1.4rem;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}
#index-body .init-1 .info .content li .text h4 {
  font-size: 2rem;
  font-family: 'CB';
  /*font-weight: bold;*/
  line-height: 1.3;
}
#index-body .init-1 .info .content li .text h4 em {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .info .content li .text h4 sub {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .info .content li .text p {
  font-size: 16px;
  line-height: 1.8;
  /*font-weight: bold;*/
  margin-top: 5px;
}
/*#index-body .init-1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 543px;
  background-color: #f8f8f8;
}*/
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
#index-body .news {
  padding: 4.9rem 0 5.4rem 0;
}
#index-body .news .content {
  margin-top: 3.2rem;
}
#index-body .news .content ul {
  margin-right: -2.2rem;
}
#index-body .news .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#index-body .news .content ul li {
  padding-right: 2.2rem;
}
#index-body .news .content ul li a {
  display: block;
}
#index-body .news .content ul li .box {
  background-color: #f8f8f8;
  position: relative;
}
#index-body .news .content ul li .box .img {
  position: relative;
  overflow: hidden;
}
#index-body .news .content ul li .box .img img {
  width: 100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
#index-body .news .content ul li .box .img::before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#index-body .news .content ul li .box .img:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
#index-body .news .content ul li .box .text {
  padding: 0 0.9rem 1.6rem;
}
#index-body .news .content ul li .box .text time {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  /*font-weight: 700;*/
  transition: .5s;
  background: #009b4d;
  display: inline-block;
  vertical-align: middle;
  padding: 11px 16px 11px 15px;
  margin-top: -25px;
  z-index: 10;
  border-radius: 5px;
}
#index-body .news .content ul li .box .text h3 {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s
}

#index-body .news .content ul li .box .text h3:hover {
  color: #009b4d
}
#index-body .news .content ul li .box .text p {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .box .text .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 48px;
  border-radius: 10px;
  border: solid 2px #009b4d;
  text-align: center;
  font-size: 16px;
  color: #009b4d;
  font-family: 'CB';
  line-height: 1;
  margin-top: 1rem;
}
#index-body .news .content ul li .box .text .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
#index-body .news .content ul li .box .text .more::before {
  background: #009b4d;
  border-radius: 10px;
}
#index-body .news .content ul li .box .text .more:hover {
  color: #fff;
}
#index-body .news .content ul li .box .text .more:hover img {
  filter: grayscale(100%) brightness(300%);
}
#index-body .news .content ul li .box .text .more:hover::before {
  border: solid 2px #009b4d;
}
#index-body .news .content ul li .box::before {
  position: absolute;
  content: '';
  left: 32px;
  right: 32px;
  height: 4px;
  background: #009b4d;
  bottom: 0;
  z-index: 1;
  transition: .5s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
}
#index-body .news .content ul li .box:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#index-body .news .slick-arrow {
  position: absolute;
  top: -25.5%;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: solid 2px #009b4d;
  color: transparent;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .slick-arrow:hover {
  background: #009b4d;
}
#index-body .news .slick-prev {
  background: url("../images/btl.png") no-repeat center center #fff;
  right: 67px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .slick-prev:hover {
  background: url(../images/btl1.png) no-repeat center center #009b4d;
}
#index-body .news .slick-next {
  background: url("../images/btr.png") no-repeat center center #fff;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .slick-next:hover {
  background: url(../images/btr1.png) no-repeat center center #009b4d;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
#footer {
  background: url(../images/fbg.jpg) no-repeat;
  background-size: cover;
}
#footer .ui.container {
  max-width: 1754px;
  width: 100%;
}
#footer .f-info {
  color: #fff;
  padding: 3.5rem 0 0 0;
}
#footer .f-info h3 {
  font-size: 24px;
  font-family: 'CB';
  line-height: 1;
  /*font-weight: bold;*/
  padding-top: 1.7rem;
  margin-bottom: 2.7rem;
  text-transform: capitalize;
}
#footer .f-info ul li {
  font-size: 16px;
  line-height: 1.5;
  /*font-family: 'PL';*/
  margin-bottom: 0.8rem;
}
#footer .f-info ul li:last-child {
  margin-bottom: 0;
}
#footer .f-info .f-ab {
  width: 16%;
}
#footer .f-info .f-ab p {
  font-size: 16px;
  line-height: 2;
  margin-top: 2.25rem;
}
#footer .f-info .f-ab .share {
  margin-top: 1.6rem;
}
#footer .f-info .f-ab .share li {
  display: inline-block;
  font-size: 1rem;
  margin-right: 1.1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-info .f-ab .share li:last-child {
  margin-right: 0;
  margin-bottom: 1.25rem;
}
#footer .f-info .f-ab .share li:hover {
  color: #f80000;
}
#footer .f-info .f-nav {
  padding-left: 8%;
  width: 18%;
}
#footer .f-info .f-nav ul {
  width: 62%;
}
#footer .f-info .f-nav li {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 0.2rem;
}
#footer .f-info .f-nav li::after {
  content: '>>';
  position: absolute;
  top: 3px;
  right: 0;
}
#footer .f-info .f-contact {
  width: 51%;
  padding-left: 8%;
}
#footer .f-info .f-contact ul li {
  margin-bottom: 0rem;
}
#footer .f-info .f-contact ul li i {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
  width: 19px;
}
#footer .f-info .f-contact ul li span {
  display: inline-block;
  width: 90%;
  padding-left: 0.6rem;
  line-height: 2;
}
#footer .f-info .f-code {
  width: 15%;
  padding-left: 5%;
}
#footer .f-info .f-code #ewm {
  width: 147px;
  border: 4px solid #fff;
}
#footer .f-copy {
  margin-top: 5.2rem;
  background-color: #008040;
  color: #fff;
  padding: 0.8rem;
}

#footer .f-copy .accs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer .f-copy .left {
  font-size: 16px;
  line-height: 1;
  line-height: 1.6;
  vertical-align: middle;
  display: inline;
}
#footer .f-copy .left img {
  display: inline-block;
  max-height: 14px;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  margin: 5px 5px 0;
  color: #fff;
}
#footer .f-copy .right {
  text-align: right;
  vertical-align: middle;
}
#footer .f-copy .right li {
  display: inline-block;
  font-size: 16px;
  margin-right: 0.95rem;
}
#footer .f-copy .right li:last-child {
  margin-right: 0;
}
.inquiry {
  position: fixed;
  bottom: 3rem;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  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;
  font-size: 24px;
  color: #fff;
  background: #008040;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}

.haha{
	margin: auto!important;
}
.zhishi{
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bankuai{
	font-size: 16px;
	line-height: 30px;
}
.bankuai h3{
    font-family:'comic sans ms', sans-serif;
    font-size: 22px;
    line-height: 40px;
    color: #009b4d;
    margin-top: 30px;
    margin-bottom: 30px;
}

.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  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;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #008040;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #00984d;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .box {
    padding-left: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 1rem;
  }
  #header .nav .ui.menu .search {
    margin-left: 1rem;
  }
  #header .nav .ui.menu .btn {
    margin-left: 1rem;
  }
  #header .nav .ui.menu .infos address {
    font-size: 22px;
  }
  #index-body .news .slick-prev {
    right: 107px;
  }
  #index-body .news .slick-next {
    right: 40px;
  }
}
@media screen and (max-width: 1560px) {
  #header .h-top {
    padding-left: 250px;
  }
}
@media screen and (max-width: 1440px) {
  #header .h-top .left .list .info ul li {
    margin-right: 1rem;
  }
  #banner ul li .text .left h3 {
    font-size: 24px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding-right: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }
  #header .nav .ui.menu .infos address {
    font-size: 17px;
  }
  #header .nav .ui.menu .search form {
    width: 140px;
  }
  #header .nav .ui.menu .btn {
    width: 80px;
  }
  #banner .slick-arrow {
    bottom: -9.7%;
  }
  #index-body .about .content .slide .box .text {
    padding: 2rem 0 0 2.5rem;
  }
  #index-body .about .content .slide .box .text .data ul li .info {
    width: 58%;
  }
  #index-body .about .content .slide .box1 .right {
    padding-left: 2rem;
  }
  #index-body .about .content .slide .box1 .right ul li {
    padding: 1.8rem 1.4rem;
  }
  #footer .f-info .f-nav {
    padding-left: 6%;
  }
  #footer .f-info .f-contact {
    padding-left: 6%;
  }
  #footer .f-info .f-code {
    padding-left: 2%;
  }
  #footer .f-info .f-nav ul {
    width: 72%;
  }
}
@media screen and (max-width: 1170px) {
  #header .h-top .left .list {
    font-size: 14px;
  }
  #header .logo {
    width: 228px;
  }
  #header .logo img {
    width: 90%;
  }
  #header .h-top .left .list .language {
    font-size: 14px;
  }
  #header .h-top .right .h-icon .h-icon__list li a {
    padding: 5px 5px;
  }
  #header .h-top .right .h-icon .h-icon__title {
    font-size: 14px;
    margin-right: 10px;
  }
  #header .nav .ui.menu .infos {
    display: none;
  }
  #header .nav .ui.menu .search form {
    width: 180px;
  }
  #banner ul li .text .left {
    width: 54%;
  }
  #index-body .about .content .slide .box .text .con {
    width: 100%;
  }
  #index-body .about .content .slide .box .text .con h1 {
    width: 100%;
  }
  #index-body .about .content .slide .box1 .right ul li {
    width: 47%;
  }
  #footer .f-info .f-nav {
    padding-left: 4%;
  }
  #footer .f-info .f-contact {
    padding-left: 4%;
  }
  #footer .f-info .f-contact ul li span {
    width: 88%;
  }
  #footer .f-info .f-code {
    padding-left: 0%;
  }
}
@media screen and (max-width: 1100px) {
  #header .h-top {
    height: 42px;
    padding-left: 195px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    height: 60px;
    line-height: 60px;
  }
  #header .nav .ui.menu .box {
    display: none;
  }
  #header .nav .ui.menu .logo {
    width: auto !important;
    height: auto !important;
    background: transparent;
    line-height: 0;
    padding-top: 10px;
  }
  #header .nav .ui.menu .logo img {
    width: 50% !important;
  }
  #mobile #menu-on i {
    background: #fff;
  }
  #mobile .menu-content .menu-logo {
    background: #00984d;
    text-align: center;
    padding: 1rem;
  }
  #banner {
    padding: 20px;
  }
  #banner ul li .text .left {
    width: 74%;
  }
  #banner ul li .text .left p {
    font-size: 18px;
  }
  #banner .slick-arrow {
    width: 60px;
    height: 60px;
  }
  #banner .slick-prev {
    right: 60px;
  }
  #index-body .product .al,#index-body .product .ar{
    display: none;
  }
  #index-body .about .header .top .text h3 {
    width: 70%;
  }
  #index-body .about .header .bottom {
    padding: 0 2rem;
  }
  #index-body .about .header .bottom ul li .box h3 {
    font-size: 20px;
  }
  #index-body .about .content .slide .box .img {
    width: 100%;
  }
  #index-body .about .content .slide .box .text {
    width: 100%;
  }
  #index-body .about .content .slide .box .text .data {
    display: none;
  }
  #index-body .about .content .slide .box1 .left,
  #index-body .about .content .slide .box1 .right {
    width: 100%;
  }
  #index-body .about .content .slide .box1 .right {
    padding-top: 2rem;
  }
  #index-body .init-1 .video .play .box {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  #index-body .init-1::before {
    max-height: 360px;
  }
  #index-body .init-1 .info .content li .text {
    text-align: center;
  }
  #index-body .about .content .slide .box2 .top .left {
    width: 100%;
  }
  #index-body .about .content .slide .box2 .top .right {
    width: 100%;
    margin-top: 2rem;
  }
  #footer .f-info .f-nav,
  #footer .f-info .f-code {
    display: none;
  }
  #footer .f-info .f-ab {
    width: 37%;
  }
  #footer .f-info .f-contact {
    width: 63%;
  }
  #footer .f-info .f-contact ul li span {
    width: 87%;
  }
  #index-body .product .content ul li .box .text .more{
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header .h-top {
    height: 10px;
    overflow: hidden;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner {
    padding: 5px;
  }
  #banner ul li .text .left {
    width: 100%;
  }
  .seoIndustry.Auxil-industry {
    display: none;
}
a.shengdahide {
    display: none!important;
}
  .prodet-page .prodet-1 .right .title {
    line-height: 1.5!important;
}
.seoPublic .Auxil-news .list ul li .content p {
    line-height: 1.6!important;
}
  #banner ul li .text .left h3 {
    font-size: 24px;
  }
  #banner ul li .text .left p {
    font-size: 15px;
  }
  #banner ul li .text .left .more {
    width: 40%;
    font-size: 14px;
  }
  #index-body .product .content ul{
    margin-right: 0;
    margin-bottom: 0;
  }
  #index-body .product .content ul li{
    padding-right: 0;
  }
  /*#index-body .product .content ul li .box{
    padding-bottom: 3.5rem;
    overflow: hidden;
  }*/
  #index-body .product .content ul li .box .text h4 {
    font-size: 18px;
  }
  #index-body .product .content ul li .box .text .more {
    font-size: 14px;
  }
  #index-body .about .header {
    display: none;
  }
  #index-body .about .content .slide .box .text {
    padding: 2rem 0 0 0;
  }
  #index-body .init-1 {
    display: none;
  }
  #footer .f-info .f-ab {
    width: 100%;
  }
  #footer .f-info .f-contact {
    width: 100%;
    padding-left: 0;
  }
  #footer .f-info .f-contact .bottom li {
    width: 100%;
  }
  #footer .f-copy .left {
    width: 100%;
  }
  #footer .f-copy .right {
    display: none;
  }
}


@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}

.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 175px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'CB';
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #3b9950;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #3b9950;
}
.about-page .about-1 {
  padding: 4.5rem 0 0 0;
}
.about-page .about-1 span {
  font-size: 0.6rem;
  line-height: 1;
  color: #b2b2b2;
  font-family: 'Poppins-regular';
  margin-bottom: 1rem;
  display: inline-block;
}
.about-page .about-1 h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #333333;
  font-family: 'CB';
}
.about-page .about-1 .about-1-img {
  position: relative;
  margin-top: 1.5rem;
}
.about-page .about-1 .about-1-img .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}
.about-page .about-1 .about-1-img .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .about-1-img .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-2 {
  padding-top: 1.75rem;
}
.about-page .about-2 .container {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .container .left {
  padding-right: 0rem;
  /*width: 100%;*/
}
.about-page .about-2 .container .left h2 {
  font-size: 2.4rem;
      /*width: 1800px;*/
  line-height: 1.4;
  color: #333333;
  font-family: 'CB';
  margin-bottom: 2.5rem;
}
.about-page .about-2 .container .left p {
  font-size: 16px;
  line-height: 1.8;
  color: #717171;
  margin-bottom: 1.75rem;
}
.about-page .about-2 .container .left p:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .container .right {
  width: 50%;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.about-page .about-3 {
  padding: 6rem 0 6rem;
}
.about-page .about-3 h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #333333;
  font-family: 'CB';
  margin-bottom: 1rem;
  text-align: center;
}
.about-page .about-3 p {
  font-size: 18px;
  line-height: 1.8;
  color: #717171;
  margin: 0 auto;
  max-width: 1050px;
    text-align: center;
}
.about-page .about-4 {
  background: url(/china-sda/2024/07/31/about2-1.jpg) no-repeat center center;
  background-size: cover;
  padding: 5.5rem 0 6.25rem;
}
.about-page .about-4 .container {
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}
.about-page .about-4 .container .text p {
  font-size: 14px;
  line-height: 1;
  color: #3b9950;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.about-page .about-4 .container .text h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
.about-page .about-4 .container .text h2 span{
  -webkit-text-stroke: .1px #fff;
  /*color: transparent;*/
}
.about-page .about-4 .container a {
  display: inline-block;
  padding: 0.9rem 3.2rem;
  border: 2px solid #fff;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-left: 4.75rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .about-4 .container a:hover {
  background: #3b9950;
  border: 2px solid #469852;
}
.about-page .about-5 {
  background: #f0f0f0;
  padding: 6rem 0 7.5rem;
}
.about-page .about-5 .top {
  text-align: center;
}
.about-page .about-5 .top h3 {
  font-size: 2.4rem;
  line-height: 1;
  color: #333333;
  font-family: 'CB';
  text-transform: uppercase;
  margin-bottom: 2.25rem;
}
.about-page .about-5 .top p {
  font-size: 18px;
  line-height: 1.8;
  color: #717171;
  margin: 0 auto;
  max-width: 1500px;
}
.about-page .about-5 .factoryBox {
  max-width: 1355px;
  margin: 3rem auto 0;
  position: relative;
}
.about-page .about-5 .factoryBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
.about-page .about-5 .factoryBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-5 .factoryBox .swiper-slide a img {
  width: 100%;
}
.about-page .about-5 .factoryBox .swiper-button-prev,
.about-page .about-5 .factoryBox .swiper-button-next {
  width: 23px;
  height: 37px;
}
.about-page .about-5 .factoryBox .swiper-button-prev {
  background: url(../images/f-left.png) no-repeat center center;
  left: -5%;
}
.about-page .about-5 .factoryBox .swiper-button-next {
  background: url(../images/f-right.png) no-repeat center center;
  right: -5%;
}
@media screen and (max-width: 1650px) {
  .container {
    width: 1440px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    width: 1230px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  .about-page .about-2 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .container .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  .about-page .about-2 .container .left p{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  .inner-banner {
    display: none;
  }
  .about-page .about-5 .factoryBox .swiper-button-prev,
  .about-page .about-5 .factoryBox .swiper-button-next {
    display: none;
  }
  .about-page .about-2 .container .left p{
    font-size: 14px;
  }
  .about-page .about-4 .container .text h2 {
    font-size: 2.4rem;
  }
  .about-page .about-3 p{
    font-size: 14px;
  }
  .about-page .about-5 .top p{
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-4 .container {
    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;
  }
  .about-page .about-4 .container a {
    margin-left: 0;
    margin-top: 30px;
  }
}
.prodet-page .prodet-1 {
  padding: 7.5rem 0 0 0;
  overflow: hidden;
}
/*.prodet-page .prodet-1 {
   display: -webkit-box;     
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex;   
  display: flex;         
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}*/
.prodet-page .prodet-1 .left {
  vertical-align: middle;
  
}

.prodet-page .prodet-1 .left img {
  border: 1px solid #ddd
}
.prodet-page .prodet-1 .left .box .small{

}
.prodet-page .prodet-1 .left .box .small ul{
  margin-bottom: -5px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .box .small ul .slick-slide{
  overflow: hidden;
}
.prodet-page .prodet-1 .left .box .small ul li{
  padding: 5px;
}
.prodet-page .prodet-1 .left .box .small li::last-child{
  margin-bottom: 0;
}

.prodet-page .prodet-1 .left .box .big img{
  width: 100%;
}
.prodet-page .prodet-1 .left a {
  display: block;
  overflow: hidden;
}
.prodet-page .prodet-1 .left a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 3%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .title {
  font-size: 26px;
  color: #333333;
  line-height: 2.5rem;
  font-family: 'CB';
}
.prodet-page .prodet-1 .right .content {
  margin: 1.5rem 0 2.25rem;
  font-size: 16px;
  line-height: 1.8;
  color: #999999;
}
.prodet-page .prodet-1 .right .content div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .right .content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .right p {
  font-size: 0.9rem;
  line-height: 1;
  color: #666666;
}
.prodet-page .prodet-1 .right .btn {
  margin: 2rem 0;
}
.prodet-page .prodet-1 .right .btn .contact{
  text-align: center;
    display: inline-block;
    width: 180px;
    margin-right: 20px;
    line-height: 40px;
    height: 40px;
    padding: 0 1rem;
    font-size: 16px;
    color: #fff;
    background-color: #3b9950;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .btn .inquiry {
  display: inline-block;
  text-align: center;
  width: 180px;
  line-height: 40px;
    height: 40px;
    padding: 0 1rem;
  /*padding: 0.9rem 1.5rem;*/
  /*border-radius: 55px;*/
  /*background: #469852;*/
  text-transform: capitalize;
  font-size: 16px;
  border: 1px solid #000;
  color: #000;
  font-family: 'CB';
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #000;
  color: #ffffff;
}
.prodet-page .prodet-1 .right .share{
  display: block;
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-left: 10px;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.prodet-page .prodet-1 .thumb-gallery .swiper-slide a {
  display: block;
  overflow: hidden;
}
.prodet-page .prodet-1 .thumb-gallery .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.prodet-page .prodet-1 .thumb-gallery .swiper-slide a img {
  width: 100%;
}
.prodet-page .prodet-2 {
  padding: 4.5em 0 0 0;
}
.prodet-page .prodet-2 .title {
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-2 .title h4 {
  display: inline-block;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 1;
  /*text-transform: uppercase;*/
  color: #fff;
  background: #469852;
}
.prodet-page .prodet-2 .text {
  margin: 2rem 0 2.5rem;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333333;
}
.prodet-page .prodet-3 {
  padding: 5rem 0 7rem;
}
.prodet-page .prodet-3 h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #202020;
  /*text-transform: uppercase;*/
  font-family: 'CB';
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #949494;
}
.vasnigua h2 {
  font-size: 1.6rem;
  line-height: 1;
  color: #202020;
  font-family: 'CB';
  padding-bottom: 1.25rem;
  margin-top: 84px;
}
.vasnigua div {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}
.prodet-page .prodet-3 .hotBox {
  margin-top: 1.75rem;
  margin-right: -1rem;
}
.prodet-page .prodet-3 .hotBox .slick-slide{
  margin-right: 1rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page .prodet-3 .hotBox .swiper-slide a img {
  width: 100%;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5 {
  font-size: 1rem;
  line-height: 1.3;
  color: #202020;
  text-transform: capitalize;
  font-family: 'CB';
  text-align: center;
  margin: 1.25rem 0 1rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5 a{
  padding: 1rem 1rem;
  font-size: 16px;
  font-family: 'CB';
  line-height: 2;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5:hover {
  color: #469852;
}
.prodet-page .prodet-3 .hotBox .swiper-slide p {
  font-size: 0.8rem;
  line-height: 1;
  color: #3b3b3b;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .right .content{
    font-size: 14px;
  }
  .haha{
    display: none!important;
  }
}
.inner-page {
  overflow: hidden;
}
.inner-page .sideBox .side-left {
  width: 26%;
  padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
  display: block;
  font-size: 36px;
  font-family: "CB";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 80px;
}
.inner-page .joshigyfc {
  display: block;
  font-size: 36px;
  font-family: "CB";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 80px;
  padding: 0 250px;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li a {
          text-transform: capitalize;
  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;
  padding: 0.9rem 0 0.9rem 25px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  border-bottom: 2px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li a:hover {
  color: #3b9950;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li .list_item{
    display: none;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li .list_item  .list_items{
    display: none;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li.active>ul{
    display: block;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li.active>ul li.active>.list_items{
    display: block;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li a:hover span {
  background: #3b9950;
  color: #fff;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li a:hover::after {
  color: #3b9950;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li a>i {
  position: absolute;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 1rem;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 0.6rem;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li.active>a {
  color: #3b9950;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li.active>a>i {
  color: #3b9950;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li.active>a span {
  background: #3b9950;
  color: #fff;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li > ul >li{
    padding-left: 10px;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li > ul >li.active>a {
  color: #3b9950;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li > ul >li.active>a>i {
  color: #3b9950;
}
.inner-page .sideBox .side-left .box .sidebar-nav-list li > ul >li.active>a span {
  background: #3b9950;
  color: #fff;
}
.inner-page .sideBox .side-left .sidebar-info {
  margin-bottom: 2.35rem;
  margin-top: 2.5rem;
  padding: 4rem 1.5rem 4rem;
  border-radius: 5px;
  background: url(/china-sda/2024/07/31/1-3.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sideBox .side-left .sidebar-info h5 {
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: 'CB';
}
.inner-page .sideBox .side-left .sidebar-info p {
  font-size: 15px;
  line-height: 2;
  width: 270px;
  color: #fff;
}
.inner-page .sideBox .side-left .sidebar-info .info-tel {
  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;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 1.25rem 0 1.4rem;
}
.inner-page .sideBox .side-left .sidebar-info .info-tel img {
  margin-right: 1rem;
}
.inner-page .sideBox .side-left .sidebar-info .icon a {
  margin: 0 0.7rem;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

/*.inner-page .sideBox .side-left .box ul li a {
  display: block;
  padding: 5px 35px 5px 15px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}
.inner-page .sideBox .side-left .box ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}

.inner-page .sideBox .side-left .box ul li:nth-child(5) a{
  font-size: 18px;
}
.inner-page .sideBox .side-left .box ul li ul {
  display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
  background: #F9F9F9;
}*/
.inner-page .sideBox .side-left .info {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
  width: 74%;
}
.inner-page .m-page {
  text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #444;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}
.inner-page .m-page span.current{
  background: #3b9950;
  color: white;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #3b9950;
  color: white;
}
.contact-btn {
  padding: 50px 0 25px;
  text-align: center;
  background: #3b9950;
}
.contact-btn p {
  display: block;
  font-size: 18px;
  color: white;
}
.contact-btn a.more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  background: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-btn a.more i {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin-right: 7px;
}
.contact-btn a.more i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.contact-btn a.more:hover {
  -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}
.product-page {
  padding: 150px 0 60px;
}
.product-page .side-right .top {
  display: block;
  text-align: right;
  margin-bottom: 80px;
}
.product-page .side-right .top .form {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  width: 100%;
  position: relative;
}
.product-page .side-right .top .form:before {
  content: '';
  height: 16px;
  width: 1px;
  background: #747474;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .side-right .top .form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding-left: 14px;
  padding-right: 40px;
  font-size: 16px;
  color: black;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:focus {
  border-color: #469852;
}
.product-page .side-right .top .form input[type="submit"] {
  width: 36px;
  border-bottom: none;
  background: url("../images/icon-search2.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.product-page .side-right .top .show {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 100px;
  margin-right: 20px;
}
.product-page .side-right .top .show span {
  line-height: 36px;
  height: 36px;
  padding: 0 26px;
  border: 1px solid #747a84;
  display: inline-block;
  font-size: 14px;
  color: #444;
  border-radius: 18px;
}
.product-page .side-right .top .show ul {
  position: absolute;
  border: 1px solid #eee;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
  background: white;
  display: none;
}
.product-page .side-right .top .show ul li {
  padding: 7px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
  border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
  color: #469852;
}
.product-page .side-right .top .show:hover ul {
  display: block;
}
.product-page .side-right .top .listBox {
  display: inline-block;
  vertical-align: middle;
}
.product-page .side-right .top .listBox span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.product-page .side-right .top .listBox span.list {
  margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
  margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
  padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
  display: block;
  background: #f7f7f7;
}
.prodet-page .prodet-1 .left a{
  background: #f7f7f7;
}
.prodet-page .prodet-1 .thumb-gallery .swiper-slide a{
  background: #f7f7f7;
}
/*.prodet-page .prodet-3 .hotBox .swiper-slide a{
  background: #f7f7f7;
}*/
.product-page .side-right .bottom .block ul li h4 {
  display: block;
  margin-top: 15px;
  font-size: 16px;
      line-height: 2;
  color: #101010;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .block ul li:hover h4 {
  color: #469852;
}
.product-page .side-right .bottom .list {
  display: none;
}
.product-page .side-right .bottom .list ul li {
  margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
  margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
  width: 30%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
  display: block;
}
.product-page .side-right .bottom .list ul li .text {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
  font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #469852;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
  background: #222;
}
.news-page {
  padding: 50px 0 110px;
}
.news-page .top {
  display: block;
}
.news-page .top ul li {
  display: inline-block;
}
.news-page .top ul li a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 42px;
  font-size: 18px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
  background: #2a9a4f;
  color: white;
}
.news-page .bottom {
  padding-top: 60px;
}
.news-page .bottom ul {
  margin: -30px -12px;
}
.news-page .bottom ul li {
  padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
  display: block;
}
.news-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .bottom ul li .content h4:hover {
  color: #469852;
}
.news-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}
.newdet-page {
  padding: 50px 0 100px 0;
}
.newdet-page h3 {
  font-size: 26px;
  color: black;
  font-weight: 600;
  text-transform: capitalize;
}
.newdet-page h1 {
  font-size: 26px;
  color: black;
  font-weight: 600;
  text-transform: capitalize;
}
.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  color: black;
  opacity: .6;
}
.newdet-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.newdet-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .share h4 {
  font-size: 14px;
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .share ul li:hover {
  color: #469852;
}
.news-about-page h3.tit {
  font-size: 30px;
  color: #303036;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}
.news-about-page h3.tit small {
  display: block;
  font-size: 16px;
  line-height: normal;
  margin-top: 15px;
  opacity: .55;
}
#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-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%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box h3 {
  font-size: 20px;
  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%);
  -o-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);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
#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: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #469852;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #469852;
  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);
  -o-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);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1600px) {
  .news-page .top ul li a {
    line-height: 38px;
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
  }
  .news-page .bottom {
    padding-top: 40px;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .bottom ul li {
    padding: 5px;
  }
  .news-page .bottom ul {
    margin: -5px;
  }
  .news-page .bottom ul li .content {
    padding: 10px;
  }
  .product-page .side-right .top,
  .inner-page .sideBox .side-left h2 {
    margin-bottom: 30px;
  }
  .inner-page .joshigyfc {
    margin-bottom: 30px;
    padding: 0;
  }
  .inner-page .sideBox .side-left h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .inner-page .joshigyfc {
    font-size: 28px;
    line-height: 30px;
  }
  .inner-page .sideBox .side-left .box ul li a {
    font-size: 14px;
  }
  .product-page {
    padding: 60px 0;
  }
  .product-page .side-right .bottom .block ul li {
    padding: 10px;
  }
  .product-page .side-right .bottom .block ul {
    margin: -10px;
  }
  .product-page .side-right .bottom .list ul li .text h4 {
    font-size: 22px;
  }
  .product-page .side-right .bottom .list ul li .text a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBox .side-left {
    width: 30%;
  }
  .inner-page .sideBox .side-right {
    width: 70%;
  }
  .product-page .side-right .bottom .list ul li .text .content {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .product-page .side-right .top .show {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .bottom ul li .content h4 {
    font-size: 15px;
  }
  .news-page .top ul li a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
  }
  .inner-page .sideBox .side-left {
    display: none;
  }
  .inner-page .sideBox .side-right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .side-right .bottom .list ul li .text {
    width: 50%;
  }
  .product-page .side-right .bottom .list ul li .img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .side-right .top .form {
    max-width: 100%;
  }
  .product-page .side-right .top .show,
  .product-page .side-right .top .listBox {
    display: none;
  }
}
.product-page .side-right .bottom .block ul li img{
  width: auto;
  display:block;
  margin:0 auto;
}
.contact-page {
  padding: 0;
}
.contact-page h2 {
  font-size: 48px;
  line-height: 1;
  color: #333;
  text-transform: uppercase;
  font-family: 'CB';
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.contact-page h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #469852;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-page p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.contact-page .contact-1 {
  background:#f5f5f5 no-repeat center center;
  background-size: cover;
  padding: 90px 0 115px;
}
.contact-page .contact-1 ul {
  margin-top: 65px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-1 ul li {
  width: 26%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 35px;
}
.contact-page .contact-1 ul li:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-1 ul li span {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 140px;
  height: 100px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 auto;
}
.contact-page .contact-1 ul li span img {
  display: inline-block;
  vertical-align: middle;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.contact-page .contact-1 ul li p {
  color: rgba(102, 102, 102, 0.8);
  line-height: 2;
  margin-top: 30px;
}
.contact-page .contact-1 ul .add p {
  font-size: 16px;
  line-height: 1.5;
}
.contact-page .contact-2 {
  padding: 130px 0 170px;
}
.contact-page .contact-2 .top {
  text-align: center;
}
.contact-page .contact-2 .top p {
  line-height: 1;
  margin-top: 30px;
}
.contact-page .contact-2 form {
  margin-top: 80px;
  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;
}
.contact-page .contact-2 form input[type="text"] {
  width: 47%;
  border: 1px solid #c9c9c9;
  height: 50px;
  background: none;
  padding: 0 25px;
  margin-bottom: 40px;
  font-size: 16px;
}
.contact-page .contact-2 form input[type="text"]:focus {
  border: 1px solid #469852;
}
.contact-page .contact-2 form textarea {
  width: 100%;
  border: 1px solid #c9c9c9;
  height: 265px;
  background: none;
  padding: 25px;
  margin-bottom: 57px;
  font-size: 16px;
}
.contact-page .contact-2 form textarea:focus {
  border: 1px solid #469852;
}
.contact-page .contact-2 form input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  opacity: 1;
}
.contact-page .contact-2 form input::-moz-input-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  opacity: 1;
}
.contact-page .contact-2 form input::-moz-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  opacity: 1;
}
.contact-page .contact-2 form input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  opacity: 1;
}
.contact-page .contact-2 form textarea::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  opacity: 1;
}
.contact-page .contact-2 form textarea:-moz-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  opacity: 1;
}
.contact-page .contact-2 form textarea::-moz-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  opacity: 1;
}
.contact-page .contact-2 form textarea::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  opacity: 1;
}
.contact-page .contact-2 form input[type="submit"] {
  margin: 0 auto;
  width: 40%;
  padding: 15px 0;
  border: none;
  background: #469852;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.contact-page .contact-2 form input[type="submit"]:hover {
  background: #000;
}
@media screen and (max-width: 1230px) {
  .contact-page .contact-1 ul li {
    width: 31%;
    padding: 30px 15px;
  }
  .contact-page .contact-1 ul .add p {
    font-size: 12px;
  }
  .contact-page p {
    font-size: 14px;
  }
  .contact-page .contact-2 .top p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 form input[type="text"] {
    width: 100%;
  }
}
.about-page .about-6 {
  padding-top: 150px;
}
.about-page .about-6 h2 {
  font-size: 48px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: 'CB';
  line-height: 1;
}
.about-page .about-6 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  text-transform: none;
}
.about-page .about-6 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.about-page .about-6 .box ul li {
  padding-bottom: 20px;
}
.about-page .about-6 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-6 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("/china-sda/2024/08/02/faq-1-1.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  /*text-transform: capitalize;*/
  position: relative;
  cursor: pointer;
}
.about-page .about-6 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.about-page .about-6 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  line-height: 2;
  font-size: 16px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .box ul li.active h4 {
  background-color: #469852;
  color: white;

}
.about-page .about-6 .box ul li.active h4:after {
  content: "\f106";
}

.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  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;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  /*font-weight: bold;*/
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #0071e3;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}

.qualityControl-page h2.title {
  font-size: 48px;
  font-family: 'CB';
  color: #1c1c1c;
  /*text-transform: uppercase;*/
  line-height: 1;
  text-align: center;
}
.qualityControl-page h2.title small {
  display: block;
  font-size: 18px;
      font-family: 'PR';
  color: #797979;
  line-height: normal;
  margin-top: 10px;
  text-transform: none;
}
.qualityControl-page .qualityControl-1 {
  padding-bottom: 20px;
  background: #fbfcff;
  margin-top: 10rem;
}
.qualityControl-page .qualityControl-1 .box {
  background: white;
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  top: -110px;
  padding: 70px 5% 50px;
  position: relative;
}
.qualityControl-page .qualityControl-1 .box:after {
  content: '';
  left: 0;
  height: 110px;
  width: 40px;
  border-radius: 20px;
  background: #000;
  position: absolute;
  bottom: -185px;
  display: none;
}
.qualityControl-page .qualityControl-1 .box .list {
  margin-top: 50px;
}
.qualityControl-page .qualityControl-1 .box .list li{
  margin-bottom: 1rem;
}
.qualityControl-page .qualityControl-1 .box .list li::last-child{
  margin-bottom: 0;
}
.qualityControl-page .qualityControl-1 .box .img {
  padding-right: 7%;
  vertical-align: middle;
}
.qualityControl-page .qualityControl-1 .box .text {
  vertical-align: middle;
}
.qualityControl-page .qualityControl-1 .box .text h5 {
  font-family: 'CB';
  font-size: 30px;
}
.qualityControl-page .qualityControl-1 .box .text p {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  margin: 20px 0;
  max-width: 620px;
}
.qualityControl-page .qualityControl-1 .box .text .dots i {
  display: inline-block;
  width: 30px;
  height: 10px;
  border-radius: 4px;
  background: #dfe9f2;
  cursor: pointer;
  cursor: hand;
  vertical-align: middle;
  margin-right: 8px;
}
.qualityControl-page .qualityControl-1 .box .text .dots i.active {
  background: #2f80ee;
}
.qualityControl-page .qualityControl-1 .box .text .dots i:last-child {
  margin-right: 0;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots {
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li {
  padding: 0;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 30px;
  border-radius: 4px;
  background: #d8e4f2;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li button {
  display: none;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li.slick-active {
  background: #2f80ee;
}

.qualityControl-page .qualityControl-2 {
  padding: 90px 0;

}
.qualityControl-page .qualityControl-2 .box {
  padding-top: 90px;
  overflow: hidden;
}
.qualityControl-page .qualityControl-2 .box ul {
  margin: 0 -90px;
}
.qualityControl-page .qualityControl-2 .box ul li {
  padding: 0 90px;
  text-align: center;
}
.qualityControl-page .qualityControl-2 .box ul li i {
  display: inline-block;
  overflow: hidden;
}
.qualityControl-page .qualityControl-2 .box ul li p {
  display: none;
  margin-top: 45px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
}
.qualityControl-page .qualityControl-3 {
  padding: 60px 0 40px;
  background: #f5f9fe url("../images/about-3-bg.jpg") right top no-repeat;
  display: none;
}
.qualityControl-page .qualityControl-3 h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #1c1c1c;
  font-family: "CB";
}
.qualityControl-page .qualityControl-3 .box {
  padding-top: 50px;
}
.qualityControl-page .qualityControl-3 .box ul {
  margin: -15px;
}
.qualityControl-page .qualityControl-3 .box ul li {
  padding: 15px;
}
.qualityControl-page .qualityControl-3 .box ul li a {
  display: block;
}
.qualityControl-page .qualityControl-3 .box ul li a img {
  width: 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow {
  width: 42px;
  height: 42px;
  background: url("../images/icon-arrow.png") center center no-repeat transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100% 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-prev {
  right: 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-next {
  left: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots {
  padding-top: 40px;
  padding-bottom: 15px;
  margin: 0;
  text-align: center;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li {
  padding: 0;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 30px;
  border-radius: 4px;
  background: #d8e4f2;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li button {
  display: none;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li.slick-active {
  background: #2f80ee;
}

@media screen and(max-width: 1600px) {
  .qualityControl-page .qualityControl-3 h2 {
    font-size: 30px;
  }
  .qualityControl-page .qualityControl-1 .box {
    top: -80px;
  }
  .qualityControl-page h2.title {
    font-size: 40px;
  }
  .qualityControl-page .qualityControl-1 .box:after {
    bottom: -155px;
    width: 30px;
    border-radius: 15px;
  }
  .qualityControl-page .qualityControl-2 .box {
    padding-top: 70px;
  }
  .qualityControl-page .qualityControl-2 .box ul li p {
    font-size: 16px;
    margin-top: 30px;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow{
    z-index: 1;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-next{
    left: auto;
    right: 0;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-prev{
    left: 0;
    right: auto;
  }
}

@media screen and (max-width: 1400px) {
  .qualityControl-page h2.title {
    font-size: 32px;
  }
  .qualityControl-page h2.title small {
    font-size: 15px;
  }
  .qualityControl-page .qualityControl-1 .box {
    padding: 40px 30px;
  }
  .qualityControl-page .qualityControl-1 .box .list {
    margin-top: 40px;
  }
  .qualityControl-page .qualityControl-2 .box ul li {
    padding: 0 40px;
  }
  .qualityControl-page .qualityControl-2 .box ul {
    margin: 0 -40px;
  }
  .qualityControl-page .qualityControl-3 .box ul li {
    padding: 5px;
  }
  .qualityControl-page .qualityControl-3 .box ul {
    margin: -5px;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-dots {
    padding: 20px 0;
  }
  .qualityControl-page .qualityControl-3 .box {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .qualityControl-page .qualityControl-3 h2 {
    font-size: 26px;
  }
  .qualityControl-page .qualityControl-1 .box {
    padding: 30px 15px;
    top: -50px;
  }
  .qualityControl-page .qualityControl-1 .box:after {
    bottom: -110px;
    height: 80px;
  }
  .qualityControl-page .qualityControl-2 .box ul li {
    padding: 0 15px;
  }
  .qualityControl-page .qualityControl-2 .box ul {
    margin: 0 -15px;
  }
  .qualityControl-page .qualityControl-2 .box ul li p {
    font-size: 15px;
    line-height: 1.8;
  }
  .qualityControl-page .qualityControl-2 .box ul li i {
    max-width: 200px;
  }
  .qualityControl-page .qualityControl-2 .box {
    padding-top: 40px;
  }
  .qualityControl-page .qualityControl-2 {
    padding: 50px 0;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow{
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .qualityControl-page .qualityControl-3 .box ul .slick-dots{
    display: none !important;
  }
  .qualityControl-page h2.title {
    font-size: 28px;
  }
  .qualityControl-page h2.title small {
    margin-top: 5px;
  }
  .qualityControl-page .qualityControl-1 .box .img {
    padding-right: 3%;
  }
  .qualityControl-page .qualityControl-1 .box .text h5 {
    font-size: 20px;
  }
  .qualityControl-page .qualityControl-1 .box .text p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .qualityControl-page .qualityControl-1 .box .text .dots {
    display: none !important;
  }
  .qualityControl-page .qualityControl-2 .box ul li p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }
}

@media screen and (max-width: 700px) {
  .qualityControl-page .qualityControl-3 h2 {
    font-size: 22px;
  }
  .qualityControl-page .qualityControl-1 .box {
    top: 0;
  }
  .qualityControl-page .qualityControl-1 {
    padding: 30px 0;
  }
  .qualityControl-page .qualityControl-1 .box:after {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .qualityControl-page .qualityControl-1 .box .img,
  .qualityControl-page .qualityControl-1 .box .text{
    width:100%;
  }
  .qualityControl-page h2.title {
    font-size: 24px;
  }
  .qualityControl-page .qualityControl-1 .box .list {
    margin-top: 20px;
  }
  .qualityControl-page .qualityControl-1 .box .text {
    margin-top: 20px;
  }
  .qualityControl-page .qualityControl-1 .box .text p {
    margin-top: 10px;
  }
}

.seoPublic .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2em;
}
a.shengdahide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.seoPublic > div {
  padding: 60px 0;
}
.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}

.inner-page .sideBox .side-right .seoPublic > div {
  background: transparent;
  padding: 0
}
.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seoPublic .Auxil-about .box .left {
  width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-height: 203px;
  padding-right: 1em;
  overflow: auto;
}
.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
  display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
  /*margin-top: 30px;*/
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: #009b4d;
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: 0.5em;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: #009b4d;
  color: #009b4d;
}
.seoPublic .Auxil-form .form ul {
  margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: #009b4d;
}
.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: #009b4d;
  color: whitesmoke;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}
.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.seoPublic .text a {
  color: inherit;
}
.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  padding: 12px 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
.seoPublic .Auxil-through a:hover {
  background: #009b4d;
  color: white;
}
.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: #009b4d;
}
.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #009b4d;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #009b4d;
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: #009b4d;
}
@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }
  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 10px;
    background: #009b4d;
    border-radius: 5px;
    color: white;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }
  #cp-Nav .nav > ul {
    display: none;
  }
  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }
  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }
  .seoPublic .Auxil-about .box {
    display: block;
  }
  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
  }
  .seoPublic > div {
    padding: 30px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}
