@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.eot');
    src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins.woff2') format('woff2'),
        url('../fonts/Poppins.woff') format('woff'),
        url('../fonts/Poppins.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.yayinms {
  font-size: 14px;
  line-height: 2;
}
.yayinyayincpy {
    font-size: 16px;
    line-height: 1.8;
}
.yayinyayincpy h2 {
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 1.6;
}
.yayinyayincpy h3 {
    font-size: 18px;
    color: #4d8c40;
    font-weight: 600;
    line-height: 1.6;
}
 .yayinyayincpy ol li,
 .yayinyayincpy ul li {
    padding: 0 0 0 10px;
    list-style: disc;
    list-style-position: inside;
}
.yayinyayincpy strong {
  font-weight: 600;
}
.yayinyayincpy h2 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #4d8c40;
}
.yayinyayincpy h3 {
    font-size: 18px!important;
    line-height: 1.8!important;
    font-weight: 600;
}
.yayinyayincpy strong {
  font-weight: 500!important;
}
.yayinyayincpy ol li,
.yayinyayincpy ul li {
    list-style: disc;
    margin-left: 30px;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body,html{
    font-family: 'Poppins';
    font-weight: 400;
}


/*#Pop_UpsBtn {
  display: none !important;
}*/
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #4d8c40;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
.yayinshouyeh1 h1 {
  display: inline;
}
.yayinfoot {
      width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    transform: translate(10px,5px);
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #4d8c40;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #4d8c40;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #4d8c40;
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}


#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0
}

img{
    width: auto;
}

#header .nav {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 30px 0
}

#header .nav .ui.menu {
  position: initial;
  display: flex;
  align-items: center;
  margin: 0 auto
}

#header .nav .ui.menu .logo {
  display: inline-block;
  margin: 18px 0 27px 0;
  vertical-align: middle;
  color: #fff
}

#header .nav .ui.menu .logo img {
  vertical-align: middle
}

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto
}

#header .nav .ui.menu .menu-box ul.menu>li {
  position: relative;
  margin: 0 60px 0 0;
  font-size: 18px;
  letter-spacing: 1px;
  color: #0e0e0e;
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 1rem 0;
  font-weight: 500
}

#header .nav .ui.menu .menu-box ul.menu>li:last-child {
  margin: 0
}

#header .nav .ui.menu .menu-box ul.menu>li>a {
  position: relative;
  display: block;
  padding: 5px 0;
  transition: .5s
}

#header .nav .ui.menu .menu-box ul.menu>li>a:hover {
  color: #28883a
}

#header .nav .ui.menu .menu-box ul.menu>li>a.active {
  color: #28883a
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #28883a;
  display: none \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a {
  display: block
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover {
  background: #222;
  color: white
}

#header .nav .ui.menu .menu-box ul.menu>li:hover>ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9
}
#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu li{
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu li ul.sub-menu{
  top: 0;
  left: 100%;
}
#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 .language {
  position: relative;
  display: inline-block
}

#header .nav .ui.menu .language img {
  vertical-align: middle;
  margin-left: 16px
}

#header .nav .ui.menu .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 10%;
  width: 130px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #28883a;
  display: none \9
}

#header .nav .ui.menu .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px 0 0;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize
}

#header .nav .ui.menu .language ul.sub-menu li a {
  display: block
}

#header .nav .ui.menu .language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px
}

#header .nav .ui.menu .language ul.sub-menu li:hover {
  background: #222;
  color: white
}

#header .nav .ui.menu .language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9
}

#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin: 0 27px 0 0;
  color: #fff;
  cursor: pointer
}

#header .nav .ui.menu .h-search img {
  vertical-align: middle
}

#header .nav .ui.menu .quick h4 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  background-color: #4d8c40;
  border-radius: 26px;
  padding: 14px 31px 12px 31px;
  margin-left: 27px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease
}

#header .nav .ui.menu .quick h4:hover {
  background-color: #5fa137
}

#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none
}

#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%
}

#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none
}

#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0
}

#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px
}

#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70)
}

#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer
}

#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0
}

#banner .slick-arrow:hover {
  background-color: #28883a
}

#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 .sPage {
  text-align: center
}

#banner ul.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 2
}

#banner ul.slick-dots li {
  display: inline-block;
  margin: 0 10px;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 36px;
  cursor: pointer;
  height: 6px;
  background: #c8c3c3;
  border-radius: 0
}

#banner ul.slick-dots li button {
  display: none
}

#banner ul.slick-dots li.slick-active {
  background-color: #4d8c40
}

.about-4-content ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: -3rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.about-4-content ul.slick-dots li {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: rgba(72, 123, 42, 0.35);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.about-4-content ul.slick-dots li button {
  display: none
}

.about-4-content ul.slick-dots li.slick-active {
  background-color: rgba(72, 123, 42, 0.77)
}

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;
  line-height: 30px
}

table tr {
  width: auto !important;
  height: auto !important
}

table tr:nth-child(even) {
  background: #eee
}

#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%
}

#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s
}

#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2)
}

#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px
}

#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1
}

#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

#mobile #menu-on i.line1 {
  top: 12px
}

#mobile #menu-on i.line2 {
  top: 19px
}

#mobile #menu-on i.line3 {
  top: 26px
}

#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white
}

#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px
}

#mobile .menu-content::-webkit-scrollbar-button {
  display: none
}

#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222
}

#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee
}

#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px
}

#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px
}

#mobile .menu-content .menu-logo {
  display: block
}

#mobile .menu-content .menu-logo img {
  margin: 0 auto
}

#mobile .menu-content .menu-list {
  margin: 40px 0
}

#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 1.8;
}

#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block
}

#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline
}

#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}

#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px
}

#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px
}

#mobile .menu-content .mob-search form {
  position: relative
}

#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black
}

#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff
}

#mobile .menu-content .mob-yuy {
  margin: 40px 0
}

#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px
}

#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s
}

#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800
}

#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand
}

#mobile.active {
  left: 0
}

#mobile.active:before {
  right: 0
}

#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px
}

#mobile.active #menu-on i.line2 {
  opacity: 0
}

#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px
}

#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white
}

#mobile.white .menu-content {
  background: white;
  color: black
}

#mobile.white .menu-content .menu-list ul li li a:after {
  background: black
}

#mobile.white .menu-content .mob-search form input {
  border: 1px solid black
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

#banner {
  position: relative;
  margin-top: 144px
}

#banner ul li {
  height: 50vw;
  max-height: 800px;
  background-size: cover
}

#banner ul li .container {
  display: flex;
  align-items: center;
  height: 100%
}

#banner ul li .container .box {
  max-width: 800px
}

#banner ul li .container .box .textC .title {
  color: #fff;
  font-size: 72px;
  font-weight: bold
}

#banner ul li .container .box .textC .des {
  margin-top: 20px;
  color: #fff;
  font-size: 24px
}

#banner ul li .container .box .textC .more {
  display: inline-block;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  background: #28883a;
  color: #fff;
  padding: 16px;
  min-width: 200px;
  text-align: center;
  transition: all .5s
}

#banner ul li .container .box .textC .more:hover {
  background: #5fa137
}

#index-body .about {
  padding-top: 100px
}

#index-body .about .cont {
  z-index: 2;
  padding-bottom: 60px;
  position: relative;
  padding-top: 100px;
  padding-right: 150px
}

#index-body .about .cont::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  z-index: -1;
  background: #a6c287;
  width: 490px;
  height: 100%
}

#index-body .about .cont .titleC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#index-body .about .cont .titleC .des {
  width: 52%;
  font-size: 18px;
  line-height: 1.8
}

#index-body .about .cont .titleC .right .title {
  font-size: 48px;
  padding-right: 180px;
  font-weight: bold
}

#index-body .about .cont .titleC .right .title2 {
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 3px
}

#index-body .about .cont .titleC .right .more {
  display: block;
  background: #679833;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  margin: 20px 60px 0 auto;
  padding: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: all .5s
}

#index-body .about .cont .titleC .right .more:hover {
  background: #5fa137
}

#index-body .about .cont .content {
  margin-top: 90px
}

#index-body .about .cont .content .imgC {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 580px
}

#index-body .about .cont .content .imgC .play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  position: relative
}

#index-body .about .cont .content .imgC .play .cont {
  position: relative;
  z-index: 2;
  font-size: 46px;
  color: #28883a;
  background: #fff;
  border-radius: 50%;
  padding: 0
}

