@font-face {
  font-family: 'MR';
  src: url('../fonts/Montserrat-Regular.eot') format('eot'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
/*@font-face {
  font-family: 'MEL';
  src: url('../fonts/Montserrat-ExtraLight.eot') format('eot'), url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLight.woff') format('woff'), url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
}*/
@font-face {
  font-family: 'AR';
  src: url('../fonts/ArialMT.eot') format('eot'), url('../fonts/ArialMT.woff2') format('woff2'), url('../fonts/ArialMT.woff') format('woff'), url('../fonts/ArialMT.ttf') format('truetype');
}
@font-face {
    font-family: 'HM';
    src: url('../fonts/HelveticaNeueLT-MdCn.eot') format('eot'),
        url('../fonts/HelveticaNeueLT-MdCn.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLT-MdCn.woff') format('woff'),
        url('../fonts/HelveticaNeueLT-MdCn.ttf') format('truetype');
}
@media screen and (max-width: 1000px){
  .hyzhhide {                                      
    display: none !important;
  }
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
body {
  font-family: 'HM';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1490px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#header .h-top {
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #000;
}
#header .h-top .grid-box .left {
  vertical-align: middle;
}
#header .h-top .grid-box .left li {
  display: inline-block;
  margin-right: 2.45rem;
  font-size: 16px;
  color: #fff;
}
#header .h-top .grid-box .left li i {
  display: inline-block;
}
#header .h-top .grid-box .left li span {
  display: inline-block;
  padding-left: 0.7rem;
}
#header .h-top .grid-box .left li:last-child {
  margin-right: 0;
}
#header .h-top .grid-box .left li:last-child::before {
  content: '';
  width: 1px;
  /*margin: -6px 10px 0 0;*/
  height: 20px;
  /*background: rgba(255, 255, 255, 0.3);*/
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .grid-box .right {
  text-align: right;
  vertical-align: middle;
}
#header .h-top .grid-box .right ul {
  display: inline-block;
}
#header .h-top .grid-box .right ul li {
  display: inline-block;
  font-size: 16px;
  margin-right: 2.75rem;
}
#header .h-top .grid-box .right ul li i {
  display: inline-block;
}
#header .h-top .grid-box .right ul li span {
  display: inline-block;
  padding-left: 0.7rem;
}
#header .h-top .grid-box .right ul li:last-child {
  margin-right: 0;
}
#header .h-top .grid-box .right ul li:last-child::before {
  content: '';
  width: 1px;
  margin: -6px 10px 0 0;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: middle;
}
#header .h-top ul li {
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.14);
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 2.5rem 0 0;
  font-size: 18px;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a {
  color: #005c3f;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #005c3f;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  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;
  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 #005c3f;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  color: #000;
  -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 li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a{
  color: #fff;
}
#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:last-child {
  margin: 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: 200px;
  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 #005c3f;
  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;
  font-size: 12px;
  -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;
  color: #222;
  -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 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) .sub-menu li:hover a{
  color: #fff;
}
#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: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 200px;
  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 #005c3f;
  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;
  font-size: 12px;
  -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;
  color: #222;
  -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 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) .sub-menu li:hover a{
  color: #fff;
}
#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) .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: 200px;
  width: 200px;
  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 #005c3f;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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 li:nth-child(odd) .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .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) .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) .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: 200px;
  width: 200px;
  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 #005c3f;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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 li:nth-child(even) .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .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) .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) .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: 200px;
  width: 200px;
  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 #005c3f;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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 li:nth-child(odd) .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .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) .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 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: 200px;
  width: 200px;
  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 #005c3f;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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 li:nth-child(even) .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .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) .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 .h-inquiry{
  margin-left: 2.4rem;
  background: #00b38d;
  text-align: center;
  padding: 6px 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-inquiry .fa{
  margin-left: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  border-right: 3px solid #fff;
  cursor: pointer;
  margin-left: 2.4rem;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 2.5rem;
}
#header .nav .ui.menu .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
#header .nav .ui.menu .h-language i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  font-size: 20px;
  margin-left: 8px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 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 #005c3f;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-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.active .h-top {
  opacity: 0;
}
#header.active .nav {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 1rem 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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #005c3f;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 0;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 0;
}
#banner ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  text-align: center;
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #a9a9a9;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background: #4d6845;
}
#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;
  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;
  background-color: #fff;
}
#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;
}
#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: 2;
}
#mobile .menu-content .menu-list ul li ul li ul li{
  color: #b6b6b7;
  font-size: 14px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#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;
  line-height: 2;
}
#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;
  text-transform: capitalize;
}
#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;
  cursor: hand;
}
#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;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .ui.content {
  max-width: 1600px;
  width: 100%;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 20%;
  width: 100%;
}
#banner ul li .text .left {
  width: 54%;
}
#banner ul li .text .left span {
  font-size: 3rem;
  color: #005c3f;
  line-height: 1;
  display: block;
}
#banner ul li .text .left span em {
  font-size: 2rem;
  color: #000;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
#banner ul li .text .left span em::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #005c3f;
}
#banner ul li .text .left h3 {
  font-size: 3rem;
  line-height: 2;
  position: relative;
  display: inline-block;
  margin-top: 3.5rem;
  padding-bottom: 14px;
}
#banner ul li .text .left h3 em {
  color: #005c3f;
}
#banner ul li .text .left h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #005c3f;
}
#banner ul li .text .left p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2.5rem;
      font-family: 'AR';
}
#index-body .more {
  position: relative;
  z-index: 1;
  -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 {
  width: 100%;
}
#index-body p.desc {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0.85rem;
}
#index-body .about {
  padding: 8.5rem 0;
  position: relative;
  z-index: 1;
}
#index-body .about .header .left {
  vertical-align: middle;
}
#index-body .about .header .left h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #0e0e0e;
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
}
#index-body .about .header .left h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #005c3f;
}
#index-body .about .header .left .txt {
  margin-top: 1.6rem;
  font-size: 16px;
  line-height: 2;
  font-family: 'AR';
}

#index-body .about .header .right {
  margin-top: 4rem;
  text-align: right;
  vertical-align: middle;
}
#index-body .about .header .right a {
  display: inline-block;
  vertical-align: middle;
  color: #1e1e1e;
  line-height: 40px;
  height: 40px;
  padding: 0 22px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
