@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'SB';
  src: url('../fonts/Swiss721BT-Bold.eot') format('eot'), url('../fonts/Swiss721BT-Bold.woff2') format('woff2'), url('../fonts/Swiss721BT-Bold.woff') format('woff'), url('../fonts/Swiss721BT-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'AB';
  src: url('../fonts/Amiko-Bold.eot') format('eot'), url('../fonts/Amiko-Bold.woff2') format('woff2'), url('../fonts/Amiko-Bold.woff') format('woff'), url('../fonts/Amiko-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'SBL';
  src: url('../fonts/Swiss721BT-Black.eot') format('eot'), url('../fonts/Swiss721BT-Black.woff2') format('woff2'), url('../fonts/Swiss721BT-Black.woff') format('woff'), url('../fonts/Swiss721BT-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'flaticon';
  src: url('../fonts/Flaticon.eot') format('eot'),
      url('../fonts/Flaticon.woff2') format('woff2'),
      url('../fonts/Flaticon.woff') format('woff'),
      url('../fonts/Flaticon.ttf') format('truetype');
}
.extension{
    font-size: 16px;
    line-height: 2;
    text-align: left;
}

body {
  font-family: 'PR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
strong {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: bold;
}
.inner-page .container .sideBox .column .content .wscnph {
  width: 30%;
}

.slide-img{
  position: fixed;
  top: 35%;
  right: 0;
  width: 10%;
}

#header {
  z-index: 20;
  position: absolute;
  top: 2.2rem;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 2.4rem 1rem 2.8rem;
  background-color: rgba(148, 148, 148, 0.39);
}
#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 1.45rem 0 0;
  font-size: 0.9rem;
  color: #fff;
  -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.active::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a {
  /*background-color: #25243d;*/
  background-color: #88bd39;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 10px 20px 9px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 23px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  background-color: #88bd39;
}
#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;
  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 #88bd39;
  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;
  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 a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #88bd39;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li: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: 240px;
  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 #88bd39;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #88bd39;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 240px;
  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 #88bd39;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 240px;
  width: 240px;
  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 #88bd39;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  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) ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #88bd39;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 240px;
  width: 240px;
  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 #88bd39;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(even) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  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) ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #88bd39;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(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: 240px;
  width: 240px;
  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 #88bd39;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  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) ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #88bd39;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 240px;
  width: 240px;
  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 #88bd39;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(even) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  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) ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #88bd39;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 2.8rem;
  width: 49px;
    height: 49px;
    background-color: #88bd39;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}
#header .nav .ui.menu .h-language .i1 {
  width: 36px;
  height: 25px;
  margin-top: 5px;
}
#header .nav .ui.menu .h-language i {
  font-size: 20px;
  margin: 8px 0 0 5px;
  color: white;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #1f458e;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  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;
}
#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;
  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 .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: 50px;
  height: 50px;
  color: transparent;
  border: none;
  border-radius: 50%;
  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: #88bd39;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  right: 5%;
  bottom: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #88bd39;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
/* 产品轮播*/
#index-body .product .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: 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;
}
#index-body .product.slick-arrow:hover {
  background-color: #88bd39;
}
#index-body .product .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0);
  left: -60px;
}
#index-body .product .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0);
  right: -40px;
}
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;
}
#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;
  background-color: #88bd39;
  text-align: center;
  padding: 1rem 0;
}
#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: 16px;
  color: inherit;
  text-transform: capitalize;
  line-height: 30px;
}
#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;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
#banner ul li .text h3 {
  font-size: 3rem;
  font-family: 'SB';
  line-height: 1;
}
#banner ul li .text h4 {
  font-size: 5rem;
  font-family: 'SB';
  line-height: 2;
}
#banner ul li .text .more {
  display: block;
  margin: 1.4rem auto 0;
  width: 193px;
    height: 51px;
    line-height: 51px;
    border-radius: 26px;
    border: solid 1px #ffffff;
  /*width: 208px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;*/
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .more img {
  vertical-align: middle;
  margin-left: 0.5rem;
}
#banner ul li .text .more::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #88bd39;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .more:hover {
  color: #fff;
  background-color: #88bd39;
  border-color: #88bd39;
}
/*#banner ul li .text .more:hover::before {
  width: 100%;
  border-radius: 20px;
}*/
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .8;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .8;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .8;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .8;
  }
  80% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
#index-body .more {
  position: relative;
  z-index: 1;
  width: 193px;
  height: 51px;
  line-height: 51px;
  border-radius: 26px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #88bd39;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 26px;
}
#index-body .more:hover {
  color: #fff;
  background-color: #88bd39;
  border-color: #88bd39;
}
/*#index-body .more:hover::before {
  height: 100%;
}*/
#index-body .header {
  color: #fff;
  font-family: 'SB';
}
#index-body .header span.s1 {
  font-size: 16px;
  line-height: 1;
}
#index-body .header h3.title {
  font-size: 2.25rem;
  line-height: 1;
  margin-top: 1.5rem;
}
#index-body .about {
  background-color: #25243d;
  padding: 6.2rem 0;
}
#index-body .about .left {
  color: #fff;
  padding-top: 2.85rem;
}
#index-body .about .left span {
  font-size: 16px;
  font-family: 'SB';
  line-height: 1;
}
/*#index-body .about .left h1 {
  font-size: 2.25rem;
  font-family: 'SB';
  line-height: 1.1;
  width: 60%;
  margin-top: 1.5rem;
}*/
#index-body .about .left .h1p {
  font-size: 2.25rem;
  font-family: 'SB';
  line-height: 1.1;
  width: 60%;
  margin-top: 1.5rem;
}
#index-body .about .left p {
  font-size: 16px;
  line-height: 2;
  width: 88%;
  margin-top: 1rem;
}
#index-body .about .left .homeh1 {
  font-size: 16px;
  line-height: 2;
  width: 88%;
  margin-top: 1rem;
}

#index-body .about .left .con {
  margin-top: 2.6rem;
  padding: 1.35rem 0 1.35rem 1.95rem;
  font-size: 16px;
  line-height: 2;
  width: 80%;
  border-left: 4px solid #fff;
}
#index-body .about .left .mores {
  display: block;
  font-size: 16px;
  color: #fefefe;
  font-family: 'AB';
  line-height: 1;
  margin-top: 2.35rem;
  text-decoration: underline;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .left .mores:hover {
  color: #88bd39;
  transform: translateX(10px);
}
#index-body .about .left .show {
  margin-top: 2.95rem;
  width: 88%;
}
#index-body .about .left .show li {
  display: inline-block;
  margin-right: 1.5rem;
}
#index-body .about .left .show li:last-child {
  margin-right: 0;
}
#index-body .about .right {
  text-align: right;
  position: relative;
}
#index-body .about .right .play {
  position: absolute;
  top: 44%;
  left: 53%;
  z-index: 1;
}
#index-body .about .right .play::before,
#index-body .about .right .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;
}
#index-body .about .right .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .right .text {
  position: absolute;
  right: -0.9rem;
  bottom: 5.5rem;
  background-color: #88bd39;
  text-align: center;
  padding: 1.65rem 1.75rem 1.8rem 1.7rem;
  color: #fff;
}
#index-body .about .right .text h3 {
  font-size: 5.5rem;
  font-family: 'SBL';
  line-height: 1;
  display: contents;
}
#index-body .about .right .text h3 sub {
  font-size: 2.5rem;
  font-family: 'AB';
}
#index-body .about .right .text p {
  font-size: 16px;
  line-height: 1;
}
#index-body .about .right .text p em {
  color: #25243d;
}
#index-body .product {
  background-color: #121212;
  padding: 7.95rem 0;
  overflow: hidden;
}
#index-body .product .header .left {
  width: 70%;
}
#index-body .product .header .right {
  width: 30%;
  padding-top: 1.95rem;
}
#index-body .product .header .right .more {
  display: block;
  float: right;
  border: solid 1px #ffffff;
}
#index-body .product .header .right .more:hover{
  border-color: #88bd39;
}
#index-body .product .content {
  margin-top: 3.4rem;
}
#index-body .product .content ul {
  margin-right: -1.25rem;
}
#index-body .product .content ul .slick-slide {
  margin-right: 1.25rem;
}
#index-body .product .content ul .slick-slide img {
  display: inline-block;
}
#index-body .product .content ul li {
  background-color: #ffffff;
  box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.14);
  border-bottom: 5px solid #88bd39;
  padding-bottom: 1.2rem;
}
#index-body .product .content ul li a.img-box{
  display: block;
  background-color: #eee;
}
#index-body .product .content ul li a.img-box .BL {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9%;
}
#index-body .product .content ul li .img {
  background-color: #eeeeee;
  text-align: center;
  position: relative;
  /*padding: 4.6rem 0 2.95rem;*/
  overflow: hidden;
}
#index-body .product .content ul li .img .BL{
   position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10%;
}
#index-body .product .content ul li .img .inner-canvas {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
}
#index-body .product .content ul li .text {
  color: #0f0f0f;
  padding: 1.2rem 1.15rem 0;
}
#index-body .product .content ul li .text h3 {
  font-size: 17px;
  font-family: 'AB';
  line-height: 1.6;
  /*height: 40px;*/
}
#index-body .product .content ul li .text p {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
#index-body .product .content ul li .text .mores {
  display: block;
  margin-top: 0.95rem;
}
#index-body .product .content ul li .text .mores span {
  display: inline-block;
  font-size: 20px;
  width: 31px;
  height: 31px;
  background-color: #88bd39;
  color: #fff;
  border-radius: 50%;
  font-family: 'AB';
  padding: 2px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .text .mores em {
  display: inline-block;
  font-size: 14px;
  color: #88bd39;
  margin-left: 0.65rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .text .mores:hover span {
  background-color: #25243d;
}
#index-body .product .content ul li .text .mores:hover em {
  color: #25243d;
}
#index-body .why {
  background: url(../images/whyb.png) no-repeat;
  padding: 7.85rem 0 5.6rem 0;
  background-size: cover;
}
#index-body .why .header {
  text-align: center;
}
#index-body .why .content {
  margin-top: 3.4rem;
}
#index-body .why .content li {
  background-color: rgba(59, 58, 81, 0);
  padding: 1.95rem 2rem 0 1.7rem;
  color: #fff;
  position: relative;
  margin: 0 0 2rem 0;
  min-height: 220px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .why .content li h4 {
  font-size: 18px;
  font-family: 'SB';
  line-height: 1.2;
}
#index-body .why .content li h4 img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .why .content li h4 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#index-body .why .content li p {
  font-size: 15px;
  line-height: 2;
  margin-top: 1rem;
}
#index-body .why .content li::after {
  content: '1';
  position: absolute;
  right: 1.25rem;
  top: 1.5rem;
  font-size: 8.5rem;
  font-family: 'SB';
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .why .content li:nth-child(2) {
  margin-right: 0;
}
#index-body .why .content li:nth-child(2)::after {
  content: '2';
}
#index-body .why .content li:nth-child(3) {
  margin-right: 0;
}
#index-body .why .content li:nth-child(3)::after {
  content: '3';
}
#index-body .why .content li:nth-child(4) {
  margin-right: 0;
}
#index-body .why .content li:nth-child(4)::after {
  content: '4';
}
#index-body .why .content li:nth-child(5) {
  margin-right: 0;
}
#index-body .why .content li:nth-child(5)::after {
  content: '5';
}
#index-body .why .content li:nth-child(6) {
  margin-right: 0;
}
#index-body .why .content li:nth-child(6)::after {
  content: '6';
}
#index-body .why .content li:nth-child(7) {
  margin-right: 0;
}
#index-body .why .content li:nth-child(7)::after {
  content: '7';
}
#index-body .why .content li:nth-child(8) {
  margin-right: 0;
}
#index-body .why .content li:nth-child(8)::after {
  content: '8';
}
#index-body .why .content li:hover {
  background-color: #3b3a51;
}
#index-body .why .content li:hover::after {
  opacity: 1;
}
/*#index-body .why .content li:hover h4 img {
  transform: rotate(360deg) scale(1.2);
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  -ms-transform: rotate(360deg) scale(1.2);
}*/
#index-body .catalog {
  /*background: url(../images/cab.jpg) no-repeat;
  background-size: cover;
  padding: 13.85rem 0 16.7rem;*/
  text-align: center;
  color: #fff;
  background: black;
  position: relative;
  z-index: 1;
  /*height: 100vh;*/
}
#index-body .catalog .all {
  /*margin-top: -35%;*/
  position: absolute;
  top: 16.5%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