#index-body .about .cont .content .imgC .play .cont::before {
  display: none
}

#index-body .about .cont .content .imgC .play .cont i {
  margin-left: 6px
}

#index-body .about .cont .content .imgC .play .ling {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  animation: ks 3s linear infinite
}

#index-body .about .cont .content .imgC .play .ling:last-child {
  animation-delay: -1.5s
}

#index-body .about .cont2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px
}

#index-body .about .cont2 ul li {
  margin-top: 40px
}

#index-body .about .cont2 ul li .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all .5s
}

#index-body .about .cont2 ul li .box:hover {
  transform: translateY(-10px)
}

#index-body .about .cont2 ul li .box .img {
  width: 60px
}

#index-body .about .cont2 ul li .box .text {
  width: calc(100% - 60px);
  padding-left: 10px
}

#index-body .about .cont2 ul li .box .text .top {
  font-size: 18px;
  line-height: 1
}

#index-body .about .cont2 ul li .box .text .top em {
  font-size: 48px;
  font-weight: bold;
  margin-right: 4px
}

#index-body .about .cont2 ul li .box .text .bottom {
  font-size: 24px
}

#index-body .i-product {
  background-color: #f7f7f7
}

#index-body .i-product .ui.container {
  max-width: 1581px;
  position: relative;
  margin: auto;
  padding: 0 15px
}

#index-body .i-product li {
  position: relative;
  text-align: center;
  height: auto
}

#index-body .i-product li:nth-child(4) img {
  margin-top: -23px
}

#index-body .i-product li:nth-child(4) h3 {
  margin-top: 23px
}

#index-body .i-product li .img {
  margin-top: 52px;
  min-height: 88px
}

#index-body .i-product li .img::before {
  content: '';
  position: absolute;
  top: 35%;
  left: 25%;
  background: url(../images/pr-xz.png) no-repeat;
  width: 65px;
  height: 40px
}

#index-body .i-product li img {
  position: relative;
  z-index: 1
}

#index-body .i-product li h3 {
  letter-spacing: 1px;
  color: #333333;
  font-size: 16px;
  margin-top: 24px;
  padding-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

#index-body .product {
  position: relative;
  overflow: hidden
}

#index-body .product .ip-bg {
  position: absolute;
  top: -5%;
  right: 0;
  z-index: -1;
  -webkit-animation: swim 5s ease-in-out 0s infinite;
  -moz-animation: swim 5s ease-in-out 0s infinite;
  animation: swim 5s ease-in-out 0s infinite;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

#index-body .product .ip-bg .all {
  background: url(../images/new-product-shape-2.png) no-repeat
}

#index-body .product .ui.container {
  max-width: 1611px;
  padding: 0 15px;
  position: relative;
  margin: auto
}

#index-body .product .product-header {
  padding-top: 95px
}

#index-body .product .product-header .left {
  width: 28%
}

#index-body .product .product-header .left h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #818181;
  margin-top: 14px
}

#index-body .product .product-header .left h4 {
  font-size: 50px;
  letter-spacing: 2px;
  color: #383a39;
  font-weight: bold;
  line-height: normal
}

#index-body .product .product-header .right {
  width: 72%;
  margin-top: 76px
}

#index-body .product .product-header .right li {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #3b3b3b;
  margin-right: 20px;
  position: relative;
}

#index-body .product .product-header .right li a{
  display: block;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all .5s;
  padding: 2px 6px;
  border-radius: 4px;
}

#index-body .product .product-header .right li a:hover{
  border: 1px solid #4d8c40;
  color: #4d8c40;
}

#index-body .product .product-header .right li:last-child {
  margin-right: 0
}

#index-body .product .product-header .right li.active::after {
  width: 100%;
  content: '';
  bottom: -5px;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #4d8c40
}

#index-body .product .product-content {
  margin-top: 47px;
  display: none
}

#index-body .product .product-content .slick-slide {
  margin-right: 0.5%
}

#index-body .product .product-content .column {
  margin-bottom: 45px;
  position: relative;
  padding: 0 10px
}

#index-body .product .product-content .column::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(96, 190, 116, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in
}

#index-body .product .product-content .column .share {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

#index-body .product .product-content .column:hover::after {
  opacity: 1
}

#index-body .product .product-content .column:hover .share {
  top: 50%;
  opacity: 1
}

#index-body .product .product-content .column .box {
  border: solid 1px #f4f4f4;
  background: white
}

#index-body .product .product-content .column .box a.img-box {
  display: block;
  border-bottom: 1px solid #f4f4f4
}

#index-body .product .product-content .column .box img {
  width: 100%
}

#index-body .product .product-content .column .box .content {
  display: block;
  padding: 20px 5px;
  text-align: center
}

#index-body .product .product-content .column .box .content h3 {
  font-size: 16px;
  color: #959595;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%)
  }

  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
  }
}

@keyframes qodef-animate-image-out {
  0% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
  }

  100% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0)
  }
}

#index-body .proCat {
  position: relative;
  margin-top: 50px
}

#index-body .proCat .imgList {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

#index-body .proCat .imgList ul {
  height: 100%
}

#index-body .proCat .imgList ul li {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

#index-body .proCat .imgList ul li .box {
  height: 100%;
  background-size: cover;
  clip-path: inset(0 100% 0 0);
  animation: qodef-animate-image-out 1s linear
}

#index-body .proCat .imgList ul li.active .box {
  clip-path: inset(0 0 0 0);
  animation: qodef-animate-image-in 1s linear
}

#index-body .proCat .content {
  position: relative
}

#index-body .proCat .content .btn {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  font-size: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b5b4b4;
  cursor: pointer;
  transition: all .5s;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translateY(-50%);
  z-index: 2
}

#index-body .proCat .content .btn:hover {
  background: #4d8c40;
  color: #fff
}

#index-body .proCat .content ul li .box {
  min-height: 920px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 20px 0
}

#index-body .proCat .content ul li .box .container {
  width: 100%
}

#index-body .proCat .content ul li .box .textC {
  max-width: 950px
}

#index-body .proCat .content ul li .box .textC .num {
  font-size: 24px;
  font-weight: 600;
  font-style: italic
}

#index-body .proCat .content ul li .box .textC .title {
  margin-top: 50px;
  font-weight: bold;
  font-size: 48px
}

#index-body .proCat .content ul li .box .textC .des {
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px
}

#index-body .proCat .content ul li .box .textC .more {
  min-width: 200px;
  padding: 16px;
  background-color: #4d8c40;
  display: inline-block;
  margin-top: 40px;
  transition: all .5s;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center
}

#index-body .proCat .content ul li .box .textC .more:hover {
  background: #5fa137
}


.mob_code {
  border: 3px solid #FFFFFF;
}
.bg {
  background-color: #FFFFFF;
}
.lpk_phone {
  display: none;
}

.i-category {
  padding: 60px 0;
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
}
.i-category .Tit {
  font-size: 24px;
}
.i-category .list ul {
  margin: -15px;
}
.i-category .list li {
  padding: 15px;
}
.page_Design .box {
  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;
  position: relative;
  padding: 10vh 0;
  height: 100vh;
}
.page_Design .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5%;
  bottom: 5%;
  right: 0;
  left: 70%;
  background: url(../images/category-bg.jpg);
}
.page_Design .box .fk-tit {
  position: absolute;
  top: 10%;
  left: 15%;
  text-align: center;
}
.page_Design .box .fk-tit .tag {
  color: #c9b16f;
}
.page_Design .box .fk-tit .Tit {
  font-size: 115px;
  line-height: 1;
  font-weight: bold;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: .75;
  color: #afafaf;
  margin-top: 60px;
}
.page_Design .box .left {
  width: 70%;
}
.page_Design .box .left > div {
  overflow: hidden;
}
.page_Design .box .right {
  width: 30%;
  text-align: center;
  padding: 0 40px;
}
.page_Design .box .right li {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.page_Design .box .right li::after {
  /*content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 100%;
  width: 0;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;*/
}
.page_Design .box .right li + li {
  margin-top: 30px;
}
.page_Design .box .right li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.page_Design .box .right li.active::after {
  width: 400px;
}
.page_Design .box .right li.active a {
  color: #c9b16f;
  background-size: 100% 1px;
}
.page_Design .swiper .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_Design .swiper .swiper-wrapper .swiper-slide {
  width: 70vw;
}
.page_Design .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 150px;
}
.page_Design .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
}
.page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content .img + .img {
  margin-left: 150px;
}

