@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-display: swap;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #8bc243;
  --basic: #ff8600;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1562px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .ui.container {
  max-width: 1788px;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 22px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  padding-left: 32px;
  width: 15%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  font-weight: 500;
  margin-right: 47px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--basic);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  color: var(--basic);
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dff1cc;
  opacity: 0.8;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  /*-webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  top: 100%;
  left: -330px;
  width: 660px;
  padding: 0 20px;
  /*width: 220px;*/
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  /*-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);*/
  /*border-bottom: 3px solid var(--primary);*/
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-126131 ul.sub-menu{
  width:590px;
  left: -295px;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-126135 ul.sub-menu{
  width:420px;
  left: -210px;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-126130 ul.sub-menu,
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-126134 ul.sub-menu{
  width:360px;
  left: -180px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: inline-block;
  float: none;
  padding: 0 20px;
  min-width: 100px;
  line-height: 40px;
  color: #226e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--basic);
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 27px;
  position: relative;
}
#header .nav .ui.menu .h-search i{
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#header .nav .ui.menu .h-search form{
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
}
#header .nav .ui.menu .h-search form input[type="text"] {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background: #f5f5f5;
    padding: 0 10px;
    padding-right: 70px;
    font-size: 16px;
    color: #000;
    border: none;
}
#header .nav .ui.menu .h-search form input[type="submit"] {
    width: 50px;
    height: 50px;
    background: url(../images/search-white.png) no-repeat center center var(--primary);
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 96px;
}
#header .nav .ui.menu .h-language span {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  background: var(--primary);
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: var(--white);
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 120%;
  right: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header.active {
  position: fixed;
  background: var(--white);
  top: 0;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.active2{
  background: var(--white);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.active .nav {
  padding: 22px 0;
}
#header.active2 .nav{
  padding: 22px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 220px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  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;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: var(--basic);
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 220px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  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;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #000;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover {
  background: var(--basic);
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: var(--basic);
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li:hover {
  background: var(--basic);
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: var(--basic);
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li:hover {
  background: var(--basic);
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .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: 47%;
  width: 30px;
  height: 46px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .slick-arrow:hover {
  background-color: var(--primary);
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.5);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.5);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
#banner ul.slick-dots li {
  width: 23px;
  height: 23px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  position: relative;
}
#banner ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--white);
}
#banner ul.slick-dots li.slick-active::after {
  background: var(--white);
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  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;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  background-color: #fff;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li ul li ul li{
  font-size: 14px;
  color: #999;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  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);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
h1,
h2,
h3 {
  font-weight: bold;
}
.more {
  padding: 15px 60px 15px 59px;
  display: inline-block;
  font-size: 18px;
  background: var(--primary);
  color: var(--white);
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  background: var(--basic);
}
.more:hover {
  color: var(--white);
}
.more:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
#banner {
  position: relative;
  width: 100%;
  z-index: 1;
}
#banner .ui.container {
  max-width: 1660px;
  width: 100%;
}
#banner ul li {
  position: relative;
  height: 100vh;
}
#banner ul li a{
  height: 100vh;
}
#banner ul li a img{
 width: 100%;
  height: 100%;
}
#banner ul li > img {
  width: 100%;
  height: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 10;
  top: 27%;
  left: 0;
  width: 100%;
}
#banner ul li .text h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1px;
  text-shadow: 0px 9px 9px rgba(6, 6, 6, 0.74);
  font-weight: normal;
}
#banner ul li .text h2 em {
  font-size: 78px;
  color: var(--basic);
  font-weight: bold;
}
#banner ul li .text p {
  font-size: 19px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.65);
  width: 47%;
  margin: 42px auto 0;
  text-align: center;
  font-family: 'PL';
}
#banner ul li > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body h2.title {
  font-size: 40px;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  /*text-shadow: 0 10px 10px rgba(0,0,0,.5);*/
}
#index-body h2.title em {
  color: var(--primary);
}
#index-body h2.title small {
  display: block;
  letter-spacing: 8px;
  color: #a5a5a5;
  font-size: 21px;
  text-shadow: initial;
  font-weight: 500;
}
#index-body .about {
  background: url(../images/abg.jpg) no-repeat center bottom;
  background-size: cover;
  text-align: center;
  position: relative;
}
#index-body .about .box {
  max-width: 648px;
  margin: 30px 0 0 auto;
}
#index-body .about .box p {
  font-size: 18px;
  line-height: 2;
  color: #7b7b7b;
  margin-top: 30px;
  text-align: left;
  text-indent: 2em;
}
#index-body .about .box ul {
  padding-top: 41px;
}
#index-body .about .box ul li {
  text-align: center;
  position: relative;
}
#index-body .about .box ul li h3 {
  font-size: 50px;
  letter-spacing: -2px;
  color: var(--primary);
  line-height: 1;
}
#index-body .about .box ul li h3 em {
  display: inline-block;
  vertical-align: bottom;
}
#index-body .about .box ul li h3 sub {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 5px 10px;
}
#index-body .about .box ul li h4 {
  font-size: 16px;
  line-height: 1;
  color: #202020;
  margin-top: 8px;
}
#index-body .about .box ul li::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 0;
  width: 1px;
  height: 39px;
  background: rgba(98, 98, 98, 0.38);
}
#index-body .about .box ul li:last-child::after {
  display: none;
}
#index-body .about .box .more {
  margin-top: 55px;
}
#index-body .about .play {
  position: absolute;
  left: 73px;
  bottom: 80px;
}
#index-body .about .play i {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#index-body .about .play i::before,
#index-body .about .play i::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;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .play i::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .a-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
#index-body .product {
  background: url(../images/pbg.png) no-repeat center bottom;
  position: relative;
  z-index: 1
}
#index-body .product video{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .product .fp-tableCell {
  padding-top: 90px;
}
#index-body .product .ui.container {
  max-width: 1570px;
  width: 100%;
}
#index-body .product .header {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .product .header h2.title{
  line-height: 1;
}
#index-body .product .header h2.title i{
  background: var(--basic);
  color: var(--white);
  padding: 0 26px 6px;
  border-radius: 40px;
}
#index-body .product h2.title em{
  color: var(--white);
}
#index-body .product .header h2.title small{
  margin-top: 20px;
  color: var(--basic);
}
#index-body .product .header .arrow .al,
#index-body .product .header .arrow .ar {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #eeeeee;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .header .arrow .al img,
#index-body .product .header .arrow .ar img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .header .arrow .al:hover,
#index-body .product .header .arrow .ar:hover {
  background: var(--primary);
}
#index-body .product .header .arrow .al:hover img,
#index-body .product .header .arrow .ar:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .product .header .arrow .ar {
  margin-left: 10px;
}
#index-body .product .content {
  margin-top: 64px;
}
#index-body .product .content ul {
  margin-right: -16px;
}
#index-body .product .content ul li {
  padding-right: 16px;
  direction: rtl;
}
#index-body .product .content ul li .img-box{
  display: block;
  border-radius: 25px;
}
#index-body .product .content ul li .text {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 18px 24px 16px 19px;
  direction: ltr;
}
#index-body .product .content ul li .text h3 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: normal;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 12px;
  text-align: left;
}
#index-body .product .content ul li .text p {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .text p span {
  font-size: 14px;
  font-family: 'PL';
  color: rgba(0, 0, 0, 0.68);
}
#index-body .product .content ul li .text p a img {
  width: 110%;
  /*-webkit-filter: brightness(0);
  filter: brightness(0);*/
}
/*#index-body .product .content ul li .text p:hover a img{
  filter:brightness(0.5);
}*/
#index-body .product .btn {
  margin-top: 52px;
}
#index-body .product .btn .more {
  padding: 26px 62px 25px 62px;
  border-radius: 40px;
}
#index-body .news {
  background: url(../images/n-bg.png) no-repeat center center #fff;
}
#index-body .news .header {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .news .header h2.title small {
  color: var(--black);
}
#index-body .news .header .navs {
  min-width: 494px;
  height: 76px;
  border-radius: 38px;
  border: solid 1px #aaaaaa;
  margin-top: 14px;
}
#index-body .news .header .navs li {
  display: inline-block;
  font-size: 18px;
  color: #676767;
  line-height: 76px;
  padding: 0 61px;
  border-radius: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .header .navs li:hover {
  background: var(--primary);
  color: var(--white);
}
#index-body .news .header .navs li:last-child:hover{
  background: #e20000;
  color: var(--white);
}
#index-body .news .content {
  margin-top: 37px;
}
#index-body .news .content ul {
  margin-right: -14px;
}
#index-body .news .content ul li {
  padding-right: 14px;
}
#index-body .news .content ul li .ig .img-box {
  display: block;
}
#index-body .news .content ul li .ig .img-box img {
  width: 100%;
}
#index-body .news .content ul li .ig .text {
  background: var(--white);
  padding: 18px 31px 21px 15px;
}
#index-body .news .content ul li .ig .text h3 {
  font-size: 24px;
  line-height: 1.5;
  height: 72px;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .ig .text p {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 1.6;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#footer {
  position: relative;
  background: #eeeeee;
  padding-top: 40px;
}
#footer .f-header {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-header .f-search {
  width: 52.9%;
}
#footer .f-header .f-search input[type="text"] {
  width: 76.4%;
  height: 76px;
  border-radius: 38px;
  border: solid 1px #8cc326;
  background: transparent;
  font-size: 18px;
  color: rgba(117, 117, 117, 0.46);
  padding-left: 19px;
}
#footer .f-header .f-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(117, 117, 117, 0.46);
}
#footer .f-header .f-search input[type="text"]::placeholder,
#footer .f-header .f-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(117, 117, 117, 0.46);
}
#footer .f-header .f-search input[type="submit"] {
  width: 22.5%;
  height: 76px;
  border-radius: 38px;
  color: var(--white);
  background: var(--primary);
  border: none;
  font-size: 18px;
  margin-left: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-header .f-search input[type="submit"]:hover {
  background: var(--basic);
}
#footer .f-info {
  /*margin-top: 48px;*/
  /*border-top: 1px solid #b5b5b5;*/
  /*padding-top: 58px;*/
}
#footer .f-info h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #010101;
  margin-bottom: 32px;
  text-transform: capitalize;
}
#footer .f-info ul li {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(1, 1, 1, 0.63);
  margin-bottom: 1px;
}
#footer .f-info ul li ul{
  display: none;
}
#footer .f-info ul li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-info ul li a::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  background: var(--black);
}
#footer .f-info ul li:last-child {
  margin-bottom: 0;
}
#footer .f-info ul li::after {
  content: '';
  position: absolute;
}
#footer .f-info ul li:hover a::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
#footer .f-info .f-cy {
  width: 13%;
}
#footer .f-info .f-rc {
  width: 13%;
  /*padding-left: 1%;*/
}
#footer .f-info .f-contact{
  width: 13%;
}
#footer .f-info .f-contact img{
  width: 98px;
}
#footer .f-info .f-contact p{
  font-size: 14px;
  margin-top: 20px;
  width: 98px;
  text-align: center;
}
#footer .f-info .f-news {
  width: 12%;
}
#footer .f-info .f-code {
  width: 20%;
}
#footer .f-info .f-code form{
  width: 100%;
  position: relative;
}
#footer .f-info .f-code form input{
  width: 100%;
  height: 30px;
  background: var(--white);
  border: none;
  font-size: 16px;
  padding-left: 10px;
  border-radius: 10px;
}
#footer .f-info .f-code form input[type="submit"]{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/search-white.png) no-repeat center center var(--basic);
  padding: 0;
}
#footer .f-info .f-code #ewm {
  border: 6px solid #fff;
  margin: 30px auto 0;;
  width: 140px;
}
#footer .f-info .f-code dl{
  margin-top: 30px;
  margin-right: -5px;
}
#footer .f-info .f-code dd{
  padding-right: 5px;
}
#footer .f-info .f-code dd p{
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
#footer .f-info .f-code .share {
  margin-top: 12px;
  text-align: center;
}
#footer .f-info .f-code .share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: var(--white);
  background: #3e3e3e;
  font-size: 16px;
  margin-right: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-info .f-code .share a:last-child {
  margin-right: 0;
}
#footer .f-info .f-code .share a:hover {
  background: var(--primary);
}
#footer .f-copy {
  margin-top: 20px;
  font-size: 18px;
  background: var(--primary);
  padding: 18px 0;
}
#footer .f-copy .left {
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}
#footer .f-copy .right {
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
}
#footer .f-copy img {
  vertical-align: top;
  width: auto;
  max-height: 14px;
  margin-top: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fixed-toolbar {
  right: 25px;
  position: fixed;
  bottom: 120px;
  z-index: 500;
}
.fixed-toolbar ul li {
  margin-top: 12px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: var(--basic);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  font-size: 20px;
  cursor: pointer;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: middle;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--primary);
}
.fixed-toolbar ul li.back {
  display: inline-block;
  margin-right: 15px;
}
#Pop_UpsBtn {
  display: none !important;
}
@media screen and (max-width: 1680px) {
  #banner ul li .text h2 {
    font-size: 40px;
  }
  #banner ul li .text h2 em {
    font-size: 70px;
  }
  #footer .f-header .f-search input[type="text"] {
    width: 76%;
  }
  #footer .f-info .f-code .share a {
    margin-right: 7px;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .ui.menu .logo {
    padding-left: 0;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 70px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 40px;
  }
  #banner ul li .text h2 {
    font-size: 34px;
  }
  #banner ul li .text h2 em {
    font-size: 64px;
  }
  #banner ul li .text p {
    width: 60%;
  }
  #footer .f-info .f-code .share a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1280px) {
  .section {
    height: auto !important;
  }
  .fp-tableCell {
    padding: 0;
    height: auto !important;
  }
  #header.active{
    background: var(--white) !important;
  }
  #banner ul li{
    height: auto;
  }
  #banner ul li a{
    height: auto;
  }
  #banner ul li > img {
    height: auto;
  }
  #header .nav .ui.menu .logo {
    width: 20%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 50px;
  }
  #banner ul li .text h2 {
    font-size: 30px;
  }
  #banner ul li .text h2 em {
    font-size: 54px;
  }
  #index-body .about {
    padding: 90px 0;
  }
  #index-body .product {
    padding: 90px 0;
  }
  #index-body .product .fp-tableCell {
    padding: 0;
  }
  #index-body .product video{
    display: none;
  }
  #index-body .news {
    padding: 90px 0;
  }
  #footer .f-info .f-code .share a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    font-size: 16px;
  }
  #footer .f-header .f-search {
    width: 54%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-language{
    margin-left: 30px;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 30px;
  }
  #banner ul li .text h2 em {
    font-size: 46px;
  }
  #banner ul li .text {
    top: 24%;
  }
  #banner ul li .text p {
    width: 82%;
  }
  #index-body .about .box p {
    color: #000;
  }
  #footer .f-header .f-logo {
    margin-right: 30px;
  }
  #footer .f-header .f-search {
    width: 64%;
  }
  #footer .f-info .f-code .share a {
    margin-right: 2px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav {
    padding-top: 0;
  }
  #header.active .nav {
    padding: 0;
  }
  #header.active2 .nav {
    padding: 0;
  }
  #banner {
    padding-top: 60px;
  }
  #banner ul li .text {
    top: 9%;
  }
  #banner ul li .text p {
    width: 100%;
    margin: 14px auto 0;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body h2.title {
    font-size: 54px;
  }
  #index-body .about .box ul {
    padding-top: 30px;
  }
  #index-body .about .a-footer {
    bottom: -6px;
  }
  #index-body .about .play {
    left: 40px;
  }
  #index-body .product {
    padding: 60px 0;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .header {
    display: block;
  }
  #index-body .news .header .navs {
    display: none;
  }
  #index-body .news .content ul li .ig .text {
    padding: 15px;
  }
  #footer {
    padding-top: 60px;
  }
  #footer .f-header {
    display: block;
  }
  #footer .f-header .f-logo {
    text-align: center;
  }
  #footer .f-header .f-search {
    margin-top: 20px;
    width: 100%;
  }
  .grid-box.seven > .column {
    width: 25%;
  }
  #footer .f-info .f-cy,
  #footer .f-info .f-rc,
  #footer .f-info .f-news,
  #footer .f-info .f-contact{
    width: 25%;
  }
  #footer .f-info .f-news,
  #footer .f-info .f-contact,
  #footer .f-info .f-code {
    margin-top: 20px;
  }
  #footer .f-info .f-code{
    width: 50%;
  }
  #footer .f-info .f-code dd p{
    margin-top: 4px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text h2 {
    color: #fff;
    font-size: 24px;
  }
  #banner ul li .text h2 em {
    font-size: 36px;
  }
  #banner ul li .text p {
    color: #fff;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .box ul {
    display: none;
  }
  #index-body .about .play {
    display: none;
  }
  #index-body .about .box .more {
    margin-top: 20px;
  }
  .more {
    padding: 10px 40px;
  }
  #index-body .about .a-footer {
    display: none;
  }
  #index-body .product {
    padding: 30px 0;
  }
  #index-body .product .content {
    margin-top: 30px;
  }
  #index-body .product .btn .more {
    padding: 14px 50px;
  }
  #index-body .product .btn {
    margin-top: 30px;
  }
  #index-body h2.title {
    font-size: 46px;
  }
  #index-body .news {
    padding: 30px 0;
  }
  #footer .f-header .f-search input[type="text"] {
    width: 70%;
    height: 50px;
  }
  #footer .f-header .f-search input[type="submit"] {
    width: 27.5%;
    height: 50px;
  }
  #footer .f-info {
    display: none;
    margin-top: 30px;
    padding-top: 30px;
  }
  #footer .f-copy {
    margin-top: 30px;
    padding: 10px 0;
  }
  #footer .f-copy .left {
    width: auto;
  }
  #footer .f-copy .right {
    width: auto;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text h2 {
    font-size: 20px;
  }
  #banner ul li .text h2 em {
    font-size: 25px;
  }
  #banner ul li .text p {
    font-size: 16px;
  }
  #index-body h2.title {
    font-size: 40px;
  }
  #index-body .product .header {
    display: block;
  }
  #index-body .product .header .arrow {
    margin-top: 20px;
  }
  #index-body .product .header .arrow .al,
  #index-body .product .header .arrow .ar {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #footer .f-header .f-search {
    text-align: center;
  }
  #footer .f-header .f-search input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
  #footer .f-header .f-search input[type="submit"] {
    width: 40%;
    height: 40px;
    font-size: 16px;
    margin-top: 20px;
  }
}