left: 0;
}


#index-body .catalog .swiper {
  position: relative;
  height: 300vh;
}
#index-body .catalog .swiper .slide {
  position: absolute;
  left: 0;top: 0;
  width: 100%;
}
#index-body .catalog .swiper .slide img {
  height: 100vh;
  width: 100%;
}
#index-body .catalog .header {
  position: relative;
  z-index: 2;
}
#index-body .catalog .header h3.title {
  font-size: 5rem;
}
#index-body .catalog p,#index-body .catalog .all .catalogword {
  font-size: 25px;
  line-height: 2;
  margin: 1rem auto 0;
  width: 60%;
  position: relative;
  z-index: 2;
}
#index-body .catalog .all .catalogword h1{
  display: inline;
}
#index-body .catalog .more {
  display: block;
  margin: 2rem auto 0;
  background-color: #88bd39;
}

#index-body .our-catalog {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
/*#index-body .catalog .all{
  padding-top: 30vh;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
}
#index-body .catalog .header h3.title {
  font-size: 5rem;
}
#index-body .catalog .header h3.title em{
  color: #88bd39;
}
#index-body .catalog p {
  font-size: 25px;
  line-height: 1.6;
  margin: 1rem auto 0;
  width: 60%;
}
#index-body .catalog .more {
  display: block;
  margin: 2rem auto 0;
  background-color: #88bd39;
}*/
#index-body .news {
  background-color: #121212;
  padding: 8.95rem 0 8.8rem;
  overflow: hidden;
}
#index-body .news .left {
  width: 42%;
}
#index-body .news .left .header h3.title {
  line-height: 1.2;
}
#index-body .news .left .header p {
  font-size: 25px;
  line-height: 2;
  margin-top: 2.95rem;
  font-family: 'PR';
}
#index-body .news .left .header .more {
  border: 1px solid #fff;
  display: block;
  margin-top: 7.35rem;
}
#index-body .news .left .header .mores {
  display: block;
  margin-top: 2.45rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .left .header .mores:hover {
  transform: translateX(10px);
}
#index-body .news .right {
  width: 58%;
  padding-left: 2%;
}
#index-body .news .right li {
  margin-bottom: 1.7rem;
}
#index-body .news .right ul{
  margin-bottom: -1.7rem;
}
#index-body .news .right ul .slick-slide{
  padding-bottom: 1.7rem;
}
#index-body .news .right li .img {
  width: 43.5%;
}
#index-body .news .right li .img img{
  width: 100%;
}
#index-body .news .right li .text {
  position: relative;
  background-color: #fff;
  width: 56.5%;
  padding: 1.8rem 1rem 1.35rem 1.1rem;
  color: #0f0f0f;
}
#index-body .news .right li .text h3 {
  font-size: 21px;
  font-family: 'SB';
  line-height: 2;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
#index-body .news .right li .text p {
  font-size: 15px;
  line-height: 2;
  margin-top: 0.6rem;
}
#index-body .news .right li .text .mores {
  display: block;
  margin-top: 0.6rem;
}
#index-body .news .right li .text .mores span {
  display: inline-block;
  font-size: 20px;
  width: 31px;
  height: 31px;
  background-color: #88bd39;
  color: #fff;
  border-radius: 50%;
  font-family: 'AB';
  padding: 2px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .right li .text .mores em {
  display: inline-block;
  font-size: 14px;
  color: #88bd39;
  margin-left: 0.65rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .right li .text .mores:hover span {
  background-color: #25243d;
}
#index-body .news .right li .text .mores:hover em {
  color: #25243d;
}
#index-body .news .right li .text .data {
  margin-top: 1.05rem;
  border-top: 1px solid #e4e4e4;
  padding-top: 1rem;
  color: #b0b0b0;
  font-size: 14px;
  font-family: 'PL';
}
#index-body .news .right li .text::after {
  content: '';
  position: absolute;
  top: 45%;
  left: -19px;
  width: 19px;
  height: 42px;
  background: url(../images/n-icon.png) no-repeat;
}
#index-body .news .right li:last-child {
  margin-bottom: 0;
}
#index-body .contact {
  background: url(../images/cob.jpg) no-repeat;
  background-attachment: fixed;
  /*background-size: cover;*/
  padding: 9.15rem 0 10.55rem;
  text-align: center;
  color: #fff;
  background-size: cover;
}
#index-body .contact h3 {
  font-size: 4rem;
  font-family: 'SB';
  line-height: 1;
}
#index-body .contact h3 em {
  color: #88bd39;
}
#index-body .contact p {
  font-size: 18px;
  line-height: 2;
  margin: 2.45rem auto 0;
  width: 70%;
}
#index-body .contact form {
  margin-top: 1.75rem;
}
#index-body .contact form input[type="text"],
#index-body .contact form textarea {
  height: 57px;
  background-color: #ffffff;
  border-radius: 29px;
  border: none;
  width: 15.4%;
  margin-right: 0.3rem;
  font-size: 20px;
  color: #bababa;
  padding-left: 1.25rem;
}
#index-body .contact form input[type="text"]::placeholder,
#index-body .contact form textarea::placeholder {
  color: #bababa;
}
#index-body .contact form input[type="text"]::-webkit-input-placeholder,
#index-body .contact form textarea::-webkit-input-placeholder {
  color: #bababa;
}
#index-body .contact form input[type="text"]:-moz-placeholder,
#index-body .contact form textarea:-moz-placeholder {
  color: #bababa;
}
#index-body .contact form input[type="text"]:-ms-input-placeholder,
#index-body .contact form textarea:-ms-input-placeholder {
  color: #bababa;
}
#index-body .contact form textarea {
  width: 26.4%;
  margin-right: 0.8rem;
  padding-top: 17px;
}
#footer {
  background-color: #121212;
  padding: 3.6rem 0 3.4rem;
  position: relative;
}
#footer .f-copy{
  color: #fff;
  font-size: 14px;
  margin-top: 3rem;
  text-align: center;
  display: none;
  line-height: 2;
}
#footer .f-copy svg {
    vertical-align: middle;
    width: auto;
    max-height: 26px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    fill: #fff;
}
#footer .f-copy svg text{
fill: #fff;
}
#footer .f-info {
  color: #fff;
}
#footer .f-info .f-nav {
  width: 58%;
  padding-left: 26%;
}
#footer .f-info .f-contact {
  width: 42%;
  padding-left: 14%;
}
#footer .f-info .f-contact li {
  font-size: 14px;
  margin-bottom: 0.7rem;
}
#footer .f-info .f-contact li img {
  display: inline-block;
}
#footer .f-info .f-contact li span {
  display: inline-block;
  width: 90%;
  padding-left: 0.55rem;
}
#footer .f-info .f-contact .share {
  margin-top: 1.1rem;
}
#footer .f-info .f-contact .share dl dd {
  display: inline-block;
  margin-right: 1rem;
}
#footer .f-info .f-contact .share dl dd:last-child {
  margin-right: 0;
}
#footer .f-info h3 {
  font-size: 25px;
  font-family: 'SB';
  line-height: 1;
  margin-bottom: 2.55rem;
}
#footer .f-info ul li {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0.5rem;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-info ul li:last-child {
  margin-bottom: 0;
}
#footer .f-info ul li i {
  margin-left: 0.5rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-info ul li:hover {
  color: #88bd39;
}
#footer .f-info ul li:hover i {
  opacity: 1;
}
#footer .f-info ul li:hover ul li {
  color: #fff;
}
#footer .f-info ul li:hover ul li i {
  opacity: 0;
}
#footer .f-info ul li ul {
  margin-top: 0.5rem;
}
.f-slide {
  width: 332px;
  height: 457px;
  background-color: #25243d;
  padding-top: 5.25rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 99;
}
.f-slide h3 {
  font-size: 25px;
  font-family: 'SB';
  line-height: 1;
}
.f-slide #ewm {
  margin-top: 1.3rem;
}
.f-slide #ewm img {
  width: 130px;
  height: 130px;
  border: 5px solid #fff;
  margin: 0 auto;
}
.f-slide p {
  font-size: 14px;
  margin-top: 1.2rem;
  line-height: 2;
}
.f-slide p svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
.f-slide p svg text {
  fill: #fff;
}
.f-slide p svg:hover {
  fill: #88bd39;
}

.inquiry {
  position: fixed;
  bottom: 14%;
  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: 20px;
  color: #fff;
  background: rgb(136, 189, 57);
  /*background: rgba(37,36,61, 0.5);*/
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -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.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #88bd39;
  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: #25243d;
}
.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: 1480px) {
  /*#index-body .about .left h1 {
    width: 66%;
  }*/
  #index-body .about .left .h1p{
    width: 66%;
  }
  #index-body .about .left .show li {
    margin-right: 2.1rem;
  }
}

@media screen and (max-width: 1330px) {
  #footer .f-info{
    padding-left: 10%;
  }
}

@media screen and (max-width: 1300px) {
  #index-body .about .left .show li {
    margin-right: 1.1rem;
  }
  #index-body .why .content li h4 {
    font-size: 16px;
  }
  #index-body .why .content li {
    min-height: auto;
    padding-bottom: 2rem;
  }
  #index-body .news .right li .text h3 {
    font-size: 19px;
  }
  #index-body .why .content li {
    width: 33.3%;
  }
  #index-body .catalog .header h3.title {
    font-size: 4rem;
  }
  #index-body .catalog p {
    font-size: 20px;
  }
  #index-body .contact form input[type="text"],
  #index-body .contact form textarea {
    width: 20%;
    font-size: 16px;
  }
  #index-body .contact form textarea {
    width: 30%;
  }
  #footer .f-info .f-nav {
    padding-left: 23%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1rem 0 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a{
    padding: 10px 15px 9px;
  }
  #banner ul li .text h3 {
    font-size: 2rem;
  }
  #banner ul li .text h4 {
    font-size: 4rem;
  }
  /*#index-body .about .left h1 {
    width: 74%;
  }*/
  #index-body .about .left .h1p {
    width: 74%;
  }
  #index-body .about .right .play {
    left: 40%;
  }
  #index-body .catalog p {
    width: 72%;
  }
  #footer .f-info .f-nav {
    padding-left: 20%;
  }
  #footer .f-info {
    padding-left: 18%;
  }
  #footer .f-info ul li{
    font-size: 16px;
  }
  #footer .f-info .f-contact {
    padding-left: 10%;
}
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu {
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #mobile #menu-on i {
    background: #fff;
  }
  #banner{
    padding-top: 60px;
  }
  #index-body .about .left {
    width: 100%;
    padding-top: 0;
  }
  #index-body .about .left .show li {
    margin-right: 5.1rem;
  }
  #index-body .about .right {
    display: none;
  }
  #index-body .why .content li {
    width: 50%;
  }
  #index-body .catalog p {
    width: 100%;
    font-size: 18px;
  }
  #index-body .news .left {
    width: 100%;
  }
  #index-body .news .left .header .more {
    margin-top: 3rem;
  }
  #index-body .news .right {
    width: 100%;
    margin-top: 2rem;
  }
  #index-body .header h3.title {
    font-size: 2rem;
  }
  #index-body .news .left .header p {
    font-size: 22px;
  }
  #index-body .contact p {
    width: 100%;
  }
  #index-body .contact form input[type="text"],
  #index-body .contact form textarea {
    width: 49%;
  }
  #index-body .contact form textarea {
    width: 93%;
    margin-top: 2rem;
  }
  #index-body .contact form input[type="image"] {
    padding-top: 24px;
  }
  #footer .f-info .f-nav {
    padding-left: 0%;
  }
  #footer .f-info .f-contact {
    padding-left: 2%;
  }
  .f-slide {
    display: none;
  }
  #footer .f-info{
    padding-left: 1%;
  }
  #footer .f-copy{
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .rjjiaju{
    display: none;
  }
  .inquiry {
    display: none;
  }
  #banner ul li .text h3 {
    font-size: 16px;
  }
  #banner ul li .text h4 {
    font-size: 2rem;
  }
  #banner ul li .text .more {
    font-size: 14px;
    width: 150px;
  }
  #index-body .about .left h1 {
    width: 100%;
  }
  #index-body .about .left .h1p {
    width: 100%;
  }
  #index-body .about .left p {
    font-size: 14px;
    width: 100%;
    line-height: 2;
  }
  #index-body .about .left .homeh1 {
    font-size: 14px;
    width: 100%;
  }
  #index-body .about .left .con {
    font-size: 14px;
    width: 100%;
    line-height: 2;
  }
  #index-body .about .left .show {
    display: none;
  }
  #index-body .product .header .left {
    width: 100%;
  }
  #index-body .product .header .right {
    display: none;
  }
  #index-body .header span.s1 {
    font-size: 14px;
  }
  #index-body .header h3.title {
    font-size: 18px;
  }
  #index-body .why {
    display: none;
  }
  #index-body .catalog {
    display: none;
  }
  #index-body .news {
    padding: 2rem 0 2em;
  }
  #index-body .news .left .header p {
    font-size: 16px;
  }
  #index-body .news .right li .img,
  #index-body .news .right li .text {
    width: 100%;
  }
  #index-body .contact {
    display: none;
  }
  #footer .f-info .f-nav {
    display: none;
  }
  #footer .f-info .f-contact {
    width: 100%;
    padding-left: 0;
  }
}