#index-body .why {
  margin-top: 62px;
  position: relative;
  overflow: hidden
}

#index-body .why .why-all {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

#index-body .why .right {
  padding-left: 5%;
  background: #fff;
  box-shadow: 25px 0px 18px 12px rgba(0, 0, 0, 0.03)
}

#index-body .why .right .header {
  margin-top: 99px
}

#index-body .why .right .header h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #28883a
}

#index-body .why .right .header h4 {
  letter-spacing: 1px;
  font-size: 48px;
  line-height: normal;
  margin-top: 10px
}

#index-body .why .right .header .des {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  max-width: 670px
}

#index-body .why .right .header .des2 {
  max-width: 670px;
  border-top: 2px solid #93d3a1;
  border-bottom: 2px solid #93d3a1;
  padding: 20px 0;
  position: relative;
  margin-top: 30px
}

#index-body .why .right .header .des2 img {
  position: absolute;
  top: 10px;
  right: 80px
}

#index-body .why .right .header .des2 .list {
  display: flex;
  align-items: flex-start;
  margin-top: 20px
}

#index-body .why .right .header .des2 .list:first-child {
  margin-top: 0
}

#index-body .why .right .header .des2 .list .cir {
  width: 10px;
  height: 10px;
  background: #87a780;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px
}

#index-body .why .right .header .des2 .list .cir div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4d8c40
}

#index-body .why .right .header .des2 .list .text2 {
  width: calc(100% - 10px);
  padding-left: 12px;
  font-size: 18px
}

#index-body .why .right .more {
  margin-top: 42px
}

#index-body .why .right .more a {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #487b2a;
  width: 22.06%;
  text-align: center;
  padding: 18px 0 17px 0;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in
}

#index-body .why .right .more a:hover {
  background-color: #60be74
}

#index-body .why .why-bg {
  position: absolute;
  right: 15px;
  bottom: -15%;
  -webkit-animation: swim 5s ease-in-out 0s infinite;
  -moz-animation: swim 5s ease-in-out 0s infinite;
  animation: swim 5s ease-in-out 0s infinite;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

#index-body .lunch {
  margin-top: 110px;
  position: relative;
  overflow: hidden
}

#index-body .lunch .lunch-bg {
  position: absolute;
  left: 2%;
  bottom: -10%;
  z-index: -1;
  -webkit-animation: swim2 5s linear 0s infinite;
  -moz-animation: swim2 5s linear 0s infinite;
  animation: swim2 5s linear 0s infinite;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

#index-body .lunch .lunch-all {
  margin-left: 16%
}

#index-body .lunch .lunch-all .text {
  width: 46%
}

#index-body .lunch .lunch-all .text h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #838785;
  margin-top: 13px
}

#index-body .lunch .lunch-all .text h4 {
  font-size: 50px;
  letter-spacing: 2px;
  color: #383a39;
  line-height: normal
}

#index-body .lunch .lunch-all .text .left {
  font-size: 18px;
  width: 48%
}

#index-body .lunch .lunch-all .text .p1 {
  letter-spacing: 1px;
  color: #60be74;
  margin-top: 54px;
  line-height: 36px
}

#index-body .lunch .lunch-all .text .p2 {
  letter-spacing: 1px;
  color: #929593;
  margin-top: 25px;
  width: 86%;
  line-height: 36px
}

#index-body .lunch .lunch-all .text .more {
  margin-top: 81px
}

#index-body .lunch .lunch-all .text .more a {
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  background-color: #60be74;
  width: 49.7%;
  text-align: center;
  padding: 18px 0 17px 0;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in
}

#index-body .lunch .lunch-all .text .more a:hover {
  background-color: #487b2a
}

#index-body .lunch .lunch-all .text .right {
  padding-left: 4%
}

#index-body .lunch .lunch-all .text .right ul {
  margin-top: 60px
}

#index-body .lunch .lunch-all .text .right li {
  margin-bottom: 27px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #8a8a8a
}

#index-body .lunch .lunch-all .text .right li span {
  margin-left: 10px
}

#index-body .lunch .lunch-all .text .right li:last-child {
  margin-bottom: 0
}

#index-body .lunch .lunch-all .img {
  width: 54%;
  padding-bottom: 76px;
  position: relative
}

#index-body .lunch .lunch-all .img .img-header {
  margin-top: 43px;
  position: relative
}

#index-body .lunch .lunch-all .img .img-header .bg {
  position: absolute;
  top: 134px;
  right: 0
}

#index-body .lunch .lunch-all .img .img-header .img2 {
  position: absolute;
  top: 115px;
  right: 0
}

#index-body .lunch .lunch-all .img .img-header .lj {
  position: absolute;
  top: -8px;
  right: 64px;
  -webkit-animation: swim1 5s linear 0s infinite;
  -moz-animation: swim1 5s linear 0s infinite;
  animation: swim1 5s linear 0s infinite;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

#index-body .lunch .lunch-all .img .xhs {
  position: absolute;
  left: 0;
  bottom: 8%;
  -webkit-animation: move 5s linear 0s infinite;
  -moz-animation: move 5s linear 0s infinite;
  animation: move 5s linear 0s infinite;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

#index-body .lunch .lunch-all .img .arrow {
  position: absolute;
  left: -18%;
  bottom: 20%;
  -webkit-animation: swim2 5s linear 0s infinite;
  -moz-animation: swim2 5s linear 0s infinite;
  animation: swim2 5s linear 0s infinite;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

#index-body .lunch .lunch-all .img .nyg {
  position: absolute;
  right: 172px;
  bottom: 0
}

#index-body .news {
  position: relative;
  margin-top: 90px;
  padding-bottom: 80px
}

#index-body .news .news-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

#index-body .news .news-header .container .left {
  max-width: 620px;
  font-weight: 700;
  font-size: 48px
}

#index-body .news .news-header .container .right a {
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px;
  min-width: 220px;
  text-align: center;
  background: #28883a;
  color: #fff;
  transition: all .5s;
  display: inline-block
}

#index-body .news .news-header .container .right a:hover {
  background: #60be74
}

#index-body .news .news-content {
  margin-top: 30px
}

#index-body .news .sPage {
  margin-top: 10px;
  text-align: center
}

#index-body .news .sPage ul li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e3e3e3;
  cursor: pointer;
  display: inline-block;
  margin: 2px 14px
}

#index-body .news .sPage ul li.slick-active {
  background: #28883a
}

#index-body .news .sPage ul li button {
  display: none
}

#index-body .news .news-content .line {
  height: 1px;
  margin-top: 30px;
  background: #e7e7e7;
  width: calc(100% - 120px);
  margin-left: 60px
}

#index-body .news .news-content .line:first-child {
  margin-top: 0
}

#index-body .news .news-content ul {
  margin: 0 -50px;
  margin-top: 30px
}

#index-body .news .news-content ul li {
  padding: 0 50px
}

#index-body .news .news-content ul li .box .img {
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden
}

#index-body .news .news-content ul li .box .img img{
  height: 260px;
  width: 100%;
  object-fit: cover;
}

#index-body .news .news-content ul li .box .time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #28883a;
  margin-top: 20px
}

#index-body .news .news-content ul li .box .time img {
  width: 20px;
  margin-right: 10px
}

#index-body .news .news-content ul li .box .title {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all .5s
}

#index-body .news .news-content ul li .box .title:hover {
  color: #28883a
}

#index-body .news .news-content ul li .box .des {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.8;
}

#index-body .news .news-content ul li .box .more {
  margin-top: 20px;
  display: inline-block
}

.inner-banner {
  height: 459px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  z-index: 1;
  padding-top: 150px;
  margin-top: 144px
}

.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1
}

.inner-banner h3 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  line-height: 42px
}

.inner-banner .mbx {
  font-size: 16px;
  font-weight: 500;
  color: #fff
}

.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  letter-spacing: 1px
}

.inner-banner .mbx span {
  color: #28883a
}

.about-page {
  margin-top: 114px;
  padding-bottom: 160px
}

.about-page .about-1 {
  position: relative
}