.inner-banner {
  height: 400px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  color: white;
  position: relative;
}
.inner-banner .box {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
}
.inner-banner .box h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}
.inner-banner .box h2.active{
  color: #e20000;
}
.inner-banner .box .mbx{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  text-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}
.inner-banner .box .tabs{
  margin-top: 20px;
}
.inner-banner .box .tabs ul{
  margin-right: -10px;
}
.inner-banner .box .tabs ul li{
  padding-right: 10px;
  display: inline-block;
}
.inner-banner .box .tabs ul li a{
  display: inline-block;
  background: var(--primary);
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 5px;
  color: var(--white);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .box .tabs ul li a:hover,
.inner-banner .box .tabs ul li a.active{
  background: var(--basic);
}
.news-banner .box .tabs ul li:last-child a:hover,
.news-banner .box .tabs ul li:last-child a.active{
  background: #e20000;
}
.inner-banner .box p {
  font-size: 30px;
  color: #91c55b;
  line-height: 1;
  margin-top: 15px;
}
.inner-page .mbx {
  background-color: #ffffff;
  padding: 20px 0;
}
.inner-page .mbx .box {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner-page .mbx .box .tab ul li {
  display: inline-block;
  font-size: 18px;
  color: #383838;
  line-height: 1.7;
  margin-right: 76px;
}
.inner-page .mbx .box .tab ul li a {
  display: block;
  position: relative;
}
.inner-page .mbx .box .tab ul li a::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 0;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .mbx .box .tab ul li a:hover::after,
.inner-page .mbx .box .tab ul li a.active::after {
  width: 100%;
  left: 0;
}
.inner-page .mbx .box .tab ul li:last-child {
  margin-right: 0;
}
.inner-page .mbx .box .right {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
}
.inner-page .mbx .box .right em {
  display: inline-block;
}
.inner-page .mbx .box .right .crumbs {
  display: inline-block;
}
.inner-page .mbx .box .right .crumbs a {
  padding-right: 5px;
}
.inner-page .mbx .box .right .crumbs span {
  color: #7eb958;
  padding-left: 5px;
}
.inner-page h2.title {
  font-size: 30px;
  line-height: 1.1;
  color: #383838;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.inner-page h2.title em {
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
  text-transform: uppercase;
}
.inner-page h2.title i {
  position: absolute;
  z-index: -1;
  width: 46px;
  height: 46px;
  top: -28px;
  left: -12px;
  background: url();
  /*background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);*/
}
.inner-page .m-page {
  margin: 60px 0;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 18px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  border-radius: 50%;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #85bf5a;
  color: #fff;
  border-color: #85bf5a;
}
.inner-page p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
}
.inner-page .sideBox {
  padding: 62px 0;
}
.inner-page .sideBox .left {
  width: 24%;
  padding-right: 28px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBox .left .navlist {
  background: url("../images/product1-1.jpg") no-repeat center center;
  background-size: cover;
  padding: 39px 0;
  color: #fff;
  text-align: left;
}
.inner-page .sideBox .left .navlist ul>li {
  position: relative;
  margin-bottom: 10px;
}
.inner-page .sideBox .left .navlist ul>li ul{
  display: none;
}
.inner-page .sideBox .left .navlist ul>li ul li a{
  font-size: 20px;
  padding: 5px 0 5px 95px;
}
.inner-page .sideBox .left .navlist ul>li ul li a.active{
  background: transparent;
  color: var(--primary);
}
.inner-page .sideBox .left .navlist ul>li.active ul{
  display: block;
}
.inner-page .sideBox .left .navlist ul>li a {
  margin-right: 60px;
  display: block;
  font-size: 22px;
  line-height: 1;
  padding: 15px 0 15px 95px;
  font-weight: bold;
  margin-left: -15px;
  position: relative;
}
.inner-page .sideBox .left .navlist ul>li em {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #93c559;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
}
.inner-page .sideBox .left .navlist ul>li em img {
  vertical-align: middle;
}
.inner-page .sideBox .left .navlist ul>li::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #6eb057;
  border-bottom: 10px solid transparent;
  opacity: 0;
  position: absolute;
  left: -15px;
  top: 18px;
}
.inner-page .sideBox .left .navlist ul>li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBox .left .navlist ul>li ul li.active>a{
  color: #6eb057;
}
.inner-page .sideBox .left .navlist ul>li.active::after {
  opacity: 1;
}
.inner-page .sideBox .left .navlist ul>li.active>a{
  background-color: #93c559;
  z-index: 2;
}
.inner-page .sideBox .left .navlist ul>li.active>em {
  opacity: 1;
}
.inner-page .sideBox .left .navlist ul>li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBox .left .form {
  background: url("../images/product1-2.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 30px;
  margin-top: 25px;
  text-align: center;
}
.inner-page .sideBox .left .form input[type="text"],
.inner-page .sideBox .left .form textarea {
  width: 100%;
  height: 38px;
  background-color: #ffffff;
  border: none;
  font-size: 16px;
  color: #383838;
  padding-left: 19px;
  margin-bottom: 12px;
}
.inner-page .sideBox .left .form textarea {
  height: 78px;
  padding-top: 11px;
  margin-bottom: 20px;
}
.inner-page .sideBox .left .form .submit {
  width: 144px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
}
.inner-page .sideBox .right {
  width: 76%;
}
.inner-page .sideBox .right ul {
  margin-right: -27px;
}
.inner-page .sideBox .right ul li {
  padding-right: 27px;
  margin-bottom: 46px;
}
.inner-page .sideBox .right ul li .img {
  border: solid 1px #dcdcdc;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.inner-page .sideBox .right ul li .img img {
  width: 100%;
}
.inner-page .sideBox .right ul li .img:hover{
  border-radius: 10px;
}
.inner-page .sideBox .right ul li .text {
  position: relative;
}
.inner-page .sideBox .right ul li .text p {
  background-color: #e5e5e5;
  margin-right: 47px;
  font-size: 16px;
  padding: 8px 14px 7px;
  height: 39px;
  overflow: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .right ul li .text p::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  -webkit-animation: gradientBG 5s infinite;
  -moz-animation: gradientBG 5s infinite;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .right ul li .text .mores {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background: #e5e5e5;
  text-align: center;
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.inner-page .sideBox .right ul li .text .mores img {
  vertical-align: middle;
  /*-webkit-filter: brightness(0);
  filter: brightness(0);*/
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .right ul li .text .mores::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  -webkit-animation: gradientBG 5s infinite;
  -moz-animation: gradientBG 5s infinite;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .right ul li:hover .text p {
  border-radius: 25px;
  color: #fff;
}
.inner-page .sideBox .right ul li:hover .text p::before {
  opacity: 1;
}
.inner-page .sideBox .right ul li:hover .text .mores {
  border-radius: 19px;
}
.inner-page .sideBox .right ul li:hover .text .mores img {
   filter: grayscale(100%) brightness(300);
}
.inner-page .sideBox .right ul li:hover .text .mores::before {
  opacity: 1;
}
.about-page .about-1 {
  background-color: #f8f8f8;
  padding: 30px 0 30px;
}
.about-page .about-1 h2.title {
  padding-left: 6px;
}
.about-page .about-1 .box {
  margin-top: 20px;
  position: relative;
}
.about-page .about-1 .box .desc {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-indent: 2em;
}
.about-page .about-1 .box img {
  margin: 0 0 31px 33px;
}
.about-page .about-1 .box .play {
  position: absolute;
  top: 34%;
  right: 22.5%;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
}
.about-page .about-1 .box .play img {
  margin: 0;
}
.about-page .about-1 .box .play::before,
.about-page .about-1 .box .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .box .play::before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about-page .about-2 {
  padding: 97px 0;
}
.about-page .about-2 .box {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  -webkit-box-shadow: 15px 15px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 31px 58px;
  color: #fff;
  margin-top: -12%;
}
.about-page .about-2 .box ul li {
  padding-left: 43px;
  border-left: 1px solid #fff;
  position: relative;
}
.about-page .about-2 .box ul li h4 em {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-2 .box ul li h4 sub {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 8px;
}
.about-page .about-2 .box ul li p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 12px;
  font-weight: 500;
  color: #fff;
}
.about-page .about-2 .box ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 51px;
  background-color: #ffffff;
}
.about-page .about-3 {
  background-color: #f8f8f8;
  padding: 74px 0 111px;
}
.about-page .about-3 .header h2.title i {
  top: -10px;
  left: 50%;
}
.about-page .about-3 .content {
  margin-top: 46px;
}
.about-page .about-3 .content .top {
  position: relative;
}
.about-page .about-3 .content .top iframe {
  width: 100%;
  height: 620px;
}
.about-page .about-3 .content .top .icon {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
}
.about-page .about-3 .content .top .icon a {
  display: block;
  width: 105px;
  height: 105px;
  background-image: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background-image: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background-image: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  opacity: 0.9;
  text-align: center;
  line-height: 105px;
  border-radius: 50%;
  margin: 0 auto;
}
.about-page .about-3 .content .top .icon a img {
  vertical-align: middle;
}
.about-page .about-3 .content .bottom {
  margin-top: -5.5%;
}
.about-page .about-3 .content .bottom ul {
  margin-right: -16px;
}
.about-page .about-3 .content .bottom ul li {
  padding-right: 16px;
}
.about-page .about-3 .content .bottom ul li .box {
  position: relative;
}
.about-page .about-3 .content .bottom ul li .box a.img-box {
  display: block;
}
.about-page .about-3 .content .bottom ul li .box a.img-box img {
  width: 100%;
}
.about-page .about-3 .content .bottom ul li .box p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background-image: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background-image: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  opacity: 0.9;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding: 7px 0 6px;
}
.about-page .about-3 .content .bottom ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  text-align: center;
}
.about-page .about-3 .content .bottom ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 9px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.about-page .about-3 .content .bottom ul .slick-dots li button {
  display: none;
}
.about-page .about-3 .content .bottom ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .content .bottom ul .slick-dots li.slick-active {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
@media screen and (max-width: 1200px) {
  .inner-banner .box h2{
    font-size: 56px;
  }
  .about-page .about-2 .box {
    padding: 31px 20px;
  }
  .about-page .about-2 .box ul li {
    padding-left: 23px;
  }
  .about-page .about-2 .box ul li p {
    font-size: 16px;
  }
  .about-page .about-1 .box .play {
    top: 20%;
    right: 32%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    margin-top: 60px;
  }
  .inner-banner .box{
    top: 35%;
  }
  .inner-banner .box h2 {
    font-size: 46px;
  }
  .inner-page .mbx .box {
    display: block;
  }
  .inner-page .mbx .box .tab {
    width: 100%;
  }
  .inner-page .mbx .box .tab ul li {
    margin-right: 56px;
    margin-bottom: 20px;
  }
  .inner-page .mbx .box .tab ul li a::after {
    bottom: 0;
  }
  .inner-page .mbx .box .right {
    width: 100%;
  }
  .about-page .about-1{
    padding: 40px 0;
  }
  .about-page .about-1 .box img {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .about-page .about-1 .box .desc {
    width: 100%;
  }
  .about-page .about-1 .box .play {
    top: 16%;
    right: 42%;
  }
  .about-page .about-3{
    padding: 40px 0;
  }
  .about-page .about-2 .box ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-page .about-3 .content .top .icon {
    top: 28%;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 240px;
  }
  .inner-banner .box h2 {
    font-size: 36px;
  }
  .inner-banner .box p {
    font-size: 20px;
  }
  .inner-page .mbx .box .tab {
    display: none;
  }
  .inner-page .mbx .box .right {
    font-size: 16px;
  }
  .about-page .about-1 .box .desc {
    font-size: 16px;
  }
  .about-page .about-1 .box .play {
    display: none;
  }
  .about-page .about-2 {
    display: none;
  }
  .about-page .about-3 .content .top img {
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .content .top .icon img {
    min-height: auto;
  }
  .inner-banner .box .tabs{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box h2 {
    font-size: 26px;
  }
  .inner-banner .box p {
    font-size: 18px;
  }
}
.culture-page .culture-1 {
  padding: 119px 0 105px;
  background-color: #f8f8f8;
}
/*.culture-page .culture-1 h2.title i {
  top: 0;
  left: 36px;
}*/
.culture-page .culture-1 .desc {
  margin-top: 46px;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
}
/*.culture-page .culture-1 .content {
  margin-top: 43px;
}*/
.culture-page .culture-1 .content li{
  padding: 0 20px 20px 0;
}
.culture-page .culture-1 .content li .box{
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 99px 14px 96px;
  text-align: center;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 25px;
}
.culture-page .culture-1 .content li .box .icon {
  width: 92px;
  height: 92px;
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.culture-page .culture-1 .content li .box .icon img {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
  vertical-align: middle;
}
.culture-page .culture-1 .content li .box .text {
  margin-top: 34px;
}
.culture-page .culture-1 .content li .box .text h4 {
  font-size: 30px;
  line-height: 1.1;
}
.culture-page .culture-1 .content li .box .text p {
  font-size: 18px;
  line-height: 1.7;
  text-decoration: underline;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}
.culture-page .culture-1 .content li .box .text .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 25px;
  display: none;
  text-align: left;
}
.culture-page .culture-1 .content li:last-child .box .text .con{
  text-align: center;
}
.culture-page .culture-1 .content li .box::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: -50px;
  border-top: 50px solid #64a450;
  border-left: 50px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.culture-page .culture-1 .content li .box:hover {
  -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359)) !important;
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%) !important;
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%) !important;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%) !important;
  padding: 77px 14px 74px;
}
.culture-page .culture-1 .content li .box:hover .icon {
  background: #ffffff !important;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
}
.culture-page .culture-1 .content li .box:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
.culture-page .culture-1 .content li .box:hover .text {
  margin-top: 30px;
}
.culture-page .culture-1 .content li .box:hover .text p{
  display: none;
}
.culture-page .culture-1 .content li .box:hover .text p {
  font-size: 30px;
  line-height: 1.1;
  margin-top: 0;
}
.culture-page .culture-1 .content li .box:hover .text .con {
  display: block;
}
.culture-page .culture-1 .content li .box:hover::after {
  /*opacity: 1;*/
}
.culture-page .culture-2{
  background: var(--white);
  text-align: center;
}
.culture-page .culture-2 h2.title{
  color: var(--primary);
}
/*.culture-page .culture-2 .content{
  margin-top: 60px;
}*/
.culture-page .culture-2 .content ul{
  margin-right: -30px;
}
.culture-page .culture-2 .content ul .slick-slide{
  padding-bottom: 10px;
}
.culture-page .culture-2 .content ul li{
  padding-right: 30px;
}
.culture-page .culture-2 .content ul li h4{
  font-size: 30px;
  line-height: 1.4;
  padding: 10px 40px;
  background: var(--basic);
  color: var(--white);
  border-radius: 35px;
  display: inline-block;
}
.culture-page .culture-2 .content ul li p{
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0;
}
.culture-page .culture-2 .content ul li .img-box{
  margin-top: 20px;
  border-radius: 25px;
  position: relative;
}
.culture-page .culture-2 .content ul li .img-box p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--basic);
  color: var(--white);
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.culture-page .culture-2 .content ul li .img-box img{
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .culture-page .culture-1 .content li{
    width: 33.3333%;
  }
  .culture-page .culture-2 .content ul li h4{
    font-size: 27px;
  }
}
@media screen and (max-width: 1000px) {
  .culture-page .culture-1 .content li{
    width: 50%;
  }
  .culture-page .culture-1{
    padding: 60px 0;
  }
  .culture-page .culture-2{
    text-align: left;
  }
  .culture-page .culture-2 .content ul li{
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .culture-page .culture-1{
    padding: 30px 0;
  }
  .culture-page .culture-1 .desc {
    font-size: 16px;
  }
  .culture-page .culture-1 .content li{
    width: 100%;
  }
}
.strate-page .strate-1 {
  background-color: #f8f8f8;
  padding: 82px 0 91px;
}
/*.strate-page .strate-1 h2.title i {
  top: -8px;
  left: 62px;
}*/
.strate-page .strate-1 .desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 41px;
  text-indent: 2em;
}
.strate-page .strate-2 {
  padding: 39px 0;
}
.strate-page .strate-2 .left {
  vertical-align: middle;
  width: 52%;
}
.strate-page .strate-2 .left h2.title i {
  top: -8px;
  left: 35%;
}
.strate-page .strate-2 .left .con {
  margin-top: 46px;
}
.strate-page .strate-2 .left .con li {
  font-size: 18px;
  line-height: 1.7;
}
.strate-page .strate-2 .left .con li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #85bf5a;
  display: inline-block;
  vertical-align: top;
  margin: 12px 10px 0 0;
}
.strate-page .strate-2 .left .info {
  margin-top: 59px;
  padding-right: 190px;
}
.strate-page .strate-2 .left .info ul {
  margin: -12px 0;
}
.strate-page .strate-2 .left .info ul li {
  padding: 12px 0;
}
.strate-page .strate-2 .left .info ul li h6 {
  display: inline-block;
  vertical-align: middle;
  color: #383838;
  font-size: 18px;
  line-height: 1.7;
}
.strate-page .strate-2 .left .info ul li .progress {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  background-color: transparent;
  position: relative;
  width: 61.8%;
  margin: 0 19px;
}
.strate-page .strate-2 .left .info ul li .progress i {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #85bf5a;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.strate-page .strate-2 .left .info ul li small {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.7;
  color: #3c3c3c;
}
.strate-page .strate-2 .left .info ul li:nth-child(1) .progress i {
  width: 100%;
}
.strate-page .strate-2 .left .info ul li:nth-child(2) .progress {
  width: 22.78%;
}
.strate-page .strate-2 .left .info ul li:nth-child(2) .progress i {
  width: 100%;
  background-color: #608246;
}
.strate-page .strate-2 .left .info ul li:nth-child(3) .progress {
  width: 3.42%;
}
.strate-page .strate-2 .left .info ul li:nth-child(3) .progress i {
  width: 100%;
  background-color: #bbb;
}
.strate-page .strate-2 .left .info ul.active li .progress i {
  width: 0 !important;
}
.strate-page .strate-2 .right {
  vertical-align: middle;
  text-align: right;
  width: 48%;
}
.strate-page .strate-3 {
  background-color: #f8f8f8;
  padding: 87px 0 76px;
}
/*.strate-page .strate-3 .header h2.title i {
  left: -6px;
  top: 0;
}*/
.strate-page .strate-3 .header p {
  font-size: 18px;
  line-height: 1.7;
  text-indent: 2em;
  margin-top: 47px;
}
.strate-page .strate-3 .header p a {
  text-decoration: underline;
}
.strate-page .strate-3 .network-map {
  text-align: center;
  margin-top: 27px;
}
.strate-page .strate-3 .network-map .map-box {
  display: inline-block;
  position: relative;
}
.strate-page .strate-3 .network-map .map-box ul li {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--basic);
  z-index: 6;
}
.strate-page .strate-3 .network-map .map-box ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255,134,0,.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.strate-page .strate-3 .network-map .map-box ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
   background: rgba(255,134,0,.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.strate-page .strate-3 .network-map .map-box ul .ie1 {
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/ie-bg.png) no-repeat center center;
  background-size: 100% 100%;
  left: 81%;
  top: 46%;
}
.strate-page .strate-3 .network-map .map-box ul .ie2 {
  left: 75%;
  top: 22%;
}
.strate-page .strate-3 .network-map .map-box ul .ie3 {
  left: 77%;
  top: 56%;
}
.strate-page .strate-3 .network-map .map-box ul .ie4 {
  left: 97%;
  top: 92%;
}
.strate-page .strate-3 .network-map .map-box ul .ie5 {
  left: 70%;
  top: 53%;
}
.strate-page .strate-3 .network-map .map-box ul .ie6 {
  left: 62%;
  top: 47%;
}
.strate-page .strate-3 .network-map .map-box ul .ie7 {
  left: 55.5%;
  top: 43%;
}
.strate-page .strate-3 .network-map .map-box ul .ie8 {
  left: 54.5%;
  top: 50%;
}
.strate-page .strate-3 .network-map .map-box ul .ie9 {
  left: 47%;
  top: 37%;
}
.strate-page .strate-3 .network-map .map-box ul .ie10 {
  left: 15%;
  top: 25%;
}
.strate-page .strate-3 .network-map .map-box ul .ie11 {
  left: 16%;
  top: 40%;
}
.strate-page .strate-3 .network-map .map-box ul .ie12 {
  left: 14%;
  top: 52%;
}
.strate-page .strate-3 .network-map .map-box ul .ie13 {
  left: 30%;
  top: 70%;
}
.strate-page .strate-3 .network-map .map-box canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.strate-page .strate-3 .content {
  margin-top: 27px;
  padding-bottom: 90px;
}
.strate-page .strate-3 .content ul {
  margin: 0 -10px 0 -10px;
}
.strate-page .strate-3 .content ul .slick-track {
  margin: 0;
}
.strate-page .strate-3 .content ul .slick-slide {
  padding: 10px 0 10px 10px;
}
.strate-page .strate-3 .content ul li {
  padding-right: 10px;
}
.strate-page .strate-3 .content ul li a {
  display: block;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  border: solid 1px #aaaaaa;
  background: #fff;
}
.strate-page .strate-3 .content .arrow {
  margin-top: 60px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.strate-page .strate-3 .content .arrow .al,
.strate-page .strate-3 .content .arrow .ar {
  display: inline-block;
  background-color: #85bf5a;
  width: 46px;
  height: 46px;
  background: rgba(194, 194, 194, 0.1);
  text-align: center;
  line-height: 46px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.strate-page .strate-3 .content .arrow .al:hover,
.strate-page .strate-3 .content .arrow .ar:hover {
  background-color: #85bf5a;
}
.strate-page .strate-3 .content .arrow .al:hover img {
  -webkit-filter: none;
  filter: none;
}
.strate-page .strate-3 .content .arrow .ar:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.strate-page .strate-3 .content .arrow .al img,
.strate-page .strate-3 .content .arrow .ar img {
  vertical-align: middle;
}
.strate-page .strate-3 .content .arrow .al img {
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
}
.strate-page .strate-3 .content .arrow .ar {
  margin-left: 15px;
}
/*.strate-page .strate-3 .content ul .slick-arrow {
  position: absolute;
  bottom: -95%;
  width: 46px;
  height: 46px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.strate-page .strate-3 .content ul .slick-arrow:hover{
  background-color: #85bf5a;
}
.strate-page .strate-3 .content ul .slick-prev {
  background: url("../images/strate3-left.png") no-repeat center center rgba(194, 194, 194, 0.1);
  left: 46%;
}
.strate-page .strate-3 .content ul .slick-next {
  background: url("../images/strate-right.png") no-repeat center center rgba(194, 194, 194, 0.1);
  left: 50.8%;
}*/
.strate-page .strate-3 .maps {
  margin-top: 38px;
  text-align: center;
  position: relative;
}
.strate-page .strate-3 .maps li {
  text-align: left;
  margin-bottom: 20px;
}
.strate-page .strate-3 .maps li:last-child {
  margin-bottom: 0;
}
.strate-page .strate-3 .maps li:last-child span {
  background-color: #232a6d;
}
.strate-page .strate-3 .maps .text {
  position: absolute;
  left: 0;
  bottom: 101px;
}
.strate-page .strate-3 .maps .text span {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  background-color: #de2910;
}
.strate-page .strate-3 .maps .text div {
  display: inline-block;
  padding-left: 13px;
  font-size: 18px;
  color: #383837;
  line-height: 1.7;
}
.strate-page .strate-3 .maps .text div h4 {
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .strate-page .strate-2 .left {
    width: 100%;
  }
  .strate-page .strate-2 .right {
    width: 100%;
  }
  .strate-page .strate-3 .maps .text {
    position: inherit;
    margin-top: 80px;
  }
  .strate-page .strate-3 .content ul .slick-next {
    left: 54.8%;
  }
  .strate-page .strate-3 .content ul .slick-arrow {
    bottom: -70%;
  }
}
@media screen and (max-width: 700px) {
  .strate-page .strate-1 .desc {
    font-size: 16px;
  }
  .strate-page .strate-2 .left .con li {
    font-size: 16px;
  }
  .strate-page .strate-2 .left .info ul li h6 {
    display: block;
    font-size: 16px;
  }
  .strate-page .strate-2 .left .info ul li .progress {
    display: block;
    margin: 10px 0;
  }
  .strate-page .strate-2 .left .info ul li .small {
    display: block;
    font-size: 16px;
  }
  .strate-page .strate-2 .left .info {
    padding-right: 0;
  }
  .strate-page .strate-3 .header p {
    font-size: 16px;
  }
  .strate-page .strate-3 .content ul .slick-arrow {
    bottom: -55%;
  }
  .strate-page .strate-3 .content ul .slick-prev {
    left: 36%;
  }
  .strate-page .strate-3 .maps .text div {
    display: block;
    padding-left: 0;
  }
}
.social-page .social-1 {
  background-color: #f8f8f8;
  padding: 94px 0 132px;
}
/*.social-page .social-1 .header h2.title i {
  left: -6px;
  top: 0;
}*/
.social-page .social-1 .header p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 39px;
  color: #383838;
  text-indent: 2em;
}
.social-page .social-1 .content {
  margin-top: 59px;
}
.social-page .social-1 .content ul li {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 46px;
}
.social-page .social-1 .content ul li .img {
  height: 100%;
}
.social-page .social-1 .content ul li .img img {
  width: 100%;
  height: 100%;
}
.social-page .social-1 .content ul li .text {
  padding: 0 70px;
}
.social-page .social-1 .content ul li .text span {
  font-size: 90px;
  color: #6eb057;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
}
.social-page .social-1 .content ul li .text h3 {
  font-size: 30px;
  line-height: 1.5;
  background: #fff;
  margin-top: -5%;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.social-page .social-1 .content ul li .text p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 29px;
}
.social-page .social-1 .content ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .social-page .social-1 .content ul li {
    display: block;
  }
  .social-page .social-1 .content ul li .img {
    width: 100%;
  }
  .social-page .social-1 .content ul li .text {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 700px) {
  .social-page .social-1 .header p {
    font-size: 16px;
  }
  .social-page .social-1 .content ul li .text h3 {
    font-size: 18px;
  }
  .social-page .social-1 .content ul li .text p {
    font-size: 16px;
  }
  .social-page .social-1{
    padding: 30px 0;
  }
}
.honor-page .honor-1 {
  background-color: #f8f8f8;
  padding: 94px 0 109px;
}
/*.honor-page .honor-1 .header h2.title i {
  top: 0;
  left: -6px;
}*/
.honor-page .honor-1 .header p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 39px;
  text-indent: 2em;
}
.honor-page .honor-1 .content {
  margin-top: 49px;
}
.honor-page .honor-1 .content ul .slick-slide {
  padding: 49px 0;
}
.honor-page .honor-1 .content ul .slick-current + div li img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.honor-page .honor-1 .content ul .slick-current + div + div li {
  position: relative;
  z-index: 1;
}
.honor-page .honor-1 .content ul .slick-current + div + div li img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.honor-page .honor-1 .content ul .slick-current + div + div + div li img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.honor-page .honor-1 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 100%;
  text-align: center;
}
.honor-page .honor-1 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 9px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}
.honor-page .honor-1 .content ul .slick-dots li button {
  display: none;
}
.honor-page .honor-1 .content ul .slick-dots li.slick-active {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.honor-page .honor-2 {
  padding: 78px 0 94px;
  background: #f8f8f8;
}
.honor-page .honor-2 .header h2.title i {
  top: -11px;
  left: 71px;
}
.honor-page .honor-2 .header p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 47px;
  text-indent: 2em;
}
.honor-page .honor-2 .content {
  margin-top: 53px;
}
.honor-page .honor-2 .content ul {
  margin: 0 -20px -30px 0;;
}
.honor-page .honor-2 .content ul li {
  padding: 0 20px 30px 0;
}
.honor-page .honor-2 .content ul li a{
  display: block;
  background: #f6f6f6;
}
.honor-page .honor-2 .content ul li h5{
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background: #f0f0f0;
}
.honor-page .honor-2 .content ul li img {
  /*width: 100%;*/
  /*height: 257px;*/
  -o-object-fit: cover;
  object-fit: cover;
}
.honor-page .honor-2 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  text-align: center;
}
.honor-page .honor-2 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.honor-page .honor-2 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.honor-page .honor-2 .content ul .slick-dots li button {
  display: none;
}
.honor-page .honor-2 .content ul .slick-dots li.slick-active {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.work-page .work-1 {
  background-color: #f8f8f8;
  padding: 69px 0 91px;
}
/*.work-page .work-1 .header h2.title i {
  top: -7px;
  left: 105px;
}*/
.work-page .work-1 .header p {
  font-size: 18px;
  color: #383838;
  line-height: 1.7;
  margin-top: 39px;
  text-indent: 2em;
}
.work-page .work-1 .content ul {
  margin-right: -34px;
}
.work-page .work-1 .content ul .slick-track {
  margin: 0;
}
.work-page .work-1 .content ul .slick-slide {
  padding: 91px 2px 43px;
}
.work-page .work-1 .content ul li {
  padding-right: 34px;
}
.work-page .work-1 .content ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 0px gba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 18px 0px gba(0, 0, 0, 0.06);
  padding: 33px 32px;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.work-page .work-1 .content ul li .box .img {
  margin-top: -8%;
}
.work-page .work-1 .content ul li .box .text {
  padding-left: 32px;
  color: #383838;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.work-page .work-1 .content ul li .box .text h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  padding-bottom: 16px;
}
.work-page .work-1 .content ul li .box .text h4::after {
  content: '';
  width: 138px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.work-page .work-1 .content ul li .box .text h4::before {
  content: '';
  width: 52px;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  position: absolute;
  left: 0;
  bottom: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.work-page .work-1 .content ul li .box .text p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.work-page .work-1 .content ul li .box .text span {
  position: absolute;
  right: 32px;
  bottom: 33px;
  width: 45px;
  height: 45px;
  border: solid 1px #383838;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}
.work-page .work-1 .content ul li .box:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background-image: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background-image: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.24);
}
.work-page .work-1 .content ul li .box:hover .text {
  color: #fff;
}
.work-page .work-1 .content ul li .box:hover .text h4::after,
.work-page .work-1 .content ul li .box:hover .text h4::before {
  background: #fff;
}
.work-page .work-1 .content ul li .box:hover .text span {
  border-color: #fff;
}
.work-page .work-1 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.work-page .work-1 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.work-page .work-1 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.work-page .work-1 .content ul .slick-dots li button {
  display: none;
}
.work-page .work-1 .content ul .slick-dots li.slick-active {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.work-page .work-1 .desc {
  margin-top: 60px;
  text-indent: 2em;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}
.work-page .work-1 .desc dd {
  margin-bottom: 30px;
}
.work-page .work-1 .desc dd::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #85bf5a;
  display: inline-block;
  vertical-align: top;
  margin: 12px 8px 0 0;
}
.work-page .work-1 .desc dd:last-child {
  margin-bottom: 0;
}
.work-page .work-2 {
  background: #fff;
}
/*.work-page .work-2 .header h2.title i {
  top: -6px;
  left: 67%;
}*/
.work-page .work-2 .content ul li .box {
  background-color: #e5e5e5;
}
.work-page .work-3 {
  background: #f8f8f8;
  padding: 92px 0 126px;
}
/*.work-page .work-3 h2.title i {
  top: -8px;
  left: 63px;
}*/
.work-page .work-3 .content {
  margin-top: 52px;
}
.work-page .work-3 .content ul {
  margin-right: -40px;
}
.work-page .work-3 .content ul .slick-track {
  margin: 0;
}
.work-page .work-3 .content ul li {
  padding-right: 40px;
}
.work-page .work-3 .content ul li .img img {
  width: 100%;
}
.work-page .work-3 .content ul li .text {
  position: relative;
}
.work-page .work-3 .content ul li .text p {
  background-color: #e5e5e5;
  margin-right: 47px;
  font-size: 16px;
  padding: 8px 14px 7px;
  height: 39px;
  overflow: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.work-page .work-3 .content ul li .text p::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  -webkit-animation: gradientBG 5s infinite;
  -moz-animation: gradientBG 5s infinite;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.work-page .work-3 .content ul li .text .mores {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background: #e5e5e5;
  text-align: center;
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.work-page .work-3 .content ul li .text .mores img {
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  display: inline-block;
}
.work-page .work-3 .content ul li .text .mores::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  -webkit-animation: gradientBG 5s infinite;
  -moz-animation: gradientBG 5s infinite;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.work-page .work-3 .content ul li:hover .text p {
  border-radius: 25px;
  color: #fff;
}
.work-page .work-3 .content ul li:hover .text p::before {
  opacity: 1;
}
.work-page .work-3 .content ul li:hover .text .mores {
  border-radius: 19px;
}
.work-page .work-3 .content ul li:hover .text .mores img {
  -webkit-filter: none;
  filter: none;
}
.work-page .work-3 .content ul li:hover .text .mores::before {
  opacity: 1;
}
.work-page .work-3 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -12%;
  width: 100%;
  text-align: center;
}
.work-page .work-3 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.work-page .work-3 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.work-page .work-3 .content ul .slick-dots li button {
  display: none;
}
.work-page .work-3 .content ul .slick-dots li.slick-active {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
@media screen and (max-width: 1280px) {
  .work-page .work-1 .content ul li .box .img {
    width: 100%;
  }
  .work-page .work-1 .content ul li .box .img img {
    width: 100%;
  }
  .work-page .work-1 .content ul li .box .text {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .work-page .work-1 .content ul li .box .text span {
    bottom: 20px;
  }
  .work-page .work-2 .header h2.title i {
    left: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .work-page .work-1 .content ul li .box {
    padding: 0px 20px 60px;
  }
}
@media screen and (max-width: 700px) {
  .work-page .work-1 .header p {
    font-size: 16px;
  }
  .work-page .work-1 .content ul li .box {
    padding: 0px 10px 60px;
  }
  .work-page .work-1 .content ul li .box .text h4 {
    font-size: 18px;
  }
  .work-page .work-1 .content ul li .box .text p {
    font-size: 16px;
  }
  .work-page .work-1 .desc {
    font-size: 16px;
  }
}
.team-page .team-1 {
  background: #f8f8f8;
  padding: 94px 0 108px;
}
/*.team-page .team-1 .header h2.title i {
  left: -6px;
  top: 0;
}*/
.team-page .team-1 .header .con {
  margin-top: 49px;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-indent: 2em;
}
.team-page .team-1 .header .con p {
  margin-bottom: 36px;
}
.team-page .team-1 .header .con p:last-child {
  margin-bottom: 0;
}
.team-page .team-1 .content {
  margin-top: 64px;
}
.team-page .team-1 .content li {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 97px 14px 96px;
  text-align: center;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359)) !important;
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%) !important;
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%) !important;
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%) !important;
}
.team-page .team-1 .content li .icon {
  width: 92px;
  height: 92px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
  /*background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);*/
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.team-page .team-1 .content li .icon img {
  /*filter: grayscale(100%) brightness(300%);*/
  vertical-align: middle;
}
.team-page .team-1 .content li .text {
  margin-top: 34px;
}
.team-page .team-1 .content li .text h4 {
  font-size: 30px;
  line-height: 1.1;
}
.team-page .team-1 .content li .text p {
  font-size: 18px;
  line-height: 1.7;
  text-decoration: underline;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}
.team-page .team-1 .content li:nth-child(1):hover {
  background: url(/dymagnet/2022/12/01/develop.jpg) !important;
}
.team-page .team-1 .content li:nth-child(2):hover {
  background: url(/dymagnet/2022/12/01/technology1.jpg) !important;
}
.team-page .team-1 .content li:nth-child(3):hover {
  background: url(/dymagnet/2022/12/01/test-1.jpg) !important;
}
.team-page .team-1 .content li:nth-child(4):hover {
  background: url(/dymagnet/2022/12/01/storage.jpg) !important;
}
.team-page .team-1 .content li:hover .icon {
  background-image: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background-image: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background-image: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.team-page .team-1 .content li:hover .text p {
  opacity: 0;
}
.team-page .team-1 .content li:hover .icon img {
  -webkit-filter: grayscale(100%) brightness(300%);
  filter: grayscale(100%) brightness(300%);
}
.team-page .team-1 .desc {
  margin-top: 63px;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-indent: 2em;
}
.team-page .team-1 .desc p {
  margin-bottom: 36px;
}
.team-page .team-1 .desc p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .team-page .team-1 .content li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .team-page .team-1 .content li {
    width: 100%;
  }
  .team-page .team-1 .header .con {
    font-size: 16px;
  }
  .team-page .team-1 .content li .text h4 {
    font-size: 18px;
  }
  .team-page .team-1 .content li .text p {
    font-size: 16px;
  }
  .team-page .team-1 .desc {
    font-size: 16px;
  }
}
.test-page .test-1 {
  background-color: #fff;
  padding: 94px 0 101px;
}
/*.test-page .test-1 h2.title i {
  left: -6px;
  top: 0;
}*/
.test-page .test-1 .box {
  margin-top: 48px;
}
.test-page .test-1 .box ul {
  margin: 0 -28px -26px 0;
}
.test-page .test-1 .box ul li {
  padding: 0 28px 26px 0;
}
.test-page .test-1 .box ul li .card {
  background-color: #ffffff;
  padding: 6px;
}
.test-page .test-1 .box ul li .card .img img {
  width: 100%;
}
.test-page .test-1 .box ul li .card .text {
  background-color: #ededed;
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-align: center;
  margin-top: 6px;
  padding: 10px 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.test-page .test-1 .box ul li .card:hover .text {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  color: #fff;
}
.test-page .test-1:nth-child(even) {
  background: #f8f8f8;
}
.test-page .test-1:nth-child(odd) {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .test-page .test-1 .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 1000px) {
  .test-page .test-1 .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .test-page .test-1 .box ul li {
    width: 100%;
  }
  .test-page .test-1 .box ul li .card .text {
    font-size: 16px;
  }
}
.service-page .service-1 {
  background: #f8f8f8;
  padding: 94px 0 96px;
}
/*.service-page .service-1 h2.title i {
  left: -6px;
  top: 0;
}*/
.service-page .service-1 .content {
  margin-top: 44px;
}
.service-page .service-1 .content ul {
  margin-right: -23px;
}
.service-page .service-1 .content ul li {
  padding-right: 23px;
}
.service-page .service-1 .content ul li .text {
  padding: 36px 22px 0 0;
  color: #383838;
}
.service-page .service-1 .content ul li .text h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
.service-page .service-1 .content ul li .text p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
}
.service-page .service-2 {
  padding: 82px 0 103px;
}
/*.service-page .service-2 h2.title i {
  left: -6px;
  top: 0;
}*/
.service-page .service-2 .desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 47px;
  color: #383838;
}
.service-page .service-2 .content {
  margin-top: 53px;
}
.service-page .service-2 .content ul {
  margin: 0 -10px;
}
.service-page .service-2 .content ul li {
  position: relative;
  padding: 0 10px;
  margin: 40px 0 20px;
}
.service-page .service-2 .content ul li .ig {
  position: relative;
  max-width: 216px;
}
.service-page .service-2 .content ul li .ig::after {
  content: '1';
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
  color: #e9edf4;
  opacity: .5;
}
.service-page .service-2 .content ul li .ig img {
  position: relative;
  z-index: 1;
  margin: 5px 0 20px;
}
.service-page .service-2 .content ul li .ig h4 {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
}
.service-page .service-2 .content ul li:nth-child(2) .ig::after {
  content: '2';
}
.service-page .service-2 .content ul li:nth-child(3) .ig::after {
  content: '3';
}
.service-page .service-2 .content ul li:nth-child(4) .ig::after {
  content: '4';
}
.service-page .service-3 {
  background: #f8f8f8;
  padding: 100px 0;
}
.service-page .service-3 .grid-box {
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  padding: 38px 0;
}
.service-page .service-3 .grid-box .column .text {
  padding: 150px 0;
  text-align: center;
}
.service-page .service-3 .grid-box .column .text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: auto auto 20px;
}
.service-page .service-3 .grid-box .column .text .con {
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  max-width: 360px;
  line-height: 1.7;
  height: 50px;
}
.service-page .service-3 .grid-box .column .text .more {
  margin-top: 38px;
  padding: 0;
}
.service-page .service-3 .grid-box .column .text .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 7px 36px 6px;
  background-color: #fff;
  color: #70b459;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  transition: .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