#index-body .about .header .right a i {
  margin-left: 0.85rem;
}
#index-body .about .header .right a::after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
#index-body .about .header .right a:hover {
  color: #fff;
}
#index-body .about .header .right a:hover::after {
  width: 100%;
}
#index-body .init-1 {
  background: url("../images/exe.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 9rem 0;
  box-shadow: 2px 2px 30px rgb(0 0 0 / 10%) inset;
}
#index-body .init-1 .left {
  width: 32%;
}
#index-body .init-1 .left h3 {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: bold;
}
#index-body .init-1 .left p {
  font-size: 20px;
  line-height: 2;
  margin-top: 2rem;
  font-family: 'AR';
}
#index-body .init-2 {
  background: url("../images/huanbao.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 10.5rem 0;
  color: #fff;
}
#index-body .init-2 h3 {
      font-size: 3.4rem;
  line-height: 2;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#index-body .init-2 h4 {
    font-size: 1.3rem;
    line-height: 1.4;
    text-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    margin-top: 10px;
    font-family: 'AR';
}
#index-body .init-2 .con {
    background: rgba(255, 255, 255, 0.4);
    padding: 1.25rem 1.4rem;
    margin-top: 2.5rem;
    font-size: 19px;
    line-height: 2;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
    font-family: 'AR';
}
#index-body .init-3 {
  background: url("../images/xunjia.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 11rem 0;
}
#index-body .init-3 .left {
  width: 52%;
}
#index-body .init-3 .left h3 {
  font-size: 2.5rem;
  line-height: 2;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
}
#index-body .init-3 .left h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #005c3f;
}
#index-body .init-3 .left .con {
  margin-top: 1rem;
}
#index-body .init-3 .left .con li {
  font-size: 18px;
  line-height: 2;
  color: #464646;
  padding-left: 20px;
  position: relative;
  font-family: 'AR';
}
#index-body .init-3 .left .con li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #005c3f;
  position: absolute;
  left: 0;
  top: 12px;
}
#index-body .product {
  padding: 5.5rem 0;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .header h3 {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
      position: relative;
}
#index-body .product .header p {
 font-size: 18px;
    line-height: 2;
    width: 56%;
    margin: 0.8rem auto 0;
    color: #464646;
}
#index-body .product .content {
  margin-top: 3rem;
}
#index-body .product .content ul {
  margin-right: -1rem;
}
#index-body .product .content ul .slick-track {
  margin: 0;
}
#index-body .product .content ul li {
  padding-right: 1rem;
}
#index-body .product .content ul li .box .img img {
  width: 100%;
}
#index-body .product .content ul li .box .text {
  padding: 1.6rem 1.6rem 0;
}
#index-body .product .content ul li .box .text h3 {
  font-size: 22px;
  line-height: 2;
  font-weight: bold;
}
#index-body .product .content ul li .box .text .con {
  font-size: 18px;
  line-height: 2;
  color: #464646;
  margin-top: 1rem;
  font-family: 'AR';
}
#footer {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #292929;
}
#footer .box {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .box .list_cont {
  margin-top: 30px;
}
#footer .box .list_cont:first-child {
  width: 390px;
}
#footer .box .list_cont .first {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: bold;
}
#footer .box .list_cont .list {
  color: #c7c9ca;
  font-size: 16px;
 font-family: 'AR';
 
  margin-top: 15px;
  line-height: 2;
}
#footer .box .list_cont #ewm {
  margin-top: 25px;
  width: 100px;
  padding: 5px;
  background-color: #fff;
}
#footer .box .list_cont .share {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .box .list_cont .share a {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .box .list_cont .share a:hover {
  color: #005c3f;
}
#footer .box .list_cont .list_2 {
transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 16px;
    color: #9b9da0;
    display: block;
    margin-top: 10px;
    font-family: 'AR';
    text-transform: capitalize;
}
#footer .box .list_cont .list_2:hover {
  color: #005c3f;
}
#footer .box .list_cont .swiper {
  margin-top: 30px;
  width: 330px;
  height: 230px;
  overflow: hidden;
}
#footer .box .list_cont .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .box .list_cont .swiper .swiper-wrapper .swiper-slide .img {
  width: 76px;
  height: 65px;
}
#footer .box .list_cont .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#footer .box .list_cont .swiper .swiper-wrapper .swiper-slide .news_info {
  width: 75%;
  padding-left: 10px;
}
#footer .box .list_cont .swiper .swiper-wrapper .swiper-slide .news_info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: #8a8b8e;
 font-family: 'AR';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;

}
#footer .box .list_cont .swiper .swiper-wrapper .swiper-slide .news_info .title:hover {
  color: #005c3f;
}
#footer .box .list_cont .swiper .swiper-wrapper .swiper-slide .news_info .time {
  font-size: 14px;
  color: #616161;
  font-weight: bold;
  line-height: 2;
}
#footer .f-copy {
  width: 100%;
  line-height: 2;
  text-align: center;
  color: #a6a6a6;
  font-size: 16px;
  margin-top: 35px;
}
#footer .f-copy p {
  padding: 30px 15px;
  border-top: 1px solid #949494;
  text-transform: uppercase;
  font-family: 'AR';
}
#footer .f-copy svg {
  vertical-align: top;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #a6a6a6;
  margin-top: 3px;
}
#footer .f-copy svg text {
  fill: #a6a6a6;
  text-transform: capitalize;
}
#footer .f-copy svg:hover {
  fill: #005c3f;
}
#footer .go_top {
  position: absolute;
  width: 15px;
  bottom: 50px;
  right: 130px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
#footer .go_top i,
#footer .go_top div,
#footer .go_top span,
#footer .go_top img {
  display: inline-block;
  line-height: 1;
}
#footer .go_top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .go_top img {
  width: 9px;
}
#footer .go_top .subline {
  width: 1px;
  height: 80px;
  background-color: #fff;
  margin-top: 0;
}
#footer .go_top span {
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.inquiry {
  position: fixed;
  bottom: 10%;
  right: 1rem;
  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: #005c3f;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.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.5);
  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: #005c3f;
  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: #000;
}
.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: 1700px) {
  #footer .go_top {
    right: 3%;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .ui.menu .logo {
    width: 17%;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 2.4rem;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 1.5rem;
  }
  #banner ul li .text .left {
    width: 60%;
  }
  #banner ul li .text .left h3 {
    margin-top: 2rem;
  }
  #banner ul li .text .left p {
    margin-top: 2rem;
  }
  #index-body .init-1 .left {
    width: 35%;
  }
}
@media screen and (max-width: 1250px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 2rem;
  }
  #index-body .init-3 .left {
    width: 60%;
  }
  #footer .box .list_cont:nth-child(1) {
    width: 340px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.5rem 0 0;
    font-size: 16px;
  }
  #banner ul li .text {
    top: 15%;
  }
  #index-body .init-3 .left {
    width: 66%;
  }
  #index-body .init-1 .left {
    width: 46%;
  }
}
@media screen and (max-width: 1000px) {
  #header .h-top {
    display: none;
  }
  #header .nav {
    padding: 0 !important;
    margin-top: 0;
  }
  #header .nav .ui.menu .logo {
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .text .left h3 {
    margin-top: 1rem;
  }
  #banner ul li .text .left p {
    margin-top: 1rem;
  }
  #index-body .init-2 .con {
    font-size: 16px;
  }
  #index-body .init-2 {
    padding: 7rem 0;
  }
  #index-body .init-3 {
    padding: 7rem 0;
  }
  #index-body .product .header p {
    width: 90%;
  }
  #footer .box .list_cont:nth-child(2),
  #footer .box .list_cont:nth-child(3){
    width: 30%;
  }
  #footer .box .list_cont:nth-child(5){
    width: 40%;
  }
  #footer .box .list_cont .swiper .swiper-wrapper .swiper-slide .news_info{
    padding-right: 30px;
  }
  #footer .box .list_cont .swiper {
    width: 300px;
  }
  #footer .box .list_cont:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 60%;
  }
  #footer .box .list_cont:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 40%;
  }
  #footer .box .list_cont .swiper .swiper-wrapper .swiper-slide .news_info {
    width: 73%;
  }
  #footer .box .list_cont .swiper {
    height: 260px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .left span {
    font-size: 2.5rem;
  }
  #banner ul li .text .left span em {
    padding-bottom: 2px;
  }
  #banner ul li .text .left h3 {
    font-size: 2.5rem;
    padding-bottom: 6px;
  }
  #index-body .about {
    padding: 3rem 0;
  }
  #index-body .about .header .right a {
    font-size: 18px;
  }
  #index-body .about .header .left,
  #index-body .about .header .right {
    width: 100%;
  }
  #index-body .init-2{
    color: #000;
  }
  #index-body .init-2 .con{
    text-shadow: initial;
  }
  #index-body .init-1 .left {
    width: 100%;
  }
  #index-body .init-1 .left h3 {
    font-size: 2rem;
  }
  #index-body .init-1 .left p {
    font-size: 16px;
  }
  #index-body .init-2 h4 {
    font-size: 16px;
  }
  #index-body .init-2 .con {
    font-size: 14px;
  }
  #index-body .init-2 h3 {
    font-size: 2rem;
  }
  #index-body .init-3 .left h3 {
    font-size: 2rem;
  }
  #index-body .init-3 .left {
    width: 100%;
  }
  #index-body .init-3 .left .con li {
    font-size: 14px;
  }
  #index-body .product .header p {
    width: 100%;
    font-size: 16px;
  }
  #index-body .product .content ul li .box .text h3 {
    font-size: 20px;
  }
  #index-body .product .content ul li .box .text .con {
    font-size: 16px;
  }
  #footer .box .list_cont:nth-child(2),
  #footer .box .list_cont:nth-child(3),
  #footer .box .list_cont:nth-child(4) {
    display: none;
  }
  #footer .box .list_cont:nth-child(5){
    width: 100%;
  }
  #footer .box .list_cont #ewm {
    display: none;
  }
  #footer .box .list_cont:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  #footer .box .list_cont:nth-child(4) {
    width: 100%;
  }
  #footer .box .list_cont .swiper {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #footer .box .list_cont .list {
    font-size: 14px;
    line-height: 1.6;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 1.6;
  }
  #footer .box .list_cont:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  #footer .box .list_cont #ewm {
    margin: auto;
    margin-top: 20px;
  }
  #footer .box .list_cont .share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .box .list_cont:nth-child(4) {
    width: 100%;
  }
  #footer .box .list_cont .first {
    text-align: center;
  }
  #footer .go_top {
    bottom: 230px;
    right: 5px;
  }
}

