body {
  max-width: 1920px;
  --color: #58b530;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #575757;
}
.container {
  padding: 0 15px;
  max-width: 1330px;
  margin: auto;
  width: 100%;
}
.slick-track{
  width: 100%
}
.more {
  width: 169px;
  height: 56px;
  border-radius: 28px;
  border: solid 1px #ffffff;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.more::after {
  content: "\e76f";
  font-family: "iconfont" !important;
  /*width: 25px;
  height: 6px;*/
  /*background: url(../images/jt2.png) no-repeat center center / 100%;*/
  margin-left: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  -webkit-transform: translate(5px);
  -moz-transform: translate(5px);
  -ms-transform: translate(5px);
  transform: translate(5px);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 19px 0;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin-left: 65px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 45px;
  color: #181a1c;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  height: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0 16px 0 20px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu .h-language span i {
  margin-left: 7px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background-color: #eee;
  padding: 48px 0 38px;
  z-index: 100;
  font-weight: 500;
}
#header .dropdown ul img{
height: 230px;
width: auto;
display: block;
margin: 0 auto;
border-radius: 20px;
}
#header .dropdown ul .img-box{
  padding: 30px 0
}
#header .dropdown ul .t1{
  transition: .5s
}
#header .dropdown ul .t1:hover{
  color: var(--color)
}
#header .dropdown.active {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
#banner video{
  width: 100%
}
#banner .video{
  position: relative;
}
#banner .video::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #070f1e;
  opacity: 0.4
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner .swiper-slide .text .more {
  margin: 0 auto;
}
#banner .btn {
  position: absolute;
  right: 160px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 400px;
  width: 5px;
  z-index: 5;
  color: #fff;
}
#banner .btn .pagination {
  width: 398px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#banner .btn .pag {
  height: 3px;
  margin-top: -1.5px;
  background: var(--color);
  position: relative;
  -webkit-transition: 1200ms;
  -moz-transition: 1200ms;
  transition: 1200ms;
  width: 0;
}
#banner .btn .pag span {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #58b530;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  margin-top: -4px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
#banner .btn .num {
  position: absolute;
  left: 0;
  top: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .btn .total {
  position: absolute;
  left: 0;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.smt span {
  font-weight: bold;
}
.title span {
  font-weight: bold;
}
.lh-1 {
  line-height: 1;
}
.col {
  color: var(--color);
}
#index-body {
  overflow: hidden;
}
#index-body .product .top .left {
  width: 35%;
}
#index-body .product .top .right {
  width: 60%;
  position: relative;
}
#index-body .product .top .right .line {
  height: 1px;
  background-color: #565656;
  opacity: 0.16;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .product .top .right ul {
  position: relative;
  z-index: 2;
}
#index-body .product .top .right ul li {
  width: 66px;
  height: 66px;
  background-color: #fbfbfb;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #fbfbfb;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .product .top .right ul li img {
  max-height: 56px;
}
#index-body .product .top .right ul li:hover,
#index-body .product .top .right ul li.active {
  border: solid 1px #58b530;
}
#index-body .product .bottom {
  position: relative;
}
#index-body .product .bottom .item {
  display: none;
}
#index-body .product .bottom .item.active {
  display: block;
}
#index-body .product .bottom ul {
  padding: 0 32%;
  overflow: hidden;
  min-height: 700px;
}
#index-body .product .bottom ul .slick-list {
  overflow: visible;
}
#index-body .product .bottom ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom ul li .img {
  position: relative;
}
#index-body .product .bottom ul li .img > img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#index-body .product .bottom ul li .img .bg {
  width: 370px;
  height: 370px;
  background-color: #58b530;
  opacity: 0.14;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -48%);
  -moz-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
  /*animation: op 1.5s 1 forwards;*/
#index-body .product .bottom ul li .img .bt {
  position: absolute;
  left: 50%;
  top: 29%;
  z-index: 6;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
-webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#index-body .product .bottom ul li .img .p_bg2{
    transform: translate(-10%,-30%);
      opacity: 0
}
#index-body .product .bottom ul li .img .p_bg{
  position: relative;

}
#index-body .product .bottom ul li .img .p_bg::after{
content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: none;
   background: var(--color);
   border-radius: 50%;
    z-index: -1;
    -webkit-animation: ks 2s 
linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s 
linear infinite;
}
#index-body .product .bottom ul li .img .bt:hover .p_bg2{
animation: op 1.5s 1 forwards;
}
#index-body .product .bottom ul li .img .bt:hover .t1{
animation: op 1.5s 1 forwards;
animation-delay: 0.5s
}
#index-body .product .bottom ul li .img .bt .t1 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-left: 6px;
  white-space: nowrap;
  opacity: 0
}
#index-body .product .bottom ul li .btn {
  width: 327px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 15px auto;
 -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .product .bottom ul .img img{
  transition: .5s
}
#index-body .product .bottom ul .img:hover img{
 transform: scale(1.1)
}

