
@font-face {
  font-family: 'Antonio';
  src: url(../fonts/Antonio-Bold.ttf) format('truetype'), url(../fonts/Antonio-Bold.eot) format('eot'), url(../fonts/Antonio-Bold.woff) format('woff'), url(../fonts/Antonio-Bold.woff2) format('woff2');
  font-display:swap;
}
@font-face {
  font-family: 'Antonio-ExtraLight';
  src: url(../fonts/Antonio-ExtraLight.ttf) format('truetype'), url(../fonts/Antonio-ExtraLight.eot) format('eot'), url(../fonts/Antonio-ExtraLight.woff) format('woff'), url(../fonts/Antonio-ExtraLight.woff2) format('woff2');
  font-display:swap;
}

.dr {
  direction: rtl;
}

.dl {
  direction: ltr;
}

body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1550px;
}
:root {
  --font: 'Antonio';
}

.font1 {
  font-family: var(--font);
}

.font-25 {
  font-size: 25px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #161819;
}
#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;
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 25px 0;
  margin: 0 35px;
  font-size: 18px;
  font-family: var(--font);
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -4px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #228835;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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 #228835;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 37px;
  cursor: pointer;
  cursor: hand;
}
#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;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: 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;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
  #nav-height {
    display: none;
  }
}
.hover-language .zhuyu {
  color: #FFFFFF;
}
.hover-language .zhuyu img {
  width: 35px;
}
.hover-language .zhuyu i {
  margin-left: 5px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 100px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #228835;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner li {
  position: relative;
}
#banner .bg {
  padding-top: 100vh;
  background-position: center;
  background-size: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 37%;
}
#banner .left {
  max-width: 900px;
}
#banner h2 {
  margin-bottom: 30px;
  font-size: 100px;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: var(--font);
}
#banner p {
  margin-bottom: 40px;
  font-size: 18px;
  color: #FFFFFF;
  max-width: 690px;
}
.baseBtn {
  display: inline-block;
  min-width: 250px;
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  font-family: var(--font);
}
.baseBtn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #000000;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.baseBtn span {
  display: block;
  position: relative;
}
.baseBtn:hover::before {
  opacity: 1;
}
.baseTit {
  font-size: 65px;
  line-height: 85px;
  font-family: var(--font);
}
.home-1 {
  padding: 70px 0;
}
.home-1 .left {
  max-width: 50%;
}
.home-1 .right {
  margin-top: 9%;
}
.home-1 .right a {
  font-family: var(--font);
  font-style: italic;
  border-bottom: 1px solid currentColor;
}
.home-1 .line {
  margin-top: 36px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000000;
}
.home-1 .list ul {
  margin: -18px -35px;
}
.home-1 .list li {
  padding: 18px 35px;
}
.home-1-mml-text .content {
  padding: 30px 15px;
  background-color: #f7f7f7;
}
.home-1-mml-text .content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  transition: height .5s ease;
}
.home-1-mml-text .content .name {
  font-family: var(--font);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1-mml-text .content .text {
  color: #595959;
  line-height: 1.7;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1-mml-text .content .btns a {
  font-family: var(--font);
  border-bottom: 1px solid currentColor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-1-mml-text:hover .content::before {
  height: 100%;
}
.home-1-mml-text:hover .content .name {
  color: #FFFFFF;
}
.home-1-mml-text:hover .content .text {
  color: #FFFFFF;
}
.home-1-mml-text:hover .content .btns a {
  color: #FFFFFF;
}
.home-2 {
  background-color: #f3f3f3;
  padding: 120px 0;
}
.home-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-2 .left {
  width: 35%;
  position: relative;
  padding-right: 24px;
}
.home-2 .left > div {
  height: 100%;
}
.home-2 .left .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-2 .left .item.active {
  opacity: 1;
  z-index: 1;
}
.home-2 .right {
  width: 65%;
}
.home-2 .right .top {
  padding-left: 40px;
  margin-bottom: 50px;
}
.home-2 .list {
  overflow: hidden;
}
.home-2 .list ul {
  margin: -12px;
}
.home-2 .list li {
  padding: 12px;
}
.home-2 .list li .img {
  background-color: #000000;
  position: relative;
}
.home-2 .list li .img img {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-2 .list li .img::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-2 .list li .img:hover img {
  opacity: .42;
}
.home-2 .list li .img:hover::after {
  opacity: 1;
}
.home-3 {
  background-color: #181818;
  color: #FFFFFF;
  position: relative;
  padding: 95px 0;
}
.home-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
.home-3 .left {
  width: 35%;
  padding-right: 24px;
}
.home-3 .right {
  width: 65%;
}
.home-3 .right .text {
  margin-bottom: 60px;
}
.home-3 .right .text h1{
  font-size: inherit;
  display: inline;
}

.home-5 {
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  color: #FFFFFF;
  padding: 70px 0;
}
.home-5 .container {
  max-width: 1100px;
}
.home-6 {
  margin: 55px 0;
  overflow: hidden;
}
.home-6 .list ul {
  margin: -24px;
}
.home-6 .list li {
  padding: 24px;
}

.home-6.inner .list ul {
  margin: -15px;
}
.home-6.inner .list li {
  padding: 15px;
}

.home-6-mml-text .img {
  background-color: #000000;
}
.home-6-mml-text .img img {
  opacity: .8;
}
.home-6-mml-text .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/home-6-mask.png);
  background-position: center;
  background-size: auto 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-6-mml-text .name {
  width: 90%;
  left: 5%;
  bottom: 0;
  font-size: 35px;
  color: #FFFFFF;
  font-family: var(--font);
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.home-6.inner .home-6-mml-text .name {
  font-size: 20px;
}

.home-6-mml-text .name span {
  border-bottom: 1px solid currentColor;
}
.home-6.inner .home-6-mml-text .img::after,
.slick-current .home-6-mml-text .img::after {
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}

.home-6.inner .home-6-mml-text .name,
.slick-current .home-6-mml-text .name {
  bottom: 5%;
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.home-7 .baseTit {
  width: 90%;
  left: 5%;
  top: 5%;
  text-align: center;
}
.home-7 li {
  position: absolute;
}
.home-7 li:nth-of-type(1) {
  top: 28%;
  right: 64.2%;
}
.home-7 li:nth-of-type(2) {
  top: 45%;
  right: 67.5%;
}
.home-7 li:nth-of-type(3) {
  top: 62%;
  right: 67.5%;
}
.home-7 li:nth-of-type(4) {
  top: 79%;
  right: 73%;
}
.home-7 li:nth-of-type(5) {
  top: 26%;
  left: 63.5%;
}
.home-7 li:nth-of-type(6) {
  top: 43%;
  left: 64%;
}
.home-7 li:nth-of-type(7) {
  top: 58.5%;
  left: 68.5%;
}
.home-7 li:nth-of-type(8) {
  top: 77%;
  left: 69.7%;
}
.home-7 li .name {
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent, transparent);
  background-image: -moz-linear-gradient(left, transparent, transparent);
  background-image: linear-gradient(to right, transparent, transparent);
  font-family: var(--font);
  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;
  padding: 14px 20px;
  border-radius: 10px;
}
.home-7 li .name::before,
.home-7 li .name::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
.home-7 li .name span {
  margin: 0 15px;
}
.home-7 li .name:hover {
  color: #FFFFFF;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
.home-7 li .name:hover::before,
.home-7 li .name:hover::after {
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent, transparent);
  background-image: -moz-linear-gradient(left, transparent, transparent);
  background-image: linear-gradient(to right, transparent, transparent);
}
.home-7 li .name.ll::before {
  opacity: 0;
}
.home-7 li .name.rr::after {
  opacity: 0;
}
.home-8 {
  background-color: #181818;
  color: #FFFFFF;
  position: relative;
  padding: 95px 0;
}
.home-8::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
.home-8 .left {
  width: 35%;
  padding-right: 24px;
}
.home-8 .right {
  width: 65%;
}
.home-8 .right .text {
  margin-bottom: 60px;
}
.home-8 .right .text h1.hangchaintro{
  display: inline;
  font-size: inherit;
  
}
.home-9 {
  padding: 140px 0 80px;
}
.home-9.inner {
  padding: 100px 0 50px;
}
.home-9 .line {
  margin-top: 50px;
  margin-bottom: 70px;
  border-bottom: 1px solid #000000;
}
.home-9 .list {
  position: relative;
}
.home-9 .list ul {
  margin: -10px;
}
.home-9 .list li {
  padding: 10px;
}
.home-9 .list li .img {
  background-color: #f3f3f3;
}
.home-9 span.arrow {
  position: absolute;
  top: 32%;
  color: #d1d1d1;
  cursor: pointer;
}
.home-9 span.arrow.arrow_l {
  left: -60px;
}
.home-9 span.arrow.arrow_r {
  right: -60px;
}
.base-pro-mml-text .content {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.base-pro-mml-text .inqBtn {
  width: 60%;
  margin-left: 20%;
  font-family: var(--font);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.base-pro-mml-text .inqBtn a {
  text-align: center;
  color: #FFFFFF;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
.base-pro-mml-text .name {
  font-family: var(--font);
}
.base-pro-mml-text .btns {
  font-family: var(--font);
}
.base-pro-mml-text .btns a {
  border-bottom: 1px solid currentColor;
}
.base-pro-mml-text:hover .content {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}
.base-pro-mml-text:hover .inqBtn {
  opacity: 1;
}
.home-10 {
  background: url(../images/home-10-bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding: 180px 0;
}
.home-10 .play {
  left: 16%;
  top: 18%;
  cursor: pointer;
}
.home-10 .baseBtn {
  min-width: 200px;
  height: 50px;
  line-height: 50px;
}
.home-10 .box {
  width: 52%;
  margin-left: 48%;
}
.home-10 .line {
  margin: 35px 0;
  border-bottom: 1px solid #FFFFFF;
}
.home-10 .list ul {
  margin: -15px;
}
.home-10 .list li {
  padding: 15px;
}
.home-10 .list li .name {
  font-family: var(--font);
}
.home-10 .dots ul {
  margin-top: 50px;
}
.home-10 .dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #eaeaea;
}
.home-10 .dots li + li {
  margin-left: 17px;
}
.home-10 .dots li button {
  display: none;
}
.home-10 .dots li.slick-active {
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
#footer {
  background-color: #111212;
  color: #FFFFFF;
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
#footer .foot-top {
  padding: 80px 0 25px;
  border-bottom: 1px solid #FFFFFF;
}
#footer .foot-top .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .foot-top .logo span {
  margin-left: 30px;
  font-family: var(--font);
}
#footer .foot-center {
  padding: 75px 0 90px;
  border-bottom: 1px solid #FFFFFF;
}
#footer .foot-center .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-center .foot-block {
  max-width: 310px;
}
#footer .foot-center .foot-block h4 {
  margin-bottom: 15px;
  font-family: var(--font);
  color: #5baa26;
  text-transform: uppercase;
}
#footer .foot-center .foot-block .text {
  margin-bottom: 30px;
  line-height: 30px;
}
#footer .foot-center .foot-block li {
  line-height: 30px;
}
#footer .foot-center .foot-block li i {
  float: left;
  width: 17px;
  text-align: center;
  font-size: 0;
}
#footer .foot-center .foot-block li i img {
  vertical-align: middle;
}
#footer .foot-center .foot-block li p {
  padding-left: 37px;
}
#footer .foot-center .foot-block li p span {
  border-bottom: 1px solid currentColor;
}
#footer .foot-center .foot-block .form input,
#footer .foot-center .foot-block .form textarea {
  margin-bottom: 9px;
  font-size: 14px;
  width: 100%;
  padding: 8px;
  border: none;
  color: #000000;
}
#footer .foot-center .foot-block .form input[type="submit"] {
  margin-bottom: 0;
  font-size: 18px;
  color: #FFFFFF;
  font-family: var(--font);
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
#footer .foot-center .social-links {
  text-align: center;
}
#footer .foot-center .social-links a + a {
  margin-left: 15px;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  height: 14px;
}
#ewm {
  width: 134px;
  border: 5px solid #FFFFFF;
}
@media (max-width: 1660px) {
  .home-9 span.arrow.arrow_l {
    left: -30px;
  }
  .home-9 span.arrow.arrow_r {
    right: -30px;
  }
}
@media (max-width: 1550px) {
  .ui.container {
    width: 1440px;
  }
  #banner h2 {
    font-size: 80px;
  }
  .baseTit {
    font-size: 55px;
    line-height: 75px;
  }
  .home-1 .right {
    margin-top: 8%;
  }
  .home-1 .list ul {
    margin: -18px;
  }
  .home-1 .list li {
    padding: 18px;
  }
  .home-2 .right .top {
    padding-left: 0;
  }
  .home-10 .right {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  #banner h2 {
    font-size: 60px;
  }
  .baseTit {
    font-size: 45px;
    line-height: 65px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-25 {
    font-size: 22px;
  }
  .home-6-mml-text .name {
    font-size: 25px;
  }
  .home-7 li .name {
    padding: 10px 15px;
  }
  .home-7 li .name span {
    margin: 0 10px;
  }
  .home-7 li .name::before,
  .home-7 li .name::after {
    width: 14px;
    height: 14px;
  }
  .base-pro-mml-text .inqBtn {
    width: 70%;
    margin-left: 15%;
  }
  .home-10 .right {
    margin-top: 10px;
  }
  #footer .foot-center .foot-block {
    max-width: 280px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  #header .nav .ui.menu .h-search {
    margin-right: 25px;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner p {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-25 {
    font-size: 20px;
  }
  .baseBtn {
    min-width: auto;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
  .baseBtn::before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
  }
  .baseTit {
    font-size: 36px;
    line-height: 56px;
  }
  .home-1 .list ul {
    margin: -15px;
  }
  .home-1 .list li {
    padding: 15px;
  }
  .home-2 .list li .img::after {
    font-size: 30px;
  }
  .home-6 .list ul {
    margin: -15px;
  }
  .home-6 .list li {
    padding: 15px;
  }
  .home-6-mml-text .name {
    font-size: 22px;
  }
  .home-7 li .name span {
    font-size: 16px;
    margin: 0;
  }
  .home-7 li .name::before,
  .home-7 li .name::after {
    display: none;
  }
  .base-pro-mml-text .inqBtn a {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
  }
  .base-pro-mml-text:hover .content {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .home-10 .baseBtn {
    min-width: auto;
    height: 40px;
    line-height: 40px;
  }
  #footer .foot-center .foot-block {
    max-width: 240px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .bg {
    padding-top: 50%;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner h2 {
    font-size: 36px;
  }
  .baseTit {
    font-size: 30px;
    line-height: 1.5;
  }
  .home-1 {
    padding: 60px 0;
  }
  .home-1 .line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home-1-mml-text .content {
    padding: 15px;
  }
  .home-2 {
    padding: 60px 0;
  }
  .home-2 .left {
    display: none;
  }
  .home-2 .right {
    width: 100%;
  }
  .home-3 {
    padding: 60px 0;
  }
  .home-3 .left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .home-3 .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .home-3 .right .text {
    margin-bottom: 30px;
  }
  .home-5 {
    padding: 60px 0;
  }
  .home-6-mml-text .name {
    font-size: 20px;
  }
  .home-7 li .name {
    padding: 5px;
    border-radius: 5px;
  }
  .home-7 li .name span {
    font-size: 14px;
  }
  .home-8 {
    padding: 60px 0;
  }
  .home-8 .left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .home-8 .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .home-8 .right .text {
    margin-bottom: 30px;
  }
  .home-9 {
    padding: 60px 0!important;
  }
  .home-9 span.arrow {
    display: none;
  }
  .home-9 .line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .font-25 {
    font-size: 18px;
  }
  .base-pro-mml-text .content {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .base-pro-mml-text .inqBtn {
    opacity: 1;
  }
  .home-10 {
    padding: 60px 0;
  }
  .home-10 .box {
    width: 100%;
    margin-left: 0;
  }
  .home-10 .play {
    position: static;
    width: 60px;
  }
  .home-10 .box {
    margin-top: 30px;
  }
  .home-10 .line {
    margin: 30px 0;
  }
  .home-10 .right {
    margin-top: 0;
  }
  .home-10 .dots {
    margin-top: 30px;
  }
  #footer .foot-top {
    padding: 40px 0 20px;
  }
  #footer .foot-center {
    padding: 60px 0;
  }
  .hide-1000 {
    display: none!important;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .bg {
    padding-top: 100%;
  }
  #banner h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.5;
  }
  #banner p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .baseTit {
    font-size: 24px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  .home-1 .left {
    max-width: 100%;
    float: none;
  }
  .home-1 .right {
    max-width: 100%;
    float: none;
  }
  .home-7 {
    display: none;
  }
  .home-10 .left {
    float: none;
  }
  .home-10 .right {
    float: none;
    margin-top: 30px;
  }
  .home-10 .dots li {
    width: 10px;
    height: 10px;
  }
  .home-10 .dots li + li {
    margin-left: 15px;
  }
  #footer .foot-center .foot-block {
    max-width: 100%;
    width: 100%;
  }
  #footer .foot-center .foot-block + .foot-block {
    margin-top: 40px;
  }
  #footer .foot-center .social-links {
    text-align: left;
  }
  #ewm {
    width: 100px;
  }
}
@media (max-width: 500px) {
  #banner h2 {
    font-size: 24px;
  }
}