.inner-banner {
  height: 350px;
  padding-top: 185px;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.inner-banner h3,.inner-banner .producth1 {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1.4;
}
.inner-banner .mbx {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.about2-page h3 {
  font-size: 40px;
  color: #333;
  font-family: 'SB';
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}
.about2-page .line {
  display: block;
  width: 120px;
  height: 1px;
  background: #adadad;
  margin: 0 auto;
  position: relative;
}
.about2-page .line:after {
  content: '';
  height: 3px;
  width: 40px;
  background: #88bd39;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -1px;
}
.about2-page .text {
  display: block;
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  
}

.about2-page .abt-1 {
  padding: 3.5rem 0;
}
.about2-page .abt-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.about2-page .abt-1 ul li {
  text-align: center;
}
.about2-page .abt-1 ul li span {
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  color: #88bd39;
}
.about2-page .abt-1 ul li h5 {
  font-size: 16px;
  color: #5f5f5f;
}

.about2-page .about-1 {
  padding: 20px 0;
}
.about2-page .about-1 .box {
  position: relative;
}
.about2-page .about-1 .box .left {
  width: 50%;
  vertical-align: middle;
}
.about2-page .about-1 .box .left i.tit,
.about2-page .about-1 .box2 .right i.tit {
  font-size: 18px;
  color: #88bd39;
  text-transform: uppercase;
  
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.about2-page .about-1 .box .left h2,
.about2-page .about-1 .box2 .right h2 {
  font-size: 35px;
  color: #333;
  font-family: 'SB';
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about2-page .about-1 .box .left .text {
  text-align: left;
}
.about2-page .about-1 .box .left .list {
  margin: 30px 0;
  
}
.about2-page .about-1 .box .left .list ul li {
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  padding-bottom: 5px;
}
.about2-page .about-1 .box .left .list ul li i {
  color: #88bd39;
  margin-right: 10px;
}
.about2-page .about-1 .box .left .list ul li:last-child {
  padding-bottom: 0;
}
.about2-page .about-1 .box .left a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  background: #88bd39;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-1 .box .left a.more:hover {
  background: #111;
}
.about2-page .about-1 .box .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
  /*padding-right: 9%;*/
}
.about2-page .about-1 .box .right:after {
  content: '';
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #25243d;
  left: 52%;
  top: 0;
}
.about2-page .about-1 .box .right:before {
  content: '';
  width: 16%;
  height: 100%;
  border: 5px solid #25243d;
  position: absolute;
  top: 0;
  right: 0;
}
.about2-page .about-1 .box .right .img {
  padding-left: 20%;
  position: relative;
}
.about2-page .about-1 .box .right .img h6 {
  font-size: 28px;
  color: white;
  
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  position: absolute;
  left: 6%;
  top: 12%;
  transform-origin: left top;
}
.about2-page .about-1 .box2 {
  margin-top: 50px;
}
.about2-page .about-1 .box2 .left {
  width: 50%;
  padding-right: 10%;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
.about2-page .about-1 .box2 .right .text {
  text-align: left;
}


span.tag {
    font-size: 20px;
    color: #88bd39;
    display: inline-block;
    line-height: 1;
}
span.tag:before, span.tag:after {
    content: '';
    width: 78px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #88bd39;
}
span.tag:before {
    margin-right: 12px;
}
span.tag:after {
    margin-left: 12px;
}
h2.title {
    font-size: 50px;
    color: #222;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'SB';
}
.about2-page .about-2 {
  margin-top: 3rem;
  text-align: center;
  padding: 7.5rem 0;
  background: url("/smartyy/2022/06/30/dibu2.jpg") center center no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.about2-page .about-2 .header{
  text-align: center;
}
.about2-page .about-2 .header span{
  font-size: 23px;
  line-height: 1;
  color: #f00331;
}
.about2-page .about-2 .header span::before,.about2-page .about-2 .header span::after{
  content: '';
  width: 78px;
	height: 3px;
	background-color: #f00331;
  display: inline-block;
  vertical-align: middle;
}
.about2-page .about-2 .years {
  text-align: center;
}
.about2-page .about-2 .years .column {
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'SB';
}
.about2-page .about-2 .year-list {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.about2-page .about-2 .year-list .btn {
  position: relative;
  z-index: 2;
}
.about2-page .about-2 .year-list .btn div {
  content: '';
  position: absolute;
  font-size: 24px;
  top: -10px;
  cursor: pointer;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
}
.about2-page .about-2 .year-list .btn div:after {
  font-family: "FontAwesome";
}
.about2-page .about-2 .year-list .btn .next {
  right: -5%;
  background: url(../images/ab-r.png) no-repeat center center rgba(255,255,255,0.17);
}
.about2-page .about-2 .year-list .btn .prev {
  left: -5%;
  background: url(../images/ab-l.png) no-repeat center rgba(255,255,255,0.17);
}
.about2-page .about-2 .year-list ul {
  position: relative;
  z-index: 1;
}
.about2-page .about-2 .year-list ul:after {
  border-top: 1px solid #fff;
  content: '';
  width: 94%;
  position: absolute;
  top: 20px;
  left: 33px;
  z-index: -1;
}
@keyframes scale_hx {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.about2-page .about-2 .year-list ul li {
  padding-top: 10px;
}
.about2-page .about-2 .year-list ul li * {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .year-list ul li i {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #88bd39;
  border: 5px solid #88bd39;
  display: block;
  margin: 0 auto;
  opacity: 1;
  position: relative;
}
.about2-page .about-2 .year-list ul li i::before,.about2-page .about-2 .year-list ul li i::after{
   position: absolute;
   z-index: 1;
          content: '';
          left: -10px;
          right: -10px;
          top: -10px;
          bottom: -10px;
          border-radius: 50%;
          background-color: rgba(136,189,57, .55);
          animation: scale_hx 2s linear .5s infinite;
           /* Firefox: */
           -moz-animation: scale_hx 2s linear .5s infinite;
          /* Safari 和 Chrome: */
          -webkit-animation: scale_hx 2s linear .5s infinite;
          /* Opera: */
          -o-animation: scale_hx 2s linear .5s infinite;
}
.about2-page .about-2 .year-list ul li h4 {
  display: block;
  font-size: 30px;
  color: #fff;
  margin: 30px 0 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -30%;
  left: 0;
}
.about2-page .about-2 .year-list ul{
  margin-right: -2.45rem;
}
.about2-page .about-2 .year-list ul .slick-slide{
  margin-right: 2.45rem;
}
.about2-page .about-2 .year-list ul li .text {
  width: 320px;
  position: relative;
  left: 47%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 32px;
  text-align: center;
  color: #fff;
  background-color: #88bd39;
  padding: 1.35rem 1.5rem 2.25rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .year-list ul li .text::before{
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 12px;
  background: url(../images/a-icon.png) no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 h3{
  color: #fff;
}
.about2-page .about-2 .year-list ul li .text h3{
  font-size: 24px;
  line-height: 1;
}
.about2-page .about-2 .year-list ul li .text p{
  font-size: 18px;
  line-height: 2;
  margin-top: 1rem;
}
.about2-page .about-2 .year-list ul li .text:hover{
  background-color: rgba(37 36 61);
  color: #fff;
}
.about2-page .about-2 .year-list ul li .text:hover::before{
  opacity: 1;
}
/*.about-page .about-5 .year-list ul .slick-current li i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}*/
.about2-page .about-2 .year-list ul .slick-current li * {
  opacity: 1;
}


/*.about2-page .about-2 {
  padding: 150px 0;
  text-align: center;
  background: url("/smartyy/2022/05/24/dibu.jpg") center center no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.about2-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.about2-page .about-2 .play {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: white;
  font-size: 18px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .play:after,
.about2-page .about-2 .play:before {
  content: '';
  background: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
  opacity: .2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-2 .play:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about2-page .about-2 .play:hover:after,
.about2-page .about-2 .play:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}*/
.about2-page .about-3 {
  padding: 100px 0;
}
.about2-page .about-3 .box {
  padding-top: 50px;
}
.about2-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
}
.about2-page .about-3 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #88bd39;
}
.about2-page .about-3 .box ul li .box2 h4 {
  font-size: 20px;
  
  text-transform: capitalize;
  margin: 20px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 140px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .box ul li .box2:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.about2-page .about-3 .box ul li .box2:hover i,
.about2-page .about-3 .box ul li .box2:hover h4,
.about2-page .about-3 .box ul li .box2:hover p {
  color: white;
}
.about2-page .about-4 {
  padding-top: 110px;
  background: url("/hairclipper-factory/2021/12/03/2.jpg") center top no-repeat;
  position: relative;
  z-index: 1;
}
.about2-page .about-4:after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
  z-index: -1;
}
.about2-page .about-4 h3 {
  color: white;
}
.about2-page .about-4 .line {
  background: white;
}
.about2-page .about-4 .text {
  color: white;
}
.about2-page .about-4 .box {
  padding-top: 50px;
  margin-bottom: -80px;
}
.about2-page .about-4 .box ul {
  margin: 0 -15px;
}
.about2-page .about-4 .box ul li {
  padding: 0 15px 80px;
}
.about2-page .about-4 .box ul li .box2 {
  display: block;
  position: relative;
  z-index: 1;
}
.about2-page .about-4 .box ul li .box2 .img-box {
  display: block;
}
.about2-page .about-4 .box ul li .box2 .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
}
.about2-page .about-4 .box ul li .box2 .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #88bd39;
  text-align: left;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-4 .box ul li .box2 .text h4 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding: 0 15px;
  
}
.about2-page .about-4 .box ul li .box2 .text h4 small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  
}
.about2-page .about-4 .box ul li .box2:hover .img-box img {
  left: -10%;
}
.about2-page .about-4 .box ul li .box2:hover .text {
  top: 80px;
  width: 90%;
}
.about2-page .about-5 {
  padding: 110px 0;
}
.about2-page .about-5 .box {
  padding-top: 50px;
}
.about2-page .about-5 .box ul {
  margin: -15px;
}
.about2-page .about-5 .box ul li {
  padding: 15px;
}
.about2-page .about-5 .box ul li .box2 {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about2-page .about-5 .box ul li .box2 a.img-box {
  display: block;
}
.about2-page .about-5 .box ul li .box2 h5 {
  font-size: 20px;
  color: black;
  
  line-height: 1.6;
  padding: 25px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about2-page .about-5 .box ul li .box2 h5:hover {
  color: #88bd39;
}
.contact2-page .contact-1 .box {
  position: relative;
  /*top: 100px;*/
  margin: 50px 0;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: white;
  overflow: hidden;
  padding: 50px 40px;
}
.contact2-page .contact-1 .box h3 {
  font-size: 34px;
  color: #333;
  
  margin-bottom: 40px;
}
.contact2-page .contact-1 .box .left {
  padding-right: 40px;
  width: 30%;
}
.contact2-page .contact-1 .box .left .list ul li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.contact2-page .contact-1 .box .left .list ul li:last-child {
  border-bottom: none;
}
.contact2-page .contact-1 .box .left .list ul li .box2 {
  padding-left: 65px;
  position: relative;
}
.contact2-page .contact-1 .box .left .list ul li .box2 i {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 32px;
}
.contact2-page .contact-1 .box .left .list ul li .box2 h5 {
  font-size: 20px;
  color: #333;
  
  margin-bottom: 10px;
}
.contact2-page .contact-1 .box .left .list ul li .box2 p {
  font-size: 18px;
  color: #333;
  
}
.contact2-page .contact-1 .box .right {
  padding-left: 40px;
  width: 70%;
  position: relative;
}
.contact2-page .contact-1 .box .right:after {
  content: '';
  width: 1px;
  height: 200%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #eee;
}
.contact2-page .contact-1 .box .right .form ul {
  margin: -15px;
}
.contact2-page .contact-1 .box .right .form ul li {
  padding: 15px;
  position: relative;
}
.contact2-page .contact-1 .box .right .form ul li input,
.contact2-page .contact-1 .box .right .form ul li textarea {
  padding: 15px 0;
  border: none;
  background: transparent;
  font-size: 15px;
  
  border-bottom: 1px solid #eee;
  width: 100%;
  -webkit-transition: 0.5s border-bottom-color;
  -moz-transition: 0.5s border-bottom-color;
  -ms-transition: 0.5s border-bottom-color;
  -o-transition: 0.5s border-bottom-color;
  transition: 0.5s border-bottom-color;
  padding-right: 15px;
}
.contact2-page .contact-1 .box .right .form ul li input:focus,
.contact2-page .contact-1 .box .right .form ul li textarea:focus {
  border-color: #88bd39;
}
.contact2-page .contact-1 .box .right .form ul li i {
  position: absolute;
  right: 15px;
  bottom: 33px;
  color: #666;
}
.contact2-page .contact-1 .box .right .form ul li.wid-100 {
  width: 100%;
}
.contact2-page .contact-1 .box .right .form ul li textarea {
  height: 160px;
  resize: vertical;
}
.contact2-page .contact-1 .box .right .form ul li input[type="submit"] {
  border-bottom: none;
  width: 200px;
  background: #88bd39;
  color: white;
  
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact2-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
  background: #111;
}
.contact2-page .contact-2 img {
  width: auto;
  max-width: none;
}
.contact2-page .contact-2 .info-middle img {
  max-width: 100%;
}
@media screen and (max-width: 1500px) {
  .contact2-page .contact-1 .box {
    /*top: 50px;*/
  }
  .contact2-page .contact-1 .box h3 {
    font-size: 30px;
  }
  .contact2-page .contact-1 .box .left .list ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contact2-page .contact-1 .box .left .list ul li:last-child {
    margin-bottom: 0;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 p {
    font-size: 16px;
  }
  .contact2-page .contact-1 .box .right .form ul li input,
  .contact2-page .contact-1 .box .right .form ul li textarea {
    padding: 10px 15px 10px 0;
  }
  .contact2-page .contact-1 .box .right .form ul li textarea {
    height: 120px;
  }
  .about2-page .about-1 .left h2 {
    font-size: 46px;
  }
  .about2-page h3 {
    font-size: 34px;
  }
  .about2-page .about-3 .box ul li .box2 h4 {
    font-size: 18px;
  }
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 16px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 20px;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 360px;
    padding-top: 160px;
  }
  .inner-banner h3,.inner-banner .producth1 {
    font-size: 34px;
  }
  .inner-banner .mbx {
    font-size: 15px;
    margin-top: 10px;
    line-height: 2;
  }
  .about2-page .about-1 {
    padding: 50px 0;
  }
  .about2-page .about-1 .left h2 {
    font-size: 32px;
  }
  .about2-page .about-1 .left i.tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 14px;
    line-height: 1.6;
  }
  .about2-page .about-1 .left a.more {
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    padding: 0 20px;
  }
  .about2-page .about-1 .right .img h6 {
    top: 12%;
  }
  .about2-page .about-2 {
    padding: 100px 0;
  }
  .about2-page .about-3 {
    padding: 50px 0;
  }
  .about2-page h3 {
    font-size: 28px;
  }
  .about2-page .about-3 .box ul li .box2 p {
    height: 66px;
  }
  .about2-page .about-5 {
    padding: 60px 0;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 16px;
    padding: 15px 10px;
  }
  .contact2-page .contact-1 .box h3 {
    font-size: 28px;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 i {
    font-size: 28px;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 {
    padding-left: 50px;
  }
  .contact2-page .contact-1 .box .left .list ul li .box2 p {
    font-size: 14px;
	line-height:28px;
  }
  .contact2-page .contact-1 .box .right .form ul li input[type="submit"] {
    margin-top: 0;
  }
  #mapContainer {
    height: 340px !important;
  }
}
@media screen and (max-width: 1000px) {
  .contact2-page .contact-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact2-page .contact-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact2-page .contact-1 .box .right:after {
    display: none;
  }
  .contact2-page .contact-1 .box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact2-page .contact-1 .box .left .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .about2-page .about-1 .right {
    display: none;
  }
  .about2-page .about-1 .left {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .about2-page .about-1 .left h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .about2-page .about-1 .left .list {
    margin: 10px 0 20px;
  }
  .about2-page .about-1 .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .about2-page .about-4 .box {
    margin-bottom: -60px;
  }
  .about2-page .about-3 .box ul li {
    width: 50%;
  }
  .about2-page .about-3 .box ul li .box2 {
    padding: 15px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 18px;
    bottom: 10px;
  }
  .about2-page .about-4 .box ul li .box2 .text h4 small {
    font-size: 14px;
  }
  .about2-page .about-4 .box ul li .box2:hover .text {
    top: 60px;
  }
  .about2-page .about-4 .box ul li {
    padding-bottom: 60px;
  }
  .about2-page .about-1 .box .left h2, .about2-page .about-1 .box2 .right h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
  .product-page .side-right .bottom .block ul li{
    width: 100%;
  }
  .about2-page .about-4 {
    display: none;
  }
  .about2-page .about-5 {
    background: #f8f8f8;
  }
  .about2-page .about-5 .box ul li .box2 {
    background: white;
  }
  .about2-page h3 {
    font-size: 24px;
  }
  .about2-page .about-1 .left h2 {
    font-size: 26px;
  }
  .contact2-page .contact-1 .box {
    padding: 30px 20px;
  }
  .about2-page .about-1 .box .left {
    width: 100%;
  }
  .about2-page .about-1 .box .left h2, .about2-page .about-1 .box2 .right h2 {
    font-size: 30px;
  }
  .about2-page .about-1 .box2,#banner li .content .bg {
    display: none;
  }
  .about2-page .abt-1 ul li{
    width: 50%;
  }
  #banner li .content .imgBox2 {
    margin-top: -10% !important;
  }
}
@media screen and (max-width: 500px) {
  #mapContainer {
    height: 300px !important;
  }
  .about2-page .about-3 .box ul li {
    width: 100%;
  }
  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 13px;
    padding: 10px;
  }
  .about2-page .about-5 .box ul li {
    padding: 5px;
  }
  .about2-page .about-5 .box ul {
    margin: -5px;
  }
  .about2-page .about-5 .box {
    padding-top: 20px;
  }
  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 14px;
	line-height:28px;
  }
  .about2-page .about-5 {
    padding: 40px 0;
  }
  .about2-page .about-3 .box ul li .box2 i {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }
  .about2-page .about-3 .box ul li .box2 h4 {
    margin: 10px 0;
    line-height: 1;
  }
  .about2-page .about-3 .box ul li .box2 p {
    height: auto;
    display: block;
  }
  .inner-banner h3,.inner-banner .producth1 {
    font-size: 26px;
	display:none;
  }
}
/*.inner-banner {*/
/*  height: 500px;*/
  /*background-size: cover;*/
/*  background-attachment: fixed;*/
/*  background-position: center top;*/
/*}*/


.common_news {
  padding-bottom: 60px;
  text-align: center;
}
.common_news .swiper{
  margin-top: 40px;
  overflow: hidden;
}
.common_news .swiper .swiper-slide{
    border: 1px solid #eee;
    padding: 10px;
}


.common_news .swiper .swiper-slide .img{
  height: 240px;
  display: block;
}
.common_news .swiper .swiper-slide .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_news .swiper .swiper-slide a{
  transition: all .5s;
}
.common_news .swiper .swiper-slide a:hover{
  color: rgb(136, 189, 57);
}
.common_news .swiper .swiper-slide .title{
  display: block;
    overflow-y:auto;
    height: 56px;
    font-size: 18px;
    margin-top: 20px;
    padding-right: 5px;
}

.common_news .swiper .swiper-slide .des{
    margin-top: 20px;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.inner-page {
  overflow: hidden;
}
.inner-page .sideBox .side-left {
  width: 25.5%;
  padding-right: 40px;
}
.inner-page .sideBox .side-left form input[type="text"] {
        width: 288px;
    height: 50px;
    border: 1px solid #000000;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    display: inline-block;
}
.inner-page .sideBox .side-left form input[type="submit"] {
    width: 60px;
    height: 50px;
    background: url(/chinamycar/2021/11/17/search.png) no-repeat center center #000000;
    border: none;
    margin-left: -4px;
    display: inline-block;
}
.inner-page .sideBox .side-left .product-nav {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
    margin-top: 40px;
}
.inner-page .sideBox .side-left .product-nav h3 {
    font-size: 28px;
    line-height: 1.6;
    color: #000000;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding-bottom: 23px;
    border-bottom: 1px solid #dfdfdf;
}
.inner-page .sideBox .side-left .product-nav > ul {
    margin-top: 13px;
}
.inner-page .sideBox .side-left .product-nav > ul.nav_des{
  font-size: 14px;
  line-height: 2;
}
.inner-page .sideBox .side-left .product-nav > ul > li {
    position: relative;

}
.inner-page .sideBox .side-left .product-nav > ul > li.active .children{
  display: block;
}
.inner-page .sideBox .side-left .product-nav > ul > li.active>a{
  color: #88bd39;
}
.inner-page .sideBox .side-left .product-nav > ul > li > a {
    display: block;
    padding: 13px 30px 13px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    /*font-weight: 600;*/
}
.inner-page .sideBox .side-left .product-nav>ul>li:hover a{
  color: #88bd39;
}
.inner-page .sideBox .side-left .product-nav > ul > li .fa {
    width: 44px;
    height: 44px;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -10px;
    cursor: pointer;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children {
    padding: 10px 0;
    display: none;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children li {
  border-bottom: 1px solid #737373;
  position: relative;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children li i{
  top: -6px;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children li .child2{
  display: none;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children li .child2 li.active>a{
  color: #88bd39;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children li a {
    font-size: 16px;
    line-height: 2;
    color: #737373;

    display: block;
    margin: 15px 0;
}
.inner-page .sideBox .side-left .product-nav > ul > li .children li a:hover,
.inner-page .sideBox .side-left .product-nav > ul > li .children li a.active {
    color: #88bd39;
}
.inner-page .sideBox .side-left .product-nav>ul>li .children li.active a{
      color: #88bd39;
}
.inner-page .sideBox .side-left .p-contact {
    margin-top: 50px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.inner-page .sideBox .side-left .p-contact h3 {
    font-size: 28px;
    line-height: 1.6;
    color: #000000;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding-bottom: 23px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px;
}
.inner-page .sideBox .side-left .p-contact #ewm1{
  max-width: 120px;
    border: 3px solid white;
    margin-bottom: 10px;
    margin-left: 80px;
}
.inner-page .sideBox .side-left .p-contact .text {
    margin: 40px 0;
    font-size: 16px;
    line-height: 30px;
    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;
    color: #000000;

}
.inner-page .sideBox .side-left .p-contact .text span {
    display: inline-block;
    width: 100px;
    line-height: 1;
    text-align: right;
}
.inner-page .sideBox .side-left .p-contact .text p {
    text-align: left;
    max-width: 250px;
    padding-left: 20px;
    color: inherit;
    font-size: 16px;
    font-weight: inherit;
    font-family: inherit;
    line-height: 2;
    font-style: inherit;
}
.inner-page .sideBox .side-left .p-contact .add {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.inner-page .sideBox .side-left .p-contact .add p {
    line-height: 1.8;
    margin-top: -5px;
}
.inner-page .sideBox .side-left .p-contact .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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inner-page .sideBox .side-left .p-contact .icon a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    border-radius: 100%;
    height: 35px;
    margin-right: 15px;
    border: 1px solid #000000;
}
.inner-page .sideBox .side-left .p-contact .icon a:last-child {
    margin-right: 0;
}
.inner-page .sideBox .side-left .p-contact .icon a i {
    font-size: 20px;
    color: #000000;
}

.inner-page .sideBox .side-left h2 {
  display: block;
  font-size: 36px;
  
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 80px;
}
.inner-page .sideBox .side-left .box ul li a {
  display: block;
  padding: 5px 35px 5px 15px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
.inner-page .sideBox .side-left .box ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
  display: block;
}
.inner-page .sideBox .side-left .box ul li ul li a {
  background: #f7f3ef;
  font-weight: normal;
}
.inner-page .sideBox .side-left .box ul li ul li li a {
  background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
  width: 74.5%;
}
.inner-page .sideBox .side-right h1.ruij{
  margin-top: 0;
}
.inner-page .sideBox .side-right .content .text{
  font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 1.5rem;
}
.inner-page .m-page {
  text-align: right;
}
.inner-page .catproductintro{
  font-size: 16px;
    color:#101010;
    line-height: 26px;
    margin-top: 60px;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #444;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}
.inner-page .m-page span{
  background: #88bd39;
  color: #fff;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #88bd39;
  color: white;
}
.contact-btn {
  padding: 50px 0 25px;
  text-align: center;
  background: #88bd39;
}
.contact-btn p {
  display: block;
  font-size: 18px;
  color: white;
}
.contact-btn a.more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  background: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-btn a.more i {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin-right: 7px;
}
.contact-btn a.more i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.contact-btn a.more:hover {
  -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}
.about-page .about-1 {
  padding: 180px 0 100px;
}
.about-page .about-1 .box .left {
  padding-right: 5%;
}
.about-page .about-1 .box .left h3 {
  display: block;
  font-size: 35px;
  
  color: #222;
  line-height: 53px;
}
.about-page .about-1 .box .left h3 em {
  color: #88bd39;
}
.about-page .about-1 .box .left .text {
  margin-top: 40px;
  font-size: 16px;
  color: #737373;
  line-height: 2;
}
.about-page .about-1 .box .left .text p {
  padding-top: 50px;
}
.about-page .about-1 .box .left .text p:first-child {
  padding-top: 0;
}
.about-page .about-1 .list {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding-top: 180px;
}
.about-page .about-1 .list ul li .box {
  padding-left: 80px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list ul li .box i {
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-1 .list ul li .box h4 {
  display: block;
  font-size: 18px;
  
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.about-page .about-1 .list ul li .box h4 em {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .list ul li .box p {
  display: block;
  font-size: 16px;
  color: #666;
}
.about-page .about-1 .list ul li .box:hover {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}
.about-page .about-2 {
  height: 600px;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.about-page .about-2 .play {
  position: absolute;
  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%);
  cursor: pointer;
  cursor: hand;
  text-align: center;
  
  font-size: 16px;
  text-transform: capitalize;
  color: white;
}
.about-page .about-2 .play img {
  display: block;
  margin: 0 auto 15px;
}
.about-page .about-3 {
  padding-top: 150px;
}
.about-page .about-3 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  
  line-height: 1;
}
.about-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  text-transform: none;
  
}
.about-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.about-page .about-3 .box ul li {
  padding-bottom: 20px;
}
.about-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-3 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.about-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-3 .box ul li.active h4 {
  background-color: #88bd39;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.about-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}
.about-page .about-4 {
  padding: 80px 0 100px;
}
.about-page .about-4 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  
  line-height: 1;
}
.about-page .about-4 .box {
  padding-top: 100px;
}
.about-page .about-4 .box ul {
  margin: -10px -20px;
}
.about-page .about-4 .box ul li {
  padding: 10px 20px;
  text-align: center;
}
.about-page .about-4 .box ul li i {
  display: inline-block;
  max-width: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.about-page .about-4 .box ul li span {
  display: block;
  overflow: hidden;
}
.about-page .about-4 .box ul li h4 {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0 15px;
  white-space: nowrap;
}
.about-page .about-4 .box ul li .text {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}

.contact-page {
  background: #f4f7fc;
}
.contact-page .init-1 {
  padding-top: 60px;
  background: #25243d;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #ffffff;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #88bd39;
  border: 2px solid #88bd39;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #ffffff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 16px;
  color: #ffffff;
  padding: 20px 0 10px;
  text-transform: capitalize;
  
}
.contact-page .init-1 ul li p {
  font-size: 17px;
  color: #f3f3f3;
      line-height: 30px;
  
}
.contact-page .init-2 {
  padding-bottom: 50px;
  background: #ffffff;
}
.contact-page .init-2 .init-2-box {
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  /*background: #0e60aa;*/
  color: #fff;
  padding: 100px 0px 6px;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 0px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
  
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 70px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #303030;
  display: flex;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
 
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 35px;
}
.contact-page #addForm {
  width: 580px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
.contact-page #addForm h4 {
  margin-bottom: 40px;
  color: #000000;
      font-size: 16px;
}
.contact-page #addForm span {
 
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  display: block;
}
.contact-page #addForm input {
  width: 100%;
 
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 28px;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #f4f7fc;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
.contact-page #addForm textarea {
  width: 100%;
 
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 28px;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #f4f7fc;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
.contact-page #addForm .contact-submit {
  margin-top: 50px;
  text-align: center;
}
.contact-page #addForm .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 290px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff!important;
  background-color: #88bd39;
  border-radius: 28px;
  text-align: center;
  margin-right: 0!important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-page #addForm .contact-submit input[type="submit"]:hover {
  background-color: #25243d;
}

h1.ruij {
    color: #88bd39;
    font-size: 26px;
    margin-top: 60px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'SB';
}

.rjjiaju {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.product-page {
    padding: 150px 0 60px;
}
.product-page .side-right .top {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}
.product-page .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.product-page .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:focus {
    border-color: #88bd39;
}
.product-page .side-right .top .form input[type="submit"] {
    width: 36px;
    border-bottom: none;
    background: url("../images/icon-search2.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.product-page .side-right .top .show {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px;
}
.product-page .side-right .top .show span {
    line-height: 36px;
    height: 36px;
    padding: 0 26px;
    border: 1px solid #747a84;
    display: inline-block;
    font-size: 14px;
    color: #444;
    border-radius: 18px;
}
.product-page .side-right .top .show ul {
    position: absolute;
    border: 1px solid #eee;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
    background: white;
    display: none;
}
.product-page .side-right .top .show ul li {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
    border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
    color: #88bd39;
}
.product-page .side-right .top .show:hover ul {
    display: block;
}
.product-page .side-right .top .listBox {
    display: inline-block;
    vertical-align: middle;
}
.product-page .side-right .top .listBox span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.product-page .side-right .top .listBox span.list {
    margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
    margin: -30px -10px;
    display: flex;
    flex-wrap: wrap;
}
.product-page .side-right .bottom .block ul li {
    padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li .box{
  height: 100%;
  border: 1px solid #cfcfcf;
  padding: 5px;
}
.product-page .side-right .bottom .block ul li .img_cont {
    display: block;
    height: 240px;
    position: relative;
}
.product-page .side-right .bottom .block ul li .img_cont .img_2{
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: all .5s;
  opacity: 0;
  box-shadow: 0 0  10px 0 #eee;

  -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    background-color: #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;
    z-index: 3;
}

.product-page .side-right .bottom .block ul li .img_cont .img_2 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.product-page .side-right .bottom .block ul li .img_cont:hover .img_2{
  opacity: 1;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}


.product-page .side-right .bottom .block ul li:nth-child(3n) .box .img_cont .img_2{
  left: inherit;
  right: 100%;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.product-page .side-right .bottom .block ul li .img_cont img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-page .side-right .bottom .block ul li .img_cont:hover .img_2{
  opacity: 1;
}
.product-page .side-right .bottom .block ul li h4 {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    height: 73px;
    overflow-y: auto;
    color: #101010;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 2;
}
.product-page .side-right .bottom .block ul li .swiper{
  margin-top: 20px;
  overflow: hidden;
}
.product-page .side-right .bottom .block ul li .swiper .swiper-wrapper .swiper-slide{
  border: 1px solid #d1d1d1;
}
.product-page .side-right .bottom .block ul li:hover h4 {
    color: #88bd39;
}

.product-page .side-right .bottom .nav_des{
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  overflow-y: auto;
}
.product-page .side-right .bottom .list {
    display: none;
}
.product-page .side-right .bottom .list ul li {
    margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
    margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
    width: 30%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
    display: block;
}
.product-page .side-right .bottom .list ul li .text {
    width: 70%;
    padding-left: 5%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
    font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #88bd39;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
    background: #25243d;
}
.prodet-page .prodet-1 {
    padding-top: 6rem;
}
.prodet-page .prodet-1 .containerBox {
    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: top;
    -webkit-align-items: top;
    -moz-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}
.prodet-page .prodet-1 .containerBox .left {
    width: 51.5%;
}
.prodet-page .prodet-1 .containerBox .left .imgBox {
    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: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;*/
}
.prodet-page .prodet-1 .containerBox .left a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-1 .containerBox .left a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.prodet-page .prodet-1 .containerBox .left .bigImg .img-box{
  border: 1px solid #cfcfcf;
}
.prodet-page .prodet-1 .containerBox .left a img {
    width: 100%;
    
}
.prodet-page .prodet-1 .containerBox .left .smallImg {
  width: 21.5%;
}
.prodet-page .prodet-1 .containerBox .left .smallImg ul {
  margin: -0.6rem;
}
.prodet-page .prodet-1 .containerBox .left .smallImg ul li a.img-box{
border: 1px solid #cfcfcf;
}
.prodet-page .prodet-1 .containerBox .left .smallImg ul li {
  padding: 0.6rem 0.75rem;
  
}
.prodet-page .prodet-1 .containerBox .left .bigImg {
  width: 73.5%;
  padding-left: 1.5rem;
}
.prodet-page .prodet-1 .containerBox .left .box2 {
  margin-top: 2.5rem;
}
.prodet-page .prodet-1 .containerBox .left .box2>a {
  line-height: 2.7rem;
  height: 2.7rem;
  padding: 0 1rem;
  border-radius: 1.35rem;
  background: #88bd39;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .containerBox .left .box2>a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: auto;
  margin-top: -.2rem;
}
.prodet-page .prodet-1 .containerBox .left .box2 ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.prodet-page .prodet-1 .containerBox .left .box2 ul li {
  width: auto;
  margin-right: 0.75rem;
  font-size: 0.8rem;
  color: #383838;
  transition: .5s;
}
.prodet-page .prodet-1 .containerBox .left .box2 ul li:hover {
  color: #88bd39;
}
.prodet-page .prodet-1 .containerBox .right {
    width: 48.5%;
    padding-left: 5%;
}
.prodet-page .prodet-1 .containerBox .right .title {
    font-size: 1.5rem;
    color: #333333;
    line-height: 28px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    padding-bottom: 1rem;
    border-bottom: 1px solid #cfcfcf;
    padding-right: 4rem;
    position: relative;
    font-family: 'SB';
}
/*.prodet-page .prodet-1 .containerBox .right .box2 {
  margin-top: 2.5rem;
}*/
.prodet-page .prodet-1 .containerBox .right .box2>a {
  line-height: 2.7rem;
  height: 2.7rem;
  padding: 0 1rem;
  border-radius: 1.35rem;
  background: #88bd39;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .containerBox .right .box2>a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: auto;
  margin-top: -.2rem;
}
.prodet-page .prodet-1 .containerBox .right .box2 ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.prodet-page .prodet-1 .containerBox .right .box2 ul li {
  width: auto;
  margin-right: 0.75rem;
  font-size: 0.8rem;
  color: #383838;
  transition: .5s;
}
.prodet-page .prodet-1 .containerBox .right .box2 ul li:hover {
  color: #88bd39;
}
h1.rjtitle {
    font-size: 26px;
    color: #333;
    line-height: 50px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cfcfcf;
    padding-right: 4rem;
    position: relative;
    font-family: 'SB';
}
.prodet-page .prodet-1 .containerBox .right .title i {
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: .25rem;
  top: 0.5rem;
  display: block;
  cursor: pointer;
}
.prodet-page .prodet-1 .containerBox .right .title i:after,
.prodet-page .prodet-1 .containerBox .right .title i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transition: .5s;
}
.prodet-page .prodet-1 .containerBox .right .title i:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.prodet-page .prodet-1 .containerBox .right .title i.active:before {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.prodet-page .prodet-1 .containerBox .right .content {
    margin: 1rem 0 2rem;
    font-size: 16px;
    line-height: 40px;
       color: #000000;
}
.prodet-page .prodet-1 .containerBox .right .content ul li {
  padding-left: 2rem;
  position: relative;
}
.prodet-page .prodet-1 .containerBox .right .content ul li:after {
  content: '';
  border: .3rem solid #333;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 0;
}
.prodet-page .prodet-1 .containerBox .right .content strong {
  font-weight: bold;
  color: #666;
}
.prodet-page .prodet-1 .containerBox .right .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .containerBox .right .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .containerBox .right p {
    font-size: 1.8rem;
    line-height: 1;
    color: #666666;
    font-weight: bold;
}
.prodet-page .prodet-1 .containerBox .right .btn {
    margin: 4rem 0;
}
.prodet-page .prodet-1 .containerBox .right .btn .inquiry {
    display: inline-block;
    padding: 1.8rem 3rem;
    border-radius: 55px;
    background: #88bd39;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .containerBox .right .btn .inquiry:hover {
    background: #000;
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a img {
    width: 100%;
}
.prodet-page .prodet-1 .bottom{
    margin-top: 3rem;
}
.prodet-page .prodet-1 .bottom .title {
    font-size: 24px;
    color: #333333;
    line-height: 55px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    padding-bottom: 1rem;
    border-bottom: 1px solid #cfcfcf;
    padding-right: 4rem;
    position: relative;
    font-family: 'SB';
}
.prodet-page .prodet-1 .bottom .title i {
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: .25rem;
  top: 0.5rem;
  display: block;
  cursor: pointer;
}
.prodet-page .prodet-1 .bottom .title i:after,
.prodet-page .prodet-1 .bottom .title i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transition: .5s;
}
.prodet-page .prodet-1 .bottom .title i:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.prodet-page .prodet-1 .bottom .title i.active:before {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.prodet-page .prodet-1 .bottom .content {
    margin: 1rem 0 4rem;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
}
.prodet-page .prodet-1 .bottom .content ul li {
  padding-left: 2rem;
  position: relative;
}
.prodet-page .prodet-1 .bottom .content ul li:after {
  content: '';
  border: .3rem solid #333;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 0;
}
.prodet-page .prodet-1 .bottom .content strong {
  font-weight: bold;
  color: #666;
}
.prodet-page .prodet-1 .bottom .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .bottom .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .bottom p {
    font-size: 1.8rem;
    line-height: 1;
    color: #666666;
    font-weight: bold;
}

.prodet-page .prodet-2 {
    padding: 9em 0;
}
.prodet-page .prodet-3 .title {
    border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-3 .title h4 {
    display: inline-block;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    background: #88bd39;
}
.prodet-page .prodet-2 .text {
    margin: 2rem 0 2.5rem;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #333333;
    font-weight: 400;
}
.prodet-page .prodet-3 {
    padding: 4rem 0 5rem;
}
.prodet-page .prodet-3 h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/*.prodet-page .prodet-3 h4 {
    font-size: 3.2rem;
    line-height: 1;
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #949494;
}*/
.prodet-page .prodet-3 .hotBox {
    margin-top: 3.5rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page .prodet-3 .hotBox .swiper-slide a img {
    width: 100%;
}
.aboutrj {
    font-size: 16px;
    line-height: 1.8;
    color: #999;
    margin: 40px;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5 {
    font-size: 16px;
    line-height: 28px;
    color: #202020;
    /*font-weight: bold;*/
    text-align: center;
    margin-top: 1rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5:hover {
    color: #88bd39;
}
.prodet-page .prodet-3 .hotBox .swiper-slide p {
    font-size: 1.6rem;
    line-height: 1;
    color: #3b3b3b;
    font-weight: 400;
    text-align: center;
}

.contact-page h2 {
    font-size: 42px;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    font-family: 'SB';
}
.contact-page h2:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #88bd39;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact-page .contact-2 .top p {
    line-height: 1;
    margin-top: 30px;
    font-size: 18px;
    color: #333;
}
.contact-page .contact-2 {
    padding: 70px 0 70px;
}
.contact-page .contact-2 .top {
    text-align: center;
}
.contact-page .contact-2 .top p {
    line-height: 1;
    margin-top: 30px;
}
.contact-page .contact-2 form {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-2 form input[type=text] {
    width: 47%;
    border: 1px solid #c9c9c9;
    height: 50px;
    background: 0 0;
    padding: 0 25px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
}
.contact-page .contact-2 form textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 265px;
    background: 0 0;
    padding: 25px;
    margin-bottom: 57px;
    font-size: 16px;
    font-weight: 400;
}
.contact-page .contact-2 form textarea:focus {
    border: 1px solid #88bd39;
}
.contact-page .contact-2 form input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea:-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input[type="submit"] {
    margin: 0 auto;
    width: 40%;
    padding: 15px 0;
    border: none;
    background: #88bd39;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.contact-page .contact-2 form input[type="submit"]:hover {
    background: #000;
}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-1 .containerBox .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .containerBox .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1230px) {
    .contact-page .contact-2 .top p {
        line-height: 1.8;
    }
}

@media screen and(max-width: 1000px) {
.contact-page .init-2 .init-2-box .right{
  padding-right: 0;
}
.contact-page #addForm{
  padding: 60px 15px;
}
}

@media screen and (max-width: 700px) {
  h1.rjtitle{
    font-size: 18px;
    line-height: 2;
  }
  .prodet-page .prodet-1{
    padding-top: 0;
  }
  .contact-page h2{
    font-size: 30px;
  }
  .contact-page .contact-2{
    padding: 20px 0 !important;
  }
  .contact-page .contact-2 .top p{
    font-size: 16px;
    line-height: 2;
  }
  .contact-page .contact-2 form{
    margin-top: 20px;
  }
  .contact-page .init-2 .init-2-box{
    display: block;
  }
  .contact-page .init-2 .init-2-box .left{
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right{
    width: 100%;
    padding-right: 0;
    margin-top: 1.5rem;
  }
  .contact-page #addForm{
    padding: 60px 15px;
  }
}

@media screen and (max-width: 500px) {
    .contact-page .contact-2 form input[type="text"] {
        width: 100%;
    }
    .prodet-page .prodet-1 .containerBox .right .box2>a{
      font-size: 13px;
    }
    .prodet-page .prodet-1 .containerBox .right .box2 ul li {
    font-size: 13px;
    }
    .product-page .side-right .bottom .block ul li .img_cont{
      height: auto;
    }
    .product-page .side-right .bottom .block ul li .img_cont .img_2{
      position: relative;
      top: 0;
      left: 0;
      transform: rotateY(0);
      -webkit-transform: rotateY(0);
      -moz-transform: rotateY(0);
      -ms-transform: rotateY(0);
      -o-transform: rotateY(0);
      opacity: 1;
    }
    .product-page .side-right .bottom .block ul li:nth-child(3n) .box .img_cont .img_2{
      left: 0;
    }
}

.about-page .about-5 {
    background: #f0f0f0;
    padding: 6rem 0 7.5rem;
    margin-top: 4rem;
}
.about-page .about-5 .top {
    text-align: center;
}
.about-page .about-5 .top h3 {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #88bd39;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.75rem;
}
.about-page .about-5 .top p {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    font-weight: 400;
    margin: 0 auto;
    max-width: 800px;
}
.about-page .about-5 .factoryBox {
    max-width: 1355px;
    margin: 6rem auto 0;
    position: relative;
}
.about-page .about-5 .factoryBox .swiper-slide a {
    display: block;
    overflow: hidden;
}
.about-page .about-5 .factoryBox .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.about-page .about-5 .factoryBox .swiper-slide a img {
    width: 100%;
}
.about-page .about-5 .factoryBox .swiper-button-prev,
.about-page .about-5 .factoryBox .swiper-button-next {
    width: 23px;
    height: 37px;
}
.about-page .about-5 .factoryBox .swiper-button-prev {
    background: url(../images/f-left.png) no-repeat center center;
    left: -5%;
}
.about-page .about-5 .factoryBox .swiper-button-next {
    background: url(../images/f-right.png) no-repeat center center;
    right: -5%;
}

@media screen and (max-width: 700px) {
  .aboutrj{
    margin: 20px 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-5 .factoryBox .swiper-button-prev,
    .about-page .about-5 .factoryBox .swiper-button-next {
        display: none;
    }
}

.news-page {
  padding: 50px 0 110px;
}
.news-page .top {
  display: block;
}
.news-page .top ul li {
  display: inline-block;
}
.news-page .top ul li a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 42px;
  font-size: 18px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
  background: #88bd39;
  color: white;
}
.news-page .bottom {
  padding-top: 60px;
}
.news-page .bottom ul {
  margin: -30px -12px;
}
.news-page .bottom ul li {
  padding: 30px 12px;
}
.news-page .bottom ul li img{
  width: 100%;
  height: 490.66px;
}
.news-page .bottom ul li a.img-box {
  display: block;
}
.news-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
  font-size: 18px;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
/*height: 6em;*/
}
.news-page .bottom ul li .content h4:hover {
  color: #88bd39;
}
.news-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}
.newdet-page {
  padding: 50px 0;
}
.newdet-page h3 {
  font-size: 26px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
}
.newdet-page h1 {
  font-size: 26px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 2;
}
.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  color: black;
  opacity: .6;
}
.newdet-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.newdet-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .share h4 {
  font-size: 14px;
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .share ul li:hover {
  color: #88bd39;
}
.news-about-page h3.tit {
  font-size: 30px;
  color: #303036;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}
.news-about-page h3.tit small {
  display: block;
  font-size: 16px;
  line-height: normal;
  margin-top: 15px;
  opacity: .55;
}
#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #88bd39;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #88bd39;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.factory-page {
  display: block;
}
.factory-page .factory-1 {
  background: #f4f7fd;
  text-align: center;
  padding: 50px 0 170px;
  margin-bottom: -100px;
}
.factory-page .factory-1 i {
display: block;
    font-size: 16px;
    color: #242424;
}
.factory-page .factory-1 h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #181818;
  line-height: 1;
  text-transform: capitalize;
}
.factory-page .factory-1 h2 i {
  display: block;
  font-size: 16px;
  color: #242424;
  margin-bottom: 10px;
}
.factory-page .factory-1 h2 small {
  display: block;
  font-size: 36px;
  color: #007dc4;
  margin-top: 10px;
}
.factory-page .factory-1 .box {
  display: block;
  margin-top: 80px;
}
.factory-page .factory-1 .box ul {
  margin: 0 -40px;
}
.factory-page .factory-1 .box ul li {
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.factory-page .factory-1 .box ul li:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 90px;
  background: url("../images/icon-line.png");
  left: 50%;
  z-index: -1;
}
.factory-page .factory-1 .box ul li:last-child:after {
  display: none;
}
.factory-page .factory-1 .box ul li span {
  display: block;
}
.factory-page .factory-1 .box ul li span img {
  display: block;
  margin: 0 auto;
}
.factory-page .factory-1 .box ul li p {
  display: block;
  margin-top: 45px;
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
}
.factory-page .factory-2 {
  margin-top: 60px;
}
.factory-page .factory-2 ul {
  margin: -40px 0;
}
.factory-page .factory-2 ul li {
  padding: 40px 0;
}
.factory-page .factory-2 ul li .img {
  vertical-align: middle;
  position: relative;
  left: 0;
}
.factory-page .factory-2 ul li .img ul li a {
  display: block;
}
.factory-page .factory-2 ul li .img ul li a img {
  width: 100%;
}
.factory-page .factory-2 ul li .text {
  vertical-align: middle;
  padding-left: 6%;
  position: relative;
  left: 0;
}
.factory-page .factory-2 ul li .text i {
  display: block;
  font-size: 16px;
  color: #242424;
}
.factory-page .factory-2 ul li .text h3 {
  display: block;
  font-size: 48px;
  color: #242424;
  line-height: 1;
  font-weight: bold;
  margin: 20px 0;
}
.factory-page .factory-2 ul li .text h3 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  color: black;
  font-size: 16px;
  white-space: nowrap;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .factory-2 ul li .text h3 span i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  color: inherit;
}
.factory-page .factory-2 ul li .text h3 span:hover {
  background: #0d95e8;
  color: white;
}
.factory-page .factory-2 ul li .text .content {
  display: block;
  font-size: 18px;
  color: #727272;
  line-height: 2;
}
.factory-page .factory-2 ul li .text .content em {
  color: #0d95e8;
  margin-bottom: 10px;
  display: block;
}
.factory-page .factory-2 ul li .text .btn {
  display: block;
  margin-top: 35px;
}
.factory-page .factory-2 ul li .text .btn div {
  width: 35px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.factory-page .factory-2 ul li .text .btn div.prev {
  background-image: url("../images/icon-about-btn-l.png");
}
.factory-page .factory-2 ul li .text .btn div.prev:hover {
  background-image: url("../images/icon-about-btn-l2.png");
}
.factory-page .factory-2 ul li .text .btn div.next {
  background-image: url("../images/icon-about-btn-r.png");
  margin-left: 50px;
  margin-top: 12px;
}
.factory-page .factory-2 ul li .text .btn div.next:hover {
  background-image: url("../images/icon-about-btn-r2.png");
}
.factory-page .factory-2 ul li:nth-child(even) .img {
  left: 50%;
}
.factory-page .factory-2 ul li:nth-child(even) .text {
  left: -50%;
  padding-right: 6%;
  padding-left: 0;
}
.factory-page .factory-3 {
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.factory-page .factory-3:after {
  /*content: '';*/
  width: 100%;
  height: 50%;
  background: #0d95e8;
  z-index: -1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
.factory-page .factory-3 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #242424;
}
.factory-page .factory-3 .box {
  display: block;
  padding-top: 60px;
}
.factory-page .factory-3 .box ul {
  margin: -12px;
}
.factory-page .factory-3 .box ul li {
  padding: 12px;
}
.factory-page .factory-3 .box ul li .box2 {
  display: block;
  padding: 50px 20px 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .factory-3 .box ul li .box2 span {
  display: block;
}
.factory-page .factory-3 .box ul li .box2 span img {
  margin: 0 auto;
}
.factory-page .factory-3 .box ul li .box2 .text {
  margin-top: 15px;
  font-size: 16px;
  color: #242424;
  line-height: 28px;
  height: 168px;
}
.factory-page .factory-3 .box ul li .box2 .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0d95e8;
}
.factory-page .factory-3 .box ul li .box2:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  border-color: #0d95e8;
}
.factory-page .factory-3 .tit {
  padding: 70px 0 40px;
}
.factory-page .factory-3 .tit h3 {
  display: inline-block;
  width: 70%;
  font-size: 45px;
  font-weight: bold;
  color: #333;
  line-height: 68px;
}
.factory-page .factory-3 .tit a.more {
  float: right;
  display: inline-block;
  line-height: 76px;
  height: 76px;
  padding: 0 60px;
  font-size: 24px;
  color: white;
  background: #0d95e8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 20px;
}
.factory-page .factory-3 .tit a.more:hover {
  background: #222;
}
#menu-news {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-news.active {
  left: 0;
}
#header.active .nav .ui.menu .logo {
  opacity: 1;
}
#menu-news .left {
  width: 20%;
  height: 100%;
  background: url("/wbdjx/2021/04/20/wbd.jpg") center center;
  background-size: cover;
  position: relative;
  vertical-align: middle;
}
#menu-news .left .box {
  position: absolute;
  width: 100%;
  bottom: 5%;
  padding: 0 5%;
  text-align: center;
  color: white;
}
#menu-news .left .box h6 {
  font-size: 16px;
  line-height: 1;
}
#menu-news .left .box h3 {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-top: 20px;
}
#menu-news .left .box h3 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}
#menu-news .left .box h3 small {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
#menu-news .left .box a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid white;
  border-radius: 30px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  margin-top: 60px;
  max-width: 80%;
}
#menu-news .left .box a.more:hover {
  background: #88bd39;
}
#menu-news .left .box .yuy {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}
#menu-news .left .box .yuy ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 3px;
}
#menu-news .left .box .yuy ul li img {
  display: inline-block;
  vertical-align: middle;
  max-width: 24px;
  margin-right: 5px;
}
#menu-news .center {
  width: 55%;
  padding: 0 5%;
  vertical-align: middle;
  max-height: 80%;
}
#menu-news .center .list {
  overflow: auto;
  max-height: 100%;
  display: block;
}
#menu-news .center .list li {
  font-size: 34px;
  line-height: 1;
  padding-bottom: 60px;
}
#menu-news .center .list li ul {
  margin-top: 10px;
}
#menu-news .center .list li ul li {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-news .center .list li ul li:hover {
  color: #88bd39;
}
#menu-news .right {
  width: 25%;
  height: 100%;
}
#menu-news .right ul {
  height: 100%;
}
#menu-news .right ul li {
  height: 33.33%;
  overflow: hidden;
  position: relative;
}
#menu-news .right ul li a {
  display: block;
}
#menu-news .right ul li a h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  color: white;
  font-size: 18px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#menu-news .right ul li a:hover h5 {
  background: #88bd39;
}
@media screen and (max-width: 1600px) {
  .news-page .top ul li a {
    line-height: 38px;
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
  }
  .news-page .bottom {
    padding-top: 40px;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .bottom ul li {
    padding: 5px;
  }
  .news-page .bottom ul {
    margin: -5px;
  }
  .news-page .bottom ul li .content {
    padding: 10px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .text .gallery {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .text .content {
    margin: 10px 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0 23px;
  }
  .prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1 {
    font-size: 25px;
  }
  .prodet-page .prodet-1 .text .content ul li {
    font-size: 14px;
  }
  .product-page .side-right .top,
  .inner-page .sideBox .side-left h2 {
    margin-bottom: 30px;
  }
  .inner-page .sideBox .side-left h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .inner-page .sideBox .side-left .box ul li a {
    font-size: 14px;
  }
  .prodet-page .prodet-2 {
    padding: 50px 0;
  }
  .product-page {
    padding: 30px 0;
  }
  .product-page .side-right .bottom .block ul li {
    padding: 10px;
  }
  .product-page .side-right .bottom .block ul {
    margin: -10px;
  }
  .product-page .side-right .bottom .list ul li .text h4 {
    font-size: 22px;
  }
  .product-page .side-right .bottom .list ul li .text a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 20px;
  }
  .contact-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-page .contact-1 .top .content {
    font-size: 16px;
    padding: 30px 0;
  }
  .contact-page .contact-1 .bottom h3,
  #form,
  .contact-page .contact-1 .bottom .left .share h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .bottom .left .share ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .about-page .about-1 .box .left .text {
    margin-top: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .box .left .text p {
    padding-top: 20px;
  }
  .about-page .about-1 .list {
    padding-top: 60px;
  }
  .about-page .about-1 .list ul li .box h4 em {
    font-size: 28px;
  }
  .about-page .about-2 {
    height: 400px;
  }
  .about-page .about-3 {
    padding-top: 80px;
  }
  .about-page .about-4 .box {
    padding-top: 60px;
  }
  .about-page .about-4 .box ul li h4 {
    font-size: 20px;
    margin: 15px 0;
  }
  .about-page .about-4 .box ul li .text {
    font-size: 15px;
    line-height: 1.6;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3 {
    font-size: 40px;
  }
  .factory-page .factory-3 .tit h3 {
    line-height: 1.4;
  }
  .factory-page .factory-1 h2 small {
    font-size: 28px;
  }
  .factory-page .factory-1 .box ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .factory-page .factory-1 .box ul li {
    padding: 0 20px;
  }
  .factory-page .factory-1 .box ul {
    margin: 0 -20px;
  }
  .factory-page .factory-2 ul li .text h3 {
    font-size: 32px;
  }
  .factory-page .factory-2 ul li .text .content {
    font-size: 16px;
    line-height: 1.6;
  }
  .factory-page .factory-2 ul li .text .btn {
    margin-top: 20px;
  }
  .factory-page .factory-3 .box {
    padding-top: 40px;
  }
  .factory-page .factory-3 .box ul li .box2 .text {
    font-size: 14px;
    line-height: 1.8;
  }
  .factory-page .factory-3 .box ul li .box2 span img {
    max-height: 70px;
  }
  .factory-page .factory-3 .tit a.more {
    line-height: 54px;
    height: 54px;
  }
  .factory-page .factory-1 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .box ul li h4 {
    font-size: 18px;
    word-break: break-word;
    white-space: normal;
  }
  .about-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .box .right {
    display: none;
  }
  .about-page .about-2 .play img {
    max-width: 60px;
  }
  .about-page .about-3 .box ul li h4 {
    padding: 10px 50px;
    background-position: center left 15px;
  }
  .about-page .about-3 .box ul li h4:after {
    top: 10px;
  }
  #form ul li span label {
    font-size: 14px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 60%;
  }
  .contact-page .contact-1 .bottom .right {
    width: 40%;
  }
  .contact-page .contact-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 36px;
  }
  .inner-page .sideBox .side-left {
    width: 30%;
  }
  .inner-page .sideBox .side-right {
    width: 70%;
  }
  .product-page .side-right .bottom .list ul li .text .content {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .product-page .side-right .top .show {
    margin: 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 13px;
  }
  .prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1 {
    font-size: 22px;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-3 h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .bottom ul li .content h4 {
    font-size: 15px;
  }
  .inner-page .catproductintro,.prodet-page .singleintro,.wbbs{
    display: none !important;
  }
  .news-page .top ul li a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
  }
  .inner-page .sideBox .side-left {
    display: none;
  }
  .inner-page .sideBox .side-right {
    width: 100%;
  }
  #form ul li span input {
    width: 20px;
    height: 20px;
  }
  #form ul li span {
    margin-right: 20px;
  }
  #form ul li input[type="submit"] {
    font-size: 16px;
  }
  .about-page .about-4 .box ul li {
    width: 50%;
  }
  .about-page .about-3 .box ul li .text,
  .about-page .about-3 .box ul li h4 {
    font-size: 14px;
  }
  .about-page .about-4 .box ul li i {
    max-width: 200px;
  }
  .about-page .about-2 {
    height: 300px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-1 .list ul {
    margin: -10px;
  }
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3{
    font-size: 32px;
  }
  .factory-page .factory-1 .box ul li:after {
    display: none;
  }
  .factory-page .factory-1 .box ul li span img {
    max-width: 100px;
  }
  .factory-page .factory-1 .box ul li {
    width: 50%;
    padding: 15px;
  }
  .factory-page .factory-1 .box ul {
    margin: -15px;
  }
  .public-contact h4,
  .factory-page .factory-1 h2 small {
    font-size: 24px;
  }
  .factory-page .factory-2 ul li .text {
    width: 100%;
    padding: 20px 0;
    left: 0 !important;
  }
  .factory-page .factory-2 ul li .img {
    width: 100%;
    left: 0 !important;
  }
  .factory-page .factory-2 ul li {
    padding: 20px 0;
  }
  .factory-page .factory-2 ul {
    margin: -20px 0;
  }
  .factory-page .factory-3 {
    padding: 60px 0;
  }
  .factory-page .factory-3 .box ul li {
    width: 100%;
  }
  .factory-page .factory-3 .box ul li .box2 .text {
    height: auto;
  }
  .factory-page .factory-3 .box ul li .box2 {
    padding: 25px 15px;
  }
  .factory-page .factory-3 .tit {
    text-align: center;
  }
  .factory-page .factory-3 .tit h3 {
    width: 100%;
  }
  .factory-page .factory-3 .tit a.more {
    float: none;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .list ul li .box h4 em {
    font-size: 24px;
  }
  .about-page .about-1 .list ul li .box h4 {
    margin-bottom: 5px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .bottom .right {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .product-page .side-right .bottom .list ul li .text {
    width: 50%;
  }
  .product-page .side-right .bottom .list ul li .img {
    width: 50%;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-top: 30px;
  }
  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 .content .table table td {
    display: block;
    width: 100% !important;
  }
  .prodet-page .prodet-2 .content .table table tr:nth-child(even) {
    background: #eee !important;
  }
  .newdet-page h3{
    font-size: 18px;
  }
  .newdet-page h1{
    font-size: 18px;
  }
  .newdet-page .content{
    font-size: 14px;
    line-height: 2.5;
  }
  .prodet-page .prodet-3 {
    padding: 2rem 0 2rem;
}
  .prodet-page .prodet-2 h2, .prodet-page .prodet-3 h2{
    font-size: 20px;
  }
  h1.ruij{
    font-size: 18px;
  }
  .rjjiaju{
    font-size: 14px;
    line-height: 1.8;
  }
  .product-page .side-right .bottom .block ul li h4{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .side-right .top .form {
    max-width: 100%;
  }
  .product-page .side-right .top .show,
  .product-page .side-right .top .listBox {
    display: none;
  }
  .product-page .side-right .bottom .block ul li img{
    width: auto;
    display:block;
    margin:0 auto;
}
  .about-page .about-4 .box ul li {
    width: 100%;
  }
  .about-page .about-1 .list ul li .box {
    padding-left: 40px;
  }
  .about-page .about-1 .list ul li .box i {
    max-width: 35px;
  }
  .about-page .about-1 .list {
    text-align: center;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .inner-banner {
    height: 220px;
  }
  .factory-page .factory-1 h2 small {
    font-size: 20px;
  }
  .factory-page .factory-1 .box {
    margin-top: 40px;
  }
  .factory-page .factory-1 .box ul li p {
    font-size: 14px;
  }
  .factory-page .factory-2 ul li .text h3 {
    font-size: 28px;
  }
  .factory-page .factory-3 .tit a.more {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
  }
}

.product-page .side-right .bottom .block ul li img,.prodet-page .prodet-1 .img img {
  width: auto;
  display:block;
  margin:0 auto;
}

/* 定制 */
.customize-page .customize-1 {
  padding-top: 60px;
}
.customize-page .customize-1 h3 {
  font-size: 40px;
  margin-bottom: 30px;
  font-family: 'SB';
}
.customize-page .customize-1 ul {
  margin: -10px;
}
.customize-page .customize-1 ul li {
  padding: 10px;
  margin-bottom: 50px;
}
.customize-page .customize-1 .img {
  margin-bottom: 20px;
}
.customize-page .customize-1 .img img {
  width: 100%;
  max-width: 100%;
      background-color: #fff;
  opacity: 1;
  transition-duration: 1.2s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.customize-page .customize-1 .img:hover img {
  opacity: 0;
}
.customize-page .customize-1 .bg {
  background-color: #E1E0DF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.customize-page .customize-1 h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.customize-page .customize-1 .elementor-button {
  font-size: 16px;
  width: 193px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  font-weight: 500;
  background-color: #88bd39;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
}
.customize-page .customize-1 .elementor-button i {
  margin-left: 15px;
}
.customize-page .customize-2 {
  background-color: black;
  color: white;
}
.customize-page .customize-2 .left {
  width: 50%;
  vertical-align: middle;
}
.customize-page .customize-2 .left .content {
  max-width: 800px;
  padding: 0 15px;
  margin-left: auto;
}
.customize-page .customize-2 .left .content .text {
  max-width: 500px;
}
.customize-page .customize-2 .left h2 {
  font-size: 62px;
  line-height: 65px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.customize-page .customize-2 .left p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 40px;
}
.customize-page .customize-2 .left a {
  position: relative;
  display: block;
    z-index: 1;
    width: 238px;
    height: 51px;
    line-height: 51px;
    border-radius: 26px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #fff;
  /*display: inline-block;
  color: #ffffff;
  border-color: #7ED957;
  font-size: 16px;
  font-weight: 600;
  background-color: #88bd39;
  padding: 12px 24px;
  border-radius: 3px;*/
}
.customize-page .customize-2 .left a:hover {
  background-color: #88bd39;
  border-color: #88bd39;
}
.customize-page .customize-2 .right {
  width: 50%;
  vertical-align: middle;
}
.customize-page .customize-2 .right .img {
  height: 600px;
}
.customize-page .customize-2 .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elementor-widget-container {
  -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 1000px) {
  .customize-page .customize-1 .grid-box.three > .column {
    width: 50%;
  }
  .customize-page .customize-2 .left h2 {
    font-size: 40px;
  }
  .customize-page .customize-2 .left {
    width: 100%;
    padding: 60px 0;
  }
  .customize-page .customize-2 .right {
    display: none;
  }
  .customize-page .customize-1 h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .customize-page .customize-1 .grid-box.three > .column {
    width: 100%;
  }
}

.solution-page {
  padding: 170px 0 140px;
}
.solution-page h2 {
  text-align: center;
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
}
.solution-page .ui>img {
  padding: 100px 0 60px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.solution-page .text {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 100px;
}
.solution-page h6 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 50px;
  display: block;
}
.solution-page .list {
  padding: 0 5%;
}
.solution-page .list ul {
  margin: -25px;
}
.solution-page .list ul li {
  padding: 25px;
}
.solution-page .list ul li a {
  display: block;
  position: relative;
  text-align: center;
}
.solution-page .list ul li a img {
  display: block;
  margin: 0 auto;
}
.solution-page .list ul li a .play {
  position: absolute;
  left: 50%;
  top: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
cursor: pointer;
}
@-webkit-keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
    @-o-keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
    @-moz-keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }
    @keyframes ks {
      from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
      }
      10% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      80% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3;
      }
      to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
      }
    }

    /*.play {
      width: 90px;
      height: 90px;
      line-height: 90px;
      border-radius: 100%;
      text-align: center;
      position: absolute;
      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%);
      background: rgba(255, 255, 255, 0.54);
      cursor: pointer;
    }
    .play img {
      display: inline-block;
      vertical-align: middle;
      position: relative;
    }
    .play:after,
    .play:before {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: inherit;
      background: rgba(255, 255, 255, 0.35);
      -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;
      z-index: -1;
    }
    .play:after {
      -webkit-animation-delay: .5s;
      -o-animation-delay: .5s;
      -ms-animation-delay: .5s;
      -moz-animation-delay: .5s;
      animation-delay: .5s;
    }*/
@media screen and (max-width: 500px) {
 #footer .footer-bottom #top{
   top:-41px;
 }
}

.faq-page{
  padding: 60px 0 6rem;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  color: #000;
  background: #eff2f8;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #000;
      font-family: 'PR';
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--main-color);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #e7eaf2;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: #013378;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}

.prodet-page .newsContent .m-link {
  margin-top: 40px;
}
.prodet-page .newsContent .m-link div i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  position: relative;
}
.prodet-page .newsContent .m-link div i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(136,189,57, 0.85) url(../images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .newsContent .m-link div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  margin: 0 10px;
  max-width: 60%;
  line-height: 30px;
}
.prodet-page .newsContent .m-link div span em {
  color: #88bd39;
}
.prodet-page .newsContent .m-link div.prev {
  text-align: left;
}
.prodet-page .newsContent .m-link div.prev i:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.prodet-page .newsContent .m-link div.next {
  text-align: right ;
}
.prodet-page .newsContent .m-link div:hover i:after {
  opacity: 1;
}

.service2-page{
  padding: 0;
}
/*.service2-page .container {
  padding: 0 10%;
}*/
.service2-page .container .tit-name h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 58px;
  color: #162c35 !important;
  margin-bottom: 30px;
}
.service2-page .container .tit-name p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
  margin-bottom: 10px;
}
.service2-page .container .section-link {
  margin-top: 30px;
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #dbae78 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service2-page .init-2 {
  padding: 80px 0;
  background: url(/smartyy/2022/06/30/bg1.jpg) no-repeat center;
  background-size: cover;
}
.service2-page .init-2 .grid-box {
  background: #fff;
}
.service2-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.service2-page .init-2 .grid-box .column:nth-child(2) {
  padding: 0 5%;
}
.service2-page .init-1,
.service2-page .init-3 {
  padding: 80px 0 120px;
  background-color: #F3F4F6;
}
.service2-page .init-1 .column,
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-1 .column:nth-child(2),
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 5%;
}
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-3 .column:nth-child(1) {
  padding-right: 5%;
}
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 0;
}
.service2-page .init-3 .column:nth-child(2) img{
  width: 100%;
}
.service2-page .init-4 {
  padding: 40px 0 6rem;
  background-color: #F3F4F6;
}
.service2-page .init-4 .tit-name {
  text-align: center;
}
.service2-page .init-4 .grid-box {
  margin-top: 30px;
}
.service2-page .init-4 .grid-box .column {
  padding: 0 8px;
}
.service2-page .init-4 .grid-box p{
  padding-top: 1.5rem;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 700px) {
  .service2-page .init-2 .grid-box .column {
    width: 100%;
    padding-right: 0;
  }
  .service2-page .container .tit-name h2 {
    font-size: 20px;
  }
  .service2-page .container .tit-name h2{
    line-height: 1.5;
  }
  .service2-page .init-1, .service2-page .init-3{
    padding: 30px 0;
  }
}