#index-body .product .bottom ul .slick-slide li .img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
   -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .product .bottom ul .slick-slide li .img a{
    display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#index-body .product .bottom ul .slick-slide li .img a>img{
  margin: 0 auto
}
#index-body .product .bottom ul .slick-slide li .btn {
  opacity: 0;
}
#index-body .product .bottom ul .slick-slide li .bt {
  opacity: 0;
}
#index-body .product .bottom ul .slick-slide li .bg {
  background-color: #031120;
}
#index-body .product .bottom ul .slick-active li {
  padding-top: 25%;
}
#index-body .product .bottom ul .slick-active li .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .product .bottom ul .slick-active li .img .bt {
  opacity: 1;
}
#index-body .product .bottom ul .slick-active li .img .bg {
  background-color: #58b530;
}
#index-body .product .bottom ul .slick-active li .btn {
  opacity: 1;
}
#index-body .product .bottom .slickBtn .prev {
  /*width: 210px;*/
  background: none;
  /*position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;*/
  /*padding-left: 41px;*/
  color: #575757;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
   font-size: 30px;
  padding-right: 2px
}
#index-body .product .bottom .slickBtn .prev .quan {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .product .bottom .slickBtn .prev img {
  margin-right: 11px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom .slickBtn .prev:hover img {
  -webkit-transform: translate(-10px);
  -moz-transform: translate(-10px);
  -ms-transform: translate(-10px);
  transform: translate(-10px);
}
#index-body .product .bottom .slickBtn .prev:hover{
  background: #000000;
  color: #ffffff;
}
#index-body .product .bottom .slickBtn .next {

  background: none;
  color: #575757;
  /*position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;*/
  /*padding-right: 41px;*/
  position: absolute;
  right: 0;
  bottom: 60px;
   width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  padding-left: 2px
}
#index-body .product .bottom .slickBtn .next:hover{
  background: #000000;
  color: #ffffff;
}
#index-body .product .bottom .slickBtn .next .quan {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .product .bottom .slickBtn .next img {
  margin-left: 11px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .bottom .slickBtn .next:hover img {
  -webkit-transform: translate(10px);
  -moz-transform: translate(10px);
  -ms-transform: translate(10px);
  transform: translate(10px);
}
#index-body .product .bottom .slickBtn .quan {
  width: 82px;
  height: 82px;
  border: solid 1px #000000;
  background: none;
  position: absolute;
}
#index-body .about {
  background: url(../images/comy.jpg) no-repeat center center / cover;
  position: relative;
  background-attachment: fixed;
}
#index-body .about .box {
  max-width: 860px;
  margin: 0 auto;
  color: #fff;
}
#index-body .about .box .cont {
  line-height: 2;
  letter-spacing: 1px;
}
#index-body .about .box .more {
  margin: 0 auto;
}
#index-body .about .play {
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  font-size: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color);
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
#index-body .about .play:after,
#index-body .about .play:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: none;
  border-radius: inherit;
  border: 1px solid #fff;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .play:before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .advantage .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#index-body .advantage .box .left {
  width: 45%;
}
#index-body .advantage .box .left .st {
  color: #d8eece;
}
#index-body .advantage .box .left .cont {
  line-height: 2;
}
#index-body .advantage .box .right {
  width: 46%;
  border-radius: 50px;
}
#index-body .advantage .box .right img {
  width: 100%;
}
#index-body .advantage .btn1 {
  position: absolute;
  left: 0;
  bottom: 50px;
  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;
  z-index: 5;
}
#index-body .advantage .btn1 .pagination {
  width: 398px;
  height: 1px;
  margin: 0 10px;
  position: relative;
}
#index-body .advantage .btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #000;
  margin-top: -1px;
}
#index-body .advantage .prev,
#index-body .advantage .next {
  position: absolute;
  z-index: 6;
  top: 50%;
  cursor: pointer;
}
#index-body .advantage .prev::before,
#index-body .advantage .next::before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  border: solid 1px #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  border-radius: 50%;
}
#index-body .advantage .prev img,
#index-body .advantage .next img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .prev {
  padding-left: 40px;
  left: 0;
  -webkit-transform: translate(-120%, -50%);
  -moz-transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
}
#index-body .advantage .prev::before {
  left: 0;
}
#index-body .advantage .prev:hover img {
  -webkit-transform: translate(-10px);
  -moz-transform: translate(-10px);
  -ms-transform: translate(-10px);
  transform: translate(-10px);
}
#index-body .advantage .next {
  padding-right: 40px;
  right: 0;
  -webkit-transform: translate(120%, -50%);
  -moz-transform: translate(120%, -50%);
  -ms-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
}
#index-body .advantage .next::before {
  right: 0;
}
#index-body .advantage .next:hover img {
  -webkit-transform: translate(10px);
  -moz-transform: translate(10px);
  -ms-transform: translate(10px);
  transform: translate(10px);
}
#index-body .dates {
  margin-top: -40px;
  background: url(../images/adv-bg.jpg) no-repeat center center / cover;
}
#index-body .dates li em {
  line-height: 1;
}
#index-body .dates li p {
  color: #909090;
  font-weight: bold;
}
#index-body .dates li .dot1 {
  width: 5px;
  height: 5px;
  background-color: #f2daaf;
  margin-right: 2px;
}
#index-body .dates li .dot2 {
  width: 22px;
  height: 5px;
  background-color: #58b530;
  border-radius: 2px;
}
#index-body .dates .line {
  width: 1px;
  height: 156px;
  background-color: #000000;
  opacity: 0.1;
}
#index-body .application .slick-track .slick-slide > div {
  height: auto;
}
#index-body .application ul {
  margin-right: -27px;
}
#index-body .application ul li {
  padding-right: 27px;
  margin-bottom: 30px;
}
#index-body .application .box {
  display: block;
}
#index-body .application .box .img-box {
  border-radius: 30px;
}
#index-body .application .box .t1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .application .box .t1:hover {
  color: var(--color);
}
#index-body .application .box .jt img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .application .box .jt:hover img {
  -webkit-transform: translate(20px);
  -moz-transform: translate(20px);
  -ms-transform: translate(20px);
  transform: translate(20px);
}
#index-body .news {
  background: #fbfbfb;
  overflow: hidden;
}
#index-body .news .top .btns {
  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;
  zoom: 0.6;
}
#index-body .news .top .btns .prev,
#index-body .news .top .btns .next {
  position: relative;
  z-index: 6;
  top: 50%;
  cursor: pointer;
}
#index-body .news .top .btns .prev,
#index-body .news .top .btns .next {
  content: "";
  /*display: block;*/
  width: 82px;
  height: 82px;
  border: solid 1px #000000;
  /*position: absolute;
  top: 50%;*/
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .news .top .btns .prev img,
#index-body .news .top .btns .next img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .news .top .btns .prev::before {
  left: 0;
}
#index-body .news .top .btns .prev:hover img {
  -webkit-transform: translate(-10px);
  -moz-transform: translate(-10px);
  -ms-transform: translate(-10px);
  transform: translate(-10px);
}

#index-body .news .top .btns .prev:hover,
#index-body .news .top .btns .next:hover{
  background: #000000;
  color: #ffffff;
}

#index-body .news .top .btns .next {
  /*padding-right: 25px;*/
    margin-left: 42px;
}
#index-body .news .top .btns .next::before {
  right: 0;
}
#index-body .news .top .btns .next:hover img {
  -webkit-transform: translate(10px);
  -moz-transform: translate(10px);
  -ms-transform: translate(10px);
  transform: translate(10px);
}
#index-body .news ul {
  margin-right: -18px;
  overflow: hidden;
  width: 123%;
  padding-right: 30%;
}
#index-body .news ul .slick-list {
  overflow: visible;
}
#index-body .news ul li {
  padding-right: 18px;
}
#index-body .news ul li .img-box {
  border-radius: 30px;
}
#index-body .news ul li a {
  display: block;
}
#index-body .news ul li .t1 {
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news ul li .t1:hover {
  color: var(--color);
}
#index-body .news ul li .time {
  color: #565656;
  font-style: italic;
  font-weight: 300;
}
#index-body .news ul li .jt img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news ul li .jt:hover img {
  -webkit-transform: translate(10px);
  -moz-transform: translate(10px);
  -ms-transform: translate(10px);
  transform: translate(10px);
}
strong {
  font-weight: bold;
}
a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer {
  color: #a6a6a6;

}
#footer .contact {
  border-bottom: 1px solid rgba(3, 17, 32, 0.1);
}
#footer .contact .title{
  color: #565656;
}
#footer .back {
  width: 78px;
  height: 78px;
  background-color: #031120;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 78px;
  -webkit-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(150%, -50%);
  -moz-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
  cursor: pointer;
}
#footer .f-box .f-contact li {
  margin-bottom: .5em;
}
#footer .f-box .f-contact li p {
  color: #565656;
}
#footer .f-box .f-contact li p:first-of-type {
  font-size: 16px;
  color: #7c7c7c;
  font-weight: 300;
}
#footer .f-box .f-product .tit,
#footer .f-box .f-about .tit,
#footer .f-box .f-app .tit {
  color: #565656;
}
#footer .f-box .f-product ul li,
#footer .f-box .f-about ul li,
#footer .f-box .f-app ul li {
  line-height: 2;
  -webkit-transition: .3 s;
  -moz-transition: .3 s;
  transition: .3 s;
}
#footer .f-box .f-product ul li:hover,
#footer .f-box .f-about ul li:hover,
#footer .f-box .f-app ul li:hover {
  color: #565656;
}
#footer .f-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -60px;
}
#footer .f-code > a {
  width: 35px;
  height: 35px;
  background-color: #4d4d4d;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 17px;
}
#footer .f-code > a:hover {
  background: var(--color);
}
#footer .f-code > a .iconfont {
  font-size: 16px;
  color: #fff;
}
#footer .f-code #ewm {
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  margin-left: 27px;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #a2a2a2;
  text-align: center;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #a2a2a2;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #a2a2a2;
}
@media screen and (max-width: 1680px) {
  .container {
    max-width: 1380px;
  }
  #index-body .advantage .next {
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    zoom: 0.6;
  }
  #index-body .advantage .prev {
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    zoom: 0.6;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1220px;
  }
  #index-body .advantage .next,
  #index-body .advantage .prev {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #index-body .product .bottom ul {
    padding: 0 25%;
  }
  #index-body .about .play {
    zoom: 0.7;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .btn {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  #index-body .advantage .btn1 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .product .top .right ul {
    margin-top: 30px;
  }
  #index-body .advantage .box .left {
    width: 100%;
  }
  #index-body .advantage .box .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .advantage .box .right img {
    width: 100%;
  }
  #index-body .product .slickBtn {
    display: none;
  }
  #index-body .product .bottom ul {
    padding: 0 0;
  }
  #index-body .product .bottom ul .slick-active li {
    padding-top: 5%;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-about,
  #footer .f-box .f-app,
  #footer .f-code {
    display: none;
  }
  #footer .f-copy .svg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .news .top .btns {
    display: none;
  }
  #footer .back {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #index-body .about .box {
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .news ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #index-body .news ul li {
    padding: 0 10px;
  }
  #index-body .dates ul {
    padding: 0 30px;
  }
  #index-body .about .play {
    zoom: 0.4;
  }
  .more {
    zoom: 0.7;
  }
  #footer .back {
    zoom: 0.8;
  }
  #banner .swiper-slide .text {
    top: 15%;
  }
  #index-body .product .top .right .line {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  #index-body .product .top .right ul {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  #index-body .product .top .right ul li {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  #index-body .product .bottom ul {
    min-height: 670px;
  }
  #index-body .product .bottom ul li .img .bg {
    zoom: 0.9;
  }
}