.mbx-box{
padding: 0 0 73px;
}
.mbx-box h2{
  font-size: 18px;

  line-height: 2;
  text-transform: capitalize;
      text-align: left;
}
.mbx-box .mbx{
  font-size: 18px;
  line-height: 2;
  margin-top: 14px;
      font-family: 'AR';
    text-transform: capitalize;
}

.inner-banner {
  position: relative;
  height: 31.75rem;
  padding-top: 17.25rem;
  overflow: hidden;
}
.inner-banner .luxy-el {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0;
}
.inner-banner .container {
  z-index: 2;
}
.inner-banner .mbx-box {
  position: relative;
  padding-left: 5.5rem;
}
.inner-banner .mbx-box::after {
  position: absolute;
  z-index: -1;
  content: attr(data-name);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 4.85rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);

  text-transform: uppercase;
}
.inner-banner .mbx-box .mbx {
  font-size: 18px;
  color: #fff;
 
  padding-top: 1.5rem;
}
.inner-banner .mbx-box .mbx a,
.inner-banner .mbx-box .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .mbx-box .mbx a:first-child {
  margin-left: 0;
}
.inner-banner .mbx-box .mbx a:hover {
  color: #2a7555;
}
.inner-banner .mbx-box .mbx span {
  margin-right: 0;
}
.inner-banner .mbx-box h2 {
  font-size: 1.9rem;
  line-height: 2;
  color: #fff;
  font-weight: bold;
  margin-top: 0.5rem;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-family: 'Montserrat-ExtraLight';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li ul{
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li i{
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a span {
      font-weight: 300;
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li:hover {
  color: #2a7555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.active{
  color: #2a7555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li ul li.active a{
color: #fff;
    background: #2a7555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #2a7555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
      font-family: 'AR';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/cat2.png) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
      font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 1.1rem;
  text-transform: uppercase;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 16px;
  color: #2a7555;
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #2a7555;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}
.inner-page .m-page {
  text-align: center;
  float: none;
  margin: 15px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #2a7555 none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
 
  padding: 4rem 0;
  overflow: hidden;
  background-size: cover;
}
.about-page .about-1 .left {
  width: 58%;
  vertical-align: middle;
}
.about-page .about-1 .left h2 {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 600;
  color: #2a7555;
}
.about-page .about-1 .left .line {
  width: 10rem;
  height: 2px;
  background-color: #2a7555;
}
.about-page .about-1 .left .text {
    line-height: 2;
    margin-top: 2rem;
    font-family: 'AR';
    font-size: 16px;
}
.about-page .about-1 .right {
  width: 42%;
  vertical-align: middle;
}
.about-page .about-1 .right .img {
  display: inline-block;
  position: relative;
  padding: 25px;
  margin-bottom: 30px;
}
.about-page .about-1 .right .img > img {
  border-radius: 0 0 100px 100px;
}
.about-page .about-1 .right .img .play-box {
  text-align: center;
  min-width: 280px;
  padding: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(42, 117, 85, 0.95);
  color: white;
  border-radius: 100px 0 100px 0;
}
.about-page .about-1 .right .img .play-box .plays {
  padding-top: 2rem;
}
.about-page .about-1 .right .img .play-box .play {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
}
.about-page .about-1 .right .img .play-box .play::before,
.about-page .about-1 .right .img .play-box .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .right .img .play-box .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .right .img .play-box h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  width: 82%;
  margin: 2rem auto 0;
}
.about-page .about-1 .mask {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .mask::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10rem;
  font-weight: bold;
  line-height: .5;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.05);
 
  z-index: -1;
}
.about-page .about-1 .mask h5 {
     font-size: 3.3rem;
    line-height: 2;
   
}
.about-page .about-1 .mask h6 {
font-size: 30px;
    line-height: 2;
    color: #2a7555;
    margin-top: 10px;
    text-transform: capitalize;
}
.about-page .about-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  margin-top: 4.8rem;
}
.about-page .about-1 ul li h4 em {
  font-size: 1.8rem;
 
  line-height: 1;
  display: inline-block;
}
.about-page .about-1 ul li h4 sub {
  font-size: 1.8rem;
 
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.about-page .about-1 ul li h4 span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding-left: 5px;
  vertical-align: bottom;
  margin-bottom: 5px;
}
.about-page .about-1 ul li p {
  font-size: 20px;
  line-height: 1.8;

  font-weight: bold;
  margin-top: 0.5rem;
}
.about-page .about-1 ul li::after {
  content: '';
  width: 18px;
  height: 2px;
  background: #000;
  display: block;
  margin-top: 1rem;
}
.about-page .about-2 {
  padding: 5.25rem 0;
}
.about-page .about-2 h2 {
  font-size: 2.5rem;
 
  line-height: 1;
  color: #2a7555;
}
.about-page .about-2 .box {
  margin: -15px;
}
.about-page .about-2 .box .left {
  padding: 15px;
  width: 60%;
}
.about-page .about-2 .box .left .btn {
  display: inline-block;
  font-size: 24px;
  line-height: 46px;
  padding: 0 40px;
  background-color: #2a7555;
  color: white;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.about-page .about-2 .box .left .btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.about-page .about-2 .box .left .btn:hover {
  color: #fff;
}
.about-page .about-2 .box .left .btn:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-2 .box .left p {
  line-height: 2;
}
.about-page .about-2 .box .right {
  padding: 15px;
  width: 40%;
}
.about-page .about-2 .box .right .img {
  display: inline-block;
  border-radius: 19px;
  overflow: hidden;
}
.about-page .about-3 {
  position: relative;
  z-index: 1;
  padding-bottom: 5.5rem;
  padding-top: 5.5rem;
}
.about-page .about-3 .left {
  width: 40%;
}
.about-page .about-3 .left h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
}
.about-page .about-3 .left p {
    margin-top: 1rem;
    font-family: 'AR';
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
}
.about-page .about-3 .left .img {
  margin: 1.5rem 0;
}
.about-page .about-3 .left .tab {
  font-size: 0;
}
.about-page .about-3 .left .tab span {
  display: inline-block;
  background-color: #2a7555;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.about-page .about-3 .left .tab span img {
  vertical-align: middle;
}
.about-page .about-3 .left .tab span.left-btn {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.about-page .about-3 .left .tab span.right-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.about-page .about-3 .right {
  width: 50%;
  position: relative;
}
.about-page .about-3 .right ul {
  margin: -15px;
}
.about-page .about-3 .right ul li {
  padding: 15px;
}
.about-page .about-3 .right ul li img {
  width: 100%;
}
.about-page .about-4 {
  position: relative;
 
  background-repeat: no-repeat;
    background-attachment: fixed !important;
    background: url(../images/xunjia.jpg);
}
.about-page .about-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-4 .BL {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12%;
}
.about-page .about-4 .text-box {
padding: 120px 0 300px;
}
.about-page .about-4 .text-box h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

/*.about-page .about-4 .text-box h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #005c3f;
}*/

.about-page .about-4 .text-box .btnbox .btn {
  max-height: 49px;
  font-size: 18px;
  line-height: 1;
  padding: 12px 15px;
  color: #2a7555;
  background-color: #fff;
  display: inline-block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.about-page .about-4 .text-box .btnbox .btn:first-child {
  padding: 17px 34px;
  margin-right: 2.85rem;
}
.about-page .about-4 .text-box .btnbox .btn:last-child {
  padding: 16px 4px;
}
.about-page .about-4 .text-box .btnbox .btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #2a7555;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.about-page .about-4 .text-box .btnbox .btn:hover {
  color: #fff;
  border: none;
}
.about-page .about-4 .text-box .btnbox .btn:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-4 .text {
  font-size: 2.4rem;
  font-family: 'MB';
  font-weight: bold;
  line-height: 1.2;
  -webkit-text-stroke-color: #65cda0;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.about-page .about-4 .text h4 {
  color: #65cda0;
}
.about-page .about-4 .outline {
  color: transparent;
  -webkit-text-stroke: 1px #65cda0;
}
.about-page .about-5 {
margin-top: -260px;
}
.about-page .about-5 ul {
  margin: -18px;
}
.about-page .about-5 ul li {
  padding: 21px;
}
.about-page .about-5 ul li .item {
    padding: 35px 35px 35px;
  
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    position: relative;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-5 ul li .item i {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.about-page .about-5 ul li .item i::after {
  content: '';
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background: #eff4fe;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
}
.about-page .about-5 ul li .item i::before {
  content: '';
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #eff4fe;
  z-index: -1;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(90%, -190%);
  -moz-transform: translate(90%, -190%);
  -ms-transform: translate(90%, -190%);
  -o-transform: translate(90%, -190%);
  transform: translate(90%, -190%);
  display: block;
  position: absolute;
}
.about-page .about-5 ul li .item a.more {
  float: right;
  margin-top: 8px;
}
.about-page .about-5 ul li .item h6 {
    font-size: 1.6rem;
    color: #212121;
    font-weight: bold;
    line-height: 1;
    margin-top: 1.5rem;
}
.about-page .about-5 ul li .item .text {
    margin-top: 1.4rem;
    font-size: 16px;
    line-height: 2;
    height: 190px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-bottom: 1.5rem;
    width: 90%;
    font-family: 'AR';
}
.about-page .about-5 ul li .item a.more2 {
  font-size: 18px;
  color: #2a7555;
  font-weight: bold;
}
.about-page .about-5 ul li .item a.more2 img {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-5 ul li .item:hover {
  top: -15px;
}
.about-page .about-5 ul li .item:hover h6 {
  color: #2a7555;
}
.about-page .i-semi {
  text-align: center;
  padding: 4rem;
  background: linear-gradient(#f2f2f2 50%, #fff 50%);
}
.about-page .i-semi h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about-page .i-semi p {
  font-size: 18px;

  font-weight: bold;
  color: #545454;
}
.about-page .i-semi .semi-list {
  margin-top: 2rem;
  position: relative;
}
.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img{
  width: 100%;
}
.about-page .i-semi .semi-list ul li p {
  font-size: 18px;
  padding: 20px 10px;
  display: none;
}
.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/inner-l.png) no-repeat center;
  left: 45.8%;
  bottom: 10px;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .i-semi .semi-list .slick-next {
  background: url(../images/inner-r.png) no-repeat center;
  left: calc(51%);
}
@media screen and (max-width: 1100px) {
  .about-page .about-5 ul li .item {
    padding: 50px 20px;
  }
  .about-page .about-5 ul li .item .text {
    width: 100%;
  }
  .about-page .about-5 ul li .item h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding-top: 15rem;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-1 ul li p {
    font-size: 16px;
  }
  .about-page .about-2 .box .left {
    width: 100%;
  }
  .about-page .about-2 .box .right {
    display: none;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding-top: 1.5rem;
  }
  .about-page .about-4 {
    display: none;
  }
  .about-page .about-5 ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .mbx-box::after {
    font-size: 4rem;
  }
  .mbx-box .mbx{
    font-size: 18px;
  }
  .about-page .about-1 .left h2 {
    font-size: 2.4rem;
  }
  .about-page .about-1 .left .text {
    line-height: 2;
  }
  .about-page .about-1 .mask {
    display: none;
  }
  .about-page .about-1 ul {
    display: none;
  }
  .about-page .about-2 .box .left p {
    line-height: 1.5;
  }
  .about-page .about-2 .box .left .btn {
    font-size: 15px;
  }
   .about-page .about-5 ul li{
    width: 100% !important;
  }
  .about-page .about-5 ul li .item .text{
    height: auto;
  }
  .about-page .i-semi {
    padding: 4rem 0;
  }
  .about-page .i-semi p {
    font-size: 16px;
  }
}
.contact-page .contact-1 .text-map {
  text-align: center;
  padding-top: 4rem;

}
.contact-page .contact-1 .text-map h5 {
  font-size: 28px;
  padding: 15px 0;
  font-family: 'MB';
  line-height: 1;
}
.contact-page .contact-1 .text-map p {
  font-size: 18px;
}
.contact-page .contact-1 .container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contact-page .contact-1 .container .map {
  width: 65%;
  position: relative;
}
.contact-page .contact-1 .container .con-right {
  width: 35%;
  margin: auto;
  padding-left: 4%;
}
.contact-page .contact-1 .container .con-right h3 {
  font-size: 24px;
  padding-bottom: 20px;

}
.contact-page .contact-1 .container .con-right li {
  padding: 16px 0;
  font-size: 18px;
  line-height: 2;
}
/*.contact-page .contact-1 .container .con-right li:nth-child(1) {
  background: url(../images/c-1.png) no-repeat left center;
  padding-left: 80px;
}
.contact-page .contact-1 .container .con-right li:nth-child(2) {
  background: url(../images/c-2.png) no-repeat left center;
  padding-left: 80px;
}
.contact-page .contact-1 .container .con-right li:nth-child(3) {
  background: url(../images/c-3.png) no-repeat left center;
  padding-left: 80px;
}*/
.contact-page .contact-2 {
  margin-top: 4.1rem;
}
.contact-page .contact-2 .box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #f8f8f8;
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.contact-page .contact-2 .left {
  background-color: #2a7555;
  padding: 2.8rem 0 2.8rem 12.45rem;
  color: #fff;
  width: 25.63%;
}
.contact-page .contact-2 .left h4 {
  font-size: 1.6rem;
  line-height: 1.2;
      font-weight: bold;
}
.contact-page .contact-2 .right {
  width: 74.37%;
  padding: 0 11.7rem 0 2.4rem;
}
.contact-page .contact-2 .right ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contact-page .contact-2 .right ul li {
  display: inline-block;
  margin-right: 3rem;
}
.contact-page .contact-2 .right ul li h2 {
  font-size: 22px;
  font-family: 'MB';
}
.contact-page .contact-2 .right ul li p {
  font-size: 18px;
}
.contact-page .contact-2 .right ul li:last-child {
  margin-right: 0;
  width: 34%;
  text-transform: capitalize;
}
.contact-page .contact-3 {
  padding: 5rem 0 5rem;
}
.contact-page .contact-3 h3 {
  font-size: 4.85rem;

  line-height: 1;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.contact-page .contact-3 form {
  margin-top: 2.5rem;
}
.contact-page .contact-3 form ul li.wid-100 {
  width: 100% !important;
  margin-right: 0;
}
.contact-page .contact-3 form ul li.wid-100 textarea {
  height: 200px;
  padding-top: 12px;
}
.contact-page .contact-3 form ul li {
  margin-bottom: 1.5rem;
  margin-right: 2.7rem;
  width: 30.75% !important;
}
.contact-page .contact-3 form ul li input[type="text"],
.contact-page .contact-3 form ul li textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
  font-size: 16px;
  height: 50px;
  padding-left: 25px;
}
.contact-page .contact-3 form ul li input[type="text"]:focus,
.contact-page .contact-3 form ul li textarea:focus {
  border-color: #2a7555;
}
.contact-page .contact-3 form ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-3 form ul li:nth-child(4) {
  margin-right: 0;
}
.contact-page .contact-3 form ul li .box {
  width: 136px;
  height: 45px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  text-transform: uppercase;
  transform: skewX(-20deg);
  border-left: 5px solid #2a7555;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-page .contact-3 form ul li .box span {
  display: inline-block;
  transform: skewX(20deg);
}
.contact-page .contact-3 form ul li .box::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #2a7555;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.contact-page .contact-3 form ul li .box:hover {
  color: #fff;
}
.contact-page .contact-3 form ul li .box:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1800px) {
  .contact-page .contact-2 .left {
    padding: 2.8rem 0 2.8rem 10rem;
  }
  .contact-page .contact-2 .right {
    padding: 0 3rem 0 2.4rem;
  }
  .contact-page .contact-2 .right ul li {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1680px) {
  .contact-page .contact-2 .left {
    padding: 2.8rem 0 2.8rem 6rem;
  }
  .contact-page .contact-2 .right {
    padding: 0 2rem 0 2rem;
  }
  .contact-page .contact-2 .right ul li {
    margin-right: 1rem;
  }
  .contact-page .contact-3 form ul li {
    margin-right: 2.65rem;
  }
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding: 2rem 1rem;
  }
  .contact-page .contact-2 .right ul li {
    margin-right: 2.5rem;
  }
  .contact-page .contact-3 form ul li {
    margin-right: 2.6rem;
  }
}
@media screen and (max-width: 1120px) {
  .contact-page .contact-2 .right ul {
    display: block;
  }
  .contact-page .contact-2 .right ul li {
    width: 49.5%;
    margin-right: 0;
  }
  .contact-page .contact-2 .right ul li:last-child {
    width: 49.5%;
  }
  .contact-page .contact-3 form ul li {
    margin-right: 2rem;
    width: 31.1% !important;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .container {
    display: block;
  }
  .contact-page .contact-1 .container .map {
    width: 100%;
  }
  .contact-page .contact-1 .container .con-right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .contact-page .contact-3 form ul li {
    margin-right: 1rem;
    width: 32.1% !important;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .text-map h5 {
    font-size: 22px;
  }
  .contact-page .contact-1 .text-map p {
    font-size: 16px;
  }
  .contact-page .contact-2 .right ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact-page .contact-2 .right ul li:last-child {
    width: 100%;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 16px;
  }
  .contact-page .contact-3 form ul li {
    width: 100% !important;
    margin-right: 0;
  }
}
.news-page {
  padding: 4rem 0;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0rem;
}
.news-page .sidebar-box .sidebar-right .news-list {
      width: 98%;
}
.news-page .sidebar-box .sidebar-right .news-list ul {
  margin: -20px -15px;

}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  
    width: 33.33%;
    display: inline-block;
    padding: 20px 15px;

}
.news-page .sidebar-box .sidebar-right .news-list ul li .img {
  position: relative;
      padding: 1rem 1rem 0rem 1rem;
    background: #f9f9f9;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .img img {
  width: 100%;
      object-fit: cover;
    height: 180px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .img time {
  font-size: 14px;

  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 13px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .text {
color: #2b2b2b;
    background: #f9f9f9;
    padding: 1rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .text h3 {
  font-size: 18px;
  line-height: 2;
color: #2a7555;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin: 10px 0px 10px 0px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .text h3:hover {
  color: #2a7555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .text p {
    font-size: 15px;
    line-height: 2;
    margin-top: 0.5rem;
    color: #666;
    font-family: 'AR';
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1230px) {
  .inner-page .sidebar-box .sidebar-left .inner,
  .inner-page .sidebar-box .sidebar-left h2 {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-left{
        width: 100%;
  }
  .inner-page .sidebar-box .sidebar-right h1.producth1{
    display: none!important;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .sidebar-box .sidebar-right .news-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sidebar-box .sidebar-right .news-list ul li {
    width: 100%;
    padding-right: 0;
  }
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 4.25rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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;
  margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #2a7555;
  border: 1px solid #2a7555;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background-color: #2a7555;
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-family: 'MB';
  text-transform: uppercase;
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 0.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-title {
  font-size: 28px;
  line-height: 2;
  color: #000;
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
 
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;

  line-height: 2;
  color: #2b2b2b;
  font-weight: bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
 
  margin-top: 2.5rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 0.9rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: #2a7555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 1.75rem 0;
  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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 1rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;
  max-width: 255px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: #2a7555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 1.5rem;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 1.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 3rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
 
  margin-bottom: 1.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 1.5rem;
      font-family: 'AR';
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text span {
  color: #2a7555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 1.25rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form {
    font-family: 'AR';
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 1rem;
  color: #555555;
  font-size: 14px;
  margin-bottom: 1.5rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 1rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;

  margin-bottom: 2.25rem;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'MB';
  background: #000;
  padding: 15px 1.75rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #2a7555;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
@media screen and (max-width: 1230px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    border-right: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
    display: block;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input input[type="text"] {
    width: 100%;
  }
}
.product-page {
  padding: 5rem 0;
}
.product-page .top h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.product-page .top p {
  font-size: 15px;
  line-height: 1.5;
  color: #757575;

  font-weight: bold;
  margin-top: 1rem;
}
.product-page .product-list {
  margin-top: 1.65rem;
}
.product-page .product-list ul {
  margin-right: -1.6rem;
}
.product-page .product-list ul li {
  padding-right: 1.6rem;
  margin-bottom: 1.6rem;
 
}
.product-page .product-list ul li .box {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  overflow: hidden;
}
.product-page .product-list ul li .box .header {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-page .product-list ul li .box .header img {
  width: 100%;
  height: 100%;
}
.product-page .product-list ul li .box .header .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.inner-page.product-page.product2 .product-list ul li .box .header .product-inner .img {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  bottom: 100%;
  background-image: radial-gradient(#fdfcfc 5%, #fdfcfc 5%, #dbdada 60%);
    border-radius: 15px;
    border: 1px solid #dbdada;
}

.product-page .product-list ul li .box .header .product-inner .img{
  position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    bottom: 100%;
    background-image: linear-gradient(180deg, #006857, #fcfdfc);
    border: 1px solid #006857;
    border-radius: 15px;
}



.product-page .product-list ul li .box .header .product-inner .img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .box .header .product-inner .img.img1 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-page .product-list ul li .box .content {
  padding: 1.05rem 0.5rem 0;
  /*text-align: center;*/
}
.product-page .product-list ul li .box .content h4 {
    font-size: 18px;
    color: #353535;
    line-height: 2;
}
.product-page .product-list ul li .box .content .con{
 font-size: 16px;
    line-height: 2;
    color: #4c4c4c;
    font-family: 'AR';
}
.product-page .product-list ul li .box .content h3 {
    font-size: 20px;
    color: #353535;
    line-height: 1.5;
}
/*.product-page .product-list ul li .box:hover .header .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}*/
.product-page .product-list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .product-page .product-list ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-list ul li {
    width: 100% !important;
  }
}
.prodet-page {
  padding-bottom: 2.9rem;
}
.prodet-page .prodet-1 {
  padding: 4rem 0 3rem;
}
.prodet-page .prodet-1 .left {
  vertical-align: middle;
  width: 40%;
  padding-right: 2%;
}
.prodet-page .prodet-1 .slick{
  /*display: inline-block;
  width: 21%;
  padding-right: 3%;*/
  margin-top: 30px;
  width: 100%;
}
.prodet-page .prodet-1 .slick .slick-arrow {
      position: absolute;
      top: 45%;
      width: 19px;
      height: 35px;
      color: transparent;
      border: none;
      z-index: 1;
      outline: none;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.prodet-page .prodet-1 .slick .slick-prev {
      background: url("../images/banner-btn-l.png") no-repeat center center;
      filter: brightness(0.5);
      left: 0;
}
.prodet-page .prodet-1 .slick .slick-next {
      background: url("../images/banner-btn-r.png") no-repeat center center;
      filter: brightness(0.5);
      right: 0;
}
.prodet-page .prodet-1 .slick ul li{

}
.prodet-page .prodet-1 .left .img {
  /*display: inline-block;*/
  position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    bottom: 100%;
    background-image: linear-gradient(180deg, #006857, #fcfdfc);
    border: 1px solid #006857;
    border-radius: 15px;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .color h3 {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.prodet-page .prodet-1 .left .color{
  margin-top: 30px;
}
.prodet-page .prodet-1 .left .color h4{
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
}
.prodet-page .prodet-1 .left .color img{
  border: 2px solid #f7f7f7;
}

.prodet-page .prodet-1 .left .color ul{
  margin: -10px;
}

.prodet-page .prodet-1 .left .color ul li{
  padding: 10px;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
  padding-left: 2rem;
  width: 60%;
}
.prodet-page .prodet-1 .right h2{
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  padding-right: 3.4rem;
      color: #332c2b;
}
.prodet-page .prodet-1 .right .content {
    padding: 10px 0 10px;
    font-size: 18px;
    color: #757575;
    line-height: 1.8;

}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 1rem;
}
.prodet-page .prodet-1 .right .slick h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .slick ul {
  padding-left: 30px;

}
.prodet-page .prodet-1 .right .slick ul li {
  padding-right: 1rem;
}
.prodet-page .prodet-1 .right .slick ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow::after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev::after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -10px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next::after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right .inquiry-box {
 padding: 1rem 0;
 
}
.prodet-page .prodet-1 .right .inquiry-box a.more {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'AR';
  background: #000;
  padding: 15px 1.75rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  z-index: 1;
}
.prodet-page .prodet-1 .right .inquiry-box a.more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.prodet-page .prodet-1 .right .inquiry-box a.more::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 5px;
  height: 100%;
  background: #2a7555;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .right .inquiry-box a.more:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right .inquiry-box a.more:first-child {
  margin-right: 1rem;
}
.prodet-page .prodet-1 .right .share {
  display: block;
    padding: 1rem 0 1rem;
}
.prodet-page .prodet-1 .right .share li {
  width: auto;
  font-size: 16px;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  font-family: 'AR';
  text-transform: capitalize;
}
.prodet-page .prodet-1 .right .share li:hover {
  color: #2a7555;
}
.prodet-page .prodet-2 {
      padding: 0rem 0 1rem;
  text-align: center;
}
.prodet-page .prodet-2 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.prodet-page .prodet-2 .list ul {
 
  text-align: left;
}
.prodet-page .prodet-2 .list ul li {
  padding: 2rem 0 2rem 0;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.prodet-page .prodet-2 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.prodet-page .prodet-2 .list ul li i img {
  display: block;
  max-width: 100%;
}
.prodet-page .prodet-2 .list ul li h5 {
  padding-right: 3rem;
  position: relative;
  font-size: 30px;
  line-height: 1;
 
}
.prodet-page .prodet-2 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.prodet-page .prodet-2 .list ul li h5 span::after,
.prodet-page .prodet-2 .list ul li h5 span::before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.prodet-page .prodet-2 .list ul li h5 span::after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .list ul li .content {
  margin-top: 1.5rem;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.8;
}
.prodet-page .prodet-2 .list ul li .content table tbody td,
.prodet-page .prodet-2 .list ul li .content table tbody th {
  border: 1px solid #ededed;
}
.prodet-page .prodet-2 .list ul li:first-child {

}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form li {
    border: 0;
}
.prodet-page .prodet-2 .list ul li.active h5 span::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 {
 
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 h3 {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form {
  margin-top: 1.75rem;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul {
  margin: -10px -45px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li {
  padding: 10px 45px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li label {
  display: block;
  font-size: 18px;
 font-family: 'AR';
  line-height: 1;
  margin-bottom: 10px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input,
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input:focus,
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li textarea:focus {
  border-color: #2a7555;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li textarea {
  height: 180px;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input[type="submit"] {
    margin-top: 10px;
    background: #2a7555;
    color: white;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 25px;
    font-family: 'AR';
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-3 {
padding: 0 0 3rem 0;
}
.prodet-page .prodet-3 h2.title {
display: block;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right {
    padding-left: 2rem;
  }
  .prodet-page .prodet-1 .right h1 {
    padding-right: 0;
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .content {
    font-size: 16px;
    line-height: 1.5;
  }
  .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .product-list ul li {
    width: auto !important;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .content {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .list ul li .content {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .list ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .form ul li input[type="submit"] {
    font-size: 20px;
    padding: 10px;
  }
  .prodet-page .prodet-3 h2.title {
    font-size: 27px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .from ul li input[type=submit] {
    font-size: 20px;
    padding: 10px;
  }
  a.foot-link{
    display: none!important;
  }
  .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 .from ul li label {
    font-size: 15px;
  }
  .prodet-page .prodet-2 .list ul li .join-us-page .join-us-2 h3 {
    font-size: 18px;
    line-height: 1.8;
  }
}
.factory-page-1 .factoty-list ul {
  margin: 0 -15px;
}
.factory-page-1 .factoty-list ul li {
  padding: 15px;
}
.factory-page-1 .factoty-list ul li .box {
  overflow: hidden;
}
.factory-page .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.factory-page .container .left {
  width: 60%;
  position: relative;
}
.factory-page .container .left button.slick-prev {
  display: none !important;
}
.factory-page .container .left button.slick-next {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  background: #2a7555;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  transition: .5s;
  left: 108.5%;
  top: 80%;
  width: 150px;
  text-align: center;
  border: none;
}
.factory-page .container .right {
  width: 40%;
  padding-left: 5%;
  padding-bottom: 5%;
}
.factory-page .container .right .four.slick {
  margin-top: 2rem;
}
.factory-page .container .right .four.slick ul {
  margin: 0 -5px;
}
.factory-page .container .right .four.slick ul li {
  padding: 5px;
}
.factory-page .container .text-left h2 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.factory-page .container .text-left p {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 1230px) {
  .factory-page .container .right {
    padding-left: 3%;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .container .left {
    width: 100%;
  }
  .factory-page .container .right {
    padding-left: 0%;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
}



.w-accor4 li img{
      max-width: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


#index-body .news .desc ul li:hover .content .right h3 {
    color: #2a7555;
}

.about-page .about-5 ul li .item .text p {
    line-height: 2;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content h3 {
    font-size: 20px;
    color: #000;
    font-family: 'MB';
    margin-top: 20px;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
     font-size: 16px;
    line-height: 2;
    padding: 10px 0;
    font-family: 'AR';
    color: #666;
    font-weight: 300;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
    font-family: 'AR';
    text-transform: capitalize;
    color: #000;
    font-size: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
    margin-bottom: 40px;
}


.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
    padding: 10px;
    width: 50%;
}


/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li:hover a {
    color: #2a7555;
    font-weight: bold;
        padding-left: 10px;
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a{

    font-size: 20px;
}


.inner-page .sidebar-box .sidebar-right .top .text01 p {
    font-size: 15px;
    line-height: 1.8;
}


.inner-page .sidebar-box .sidebar-right .top .text02 h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-right .top .text02 {
  padding-top: 30px
  
}
.inner-page .sidebar-box .sidebar-right .top .text02 h2:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #2a7555;
    display: inline-block;
    margin-right: 10px;
}


.inner-page .sidebar-box .sidebar-right .top .text02 p {
    margin-top: 5px;
    line-height: 1.8;
}


.inner-page .sidebar-box .sidebar-right .top .text03 h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-right .top .text03 h2:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #2a7555;
    display: inline-block;
    margin-right: 10px;
}

.inner-page .sidebar-box .sidebar-right .top .text03 {
    padding-top: 30px;
    display: flex;
}

.inner-page .sidebar-box .sidebar-right .top .text03 .left {
    width: 60%;
}
.inner-page .sidebar-box .sidebar-right .top .text03 .right{
     width: 40%;
    padding-left: 35px;
}

.inner-page .sidebar-box .sidebar-right .top .text03 .left p {
    margin-top: 0rem;
}



.inner-page .sidebar-box .sidebar-right .top .text04 h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-right .top .text04 h2:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #2a7555;
    display: inline-block;
    margin-right: 10px;
}


.inner-page .sidebar-box .sidebar-right .top .text04 {
    padding-top: 30px;

}


.inner-page .sidebar-box .sidebar-right .top .text04 p {
    line-height: 2;
    margin-top: 0rem;
}

.product-page .top h3:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #2a7555;
    display: inline-block;
    margin-right: 10px;
}



.inner-page .sidebar-box .sidebar-right .top .text03 .right ul li {
    width: 33.33%;
    text-align: center;
    display: inline-block;
        padding: 5px 0;
}

.inner-page .sidebar-box .sidebar-right .top .text03 .right ul {
    font-size: 0;
}

.inner-page .sidebar-box .sidebar-right .top .text03 .right ul li p {
    margin-top: 0;
    font-size: 14px;
}


.prodet-page .prodet-2 .list ul li .content table tbody td, .prodet-page .prodet-2 .list ul li .content table tbody th{
  border: 1px solid #757575;
}


.prodet-page .prodet-1 .right .slick .slick-arrow {
    padding: 55px 10px;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}

.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
left: 0;

}



.prodet-page .prodet-1 .right .content p{
    padding: 5px 0;
    font-size: 16px;
    font-family: 'AR';
   
        color: #332c2b;
}

.prodet-page .prodet-1 .right .content p strong {
 color: #8b8b8c;
    font-size: 18px;
}

/*
.prodet-page .prodet-1 .right .content p strong:before {
      content: '';
    width: 12px;
    height: 12px;
    background: #2a7555;
    display: inline-block;
    margin-right: 10px;
}*/

.prodet-page .prodet-2 .list ul li .content .tu ul li {
    border-top: 0px solid #e7e7e7 !important;
    width: 12.5%;
    text-align: center;
} 
.prodet-page .prodet-2 .list ul li .content .tu ul {
    display: flex;
}

.prodet-page .prodet-2 .list ul li .content .tu {
        text-align: center;
    padding: 25px 0;
}


.prodet-page .prodet-2 .list ul li .content .tu p strong {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.prodet-page .prodet-2 .list ul li .content .tu p {
    color: #000;
}

.prodet-page .prodet-2 .list ul li .content .tu h2 {
    padding: 10px;
    width: 18%;
    margin: 10px auto;
    background: #2a7555;
    border-radius: 45px;
    color: #fff;
    font-weight: bold;
}
.prodet-page .prodet-1 .right .content .cp ul li {
    display: flex;
    align-items: center;
}

.prodet-page .prodet-1 .right .content .cp ul li .cp-left {
    width: 75%;
    padding-right: 25px;
}

.prodet-page .prodet-1 .right .content .cp ul li .cp-right {
    width: 25%;
    padding: 15px;
}



.prodet-page .prodet-1 .right .content .pro ul li p {
    padding: 5px 0;
    font-size: 16px;
    text-align: left;
    padding-right: 25px;
    color: #000;
    font-weight: bold;
}


.prodet-page .prodet-1 .right .content .pro ul li img {
    border-radius: 55px;
    width: 10%;
    margin-right: 25px;
}


.prodet-page .prodet-1 .right .content .pro ul li {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}



.prodet-page .prodet-2 .list ul li .content .dt01 p {
    color: #000;
    line-height: 2;
    padding: 5px 0;
}


.prodet-page .prodet-2 .list ul li .content .dt01 p strong {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.prodet-page .prodet-2 .list ul li .content .dt01 p strong:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #2a7555;
    display: inline-block;
    margin-right: 10px;
}


.prodet-page .prodet-1 .right .content .yingyogn ul {
    display: flex;
}
.prodet-page .prodet-1 .right .content .yingyogn ul li {
    padding: 15px;
}
.prodet-page .prodet-1 .right .content .yingyogn ul img {
    border-radius: 100%;
}

.prodet-page .prodet-2 .list ul li .content .dt001 {
    display: flex;
    align-items: center;
}

.prodet-page .prodet-2 .list ul li .content .dt001 .proleft {
    width: 50%;
    text-align: left;
}
.prodet-page .prodet-2 .list ul li .content .dt001 .proright {
    width: 50%;
    text-align: center;
}
.prodet-page .prodet-2 .list ul li .content .dt001 .proleft ul {
    display: initial;
    font-size: 0;
}
.prodet-page .prodet-2 .list ul li .content .dt001 .proleft ul li {
    width: 25%;
    display: inline-block;
}


.prodet-page .prodet-2 .list ul li .content .dt001 .proleft p strong:before {
   content: '';
    width: 12px;
    height: 12px;
    background: #2a7555;
    display: inline-block;
    margin-right: 10px;
}

.service-page{
  padding: 3rem 0;
}
.service-page li{
  margin-bottom: 2rem;
  position: relative;
}
.service-page li .left{
  vertical-align: middle;
}
.service-page li .right{
  vertical-align: middle;
  padding-left: 3rem;
}
.service-page li .right h3{
  font-size: 1.8rem;
  line-height: 1;
  font-family: 'MB';
}
.service-page li .right .desc{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1rem;
}
.service-page li .right .more{
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #2a7555;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-top: 1rem;
}
.service-page li .right .scroll-img{
  margin-top: 2rem;
}
.service-page li:nth-child(even) .left{
  float: right;
}
.service-page li:nth-child(even) .right{
  float: left;
  padding: 10% 3rem 0 0;
}
@media screen and (max-width: 700px) {
  .service-page li .left{
    width: 100%;
  }
  .service-page li .right{
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .service-page li:nth-child(even) .right{
    padding: 2rem 0 0 0;
  }
}



.inner-page .sidebar-box .sidebar-right .top p strong {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.inner-page .sidebar-box .sidebar-right .top p strong:before {
      content: '';
    width: 12px;
    height: 12px;
    background: #2a7555;
    display: inline-block;
    margin-right: 10px;
}

.inner-page .sidebar-box .sidebar-right .top p{
  margin-top: 5px;
    line-height: 1.8;
}


.prodet-page .prodet-1 .right .color {
    padding-bottom: 25px;
}


.prodet-page .prodet-1 .right .color h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.prodet-page .prodet-1 .right .color ul {
    display: flex;
}
.prodet-page .prodet-1 .right .color ul li {
    overflow: hidden;
    margin-right: 10px;
    border-radius: 100%;
}
.prodet-page .prodet-1 .right .color ul li img {
    object-fit: cover;
    
}

.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .top img {
    width: 100%;
}

#index-body .product .header h3:before {
   content: '';
    background: url(../images/shumiao.png) no-repeat center;
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    top: -140%;
    opacity: 0.5;
    z-index: -1;
    background-size: 110px;
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li ul li a {
    font-weight: 300;
    color: #b6b6b7;
    font-size: 18px;
    font-family: 'AR';
    text-transform: capitalize;
}

.prodet-page .prodet-2 .list ul li .content .nyxq {
display: inline-block;
    font-size: 12px;
    vertical-align: top;
    width: 42%;
}

.prodet-page .prodet-2 .list ul li .content .nyxq dd {
    display: inline-block;
    padding: 10px;
      
}

.slick-track{
  margin-left: 0;
}
.prodet-page .prodet-2 .list ul li .content .nyxq dl{
margin: 0 -10px;
}





.prodet-page .prodet-2 .list ul li .content .nyxq h2 {
 font-size: 22px;
    color: #332c2b;
    border-bottom: 1px solid #a1a1a1;
    padding: 0px 0 10px;
    margin-bottom: 20px;
    position: relative;
}


.prodet-page .prodet-2 .list ul li .content .nyxq dd p {
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 10px;
    font-family: 'AR';
}


.prodet-page .prodet-2 .list ul li .content .nyxq h2:before {
    content: '';
    width: 25%;
    height: 3px;
    background: #a1a1a1;
    display: inline-block;
    position: absolute;
    bottom: -2px;
}

#index-body .product .content ul li .img.img-box {
    background-image: radial-gradient(#fdfcfc 5%, #fdfcfc 5%, #dbdada 60%);
}

.news-page .sidebar-box .sidebar-right .news-list ul li .text time {
    color: #999;
    font-family: 'AR';
    font-size: 14px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .text .an-btn p {
    color: #2a7555;
    font-weight: bold;
}

.mbx-box.xinwen .mbx span {
    display: none;
}

.product-page .product-list.pro ul li {
    width: 25%;
}






/*
.inner-page.rb-page .rb .grid-rb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}*/

.inner-page.rb-page .rb .grid-rb ul {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-flow: row wrap;
    flex-flow: row wrap;*/
    flex-wrap: wrap;
    /*align-items: center;
   justify-content: center;*/
}
.inner-page.rb-page .rb .grid-rb ul li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 33.33%;
    /*transform: scale(1);*/
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inner-page.rb-page .rb .grid-rb ul > li:first-of-type {
  padding: 85px;
}
.inner-page.rb-page .rb .grid-rb ul > li:nth-of-type(2) {
      padding: 50px;
}
.inner-page.rb-page .rb .grid-rb ul > li:nth-of-type(2) p {
    font-size: 18px;
    line-height: 2;
    color: rgba(0, 0, 0, 0.6);
        text-align: left;
    font-family: 'AR';
}
.inner-page.rb-page .rb .grid-rb ul > li:last-of-type {
      background-attachment: fixed !important;
      /*background-size: cover;
      background-repeat: no-repeat; */
}




.inner-page.rb-page .rb .grid-rb ul:nth-child(1) > li:nth-child(3) {
  background-position: 237px 160px;
}



.inner-page.rb-page .rb .grid-rb ul:nth-child(2) > li:nth-child(3) {
     background-position: 227px 250px;
}


.inner-page.rb-page .rb .grid-rb ul:nth-child(3) > li:nth-child(3) {
  background-position: 480px 275px;
}
.inner-page.rb-page .rb .grid-rb ul:nth-child(4) > li:nth-child(3) {
    background-position: 225px 275px;
}
.inner-page.rb-page .rb .grid-rb ul:nth-child(5) > li:nth-child(3) {
      background-position: 500px 275px;
}




.inner-page.rb-page .rb .grid-rb ul:nth-of-type(3n) > li:first-of-type {
    order: 3;
}

.inner-page.rb-page .rb .grid-rb ul:nth-of-type(2n) > li:last-of-type {
    order: -1;
}

.inner-page.rb-page .rb .grid-rb ul > li:nth-of-type(2):nth-of-type(2) a{
      border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #333333;
    text-transform: capitalize;
    padding: 5px 20px;
    align-items: center;
    font-weight: bold;
    padding: 0 12px;
    font-size: 16px;
    border: solid 1px transparent;
}



.inner-page.rb-page .rb .grid-rb ul > li:first-of-type span{
      font-size: 46px;
      font-weight: 300;
    color: white;
}


.inner-page.rb-page .rb p.wenz {
    width: 75%;
    font-size: 18px;
    color: #666;
    margin: 0 auto;
    margin-bottom: 75px;
    text-align: center;
    line-height: 2;
}

.inner-page.rb-page .rb h3 {
    font-size: 46px;
    color: #00b38d;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.inner-page.rb-page {
    padding: 4rem 0;
}

.rb-ner {
    background: #00b38d;
    padding: 80px 0;

}


.rb-ner .ui {
    display: flex;
}

.rb-ner .rbner {
      width: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.rb-ner .left.rbner p {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}

.rb-ner .left.rbner p span {
    color: rgba(255, 255, 255, 0.5);
}



.rb-ner .right.rbner p {
    text-align: center;
}
.rb-ner .right.rbner p a {
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    border: solid 3px rgba(255, 255, 255, 0.4);
    padding: 20px 50px;
}


.fa{
      margin-left: 8px;
}



.contact-page .contact-1 .container .con-right li p i {
    margin-right: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    font-size: 16px;
    text-align: center;
    background: #2a7555;
}

.contact-page .contact-1 .container .con-right li p {
    font-size: 18px;
    color: #555;
}


.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img{
  background-image: radial-gradient(#fdfcfc 5%, #fdfcfc 5%, #dbdada 60%);
}



.prodet-page .prodet-1 .slick img{
    position: inherit;
    z-index: 99;
}
.prodet-page .prodet-1 .slick ul li {
  
    padding: 5px;
}


.prodet-page .prodet-1 .slick ul {
    margin: 0 -5px;
}
.about-9 {
    position: relative;
    margin-bottom: 4rem;
}
.about-9 .ui.container {
    display: flex;
    align-items: center;
}
.about-9 .left {
    width: 55%;
    position: relative;
}
.about-9 .right {
    width: 45%;
    display: inline-block;
    position: relative;
}
.about-9 .right h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #2a7555;
    line-height: 2;
}

.about-9 .right p {
    line-height: 2;
    margin-top: 1rem;
    font-family: 'AR';
    font-size: 16px;
}


.prodet-page .prodet-1 .slick ul li.active a::after {
    content: "";
    z-index: 9;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-image: radial-gradient(#fdfcfc 5%, #fdfcfc 5%, #dbdada 60%);
}


.prodet-page .prodet-1 .slick ul li a{
height: 100%;
    width: 100%;
  display: block;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    bottom: 100%;
    background-image: linear-gradient(180deg, #006857, #fcfdfc);
    border: 1px solid #006857;
    border-radius: 15px;

}

    
/*2023-3-29*/


.list-can h2 {
    font-size: 22px;
    color: #332c2b;
    border-bottom: 1px solid #a1a1a1;
    padding: 0px 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.list-can h2:before {
    content: '';
    width: 25%;
    height: 3px;
    background: #a1a1a1;
    display: inline-block;
    position: absolute;
    bottom: -2px;
}

.list-can li {
 display: inline-block;
    padding: 10px;
 padding-right: 0 !important;
    margin-bottom: 0 !important;
}
.list-can li p {
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 10px;
    font-family: 'AR';
}

.xuanpei {
    display: flex;
    align-items: center;
     padding: 10px 0 60px;
}

.xuanpei .canshu {
    width: 60%;
    padding-right: 38px;
       
}
.xuanpei .canshu p strong {
    font-weight: bold;
    color: #000;
}
.xuanpei .canshu p {
    line-height: 1.8;
    font-weight: 300;
    color: #333;
    font-size: 15px;
    font-family: 'AR';
}

.xuanpei .list-can {
    width: 40%;
}


.product-page .product-list.pro ul li img {
    border: 1px solid #006857;
    border-radius: 15px;
}


.prodet-page .prodet-2 .list ul li .content .cp-xp {

}

.prodet-page .prodet-2 .list ul li .content .cp-xp .cp-pouxi {
padding-right: 45px;
    width: 14%;
}
.prodet-page .prodet-2 .list ul li .content .cp-xp .cp-xuanpei {
display: flex;
    align-items: center;
}


.inner-page.product-page.product2 .product-list.pro ul li img {
    border: 0px solid #006857;
    border-radius: 15px;
}

.inner-page.prodet-page.product-page.xq01 .prodet-1 .left .img {
    background-image: radial-gradient(#fdfcfc 5%, #fdfcfc 5%, #dbdada 60%);
    border-radius: 15px;
    border: 1px solid #dbdada;
}

.inner-page.prodet-page.product-page.xq01 .prodet-1 .slick ul li a {
  background-image: radial-gradient(#fdfcfc 5%, #fdfcfc 5%, #dbdada 60%);
    border-radius: 15px;
    border: 1px solid #dbdada;
}


.inner-page .m-page span.current {
    background: #2a7555 none repeat scroll 0 0;
    color: #fff;
}


.prodet-page .prodet-2 .list ul li .content .right.nyxq {
    padding-left: 15px;
}

.prodet-page .prodet-2 .list ul li .content .left.nyxq {
    padding-right: 15px;
}

@media screen and (max-width: 1280px) {
  .inner-page.rb-page .rb .grid-rb ul > li:first-of-type{
    padding: 85px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.rb-page .rb .grid-rb ul li{
    width: 100%;
  }
  .about-9 .ui.container{
    display: block;
  }
  .about-9 .left{
    width: 100%;
  }
  .about-9 .right{
    width: 100%;
    padding-top: 30px;
  }
  .about-page .about-5{
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.rb-page .rb h3{
    width: 100%;
    font-size: 40px;
    line-height: 1;
  }
  .inner-page.rb-page .rb p.wenz{
    width: 100%;
    margin-bottom: 30px;
  }
  .rb-ner .ui{
    display: block;
  }
  .rb-ner .rbner{
    width: 100%;
  }
  .rb-ner .left.rbner p{
    font-size: 36px;
  }
  .rb-ner{
    padding: 30px 0;
  }
  .rb-ner .rbner{
    margin-top: 20px;
  }
  .inner-page.rb-page .rb .grid-rb ul > li:first-of-type{
    padding: 20px;
  }
  .inner-page.rb-page .rb .grid-rb ul > li:first-of-type span{
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page.rb-page .rb h3{
    font-size: 30px;
  }
  .inner-page.rb-page .rb p.wenz{
    font-size: 16px;
  }
  .inner-page.rb-page .rb .grid-rb ul > li:nth-of-type(2){
    padding: 30px 15px;
  }
  .inner-page.rb-page .rb .grid-rb ul > li:first-of-type span {
    font-size: 27px;
    line-height: 1.2;
}
.rb-ner .left.rbner p {
    font-size: 24px;
}
.rb-ner .right.rbner p a{
  padding: 10px 22px;
}
}



.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a{
      font-family: 'AR';
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a {
    padding: 8px 20px 8px 8px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li ul li.active a span {
    color: #fff;
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-2 .list ul li .content .nyxq dd{
    width: 25% !important;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .list ul li .content .cp-xp .cp-xuanpei{
    display: block;
  }
  .prodet-page .prodet-2 .list ul li .content .nyxq{
    width: 100%;
  }
  .prodet-page .prodet-2 .list ul li .content .left.nyxq{
     padding-right: 0;
  }
  .prodet-page .prodet-2 .list ul li .content .right.nyxq{
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-2 .list ul li .content .cp-xp .cp-pouxi{
    width: 30%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .list ul li .content .nyxq dd {
    width: 20% !important;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .list ul li .content .nyxq dd{
    width: 25% !important;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .list ul li .content .nyxq dd{
    width: 33.33333% !important;
  }
}


#index-body .init-2:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.2));
}

#index-body .init-2 .ui.container {
    z-index: 99;
}

#index-body .init-2{
  position: relative;
}

#header{
      z-index: 999;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .slick ul li{
    width: 16.6666%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .slick ul li{
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .slick ul li{
    width: 33.3333%;
  }
}
.febjgfh{
  font-size: 18px;
    color: #353535;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 360px;
    display: inline-block;
}
.contact-page .contact-1{
  margin-bottom:40px;
}

.prodet-page .prodet-1 .right h1{
      font-size: 22px;
    font-weight: bold;
    line-height: 2;    
    color: #332c2b;
}

h1.producth1{
  font-size: 22px;
    line-height: 1.8;
    padding-bottom: 20px;
    text-transform: capitalize;
}

a.foot-link{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 360px;
    display: inline-block;
    vertical-align: middle;
}


#index-body .about .header .left .txt h1{
  display: inline;
}
.vdsgdsgs{
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  font-family: 'AR' !important;
}
.vdsgdsgs span{
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

#Pop_UpsBtn i{
  margin-left: 0;
}
.lastandnext{
    display:inline-block;
    font-size: 18px;
    line-height: 2;
    font-weight: 1.8px;
}