.video_box {
    position: fixed;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    -o-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 1000;
    max-width: 90%;
    max-height: 90%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    zoom: 1;
  }

  .video_box video,
  .video_box iframe {
    height: 520px;
    width: 800px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  .video_box i.video_close {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #000;
    display: block;
    right: -20px;
    top: -20px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  .video_box:hover i.video_close {
    opacity: 1;
  }

  .video_box.active {
    -webkit-transform: translate(-50%, -50%) scale(0.3, 0.3);
    -moz-transform: translate(-50%, -50%) scale(0.3, 0.3);
    -ms-transform: translate(-50%, -50%) scale(0.3, 0.3);
    -o-transform: translate(-50%, -50%) scale(0.3, 0.3);
    transform: translate(-50%, -50%) scale(0.3, 0.3);
    zoom: .3;
  }

  i.video_mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    -webkit-transition: .5s .2s;
    -moz-transition: .5s .2s;
    -ms-transition: .5s .2s;
    -o-transition: .5s .2s;
    transition: .5s .2s;
    opacity: 1;
  }

  i.video_mask.active {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  .video_box video,
  .video_box iframe {
    min-width: 900px;
  }

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

    .video_box video,
    .video_box iframe {
      min-width: 600px;
      display: block;
      max-height: 340px !important;
    }
  }

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

    .video_box video,
    .video_box iframe {
      min-width: 400px;
      display: block;
      max-height: 240px !important;
    }
  }

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

    .video_box video,
    .video_box iframe {
      min-width: 300px;
      display: block;
      max-height: 170px !important;
    }
  }