/*inner*/
.pr {
    position: relative;
}
.inner-banner {
  margin-top: 80px;
}

@media (max-width:1250px) {

  .inner-banner {
    margin-top: 60px;
  }
}

.inner-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-banner .left {
  width: 20%;
  background: url(../images/inner-banner-left.jpg);
  background-size: cover;
}
.inner-banner .right {
  width: 80%;
  background: url(../images/inner-banner-right.jpg);
  background-size: cover;
  color: #FFFFFF;
}
.inner-banner .right.fullscreenset{
  width: 100%;
}

.inner-banner .mml-text {
  padding-left: 100px;
  background: url(../images/inner-banner-after.png) no-repeat left center;
}
.inner-banner h2 {
  text-transform: capitalize;
  line-height: 40px;
}
@media screen and (max-width: 1000px) {
  .inner-banner .left {
    display: none;
  }
  .inner-banner .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .right {
    padding: 0 15px;
  }
  .HoverIcon{
    display: none!important;
  }
  .inner-banner h2{
    display: none;
  }
  .inner-banner .mml-text {
    padding-left: 0;
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.tit1 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 500;
}
.init-5 {
  padding: 80px 0;
}
.init-5 ul {
  margin: -40px;
}
.init-5 ul li {
  padding: 40px;
}
.init-5 ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.init-5 ul li .content .left {
  font-size: 20px;
  text-transform: uppercase;
}
.init-5 ul li .content .left span {
  background: url(../images/time_bg.jpg) no-repeat center;
  background-size: cover;
  color: white;
  font-size: 40px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 5px;
}
.init-5 ul li .content .right {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #dadada;
}
.init-5 ul li .content .right h3 {
  font-size: 20px;
  line-height: 2;
  min-height: 90px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.init-5 ul li .content .right a.more {
  font-size: 14px;
  color: #40b5b1;
}

.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .play::before,
.about-page .about-1 .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-1 .left {
  vertical-align: middle;
}
.about-page .about-1 .left .img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.about-page .about-1 .right {
  vertical-align: middle;
}
.about-page .about-1 a.contact {
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, from(#9bc76b), to(#82b566));
  background-image: -webkit-linear-gradient(left, #9bc76b, #82b566);
  background-image: -moz-linear-gradient(left, #9bc76b, #82b566);
  background-image: linear-gradient(to right, #9bc76b, #82b566);
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}
.about-page .about-2 .left {
  padding-right: 80px;
}
.about-page .about-2 .right .img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.about-page .about-2 .list ul li + li {
  margin-top: 15px;
}
.about-page .about-2 .list h4 {
  line-height: 1;
}
.about-page .about-2 .list h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #73ae53;
}
.about-page .about-2 .list p {
  margin-top: 5px;
  color: #666666;
}
.about-page .about-2 .list i {
  height: 1px;
  background-color: #d2d2d2;
}
.about-page .about-2 .list i::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  left: 100%;
  top: -4px;
  background-color: #73ae53;
}
/*.about-page .about-3 {
  height: 580px;
  background: url(../images/about-3.jpg) no-repeat center;
  background-size: cover;
}*/
.about-page .about-3 img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-4 {
  margin-top: -40px;
}
.about-page .about-4 ul {
  margin: -5px;
}
.about-page .about-4 ul li {
  padding: 5px;
}
.about-page .about-4 .img {
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-4 h4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
}
.about-page .about-4 h4 span {
  line-height: 1;
}
.about-page .about-4 h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #73ae53;
}
.about-page .about-5 .slick-track{
  display: block;
}
.about-page .about-5 {
  background: url(../images/about-5-bg.jpg) no-repeat center bottom;
}
.about-page .about-5 .box {
  margin-top: 80px;
}
.about-page .about-5 .box ul{
  z-index: 1;
}
.about-page .about-5 .box ul::after {
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
  top: 17px;
  background: #000;
  position: absolute;
  z-index: -1;
}
.about-page .about-5 .box ul li i {
  width: 15px;
  height: 15px;
  background: #73ae53;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 17px;
  z-index: 1;
}
.about-page .about-5 .box ul li i::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(115, 174, 83, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-5 .box ul li .left {
  padding-right: 60px;
  text-align: right;
  position: relative;
}
.about-page .about-5 .box ul li .right {
  padding-left: 60px;
  position: relative;
}
.about-page .about-5 .box ul li.odd .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 60px;
}
.about-page .about-5 .box ul li.odd .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
  text-align: right;
}
.about-page .about-5 h5 {
  font-size: 60px;
  line-height: 1;
  color: #81b564;
  
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    margin-top: 40px;
  }
  /*.about-page .about-3 {
    height: 400px;
  }*/
  .about-page .about-5 h5 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  /*.about-page .about-3 {
    height: 300px;
  }*/
  .about-page .about-4 {
    margin-top: 0;
    padding-top: 60px;
  }
  .about-page .about-5 .box {
    margin-top: 40px;
  }
  .about-page .about-5 .box ul {
    padding-left: 20px;
  }
  .about-page .about-5 .box ul li .right,
  .about-page .about-5 .box ul li .left {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .about-page .about-5 .box ul li i {
    left: -18px;
    top: 5px;
  }
  .about-page .about-5 .box ul:after {
    left: 2px;
    top: 5px;
  }
  .about-page .about-5 h5 {
    font-size: 30px;
  }
  .about-page .about-5 .box ul li {
    padding-bottom: 30px;
  }
  .about-page .about-4 {
    padding-bottom: 0;
  }
  .about-page .about-2 {
    padding-top: 0;
  }
}
.app-page .app-1 a.contact {
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, from(#9bc76b), to(#82b566));
  background-image: -webkit-linear-gradient(left, #9bc76b, #82b566);
  background-image: -moz-linear-gradient(left, #9bc76b, #82b566);
  background-image: linear-gradient(to right, #9bc76b, #82b566);
}
.app-page .app-1 ul {
  margin: -10px;
}
.app-page .app-1 ul li {
  width: 25%;
  padding: 10px;
}
.app-page .app-1 ul li.wid-50 {
  width: 50%;
}
.app-page .app-1 ul li .mml-text {
  min-height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.app-page .app-1 ul li .mml-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 50px;
  border-radius: 0 0 50px 0;
  background-color: rgba(115, 174, 83, 0.2);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.app-page .app-1 ul li .mml-text .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.app-page .app-1 ul li .mml-text .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.app-page .app-1 ul li .mml-text h4 {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.app-page .app-1 ul li .mml-text p {
  line-height: 24px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.app-page .app-1 ul li .mml-text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 3px;
  height: 17px;
  border-radius: 3px;
  background-color: #72ac52;
}
.app-page .app-1 ul li .mml-text:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.app-page .app-1 ul li .mml-text:hover .bg {
  opacity: 1;
}
.app-page .app-1 ul li .mml-text:hover h4 {
  color: #FFFFFF;
}
.app-page .app-1 ul li .mml-text:hover p {
  color: #FFFFFF;
}
.app-page .app-2 {
  background-color: #f0f0f0;
}
.app-page .app-2 .box .left {
  width: 35%;
  padding-right: 18px;
  position: sticky;
    top: 100px;
}
.app-page .app-2 .box .left .list {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
}
.app-page .app-2 .box .left .list h2 {
  line-height: 1;
}
.app-page .app-2 .box .left .list h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.app-page .app-2 .box .left .list .target {
  margin-top: 35px;
}

.app-page .app-2 .box .left .list .target ul li {
  position: relative;
  line-height: 50px;
}
.app-page .app-2 .box .left .list .target ul li .tip {
  border-radius: 25px;
  margin-bottom: 10px;
  height: 50px;
  display: flex;
  align-items: center;
}
.app-page .app-2 .box .left .list .target ul li.active i::after {
  content: "-";
}
.app-page .app-2 .box .left .list .target > ul > li > .tip {
  padding-left: 25px;
  padding-right: 35px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  position: relative;
}
/*.app-page .app-2 .box .left .list .target ul li .tip.active*/
.app-page .app-2 .box .right .info{
  display: none
}
.app-page .app-2 .box .right .info.info2.none{
  display: none
}
.app-page .app-2 .box .right .info.active{
  display: block
}
.app-page .app-2 .box .left .list .target ul li i{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  width: 35px;
  color: #FFFFFF;
}
.app-page .app-2 .box .left .list .target ul li i::after {
  content: "+";
}
.app-page .app-2 .box .left .list .target > ul > li > ul {
  display: none;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a.active {
  color: #73ae53;
}
.app-page .app-2 .box .right {
  width: 65%;
  padding-left: 18px;
}
.app-page .app-2 .box .right .content ul li {
  display: none;
}
.app-page .app-2 .box .right .content ul li.active {
  display: block;
}
.app-page .app-2 .box .right .content .mml-text {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.app-page .app-2 .box .right .content .mml-text h4 {
  line-height: 1;
}
.app-page .app-2 .box .right .content .mml-text h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
@media screen and (max-width: 1000px) {
  .app-page .app-1 h2 {
    margin-top: 0;
  }
  .app-page .app-1 ul li.wid-50 {
    width: 100%;
  }
  .app-page .app-1 ul li {
    width: 50%;
  }
  .app-page .app-2 .box .left {
    width: 100%;
    padding: 0;
  }
  .app-page .app-2 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .app-page .app-1 ul li {
    width: 100%;
  }
  .app-page .app-2 .box .left .list {
    padding: 30px 15px;
  }
  .app-page .app-2 .box .right .content .mml-text .text {
    padding: 30px 15px;
  }
}
.honor-page .nav {
  margin: -15px;
}
.honor-page .nav a {
  margin: 15px;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  background-color: #222222;
  padding: 0 45px;
  border-radius: 40px;
}
.honor-page .nav a.active,
.honor-page .nav a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#9bc76b), to(#82b566));
  background-image: -webkit-linear-gradient(left, #9bc76b, #82b566);
  background-image: -moz-linear-gradient(left, #9bc76b, #82b566);
  background-image: linear-gradient(to right, #9bc76b, #82b566);
}
.honor-page .list ul {
  margin: -24px -12px;
}
.honor-page .list ul li {
  padding: 24px 12px;
}
.honor-page .list .mml-text {
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 10px;
}
.honor-page .list h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
@media screen and (max-width: 1000px) {
  .honor-page .nav {
    display: none;
  }
}
.faq-page .list {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 60px;
}
.faq-page .list ul li {
  border-bottom: 1px solid #d2d2d2;
}
.faq-page .list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #73ae53;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.faq-page .list ul li.active::after {
  left: 100%;
}
.faq-page .list ul li.active h4 i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .list h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.faq-page .list h4 span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  position: relative;
}
.faq-page .list h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.faq-page .list h4 i {
  font-size: 30px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: #72ac52;
  background-image: -webkit-gradient(linear, left top, right top, from(#9bc76b), to(#82b566));
  background-image: -webkit-linear-gradient(left, #9bc76b, #82b566);
  background-image: -moz-linear-gradient(left, #9bc76b, #82b566);
  background-image: linear-gradient(to right, #9bc76b, #82b566);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.faq-page .list p {
  margin-top: 15px;
  padding: 0 15px;
  font-size: 16px;
  color: #666;
  display: none;
}
@media screen and (max-width: 1000px) {
  .faq-page .list {
    padding: 30px 15px;
  }
  .faq-page .list h4 i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .faq-page .list ul li {
    padding: 20px 0;
  }
}
.global-page .global-1 .left {
  vertical-align: middle;
}
.global-page .global-1 .right {
  vertical-align: middle;
}
.global-page .global-1 ul li.active h4::after {
  left: 100%;
}
.global-page .global-1 ul li.active h4 i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.global-page .global-1 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
}
.global-page .global-1 h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #73ae53;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.global-page .global-1 h4 span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  position: relative;
}
.global-page .global-1 h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.global-page .global-1 h4 i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: #72ac52;
  background-image: -webkit-gradient(linear, left top, right top, from(#9bc76b), to(#82b566));
  background-image: -webkit-linear-gradient(left, #9bc76b, #82b566);
  background-image: -moz-linear-gradient(left, #9bc76b, #82b566);
  background-image: linear-gradient(to right, #9bc76b, #82b566);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.global-page .global-1 p {
  display: none;
}
.global-page .global-2 {
  overflow: hidden;
}
.global-page .global-2 ul li {
  position: relative;
  display: inline-block;
  height: 370px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.global-page .global-2 ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.global-page .global-2 ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.global-page .global-2 ul li h4 {
  font-size: 35px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  color: #FFFFFF;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.global-page .global-2 ul li:hover::before {
  opacity: 1;
}
.global-page .global-2 ul li:hover h4 {
  opacity: 1;
}
.global-page .global-3 {
  background-color: #f0f0f0;
}
.global-page .global-3 .img {
  display: inline-block;
}
.global-page .global-3 ol {
  text-align: left;
}
.global-page .global-3 ol li img {
  position: absolute;
  left: 0;
  top: 0;
}

.global-page .global-4 {
  background-color: #f0f0f0;
}
.global-page .global-4 ul {
  margin: -20px;
}
.global-page .global-4 ul li {
  padding: 20px;
}
.global-page .global-4 .img {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .global-page .global-1 .left {
    display: none;
  }
  .global-page .global-1 .right {
    width: 100%;
  }
  .global-page .global-2 {
    display: none;
  }
  .global-page .global-4 ul {
    margin: -15px;
  }
  .global-page .global-4 ul li {
    padding: 15px;
  }
  .global-page .global-3 ol {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
  }
}
.product-page .product-1 .box {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 20px;
}
.product-page .extendit h4{
  font-size: 24px;
    line-height: 40px;
    color: #82b566;
}
.product-page .extendit{
  max-height: 300px;
  overflow-y: auto;
}
.product-page .extendit p{
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.product-page .extendit.pt-60imp{
  padding-top: 20px!important;;
}
.product-page .extendit p strong{
  font-weight: 600;
}

.product-page .product-1 .column {
  padding: 0 35px;
}
.product-page .product-1 h4 {
  line-height: 2;
}
.product-page .product-1 h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.product-page .product-1 .images .img {
  border-radius: 20px;
  overflow: hidden;
}
.product-page .product-1 .images .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(34, 34, 34, 0.8);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .product-1 .images .img .text {
  color: #FFFFFF;
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  display: flex;
  align-items: center;
}
.product-page .product-1 .images .img:hover::before {
  opacity: 0.56;
  background: #070f1e;
}
.product-page .product-1 .images .img:hover .text {
  opacity: 1;
}
.product-page .product-1 .images .slick-dots {
  margin-top: 20px;
  text-align: center;
}
.product-page .product-1 .images .slick-dots li {
  margin: 0 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #bcbcbc;
}
.product-page .product-1 .images .slick-dots li.slick-active {
  background-color: #222222;
}
.product-page .product-1 .images .slick-dots li button {
  display: none;
}
.product-page .product-2 {
  margin-top: 10px;
}
.product_list {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #ffffff;
  padding:  20px 0
}
.product_list .img img{
  max-height: 220px;
  display: block;
  margin: 0 auto;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .column {
    width: 100%;
    padding: 30px 0;
  }
}
.sider-box .sider-left {
  width: 30%;
   position: -webkit-sticky;
    position: sticky;
    top: 100px
}
.sider-box .sider-left h2 {
  line-height: 1;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  padding: 15px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .category .catelist > ul > li {
  position: relative
}
.sider-box .sider-left .category .catelist > ul > li > i {
  content: ">";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  font-family: cursive;
  transition: .5s;
  cursor: pointer
}
.sider-box .sider-left .category .catelist > ul > li > i.active{
  transform: rotate(90deg)
}
/*.sider-box .sider-left .category .catelist > ul > li > .iconfont {
  color: #ffffff
}*/
.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form input,
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}
.sider-box .industrystl{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.sider-box .industrystl strong{
  font-weight: 600;
}

.sider-box .sider-right.fullscreenname{
  width: 100%;
}

.sider-box .sider-right .product_list h1{
      font-size: 24px;
    color: #82b566;
    line-height: 40px;
}

@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product-page .product-1 .images .img .text {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .product_list {
    padding: 15px;
  }
}
.prodet-page .prodet-1 {
  border-radius: 20px;
  padding: 20px;
  background-color: #f0f0f0;
}
.prodet-page .prodet-1 .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-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;*/
}
.prodet-page .prodet-1 .left .big {
  width: 85%;
  padding: 20px
}
.prodet-page .prodet-1 .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .left .big .slick-arrow.slick-next {
  right: 40px;
}

.prodet-page .prodet-1 .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden
}
.prodet-page .prodet-1 .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .left .small {
  width: 15%;
 padding: 20px 0

}
.prodet-page .prodet-1 .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left .small ul li img {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}


.prodet-page .prodet-1 .starts {
  color: #73ae53;
}
.prodet-page .prodet-1 .content {
  padding: 10px;
  border-radius: 10px;
  background-color: #e3e9e0;
}
.prodet-page .prodet-1 .content .text {
  height: 190px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 28px;
}
.prodet-page .prodet-1 .content .abcnoheight{
  font-size: 14px;
  line-height: 28px;
  max-height: 440px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .content .abcnoheight p strong{
  font-weight: 700;
}

.prodet-page .prodet-1 .content .text p,.prodet-page .prodet-1 .content .abcnoheight p {
  color: #5e5e5e;
}
.prodet-page .prodet-1 .info {
  border-radius: 20px;
  line-height: 40px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
}
.prodet-page .prodet-1 .mtsetit{
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
.prodet-page .prodet-1 .info span {
  width: 50%;
  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;
}
.prodet-page .prodet-1 .info span i {
  margin-right: 5px;
  line-height: initial;
}
.prodet-page .prodet-1 a.contact {
  border-radius: 20px;
  padding: 0 25px;
  line-height: 40px;
  color: #FFFFFF;
  display: inline-block;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}

.prodet-page .prodet-1 ul.slick-dots {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.prodet-page .prodet-1 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #73ae53;
}
.prodet-page .prodet-1 .slick-dots li button {
  display: none;
}
.prodet-page .prodet-1 .slick-dots li.slick-active {
  width: 42px;
}

.prodet-page .prodet-2 .ret {
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-2 .ret .ferr{
  font-size: 14px;
  line-height: 28px;
}
.prodet-page .prodet-2 .ret h3{
  font-size: 20px;
  line-height: 34px;
  color: #82b566;
  margin-bottom: 10px;
}

.prodet-page .prodet-2 .ret p{
  font-size: 16px;
  line-height: 28px;
}


.prodet-page .prodet-2 table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
.prodet-page .prodet-2 table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
.prodet-page .prodet-2 table td,
.prodet-page .prodet-2 table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: initial;
}
.prodet-page .prodet-2 table tr {
  width: auto !important;
  height: auto !important;
}
.prodet-page .prodet-2 table tr:nth-child(even) {
  background: #eee;
}




.prodet-page .options {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 25px;
}
.prodet-page .options ul li {
  width: auto;
}
.prodet-page .options ul li + li {
  margin-left: 30px;
}
.prodet-page .options ul li h4 {
  line-height: 1;
}
.prodet-page .options ul li h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
  opacity: 0;
}
.prodet-page .options ul li.active h4::before {
  opacity: 1;
}
.prodet-page .prodet-3 .slick-dots {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.prodet-page .prodet-3 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #73ae53;
}
.prodet-page .prodet-3 .slick-dots li button {
  display: none;
}
.prodet-page .prodet-3 .slick-dots li.slick-active {
  width: 42px;
}
@media screen and (max-width: 1400px) {
    .init-5 ul {
    margin: -15px;
  }
  .init-5 ul li {
    padding: 15px;
  }
    .tit1 {
    font-size: 40px;
  }
  .prodet-page .prodet-1 .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-1 .info span {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
   
   .tit1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%!important;
    padding: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%!important;
    padding: 0;
    margin-top: 30px;
  }
  .prodet-page .options ul li + li {
    margin-left: 25px;
  }

  .prodet-page .options ul li h4{
    line-height: initial;
    padding: 0;
    display: inline-block;
  }

  .prodet-page .options ul li h4:before{
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
  }

  .prodet-page .options ul li{
    display: block;
  }

  .prodet-page .options ul li+li{
    margin-left: 0;
    margin-top: 20px;
  }
}

.factory-page .factory-1 .item{
  height: 0;
  overflow: hidden;
}
.factory-page .factory-1 .item.active{
  height: auto;
  overflow: visible;
}

.factory-page .factory-1 .list {
  padding: 0 120px;
}
.factory-page .factory-1 .list ul {
  margin: -20px;
}
.factory-page .factory-1 .list ul li {
  padding: 20px;
}
.factory-page .factory-1 .img {
  padding: 30px;
}
.factory-page .factory-1 .img img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.factory-page .factory-1 h3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #81b564;
  
}
.factory-page .factory-1 h3 small {
  color: #989898;
 
}
.factory-page .factory-1 .gogos {
  margin-top: 80px;
}
.factory-page .factory-1 .gogos a {
  margin: 0 20px;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #222222;
}
.factory-page .factory-1 .gogos a.active,
.factory-page .factory-1 .gogos a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.factory-page .factory-2 .box:nth-child(odd) {
  background-color: #f0f0f0;
}
.factory-page .factory-2 .list ul {
  margin: -25px;
}
.factory-page .factory-2 .list ul li {
  padding: 25px;
}
.factory-page .factory-2 .img {
  border-radius: 20px;
  overflow: hidden;
}
.factory-page .factory-2 h4 {
  line-height: 1;
}
.factory-page .factory-2 h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.arrow {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrow.arrow_l {
  left: 0;
}
.arrow.arrow_r {
  right: 0;
}
.arrow i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ro 8s linear infinite;
  -moz-animation: ro 8s linear infinite;
  animation: ro 8s linear infinite;
}
.arrow i::before {
  content: "";
  position: absolute;
  left: -webkit-calc(50% - 3px);
  left: -moz-calc(50% - 3px);
  left: calc(50% - 3px);
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #73ae53;
}
.arrow span {
  font-family: cursive;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .factory-page .factory-1 .list {
    padding: 0 60px;
  }
  .factory-page .factory-1 .list ul {
    margin: 0;
  }
  .factory-page .factory-1 .list ul li {
    padding: 0;
  }
  .factory-page .factory-2 .list ul {
    margin: -15px;
  }
  .factory-page .factory-2 .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .factory-page .factory-1 .gogos {
    display: none;
  }
}
.process-page .process-1:nth-child(even) {
  background-color: #f0f0f0;
}
.process-page .process-1 .list {
  padding: 0 100px;
  position: relative;
}
/*.process-page .process-1 .list ul{
  margin-right: -30px;
}*/
.process-page .process-1 .list ul li {
  padding: 30px;
}
.process-page .process-1 .list img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.process-page .process-1 .list .mml-text {
  border-radius: 20px;
  background-color: #d7e3d1;
  text-align: left;
  padding: 40px 17px 30px 150px;
}
.process-page .process-1 .list .mml-text h4 {
  line-height: 1;
}
.process-page .process-1 .list .mml-text h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.process-page .process-1 .list .mml-text p {
  color: #666665;
  height: 135px;
  line-height: 2;
  overflow-y: auto;
}
.process-page .process-1 .list .slick-dots {
  margin: 0;
  text-align: center;
}
.process-page .process-1 .list .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #73ae53;
}
.process-page .process-1 .list .slick-dots li button {
  display: none;
}
.process-page .process-1 .list .slick-dots li.slick-active {
  width: 42px;
}
.process-page .process-1 .bottom {
  background-color: #FFFFFF;
  padding: 60px 30px 60px 60px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.process-page .process-1 .bottom .zhongkemagnetp{
      font-size: 16px;
    text-align: left;
    line-height: 2;
    margin-bottom: 10px;
}

.process-page .process-1 .bottom ul {
  padding-right: 30px;
  max-height: 600px;
  overflow-y: auto;
}
.process-page .process-1 .bottom ul li + li {
  margin-top: 20px;
}
.process-page .process-1 .bottom ul li .mml-text {
  border-left: 5px solid #379eff;
  background-color: rgba(55, 158, 255, 0.2);
}
.process-page .process-1 .bottom ul li .mml-text p {
  color: #379eff;
  line-height: 2;
}
.process-page .process-1 .bottom ul li:nth-child(3n-1) .mml-text {
  border-left: 5px solid #f4c900;
  background-color: rgba(244, 201, 0, 0.2);
}
.process-page .process-1 .bottom ul li:nth-child(3n-1) .mml-text p {
  color: #f4c900;
}
.process-page .process-1 .bottom ul li:nth-child(3n) .mml-text {
  border-left: 5px solid #73ae53;
  background-color: rgba(115, 174, 83, 0.2);
}
.process-page .process-1 .bottom ul li:nth-child(3n) .mml-text p {
  color: #73ae53;
}
.process-page .process-1 .bottom .mml-text {
  text-align: left;
  padding: 15px;
}
@media screen and (max-width: 1400px) {
  .process-page .process-1 .list {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1000px) {
  .process-page .process-1 .list ul {
    margin: -15px;
  }
  .process-page .process-1 .list ul li {
    padding: 15px;
  }
  .process-page .process-1 .list img {
    position: relative;
    display: none;
  }
  .process-page .process-1 .list .mml-text {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 500px) {
    .tit1 {
    font-size: 20px;
    line-height: inherit;
  }
  .process-page .process-1 .list {
    padding: 0;
  }
  .process-page .process-1 .list .arrow {
    display: none;
  }
  .process-page .process-1 .bottom {
    padding: 15px;
  }
  .process-page .process-1 .bottom ul {
    padding: 0;
    max-height: initial;
  }
}
.research-page .research-1 .list ul {
  margin: -70px;
}
.research-page .research-1 .list ul li {
  padding: 25px 25px 105px;
    margin-top: 30px;
}
.research-page .research-1 .list .img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.research-page .research-1 .list h4 {
  line-height: 1.2;
}
.research-page .research-2 {
  background-color: #f0f0f0;
}
.research-page .research-2 .list {
  padding: 0 80px;
  position: relative;
}
.research-page .research-2 .list ul li {
  padding: 50px;
}
.research-page .research-2 .list .mml-text {
  background-color: #f0f0f0;
  padding: 50px 70px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.research-page .research-2 .list .mml-text .left {
  text-align: left;
  width: 55%;
}
.research-page .research-2 .list .mml-text .left .img {
  display: none;
}
.research-page .research-2 .list .mml-text .left h4 {
  color: #73ae53;
  line-height: 1.1;
  margin-left: 20px;
}
.research-page .research-2 .list .mml-text .left .text {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(115, 174, 83, 0.1);
}
.research-page .research-2 .list .mml-text .left .text p {
  padding-right: 10px;
  overflow-y: auto;
  /*height: 243px;*/
  color: #5e5e5e;
}
.research-page .research-2 .list .mml-text .right {
  width: 45%;
}

.research-page .research-2 .list .mml-text .right .img img{
  border-radius:30px; 
}
.research-page .research-3 .tab a {
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #222222;
}
.research-page .research-3 .tab a.active,
.research-page .research-3 .tab a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.research-page .research-3 .tab a + a {
  margin-left: 25px;
}
.research-page .research-3 .item {
  /*height: 0;*/
  overflow: hidden;
}
.research-page .research-3 .item.active {
  height: auto;
  overflow: visible;
}
.research-page .research-3 .list ul {
  margin: -25px;
}
.research-page .research-3 .list ul li {
  padding: 25px;
}
.research-page .research-3 .list .img {
  border-radius: 20px;
  overflow: hidden;
}
.research-page .research-3 .list h4 {
  line-height: 1;
}
.research-page .research-3 .list h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
@media screen and (max-width: 1400px) {
  .research-page .research-1 .list ul {
    margin: -40px;
  }
  .research-page .research-1 .list ul li {
    padding: 40px;
  }
  .research-page .research-2 .list .mml-text {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .research-page .research-1 .list ul {
    margin: -20px;
  }
  .research-page .research-1 .list ul li {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .research-page .research-2 .list .mml-text .left {
    width: 100%;
    padding: 0;
  }
  .research-page .research-2 .list .mml-text .left .img {
    display: block;
  }
  .research-page .research-2 .list .mml-text .right {
    display: none;
  }
  .research-page .research-3 .title .fl,
  .research-page .research-3 .title .fr {
    float: none;
  }
  .research-page .research-3 .list ul {
    margin: -15px;
  }
  .research-page .research-3 .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
    .init-5 {
    padding: 60px 0;
  }
  .research-page .research-2 .list ul li {
    padding: 15px;
  }
  .prodet-page .prodet-1 .content .text{
    height: 260px;
  }
  .prodet-page .prodet-1 .content .abcnoheight{
    max-height: initial;
  }
  .process-page .process-1 .list .mml-text p{
    height: auto;
  }
  .product-page .extendit{
    display: none!important;
  }
  .research-page .research-2 .list .mml-text {
    padding: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 500px) {
  .research-page .research-1 .list ul {
    margin: -15px;
  }
  .research-page .research-1 .list ul li {
    width: 50%;
    padding: 15px;
  }
  .research-page .research-2 .list {
    padding: 0;
  }
    .init-5 ul li .content .right h3 {
    font-size: 18px;
  }
  .init-5 ul li .content .right {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.download-page .download-1 .list {
  padding: 0 120px;
}
.download-page .download-1 .list ul {
  margin: -20px;
}
.download-page .download-1 .list ul li {
  padding: 20px;
}
.download-page .download-1 .img {
  padding: 30px;
}
.download-page .download-1 .img > img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.download-page .download-1 .img i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.download-page .download-2 .box:nth-child(odd) {
  background-color: #f0f0f0;
}
.download-page .download-2 .list ul {
  margin: -25px;
}
.download-page .download-2 .list ul li {
  padding: 25px;
}
.download-page .download-2 .img {
  border-radius: 20px;
  overflow: hidden;
}
.download-page .download-2 .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .download-page .download-1 .list {
    padding: 0 60px;
  }
  .download-page .download-1 .list ul {
    margin: 0;
  }
  .download-page .download-1 .list ul li {
    padding: 0;
  }
  .download-page .download-2 .list ul {
    margin: -15px;
  }
  .download-page .download-2 .list ul li {
    padding: 15px;
  }
}
.contact-page .contact-1 h4 {
  line-height: 1;
}
.contact-page .contact-1 h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.contact-page .contact-1 .left {
  width: 40%;
}
.contact-page .contact-1 .left .top {
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-1 .left .top ul {
  margin: -10px 0;
}
.contact-page .contact-1 .left .top ul li {
  padding: 10px 0;
}
.contact-page .contact-1 .left .top ul li p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .left .top ul li p i {
  font-size: 0;
  width: 30px;
  text-align: center;
}
.contact-page .contact-1 .left .top ul li p span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-page .contact-1 .left .top .social-links a + a {
  margin-left: 20px;
}
.contact-page .contact-1 .left .bottom {
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact-page .contact-1 .left .bottom ul li{
  cursor: pointer;
}
.contact-page .contact-1 .left .bottom ul li.active h6{
  color: #6ca04f;
}
.contact-page .contact-1 .left .bottom ul li + li {
  margin-top: 40px;
}
.contact-page .contact-1 .left .bottom ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .left .bottom ul li i img {
  vertical-align: middle;
}
.contact-page .contact-1 .left .bottom ul li p {
  color: #6f6f6f;
}
.contact-page .contact-1 .right {
  width: 60%;
}
.contact-page .contact-1 .right .form {
  padding: 40px 40px 80px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-1 .right .form::before {
  content: url(../images/send_plan.png);
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-page .contact-1 .right .form form input,
.contact-page .contact-1 .right .form form textarea {
  width: 100%;
  border: 2px solid #e5e5e5;
  background-color: transparent;
  padding: 20px 30px;
  font-size: 20px;
}
.contact-page .contact-1 .right .form form input {
  border-radius: 100px;
  margin-bottom: 20px;
}
.contact-page .contact-1 .right .form form textarea {
  border-radius: 10px;
  height: 210px;
  margin-bottom: 40px;
}
.contact-page .contact-1 .right .form form button {
  font-size: 24px;
  height: 65px;
  border: none;
  padding: 0 65px;
  border-radius: 100px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  box-shadow: 0 0 20px rgba(146,195,93,.6);
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .left .top ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .contact-page .contact-1 .right .form form input,
  .contact-page .contact-1 .right .form form textarea {
    padding: 10px 20px;
    font-size: 18px;
  }
  .contact-page .contact-1 .right .form::before {
    display: none;
  }
  .contact-page .contact-1 .right .form {
    padding: 40px;
  }
  .contact-page .contact-1 .right .form form textarea {
    height: 150px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .left .top {
    padding: 20px;
  }
  .contact-page .contact-1 .left .bottom {
    padding: 20px;
  }
  .contact-page .contact-1 .right .form {
    padding: 20px;
  }
  .contact-page .contact-1 .right .form form input,
  .contact-page .contact-1 .right .form form textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right .form form button {
    font-size: 16px;
    height: 50px;
    padding: 0 30px;
  }
}
.news_list ul {
  margin: -35px -15px;
}
.news_list ul li {
  padding: 35px 15px;
}
.news_list .mml-text {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.news_list .mml-text .text {
  padding: 20px 20px 40px;
}
.news_list .mml-text .text h3.cateName {
  line-height: 1;
}
.news_list .mml-text .text h3.cateName::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.news_list .mml-text .text .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news_list .mml-text .text .date span {
  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;
}
.news_list .mml-text .text a.more {
  /*line-height: 40px;
  display: inline-block;*/
  border: 1px solid #73ae53;
  /*padding: 0 25px;*/
  border-radius: 30px;
  color: #73ae53;
}
.news_list .mml-text .text a.more::after{
  display: none
}
.news_list .mml-text .text a.more:hover {
  -webkit-box-shadow: 0 0 20px #92c35d;
  box-shadow: 0 0 20px #92c35d;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.ll-skin-melon {
  font-size: 90%;
}
.ll-skin-melon .ui-widget {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ll-skin-melon .ui-datepicker {
  padding: 0;
}
.ll-skin-melon .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}
.ll-skin-melon .ui-datepicker-header .ui-datepicker-month {
  color: #73ae53;
}
.ll-skin-melon .ui-datepicker-header .ui-datepicker-year {
  color: #73ae53;
}
.ll-skin-melon .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #e9f0f4;
  
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-image: url(../images/ui-icons_222222_256x240.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
.ll-skin-melon .ui-datepicker table {
  margin: 0;
}
.ll-skin-melon .ui-datepicker th {
  padding: 1em 0;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  border: none;
  width: 16% !important
  
}
.ll-skin-melon .ui-datepicker td {
  background: #FFFFFF;
  border: none;
  padding: 0;
  width: 50px !important
  
}

.ll-skin-melon table tbody{
  min-width: 0
}
/*.ll-skin-melon thead tr{
display: flex
}
.ll-skin-melon thead tr th{
  flex: 1
}*/
.ll-skin-melon td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #000000;
  font-size: 16px;
}
.ll-skin-melon .ui-state-disabled {
  opacity: 1;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #FFFFFF;
}
.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
  color: #73ae53;
  background: rgba(115, 174, 83, 0.2);
}
.ui-datepicker {
  width: 100%;
}
.newdet-page .newdet-1 {
  border-radius: 20px;
  overflow: hidden;
}
.newdet-page .newdet-2 {
  border-radius: 20px;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.newdet-page .newdet-2 h3 {
  color: #82b566;
}
.newdet-page .newdet-2 .text strong{
  font-weight: 600;
}

.newdet-page .newdet-2 .text a,.newdet-page .newdet-2 .text h2{
  color: #82b566;
}

.newdet-page .newdet-2 .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .newdet-2 .date h3.cateName::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.newdet-page .newdet-2 .date span {
  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 .newdet-2 .date time {
  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 .newdet-2 .line {
  height: 1px;
  background-color: #d2d2d2;
}
.newdet-page .newdet-3 h2 {
  line-height: 1;
}
.newdet-page .newdet-3 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.newdet-page .newdet-3 .slick-dots {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.newdet-page .newdet-3 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #73ae53;
}
.newdet-page .newdet-3 .slick-dots li button {
  display: none;
}
.newdet-page .newdet-3 .slick-dots li.slick-active {
  width: 42px;
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-2 {
    padding: 15px;
  }
}


.contact-page .contact-2 .map{
  height: 560px;
  border-radius: 20px;
  margin-top: 80px;
}






#addForm4 {
  text-align: center;
  padding: 0 60px;
}
#addForm4 h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
#addForm4 p {
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
}
#addForm4 h5 {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
}
#addForm4 h5 em {
  color: #74b357;
}
#addForm4 ul {
  margin: 60px -40px 0 0;
}
#addForm4 ul li {
  padding-right: 40px;
  margin-bottom: 20px;
}
#addForm4 ul li label {
  display: block;
  font-size: 18px;
  color: #acacac;
  line-height: 1;
  text-align: left;
}
#addForm4 ul li label em {
  display: inline-block;
  vertical-align: top;
  color: #74b357;
}
#addForm4 ul li input[type="text"],
#addForm4 ul li textarea {
  width: 100%;
  height: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #dedede;
  margin-top: 10px;
}
#addForm4 ul li input[type="text"]:focus,
#addForm4 ul li textarea:focus {
  border-bottom-color: #70b459;
}
#addForm4 ul li input[type="file"] {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#addForm4 ul li textarea {
  height: 120px;
}
#addForm4 ul li .file {
  padding-top: 10px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
#addForm4 ul li .file span {
  width: 200px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  line-height: 42px;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}
#addForm4 ul li.wid-100 {
  width: 100%;
}
#addForm4 input[type="submit"] {
  margin-top: 50px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  border: none;
  padding: 10px 20px;
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}
@media screen and (max-width: 1000px) {
  #addForm4{
    padding: 0 40px;
  }
}
@media screen and (max-width: 700px) {
  #addForm4{
    padding: 0 20px;
  }
}


.m-page{
  text-align: center;
  margin-top: 80px;
}
.m-page span,
.m-page a{
  display: inline-block;
  font-size: 22px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: none;
  color: #d2d2d2;
  background-color: transparent;
  position: relative;
}
.m-page span{
  color: #73ae53;
}
.m-page span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dots_dian.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: ro 3.5s linear infinite;
  -moz-animation: ro 3.5s linear infinite;
  animation: ro 3.5s linear infinite;
}



.contact-page .mapContainer {
    height: 100%;
}



#header .nav .container.menu .info{
  display: flex;
  align-items: center;
}
#header .nav .container.menu .info i{
  font-size: 0;
}

@media screen and (max-width: 1440px) {
  #header .nav .container.menu .info{
    display: none;
  }
}






.HoverIcon {
    left: auto;
    top: auto;
    position: fixed;
    z-index: 2000;
    right: 0;
    bottom: 120px;
}

.HoverIcon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.HoverIcon ul li {
    position: relative;
    width: 52px;
    height: 52px;
    background-color: rgba(38,153,74, 1);
}

.HoverIcon ul li .sideitem {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    overflow: initial;
}

.HoverIcon ul li .sideitem .sideicon svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.HoverIcon ul li .sideitem .sidetitle {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.HoverIcon ul li .sideitem .displayText {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 4px;
    width: 100%;
    text-align: center;
}

.HoverIcon ul li .sideitem:hover {
    background-color: rgba(106,179,55, 1);
}

.HoverIcon ul li .sideitem.sidebox:hover {
    background-color: rgba(106,179,55, 1);
    width: 300px;
    transition: width .1s;
    justify-content: normal;
    align-items: center;
    flex-direction: row;
}

.HoverIcon ul li .sideitem.sidebox:hover .sideicon {
    margin: 0 10px;
    float: left;
}

.HoverIcon ul li .sideitem.sidebox:hover .sidetitle {
    display: block;
}

.HoverIcon ul li .sideitem.sidebox:hover .displayText {
    display: none!important;
}

.HoverIcon ul li:hover .sideshow {
    display: block;
}

.HoverIcon ul li .sideshow {
    position: absolute;
    top: 0;
    right: 100%;
    border: 1px solid #dfdddd;
    display: none;
    width: 200px;
    height: 200px;
}

.HoverIcon ul li .sideshow img {
    width: 100%;
    height: 100%;
}



.about-page .about-3 .tz {
    width: 36px;
    height: 36px;
    background: #162d37;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 999;
}



#viewPDF{
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 35px;
    background: #f0f0f0;
    position: relative;
    line-height: normal;
}

@media(max-width: 1000px) {
  #viewPDF.mobile{
    display: block;
  }
  .app-page .app-2 .box .left{
    position: static
  }
}

#viewPDF:hover{
  color: #fff;
  background-color: #82b566;
  background-image: -webkit-gradient(linear,left top,right top,from(#92c35d),to(#73ad53));
  background-image: -webkit-linear-gradient(left,#92c35d,#73ad53);
  background-image: -moz-linear-gradient(left,#92c35d,#73ad53);
  background-image: linear-gradient(to right,#92c35d,#73ad53);
}

#viewPDF:after {
    content: "\f019";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
}