.m-page {
  text-align: right;
}

.m-page a,
.m-page span {
  margin: 0 5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 19.35px;
  font-family: var(--font);
}
.m-page span.current {
  color: #FFFFFF;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}

.inner-banner .bg {
  padding-top: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner .content {
  left: 0;
  top: 75px;
  width: 100%;
}
.inner-banner .left {
  max-width: 600px;
  margin-bottom: 55px;
}
.inner-banner h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: var(--font);
}
.inner-banner .text {
  color: #FFFFFF;
}
.mbx {
  color: #FFFFFF;
}
.mbx a {
  border-bottom: 1px solid currentColor;
}
@media (max-width: 1550px) {
  .inner-banner h2 {
    font-size: 45px;
  }
}
@media (max-width: 1440px) {
  .inner-banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 1230px) {
  .inner-banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .inner-banner h2 {
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 30px;
  }
  .inner-banner .bg {
    padding-top: 50%;
  }
  .inner-banner .left {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .inner-banner .bg {
    padding-top: 400px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
}
.slideBox {
  margin: -10px;
}
.slideBox .slideLeft {
  width: 25%;
  padding: 10px;
}
.slideBox .slideRight {
  width: 75%;
  padding: 10px;
}
.slideBox .slideInfo + .slideInfo {
  margin-top: 47px;
}
.slideBox .slideInfo h4 {
  line-height: 1.2;
  font-family: var(--font);
  color: #FFFFFF;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  padding: 20px;
}
.slideBox .slideInfo .cateList {
  background-color: #f3f3f3;
  padding: 20px;
}
.slideBox .slideInfo .cateList li > ul {
  display: none;
}
.slideBox .slideInfo .cateList li i {
  float: right;
  line-height: inherit;
  width: 30px;
  text-align: center;
}
.slideBox .slideInfo .cateList li i::before {
  content: "\f105";
  font-family: FontAwesome;
}
.slideBox .slideInfo .cateList li a {
  font-family: var(--font);
  border-bottom: 1px solid #e1dddd;
}
.slideBox .slideInfo .cateList li a:hover {
  color: #298c33;
}
.slideBox .slideInfo .cateList li.active i::before {
  content: "\f107";
}
/*.slideBox .slideInfo .cateList li.active > ul {
  display: block;
}*/
.slideBox .slideInfo .cateList li > a.active {
  color: #298c33;
}
.slideBox .slideInfo .tagList {
  margin-top: 22px;
}
.slideBox .slideInfo .tagList ul {
  margin-right: -13px;
}
.slideBox .slideInfo .tagList li {
  width: auto;
  margin-right: 13px;
  margin-bottom: 13px;
}
.slideBox .slideInfo .tagList li a {
  display: block;
  font-family: var(--font);
  background-color: #f3f3f3;
  min-width: 100px;
  text-align: center;
  padding: 10px;
}

.slideBox .slideInfo .tagList li.active a {
  color: #FFFFFF;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}

@media (max-width: 1440px) {
  .slideBox .slideInfo h4 {
    font-size: 24px;
  }
}
@media (max-width: 1230px) {
  .slideBox .slideInfo h4 {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .slideBox .slideLeft {
    display: none;
  }
  .slideBox .slideRight {
    width: 100%;
    float: none;
  }
}
.product-page {
  padding: 120px 0 100px;
}
.product-page .line {
  border-bottom: 1px solid #000000;
}
.product-page .list ul {
  margin: 0 -10px;
}
.product-page .list li {
  padding: 0 10px;
}
.product-page .list li .img {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
}
@media (max-width: 1000px) {
  .product-page {
    padding: 60px 0;
  }
  .product-page .line {
    margin: 30px 0;
  }
}
.seo-base-honor {
  padding: 90px 0 120px;
}
.seo-base-honor .baseBtn {
  min-width: 200px;
  height: 50px;
  line-height: 50px;
}
.seo-base-honor .line {
  margin: 55px 0 70px;
  border-bottom: 1px solid #000000;
}
.seo-base-honor .list ul {
  margin: -13px;
}
.seo-base-honor .list li {
  padding: 13px;
}
.seo-base-honor .dots ul {
  margin-top: 50px;
}
.seo-base-honor .dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #eaeaea;
}
.seo-base-honor .dots li + li {
  margin-left: 17px;
}
.seo-base-honor .dots li button {
  display: none;
}
.seo-base-honor .dots li.slick-active {
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
@media (max-width: 1550px) {
  .seo-base-honor .right {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) {
  .seo-base-honor .right {
    margin-top: 10px;
  }
}
@media (max-width: 1230px) {
  .seo-base-honor .baseBtn {
    min-width: auto;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1000px) {
  .seo-base-honor {
    padding: 60px 0;
  }
  .seo-base-honor .right {
    margin-top: 0;
  }
  .seo-base-honor .line {
    margin: 30px 0;
  }
  .seo-base-honor .dots ul {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .seo-base-honor .left {
    float: none;
  }
  .seo-base-honor .right {
    margin-top: 30px;
    float: none;
  }
  .seo-base-honor .list ul {
    margin: -10px;
  }
  .seo-base-honor .list li {
    padding: 10px;
  }
  .seo-base-honor .dots li {
    width: 10px;
    height: 10px;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.prodet-page .prodet-1 {
  padding-top: 100px;
}
.prodet-page .prodet-1 .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right h1 {
  margin-bottom: 20px;
  font-size: 50px;
  color: #298c33;
  font-family: var(--font);
}
.prodet-page .prodet-1 .right .content {
  margin-bottom: 24px;
}
.prodet-page .prodet-1 .right h2 {
  color: #298c33;
  font-family: var(--font);
}
.prodet-page .prodet-1 .right .desc {
  margin-bottom: 60px;
}
.prodet-page .prodet-1 .right .desc ul li {
  padding-left: 2em;
  position: relative;
}
.prodet-page .prodet-1 .right .desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
.prodet-page .prodet-1 .right .btns {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .right .btns .baseBtn {
  margin-right: 50px;
}
.prodet-page .prodet-1 .right .btns .play {
  display: inline-block;
}
.prodet-page .prodet-1 .right .btns .play span {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .btns .play span.text {
  font-family: var(--font);
  border-bottom: 1px solid currentColor;
  margin-right: 30px;
}
.prodet-page .prodet-1 .right .btns .play span.icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  border-radius: 50%;
  position: relative;
}
.prodet-page .prodet-1 .right .btns .play span.icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  opacity: .23;
  -webkit-animation: ks 1s linear infinite;
  -moz-animation: ks 1s linear infinite;
  animation: ks 1s linear infinite;
}
.prodet-page .prodet-1 .right .btns .play span.icon i {
  margin-left: 3px;
}
.prodet-page .prodet-1 .small {
  margin-top: 40px;
}
.prodet-page .prodet-1 .small ul {
  margin: -10px;
}
.prodet-page .prodet-1 .small li {
  padding: 10px;
}
.prodet-page .prodet-1 .small li img {
  background-color: #f3f3f3;
}
.prodet-page .prodet-2 {
  padding: 120px 0;
}
.prodet-page .prodet-2 .item + .item {
  padding-top: 70px;
}
.prodet-page .prodet-2 .title {
  margin-bottom: 35px;
  padding: 10px 30px;
  color: #FFFFFF;
  background-color: #000000;
}
.prodet-page .prodet-2 .title span {
  line-height: 50px;
  padding-right: 50px;
  font-family: var(--font);
}
.prodet-page .prodet-2 .title i {
  font-size: 20px;
  float: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  border-radius: 50%;
}
.prodet-page .prodet-2 .title i::before {
  content: "\f067";
  font-family: FontAwesome;
}
.prodet-page .prodet-2 .title.active i::before {
  content: "\f068";
}
.prodet-page .prodet-2 .content {
  padding: 30px;
  background-color: #f7f7f7;
}
.prodet-page .prodet-3 {
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  padding: 90px 0 110px;
}
.prodet-page .prodet-3 .container {
  max-width: 1750px;
}
.prodet-page .prodet-3 .Tit {
  font-size: 50px;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: var(--font);
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.prodet-page .prodet-3 .form {
  margin-top: 60px;
}
.prodet-page .prodet-3 .form li {
  width: 25%;
  padding-right: 22px;
}
.prodet-page .prodet-3 .form li:nth-child(3) {
  width: 35%;
}
.prodet-page .prodet-3 .form li:nth-child(4) {
  width: 15%;
  padding-right: 0;
}
.prodet-page .prodet-3 .form input {
  width: 100%;
  height: 80px;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  font-family: var(--font);
  padding: 0 30px;
}
.prodet-page .prodet-3 .form input[type="submit"] {
  font-size: 20px;
  color: #FFFFFF;
  background-color: #000000;
}
@media (max-width: 1550px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 45px;
  }
  .prodet-page .prodet-3 .Tit {
    font-size: 45px;
  }
}
@media (max-width: 1440px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 40px;
  }
  .prodet-page .prodet-3 .Tit {
    font-size: 40px;
  }
}
@media (max-width: 1230px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 35px;
  }
  .prodet-page .prodet-3 .Tit {
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
  }
  .prodet-page .prodet-1 .right h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .desc {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
  .prodet-page .prodet-2 .item + .item {
    padding-top: 40px;
  }
  .prodet-page .prodet-2 .title {
    margin-bottom: 15px;
    padding: 15px;
  }
  .prodet-page .prodet-2 .content {
    padding: 15px;
  }
  .prodet-page .prodet-3 {
    padding: 60px 0;
  }
  .prodet-page .prodet-3 .Tit {
    font-size: 30px;
  }
  .prodet-page .prodet-3 .form {
    margin-top: 40px;
  }
  .prodet-page .prodet-3 .form input {
    height: 60px;
    padding: 0 15px;
  }
  .prodet-page .prodet-3 .form ul {
    margin: -10px;
  }
  .prodet-page .prodet-3 .form li {
    width: 50%!important;
    padding: 10px!important;
  }
}
@media (max-width: 700px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right h2 {
    font-size: 20px;
  }
  .prodet-page .prodet-2 .title i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .prodet-page .prodet-2 .title span {
    line-height: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-3 .Tit {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .form input {
    height: 50px;
  }
}
@media (max-width: 500px) {
  .prodet-page .prodet-3 .form li {
    width: 100%!important;
  }
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .img {
  margin-top: 55px;
}
.about-page .about-1 .text {
  margin-top: 60px;
}
.about-page .about-2 {
  padding: 40px 0 90px;
}
.about-page .about-2 .container {
  max-width: 1400px;
}
.about-page .about-2 ul {
  margin: -15px;
}
.about-page .about-2 li {
  width: 25%;
  padding: 15px;
  position: relative;
}
.about-page .about-2 li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 35%;
  bottom: 35%;
  border-left: 1px solid #d0d7dd;
}
.about-page .about-2 li .num {
  font-size: 90px;
  font-family: var(--font);
  color: #2f9032;
  opacity: .3;
}
.about-page .about-2 li .text {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-family: var(--font);
}
.about-page .about-3 {
  overflow: hidden;
}
.about-page .about-3 .list .slick-list {
  overflow: visible;
  padding-right: 8%;
}
.about-page .about-3 .list ul {
  margin: -18px;
}
.about-page .about-3 .list li {
  padding: 18px;
}
.about-page .about-3 .list li .img {
  margin-bottom: 30px;
}
.about-page .about-3 .list li .name {
  margin-bottom: 45px;
  line-height: 1.2;
  font-family: 'Antonio-ExtraLight';
}
.about-page .about-3 .list li .line {
  border-bottom: 2px solid #000000;
}
.about-page .about-4 {
  padding: 110px 0;
}
.about-page .about-5 {
  background-color: #000000;
  padding-top: 110px;
}
.about-page .about-5 li {
  position: absolute;
  width: 2.3%;
}
.about-page .about-5 li.active img,
.about-page .about-5 li:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-5 li img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-5 li:nth-of-type(1) {
  left: 9%;
  top: 46%;
}
.about-page .about-5 li:nth-of-type(2) {
  left: 26%;
  top: 75%;
}
.about-page .about-5 li:nth-of-type(3) {
  left: 45%;
  top: 10%;
}
.about-page .about-5 li:nth-of-type(4) {
  left: 51%;
  top: 21%;
}
.about-page .about-5 li:nth-of-type(5) {
  left: 53%;
  top: 55%;
}
.about-page .about-5 li:nth-of-type(6) {
  left: 65%;
  top: 32%;
}
.about-page .about-5 li:nth-of-type(7) {
  left: 83.5%;
  top: 81%;
}
.about-page .about-5 li:nth-of-type(8) {
  left: 84%;
  top: 25%;
}
.about-page .about-5 li:nth-of-type(9) {
  left: 92.5%;
  top: 49%;
}
.about-page .about-5 li:nth-of-type(10) {
  left: 96.65%;
  top: 52%;
}
.about-page .about-6 {
  background-color: #191919;
  color: #FFFFFF;
  padding: 100px 0 120px;
}
.about-page .about-7 {
  color: #FFFFFF;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  padding: 100px 0;
}
.base-box .left {
  width: 35%;
  padding-right: 24px;
}
.base-box .right {
  width: 65%;
}
@media (max-width: 1000px) {
  .base-box .left {
    width: 100%;
    padding-right: 0;
  }
  .base-box .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 1550px) {
  .about-page .about-2 li .num {
    font-size: 120px;
  }
}
@media (max-width: 1440px) {
  .about-page .about-2 li .num {
    font-size: 100px;
  }
  .about-page .about-3 .list li .name {
    font-size: 24px;
  }
}
@media (max-width: 1230px) {
  .about-page .about-2 li .num {
    font-size: 80px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 {
    padding-top: 60px;
  }
  .about-page .about-1 .img {
    margin-top: 40px;
  }
  .about-page .about-1 .text {
    margin-top: 40px;
  }
  .about-page .about-2 {
    padding: 30px 0 60px;
  }
  .about-page .about-3 .list ul {
    margin: -15px;
  }
  .about-page .about-3 .list li {
    padding: 15px;
  }
  .about-page .about-3 .list li .img {
    margin-bottom: 15px;
  }
  .about-page .about-3 .list li .name {
    margin-bottom: 15px;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-5 {
    padding-top: 60px;
  }
  .about-page .about-6 {
    padding: 60px 0;
  }
  .about-page .about-7 {
    padding: 60px 0;
  }
}
@media (max-width: 700px) {
  .about-page .about-2 li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .about-page .about-3 .list .slick-list {
    padding-right: 15%;
  }
}
.page1-page .page1-1 {
  padding: 100px 0;
}
.page1-page .page1-2 {
  background-color: #181818;
  color: #FFFFFF;
  position: relative;
  padding: 85px 0 115px;
}
.page1-page .page1-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
.page1-page .page1-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 70%;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.page1-page .page1-2 .right .text {
  margin-bottom: 55px;
}
.page1-page .page1-2 .list {
  margin-top: 100px;
}
.page1-page .page1-2 .list ul {
  margin: -13px;
}
.page1-page .page1-2 .list li {
  padding: 13px;
}
.page1-page .page1-3 {
  background-color: #f3f3f3;
  padding: 100px 0 80px;
}
.page1-page .page1-3 .left {
  width: 62%;
}
.page1-page .page1-3 .right {
  width: 38%;
}
.page1-page .page1-4 li {
  /*width: 50%;*/
}
.page1-page .page1-4 li:nth-of-type(2) .img,
.page1-page .page1-4 li:nth-of-type(3) .img {
  height: 350px;
}
.page1-page .page1-4 li .img {
  height: 700px;
  position: relative;
  background-color: #000000;
}
.page1-page .page1-4 li .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));*/
  transition: .5s ease;
}
.page1-page .page1-4 li:hover .img::after {
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(34, 136, 53, 0.7)));
  background-image: -webkit-linear-gradient(transparent, rgba(34, 136, 53, 0.7));
  background-image: -moz-linear-gradient(transparent, rgba(34, 136, 53, 0.7));
  background-image: linear-gradient(transparent, rgba(34, 136, 53, 0.7));*/
}
.page1-page .page1-4 li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*opacity: .8;*/
}
.page1-page .page1-4 li .content {
left: 25%;
    bottom: 230px;
    width: 38%;
}
.page1-page .page1-4 li .content .text {
  color: #FFFFFF;
  min-height: 4.5em;
}
.page1-page .page1-5 {
  background-color: #f3f3f3;
  padding: 120px 0;
}
.page1-page .page1-5 .list {
  position: relative;
}
.page1-page .page1-5 .list ul {
  margin: -11px;
}
.page1-page .page1-5 .list li {
  padding: 11px;
}
.page1-page .page1-5 span.arrow {
  position: absolute;
  top: 45%;
  cursor: pointer;
}
.page1-page .page1-5 span.arrow.arrow_l {
  left: -60px;
}
.page1-page .page1-5 span.arrow.arrow_r {
  right: -60px;
}
.page1-page .page1-6 {
  padding: 110px 0;
}
.page1-page .page1-7 {
  padding: 70px 0 150px;
  color: #FFFFFF;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
.page1-page .page1-8 {
  margin-top: -80px;
  padding-bottom: 80px;
}
.page1-page .page1-8 .list ul {
  margin: 0 -35px;
}
.page1-page .page1-8 .list li {
  padding: 0 35px;
}
.page1-page .page1-8 .list li .img {
  margin-bottom: 36px;
}
@media (max-width: 1660px) {
  .page1-page .page1-5 span.arrow.arrow_l {
    left: -30px;
  }
  .page1-page .page1-5 span.arrow.arrow_r {
    right: -30px;
  }
}
@media (max-width: 1000px) {
  .page1-page .page1-1 {
    padding: 60px 0;
  }
  .page1-page .page1-2 {
    padding: 60px 0;
  }
  .page1-page .page1-2 .right .text {
    margin-bottom: 30px;
  }
  .page1-page .page1-2 .list {
    margin-top: 60px;
  }
  .page1-page .page1-3 {
    padding: 60px 0;
  }
  .page1-page .page1-3 .left {
    width: 100%;
    float: none;
  }
  .page1-page .page1-3 .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .page1-page .page1-4 li {
    width: 100%!important;
  }
  .page1-page .page1-4 li .img {
    height: auto!important;
  }
  .page1-page .page1-4 li .content {
    position: static;
    left: 5%;
    bottom: 30px;
    width: 90%;
    margin-left: 5%;
    margin-top: 40px;
  }
  .page1-page .page1-4 li .content .text {
    color: #000000;
  }
  .page1-page .page1-5 {
    padding: 60px 0;
  }
  .page1-page .page1-5 span.arrow {
    display: none;
  }
  .page1-page .page1-6 {
    padding: 60px 0;
  }
  .page1-page .page1-7 {
    padding: 60px 0 100px;
  }
  .page1-page .page1-8 {
    margin-top: -60px;
    padding-bottom: 60px;
  }
  .page1-page .page1-8 .list ul {
    margin: 0 -15px;
  }
  .page1-page .page1-8 .list li {
    padding: 0 15px;
  }
}
.page2-page .page2-1 {
  padding: 100px 0 90px;
}
.page2-page .page2-2 {
  color: #FFFFFF;
  background-color: #181818;
  position: relative;
  padding: 110px 0 100px;
  margin-bottom: 60px;
}
.page2-page .page2-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
.page2-page .page2-2 .right {
  padding-right: 5%;
}
.page2-page .page2-3 {
  padding: 70px 0;
}
.page2-page .page2-3 ul {
  margin: -15px;
}
.page2-page .page2-3 li {
  padding: 15px;
}
.page2-page .page2-3 li .img {
  opacity: .27;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.page2-page .page2-3 li .img img {
  margin: auto;
}
.page2-page .page2-3 li .img:hover {
  opacity: 1;
}
@media (max-width: 1000px) {
  .page2-page .page2-1 {
    padding: 60px 0;
  }
  .page2-page .page2-2 {
    padding: 60px 0;
    margin-bottom: 0;
  }
  .page2-page .page2-2 .left {
    width: 100%;
    float: none;
  }
  .page2-page .page2-2 .right {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .page2-page .page2-2 .right .text {
    margin: 30px 0;
  }
  .page2-page .page2-3 {
    padding: 60px 0;
  }
}
.page3-page .page3-1 {
  padding: 70px 0 90px;
}
.page3-page .page3-2 {
  color: #FFFFFF;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  padding: 100px 0;
}
.page3-page .page3-3 {
  padding: 100px 0;
}
.page3-page .page3-3.row {
  background-color: #f3f3f3;
}
.page3-page .page3-3 .box {
  margin: -35px;
}
.page3-page .page3-3 .box .left {
  padding: 35px;
}
.page3-page .page3-3 .box .right {
  padding: 35px;
}
.page3-page .page3-3 .box .right .text {
  line-height: 30px;
}
.page3-page .page3-3 .box .right .text li {
  padding-left: 30px;
  position: relative;
}
.page3-page .page3-3 .box .right .text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#228835), to(#6ab323));
  background-image: -webkit-linear-gradient(left, #228835, #6ab323);
  background-image: -moz-linear-gradient(left, #228835, #6ab323);
  background-image: linear-gradient(to right, #228835, #6ab323);
}
.page3-page .page3-3 .box .right .text li + li {
  margin-top: 2em;
}
.page3-page .page3-4 {
  padding: 70px 0 55px;
}
.page3-page .page3-4 .list ul {
  margin: -14px;
}
.page3-page .page3-4 .list li {
  padding: 14px;
}
.page3-page .page3-4 .dots ul {
  margin-top: 40px;
}
.page3-page .page3-4 .dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #eaeaea;
}
.page3-page .page3-4 .dots li + li {
  margin-left: 17px;
}
.page3-page .page3-4 .dots li button {
  display: none;
}
.page3-page .page3-4 .dots li.slick-active {
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
}
@media (max-width: 1230px) {
  .page3-page .page3-3 .box .right .text {
    line-height: 24px;
  }
  .page3-page .page3-3 .box .right .text li::before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
  .page3-page .page3-3 .box {
    margin: -15px;
  }
  .page3-page .page3-3 .box .left {
    padding: 15px;
  }
  .page3-page .page3-3 .box .right {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .page3-page .page3-1 {
    padding: 60px 0;
  }
  .page3-page .page3-2 {
    padding: 60px 0;
  }
  .page3-page .page3-3 {
    padding: 60px 0;
  }
  .page3-page .page3-3 .box .left {
    width: 100%;
    float: none;
  }
  .page3-page .page3-3 .box .right {
    width: 100%;
    float: none;
  }
  .page3-page .page3-3 .box .right .text li + li {
    margin-top: 1em;
  }
  .page3-page .page3-4 {
    padding: 60px 0;
  }
  .page3-page .page3-4 .dots ul {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .page3-page .page3-4 .list ul {
    margin: -10px;
  }
  .page3-page .page3-4 .list li {
    padding: 10px;
  }
  .page3-page .page3-4 .dots li {
    width: 10px;
    height: 10px;
  }
}





/* 新闻 */
.news-page.newsBox {
  padding: 70px 0 130px;
}
.news-page.newsBox span.h2 {
  font-size: 48px;
}
.news-page.newsBox .list {
  margin-top: 30px;
}
.news-page.newsBox .list ul {
  margin: -15px;
}
.news-page.newsBox .list ul li {
  padding: 15px;
}
.news-page.newsBox .list ul li time {
  display: block;
  font-size: 16px;
  color: #5baa26;
  margin-top: 15px;
}
.news-page.newsBox .list ul li .h6 {
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  margin: .6em 0 0.7em;
  line-height: 1.5;
  transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
  color: #5baa26;
}
.news-page.newsBox .list ul li p {
  font-size: 16px;
  color: #828181;
  line-height: 1.8;
}


@media screen and (max-width: 1000px) {
  .news-page.newsBox .list ul li {
    width: 50%;
  }
  .news-page.newsBox .list ul li .h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .news-page.newsBox .list ul li {
    width: 100%;
  }

  .news-page.newsBox span.h2 {
    font-size: 24px;
  }
}


.newdet-page {
  padding: 100px 0 0;
}
.newdet-page .section-title2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.newdet-page .n-content {
  font-size: 18px;
  line-height: 32px;
  color: #555;
}
.newdet-page .n-content h3{
  font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
    padding-top: 3%;
    padding-bottom: 2.5%;
    padding-left: 2%;
    border-radius: 12px;
    color: rgb(106, 179, 35);
    line-height: 1.2;
    text-align: center;
}
.newdet-page .n-content strong{
  font-weight: 700;
}
.newdet-page .n-content h4{
    margin-bottom: 0;
    margin-top: 20px;
    background-color: #eee;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    border-radius: 12px;
    font-weight: 600;
    font-size: large;
}
.newdet-page .s_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #5baa26;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 48px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}


@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 700px) {
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
/* end */



/* factory */
.factory-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.factory-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.factory-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.factory-page .init-1 .container .more:hover {
  color: #328256;
}
.factory-page .init-2 .container {
  width: 100%;
}
.factory-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: 500;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.factory-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.factory-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}

@media (max-width: 1550px) {
	.factory-page .init-2 .container .list .big_img .btn {
		right: 10%;
	}
	.factory-page .init-2 .container .list .big_img .prev {
		left: 10%;
	}
}

@media (max-width: 1230px) {
	.factory-page .init-2 .container .list .big_img .btn {
		width: 40px;
		height: 40px;
	}
	.factory-page .init-2 .container .list .big_img .btn img {
		width: 16px;
		margin-top: 16px;
	}
}
@media (max-width: 1000px) {
	.factory-page .init-2 .container .list .small_img {
		display: none;
	}
	.factory-page .init-2 .container .list .des {
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
}
@media (max-width: 700px) {
	.factory-page .init-2 .container .list {
		padding: 40px 10px;
	}
}
@media (max-width: 500px) {
	.factory-page .init-2 .container .list .big_img {
		margin-top: 20px;
	}
	.factory-page .init-2 .container .list .big_img .slick li {
		padding: 0;
	}
	.factory-page .init-2 .container .list .des {
		max-height: 400px;
		padding-right: 2px;
		overflow-y: auto;
		margin-top: 20px;
	}
}
/* end */


/* 证书 */
.lg-page {
  padding: 100px 0;
}
.lg-page .list ul {
  margin: -15px;
}

.lg-page .list li {
  padding: 15px;
}
.lg-page .imgbox {
  box-shadow: 0 0 10px rgba(205,205,205,.3);
  padding: 10px;
  border-radius: 5px;
}



/* faq */

.faq-page {
    padding: 120px 0
}

.faq-page ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8
}

.faq-page ul li h4 {
    font-size: 20px;
    line-height: 36px;
    font-family: var(--font);
    margin-bottom: 10px
}

.faq-page ul li .content {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 16px;
    line-height: 1.8
}

.faq-page ul li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1000px) {
    .faq-page {
        padding:60px 0
    }

    .faq-page ul li h4 {
        font-size: 18px;
        line-height: 32px;
    }

    .faq-page ul li .content {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 700px) {
    .faq-page {
        padding:30px 0
    }
}
/* end */


/* 发展历程 */
.history-page {
	padding: 100px 0;
}
.history-page ul {
  	border-left: 1px solid #d3d5d6;
}
.history-page ul li {
	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;
  	
}
.history-page ul li:not(:last-of-type) {
  border-bottom: 1px solid #d3d5d6;
}
.history-page ul li time {
	width: 3.75em;
	height: 3.75em;
	border-radius: 100%;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
	color: white;
	position: relative;
	left: -1.875em;

	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.history-page ul li .img {
	width: 24%;
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.history-page ul li .content {
	width: 44%;
}
@media screen and (max-width: 1700px) {
	.history-page ul {
		margin-left: 25px;
	}
}
@media screen and (max-width: 1000px) {
	.history-page ul li .content {
		width: 60%;
	}
	.history-page ul li .img {
		margin: 0 10px;
		width: 28%;
	}
}
@media screen and (max-width: 700px) {
	.history-page ul li {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.history-page ul li .img {
		width: 80%;
	}
	.history-page ul li .content {
		width: 100%;
		margin-top: 30px;
		padding-left: 5%;
	}
}

@media screen and (max-width: 500px) {
	.history-page ul li .img {
		width: 70%;
	}
}
/* end */


/* 服务 */

.service-page .service-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
.service-page .service-2 ul li {
  width: 33.33%;
  padding: 20px;
}
.service-page .service-2 ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.service-page .service-2 ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/service-2-bg.jpg);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text h4 {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text i {
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: #5baa26;
  background-color: #f2f2f2;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-page .service-2 ul li .mml-text:hover::after {
  opacity: 1;
}
.service-page .service-2 ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.service-page .service-2 ul li .mml-text:hover i {
  background-color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover h4 {
  color: #FFFFFF;
}
.service-page .service-2 ul li .mml-text:hover p {
  color: #FFFFFF;
}
.service-page .service-3 {
  padding-top: 260px;
  background: url(../images/service-3-bg.jpg) no-repeat center;
  background-color: #f2f2f2;
  background-size: cover;
  margin-top: -230px;
}
.service-page .service-3 .list {
  margin-top: 80px;
  margin-bottom: 40px;
}
.service-page .service-3 .list ul {
  margin: -40px;
}
.service-page .service-3 .list ul li {
  padding: 40px;
}

.service-page .service-3 .list .mml-text i img{
  transition: .5s ease;
}

.service-page .service-3 .list .mml-text:hover i img{
  transform: rotateY(180deg);
}

.service-page .service-3 .list .mml-text {
  padding-left: 80px;
  position: relative;
}
.service-page .service-3 .list .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
}
.service-page .service-4 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: -25px;
}
.service-page .service-4 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.service-page .service-4 ul li .img {
  width: 50%;
  padding: 25px;
}
.service-page .service-4 ul li .img img {
  border-radius: 4px;
  overflow: hidden;
}
.service-page .service-4 ul li .mml-text {
  width: 50%;
  padding: 25px;
}
.service-page .service-4 ul li .mml-text .text + .text {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 1000px) {
  .service-page .service-2 ul {
    display: block;
  }
  .service-page .service-2 ul li {
    width: 100%;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 .list ul {
    margin: -15px;
  }
  .service-page .service-3 .list ul li {
    padding: 15px;
  }
  .service-page .service-3 .list .mml-text {
    padding: 0;
    text-align: center;
  }
  .service-page .service-3 .list .mml-text i {
    position: relative;
    left: auto;
    top: auto;
    height: 60px;
    display: block;
    margin-bottom: 20px;
  }
  .service-page .service-4 ul li {
    display: block;
    padding: 30px 0;
  }
  .service-page .service-4 ul li .img {
    width: 100%;
  }
  .service-page .service-4 ul li .mml-text {
    width: 100%;
  }
  .service-page .service-2 ul {
    margin: -15px;
  }
  .service-page .service-2 ul li {
    padding: 15px;
  }
  .service-page .service-4 ul li {
    margin: -15px;
  }
  .service-page .service-4 ul li .mml-text {
    padding: 15px;
  }
  .service-page .service-4 ul li .img {
    padding: 15px;
  }
}
/* end */



/* 备件 */
.i-tag {
  font-size: 22px;
  font-family: var(--font);
}
.font-68 {
  font-size: 68px;
}
.font-60 {
  font-size: 60px;
}
.font-52 {
  font-size: 52px;
}
.font-56{
  font-size: 56px;
}
.font-48{
  font-size: 48px;
}

@media screen and (max-width: 1650px) {
  .font-68 {
    font-size: 52px;
  }
}

@media screen and (max-width: 1450px) {
  .font-48{
    font-size: 36px;
  }

  .font-68 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .font-48{
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .i-tag {
    font-size: 18px;
  }
  .font-48{
    font-size: 26px;
  }

  .font-68 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .font-68 {
    font-size: 22px;
  }
}

.design-page .design-1 {
  padding-top: 100px;
}
.design-page .design-2 {
  padding: 0px 0 110px;
}
.design-page .design-2 .i-title{
  line-height: 1.2;
  margin-bottom: 105px;
  margin-top: 10px;
}
.design-page .design-2 .left .img{
  text-align: right;
}
.design-page .design-2 .right{
  max-width: 1300px;
  margin: auto;
}
.design-page .design-2 .right .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-top: 70px;
}
.design-page .design-3{
  padding-bottom: 120px;
}
.design-page .design-3 .i-title{
  margin-bottom: 48px;
}
.design-page .design-3 ul {
  margin: -40px;
}
.design-page .design-3 ul li{
  padding: 40px;
}

.design-page .design-3 ul li .box{
  position: relative;
}
.design-page .design-3 ul li .box img{
  width: 100%;
}
.design-page .design-3 ul li .content{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
  position: absolute;
  left: 0;
  bottom: 18%;
  padding: 20px;
  opacity: 0;
}
.design-page .design-3 ul li .content h4{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}
.design-page .design-3 ul li .content p{
  font-size: 18px;
  font-weight: bold;
}
.design-page .design-3 ul li:hover .content{
  opacity: 1;
}
.design-page .design-3 ul .slick-dots{
  margin: 0;
  text-align: center;
}
.design-page .design-3 ul .slick-dots li{
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.design-page .design-3 ul .slick-dots li button{
  display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active{
  background: #5baa26;
}
.design-page .design-4{
  /*background: #111212;*/
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
      background-color: #6ab323;
    background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
    background-image: -webkit-linear-gradient(left, #6ab323, #228835);
    background-image: -moz-linear-gradient(left, #6ab323, #228835);
    background-image: linear-gradient(to right, #6ab323, #228835);
}
.design-page .design-4 .left{
  position: sticky;
  top: 170px;
}
.design-page .design-4 .left .i-title{
  line-height: 1.2;
}
.design-page .design-4 .right{
  padding-left: 90px;
}

.design-page .design-4 .right ul li{
  padding-left: 140px;
  position: relative;
  padding-bottom: 100px;
}
.design-page .design-4 .right ul li .icon{
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img{
  vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255,255,255,0.3);
}
.design-page .design-4 .right ul li:last-child .icon::after{
  content: none;
}
.design-page .design-4 .right ul li h4{
  font-size: 30px;
  font-family: var(--font);
}
.design-page .design-4 .right ul li .des{
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
}
.design-page .design-5 .ui.container{
  max-width: 100%;
  padding-left: 13%;
  padding-right: 0;
}
.design-page .design-5{
  padding: 130px 0 110px;
}
.design-page .design-5 .i-title{
  line-height: 1.2;
}
.design-page .design-5 .wrap{
  padding-left: 15%;
  margin-top: 70px;
}
.design-page .design-5 .wrap .left{
  width: 35.3%;
}
.design-page .design-5 .wrap .left .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-bottom: 45px;
}
.design-page .design-5 .wrap .left img{
  width: 100%;
}
.design-page .design-5 .wrap .right{
  width: 64.7%;
  padding-left: 115px;
}
@media screen and (max-width:1600px){
  .design-page .design-5 .ui.container{
    padding-left: 7%;
  }
  .design-page .design-5 .wrap{
    padding-left: 10%;
  }
}
@media screen and (max-width:1450px){
  .design-page .design-4 .right{
    padding-left: 30px;
  }
  .design-page .design-5 .wrap{
    padding-left: 0;
  }
}
@media screen and (max-width:1200px){
 
  .design-page .design-3 ul li{
    padding: 20px;
  }
  .design-page .design-3 ul {
    margin: -20px;
  }
  .design-page .design-3 ul li .content h4{
    font-size: 21px;
  }
  .design-page .design-4 .right ul li{
    padding-left: 105px;
    padding-bottom: 40px;
  }
  .design-page .design-4 .right ul li .icon:after{
    height: 225%;
  }
  .design-page .design-5 .wrap .right{
    padding-left: 50px;
  }
}
@media screen and (max-width:1000px){
  .design-page .design-1 {
    padding-top: 60px;
  }
  .design-page .design-2{
    padding: 60px 0 65px;
  }

  .design-page .design-4 .left{
    position: relative;
    top: 0;
  }
  .design-page .design-4 .right{
    width: 100%;
    margin-top: 20px;
  }
  .design-page .design-5{
    padding: 55px 0 50px;
  }
  .design-page .design-5 .wrap .left{
    width: 100%;
  }
  .design-page .design-5 .wrap .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .design-page .design-5 .ui.container{
    padding: 0 15px;
  }
}
@media screen and (max-width:700px){
  .inner-banner h2{
    font-size: 26px;
  }
  .design-page .design-2 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left{
    width: 100%;
  }
  .design-page .design-2 .i-title{
    margin-bottom: 30px;
  }

  .design-page .design-3 {
    padding: 0 15px 50px;
  }
  .design-page .design-4 .right{
    padding-left: 0;
  }
}
@media screen and (max-width:500px){
  .design-page .design-4 .right ul li{
    padding-left: 0;
  }
  .design-page .design-4 .right ul li .icon{
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after{
    content: none;
  }
}

/* end */



/* 案例 */

.inner-page.solutiondet-page .container {
    max-width: 1520px;
    margin: auto;
}

.inner-page.solutiondet-page .sol-1 {
    text-align: center;
    color: #fff;
    /*background-color: #474747;*/
	border-top: 15px solid #5baa26;
    padding: 50px 0;
    margin-bottom: -170px;
}

.inner-page.solutiondet-page .sol-1 h4 {
    font-size: 50px;
    font-family: var(--font);
	text-transform: capitalize;
      color: #000;
}

.inner-page.solutiondet-page .sol-1 span {
    font-size: 20px;
}

.inner-page.solutiondet-page .sol-1 .p {
    font-size: 20px;
        color: #000;
    padding: 40px 0 80px;
}

.inner-page.solutiondet-page .sol-2 {
    text-align: center;
    color: #fff;
    /*background-color: #212121;*/
    padding: 170px 0 70px;
        background-color: #6ab323;
    background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
    background-image: -webkit-linear-gradient(left, #6ab323, #228835);
    background-image: -moz-linear-gradient(left, #6ab323, #228835);
    background-image: linear-gradient(to right, #6ab323, #228835);
}

.inner-page.solutiondet-page .sol-2 h4 {
    font-size: 50px;
    font-family: var(--font);
}

.inner-page.solutiondet-page .sol-2 span {
    font-size: 20px;
}

.inner-page.solutiondet-page .sol-3 {
    background-color: #474747;
    padding: 100px 0;
}

.inner-page.solutiondet-page .sol-3 ul {
    font-size: 0;
    margin: -12px;
}

.inner-page.solutiondet-page .sol-3 ul li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 12px;
}

.inner-page.solutiondet-page .sol-3 ul li .ig {
    display: inline-block;
    background: linear-gradient(45deg, #393939 0%, #262626 100%);
    padding: 20px;
}

.inner-page.solutiondet-page .sol-3 ul li .ig img {
    margin: auto;
}

.inner-page.solutiondet-page .sol-3 ul li h4 {
    font-size: 15px;
    font-family: var(--font);
    text-align: center;
    color: #fff;
        margin-top: 10px;
}

@media screen and (max-width: 1230px) {
  .inner-page.solutiondet-page .sol-2 h4,
  .inner-page.solutiondet-page .sol-1 h4{
      font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page.solutiondet-page .sol-3 ul li {
      width: 33.3333%;
  }

  .inner-page.solutiondet-page .sol-2 h4,
  .inner-page.solutiondet-page .sol-1 h4{
      font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .inner-page.solutiondet-page .sol-3 ul li {
      width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .inner-page.solutiondet-page .sol-3 ul li {
      width: 100%;
      text-align: center;
  }
}



/* 培训 */
.aft03.mt-100{
    margin-top: 100px;
}
.aft03 {padding-bottom: 160px;position: relative;overflow: hidden;}
.aft03 .icenter2 {display: flex;justify-content: space-between;align-items:center;}
.aft03 .icenter2 .le {overflow: hidden;position: relative;width: 40%;    height: 695px;}
.aft03 .icenter2 .le::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.5); content: ''; -webkit-transition: -webkit-transform .6s; transition: transform .6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); z-index: 1; }
.aft03 .icenter2 .le:hover::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); }
.aft03 .icenter2 .le img{height: 100%;transition: .5s ease;}
.aft03 .icenter2 .le:hover img {transform: scale(1.1);}
.aft03 .icenter2 .ri {width: 50%;}
.aft03 .icenter2 .ri ul {margin: 20px 0 0px;}
.aft03 .icenter2 .ri ul li {position: relative;padding-left: 15px;font-size: 18px;color: #666666;line-height: 30px;}
.aft03 .icenter2 .ri ul li::before {    width: 5px; height: 5px; border-radius: 50%; background-color: #666666; position: absolute; left: 0px; top: 13px; content: "";}
.aft03 dl dd{ padding-top:20px;  display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #d5d5d5;}
.aft03 dl dd .icon {width: 70px;margin-right: 58px;}
.aft03 dl dd .text {flex: 1;}
.aft03 dl dd .text h4 {font-family: var(--font); position: relative; padding-bottom: 0px; font-size: 30px; color: #333333; width: fit-content; margin-bottom: 10px;}
.aft03 dl dd .text h4 strong {font-size: 30px;font-weight: bold;}
.aft03 dl dd .text h4::after { position: absolute;content: "";left: 0px;bottom: 0px; width: 100%;height: 5px;background-color:#5baa26;}
.aft03 dl dd .text  p {font-size: 18px;color: #666666;}

@media screen and (max-width:1600px) {
      .aft03 .icenter2 .ri ul li { padding-left: 15px; font-size: 14px; line-height: 24px; }
  .aft03 .icenter2 .ri ul { margin: 16px 0 0px; }
  .aft03 dl dd { padding-top: 10px; padding-bottom: 12px; }
  .aft03 dl dd .icon { width: 74px; margin-right: 50px; }
  .aft03 dl dd .text h4 { font-size: 16px; margin-bottom: 8px; }
  .aft03 dl dd .text h4::after { height: 4px;}
  .aft03 dl dd .text p { font-size: 15px; }
  .aft03 .icenter2 .le { height: 529px; }
}
@media only screen and (max-width:768px){
      .aft03 .icenter2 {flex-flow: wrap;}
  .aft03 .icenter2 .le {width: 100%;height: auto;margin-bottom: 20px;}
  .aft03 .icenter2 .ri {width: 100%;}
  .aft03 dl dd .icon { width: 60px; margin-right: 31px; }
  .aft03 { padding-bottom: 50px; }
}




/* 定制 */

.form-page{
  padding: 80px 0;
}

.form-page {
  text-align: center;
  /*padding: 0 100px;*/
}
.form-page h3 {
  font-size: 44px;
  font-family: var(--font);
  line-height: 1.2;
}
.form-page p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
.form-page h5 {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
      color: #787878;
  margin-top: 10px;
}
.form-page h5 em {
  color: #74b357;
}
.form-page .form ul {
  margin: 60px -60px 0 0;
}
.form-page .form ul li {
  padding-right: 40px;
  margin-bottom: 20px;
}
.form-page .form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.form-page .form ul li label em {
  display: inline-block;
  vertical-align: top;
  color: #74b357;
}
.form-page .form ul li input[type="text"],
.form-page .form ul li textarea {
  width: 100%;
  height: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #dedede;
  margin-top: 10px;
}
.form-page .form ul li input[type="text"]:focus,
.form-page .form ul li textarea:focus {
  border-bottom-color: #70b459;
}
.form-page .form ul li input[type="file"] {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.form-page .form ul li textarea {
  height: 120px;
}
.form-page .form ul li .file {
  padding-top: 10px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.form-page .form ul li .file span {
  min-width: 144px;
  height: 40px;
  padding: 0 15px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}
.form-page .form ul li.wid-100 {
  width: 100%;
}
.form-page input[type="submit"] {
  margin-top: 50px;
  background-color: #6ab323;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ab323), to(#228835));
  background-image: -webkit-linear-gradient(left, #6ab323, #228835);
  background-image: -moz-linear-gradient(left, #6ab323, #228835);
  background-image: linear-gradient(to right, #6ab323, #228835);
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  border-radius: 20px;
  border: none;
  padding: 5px 20px;
}
@media screen and (max-width: 1000px) {
  .form-page{
    padding: 0 40px;
  }
  .blog-page ul li h5{
    min-height: 0!important;
  }
}
@media screen and (max-width: 700px) {
  .form-page{
    padding: 0 20px;
  }
}


/* 联系我们 */
.contact-page .contact-1 {
  padding: 100px 0;
}
.contact-page .contact-1 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    flex-direction: row-reverse;

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

.contact-page .contact-1 .left {
    width: 50%;
}

.contact-page .contact-1 .right {
    width: 50%;
    padding-right: 100px;
}

.contact-page .contact-1 .left .text p {
    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;
}

.contact-page .contact-1 .left .text i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

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

.contact-page .contact-1 .right form {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}

.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}
.contact-page .contact-1 .left .text span {
  color: black;
}
.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: #6ab323;
  background-image: linear-gradient(to right, #6ab323 , #228835);
  color: white;
}
.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}
.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .3em;
  opacity: .8;
}
.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color1);
}
.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right textarea {
  height: 200px;
}
.contact-page .contact-1 .right select {
  padding: 1em;
}
.contact-page .contact-1 .right button {
  width: auto;
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 {
    padding: 60px 0;
  }

  .contact-page .contact-1 .box {
    display: block;
  }

  .contact-page .contact-1 .left {
    position: static;
    width: 100%;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding-right: 0;
    margin-top: 50px;
  }
}