.about-page .about-1 .about-1-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-animation: swim 3s ease-in-out 0s infinite;
  -moz-animation: swim 3s ease-in-out 0s infinite;
  animation: swim 3s ease-in-out 0s infinite;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

.about-page .about-1 .ui.container {
  max-width: 1487px;
  padding: 0 15px;
  position: relative;
  margin: auto
}

.about-page .about-1 .box2 {
  position: relative
}

.about-page .about-1 .box2 .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
  line-height: 62px
}

.about-page .about-1 .box2 .play img {
  vertical-align: middle
}

.about-page .about-1 .box2 .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1
}

.about-page .about-1 .box2 .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s
}

.about-page .about-1 .left .box2>img {
  width: 100%
}

.about-page .about-1 .right {
  margin-top: 22px;
  padding-left: 60px
}

.about-page .about-1 .right .small-tit {
  font-size: 59px;
  letter-spacing: 1px;
  color: #333;
  line-height: normal;
  font-weight: 700;
  position: relative
}

.about-page .about-1 .right .small-tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 6px;
  background-color: #32a345
}

.about-page .about-1 .right .title {
  font-size: 59px;
  letter-spacing: 1px;
  color: #333;
  line-height: 60px;
  font-weight: bold
}

.about-page .about-1 .right h5 {
  font-size: 19px;
  font-weight: 500;
  margin-top: 39px
}

.about-page .about-1 .right .text {
  font-size: 18px;
  color: #333;
  margin-top: 29px;
  width: 92%;
  line-height: 32px;
  max-height: 422px;
  overflow-y: auto;
  padding-right: 6px;
}

.about-page .about-1 .right .more {
  width: 23.5%;
  margin-top: 41px;
  min-width: 220px
}

.about-page .about-1 .right .more a {
  display: block;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  font-size: 18px;
  padding: 14px 0 12px 0;
  background-color: #4d8c40;
  border-radius: 26px
}

.about-page .about-2 {
  margin-top: 6rem
}

.about-page .about-2 .box {
  display: flex
}

.about-page .about-2 .ui.container {
  max-width: 1487px;
  padding: 0 15px;
  position: relative;
  margin: auto
}

.about-page .about-2 .column {
  background-color: #6ab43e;
  text-align: center;
  color: #fff
}

.about-page .about-2 .column:nth-child(2) {
  background-color: #5fa137
}

.about-page .about-2 .column:nth-child(3) {
  background-color: #548e31
}

.about-page .about-2 .column:last-child {
  background-color: #487b2a
}

.about-page .about-2 .column img {
  margin-top: 33px;
  min-height: 65px;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -moz-transition: all 2s ease
}

.about-page .about-2 .column img:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg)
}

.about-page .about-2 .column h3 {
  font-size: 26px;
  line-height: normal;
  margin-top: 15px
}

.about-page .about-2 .column p {
  font-size: 18px;
  font-weight: 300;
  margin: 16px 35px 65px 35px;

}

.about-page .about-3 {
  margin-top: 85px;
  position: relative
}

.about-page .about-3 .about-3-bg {
  position: absolute;
  top: -38%;
  left: 0;
  z-index: -1;
  -webkit-animation: swim 3s ease-in-out 0s infinite;
  -moz-animation: swim 3s ease-in-out 0s infinite;
  animation: swim 3s ease-in-out 0s infinite;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

.about-page .about-3 .ui.container {
  max-width: 1487px;
  padding: 0 15px;
  position: relative;
  margin: auto
}

.about-page .about-3 .header {
  text-align: center
}

.about-page .about-3 .header h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #838785;
  margin-top: 12px
}

.about-page .about-3 .header h4 {
  font-size: 50px;
  letter-spacing: 2px;
  color: #383a39;
  line-height: normal;
  margin-top: 12px
}

.about-page .about-3 .about-3-content {
  margin-top: 35px
}

.about-page .about-3 .about-3-content {
  margin-right: -1.5rem
}

.about-page .about-3 .about-3-content .slick-slide {
  margin-right: 1.5rem
}

.about-page .about-4 {
  margin-top: 112px;
  position: relative
}

.about-page .about-4 .ui.container {
  max-width: 1513px;
  position: relative;
  padding: 0 15px;
  margin: auto
}

.about-page .about-4 .about-4-bg {
  position: absolute;
  right: 0;
  top: -35%;
  z-index: -1;
  -webkit-animation: swim 3s ease-in-out 0s infinite;
  -moz-animation: swim 3s ease-in-out 0s infinite;
  animation: swim 3s ease-in-out 0s infinite;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

.about-page .about-4 .header {
  text-align: center
}

.about-page .about-4 .header h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #838785
}

.about-page .about-4 .header h4 {
  letter-spacing: 2px;
  color: #383a39;
  font-size: 50px;
  line-height: normal;
  margin-top: 12px
}

.about-page .about-4 .about-4-content {
  margin-top: 27px;
  margin-right: -1.5rem
}

.about-page .about-4 .about-4-content .slick-slide {
  margin-right: 1.5rem
}

@-webkit-keyframes swim {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg)
  }

  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg)
  }

  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg)
  }
}

@-webkit-keyframes swim1 {
  0% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg)
  }

  50% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg)
  }

  100% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg)
  }
}

@-webkit-keyframes swim2 {
  0% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg)
  }

  100% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg)
  }
}

@-webkit-keyframes move {
  25% {
    transform: translateX(-60px)
  }

  50% {
    transform: translateY(-60px)
  }

  75% {
    transform: translateY(0)
  }

  100% {
    transform: translateX(130px)
  }
}

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

  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0
  }
}

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

  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0
  }
}

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

  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0
  }
}

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

  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0
  }
}

@keyframes scale_hx {
  0% {
    transform: scale(0);
    opacity: 0
  }

  50% {
    transform: scale(0.6);
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@keyframes swim {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg)
  }

  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg)
  }

  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg)
  }
}

@keyframes swim1 {
  0% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg)
  }

  50% {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg)
  }

  100% {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg)
  }
}

@keyframes swim2 {
  0% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg)
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg)
  }

  100% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg)
  }
}

@keyframes move {
  25% {
    transform: translateX(-60px)
  }

  50% {
    transform: translateY(-60px)
  }

  75% {
    transform: translateY(0)
  }

  100% {
    transform: translateX(130px)
  }
}

#footer {
  background-size: cover;
  background: #101010
}

#footer .fTop {
  padding: 60px 0;
  background-size: cover
}

#footer .fTop .title1 {
  display: flex;
  justify-content: center
}

#footer .fTop .title1 p {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: 500
}

#footer .fTop .title2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-top: 20px
}

#footer .fTop form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1270px;
  margin: 30px auto 0;
  flex-wrap: wrap
}

#footer .fTop form input {
  width: 280px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  background: none;
  font-size: 16px;
  color: #fff;
  font-weight: 500
}

#footer .fTop form input::placeholder {
  color: rgba(255, 255, 255, 0.7)
}

#footer .fTop form .content {
  width: 420px
}

#footer .fTop form .btn {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  min-width: 160px;
  background: #fff;
  cursor: pointer;
  transition: all .5s
}

#footer .fTop form .btn:hover {
  background: #4d8c40;
  color: #fff
}

#footer .fBottom .container {
  padding-bottom: 60px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #1f1f1f;
  z-index: 2
}

#footer .fBottom .container .subImg {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 556px;
  height: 272px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#footer .fBottom .container .listCont {
  padding-top: 80px
}

#footer .fBottom .container .listCont .logo {
  display: block;
  margin-bottom: 40px
}

#footer .fBottom .container .listCont .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px
}

#footer .fBottom .container .listCont .list img {
  width: 24px
}

#footer .fBottom .container .listCont .list .text {
  width: calc(100% - 24px);
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff
}

#footer .fBottom .container .listCont .first {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.6;
}

#footer .fBottom .container .listCont .list2Cont{
  display: flex;
  flex-wrap: wrap;
}
#footer .fBottom .container .listCont .list2 {
  margin-top: 10px;
  padding-right: 10px;
  line-height: 1.8;
}

#footer .fBottom .container .listCont .list2 a {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.7);
  transition: all .5s;
  font-size: 16px
}

#footer .fBottom .container .listCont .list2 a:hover {
  color: #fff
}

#footer .fBottom .container .listCont .list2 a .list2Img {
  width: 4px;
  height: 7px;
  filter: grayscale(1);
  transition: all .5s;
  margin-top: 8px
}