.service-page .service-3 .grid-box .column .text .more a:hover {
  background: #000;
  color: #fff;
}
.service-page .service-3 .grid-box .right {
  border-left: 1px solid #fff;
}
.service-page .service-3 .grid-box .right .text .more a {
  background: #000;
  color: #fff;
}
.service-page .service-3 .grid-box .right .text .more a:hover {
  background: #fff;
  color: #70b459;
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-1,
  .service-page .service-2{
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1,
  .service-page .service-2{
    padding: 30px 0;
  }
  .service-page .service-1 .content ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .service-page .service-1 .content ul li .img img {
    width: 100%;
  }
  .service-page .service-1 .content ul li .text h3 {
    font-size: 22px;
  }
  .service-page .service-1 .content ul li .text p {
    font-size: 16px;
  }
  .service-page .service-2 .desc {
    font-size: 16px;
  }
  .service-page .service-3 {
    display: none;
  }
}
.suggest-page .suggest-1 {
  background: #f8f8f8;
  padding: 94px 0 121px;
}
/*.suggest-page .suggest-1 h2.title i {
  left: -6px;
  top: 0;
}*/
.suggest-page .suggest-1 .form {
  background: #fff;
  margin-top: 49px;
  padding: 82px 113px;
}
.suggest-page .suggest-1 .form h3 {
  font-size: 30px;
  color: #383838;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.suggest-page .suggest-1 .form p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-align: center;
  margin-top: 20px;
}
.suggest-page .suggest-1 .form form {
  margin-top: 69px;
}
.suggest-page .suggest-1 .form form ul {
  margin-right: -100px;
}
.suggest-page .suggest-1 .form form ul li {
  padding-right: 100px;
}
.suggest-page .suggest-1 .form form ul li label {
  display: block;
  font-size: 18px;
  color: #aaa;
  line-height: 1.7;
}
.suggest-page .suggest-1 .form form ul li input[type="text"],
.suggest-page .suggest-1 .form form ul li textarea {
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #383838;
}
.suggest-page .suggest-1 .form form ul li input[type="text"]:focus,
.suggest-page .suggest-1 .form form ul li textarea:focus {
  border-bottom: 1px solid #85bf5a;
}
.suggest-page .suggest-1 .form form ul li textarea {
  height: 234px;
}
.suggest-page .suggest-1 .form form ul li p {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 28px;
  text-align: left;
}
.suggest-page .suggest-1 .form form ul li input[type="submit"] {
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  padding: 7px 53px 6px;
  border: none;
  margin-top: 54px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
.suggest-page .suggest-1 .form form ul li input[type="submit"]:hover {
  background: #000;
}
.suggest-page .suggest-1 .form form ul li.wid-100 {
  width: 100%;
}
.suggest-page .suggest-1 .form form ul li:nth-child(3) {
  margin-top: 55px;
}
.suggest-page .suggest-1 .form form ul li:last-child {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .suggest-page .suggest-1 .form {
    padding: 82px 40px;
  }
  .suggest-page .suggest-1 .form form ul {
    margin-right: -40px;
  }
  .suggest-page .suggest-1 .form form ul li {
    padding-right: 40px;
  }
  .suggest-page .suggest-1 .form form ul li label {
    font-size: 16px;
  }
  .suggest-page .suggest-1 .form form ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .suggest-page .suggest-1 .form form ul li label {
    height: 60px;
  }
}
@media screen and (max-width: 700px) {
  .suggest-page .suggest-1 .form form ul li {
    width: 100%;
  }
  .suggest-page .suggest-1 .form form ul li label {
    height: auto;
  }
}
.download-page .download-1 {
  background: #f8f8f8;
  padding: 109px 0 116px;
}
/*.download-page .download-1 h2.title i {
  top: 0;
  left: -6px;
}*/
.download-page .download-1 .desc {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 48px;
  text-indent: 2em;
}
.download-page .download-1 .desc a {
  color: #80bc5a;
  text-decoration: underline;
}
.download-page .download-1 .content {
  margin-top: 47px;
}
.download-page .download-1 .content ul li {
  border: solid 1px #000000;
  text-align: center;
  padding: 30px 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
.download-page .download-1 .content ul li a {
  display: block;
  color: #383838;
}
.download-page .download-1 .content ul li a img {
  display: inline-block;
  vertical-align: middle;
}
.download-page .download-1 .content ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 1.2;
  padding-left: 30px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
.download-page .download-1 .content ul li:hover {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.download-page .download-1 .content ul li:hover a {
  color: #fff;
}
.download-page .download-1 .content ul li:hover a img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.download-page .download-1 .content ul li:hover a span {
  text-decoration: underline;
}
.download-page .download-2 {
  padding: 103px 0 157px;
}
/*.download-page .download-2 h2.title i {
  left: 24px;
  top: -6px;
}*/
.download-page .download-2 .content {
  margin-top: 64px;
}
.download-page .download-2 .content ul {
  margin: 0 -44px -55px 0;
}
.download-page .download-2 .content ul li {
  padding: 0 44px 55px 0;
}
.download-page .download-2 .content ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.download-page .download-2 .content ul li .img {
  position: relative;
}
.download-page .download-2 .content ul li .img img {
  width: 100%;
}
.download-page .download-2 .content ul li .img .play {
  display: block;
  position: absolute;
  left: 45%;
  bottom: 35%;
  width: 50px;
  height: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
}
.download-page .download-2 .content ul li .img .play img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.download-page .download-2 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  text-align: center;
}
.download-page .download-2 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 9px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.download-page .download-2 .content ul .slick-dots li button {
  display: none;
}
.download-page .download-2 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.download-page .download-2 .content ul .slick-dots li.slick-active {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
@media screen and (max-width: 1280px) {
  .download-page .download-1 .content ul li {
    width: 50%;
  }
  .download-page .download-1 .content ul li a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .download-page .download-1 .desc {
    font-size: 16px;
  }
  .download-page .download-1 .content ul li {
    width: 100%;
  }
  .download-page .download-1 .content ul li a span {
    font-size: 16px;
  }
}
.tender-page .tender-1 {
  background: #f8f8f8;
  padding: 89px 0 96px;
}
.tender-page .tender-1 .text {
  vertical-align: middle;
  padding-right: 34px;
}
/*.tender-page .tender-1 .text h2.title i {
  left: -6px;
  bottom: -8px;
}*/
.tender-page .tender-1 .text .info {
  margin-top: 60px;
  font-size: 25px;
  color: #383838;
  line-height: 1.6;
  font-weight: bold;
}
.tender-page .tender-1 .text .desc {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 50px;
  text-indent: 2em;
}
.tender-page .tender-1 .img {
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .tender-page .tender-1 .text {
    width: 100%;
    padding-right: 0;
  }
  .tender-page .tender-1 .img {
    width: 100%;
    margin-top: 20px;
  }
  .tender-page .tender-1 .img img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .tender-page .tender-1 .text .info {
    font-size: 20px;
  }
  .tender-page .tender-1 .text .desc {
    font-size: 16px;
  }
}
.equity-page .equity-1 {
  background: #f8f8f8;
  padding: 94px 0 106px;
}
/*.equity-page .equity-1 h2.title i {
  left: -6px;
  top: 0;
}*/
/*.equity-page .equity-1 p {
  margin-top: 40px;
  text-indent: 2em;
}*/
.equity-page .equity-1 .list {
  margin: 66px auto 0;
  max-width: 760px;
}
.equity-page .equity-1 .list .top {
  position: relative;
}
.equity-page .equity-1 .list .top ul {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.equity-page .equity-1 .list .top ul li {
  display: inline-block;
  text-align: center;
}
.equity-page .equity-1 .list .top ul li span {
  display: block;
  width: 146px;
  height: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.equity-page .equity-1 .list .top ul li em {
  display: block;
  font-size: 18px;
  color: #383838;
}
.equity-page .equity-1 .list .top ul li em::before,
.equity-page .equity-1 .list .top ul li em::after {
  content: '';
  width: 1px;
  height: 22px;
  background: #000;
  display: block;
  margin: 0 auto;
}
.equity-page .equity-1 .list .top ul li em::before {
  margin-bottom: 4px;
}
.equity-page .equity-1 .list .top ul li em::after {
  margin-top: 4px;
}
.equity-page .equity-1 .list .top ul li:last-child {
  margin-right: 0;
}
.equity-page .equity-1 .list .top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 72px;
  right: 72px;
  height: 1px;
  background: #000;
}
.equity-page .equity-1 .list .middle {
  text-align: center;
}
.equity-page .equity-1 .list .middle::before {
  content: '';
  width: 15px;
  height: 28px;
  background: url("../images/equity-arrow.png") no-repeat;
  display: block;
  margin: 0 auto;
}
.equity-page .equity-1 .list .middle span {
  width: 284px;
  height: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
  font-size: 18px;
  margin: 11px auto 0;
}
.equity-page .equity-1 .list .middle em {
  display: block;
  font-size: 18px;
  color: #383838;
  margin-bottom: 6px;
}
.equity-page .equity-1 .list .middle em::before {
  content: '';
  width: 1px;
  height: 24px;
  display: block;
  margin: 0 auto 7px;
  background: #000;
}
.equity-page .equity-1 .list .l1{
  text-align: center;
  position: relative;
}
.equity-page .equity-1 .list p{
  font-size: 22px;
  color: #fff;
  background: #a4c1e3;
  display: inline-block;
  padding: 2px 36px;
  font-weight: 500;
  letter-spacing: 3px;
}
.equity-page .equity-1 .list .l1 i{
  display: block;
  width: 2px;
  height: 60px;
  background: #a4c1e3;
  margin: 0 auto;
}
.equity-page .equity-1 .list .l1::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 25.3%;
  width: 50%;
  height: 2px;
  background: #a4c1e3;
}
.equity-page .equity-1 .list .l2 p{
  letter-spacing: 2px;
}
.equity-page .equity-1 .list .l2 li i{
  display: block;
  width: 2px;
  height: 30px;
  background: #a4c1e3;
  margin: 0 auto 0 46%;
}
.equity-page .equity-1 .list .l2 em{
  display: block;
  margin: 0 auto 0 46%;
  width: 2px;
  height: 80px;
  background: #a4c1e3;
}
.equity-page .equity-1 .list .l2 li:first-child{
  width: 60%;
  padding-right: 5%;
}
.equity-page .equity-1 .list .l2 li:last-child{
  width: 40%;
  padding-left: 5%;
}
.equity-page .equity-1 .list .l2 li:first-child p{
  margin-right: 8%; 
  padding: 2px 18px;
}
.equity-page .equity-1 .list .l2 li:first-child dl{
  margin-right: -30px;
  position: relative;
}
.equity-page .equity-1 .list .l2 li:first-child dl::before{
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  width: 84%;
  height: 2px;
  background: #a4c1e3;
}
.equity-page .equity-1 .list .l2 li:first-child dl dd{
  padding-right: 30px;
}
.equity-page .equity-1 .list .l2 li:first-child dl dd i{
  margin: 0 auto;
}
.equity-page .equity-1 .list .l2 li:first-child dl dd p{
  letter-spacing: 0;
  line-height: 1;
  padding: 10px 5px;
  height: 200px;
  display: flex;
  align-items: center;
}
.equity-page .equity-1 .list .l2 li:last-child p{
  margin-left: -44%;
}
.equity-page .equity-1 .list .l2 li:last-child i{
  margin: 0 71% 0 auto;
}
.equity-page .equity-1 .list .l2 li:last-child em{
  margin: 0 71% 0 auto;
}
.equity-page .equity-1 .list .l2 li:last-child dl{
  margin-right: -40px;
  padding: 0 45% 0 0;
  position: relative;
}
.equity-page .equity-1 .list .l2 li:last-child dl::before{
  content: '';
  position: absolute;
  top: 0;
  left: 9%;
  width: 30%;
  height: 2px;
  background: #a4c1e3;
}
.equity-page .equity-1 .list .l2 li:last-child dl dd{
  padding-right: 40px;
}
.equity-page .equity-1 .list .l2 li:last-child dl dd i{
  margin: 0 auto;
}
.equity-page .equity-1 .list .l2 li:last-child dl dd p{
  margin: 0;
  height: 200px;
  display: flex;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
  padding: 10px 5px;
}
@media screen and (max-width: 1200px) {
  .equity-page .equity-1 .list .top ul {
    display: block;
  }
  .equity-page .equity-1 .list .top ul li {
    display: block;
  }
  .equity-page .equity-1 .list .top ul li span {
    margin: 0 auto;
  }
  .equity-page .equity-1 .list .top::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .equity-page .equity-1 p {
    font-size: 16px;
  }
}
.notice-page .notice-1 {
  position: relative;
  padding-top: 94px;
}
/*.notice-page .notice-1 h2.title i {
  left: -6px;
  top: 0;
}*/
.notice-page .notice-1 .box {
  margin-top: 49px;
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  padding: 55px 0;
  color: #fff;
}
.notice-page .notice-1 .box .text {
  padding: 63px 0;
  text-align: center;
}
.notice-page .notice-1 .box .text .icon {
  height: 118px;
}
.notice-page .notice-1 .box .text h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-top: 35px;
}
.notice-page .notice-1 .box .text .con {
  font-size: 18px;
  color: #fff;
  margin: 40px auto 0;
  max-width: 486px;
  line-height: 1.7;
  width: 100%;
}
.notice-page .notice-1 .box .text .more {
  margin-top: 38px;
}
.notice-page .notice-1 .box .text .more a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 7px 36px 6px;
  background-color: #fff;
  color: #70b459;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
  transition: 0.5s;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.notice-page .notice-1 .box .text .more a:hover {
  background: #000;
  color: #fff;
}
.notice-page .notice-1 .box .right {
  border-left: 1px solid #fff;
}
.notice-page .notice-1 .box .right .more a {
  background: #000;
  color: #fff;
}
.notice-page .notice-1 .box .right .more a:hover {
  background: #fff;
  color: #70b459;
}
.notice-page .notice-1::before {
  content: '';
  background-color: #f8f8f8;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 61.65%;
  top: 0;
  left: 0;
}
.notice-page .notice-2 {
  padding: 99px 0 119px;
}
/*.notice-page .notice-2 h2.title i {
  top: 0;
  left: -6px;
}*/
.notice-page .notice-2 .box {
  margin-top: 35px;
}
.notice-page .notice-2 .box ul {
  margin-bottom: -32px;
}
.notice-page .notice-2 .box ul li {
  padding: 0 0 32px;
  border-bottom: 1px solid #d2d2d2;
}
.notice-page .notice-2 .box ul li .box {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.notice-page .notice-2 .box ul li .box time {
  font-size: 45px;
  color: #383838;
  min-width: 142px;
}
.notice-page .notice-2 .box ul li .box time span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  color: #525252;
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
}
.notice-page .notice-2 .box ul li .box time span em {
  display: block;
}
.notice-page .notice-2 .box ul li .box time span i {
  display: block;
}
.notice-page .notice-2 .box ul li .box .info {
  padding: 15px 0 0 33px;
  min-width: 70%;
}
.notice-page .notice-2 .box ul li .box .info h3 {
  font-size: 25px;
  color: #383838;
  font-weight: bold;
  line-height: 1.2;
}
.notice-page .notice-2 .box ul li .box .info p {
  color: #525252;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 84%;
}
.notice-page .notice-2 .box ul li .box .more {
  display: block;
  min-width: 144px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -mos-transition: .5s;
  margin-top: 16px;
}
.notice-page .notice-2 .box ul li .box .more:hover {
  background: #000;
}
.notice-page .form {
  background: #f8f8f8;
  padding: 40px 0;
}
@media screen and (max-width: 1000px) {
  .notice-page .notice-2 .box ul li .box {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .notice-page .notice-1 {
    display: none;
  }
  .notice-page .notice-2 .box ul li .box .info {
    padding: 15px 0 0 0;
  }
  .notice-page .notice-2 .box ul li .box .info h3 {
    font-size: 18px;
  }
  .inner-page p {
    font-size: 16px;
  }
  .notice-page .notice-2 .box ul li .box .more {
    font-size: 16px;
  }
}
.faq-page .faq-1 {
  padding: 94px 0 94px;
  background: #f8f8f8;
}
/*.faq-page .faq-1 h2.title i {
  left: -6px;
  top: 0;
}*/
.faq-page .faq-1 .box {
  margin-top: 50px;
}
.faq-page .faq-1 .box ul li {
  padding-bottom: 22px;
  border-bottom: 1px solid #d2d2d2;
  color: #383838;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.faq-page .faq-1 .box ul li .title {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
}
.faq-page .faq-1 .box ul li .title h4 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  width: 82%;
}
.faq-page .faq-1 .box ul li .title .more {
  width: 144px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
.faq-page .faq-1 .box ul li .con {
  padding-top: 25px;
  width: 82%;
}
.faq-page .faq-1 .box ul li .con p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faq-page .faq-1 .box ul li .con .desc {
  font-size: 18px;
  line-height: 1.7;
  display: none;
}
.faq-page .faq-1 .box ul li.active {
  /*background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);*/
  color: #fff;
  padding: 27px 0 32px 34px;
  border-bottom: 0;
}
.faq-page .faq-1 .box ul li.active i {
  opacity: 1;
}
.faq-page .faq-1 .box ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  -webkit-animation: myfirst 1.5s linear;
  -moz-animation: myfirst 1.5s linear;
  animation: myfirst 1.5s linear;
  opacity: 0;
  z-index: -1;
}
@-webkit-keyframes myfirst {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes myfirst {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@keyframes myfirst {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.faq-page .faq-1 .box ul li.active .title .more {
  display: none;
}
.faq-page .faq-1 .box ul li.active .con p {
  display: none;
}
.faq-page .faq-1 .box ul li.active .con .desc {
  display: block;
}
.faq-page .faq-1 .box ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .box ul li .con {
    width: 96%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .box ul li .title h4 {
    font-size: 18px;
  }
  .faq-page .faq-1 .box ul li .title .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .faq-page .faq-1 .box ul li .con .desc {
    font-size: 16px;
  }
}
.talent-page .talent-1 {
  padding: 60px 0 40px;
  background: #f8f8f8;
}
.talent-page .talent-1 .top{
  max-width: 1200px;
  text-align: center;
  margin: 0 auto
}
.talent-page .talent-1 .top h2{
  font-size: 30px;
  line-height: 1.1;
  color: var(--primary);
}
.talent-page .talent-1 .top h4{
  font-size: 22px;
  line-height: 1.8;
  margin-top: 20px;
}
.talent-page .talent-1 .top .con{
  margin-top: 20px;
  text-align: left;
}
.talent-page .talent-1 .text {
  vertical-align: middle;
  padding-left: 35px;
}
.talent-page .talent-1 .bottom{
  margin-top: 40px;
}
.talent-page .talent-1 .bottom ul{
  margin-right: -20px;
}
.talent-page .talent-1 .bottom ul li{
  padding-right: 20px;
}
.talent-page .talent-1 .bottom ul li .img-box img{
  width: 100%;
}
.talent-page .talent-1 .bottom ul li .text{
  text-align: center;
  background: var(--white);
  padding: 20px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.talent-page .talent-1 .bottom ul li .text:hover{
  background: var(--primary);
  color: var(--white);
}
.talent-page .talent-1 .bottom ul li .text:hover p{
  color: var(--white);
}
.talent-page .talent-1 .bottom ul li .text h4{
  font-size: 22px;
  line-height: 1.4;
  margin-top: 0;
}
.talent-page .talent-1 .bottom ul li .text h4::after{
  content: '';
  width: 30px;
  height: 1px;
  background: var(--primary);
  display: block;
  margin: 10px auto 0;
}
.talent-page .talent-1 .bottom ul li .text p{
  margin-top: 20px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 180px;
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;*/
}
/*.talent-page .talent-1 .text h2.title i {
  left: -6px;
  top: 0;
}*/
.talent-page .talent-1 .text h4 {
  font-size: 25px;
  line-height: 1.2;
  /*font-weight: 600;*/
  /*text-indent: 2em;*/
  margin-top: 39px;
}
.talent-page .talent-1 .text .con {
  margin-top: 43px;
  text-indent: 40px;
}
.talent-page .talent-1 .text .con p {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  text-indent: initial;
}
.talent-page .talent-1 .text .con p:last-child {
  margin-bottom: 0;
}
.talent-page .talent-1 .img {
  vertical-align: middle;
}
.talent-page .talent-1 .img img {
  width: 100%;
}
.talent-page .talent-2 .text .con em {
  font-size: 25px;
  line-height: 1.2;
  color: #74b65c;
}
.talent-page .talent-2 .text .con p::before{
  content: "\f058";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: var(--primary);
  font-family: 'fontAwesome';
}

.talent-page .talent-3 {
  background: #fff;
  padding: 94px 0 101px;
}
/*.talent-page .talent-3 h2.title i {
  top: 0;
  left: -6px;
}*/
.talent-page .talent-3 .box {
  margin-top: 50px;
}
.talent-page .talent-3 .box .left {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  text-indent: 2em;
}
.talent-page .talent-3 .box .right {
  text-indent: 2em;
  padding-left: 30px;
}
.talent-page .talent-3 .box .right p {
  margin-bottom: 20px;
}
.talent-page .talent-3 .box .right p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .talent-page .talent-1 .text {
    width: 100%;
    padding: 0;
  }
  .talent-page .talent-1 .img {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .talent-page .talent-2 .text {
    padding: 40px 0 0 0;
  }
  .talent-page .talent-1{
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .talent-page .talent-1 .text h4 {
    font-size: 18px;
  }
  .talent-page .talent-3 .box .left {
    width: 100%;
    font-size: 18px;
  }
  .talent-page .talent-3 .box .right {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .talent-page .talent-1{
    padding: 30px 0;
  }
}
.recruit-page .recruit-1 {
  padding: 94px 0 120px;
  background: #f8f8f8;
}
.recruit-page .recruit-1 h2.title{
  color: var(--primary);
}
/*.recruit-page .recruit-1 h2.title i {
  top: 0;
  left: -6px;
}*/
.recruit-page .recruit-1 .titles {
  margin-top: 56px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  padding: 20px 59px;
}
.recruit-page .recruit-1 .titles ul li {
  font-size: 22px;
}
.recruit-page .recruit-1 .content {
  margin-top: 10px;
}
.recruit-page .recruit-1 .content ul li .info {
  padding: 0 59px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.recruit-page .recruit-1 .content ul li .info dd {
  font-size: 20px;
  padding: 32px 0 17px;
}
.recruit-page .recruit-1 .content ul li .info i {
  position: absolute;
  right: 50px;
  top: 40px;
  font-size: 18px;
}
.recruit-page .recruit-1 .content ul li .info.active {
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
}
.recruit-page .recruit-1 .content ul li .con {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.11);
  padding: 34px 105px 44px 59px;
  color: #383838;
  display: none;
}
.recruit-page .recruit-1 .content ul li .con .right {
  padding-left: 40px;
}
.recruit-page .recruit-1 .content ul li .con h3 {
  font-size: 20px;
  font-weight: bold;
}
.recruit-page .recruit-1 .content ul li .con .list p::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #85bf5a;
  display: inline-block;
  margin-right: 5px;
}
.recruit-page .recruit-1 .content ul li .con .upload {
  text-align: center;
  position: relative;
  margin-top: 46px;
}
.recruit-page .recruit-1 .content ul li .con .upload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 1;
}
.recruit-page .recruit-1 .content ul li .con .upload span {
  width: 144px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 46%;
}
@media screen and (max-width: 1000px) {
  .recruit-page .recruit-1 .titles ul li {
    font-size: 20px;
  }
  .recruit-page .recruit-1 .titles {
    padding: 28px 39px;
  }
  .recruit-page .recruit-1 .content ul li .info {
    padding: 0 39px;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    font-size: 18px;
  }
  .recruit-page .recruit-1 .content ul li .info i {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .recruit-page .recruit-1 .titles {
    padding: 28px 10px;
  }
  .recruit-page .recruit-1 .titles ul {
    overflow: auto;
  }
  .recruit-page .recruit-1 .titles ul li {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .info {
    padding: 0 10px;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .info i {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .con .left {
    width: 100%;
  }
  .recruit-page .recruit-1 .content ul li .con .right {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .recruit-page .recruit-1 .content ul li .con .upload span {
    left: 35%;
  }
  .recruit-page .recruit-1 .content ul li .con h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-page .recruit-1 .content ul li .info i {
    top: 100px;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    word-break: break-all;
  }
}
.product-page .product-1 {
  background-color: #f8f8f8;
  padding: 94px 0 91px;
}
/*.product-page .product-1 h2.title i {
  left: -6px;
  top: 0;
}*/
.product-page .product-1 p {
  margin-top: 49px;
  text-indent: 2em;
}
.product-page .product-1 .content {
  margin-top: 51px;
}
.product-page .product-1 .content ul {
  margin-right: -36px;
}
.product-page .product-1 .content ul li {
  padding-right: 36px;
}
.product-page .product-1 .content ul li .box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 83px 33px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.product-page .product-1 .content ul li .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.product-page .product-1 .content ul li .box h3 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}
.product-page .product-1 .content ul li .box .con {
  margin-top: 30px;
  height: 214px;
  overflow: auto;
}
.product-page .product-1 .content ul li .box .con p {
  color: #fff;
  margin-top: 0;
}
.product-page .product-1 .content ul li .box .more {
  width: 144px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 31px auto 0;
}
.product-page .header {
  padding-top: 95px;
}
@media screen and (max-width: 1366px) {
  .inner-page .sideBox .left .navlist ul>li a {
    padding: 15px 0 15px 40px;
    font-size: 20px;
  }
  .inner-page .sideBox .left .navlist ul>li ul li a{
    padding: 5px 0 5px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .left {
    display: none;
    width: 100%;
    position: inherit;
    padding-right: 0;
  }
  .inner-page .sideBox .left .form {
    display: none;
  }
  .inner-page .sideBox .right {
    width: 100%;
    padding-top: 20px;
  }
  .inner-page .sideBox .right ul li {
    width: 50%;
  }
  .product-page .product-1{
    padding: 50px 0;
  }
  .product-page .product-1 .content ul li .box{
    padding: 50px 20px;
  }
  .product-page .header{
    padding-top: 50px;
  }
  .inner-page .sideBox{
    padding: 50px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sideBox .right ul li {
    width: 100%;
  }
  .product-page .product-1 .content ul li {
    margin-bottom: 20px;
    width: 100%;
  }
  .product-page .product-1{
    padding: 30px 0;
  }
  
}
.prodet-page .prodet-1 {
  background: #f8f8f8;
}
.prodet-page .prodet-1 .top .img .big img{
  width: 100%;
}
.prodet-page .prodet-1 .top .img .small {
  margin-top: 22px;
}
.prodet-page .prodet-1 .top .img .small ul {
  margin-right: -18px;
}
.prodet-page .prodet-1 .top .img .small ul li {
  padding-right: 18px;
}
.prodet-page .prodet-1 .top .text {
  padding: 28px 0 0 57px;
}
.prodet-page .prodet-1 .top .text h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 14px;
}
.prodet-page .prodet-1 .top .text .desc {
  margin-top: 33px;
  font-size: 16px;
}
.prodet-page .prodet-1 .top .text .desc h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 14px;
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-1 .top .text .desc p {
  margin-top: 16px;
}
.prodet-page .prodet-1 .top .text .more {
  width: 144px;
  height: 40px;
  padding: 0;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 62px;
  display: block;
}
.prodet-page .prodet-1 .top .text .share {
  margin-top: 27px;
}
.prodet-page .prodet-1 .top .text .share span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #383838;
  font-weight: bold;
}
.prodet-page .prodet-1 .top .text .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .top .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  text-align: center;
  line-height: 30px;
  margin-right: 11px;
  border-radius: 50%;
  margin-bottom: 0;
  padding-right: 0;
}
.prodet-page .prodet-1 .top .text .share ul li img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .top .text .share ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .bottom {
  margin-top: 85px;
}
.prodet-page .prodet-1 .bottom .options {
  padding: 0 0 15px 14px;
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-1 .bottom .options dl dd {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-right: 58px;
  cursor: pointer;
}
.prodet-page .prodet-1 .bottom .options dl dd:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .bottom .options dl dd.active {
  color: #74b357;
}
.prodet-page .prodet-1 .bottom .ret {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 28px;
}
.prodet-page .prodet-1 .bottom .ret h4 {
  height: 57px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 57px;
  font-weight: bold;
}
.prodet-page .prodet-1 .bottom .ret table {
  border: none;
}
.prodet-page .prodet-1 .bottom .ret table th,
.prodet-page .prodet-1 .bottom .ret table td {
  border: 1px solid #d6d6d6;
  padding: 10px;
}
.prodet-page .prodet-1 .bottom .ret table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
.prodet-page .prodet-1 .bottom .ret table tr:nth-child(even) {
  background: #fff;
}
.prodet-page .prodet-3 {
  padding: 83px 0 138px;
}
/*.prodet-page .prodet-3 h2.title i {
  left: 67px;
  top: -6px;
}*/
.prodet-page .prodet-3 .content {
  margin-top: 52px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -36px;
}
.prodet-page .prodet-3 .content ul .slick-track {
  margin: 0;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 36px;
}
.prodet-page .prodet-3 .content ul li .img img {
  width: 100%;
}
.prodet-page .prodet-3 .content ul li .text {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .text p {
  background-color: #e5e5e5;
  margin-right: 47px;
  font-size: 16px;
  padding: 8px 14px 7px;
  height: 39px;
  overflow: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-3 .content ul li .text p::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  -webkit-animation: gradientBG 5s infinite;
  -moz-animation: gradientBG 5s infinite;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-3 .content ul li .text .mores {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background: #e5e5e5;
  text-align: center;
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.prodet-page .prodet-3 .content ul li .text .mores img {
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  display: inline-block;
}
.prodet-page .prodet-3 .content ul li .text .mores::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  background-position: 400%;
  -webkit-animation: gradientBG 5s infinite;
  -moz-animation: gradientBG 5s infinite;
  animation: gradientBG 5s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-3 .content ul li:hover .text p {
  border-radius: 25px;
  color: #fff;
}
.prodet-page .prodet-3 .content ul li:hover .text p::before {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li:hover .text .mores {
  border-radius: 19px;
}
.prodet-page .prodet-3 .content ul li:hover .text .mores img {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-3 .content ul li:hover .text .mores::before {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -12%;
  width: 100%;
  text-align: center;
}
.prodet-page .prodet-3 .content ul .slick-dots li {
  width: 27px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.prodet-page .prodet-3 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-3 .content ul .slick-dots li button {
  display: none;
}
.prodet-page .prodet-3 .content ul .slick-dots li.slick-active {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .bottom .options dl dd{
    margin-right: 45px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .top .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .top .text {
    width: 100%;
    padding: 28px 0 0 0;
  }
  .prodet-page .prodet-1 .top .text h3 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .top .text .desc h4 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .bottom .ret h4 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .bottom .options dl dd {
    margin-right: 0;
    width: 49%;
    margin-bottom: 6px;
}
.prodet-page .prodet-3{
  padding: 30px 0 50px;
}
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .bottom .options dl dd {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
  }
}
.news-page .news-list{
  padding: 60px 0;
}
.news-page .news-list .top ul{
  margin: 0 -20px;
}
.news-page .news-list .top ul li{
  padding: 0 20px;
}
.news-page .news-list .top ul li a.img-box{
  display: block;
}
.news-page .news-list .top ul li a.img-box img{
  width: 100%;
  height: 264px;
}
.news-page .news-list .top ul li .text{
  padding-top: 20px;
}
.news-page .news-list .top ul li .text time{
  font-size: 16px;
  line-height: 1.5;
}
.news-page .news-list .top ul li .text h3{
  font-size: 20px;
  line-height: 1.4;
  margin: 10px 0;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-list .top ul li .text .more{
  border-radius: 0;
  font-size: 16px;
  padding: 10px 30px;
  margin-top: 20px
}
.news-page .news-list .top ul li .text .more.active{
  background: #e20000;
}
.news-page .news-list .top ul li .text p{
  font-size: 16px;
  line-height: 1.5;
  height: 50px;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news-page .news-list .bottom{
  margin-top: 80px;
}
.news-page .news-list .bottom ul li{
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  position: relative;
}
.news-page .news-list .bottom ul li time{
    width: 80px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    color: var(--basic);
    display: inline-block;
}
.news-page .news-list .bottom ul li time.active{
  color: #e20000;
}
.news-page .news-list .bottom ul li time span{
  font-size: 44px;
  display: block;
  padding-top: 15px;
  line-height: 1;
}
.news-page .news-list .bottom ul li time em{
  font-size: 14px;
  line-height: 1;
}
.news-page .news-list .bottom ul li .text{
  width: calc((100% - 80px - 40px)/1);
  padding: 0 3%;
}
.news-page .news-list .bottom ul li .text h3{
  font-size: 20px;
  line-height: 1.4;
}
.news-page .news-list .bottom ul li .text p{
  margin-top: 10px;
}
.news-page .news-list .bottom ul li .mores{
  position: absolute;
  right: 0;
  top: 36%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #aaa;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-list .bottom ul li .mores:hover{
  border-color: var(--basic);
  color: var(--basic);
}
.news-page .news-1 {
  background: #f8f8f8;
  padding: 66px 0 34px;
}
.news-page .news-1 .header {
  display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px solid #d2d2d2;
}
.news-page .news-1 .header .left h4 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.news-page .news-1 .header .left h4 em {
  font-weight: 400;
  color: #666;
}
.news-page .news-1 .header .left h4 em.active {
  color: #8fc259;
}
.news-page .news-1 .header .left h4 em.active img {
  -webkit-filter: none;
  filter: none;
}
.news-page .news-1 .header .left h4 em.e2 {
  margin-left: 15px;
}
.news-page .news-1 .header .left h4 em.e2 img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news-page .news-1 .header .left h4 em img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.news-page .news-1 .header .right {
  width: 649px;
}
.news-page .news-1 .header .right form {
  position: relative;
  width: 100%;
}
.news-page .news-1 .header .right form input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 60px 0 27px;
  background: #fff;
  font-size: 18px;
  color: #dadada;
  border-radius: 25px;
  border: solid 1px #d2d2d2;
}
.news-page .news-1 .header .right form input::-webkit-input-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input:-moz-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input::-moz-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input:-ms-input-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input::placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input::-webkit-input-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input:-ms-input-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input:-moz-placeholder {
  color: #dadada;
}
.news-page .news-1 .header .right form input[type="submit"] {
  width: 29px;
  position: absolute;
  right: 11px;
  top: 0;
  padding: 0;
  background: url(../images/news-search.png) center center no-repeat;
  border: none;
}
.news-page .news-1 .content {
  margin-top: 54px;
}
.news-page .news-1 .content1 {
  display: none;
}
.news-page .news-1 .content ul li {
  padding-bottom: 33px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 57px;
}
.news-page .news-1 .content ul li .img {
  position: relative;
  width: 29.41%;
}
.news-page .news-1 .content ul li .img .play {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
}
.news-page .news-1 .content ul li .text {
  width: 70.59%;
  padding-left: 95px;
}
.news-page .news-1 .content ul li .text time {
  display: block;
  font-size: 45px;
  line-height: 1;
  color: #383838;
}
.news-page .news-1 .content ul li .text time span {
  font-size: 18px;
  line-height: 1.2;
  color: #525252;
  font-style: italic;
  display: inline-block;
  margin-top: 5px;
}
.news-page .news-1 .content ul li .text time span em {
  display: block;
}
.news-page .news-1 .content ul li .text h3 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  color: #383838;
  margin-top: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-page .news-1 .content ul li .text p {
  margin-top: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .content ul li .text .more {
  display: block;
  width: 144px;
  height: 40px;
  padding: 0;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}
.news-page .news-1 .content ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .news-page .news-1 .content ul li .text {
    padding-left: 40px;
  }
  .news-page .news-list .top ul li a.img-box img{
    height: 217px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .header .right {
    width: 500px;
  }
  .news-page .news-1 .content ul li .img {
    width: 100%;
  }
  .news-page .news-1 .content ul li .img img {
    width: 100%;
  }
  .news-page .news-1 .content ul li .img .play img {
    width: auto;
  }
  .news-page .news-1 .content ul li .text {
    width: 100%;
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-1 .header .right {
    width: 180px;
  }
  .news-page .news-1 .header .right form input {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .news-page .news-1 .content ul li .text time span {
    font-size: 14px;
    vertical-align: middle;
  }
  .news-page .news-1 .content ul li .text h3 {
    font-size: 18px;
  }
  .news-page .news-1 .content ul li .text .more {
    width: 125px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-list .top ul li a.img-box img{
    height: auto;
  }
}
.newdet-page .newdet-1 {
  background: #f8f8f8;
  padding: 94px 0 78px;
}
.newdet-page .newdet-1 .ui.container{
  background: var(--white);
  text-align: center;
  max-width: 1230px;
}
.newdet-page .newdet-1 .ui.container .all{
  max-width: 700px;
  margin: 0 auto;
}
.newdet-page .newdet-1 h2.title{
  margin-top: 30px;
  display: block;
  padding-top: 30px;
  text-align: left;
}
/*.newdet-page .newdet-1 h2.title i {
  left: -6px;
  top: 0;
}*/
.newdet-page .newdet-1 .info {
  /*display: -webkit-box;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  margin-top: 27px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}
.newdet-page .newdet-1 .info .left {
  font-size: 18px;
  color: #929292;
  line-height: 1.7;
  text-align: left;
}
.newdet-page .newdet-1 .info .left span {
  margin-left: 28px;
}
.newdet-page .newdet-1 .info .left span.active{
  display: none;
}
.newdet-page .newdet-1 .info .left span:first-child {
  margin-left: 0;
}
.newdet-page .newdet-1 .info .right span {
  font-size: 18px;
  color: #383838;
  display: inline-block;
  font-weight: bold;
}
.newdet-page .newdet-1 .info .right ul {
  display: inline-block;
}
.newdet-page .newdet-1 .info .right ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
.newdet-page .newdet-1 .info .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .newdet-1 .content {
  margin-top: 50px;
  text-indent: 2em;
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  text-align: left !important;
}
.newdet-page .newdet-1 .content div{
  text-align: left !important;
}
.newdet-page .newdet-1 .m-link {
  margin-top: 58px;
  padding: 23px 0 30px;
  border-top: 1px solid #d2d2d2;
  text-align: left;
}
.newdet-page .newdet-1 .m-link a {
  display: block;
  font-size: 18px;
  color: #929292;
  line-height: 1.7;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5;
}
.newdet-page .newdet-1 .m-link a:hover {
  color: #383838;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-1 .info {
    display: block;
  }
  .newdet-page .newdet-1 .info .left {
    font-size: 16px;
  }
  .newdet-page .newdet-1 .content {
    font-size: 16px;
  }
  .newdet-page .newdet-1 .m-link a {
    font-size: 16px;
  }
  .newdet-page .newdet-1{
    padding: 30px 0;
  }
  .inner-page h2.title{
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page h2.title{
    font-size: 30px;
  }
}
.investor-page .investor-1 {
  background: #f8f8f8;
  padding: 94px 0 103px;
}
.investor-page .investor-1 h2.title i {
  left: -6px;
  top: 0;
}
.investor-page .investor-1 .box {
  margin-top: 60px;
  border: 1px solid #383838;
}
.investor-page .investor-1 .box .left {
  padding: 50px 0 50px 64px;
}
.investor-page .investor-1 .box .right {
  padding: 50px 0 50px 64px;
  border-left: 1px solid #383838;
}
.investor-page .investor-1 .box .text .img {
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  text-align: center;
  max-width: 247px;
  padding: 94px 0;
  vertical-align: middle;
}
.investor-page .investor-1 .box .text .desc {
  vertical-align: middle;
  padding-left: 68px;
}
.investor-page .investor-1 .box .text .desc h3 {
  font-size: 25px;
  line-height: 1.2;
  color: #383838;
  margin-bottom: 37px;
  font-weight: bold;
}
.investor-page .tender-1 {
  background: #fff;
}
@media screen and (max-width: 1460px) {
  .investor-page .investor-1 .box .left {
    padding: 50px 0 50px 40px;
  }
  .investor-page .investor-1 .box .right {
    padding: 50px 0 50px 40px;
  }
  .investor-page .investor-1 .box .text .desc {
    padding-left: 40px;
  }
  .investor-page .investor-1 .box .text .desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .investor-page .investor-1 .box .left {
    width: 100%;
  }
  .investor-page .investor-1 .box .right {
    width: 100%;
    border-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .investor-page .investor-1 .box .text .img {
    padding: 66px 0;
  }
  .investor-page .investor-1 .box .text .desc {
    padding: 40px 0 0 0;
  }
  .investor-page .investor-1 .box .text .desc h3 {
    font-size: 20px;
  }
}
.contact-page .talent-1{
  padding: 60px 0 0 0;
}
.contact-page .talent-1 .bottom ul{
  margin-bottom: -30px;
}
.contact-page .talent-1 .bottom ul li{
  margin-bottom: 30px;
}
.contact-page .contact-1 {
  background: #f8f8f8;
  padding: 91px 0;
}
.contact-page .add-info{
  background: #f8f8f8;
  padding-top: 60px;
}
.contact-page .add-info h3{
  font-size: 24px;
  line-height: 1.2;
}
.contact-page .add-info .content{
  margin-top: 20px;
}
.contact-page .add-info .content ul{
  margin-right: -30px;
}
.contact-page .add-info .content ul li{
  padding-right: 30px;
  text-align: center;
}
.contact-page .add-info .content ul li .img-box{
  display: block;
  border-radius: 25px;
}
.contact-page .add-info .content ul li .img-box img{
}
.contact-page .add-info .content ul li p{
  margin-top: 20px;
}
/*.contact-page .contact-1 h2.title i {
  left: -6px;
  top: 0;
}*/
.contact-page .contact-1 .form {
  margin-top: 54px;
}
.contact-page .contact-1 .form form ul {
  margin-right: -33px;
}
.contact-page .contact-1 .form form ul li {
  padding-right: 33px;
  margin-bottom: 36px;
}
.contact-page .contact-1 .form form ul li label {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  display: block;
}
.contact-page .contact-1 .form form ul li label em {
  color: #73b559;
  display: inline-block;
  vertical-align: top;
}
.contact-page .contact-1 .form form ul li input[type="text"],
.contact-page .contact-1 .form form ul li textarea {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  font-size: 18px;
  color: #383838;
  border: none;
  margin-top: 13px;
  padding: 0 10px;
}
.contact-page .contact-1 .form form ul li textarea {
  height: 147px;
  padding-top: 20px;
}
.contact-page .contact-1 .form form ul li input[type="submit"] {
  width: 144px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  border: none;
  transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}
.contact-page .contact-1 .form form ul li input[type="submit"]:hover {
  background: #000;
}
.contact-page .contact-1 .form form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .form form ul li:last-child {
  text-align: center;
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding: 86px 0 102px;
}
.contact-page .contact-2 .left {
  vertical-align: middle;
  padding-right: 38px;
}
.contact-page .contact-2 .left h2.title i {
  top: 0;
  left: -6px;
}
.contact-page .contact-2 .left .content {
  margin-top: 40px;
}
.contact-page .contact-2 .left .content ul {
  margin: 0 -20px -36px 0;
}
.contact-page .contact-2 .left .content ul li {
  margin-bottom: 36px;
  padding: 0 20px 36px 0; 
}
.contact-page .contact-2 .left .content ul li h4 {
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 40px;
  background-color: var(--primary);
  border-radius: 20px;
  line-height: 40px;
  padding: 0 31px;
  font-weight: bold;
}
.contact-page .contact-2 .left .content ul li .con {
  margin-top: 46px;
  padding: 0 0px 0 32px;
  /*display: none;*/
}
.contact-page .contact-2 .left .content ul li .con h5 {
  font-size: 25px;
  line-height: 1.2;
  color: #383838;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 23px;
}
.contact-page .contact-2 .left .content ul li:last-child {
  margin-bottom: 0;
}
/*.contact-page .contact-2 .left .content ul li.active h4 {
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
}*/
.contact-page .map {
  vertical-align: middle;
}
#mapContainer{
  height: 350px;
}
.amap-marker-label{
  background: transparent;
  border: transparent;
  left: 20px !important;
}
.contact-page .info{
  display: none;
  width: 320px;
  position: relative;
}
.contact-page .info h3{
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  padding: 10px;
  font-size: 16px;
}
.contact-page .info h4,
.contact-page .info h5{
  font-size: 14px;
  padding: 5px 10px 0;
  white-space: break-spaces;
}
.contact-page .info i{
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
}
.main-map .info{
  border: none;
  background: var(--white);
  width: 320px;
  word-break: break-all;
  padding-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-2 .left {
    width: 40%;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .form form ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  /*.contact-page .map .map .main-map div {
    height: 400px !important;
  }*/
}
@media screen and (max-width: 700px) {
  .contact-page .talent-1{
    padding: 30px 0 0 0;
  }
  .contact-page .contact-1{
    padding: 30px 0;
  }
  .contact-page .contact-2{
    padding: 30px 0;
  }
  .contact-page .contact-1 .form form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .left .content ul li .con h5 {
    font-size: 20px;
  }
  #mapContainer{
    height: 300px;
  }
  /*.contact-page .map .map .main-map div {
    height: 776px !important;
  }*/
}
.history-page .history-1 {
  background: #f8f8f8;
  padding: 94px 0 108px;
}
/*.history-page .history-1 h2.title i {
  left: 24px;
  bottom: -8px;
}*/
.history-page .history-1 .desc {
  margin-top: 39px;
  text-indent: 2em;
}
.history-page .history-1 .list {
  margin-top: 160px;
}
.history-page .history-1 .list dd{
  background: #d7d7d7;
  text-align: center;
  padding: 20px 15px;
}
.history-page .history-1 .list dd .img{
  position: relative;
  /*padding: 0 0 35px 30px;*/
}
.history-page .history-1 .list dd .img img{
  display: inline-block;
  /*border: 4px solid var(--primary);*/
}
.history-page .history-1 .list dd p{
  /*padding: 20px 0 0 30px;*/
  font-size: 18;
  line-height: 1.6;
  margin-bottom: 20px;
  height: 200px;
  overflow: auto;
  padding-right: 10px;
}
.history-page .history-1 .list dd p::-webkit-scrollbar-thumb{
  background: var(--basic);
}
.history-page .history-1 .list dd h3{
   font-size: 40px;
   color: var(--basic);
   line-height: 1;
   font-weight: bold;
   margin-bottom: 20px;
}
/*.history-page .history-1 .list dd .img h3{
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 72px;
  color: var(--primary);
  line-height: 1;
  font-weight: bold;
}*/
.history-page .history-1 .list .swiper-scrollbar{
  margin-top: 30px;
}
.history-page .history-1 .list .swiper-scrollbar .swiper-scrollbar-drag{
  background: var(--primary);
}
.swiper-container-horizontal>.swiper-scrollbar{
  bottom: -50px;
}
.history-page .history-1 .list ul {
  position: relative;
}
.history-page .history-1 .list ul::after {
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #222;
  position: absolute;
}
.history-page .history-1 .list ul li {
  padding-bottom: 94px;
  position: relative;
}
.history-page .history-1 .list ul li .left {
  text-align: right;
}
.history-page .history-1 .list ul li h6 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  color: #383838;
  font-family: 'HB';
}
.history-page .history-1 .list ul li .text {
  font-size: 18px;
  color: #383838;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 10px 40px;
  display: inline-block;
}
.history-page .history-1 .list ul li .text span {
  font: inherit !important;
}
.history-page .history-1 .list ul li .text::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .history-1 .list ul li .text:after {
  content: '';
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 100%;
  top: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.history-page .history-1 .list ul li .column {
  padding: 0 3%;
  position: relative;
  vertical-align: middle;
}
.history-page .history-1 .list ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
}
.history-page .history-1 .list ul li:nth-child(even) .right {
  left: -50%;
  text-align: right;
}
.history-page .history-1 .list ul li:nth-child(even) .text::after {
  border-left: 10px solid #fff;
  border-right: none;
  left: 100%;
}
.history-page .history-1 .list ul li:first-child i {
  top: 0%;
}
.history-page .history-1 .list ul li i {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.history-page .history-1 .list ul li i::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(110, 179, 89, 0.38);
  z-index: -1;
  -webkit-animation: ks2 4s linear infinite alternate;
  -moz-animation: ks2 4s linear infinite alternate;
  animation: ks2 4s linear infinite alternate;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  width: 100%;
  height: 100%;
}
.history-page .history-1 .list ul li:hover .text {
  color: #fff;
}
.history-page .history-1 .list ul li:hover .text::before {
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
}
.history-page .history-1 .list ul li:hover .text::after {
  border-left-color: #9aca5b;
  border-right-color: #6eb359;
}

.history-page .progress-list {
  position: relative;
}
.history-page .progress-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--primary);
}
.history-page .progress-list,
.history-page .progress-list__group {
  position: relative;
}
.history-page .progress-list {
  margin-top: 70px;
}
.history-page .progress-list__group {
  pointer-events: none;
}
.history-page .progress-list__group__date {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--primary);
  padding: 29px 0;
  color: #fff;
  text-align: center;
}
.history-page .progress-list__group__date span {
  display: block;
}
.history-page .progress-list__group__items__item {
  pointer-events: auto;
  position: relative;
  width: 40%;
  margin-top: -160px;
}
.history-page .progress-list__group:first-child .progress-list__group__items__item:first-child {
  margin-top: 0;
}
.history-page .card {
  display: block;
  position: relative;
  outline: none;
  overflow: hidden;
  contain: content;
}
.history-page .card--progress {
  overflow: visible;
  contain: none;
}
.history-page .ui-dark a {
  color: #f9f0ec;
}
.history-page .card--progress__content {
  position: relative;
}
.history-page .card__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  will-change: transform;
}
.history-page .card__background img{
  width: 100%;
}
.history-page .card__background__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  transition-duration: 1.6s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
}
.history-page .card__date {
  position: absolute;
  left: 0;
  top: -37px;
  width: 100%;
  text-align: center;
  font-size: 67px;
  line-height: 1;
}
.history-page .card__sizer {
  padding-top: 80%;
}
.history-page .progress-list__group__items__item--right {
  margin-left: 60%;
}
.history-page .card__title {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.history-page .history-1 .history-last{
  padding-top: 66px;
}
.history-page .history-1 .history-last ul{
  margin-bottom: -52px;
  position: relative;
}
.history-page .history-1 .history-last li{
  text-align: center;
  padding-bottom: 52px;
  position: relative;
  z-index: 1;
}
.history-page .history-1 .history-last li .header{
  width: 280px;
  margin: 0 auto;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.history-page .history-1 .history-last li .header span{
  font-size: 21px;
  color: var(--basic);
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.history-page .history-1 .history-last li .header p{
  width: 166px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
/*.history-page .history-1 .history-last li .header span{
  width: 85px;
	height: 85px;
	background-color: var(--basic);
	border: solid 2px #fdf9fa;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
  font-size: 29px;
  color: var(--white);
  display: inline-block;
  vertical-align: middle;
  margin-right: -30px;
  position: relative;
  z-index: 1;
}*/
.history-page .history-1 .history-last li::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 15px;
  right: 0;
  width: 18%;
  height: 2px;
  border-bottom: 2px dashed var(--primary);
}
.history-page .history-1 .history-last li::before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 15px;
  width: 18%;
  height: 2px;
  border-bottom: 2px dashed var(--primary);
  left: 0;
}
.history-page .history-1 .history-last li.active::before{
  display: none;
}
.history-page .history-1 .history-last li.active1::after{
  display: none;
}
.history-page .history-1 .history-last li .header em{
  width: 295px;
	height: 67px;
	background-color: #31920a;
	border-radius: 20px;
  text-align: center;
  line-height: 67px;
  color: #f7f7f9;
  font-size: 39px;
  display: inline-block;
  vertical-align: middle;
}
.history-page .history-1 .history-last li .content{
   max-width: 497px;
   margin: 22px auto 0;
   text-align: center;
}
.history-page .history-1 .history-last li .content p{
  font-size: 18px;
  line-height: 1.3;
}
.history-page .history-1 .history-last li .content .img{
  margin-top: 30px;
  text-align: center;
}
.history-page .history-1 .history-last li .content .img img{
  width: 60%;
}
.history-page .history-1 .history-last li i{
  width: 350px;
  height: 500px;
  border: 4px dashed #8d8d8d;
  position: absolute;
  z-index: -1;
  display: none;
  float: none;
}
/*.history-page .history-1 .history-last li:nth-child(17)::before{
  display: block;
}*/
/*.history-page .history-1 .history-last li:nth-child(17)::after{
  display: none;
}*/
/*.history-page .history-1 .history-last li:last-child::before{
  display: none;
}*/
.history-page .history-1 .history-last li:last-child::after{
  display: none;
}
.history-page .history-1 .history-last li.active2 i{
  top: 6.5%;
  left: -23%;
  width: 160px;
    height: 320px;
    border: 1px solid var(--primary);
    border-radius: 100% 0 0 100%/50%;
    border-right: none;
  display: block;
}
.history-page .history-1 .history-last li.active3 i{
  top: 6.5%;
  right: -23%;
  width: 160px;
    height: 320px;
    border: 1px solid var(--primary);
    border-radius: 0 100% 100% 0/50%;
    border-left: none;
  /*height: 340px;
  border-radius: 0 680px 680px 0;*/
  display: block !important;
}
/*.history-page .history-1 .history-last li:nth-child(17){
  float: right;
}
.history-page .history-1 .history-last li:last-child{
  float: right;
}*/

@media screen and (max-width: 1000px) {
  .history-page .history-1 .list ul li .text {
    font-size: 16px;
  }
  .history-page .progress-list__group__items__item {
    margin-top: -70px;
  }
}
@media screen and (max-width: 700px) {
  .history-page .history-1 .list ul li .left,
  .history-page .history-1 .list ul li:nth-child(even) .right {
    text-align: left;
    left: 0 !important;
  }
  .history-page .history-1 .list ul li .right {
    left: 0 !important;
  }
  .history-page .history-1 .list ul li {
    padding-left: 25px;
  }
  .history-page .history-1 .list ul:after {
    left: 0;
  }
  .history-page .history-1 .list ul li i {
    left: 0;
  }
}

@media screen and (max-width: 500px) {
  .history-page .progress-list__group__items__item {
    margin-top: 80px;
  }
  .history-page .progress-list::before {
    display: none;
  }
  .history-page .progress-list__group__date {
    display: none;
  }
  .history-page .progress-list__group__items__item {
    width: 100%;
  }
  .history-page .progress-list__group__items__item--right {
    margin-left: 0;
  }
  .history-page .card__sizer {
    padding-top: 60%;
  }
  .history-page .card__date {
    font-size: 50px;
    top: -25px;
  }
}
@-webkit-keyframes ks2 {
  from {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.application-page .application-1 {
  background: #f8f8f8;
  padding: 92px 0 96px;
}
/*.application-page .application-1 h2.title i {
  left: 105px;
  top: -5px;
}*/
.application-page .application-1 .content {
  margin-top: 47px;
}
.application-page .application-1 .content ul li {
  padding-right: 20px;
}
.application-page .application-1 .content ul li .box {
  position: relative;
}
.application-page .application-1 .content ul li .box img {
  width: 100%;
}
.application-page .application-1 .content ul li .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(154, 202, 91, 0.05)), to(#6eb359));
  background: -webkit-linear-gradient(right, rgba(154, 202, 91, 0.05) 10%, #6eb359 100%);
  background: -moz-linear-gradient(right, rgba(154, 202, 91, 0.05) 10%, #6eb359 100%);
  background: linear-gradient(-90deg, rgba(154, 202, 91, 0.05) 10%, #6eb359 100%);
}
.application-page .application-1 .content ul li .text {
  position: absolute;
  z-index: 1;
  bottom: 37px;
  left: 24px;
  color: #f8f8f8;
  width: 55%;
}
.application-page .application-1 .content ul li .text h3 {
  font-size: 25px;
  line-height: 1.2;
}
.application-page .application-1 .content ul li .text p {
  color: #f8f8f8;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.application-page .application-1 .content .left {
  padding-right: 10px;
}
.application-page .application-1 .content .left .bottom {
  margin-top: 19px;
}
.application-page .application-1 .content .left ul {
  margin-right: -20px;
}
.application-page .application-1 .content .right {
  padding-left: 10px;
}
.application-page .application-1 .content .right .bottom {
  margin-bottom: 19px;
}
.application-page .application-1 .content .right ul {
  margin-right: -20px;
}
.application-page .application-1 .content .bottom ul li .text {
  width: 90%;
}
.application-page .application-2 {
  padding: 88px 0 91px;
}
/*.application-page .application-2 h2.title i {
  left: 105px;
  top: -6px;
}*/
.application-page .application-2 .content {
  margin-top: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.application-page .application-2 .content .left {
  background-color: #f8f8f8;
  max-width: 253px;
  padding-top: 18px;
}
.application-page .application-2 .content .left ul.menu > li {
  font-size: 25px;
  color: #383838;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}
.application-page .application-2 .content .left ul.menu > li > a {
  padding: 0 23px 0 24px;
  position: relative;
}
.application-page .application-2 .content .left ul.menu > li > a::after {
  content: '';
  width: 4px;
  height: 100%;
  background: -webkit-linear-gradient(105deg, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(105deg, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-15deg, #9aca5b 0%, #6eb359 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.application-page .application-2 .content .left ul.menu > li i {
  position: absolute;
  right: 23px;
  top: 7px;
  font-size: 18px;
}
.application-page .application-2 .content .left ul.menu > li:last-child {
  margin-bottom: 0;
}
.application-page .application-2 .content .left ul.menu > li.active > a {
  color: #75b759;
}
.application-page .application-2 .content .left ul.menu > li.active > a::after {
  opacity: 1;
}
.application-page .application-2 .content .left ul.menu > li.active i {
  color: #75b759;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu {
  margin-top: 20px;
  display: none;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li a {
  padding: 10px 0 10px 47px;
  display: block;
  position: relative;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li.active a {
  background-color: #93c559;
  color: #fff;
  margin-left: -8px;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li.active a::before {
  opacity: 1;
}
.application-page .application-2 .content .left ul.menu > li ul.sub-menu > li a::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #93c559;
  border-bottom: 10px solid transparent;
  opacity: 0;
  position: absolute;
  left: 0px;
  bottom: -9px;
}
.application-page .application-2 .content .right {
  width: 86%;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0px 4px 65px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 4px 65px 0px rgba(0, 0, 0, 0.06);
  padding: 64px 60px 72px 46px;
}
.application-page .application-2 .content .right .info .img {
  width: 59px;
  height: 59px;
  background: -webkit-gradient(linear, right top, left top, from(#9aca5b), to(#6eb359));
  background: -webkit-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: -moz-linear-gradient(right, #9aca5b 0%, #6eb359 100%);
  background: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 59px;
}
.application-page .application-2 .content .right .info .img img {
  display: inline-block;
  vertical-align: middle;
}
.application-page .application-2 .content .right .info .text {
  width: 94%;
  padding-left: 28px;
}
.application-page .application-2 .content .right .info .text h3 {
  font-size: 25px;
  line-height: 1.4;
  color: #383838;
  font-weight: bold;
}
.application-page .application-2 .content .right .info .text .con {
  font-size: 18px;
  line-height: 1.7;
  color: #383838;
  margin-top: 22px;
}
.application-page .application-2 .content .right .info .text .picture {
  margin-top: 39px;
}
@media screen and (max-width: 1366px) {
  .application-page .application-1 .content ul li .text {
    width: 90%;
  }
  .application-page .application-2 .content .right {
    padding: 64px 40px 72px 46px;
  }
  .application-page .application-2 .content .right .info .text {
    width: 90%;
  }
  .application-page .application-1 .content ul li .text h3 {
    font-size: 22px;
  }
  .application-page .application-2 .content .left ul.menu > li {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .application-1 .content .left {
    width: 100%;
    padding-right: 0;
  }
  .application-page .application-1 .content .right {
    width: 100%;
    padding-left: 0;
    padding-top: 19px;
  }
  .application-page .application-2 .content .left ul.menu > li {
    font-size: 20px;
  }
  .application-page .application-2 .content .left ul.menu > li ul.sub-menu > li {
    font-size: 18px;
  }
  .application-page .application-2 .content .right .info .text {
    width: 84%;
  }
  .application-page .application-2 .content .right .info .text h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .application-1 .content .top img {
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .application-page .application-1 .content ul {
    margin-right: 0;
  }
  .application-page .application-1 .content ul li {
    width: 100%;
    padding-right: 0;
  }
  .application-page .application-1 .content .bottom ul li {
    margin-bottom: 19px;
  }
  .application-page .application-2 .content {
    display: block;
  }
  .application-page .application-2 .content .left {
    width: 100%;
    max-width: 100%;
    padding: 40px 0;
  }
  .application-page .application-2 .content .right {
    width: 100%;
    margin-top: 40px;
  }
  .application-page .application-2 .content .right {
    padding: 64px 20px 72px 20px;
  }
  .application-page .application-2 .content .right .info .text {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .application-page .application-2 .content .right .info .text h3 {
    font-size: 20px;
  }
  .application-page .application-2 .content .right .info .text .con {
    font-size: 16px;
  }
}
#banner .slick-slide:nth-of-type(2) .text h3,
#banner .slick-slide:nth-of-type(2) .text p {
  color: #333;
}
#banner .slick-slide:nth-of-type(2) .text .left h3::after {
  background: #333;
}
#addForm4 {
  text-align: center;
  padding: 0 100px;
}
#addForm4 h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#addForm4 p {
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
}
#addForm4 h5 {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
}
#addForm4 h5 em {
  color: #74b357;
}
#addForm4 ul {
  margin: 60px -60px 0 0;
}
#addForm4 ul li {
  padding-right: 40px;
  margin-bottom: 20px;
}
#addForm4 ul li label {
  display: block;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}
#addForm4 ul li label em {
  display: inline-block;
  vertical-align: top;
  color: #74b357;
}
#addForm4 ul li input[type="text"],
#addForm4 ul li textarea {
  width: 100%;
  height: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #dedede;
  margin-top: 10px;
}
#addForm4 ul li input[type="text"]:focus,
#addForm4 ul li textarea:focus {
  border-bottom-color: #70b459;
}
#addForm4 ul li input[type="file"] {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#addForm4 ul li textarea {
  height: 120px;
}
#addForm4 ul li .file {
  padding-top: 10px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
#addForm4 ul li .file span {
  width: 144px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}
#addForm4 ul li.wid-100 {
  width: 100%;
}
#addForm4 input[type="submit"] {
  margin-top: 50px;
  background: -webkit-gradient(linear, right top, left top, from(#94c559), to(#6eb057));
  background: -webkit-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: -moz-linear-gradient(right, #94c559 0%, #6eb057 100%);
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  border: none;
  padding: 5px 20px;
}
@media screen and (max-width: 1000px) {
  #addForm4 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 700px) {
  #addForm4 {
    padding: 0 20px;
  }
}

/*5-18 新增*/
.kc-page .kc-1{
  background: #f8f8f8;
  padding: 60px 0;
}
.kc-page .kc-1 .list:nth-child(1){
  margin-top: 0;
}
.kc-page .kc-1 .list:nth-child(even) .content .left .slide{
  background-image: url(../images/process2.png) !important;
}
.kc-page .kc-1 .list{
  margin-top: 83px;
}
.kc-page .kc-1 .list h3{
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 21px;
  border-bottom: 1px solid #aaa;
}
.kc-page .kc-1 .list .content{
  margin-top: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.kc-page .kc-1 .list .content .left{
  width: 272px;
}
.kc-page .kc-1 .list .content .left .slide{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 59px 0 0 44px;
  background-size: cover;
  border-radius: 25px;
}
.kc-page .kc-1 .list .content .left span{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  color: var(--white);
  writing-mode: vertical-rl;
}
.kc-page .kc-1 .list .content .right{
  width: calc(100% - 272px);
  padding-left: 51px;
}
.kc-page .kc-1 .list .content ul{
  margin: 0 -37px -28px 0;
}
.kc-page .kc-1 .list .content ul li{
  padding: 0 37px 28px 0;
}
.kc-page .kc-1 .list .content ul li .ig{
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  padding: 20px 15px;
  text-align: center;
}
.kc-page .kc-1 .list .content ul li .img-box {
  border-radius: 25px;
  display: block;
}
.kc-page .kc-1 .list .content ul li .img-box img{
  display: inline-block;
  vertical-align: middle;
}
.kc-page .kc-1 .list .content ul li h4{
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.mainadvantage li{
  background: var(--white);
  margin-bottom: 40px;
}
.mainadvantage li:last-child{
  margin-bottom: 0;
}
.mainadvantage li .img {
  vertical-align: middle;
}
.mainadvantage li .text {
  vertical-align: middle;
  padding-left: 0.85rem;
  padding-right: 15px;
}
.mainadvantage li .text span {
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #6eb057;
  display: block;
}
.mainadvantage li .text h3 {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  margin-top: -2.5%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
.mainadvantage li .text .desc {
  margin-top: 1.6rem;
  font-size: 18px;
  line-height: 1.7;
  max-height: 220px;
  overflow: auto;
  padding-right: 10px;
  font-family: 'Microsoft YaHei' !important;
  font-weight: 400 !important;
}
.mainadvantage li .text .desc span{
  font-weight: 400 !important;
  line-height: 1.6;
  font-style: normal !important;
  color: #000 !important;
}
.mainadvantage li .more{
  margin-top: 20px;
  float: right;
}
.mainadvantage li .text .desc::-webkit-scrollbar{
  width: 10px;
}
.mainadvantage li .text .desc p {
  position: relative;
  padding-left: 34px;
  margin-bottom: 1.55rem;
}
.mainadvantage li .text .desc p::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  width: 22px;
  height: 21px;
  background: url(../images/ad-icon.png) no-repeat center center;
  z-index: 1;
}
.mainadvantage li .text .desc p::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #9aca5b 0%, #6eb359 100%);
  position: absolute;
  top: 5px;
  left: 0;
}
.mainadvantage li .text .desc p:last-child {
  margin-bottom: 0;
}
.mainadvantage li:nth-child(even) .img {
  float: right;
}
.mainadvantage li:nth-child(even) .text {
  float: left;
  padding: 1.5rem 15px 0 0.85rem;
}

.gallery-page {
    padding: 50px 0;
}
.gallery-page .infos h3{
  font-size: 26px;
  line-height: 1.2;
}
.gallery-page .infos .desc{
  /*margin-top: 30px;*/
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-indent: 2em;
}
.gallery-page .tab{
    margin-bottom: 40px;
}
.gallery-page .tab ul{
    text-align: center;
}
.gallery-page .tab ul li{
    padding-right: 1rem;
    display: inline-block;
}
.gallery-page .tab ul li.active a{
    background-color: var(--basic);
}
.gallery-page .tab ul li a{
    display: block;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    background: var(--primary);
    color: #fff;
    padding: 5px 52px;
}
.gallery-page .tab ul li:last-child{
    padding-right: 0;
}
.gallery-page .gallery-list ul {
    margin: -15px;
}
.gallery-page .gallery-list ul li {
    padding: 15px;
}
.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.1);
    padding: 0 0 10px 0;
    border-radius: 15px;
}
.gallery-page .gallery-list ul li .box a.img-box img{
    border-radius: 15px;
}
.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-size: 18px;
    line-height: 1.8;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
    background: var(--primary);
    color: white;
}
.gallery-page .pageBox{
  margin-top: 40px;
  text-align: center;
}
.gallery-page .pageBox a{
  width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 18px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    border-radius: 50%;
}
.gallery-page .pageBox a:hover,
.gallery-page .pageBox a.active{
  background: var(--primary);
  color: var(--white);
}
.gallery-page .pageBox span{
  width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 18px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
}
.gallery-page .pageBox span:hover{
  background: var(--primary);
  color: var(--white);
}
.gallery-page .pageBox .pageNav{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .gallery-page{
    padding: 40px 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
  .gallery-page .gallery-list ul li .box h5 {
        font-size: 16px;
        line-height: 30px;
    }
    .gallery-page .tab{
      margin-bottom: 20px;
    }
    .gallery-page .infos .desc{
      margin: 20px 0;
    }
    .mainadvantage li .text span{
      font-size: 36px;
    }
    .mainadvantage li .text h3{
      font-size: 28px;
    }
    .gallery-page .tab ul{
      margin-bottom: -20px;
    }
    .gallery-page .tab ul li{
      margin-bottom: 20px;
    }
    .kc-page .kc-1 .list .content .left{
      display: none;
    }
    .kc-page .kc-1 .list .content .right{
      width: 100%;
      padding-left: 0;
    }
}

@media screen and (max-width: 500px) {
  .mainadvantage li .text h3{
    font-size: 19px;
  }
  .inner-page p {
    font-size: 15px;
  }
}

.search-page{
  padding: 100px 0;
}
.search-page h5{
   font-size: 16px;
   color: var(--white);
   background: var(--basic);
   padding: 10px 20px;
}
.search-page .content{
  border: 1px solid #f0f0f0;
  padding: 20px;
}
.search-page .content .tab{
  width: 100%;
  height: auto;
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #FBFAFB;
}
.search-page .content h3{
  width: 50%;
    margin-left: 15px;
    display: inline-table;
    margin: 0;
    padding: 10px;
    color: rgba(51,51,51,1);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    word-break: break-all;
}
.search-page .content .fl{
  width: 180px;
    display: inline-table;
    margin: 0;
    padding: 10px;
    color: rgba(51,51,51,1);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    word-break: break-all;
}
.search-page .content .time{
  display: inline-table;
    margin: 0;
    padding: 10px;
    color: rgba(51,51,51,1);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    word-break: break-all;
}
.search-page .content p{
  text-align: center;
  padding: 80px 0;
  font-size: 18px;
  font-weight: bold;
}
.search-page .content p i{
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-right: 10px;
  color: var(--primary);
}
@media screen and (max-width: 1680px) {
  .history-page .history-1 .history-last li.active3 i {
    right: -2%;
    height: 300px;
    width: 140px;
    top: 13%;
  }
  .history-page .history-1 .history-last li.active2 i {
    left: -2%;
    height: 300px;
    width: 140px;
    top: 13%;
  }
}
@media screen and (max-width: 1366px) {
  .history-page .history-1 .history-last li.active2 i,
  .history-page .history-1 .history-last li.active3 i {
    height: 290px !important;
    display: none !important;
  }
   .talent-page .talent-1 .bottom ul li .text p{
    height: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .history-page .history-1 .history-last li{
    width: 50%;
  }
  .history-page .history-1 .history-last li::after,
  .history-page .history-1 .history-last li::before,
  .history-page .history-1 .history-last li i{
    display: none !important;
  }
   .history-page .history-1 .history-last li.active3 i {
    display: none !important;
  }
  .gallery-page .tab ul{
    margin-bottom: -20px;
  }
  .gallery-page .tab ul li{
    margin-bottom: 20px;
  }
  .news-page .news-list .top ul{
    margin: 0 -20px -20px 0;
  }
  .news-page .news-list .top ul li{
    padding: 0 20px 20px 0;
  }
  .talent-page .talent-1 .bottom ul{
    margin-bottom: -20px;
  }
  .talent-page .talent-1 .bottom ul li{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .history-page .history-1 .history-last li{
    padding-bottom: 20px;
  }
  .history-page .history-1 .history-last ul{
    margin-bottom: -20px;
  }
  .history-page .history-1 .history-last li .header p{
    width: 156px;
  }
  .mainadvantage li .img{
    width: 100% !important;
  }
  .mainadvantage li .text{
    width: 100% !important;
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .history-page .history-1 .history-last li{
    width: 100%;
  }
  .news-page .news-list .bottom ul li{
    display: block;
  }
  .news-page .news-list .bottom ul li .text{
    width: 100%;
    margin-top: 20px;
  }
  .news-page .news-list .bottom ul li .mores{
    position: initial;
    display: inline-block;
    margin-top: 20px;
  }
  .talent-page .talent-1 .bottom ul li .text p{
    height: auto;
  }
  #index-body .product .content ul li{
    width: 50%;
    margin-bottom: 15px;
  }
  #index-body h2.title {
    font-size: 30px;
  }
  #index-body .about .box p {
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,.6);
    font-size: 16px;
  }
  #index-body h2.title small{
    color: #fff;
  }
  .history-page .history-1 .history-last li {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    border-left: 2px dashed #8bc243;
  }
  .history-page .history-1 .history-last li:before{
    content: '';
    position: absolute;
    left: 20%;
    width: 2px;
    height: 100px;
    
    top: 0;
  }
  .history-page .history-1 .history-last li .content{
    margin-top: -10px;
  }
  .history-page .history-1 .history-last li .content .img{
    margin-top: 0;
  }
  .pcver{
    display: none!important;
  }
  .mbver{
    display: block!important;
  }
  #index-body .product .content ul li .text h3{
    font-size: 16px;
  }
  #index-body .product .content ul li .text h3 img{
    width:28px;
  }
}
@media screen and (min-width: 500px) {
  .pcver{
    display: block!important;
  }
  .mbver{
    display: none!important;
  }
}