#footer .fBottom .container .listCont .list2 a .list2Text {
  width: calc(100% - 4px);
  padding-left: 10px
}

#footer .fBottom .container .listCont .list2 a:hover .list2Img {
  filter: grayscale(0)
}

#footer .fBottom .container .listCont #ewm {
  background: #fff;
  padding: 6px
}

#footer .fBottom .container .listCont1 {
  width: 440px;
  padding-top: 0
}

#footer .fBottom .container .listCont2 {
  width: 170px
}

#footer .fBottom .container .listCont3 {
  width: 400px
}

#footer .fBottom .container .listCont4 {
  width: 200px
}

#footer .fBottom .container .listCont5 {
  width: 170px
}

#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8)
}

#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap
}

#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 8px
}

#footer .copyright .container a {
  margin: 0 5px
}

#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px
}

#footer .copyright .top {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#footer .copyright .left {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right
}

#footer .copyright .right ul li {
  width: auto;
  font-size: 16px
}

#footer .copyright .right ul li a {
  display: block;
  margin: 0 15px;
  color: #fff;
  transition: all .5s
}

#footer .copyright .right ul li a:hover {
  color: #4d8c40
}

@media screen and (max-width:1700px) {
  .page_Design .box .fk-tit{
    left: 10%;
  }
  #index-body .why .why-bg {
    right: 56px
  }

  #index-body .why .why-bg img {
    width: 90%
  }
}

@media screen and (max-width:1650px) {
  #index-body .why .right .header h4 {
    font-size: 40px
  }

  #index-body .lunch .lunch-all .text .left {
    font-size: 16px
  }

  #index-body .lunch .lunch-all .text .right {
    padding-left: 0
  }

  #index-body .lunch .lunch-all .text .right li {
    font-size: 16px
  }

  #index-body .why .right .header {
    margin-top: 10px
  }
    .page_Design .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-right: 100px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content .img + .img {
    margin-left: 100px;
  }
  .page_Design .box .right {
    padding: 0 15px;
  }
  .page_Design .box .right li {
    font-size: 22px;
  }
  .page_Design .box .fk-tit {
    top: 20%;
  }
  .page_Design .box .fk-tit .Tit {
    font-size: 80px;
  }
  .page_Design .box .right li.active::after {
    width: 200px;
  }
}

@media screen and (max-width:1500px) {
  #index-body .product .product-header .right li {
    font-size: 18px;
    margin-right: 2%
  }

  #index-body .why .right .header p {
    font-size: 18px;
    width: 70%
  }

  #index-body .lunch .lunch-all .text h4 {
    font-size: 45px
  }

  #footer .fBottom .container .listCont3{
    order: 2;
    width: calc(100% - 500px);
  }
  #footer .fBottom .container .listCont2{
    order: 3;
  }
  #footer .fBottom .container .listCont4{
    order: 4;
  }
  #footer .fBottom .container .listCont5{
    order: 5;
  }
}

@media screen and (max-width:1480px) {
  #header .nav .ui.menu .menu-box ul.menu>li {
    margin-right: 20px
  }

  #index-body .why .why-bg {
    right: 52px
  }

  #index-body .why .why-bg img {
    width: 80%
  }
}

@media screen and (max-width:1400px) {
  #index-body .proCat .content .btn {
    left: 90%
  }

  #index-body .why .right .header h4 {
    font-size: 30px
  }

  #index-body .why .right .header p {
    font-size: 16px
  }

  #index-body .proCat .content ul li .box {
    min-height: 50vw
  }

  .about-page .about-1 .right {
    padding-left: 20px
  }

  .about-page .about-1 .right .small-tit {
    font-size: 46px
  }

  .about-page .about-1 .right .title {
    font-size: 46px
  }

  #footer .fTop form {
    width: 100%
  }
    .page_Design .box .right li {
    font-size: 18px;
  }
  .page_Design .box .right li.active::after {
    width: 100px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-right: 50px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content .img + .img {
    margin-left: 50px;
  }
  .page_Design .box .fk-tit {
    display: none;
  }
}

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

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

@media screen and (max-width:1250px) {
  #header .nav {
    padding: 10px 0
  }

  #header .nav .ui.menu {
    flex-wrap: wrap
  }

  #header .nav .ui.menu .h-search {
    width: 50%;
    min-width: 50%;
    margin: 0 27px 0 auto;
    text-align: right
  }

  #header .nav .ui.menu .menu-box {
    min-width: 50%
  }

  #header .nav .ui.menu .logo {
    margin: 10px 0
  }

  #header .nav .ui.menu .menu-box ul.menu>li {
    padding: 10px 0
  }

  #banner {
    margin-top: 132px
  }

  #banner ul li .container .box .textC .title {
    font-size: 50px
  }

  #index-body .why .why-bg img {
    width: 70%
  }

  #index-body .about .cont::before {
    display: none
  }

  #index-body .about .cont {
    padding-right: 0;
    padding-top: 0
  }

  #index-body .about .cont2 ul li .box .text .top em {
    font-size: 40px
  }

  #index-body .lunch .lunch-all .text h4 {
    font-size: 36px
  }

  #index-body .lunch .lunch-all .text .more a {
    font-size: 16px
  }

  #index-body .lunch .lunch-all .text .right li {
    margin-bottom: 15px
  }

  #index-body .lunch .lunch-all .text .p1 {
    margin-top: 22px
  }

  #index-body .lunch .lunch-all .text .right ul {
    margin-top: 32px
  }

  #index-body .why .right .header p {
    width: 80%
  }

  .inner-banner {
    margin-top: 132px
  }
}

@media screen and (max-width:1200px) {
  #header .nav .ui.menu .menu-box ul.menu>li {
    font-size: 18px
  }

  #index-body .news .news-content ul {
    margin: 30px -10px 0
  }

  #index-body .news .news-content ul li {
    padding: 0 10px
  }

  #footer .fTop form input {
    width: 100%
  }

  #footer .fTop form .content {
    width: 100%
  }

  #footer .fTop form .btn {
    margin-top: 20px
  }
    .page_Design .swiper .swiper-wrapper .swiper-slide {
    width: 70vw;
  }
  .page_Design .box .left {
    width: 70%;
  }
  .page_Design .box .right {
    width: 30%;
  }
  .page_Design .box::before {
    left: 60%;
  }
}

@media screen and (max-width:1100px) {
  #index-body .product .product-header .left h4 {
    font-size: 36px
  }

  #index-body .product .ip-bg {
    display: none
  }

  #index-body .why .why-bg {
    display: none
  }

  #index-body .why .right .header p {
    font-size: 16px;
    width: 100%
  }

  #index-body .why .right .more {
    margin-top: 20px
  }

  #index-body .why .right .more a {
    font-size: 16px;
    width: 27%
  }

  #index-body .lunch .lunch-all {
    margin-left: 0
  }

  #index-body .lunch .lunch-all .text h4 {
    font-size: 39px
  }

  #index-body .lunch .lunch-all .text .p1 {
    margin-top: 20px
  }

  #index-body .lunch .lunch-all .text .p2 {
    margin-top: 20px
  }

  #index-body .lunch .lunch-all .text .more {
    margin-top: 38px
  }

  #index-body .lunch .lunch-all .text .more a {
    font-size: 16px
  }

  #index-body .lunch .lunch-all .text .right ul {
    margin-top: 30px
  }

  .about-page .about-1 .right .small-tit {
    font-size: 36px
  }

  .about-page .about-1 .right .title {
    font-size: 36px
  }

  .about-page .about-1 .right h5 {
    margin-top: 9px
  }

  .about-page .about-1 .right .text {
    margin-top: 15px
  }

  .about-page .about-1 .right .more {
    margin-top: 20px
  }

  .about-page .about-1 .right .more a {
    font-size: 16px
  }
}

@media screen and (max-width:1024px) {
  #header .nav .ui.menu .menu-box ul.menu>li {
    font-size: 18px
  }
}

@media screen and (max-width:1000px) {
  .phone_hide {
    display: none !important
  }
.yayinfoot,seoIndustry {
  display: none !important
}
  .ui.container {
    width: 100%
  }

  #header {
    display: none
  }

  #header .nav .ui.menu .logo img {
    padding: 0;
    height: 40px
  }

  #header .nav .ui.menu .quick {
    display: none
  }

  #banner {
    margin-top: 40px;
    padding-top: 0
  }

  #banner ul li .container .box .textC .title {
    font-size: 40px
  }

  #banner ul li .container .box .textC .des {
    display: none
  }

  #index-body .about .cont .titleC .right .title {
    padding-right: 0
  }

  #index-body .about .cont .titleC .right {
    order: -2;
    width: 100%
  }

  #index-body .about .cont .titleC .right .more {
    margin: 20px 0 0 0
  }

  #index-body .about .cont .titleC .des {
    width: 100%;
    margin-top: 20px
  }

  #index-body .product .product-header .left h4 {
    font-size: 26px
  }

  #index-body .why {
    display: none
  }

  #index-body .lunch {
    display: none
  }

  .inner-banner {
    margin-top: 40px;
    background: #000 !important;
    height: auto;
    padding: 40px 0
  }

  .grid-box.four>.column {
    width: 50%
  }

  .about-page .about-1 .left {
    width: 100%
  }

  .about-page .about-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0
  }

  .about-page .about-1 .right .small-tit::before {
    width: 80px
  }

  .about-page .about-1 .right .small-tit {
    font-size: 28px
  }

  .about-page .about-1 .right .title {
    font-size: 28px
  }

  .about-page .about-1 .right .text {
    width: 100%;
    font-size: 16px
  }

  .about-page .about-1 .right .more {
    width: 35%
  }

  .about-page .about-2 .box {
    flex-wrap: wrap
  }

  .about-page .about-2 .column {
    width: 50%
  }

  #footer .fBottom .container .listCont2,
  #footer .fBottom .container .listCont3,
  #footer .fBottom .container .listCont4 {
    display: none
  }

  #footer .fBottom .container .listCont1 {
    width: 100%
  }

  #footer .fBottom .container .listCont5 {
    padding-top: 40px
  }

  #footer .fBottom .container .subImg {
    width: 50vw;
    height: 58vw
  }

  #footer .copyright .right {
    display: none
  }

    .lpk_pc {
    display: none;
  }
  .lpk_phone {
    display: block;
  }
}

@media screen and (max-width:700px) {
  #index-body .i-product .grid-box.six>.column {
    width: 50%
  }

  #index-body .product .product-header {
    padding-top: 30px
  }

  #index-body .product .product-header .left {
    width: 100%
  }

  #index-body .product .product-header .right {
    width: 100%
  }

  #index-body .product .product-header .left h4 {
    font-size: 30px
  }

  #index-body .product .product-header .right li {
    font-size: 14px;
    margin-right: 1%
  }

  #index-body .product .product-content {
    margin-top: 20px
  }

  #index-body .product .ip-bg {
    display: none
  }

  #index-body .why {
    display: none
  }

  .inner-banner h3 {
    font-size: 20px;
    line-height: 1.8;
  }

  .about-page {
    margin-top: 20px;
    padding-bottom: 60px
  }

  .about-page .about-1 .right .small-tit {
    font-size: 24px
  }

  .about-page .about-1 .right .title {
    font-size: 24px;
    line-height: normal
  }

  .about-page .about-1 .right h5 {
    margin-top: 10px
  }

  .about-page .about-1 .right .text {
    font-size: 16px;
    margin-top: 10px;
    width: 100%
  }

  .grid-box.four>.column {
    width: 100%
  }

  .about-page .about-3 .header h4 {
    font-size: 30px;
    margin-top: 0
  }

  .about-page .about-3 {
    margin-top: 25px
  }

  .about-page .about-4 {
    margin-top: 12px
  }

  .about-page .about-4 .header h4 {
    font-size: 36px
  }
}

@media screen and (max-width:500px) {
  #banner ul li {
    height: 260px
  }

  #banner ul li .container .box .textC .title {
    font-size: 30px;
    line-height: 1.4
  }

  #banner ul li .container .box .textC .more {
    padding: 10px;
    margin-top: 10px
  }

  #banner ul.slick-dots {
    bottom: 10px
  }

  #banner ul.slick-dots li {
    width: 20px;
    margin: 2px 5px;
    height: 4px
  }

  #index-body .about {
    padding-top: 40px
  }

  #index-body .about .cont .titleC .right .title {
    font-size: 24px
  }

  #index-body .about .cont {
    padding-bottom: 0
  }

  #index-body .product .product-header .right {
    margin-top: 20px
  }

  #index-body .news {
    margin-top: 30px;
    padding-bottom: 40px
  }

  #index-body .news .news-header .container .left {
    font-size: 24px;
    margin-bottom: 10px
  }

  #index-body .news .sPage ul li {
    margin: 2px 4px
  }

  #footer .fTop .title2 {
    font-size: 24px
  }

  #footer .fTop form {
    margin-top: 10px
  }

  #footer .fTop form input {
    padding: 10px 0
  }

  #footer .fBottom .container {
    padding-bottom: 40px
  }
}

.inner-page .m-page {
  text-align: center
}

.inner-page .container {
  max-width: 1480px
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  font-size: 18px;
  display: inline-block;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 3px
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #28883a;
  color: white
}

#cat_nav {
  background: #f8f6f9;
  font-size: 16px
}

#cat_nav .ui {
  display: flex;
  flex-wrap: wrap
}

#cat_nav .ui li a {
  padding: 10px 20px;
  margin: 5px;
  transition: all .5s;
  display: block
}

#cat_nav .ui li a:hover,
#cat_nav .ui li a.active {
  background: #4d8c40;
  color: #fff
}

.contact-page .form ul {
  margin: -8px
}

.contact-page .form ul li {
  padding: 8px
}

.contact-page .form ul li input,
.contact-page .form ul li textarea {
  width: 100%;
  border: none;
  line-height: 26px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #eef0f3;
  font-size: 14px;
  color: black
}

.contact-page .form ul li input::-webkit-input-placeholder,
.contact-page .form ul li textarea::-webkit-input-placeholder {
  color: #686868;
  text-transform: capitalize
}

.contact-page .form ul li input:-moz-placeholder,
.contact-page .form ul li textarea:-moz-placeholder {
  color: #686868;
  text-transform: capitalize
}

.contact-page .form ul li input::-moz-placeholder,
.contact-page .form ul li textarea::-moz-placeholder {
  color: #686868;
  text-transform: capitalize
}

.contact-page .form ul li input:-ms-input-placeholder,
.contact-page .form ul li textarea:-ms-input-placeholder {
  color: #686868;
  text-transform: capitalize
}

.contact-page .form ul li.wid-100 {
  width: 100%
}

.contact-page .form ul li textarea {
  height: 160px
}

.contact-page .form ul li input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 7px 50px;
  border-radius: 20px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #28883a;
  margin-top: 10px
}

.contact-page .form ul li input[type="submit"]:hover {
  background: #487b2a
}

.contact-page {
  padding: 80px 0 0
}

.contact-page h3 {
  font-size: 30px;
  color: #303036;
  text-transform: capitalize;
  line-height: 1
}

.contact-page .left {
  padding-right: 5%
}

.contact-page .left .info {
  margin: 40px 0 80px;
  max-width: 470px
}

.contact-page .left .info ul li {
  margin-bottom: 35px;
  font-size: 18px;
  color: rgba(48, 48, 54, 0.9);
  line-height: 30px;
  padding-left: 35px;
  position: relative
}

.contact-page .left .info ul li:last-child {
  margin-bottom: 0
}

.contact-page .left .info ul li i {
  position: absolute;
  left: 0;
  top: 0
}

.contact-page .left .info ul li i img {
  display: inline-block;
  vertical-align: middle
}

.contact-page .left .share {
  margin-top: 20px
}

.contact-page .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  background: #707070;
  color: white;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 15px
}

.contact-page .left .share ul li a {
  display: block
}

.contact-page .left .share ul li:hover {
  background: #28883a
}

.contact-page .left .share ul li:last-child {
  margin-right: 0
}

.contact-page .right {
  padding-left: 5%
}

.contact-page .right .form {
  margin-top: 40px
}

.gallery-page {
  padding: 70px 0
}

.gallery-page .gallery-list ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

.gallery-page .gallery-list ul li {
  padding: 15px
}

.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
  height: 100%;
}

.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block
}

.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-weight: 500;
  font-size: 18px;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.gallery-page .gallery-list ul li .box:hover h5 {
  background: #28883a;
  color: white
}

@media screen and (max-width:1600px) {
  .contact-page h3 {
    font-size: 30px
  }

  .contact-page .left .share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
  }

  .contact-page .left .info {
    margin: 40px 0 60px
  }

  .contact-page {
    padding: 80px 0 0
  }
}

@media screen and (max-width:1200px) {
  .inner-banner .play {
    max-width: 40px;
    margin-top: 20px
  }

  .contact-page .left .info ul li {
    font-size: 16px;
    margin-bottom: 25px
  }

  .contact-page .left .share ul li {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px
  }

  .contact-page {
    padding: 60px 0 0
  }
}

@media screen and (max-width:1000px) {
  .contact-page .left .info {
    margin: 20px 0
  }
.inner-page.news-page h1 {
  font-size: 20px;
  line-height: 1.6;
}
  .contact-page .left .info ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.7
  }

  .contact-page .form ul li {
    width: 100%
  }

  .contact-page .form ul li input,
  .contact-page .form ul li textarea {
    padding: 5px 10px
  }

  .contact-page .form ul li textarea {
    height: 120px
  }

  .contact-page .form ul li input[type="submit"] {
    padding: 4px 30px;
    font-size: 16px;
    margin-top: 0
  }

  .contact-page .form {
    margin-top: 20px
  }

  .contact-page {
    padding: 40px 0 0
  }

  .contact-page .left {
    width: 100% !important;
    padding-right: 0
  }

  .contact-page .right {
    width: 100% !important;
    padding-left: 0;
    padding-top: 40px
  }

  .contact-page .left .share {
    margin-top: 10px
  }

  .gallery-page {
    padding: 40px 0
  }

  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px
  }
}

@media screen and (max-width:700px) {
  .contact-page h3 {
    font-size: 22px
  }

  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px
  }
}

.product-yd-page {
  padding-right: 70px;
}

.product-yd-page ul {
  margin: -40px -20px
}

.product-yd-page ul li {
  padding: 40px 20px
}

.product-yd-page ul li a {
  display: block
}

.product-yd-page ul li a img {
  width: 100%
}

.product-yd-page ul li a h5 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5px 15px;
  font-size: 24px;
  color: black;
  text-align: center;
  background: #eee
}

.product-yd-page .top {
  display: block
}

.product-yd-page .top .left {
  width: 25%;
  vertical-align: middle
}

.product-yd-page .top .left h3 {
  font-size: 36px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center
}

.product-yd-page .top .right {
  width: 75%;
  vertical-align: middle;
  padding-left: 50px;
  border-left: 1px solid #ededed
}

.product-yd-page .top .right .text {
  padding: 30px 0;
  font-size: 18px;
  color: #797979;
  line-height: 2
}

.product-yd-page .nav {
  margin-bottom: 40px
}

.product-yd-page .nav ul {
  margin: -3px -6px
}

.product-yd-page .nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 6px
}

.product-yd-page .nav ul li a {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #373737;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative
}

.product-yd-page .nav ul li a:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background: #4d8c40
}

.product-yd-page .nav ul li a:hover {
  color: #4d8c40
}

.product-yd-page .nav ul li a:hover:after,
.product-yd-page .nav ul li a.active:after {
  opacity: 1
}

.product-yd-page .search {
  padding: 45px 0;
  text-align: right
}

.product-yd-page .search form {
  width: 260px;
  position: relative;
  margin-left: auto;
  margin-right: 0
}

.product-yd-page .search form input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #b5b5b5;
  padding-left: 32px;
  padding-right: 10px;
  font-size: 18px;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.product-yd-page .search form input[type='submit'] {
  width: 32px;
  padding: 0;
  background: url("../images/icon-search.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: none
}

.product-yd-page .search form input:focus {
  border-color: #4d8c40
}

.product-yd-page .title{
  font-size: 30px;
  font-weight: 700;
}
.product-yd-page .cat_des{
  font-size: 18px;
  margin: 20px 0 10px;
}
.product-yd-page .bottom ul {
  margin: -30px -15px;
  margin-bottom: 0;
}

.product-yd-page .bottom ul li {
  padding: 30px 15px
}

.product-yd-page .bottom ul li a.img {
  display: block;
  background: #f8f8f8;
  overflow: hidden;
  display: block;
  position: relative;
}

.product-yd-page .bottom ul li a.img img {
  width: 100%;
  transition: all .5s;
  display: block;
}

.product-yd-page .bottom ul li a.img .img2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
}
.product-yd-page .bottom ul li a.img:hover .img1{
  transform: translateY(-100%);
  opacity: 0;
}
.product-yd-page .bottom ul li a.img:hover .img2{
  transform: translateY(0);
  opacity: 1;
}

.product-yd-page .bottom ul li h5 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 15px;
  font-size: 20px;
  color: black;
  text-align: center;
  background: #eee;

}

.product-yd-page .bottom ul li h5 div{
      overflow:hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

.prodet-page {
  padding: 90px 0 110px
}

.prodet-page .m-link {
  padding-top: 30px
}

.prodet-page .m-link a {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
  transition: all .5s
}

.prodet-page .m-link a:hover {
  color: #4d8c40
}

.prodet-page .top {
  display: block
}

.prodet-page .top .left {
  width: 25%;
  vertical-align: middle
}

.prodet-page .top .left h3 {
  font-size: 36px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center
}

.prodet-page .top .right {
  width: 75%;
  vertical-align: middle;
  padding-left: 50px;
  border-left: 1px solid #ededed
}

.prodet-page .top .right .text {
  padding: 30px 0;
  font-size: 18px;
  color: #797979;
  line-height: 2
}

.prodet-page .box {
  padding-top: 0 !important
}

.prodet-page .box .gallery {
  width: 16%;
  overflow: hidden;
  padding-right: 11px
}

.prodet-page .box .gallery .box2 {
  overflow: hidden;
  position: relative
}

.prodet-page .box .gallery ul {
  margin: -5px;
  position: static
}

.prodet-page .box .gallery ul li {
  padding: 5px
}

.prodet-page .box .gallery ul li a {
  display: block
}

.prodet-page .box .gallery ul .slick-arrow {
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  background-color: #222;
  font-size: 0;
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
  border: none;
  opacity: 0
}

.prodet-page .box .gallery ul .slick-arrow:after {
  content: '';
  font-size: 20px;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white
}

.prodet-page .box .gallery ul .slick-arrow:hover {
  background-color: #4d8c40
}

.prodet-page .box .gallery ul .slick-arrow.slick-prev {
  top: 0
}

.prodet-page .box .gallery ul .slick-arrow.slick-prev:after {
  content: "\f102"
}

.prodet-page .box .gallery ul .slick-arrow.slick-next {
  bottom: 0
}

.prodet-page .box .gallery ul .slick-arrow.slick-next:after {
  content: "\f103"
}

.prodet-page .box .gallery ul:hover .slick-arrow {
  opacity: 1
}

.prodet-page .box .img {
  width: 50%;
  padding-right: 30px;
  /*vertical-align: middle*/
}

.prodet-page .box .img a {
  display: block;
  overflow: hidden
}

.prodet-page .box .img img {
  width: 100%;
  background: #f8f8f8
}

.prodet-page .box .text {
  width: 34%;
  vertical-align: middle
}

.prodet-page .box .text h3 {
  display: block;
  font-size: 36px;
  color: #242424;
  font-weight: bold;
}
.prodet-page .box .text h1 {
  display: block;
  font-size: 30px;
  color: #242424;
  font-weight: bold;
  line-height: 1.6;
}

.prodet-page .box .text .content {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin: 25px 0 40px;
  max-height: 330px;
  overflow-y: auto;
  padding-right: 10px;
}

.prodet-page .box .text .content table tr {
  border-top: 1px solid #f0edeb;
  border-bottom: 1px solid #f0edeb;
  background: none
}

.prodet-page .box .text .content table tr td {
  border: none;
  line-height: normal
}

.prodet-page .box .text .btn a {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #4d8c40;
  border: 1px solid #4d8c40;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.prodet-page .box .text .btn a:hover {
  background: #4d8c40;
  color: white
}

.prodet-page .feat {
  padding-top: 60px
}

.prodet-page .feat h3 {
  display: block;
  font-size: 24px;
  color: #242424;
  font-weight: bold
}

.prodet-page .feat .content {
  display: block;
  padding-top: 50px;
  font-size: 16px;
  line-height: 1.8;
  color: black
}
.prodet-page .feat .content strong {
  font-weight: 600;
}
.prodet-page .rec {
  padding-top: 70px
}

.prodet-page .rec h3 {
  display: block;
  font-size: 24px;
  color: #242424;
  font-weight: bold
}

.prodet-page .rec .list {
  padding-top: 40px
}

.prodet-page .rec .list ul {
  margin: -15px
}

.prodet-page .rec .list ul li {
  padding: 15px
}

.prodet-page .rec .list ul li a.img-box {
  display: block;
  background: #f8f8f8
}

.prodet-page .rec .list ul li a.img-box img {
  width: 100%
}

.prodet-page .rec .list ul li h5 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5px 15px;
  font-size: 24px;
  color: black;
  text-align: center;
  background: #eee
}

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

  .prodet-page,
  .product-yd-page {
    padding: 60px 0;
  }
  .product-yd-page{
    padding-right: 40px;
  }

  .product-yd-page .search {
    padding: 25px 0
  }

  .prodet-page .top .left h3,
  .product-yd-page .top .left h3 {
    font-size: 28px
  }

  .prodet-page .top .right .text,
  .product-yd-page .top .right .text {
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 0
  }

  .prodet-page .box {
    padding-top: 50px
  }

  .prodet-page .box .text .btn a {
    width: auto;
    padding: 0 25px;
    font-size: 16px
  }

  .prodet-page .feat .content {
    padding-top: 30px
  }

  .prodet-page .rec {
    padding-top: 40px
  }

  .prodet-page .rec .list ul li h5,
  .product-yd-page .bottom ul li h5 {
    font-size: 16px;
    padding: 5px 0
  }

  .product-yd-page .bottom ul li {
    padding: 10px
  }

  .product-yd-page .bottom ul {
    margin: -10px
  }

  .product-yd-page ul li {
    padding: 10px
  }

  .product-yd-page ul {
    margin: -10px
  }
}

@media screen and (max-width:1000px) {
  .product-yd-page{
    padding-right: 0;
  }
  .product-yd-page ul li a h5 {
    bottom: 5px;
    font-size: 18px
  }

  .product-yd-page .top .right {
    padding-left: 20px
  }

  .prodet-page .top .right .text,
  .product-yd-page .top .right .text {
    font-size: 14px;
    line-height: 1.6;
    padding: 0
  }

  .product-yd-page .top .right,
  .prodet-page .top .right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 20px
  }

  .product-yd-page .top .left,
  .prodet-page .top .left {
    width: 100%;
    text-align: left
  }

  .prodet-page .top .left h3,
  .product-yd-page .top .left h3 {
    text-align: left
  }

  .product-yd-page .search {
    text-align: left
  }

  .product-yd-page .search form {
    margin-left: 0
  }

  .prodet-page .box .text h3 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .box .text h1 {
    font-size: 20px;
    line-height: 1.6;
  }
  .prodet-page .box .text .content {
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
  }

  .prodet-page .box .img {
    width: 75%;
    padding-right: 0
  }

  .prodet-page .box .gallery {
    width: 25%
  }

  .prodet-page .box .text {
    width: 100%;
    padding-top: 30px
  }

  .prodet-page .rec .list ul li {
    padding: 10px
  }

  .prodet-page .rec .list ul {
    margin: -10px
  }
}

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

  .prodet-page,
  .product-yd-page {
    padding: 40px 0
  }
  .product-yd-page{
    padding: 0;
  }

  .prodet-page .feat .content table tbody {
    min-width: 700px;
    white-space: nowrap
  }
}

.news-page {
  padding: 90px 0
}

.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px
}

.news-page {
  padding: 80px 0
}

.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7
}

.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px
}

.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px
}

.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px
}

.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #4d8c40;
  border: 1px solid #4d8c40;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: #4d8c40;
  color: #fff
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0)
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: #4d8c40
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #4d8c40;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1
}

.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0
}

.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-left: 20px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 2
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #4d8c40
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #4d8c40
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 7px 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover
}
.seoPublic .seoIndustry .text strong {
  font-weight: 600;
}
.inner-page.news-page h2,.seoPublic .seoIndustry .text h2 {
  color: #4d8c40;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}
.inner-page.news-page h3, .seoPublic .seoIndustry .text h3 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content ol li,
.newdet-page .sidebar-box .sidebar-right .newdet-content .content ul li {
    padding: 0 0 0 10px;
    list-style: square;
    list-style-position: inside;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content strong {
  font-weight: 600;
}
.seoPublic .seoIndustry .text ol li,.seoPublic .seoIndustry .text ul li {
    padding: 0 0 0 10px;
    list-style: disc;
    list-style-position: inside;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #4d8c40
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, #4d8c40, #4d8c40);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
  width: 100%;
  padding: 30px 40px;
  border-bottom: 1px dashed #ccc
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
  display: flex
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
  font-size: 24px;
  color: #272727;
  text-transform: uppercase
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
  background-color: #4d8c40;
  color: #fff;
  font-size: 28px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b
}

.inner-page.news-page h1,
.inner-page.news-page h2,
.inner-page.news-page h3 {
  font-weight: 700
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  transition: 0.5s
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
  font-size: 16px;
  color: #4d8c40;
  transition: all .5s ease;
  text-transform: capitalize
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover > a {
  font-weight: bold
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active{
  font-weight: bold;
  color: #000;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li li a.active{
  color: #4d8c40;
  font-weight: bold;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%
}
.inner-page .sidebar-box .sidebar-right.wid-100{
  width: 100%;
}

.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #4d8c40;
  border: 1px solid #4d8c40;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0)
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  position: relative
}

.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 28px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 1.8;
  color: #555
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  line-height: 2;
  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;
  margin-top: 40px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 30px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 255px
}

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

  .news-page,
  .newdet-page {
    padding: 60px 0
  }

  .news-page .newsList {
    margin-bottom: 50px
  }
}

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

  .inner-page.news-page .sidebar-box .sidebar-left,
  .inner-page .sideLeft {
    display: none
  }

  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sideRight {
    width: 100%
  }

  .inner-page .sidebar-box .content .right h3 a {
    font-size: 20px !important;
    line-height: 2
  }

  .news-page .newsList {
    padding-right: 0
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 20px
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border: none
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 100%
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    border-right: none;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7
  }

  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding: 10px 0
  }
}

@media screen and (max-width:768px) {
  .news-page .newsList {
    padding-right: 0
  }
}

@media screen and (max-width:500px) {
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    padding: 30px 0
  }

  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    flex-wrap: wrap
  }

  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none
  }
}

.faq-page {
  padding: 100px 0;
  background: rgba(217, 232, 217, 0.16)
}

.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
  cursor: pointer
}

.faq-page .faqbox .ui.container ul.faqlist li .top {
  min-height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 160px;
  padding-right: 40px;
  width: 100%
}

.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: #A7D78E
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative
}

.video-page {
  padding: 100px 0
}

.video-page ul {
  margin: 0 -10px
}

.video-page ul li {
  margin-top: 10px;
  padding: 0 10px
}

.video-page ul li .box {
  padding: 10px;
  border: 1px solid #f2f2f2;
  position: relative
}

.video-page ul li .box video {
  display: block;
  width: 100%
}

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

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 10px 20px;
    padding-right: 40px
  }

  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none
  }

  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px
  }

  .video-page {
    padding: 40px 0
  }
}



    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic>div {
        padding: 60px 0;
    }

    .seoPublic>div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .left img {
        width: 100%;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 18px;
        line-height: 1.8;
        color: #666;
        max-height: 200px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li a.img-box img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: #4d8c40;
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.8;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: #4d8c40;
        color: #4d8c40;
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: #4d8c40;
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: #4d8c40;
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    /*.seoPublic .text a {
        color: #4d8c40;
    }*/

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        padding: 10px 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: #4d8c40;
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        line-height: 1.6;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: #4d8c40;
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid #4d8c40;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #4d8c40;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: #4d8c40;
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 2;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #4d8c40;
            border-radius: 5px;
            color: white;
            position: relative;
        }

        #cp-Nav .nav div.title i{
            position: absolute;
            top: 12px;
            right: 10px;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav>ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic>div {
            padding: 30px 0;
        }

        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }