@font-face {
  font-family: "Barlow";
  src: url("../fonts/BarlowCondensed-Bold.eot") format("eote"), url("../fonts/BarlowCondensed-Bold.woff2") format("woff2"), url("../fonts/BarlowCondensed-Bold.woff") format("woff"), url("../fonts/BarlowCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/BarlowCondensed-SemiBold.eot") format("eote"), url("../fonts/BarlowCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowCondensed-SemiBold.woff") format("woff"), url("../fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/BarlowCondensed-Medium.eot") format("eot"), url("../fonts/BarlowCondensed-Medium.woff2") format("woff2"), url("../fonts/BarlowCondensed-Medium.woff") format("woff"), url("../fonts/BarlowCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff"),
    url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/BarlowCondensed-Regular.eot") format("eot"), url("../fonts/BarlowCondensed-Regular.woff2") format("woff2"), url("../fonts/BarlowCondensed-Regular.woff") format("woff"), url("../fonts/BarlowCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #5cb531;
  font-weight: normal;
  margin: 0 auto;
  font-size: 0px;
}
.body-overflow-box {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*overflow: hidden;*/
  font-size: 12px;
}
.container {
  padding: 0 15px;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
.more {
  height: 50px;
  background-color: var(--color);
  padding: 0 21px;
  color: #fff;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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 img {
  margin-left: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover img {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.bar {
  font-family: "Barlow";
  line-height: 1;
}
.txt-justify{
  text-align: justify
}
.fw-500 {
  font-weight: 500;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
}
#header .h-top {
  padding: 10px 0;
}
#header .h-top .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 .h-top .ui.menu .info {
  margin: 0 0 0 auto;
}
#header .h-top .ui.menu .info li {
  margin-left: 20px;
}
#header .h-top .ui.menu .info .iconfont {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top .ui.menu .info .iconfont:hover {
  color: var(--color);
}
#header .h-top .ui.menu .h-language {
  position: relative;
}
#header .h-top .ui.menu .h-language span {
  font-size: 17px;
  cursor: pointer;
}
#header .h-top .ui.menu .h-language span img {
  width: 25px;
  margin-left: 30px;
  margin-right: 13px;
}
#header .h-top .ui.menu .h-language span i {
  margin-left: 8px;
}
#header .h-top .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 .h-top .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .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 {
 
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(63, 63, 63, 0.2);
}
#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;
  position: static;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo .img{
  width: 250px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 55px;
  font-size: 18px;
  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;
  padding: 40px 0 ;
}
#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: 100%;
  left: 0;
  width: 240px;
  -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 {
  display: none;
}
#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 ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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 > 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 .search form {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#header .nav .ui.menu .search form #s {
  width: 170px;
  border: none;
  background: none;
  font-size: 18px;
  padding-right: 23px;
}
#header .nav .ui.menu .search form .submit {
  width: 23px;
  height: 26px;
  background: url(../images/search.png) no-repeat center center / 100% 100%;
  border: none;
  position: absolute;
  right: 0;
}
#header .nav .ui.menu .chat {
  margin-left: 54px;
  height: 45px;
}
#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 {
  top: -50px;
}
#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 .nav .ui.menu .menu-box ul.menu > li:hover > .h-nav_box{
  max-height: 700px;
  padding-bottom: 55px;
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.1);
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}
#header .nav .ui.menu .menu-box ul.menu > li .h-nav_box{
  display: block;
  position: absolute;
  left:0;
  top:100%;
}
.h-nav_box {
  background-color: white;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top:100%;
}
/*
#header .h-nav{
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
}
#header .h-nav .h-nav_list{
  max-height: 70vh;
  overflow: auto;
  background: #ffffff;
  z-index: 3;
  display: none;
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}*/
/*
#header .h-nav .h-nav_list.active{
  display: block;
  z-index: 99;
}*/
#header .h-nav_box .box .left{
  width: 65%;
  position: relative;
}
#header .h-nav_box .box .right{
  width: 33%;
}
/*#header .h-nav_box .box .left>ul>li{
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 42%;
}*/
#header .h-nav_box .box .left li{

 line-height: 1.4;
 transition: .5s;
 text-transform: capitalize;

}
#header .h-nav_box .box .left li a{
  transition: 0s;
   padding: 10px 15px;
   display: block;
   transition: .5s;
}
#header .h-nav_box .box .left li a:hover{
  background: var(--color);
  color: #ffffff;
   
}
#header .h-nav_box .box .left>ul>li a{
  flex: 1;
}
#header .h-nav_box .box .left>ul>li i{
  margin-left: 30px;

}
/*#header .h-nav_box .box .left ul ul{
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  border-left:2px solid var(--color);
  display: none;
}*/
#header .h-nav_box .box .right .btn{
 font-size: 18px;
 color: var(--color);
 transition: .5s;
}
#header .h-nav_box .box .right .btn i{
  display: inline-block;
  transition: .5s;
}
#header .h-nav_box .box .right .btn:hover span{
text-decoration: underline
}
#header .h-nav_box .box .right .btn:hover i{
  transform: translate(5px);
}
#header .mask{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: none;
}
#header .mask.active{
  display: block;
}

#header .h-pro_box .box .left{
  width: 73%;
  position: relative;
}
#header .h-pro_box .box .right{
  width: 25%;
}
#header .h-pro_box .box .left>ul{
  display: flex;
  justify-content: space-between;
}
#header .h-pro_box .box .left>ul>li{
  width: 24%
}
#header .h-pro_box .box .left>ul>li>a{
  background: rgba(92, 181, 49,1);
  height: 5.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
#header .h-pro_box .box .left>ul>li .i2{
  background: rgba(92, 181, 49,0.2);
} 
#header .h-pro_box .box .left>ul>li>a:hover{
    background:   rgba(92, 181, 49,1);
}
#header .h-pro_box .box .left>ul>li .i2:hover{
      background:   rgba(92, 181, 49,1);
}
.font-18 {
  line-height: 1.8;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  margin-top: 100px;
}
#banner .more {
  height: 45px;
}
#banner ul li {
  position: relative;
}
#banner ul li video{
  width: 100%;
  display: block;
}

#banner ul li .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#banner ul li .text .box {
  width: 40%;
  margin: 0 0 0 auto;
  background: #000000;
  color: #ffffff;
  padding: 45px 45px 36px;
  border-bottom: 10px solid var(--color);
}
#banner ul li .text1 .box{
    background: rgba(0, 0, 0, 0.6);
}
#banner .slick-list {
  overflow: visible;
}
.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);
  }
}
.lh-1 {
  line-height: 1;
}
@-webkit-keyframes a1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes a1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#index-body {
  overflow: hidden;
}
#index-body .about {
  padding-top: 250px;
  background: url(../images/about_bg.png) no-repeat center top / cover;
}
#index-body .about .top .left {
  width: 20%;
  line-height: 1.1;
}
#index-body .about .top .left img{
  width: 200px;
  display: block;
  margin-bottom: 10px;
}
#index-body .about .top .right {
  width: 75%;
}
#index-body .about .top .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .top .right ul li {
  width: 45%;
  margin-bottom: 35px;
}
#index-body .about .top .right ul li .cont {
  opacity: 0.75;
  margin-top: 16px;
  line-height: 1.8;
  height: 6.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #505050;
}
#index-body .about .datas ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .about .datas ul .line {
  height: 5px;
  background-color: var(--color);
  margin-top: 10px;
  margin-bottom: 15px;
}
#index-body .about .datas ul sup {
  font-family: "Poppins";
  font-weight: 400;
  position: relative;
  left: 15px;
}
#index-body .about .img .box {
  height: 480px;
  position: relative;
  overflow: hidden;
}
#index-body .about .img .box .mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/comy.jpg);
  background-position: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .img .box .play i {
  border: none;
  font-size: 25px;
}
#index-body .type {
  background: url(../images/p_bg.jpg) no-repeat center top / cover;
}
#index-body .type .left {
  width: 46%;
}
#index-body .type .left .item {
  display: none;
}
#index-body .type .left .item.active {
  display: block;
}
#index-body .type .left .item .tit {
  line-height: 1.2;
}
#index-body .type .left .item .line {
  width: 162px;
  height: 6px;
  background-color: var(--color);
}
#index-body .type .left .item .cont {
  padding-left: 7px;
  line-height: 1.8;
  opacity: 0.6;
}
#index-body .type .left .item .cont li {
  padding-left: 40px;
  background: url(../images/gou.png) no-repeat left top 5px;
  margin-bottom: 0.3em;
}
#index-body .type .left .item .img ul {
  margin: 0 -5px;
}
#index-body .type .left .item .img ul li {
  padding: 5px;
}
#index-body .type .left .item .img ul li img {
  width: 100%;
}
#index-body .type .right {
  width: 46%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
#index-body .type .right .top {
  width: 100%;
}
#index-body .type .right .top .item {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
  opacity: 0.3;
  cursor: pointer;
}
#index-body .type .right .top .item:hover,
#index-body .type .right .top .item.active {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
#index-body .type .right .bottom .item {
  position: relative;
  display: none;
}
#index-body .type .right .bottom .item.active {
  display: block;
}
#index-body .type .right .bottom .item .box {
  position: absolute;
  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;
}
#index-body .type .right .bottom .item .box .dot {
  width: 17px;
  height: 17px;
  background-color: #5cb531;
  border-radius: 50%;
  position: relative;
}
#index-body .type .right .bottom .item .box .dot::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--color);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .type .right .bottom .item .box .line {
  width: 100px;
  height: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .type .right .bottom .item .box .line::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: var(--color);
  width: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type .right .bottom .item .box .txt {
  position: absolute;
  left: 100%;
  width: 175px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
#index-body .type .right .bottom .item .box .txt img {
  width: 100%;
}
#index-body .type .right .bottom .item .box .txt .cont {
  background: var(--color);
  color: #ffffff;
  padding: 16px 12px 10px;
}
#index-body .type .right .bottom .item .box .txt .cont .t {
  font-size: 14px;
}
#index-body .type .right .bottom .item .box .txt .cont .btn {
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
}
#index-body .type .right .bottom .item .box .txt .cont .btn:hover {
  border-bottom: 1px solid var(--color);
}
#index-body .type .right .bottom .item .box:hover .line::after {
  width: 100%;
}
#index-body .type .right .bottom .item .box:hover .txt {
  -webkit-animation: a1 0.5s 0.5s 1 forwards;
  -moz-animation: a1 0.5s 0.5s 1 forwards;
  animation: a1 0.5s 0.5s 1 forwards;
  z-index: 0;
}
#index-body .type .right .bottom .item .box1 {
    bottom: 30%;
    right: -65px;
}
#index-body .type .right .bottom .item .box2 {
  bottom: 52%;
  left: 33%;
}
#index-body .type .right .bottom .item .box2 .line{
  width: 270px;
}
#index-body .type .right .bottom .item .box3 .line{
  width: 120px;
}
#index-body .type .right .bottom .item .box3 {
  bottom: 18%;
    left: 65%;
}
#index-body .type .right .bottom .item .box4 {
      bottom: 70%;
    left: 30%;
}
#index-body .type .right .bottom .item .box4 .line{
  width: 160px
}
#index-body .type .right .bottom .item .box5 {
    bottom: 50%;
    left: 55%;
}
#index-body .type .right .bottom .item .box6 {
       bottom: 48%;
    left: 32%;
}
#index-body .type .right .bottom .item .box6 .line{
  width: 200px
}
#index-body .type .right .bottom .item .box7 {
      bottom: 24%;
    left: 67%;
}
#index-body .type .right .bottom .item .box7 .line{
  width: 70px
}
#index-body .type .right .bottom .item .box8 {
        bottom: 46%;
    left: 70%;
}
#index-body .type .right .bottom .item .box9 {
        bottom: 59%;
    left: 35%;
}
#index-body .type .right .bottom .item .box9 .line{
  width: 250px
}
#index-body .type .right .bottom .item .box10 {
          bottom: 31%;
    left: 78%;
}
#index-body .type .right .bottom .item .box10 .line{
  width: 100px
}
#index-body .type .right .bottom .item .box11 {
         bottom: 81%;
    left: 56%;
}
/*#index-body .type .right .bottom .item .box11 .line{
  width: 280px
}*/
#index-body .type .right .bottom .item .box12 {
      bottom: 76%;
    left: 70%;
}
#index-body .type .right .bottom .item .box12 .line{
  width: 70px
}
#index-body .type .right .bottom .item .box13 {
       bottom: 81%;
    left: 46%;
}
#index-body .type .right .bottom .item .box13 .line{
  width: 180px
}
#index-body .product ul {
  margin: -10px;
}
#index-body .product li {
  padding: 10px;
}
#index-body .product .box .img {
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
#index-body .product .box .img img {
  max-height: 100%;
  transform: scale(1.3);
}
#index-body .product .box .t1 {
  line-height: 1.6;
  opacity: 0.75;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .box:hover .img {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  border: solid 1px #d7e6d0;
}
#index-body .product .box:hover .t1 {
  opacity: 1;
}
#index-body .product .slickDots ul li {
  padding: 0;
}
#index-body .industries {
  background: url(../images/pow_bg.jpg) no-repeat center top / cover;
}
#index-body .industries .left {
  width: 38%;
}
#index-body .industries .left .tit {
  line-height: 1.2;
}
#index-body .industries .left ul {
  border-left: 3px solid #dddddd;
  padding-top: 20px;
  padding-bottom: 10px;
}
#index-body .industries .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 17px;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}
#index-body .industries .left ul li:first-child {
  margin-top: 0;
}
#index-body .industries .left ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 33px;
  background: var(--color);
  position: absolute;
  left: -5px;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .industries .left ul li .img {
  width: 31px;
  margin-right: 13px;
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
}
#index-body .industries .left ul li .img img {
  display: block;
  margin: 0 auto;
}
#index-body .industries .left ul li:hover,
#index-body .industries .left ul li.active {
  color: var(--color);
}
#index-body .industries .left ul li:hover::before,
#index-body .industries .left ul li.active::before {
  opacity: 1;
}
#index-body .industries .left ul li:hover .img,
#index-body .industries .left ul li.active .img {
  -webkit-filter: none;
  filter: none;
}
#index-body .industries .right {
  width: 55%;
}
#index-body .industries .right .item {
  display: none;
}
#index-body .industries .right .item.active {
  display: block;
}
#index-body .industries .right img {
  width: 100%;
}
#index-body .industries .right .text {
  padding: 15px 40px;
  color: #ffffff;
  background-color: #3b960f;
}
#index-body .industries .right .text .cont {
  line-height: 1.4;
}
#index-body .news {
  background: url(../images/new_bg.jpg) no-repeat bottom center / cover;
}
#index-body .news .box .left {
  width: 48%;
}
#index-body .news .box .left a {
  display: block;
  position: relative;
}
#index-body .news .box .left a > img {
  width: 100%;
}
#index-body .news .box .left .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 29px 31px;
}
#index-body .news .box .left .text .time span {
  opacity: 0.8;
  line-height: 1;
}
#index-body .news .box .left .text .time img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  margin-right: 8px;
}
#index-body .news .box .left .slickDots ul li {
  border-radius: 7px;
  margin: 0 8px;
}
#index-body .news .box .left .slickDots ul li.slick-active {
  width: 55px;
}
#index-body .news .box .right {
  width: 49%;
}
#index-body .news .box .right ul {
  margin: -20px 0;
}
#index-body .news .box .right li {
  padding: 20px 0;
}
#index-body .news .box .right .t1 {
  display: block;
}
#index-body .news .box .right .t1:hover {
  color: var(--color);
}
#index-body .news .box .right .time img {
  margin-right: 11px;
}
#index-body .news .box .right .time span {
  line-height: 1;
}
#index-body .news .slick-center {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.slickDots ul li {
  width: 13px;
  height: 13px;
  background-color: #e2e2e2;
  border-radius: 0;
  padding: 0;
  border: none;
  margin: 0 10px;
}
.slickDots ul li.slick-active {
  background: var(--color);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #f6f6f6;
  border-top: 15px solid var(--color);
}
#footer .f-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .f-top .f-logo{
  width: 250px;
}
#footer .f-top .share li {
  margin-left: 20px;
}
#footer .f-top .share .iconfont {
  font-size: 27px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-top .share .iconfont:hover {
  color: var(--color);
}
#footer .f-box .f-contact {
  max-width: 330px;
}
#footer .f-box .f-contact li {
  margin-bottom: .7em;
}
#footer .f-box .f-contact li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-contact li .img {
  width: 30px;
  margin-right: 15px;
  padding-top: 3px;
}
#footer .f-box .f-contact li .img img {
  display: block;
  margin: 0 auto;
}
#footer .f-box .f-contact li:hover .text {
  opacity: 1;
}
#footer .f-box .f-product ul li {
  margin-bottom: 1em;
  opacity: 0.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#footer .f-box .f-product ul li:hover {
  opacity: 1;
}
#footer .f-box .f-form {
  width: 320px;
}
#footer .f-box .f-form form li {
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}
#footer .f-box .f-form form input {
  width: 100%;
  border: none;
  background: none;
}
#footer .f-box .f-form form textarea {
  border: none;
  background: none;
  line-height: 1.4;
}
#footer .f-box .f-form form .textarea {
  margin-bottom: 20px;
}
#footer .f-box .f-form form .submit {
  border-bottom: none;
  margin-bottom: 0;
}
#footer .f-box .f-form form .submit button {
  width: 135px;
  height: 35px;
  background-color: #5cb531;
  border-radius: 17px;
  border: none;
  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;
  color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-form form .submit button img {
  margin-left: 8px;
}
#footer .f-box .f-form form .submit button:hover {
  background: #000000;
}
#footer .f-box .f-code #ewm {
  width: 142px;
  height: 142px;
  background-color: #ffffff;
  border: 7px solid #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  background-color: #e5e5e5;
  line-height: 1.8;
  color: #868686;
  text-align: center;
  padding: 20px 0 17px;
  position: relative;
}
#footer .f-copy .bq {
  color: #000;
}
#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: rgba(0, 0, 0, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(0, 0, 0, 0.6);
}
#footer .f-copy .svg span {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
.fixed-toolbar ul li i {
  font-size: 28px;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1380px;
  }
  #index-body .type .right .bottom {
    margin-top: 57px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #banner ul li .text .box {
    width: 45%;
  }
  #index-body .product .box .img {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1450px) {

  .container {
    max-width: 1220px;
  }
  #header .nav .ui.menu .chat {
    margin-left: 20px;
  }
  #header .nav .ui.menu .search form #s {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
    font-size: 15px;
  }
  #footer .f-box .f-product2 {
    display: none;
  }
  #index-body .product .box .img {
    height: 500px;
  }
  #index-body .about .top .right ul li .tit {
    font-size: 18px;
  }
  #index-body .about .top .left img{
  width: 150px;
}
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #banner ul li .text .box {
    width: 55%;
  }
  .pl-140.pr-140 {
    padding: 0 50px;
  }
  #footer .f-box .f-form {
    width: 260px;
  }
  #header .nav .ui.menu .chat {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 280px;
  }
  #banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  .pl-140.pr-140 {
    padding: 0;
  }
  #banner ul li .text .box {
    width: 65%;
  }
  #banner ul li .text {
    -webkit-transform: translateY(70%);
    -moz-transform: translateY(70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%);
  }
}
@media screen and (max-width: 1000px) {
  .txt-justify{
    text-align: left;
  }
  .yc{
display: none !important;
}
.mt-20 {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.8;
}
  .body-overflow-box {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #banner ul li .text {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #banner ul li .text .box {
    width: 100%;
  }
  #index-body .about {
    padding-top: 50px;
  }
  #index-body .type .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .type .right .bottom {
    display: none;
  }
  #index-body .type {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  #index-body .type .left {
    margin-top: 50px;
  }
  #index-body .industries .left {
    margin-bottom: 60px;
  }
  #index-body .news .box .left {
    margin-bottom: 60px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-form {
    margin-top: 40px;
  }
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-top .share {
    display: none;
  }
  #footer .f-box .f-contact li .img {
    padding-top: 0;
  }
  #index-body .about .top .right {
    margin-top: 35px;
  }
  #index-body .about .top .left img{
    width: 120px;

  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    background: #000000;
  }
  #index-body .about .datas ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .datas ul li {
    width: 40%;
    margin-bottom: 25px;
  }
  .font-30 {
    font-size: 18px;
  }
  #index-body .news .box .left .slickDots {
    display: none;
  }
  #index-body .industries .right .text {
    padding: 15px 25px;
  }
  #index-body .news .box .left .text {
    padding: 15px ;
  }
  #footer .f-top .f-logo {
    zoom: 0.7;
  }
  #index-body .about .top .left img{
    width: 100px;
    margin-bottom: 10px;
  }
  #index-body .product .slickDots ul li{
    margin: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.8;
  }
  .more {
    zoom: 0.6;
  }
  #index-body .type .right .top .item {
    zoom: 0.7;
  }
  #banner ul li .text {
    border-bottom: 6px solid var(--color);
  }
  #banner ul li .text .box {
    border: none;
    padding: 20px ;
  }
  #index-body .about .top .right ul li {
    width: 100%;
  }
  #index-body .product .box .img {
    height: 360px;
  }
  #index-body .about .img .box {
    height: 250px;
  }
  #footer .f-box .f-contact li .img {
    zoom: 0.8;
  }
}
.page-header02{
  background: #ffffff
}
.page-header02 .menu-btn{
  background: var(--color);
  color: #ffffff;
}
@media (max-width: 1250px) {
    #innerMobileBanner {
       padding-top: 30px;
    }
    #innerMobileBanner .title{
      font-size: 20px
    }
}
/*inner*/
.inner-banner {
  margin-top: 100px;
  padding-top: 0
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: 18px;
  color: #151515;
  line-height: 1.6;
  
  font-weight: 500;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner-banner .img .tit {
 
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  line-height: 1.7;
  font-family: 'Barlow';
  font-weight: bold;
}
.news-page {
  padding-bottom: 110px;
}

.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase;
  
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  /*height: 290px;*/
  padding: 30px 50px;
  background-color: #fff;
  height: 100%
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  /*border-radius: 15px;*/
  padding: 10px 30px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}

.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #3e3e3e;
  padding: 30px 0;
  line-height: 1.8;
  text-align: justify;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 200px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 200px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
 
 
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
  .m-link {
    text-align: left;
  }
  .news-page .tips_title::before{
    height: 8px;
  }
}
@media screen and (max-width: 500px) {
   .news-page .tips_title::before{
    height: 6px;
  }
  .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
  
}


.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
  
  font-weight: bold;
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content ul .slick-list {
  margin: 0 -25px;
}
.pro_public .init-related .container .content ul li {
  padding: 0 25px;
}
.pro_public .init-related .container .content ul li .box .img {
  background-color: #fff;
  display: block;
  padding: 40px;
}
.pro_public .init-related .container .content ul li .box .img img{
  width: auto
}
.pro_public .init-related .container .content ul li .box .text {
  display: block;
  margin-top: 20px;
}
.pro_public .init-related .container .content ul li .box .text:hover {
  color: var(--color);
}

.inner-page .m-page {
  text-align: center;
  padding-top: 55px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
  
}

.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1  ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  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;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 18px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 20px;
  color: #414951;
  line-height: 2;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}

#addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
  
  font-weight: bold;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  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: 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;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1500px) {
  #addForm2 h4{
    font-size: 30px
  }
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1450px) {
  .contact-page .init-2 .init-2-box .left{
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left .content ul li p{
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
   #addForm2 h4{
    font-size: 28px
  }
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li{
    align-items: center;
  }
}
@media screen and (max-width: 1000px) {
   #addForm2 h4{
    font-size: 25px
  }
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #addForm2 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
  .contact-page .init-1 .container ul li{
    width: 50%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
    .contact-page .init-1 .container ul li{
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--color);
}


.honor-page .container .tips_title {
  font-weight: bold;
  text-align: center;
      
    margin-bottom: -30px;
  text-transform: uppercase;
}
.honor-page .container .content {
  margin-top: 50px;
}
.honor-page .container .content ul {
  margin: 0 -50px;
}
.honor-page .container .content ul li {
  margin-top: 40px;
  padding: 0 50px;
  text-align: center;
}
.honor-page .container .content ul li .box a {
  display: block;
}
.honor-page .container .content ul li .box .text {
  margin-top: 15px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .honor-page .container .content ul {
    margin: 0 -10px;
  }
  .honor-page .container .content ul li {
    padding: 0 10px;
  }
  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
  .honor-page .container .content {
    margin-top: 0;
  }
}
.faq-page {
  padding-bottom: 110px;
}
.faq-page .container .tips_title {
  font-weight: bold;
  padding-left: 60px;
      
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.faq-page .container .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.faq-page .container .content {
  margin-top: 60px;
}
.faq-page .container .content ul {
  border-top: 1px solid #e5e8ec;
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
}
.faq-page .container .content ul li {
  border-bottom: 1px solid #e5e8ec;
  position: relative;
  cursor: pointer;
}
.faq-page .container .content ul li > i {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--color);
}
.faq-page .container .content ul li .title {
  font-weight: bold;
  position: relative;
  padding: 20px 60px;
 
}
.faq-page .container .content ul li .title::before{
  display: none;
}
.faq-page .container .content ul li .des {
  display: none;
  padding: 20px 60px;
  color: #6a6a6a;
}
.faq-page .container .content ul li.active .title {
  background-color: var(--color);
  color: #fff;
}
.faq-page .container .content ul li.active > i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  .faq-page {
    text-align: center;
  }
  .faq-page .container .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-page .container .content ul {
    text-align: left;
  }
  .faq-page .container .content {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .faq-page .container .content {
    margin-top: 30px;
  }
  .faq-page .container .content ul li .title {
    padding: 20px 30px 20px 16px;
  }
  .faq-page .container .content ul li > i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 28px;
  }
  .faq-page .container .content ul li .des {
    padding: 20px 16px;
  }
}


.about-page .title {
  margin-top: 6px;
}
.about-page .about-1 {
  padding-top: 8%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img {
  margin-top: 38px;
}
.about-page .about-1 .img img{
  width: 100%;
}
.about-page .about-1 .con {
  /*font-family: 'Poppins';*/
  line-height: 2;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 57px;
  text-align: justify;
}
.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-2 {
  margin-top: 60px;
  padding: 5.521% 0;
  /*background: #f6f6f6;*/
  background: url(../images/history_bg.jpg) no-repeat
}
.about-page .about-22{
  margin-top: 0;
  background: #fff;
  padding: 0;
}
.about-page .about-2 .content {
  position: relative;
  z-index: 1;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: var(--color);
  font-weight: bold;
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 125px;
  overflow-y: auto;
  
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: var(--color);
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}
.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
    /*width: calc(100% - 6.25vw);*/
    border-radius: 0 300px 300px 0;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .bottom ul {
  margin-right: -16px;
}
.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}
.about-page .about-2 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 600px;
  width: auto;
  object-fit: cover
}
.about-page .about-3 {
  padding: 5.573% 0 0;
}
.about-page .about-3 .ui.container {
  padding: 0 15px 0 30px;
}
.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}
.about-page .about-3 .content {
  margin-top: 65px;
}
.about-page .about-3 .content ul {
  margin: -15px -10px;
}
.about-page .about-3 .content ul li {
  padding: 15px 10px;
}
.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}
.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}
.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-4 {
  background: var(--color);
  border-radius: 200px 0px 0 0;
  padding: 7.5% 0 11.146%;
  color: #fff;
}
.about-page .about-4 .in-num::before {
  background: #fff;
}
.about-page .about-4 .content {
  margin-top: 29px;
}
.about-page .about-4 .content ul {
  margin-right: -25px;
}
.about-page .about-4 .content ul li {
  padding-right: 25px;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}
.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: #fff;
}
.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5{
  background-color: var(--color);
	border-radius: 257px 0px 0px 257px;
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 100px;
}
.about-page .about-5 .in-num::before{
  background: #fff;
}
.about-page .about-5 .left{
  width: 44%;
  vertical-align: middle;
}
.about-page .about-5 .right{
  vertical-align: middle;
  width: 56%;
  font-size: 18px;
  line-height: 2;
}
.about-page .about-6{
  padding: 7% 0;
}
.about-page .about-6 .title em{
  color: var(--color);
}
.about-page .about-6 .content{
  padding-top: 6.349%;
}
.about-page .about-6 .content ul{
  margin-right: -96px;
}
.about-page .about-6 .content ul li{
  padding-right: 96px;
}
.about-page .about-6 .content ul li .top {
  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;
}
.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: var(--color);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 40px;
}
.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}
@media screen and (max-width: 1440px) {
  .about-page .about-6 .content ul{
    margin-right: -40px;
  }
  .about-page .about-6 .content ul li{
    padding-right: 40px;
  }
  
}
@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }
  .about-page .about-2 .bottom ul li a img{
    height: 400px
  }

 
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
   .about-page .about-2 .bottom ul li a img{
    height: 300px
  }
}
@media screen and (max-width: 1000px) {
  
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-2 .content {
    margin-top: 40px;
  }
  .about-page .about-4 {
    border-radius: 100px 0 0 0;
  }
  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }
  .about-page .about-5{
    margin-top: 60px;
    border-radius: 0;
  }
  .about-page .about-5 .left{
    width: 100%;
  }
  .about-page .about-5 .right{
    width: 100%;
    margin-top: 20px;
  }

}
@media screen and (max-width: 700px) {
     .about-page .about-2 .bottom ul li a img{
    height: 250px
  }
  .about-page .about-1 .con {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }

}
@media screen and (max-width: 500px) {
  
  .about-page .about-1 .img {
    margin-top: 20px;
  }
  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }
  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .about-page .about-2 .content ul li::before {
    left: 11px;
  }
  .about-page .about-2 .bottom {
    padding-right: 0;
  }
  .about-page .about-4 {
    border-radius: 0;
  }
  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }
  .about-page .about-5 .right{
    font-size: 16px;
  }
}

.product-page {
  padding: 7% 0 0;
  position: relative;
  z-index: 1;
}
.product-page .Auxil-h1{
  font-size: 36px;
    color: var(--color);
    font-weight: 600;
}
.product-page .list .in-num {
  color: var(--color);
}
.product-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.product-page .list .title {
  margin-top: 8px;
  color:#fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%;
}
.product-page .list .title:hover {
  color: #fff;
}
.product-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  /*margin-bottom: 180px;*/
}
.product-page .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px;
  /*color: #fff;*/
}
.product-page .list ul li .ig .text .con {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 7px;
  font-weight: 300;
  max-height: 220px;
  overflow-y: auto;
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;*/
}
.product-page .list ul li .ig .text .more {
  /*padding-left: 57px;*/
  margin-top: 46px;
  /*text-align: center;
  color: #000;
  background: #fff;*/
}

.product-page .list ul li .ig .img {
  width: 54.451%;
}
.product-page .list ul li .ig .img img{
  width: auto
}
.product-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46%;
  height: 60%;
  background-color: #214c9e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*.product-page .list ul li:hover::after {
  background: var(--color);
}*/
.product-page .list ul li:nth-child(even) .ig {
  -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;
}
.product-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}
.product-page .list ul li:nth-child(even)::after {
  right: 0;
  left: initial;
}
.product-page .list ul li:last-child {
  margin-bottom: 0;
}
.product-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight:bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .product-page .list ul li::after {
    width: 700px;
    height: 500px;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 820px;
    height: 500px;
  }
}
@media screen and (max-width: 1440px) {
  .product-page .list ul li .ig .text {
    padding-right: 40px;
  }
  .product-page::after {
    font-size: 300px;
    top: -20px;
  }
   .product-page .list ul li::after {
    width: 46%;
    height: 100%;
    border-radius:0;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 46%;
    height: 100%;
    border-radius: 0;
  }
  .product-page .list ul li {
    margin: 30px 0;
    padding: 0;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1280px) {
  .product-page::after {
    font-size: 260px;
    top: -20px;
  }
  .product-page .list .title {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .product-page::after {
    display: none;
  }
  .product-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }
  .product-page .list .title{
    color: #000;
  }
  .product-page .list ul li .ig .text .con{
    color: rgba(0,0,0,0.6);
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px;
    background: var(--color);
    color: #fff;
  }
  .product-page .list ul li .ig .img {
    width: 100%;
  }
  .product-page .list ul li::after {
    display: none;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }
 
}
@media screen and (max-width: 700px) {
  
  .product-page .Auxil-h1{
    display: none!important;
  }
  .product-page .list .in-num::before {
    margin: 3px 7px 0 0;
  }
 
}
@media screen and (max-width: 500px) {

  .product-page .list .in-num::before {
    margin: 0px 7px 0 0;
  }

  .product-page .list ul li .ig .text .more {
    padding-left: 19px;
  }

}
.prodet-page {
  padding: 3% 0 7%;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 {
  position: relative;
  /*padding: 0 0 0 136px;*/
}
.prodet-page .prodet-1 .text {
    width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prodet-page .prodet-1 .text .in-num {
  color: var(--color);
}
.prodet-page .prodet-1 .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.prodet-page .prodet-1 .text .title {
  margin-top: 11px;
}
.prodet-page .prodet-1 .img{
  text-align: right;
  width: 40%;
  overflow: hidden;
  border: 1px solid #eeeeee
}
.prodet-page .prodet-1 .img img{
  transform: scale(1.3)
}
.prodet-page .prodet-1 .img a{
  display: block;
}
.prodet-page .prodet-2 {
  padding-top: 1.639%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-2 .ret .con ul{
  margin: -10px;
}
.prodet-page .prodet-2 .ret .con ul li{
  padding: 10px;
}
.prodet-page .prodet-2 .ret .con ul li a{
  border: 2px solid #eee;
  display: block;
}
.prodet-page .prodet-2 .ret form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-3 {
  margin-top: 89px;
}
.prodet-page .prodet-3 .content {
  margin-top: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 0px 100px 0px 0px;
  padding: 50px 30px 30px 25px;
  text-align: center;
}
.prodet-page .prodet-3 .content ul li .img-box img{
  width: auto;
  display: block;
  margin: 0 auto
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px;
}
.prodet-page .prodet-3 .content ul li .text .in-num {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}
.prodet-page .prodet-3 .content ul li .text .tit {
  font-weight: 500;
  line-height: 1.6;

  font-size: 20px;
  /*text-transform: capitalize;*/
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .more {
  margin-top: 65px;
}
.prodet-page .prodet-3 .content ul li .text .more:hover {
  color: #fff;
}
.prodet-page .prodet-3 .content ul li .text .more:hover i {
  color: #fff;
}
.prodet-page .prodet-3 .content ul li .text .more:hover::after {
  background: #000;
}
.prodet-page .prodet-3 .content .item{
  border: 1px solid #eeeeee;
}
.prodet-page .opt {
  background-color: #f6f6f6;
}
.prodet-page .opt dl {
  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 .opt dl dd {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-right: 24px;
  cursor: pointer;
}
.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}
.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight:bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-1 .text {
    width: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
  .prodet-page .prodet-1 {
    padding: 0;
  }
  .prodet-page .prodet-1 .text{
    top: 12%;
  }

 
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1450px){
  .prodet-page .opt dl dd{
    padding: 0 60px 0 70px
  }
  .prodet-page .opt dl dd::before{
    left: 20px
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .opt dl dd {
    padding: 0 60px;
    margin-right: 15px;
  }

}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .prodet-page .prodet-1 {
    padding: 0;
  }
  .prodet-page .prodet-1 .text{
    width: 41%;
    display: inline-block;
    position: initial;
  }
  .prodet-page .prodet-1 .img{
    width: 58%;
    display: inline-block;
    vertical-align: top;
  }
  .prodet-page .prodet-1 .img img{
    width: auto;
  }
  .prodet-page .opt dl dd {
    padding: 0 50px;
  }
  .prodet-page .opt dl dd::before {
    left: 30px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page::after {
    display: none;
  }
  .prodet-page .prodet-1 {
    padding: 0;
  }
  .prodet-page .prodet-1 .text {
    position: initial;
    width: 100%;
  }
  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px;
  }
  .prodet-page .opt dl dd::before {
    left: 15px;
  }

  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 31px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none;
  }
  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .prodet-page .prodet-3 .opt dl dd::before {
    top: 30px;
    left: 47px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
  }
  .prodet-page .prodet-3 .opt dl dd::before,
  .prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 20px;
  }
}

.seo_content .title {
  text-transform: uppercase;
}
.seo_content .title small {
  display: block;
}
.seo_content .title em {
  color: var(--color);
}
.seo_content .seo_about {
  background-color: #f6f6f6;
  border-radius: 300px 0px 0px 0px;
  padding: 3.282% 0 3.115%;
}
.seo_content .seo_about .con {
  /*color: rgba(0, 0, 0, 0.6);*/
  padding-right: 57px;
  margin-top: 43px;
  max-height: 467px;
  overflow-y: auto;
  line-height: 1.8;
}
.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px;
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.22);
}
.seo_content .seo_honor {
  padding: 5.782% 0 10.209%;
}
.seo_content .seo_honor .content {
  margin-top: 29px;
}
.seo_content .seo_honor .content ul {
  margin-right: -25px;
}
.seo_content .seo_honor .content ul li {
  padding-right: 25px;
}
.seo_content .seo_honor .content ul li .img-box img {
  width: 100%;
}
.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_honor .content ul.slick-dots li button {
  display: none;
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 3.834% 0 5.344%;
}
.seo_content .seo_news .content {
  margin-top: 61px;
}
.seo_content .seo_news .content ul {
  margin-right: -25px;
}
.seo_content .seo_news .content ul li {
  padding-right: 25px;
}
.seo_content .seo_news .content ul li .img {
  position: relative;
}
.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%;
}
.seo_content .seo_news .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px;
}
.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 1.8;
  text-transform: capitalize;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color);
}
.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seo_content .seo_industry {
  padding-top: 5%;
}
.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 41px;
  padding-bottom: 32px;
}
.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: var(--color);
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
    .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
}
@media screen and (max-width: 700px) {
    .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
    .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: 20px;
  }
}

.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
.col{
  color: var(--color)
}
/*.solution-page a.more {
  line-height: 55px;
  height: 55px;
  padding: 0 50px;
  border: 1px solid #fcba0e;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.solution-page a.more:hover {
  color: white;
  background: #fcba0e;
}*/
.solution .img-box {
    overflow: hidden;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.solution .img-box {
    overflow: hidden;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.solution .img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    z-index: -1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.solution .img-box:hover:after {
    transform: scale(1.1, 1.1);
}
.solution .img-box img {
    transition: 1s ease;
}
.solution .img-box:hover img {
    transform: scale(1.1, 1.1);
}

.solution-page .solution-1 {
  padding-top: 30px;
  text-align: center;
}
.solution-page .solution-1 .text {
  margin: 20px auto;
  max-width: 860px;
  font-weight: 300;
}
.solution-page .solution-1 .box {
  margin-top: 120px;
}
.solution-page .solution-1 .box .slide {
  margin-top: 100px;
}
.solution-page .solution-1 .box .slide:first-child {
  margin-top: 0;
}
.solution-page .solution-1 .box .slide .box2 .left {
  vertical-align: middle;
  margin-bottom: -45px;
  position: relative;
}
.solution-page .solution-1 .box .slide .box2 .left a.img-box {
  height: 470px;
  background: no-repeat center center /cover;
}
.solution-page .solution-1 .box .slide .box2 .right {
  vertical-align: middle;
  padding: 0 3%;
  text-align: left;
  position: relative;
}
.solution-page .solution-1 .box .slide .box2 .right h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.solution-page .solution-1 .box .slide .box3 {
  padding: 80px 0 50px;
  background: url("../images/solution-1-bg.jpg") center center;
  background-size: cover;
}
.solution-page .solution-1 .box .slide .box3 .btn {
  margin: 0 -7px;
  text-align: right;
}
.solution-page .solution-1 .box .slide .box3 .btn div {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
/*   border: 1px solid #fff; */
  margin: 0 7px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
	position:absolute;
	top:40%;
	z-index:1;
	background:#fcba0e;
}
.solution-page .solution-1 .box .slide .box3 .btn div.prev {
	left:-4%;
}
.solution-page .solution-1 .box .slide .box3 .btn div.next {
	right:-4%;
}
.solution-page .solution-1 .box .slide .box3 .btn div:hover {
  color: white;
  border-color: #fcba0e;
  background-color: #fcba0e;
}
.solution-page .solution-1 .box .slide .box3 .list {
  margin-top: 50px;
}
.solution-page .solution-1 .box .slide .box3 .list ul {
  margin: -20px;
}
.solution-page .solution-1 .box .slide .box3 .list ul li {
  padding: 20px;
}
.solution-page .solution-1 .box .slide .box3 .list ul li a.img-box {
  height: 300px;
}
.solution-page .solution-1 .box .slide .box3 .list ul li h6 {
  font-size: 18px;
  line-height: 1.8;
  color: white;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.solution-page .solution-1 .box .slide:nth-child(even) .box2 .left {
  left: 50%;
}
.solution-page .solution-1 .box .slide:nth-child(even) .box2 .right {
  left: -50%;
}
.solution-page .solution-1 .box .slide:nth-child(even) .box3 .btn {
  text-align: left;
}
.solution-page .solution-2 {
  padding: 90px 0 80px;
  text-align: center;
  background: url("../images/solution-2-bg.jpg") center top no-repeat #f6f6f6;
  background-size: 100% auto;
}
.solution-page .solution-2 .text {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.solution-page .solution-2 .list {
  margin-top: 45px;
}
.solution-page .solution-2 .list ul {
  margin: -30px;
}
.solution-page .solution-2 .list ul li {
  padding: 30px;
  position: relative;
}
.solution-page .solution-2 .list ul li:after {
  content: '';
  width: 104px;
  height: 12px;
  background: url("../images/icon-solution-2.png") center center no-repeat;
  position: absolute;
  left: 100%;
  top: 25%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.solution-page .solution-2 .list ul li i {
  display: block;
  position: relative;
}
.solution-page .solution-2 .list ul li h6 {
  margin: 40px 0 10px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
}
.solution-page .solution-2 .list ul li p {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.75);
}
.solution-page .solution-2 .list ul li:last-child:after {
  display: none;
}
.solution-page .solution-3 {
  padding: 65px 0 100px;
  background: #e9e9e9;
}
.solution-page .solution-3 .list {
  margin-top: 45px;
}
.solution-page .solution-3 .list ul {
  margin: -17px;
}
.solution-page .solution-3 .list ul li {
  padding: 17px;
}
.solution-page .solution-3 .list ul li .box {
  background-color: #eee;
}
.solution-page .solution-3 .list ul li a.img-box {
  height: 260px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}
.solution-page .solution-3 .list ul li h6 {
  padding: 10px;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 1.6;
  text-align: center;
}
.solution-list-page {
  background-color: #fafafa;
}
.solution-list-page .solution-list-1 {
  padding: 50px 0 90px;
  text-align: center;
}
.solution-list-page .solution-list-1 .text {
  margin: 20px auto 50px;
  max-width: 1000px;
  font-weight: 300;
}
.solution-list-page .solution-list-1 .title{
  text-align: left;
}
.solution-list-page .solution-list-1 .list {
  overflow: hidden;
}

.solution-list-page .solution-list-1 .list ul li .tit {
  padding: 20px;
  background: rgba(92,181, 49,0.4);
  font-weight: bold;
}
.solution-list-page .solution-list-1 .list ul li .box {
  background-color: #f4f4f4;
}
.solution-list-page .solution-list-1 .list ul li .box .left {
  vertical-align: middle;
  position: relative;
}
.solution-list-page .solution-list-1 .list ul li .box .left a.img-box {
  height: 480px;
}
.solution-list-page .solution-list-1 .list ul li .box .right {
  vertical-align: middle;
  padding: 0 2%;
  text-align: left;
  position: relative;
}
.solution-list-page .solution-list-1 .list ul li .box .right h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text {
  font-weight: 300;
  margin: 10px 0 25px;
  line-height: 2;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text ul {
  margin: 0;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text ul li {
  padding: 0;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  border: 2px solid #fcba0e;
  border-radius: 100%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.solution-list-page .solution-list-1 .list ul li .box .right .text ul li strong {
  font-weight: normal;
  color: black;
}
.solution-list-page .solution-list-1 .list ul li .box .right h6 {
  font-size: 18px;
  line-height: 1.8;
}
.solution-list-page .solution-list-1 .list ul li .box .right .tag {
  padding: 10px 0 30px;
  margin: -5px;
}
.solution-list-page .solution-list-1 .list ul li .box .right .tag a {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #fcba0e;
  margin: 5px;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-list-page .solution-list-1 .list ul li .box .right .tag a:hover {
  color: white;
  background-color: #fcba0e;
}

.solution-det-page h2.title {
  font-size: 36px;
}
.solution-det-page .solution-det-1 hr {
  margin-bottom: 40px;
  display: block;
  height: 1px;
  background-color: #e1e1e1;
  border: none;
}
.solution-det-page .solution-det-1 .img {
  height: 380px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: 50px 0;
}
.solution-det-page .solution-det-1 .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: white;
  cursor: pointer;
  cursor: hand;
}
.solution-det-page .solution-det-1 .img .play img {
  display: block;
  margin: 0 auto;
}
.solution-det-page .solution-det-1 .img .play h6 {
  margin-top: 15px;
}
.solution-det-page .solution-det-2-3-bg {
  background: #f4f4f4 url("../images/solution-det-2-3-bg.jpg") center center no-repeat;
}
.solution-det-page .solution-det-2 {
  padding: 65px 0 85px;
  text-align: center;
}
.solution-det-page .solution-det-2 .list {
  margin-top: 40px;
}
.solution-det-page .solution-det-2 .list ul {
  margin: -9px;
  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;
  text-align: left;
}
.solution-det-page .solution-det-2 .list ul li {
  padding: 9px;
}
.solution-det-page .solution-det-2 .list ul li .box {
  padding: 30px 35px 20px 120px;
  position: relative;
  background: white;
  height: 100%;
}
.solution-det-page .solution-det-2 .list ul li .box i {
  position: absolute;
  left: 10px;
  width: 100px;
  text-align: center;
}
.solution-det-page .solution-det-2 .list ul li .box h6 {
  font-size: 18px;
  line-height:1.8;
  font-weight: bold;
  color: #0e0e0e;
  margin-bottom: 10px;
}
.solution-det-page .solution-det-2 .list ul li .box p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.75);
  line-height: 2;
}
.solution-det-page .solution-det-3 {
  padding-bottom: 60px;
}
.solution-det-page .solution-det-3 .list {
  margin-top: 20px;
}
.solution-det-page .solution-det-3 .list ul {
  overflow: hidden;
	margin:-10px;
}
.solution-det-page .solution-det-3 .list ul .slick-list {
  overflow: unset;
}
.solution-det-page .solution-det-3 .list ul li {
/*   background: black; */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
	padding:10px !important;
}
.solution-det-page .solution-det-3 .list ul li a.img-box {
  height: 410px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-det-page .solution-det-3 .list ul li img {
  display: block;
  width: 100%;
}
/* .solution-det-page .solution-det-3 .list ul .slick-slide li {
  -webkit-transform: scale(0.7804878);
  -moz-transform: scale(0.7804878);
  -ms-transform: scale(0.7804878);
  transform: scale(0.7804878);
  left: 20%;
}
.solution-det-page .solution-det-3 .list ul .slick-slide li a {
  opacity: .6;
}
.solution-det-page .solution-det-3 .list ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.solution-det-page .solution-det-3 .list ul .slick-slide.slick-current li a {
  opacity: 1;
}
.solution-det-page .solution-det-3 .list ul .slick-slide.slick-current + .slick-slide li {
  left: -20%;
} */
.solution-det-page .solution-det-3 .list2 {
	margin:50px auto;
}
.solution-det-page .solution-det-3 .list2 ul {
	margin:-10px;
}
.solution-det-page .solution-det-3 .list2 ul li img {
	padding:10px;
}
.solution-det-page .solution-det-3 .btn {
  text-align: center;
  margin-top: 10px;
}
.solution-det-page .solution-det-3 .btn div {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid #5cb531;
  margin: 0 7px;
  text-align: center;
  font-size: 24px;
  color: #5cb531;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
}
.solution-det-page .solution-det-3 .btn div:hover {
  color: white;
  border-color: #5cb531;
  background-color: #5cb531;
}
.solution-det-page .solution-det-4 {
  padding-bottom: 120px;
  background: #f5f5f5;
  text-align: center;
}
.solution-det-page .solution-det-4 .list {
  margin-top: 50px;
}
.solution-det-page .solution-det-4 .list ul {
  margin: -15px;
}
.solution-det-page .solution-det-4 .list ul .slick-track {
  margin-left: 0;
}
.solution-det-page .solution-det-4 .list ul li {
  padding: 15px;
}
.solution-det-page .solution-det-4 .list ul li .box {
  background: white;
  padding: 40px 20px;
  text-align: center;
}
.solution-det-page .solution-det-4 .list ul li .box a.img-box {
  height: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: inherit;
}
.solution-det-page .solution-det-4 .list ul li .box h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin: 10px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
	height: auto;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.solution-det-page .solution-det-4 .list ul li .box h6:hover {
  color: #fcba0e;
}
.solution-det-page .solution-det-4 .list ul li .box .text {
  padding-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  opacity: .7;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  text-align: left;
}
.solution-det-page .solution-det-4 .list ul li .box .text span {
  float: right;
}
.solution-det-page .solution-det-5 {
  padding: 70px 0;
}
.solution-det-page .solution-det-5 .box {
  margin-top: 40px;
}
.solution-det-page .solution-det-5 .box .left {
  padding-right: 56px;
}
.solution-det-page .solution-det-5 .box .left ul {
  margin: -8px;
}
.solution-det-page .solution-det-5 .box .left ul li {
  padding: 8px;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 {
  padding: 15px 30px 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #f1f1f1;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  cursor: pointer;
  cursor: hand;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .content {
  display: none;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info {
  margin: 40px 0;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl {
  margin: -18px;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd {
  padding: 18px;
  width: 40%;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd:nth-child(even) {
  width: 60%;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 {
  position: relative;
  padding-left: 60px;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 i {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 p {
  font-size: 16px;
  opacity: .7;
  line-height: 2;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 h6 {
  font-size: 18px;
  color: #0e0e0e;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.6;
}
/*.solution-det-page .solution-det-5 .box .left ul li .box2 a.more {
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #fcba0e;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.solution-det-page .solution-det-5 .box .left ul li .box2 a.more:hover {
  background: #fcba0e;
  color: white;
}*/
.solution-det-page .solution-det-5 .box .left ul li.active .box2 h5 {
  font-size: 25px;
  line-height:1.6;
  font-weight: bold;
}
.solution-det-page .solution-det-5 .box .right a.img-box {
  height: 530px;
}
  @media screen and (max-width: 1500px) {
  
    .solution-det-page .solution-det-1 .img .play {
      font-size: 18px;
    }

    .solution-det-page .solution-det-1 .img .play img {
      max-width: 60px;
    }
 
    .solution-det-page .solution-det-4 .list ul li .box .text {
      font-size: 14px;
    }

    .solution-det-page .solution-det-4 .list ul li .box h6 {
      font-size: 16px;
      line-height:2;
    }

    .solution-det-page .solution-det-4 .list ul li .box {
      padding: 15px;
    }
        .solution-page a.more,
    .solution-list-page .solution-list-1 .list ul li .box .right a.more {
      line-height: 44px;
      height: 44px;
      padding: 0 30px;
      font-size: 16px;
    }
    .solution-page .solution-1 .box .slide .box2 .right h4 {
      font-size: 24px;
    }
    .solution-page .solution-1 .box .slide .box3 .list ul li a.img-box {
      height: 240px;
    }
    .solution-page .solution-1 .box .slide .box3 .list ul li h6 {
      font-size: 16px;
    }
    .solution-page .solution-3 .list ul li a.img-box {
      height: 220px;
    }
    .solution-page .solution-3 .list ul li h6 {
      font-size: 14px;
    }
    .solution-page .solution-3 {
      padding: 50px 0;
    }
    .solution-list-page .solution-list-1 .list ul li .box .right h5 {
      font-size: 20px;
    }
    .solution-list-page .solution-list-1 .list ul li .box .right .tag a {
      line-height: 36px;
      height: 36px;
      padding: 0 10px;
      font-size: 14px;
    }
    .solution-det-page .solution-det-5 .box .left ul li.active .box2 h5 {
      font-size: 20px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd {
      font-size: 16px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 h6 {
      font-size: 16px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 a.more {
      line-height: 40px;
      height: 40px;
      padding: 0 15px;
      font-size: 16px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 h5 {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 1250px) {
     .solution-list-page .solution-list-1 .list ul li .box .right .tag {
      padding: 10px 0;
    }
    .solution-list-page .solution-list-1 .list ul li .box .left a.img-box {
      height: 420px;
    }
    .solution-list-page .solution-list-1 .list ul li .box .right .text {
      margin: 10px 0;
    }
    .solution-list-page .solution-list-1 {
      padding: 50px 0;
    }
    .solution-det-page .solution-det-1 .img {
      height: 300px;
    }
    .solution-det-page .solution-det-2 .list ul li .box p {
      font-size: 14px;
    }
    .solution-det-page .solution-det-2 .list ul li .box {
      padding: 20px 20px 20px 100px;
    }
    .solution-det-page .solution-det-2 .list ul li .box i {
      width: 80px;
    }
    .solution-det-page .solution-det-3 .list ul li a.img-box {
      height: 320px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 h6 {
      font-size: 14px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 p {
      font-size: 14px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd {
      padding: 5px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl {
      margin: -5px;
    }
    .solution-det-page .solution-det-5 .box .left ul li.active .box2 h5 {
      font-size: 18px;
      line-height: 1.8;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 h5,
    .solution-det-page .solution-det-5 .box .left ul li .box2 a.more {
      font-size: 14px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 h5{
      line-height: 2;
    }
    .solution-det-page .solution-det-5 .box .right a.img-box {
      height: 465px;
    }
    .solution-page .solution-1 .box .slide .box2 .left a.img-box {
      height: 360px;
    }
    .solution-page .solution-1 .box .slide .box2 .left {
      margin-bottom: -50px;
    }
    .solution-page .solution-1 .box .slide .box3 {
      padding: 40px 0;
    }
    .solution-page .solution-1 .box .slide {
      margin-top: 60px;
    }
    .solution-page .solution-1 .box .slide .box3 .list ul li a.img-box {
      height: 200px;
    }
    .solution-page .solution-2 .list ul li i img {
      max-width: 100px;
    }
    .solution-page .solution-2 .list ul li h6 {
      font-size: 16px;
      margin: 10px 0;
    }
    .solution-page .solution-2 .list ul li p {
      font-size: 14px;
    }
    .solution-page .solution-2 .list ul li:after {
      top: 20%;
    }
    .solution-page .solution-3 .list ul li {
      padding: 5px;
    }
    .solution-page .solution-3 .list ul {
      margin: -5px;
    }
  }
    @media screen and (max-width: 1000px) {
      .about-page .about-6 .content .slickBtn.pos{
      display: none
      }
       .solution-page .solution-1 .box .slide .box3 .list ul li {
      padding: 5px;
    }
    .solution-page .solution-1 .box .slide .box3 .list ul {
      margin: -5px;
    }
    .solution-page .solution-1 .box .slide .box3 .list ul li a.img-box {
      height: 160px;
    }
    .solution-page .solution-2 .list ul li {
      padding: 15px;
    }
    .solution-page .solution-2 .list ul {
      margin: -15px;
    }
    .solution-page .solution-2 .list ul li:after {
      top: 15%;
    }
    .solution-list-page .solution-list-1 .list ul li .box .right {
      width: 100%;
      padding: 15px;
    }
    .solution-list-page .solution-list-1 .list ul li .box .left {
      width: 100%;
    }
    .solution-list-page .solution-list-1 .list ul li .box .left a.img-box {
      height: 240px;
    }

    .solution-det-page .solution-det-2 .list ul li {
      width: 100%;
    }
    .solution-det-page .solution-det-4 {
      padding-bottom: 60px;
    }
    .solution-det-page .solution-det-5 .box .left {
      width: 100%;
      padding-right: 0;
    }
    .solution-det-page .solution-det-5 .box .right {
      display: none;
    }
    }

    @media screen and (max-width: 700px) {
        .solution-det-page .solution-det-1 .img .play h6 {
      text-align: center;
    }
    
    .solution-det-page .solution-det-2 .list ul li .box h6 {
      font-size: 16px;
      line-height: 2;
    }
    .solution-det-page .solution-det-3 .list ul li a.img-box {
      height: 260px;
    }
    .prodet-page .prodet-9 .list ul li .box .text,
    .solution-det-page .solution-det-4 .list ul li .box .text {
      font-size: 14px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd {
      width: 100% !important;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 i {
      width: 30px;
    }
    .solution-det-page .solution-det-5 .box .left ul li .box2 .info dl dd .box3 {
      padding-left: 40px;
    }
    .solution-det-page .solution-det-2 .list ul li .box i {
      width: 40px;
    }
    .solution-det-page .solution-det-2 .list ul li .box {
      padding-left: 60px;
    }
    .solution-page .solution-1 .box .slide .box3 .list ul li h6 {
      font-size: 14px;
      line-height: 2;
    }
    .solution-page .solution-1 .box .slide .box2 .right {
      width: 100%;
      padding: 15px;
      left: 0 !important;
    }
    .solution-page .solution-1 .box .slide .box2 .left {
      width: 100%;
      margin-bottom: 0;
      left: 0 !important;
    }
    .solution-page .solution-1 .box .slide .box2 .left a.img-box {
      height: 200px;
    }
    .solution-page .solution-1 .box .slide .box2 .right h4 {
      font-size: 20px;
      line-height: 1.8;
    }
    .solution-page .solution-1 .text {
      margin: 10px auto;
    }
    .solution-page .solution-1 .box .slide .box3 .btn {
      display: none;
    }
    .solution-page .solution-1 .box .slide .box3 .list {
      margin-top: 0;
    }
    .solution-page .solution-2 .list ul li {
      width: 100%;
    }
    .solution-page .solution-2 .list ul li:after {
      display: none;
    }
    }
   @media screen and (max-width: 500px) {
        .solution-det-page .solution-det-3 .list ul li a.img-box {
      height: 200px;
    }
    }


    .inner-page .mbxBox .box .filter {
      margin: 0 0 0 auto;
  cursor: pointer;
  cursor: hand;
  
}
 .inner-page .mbxBox .box .filter img{
   display: block;
   margin: 0 0 0 auto
 }
.inner-page .mbxBox .box .filter ul {
  width: 260px;
  padding: 10px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  z-index: 10;
  display: none;
}
.inner-page .mbxBox .box .filter ul a {
  padding: 10px;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px #eee dashed;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .mbxBox .box .filter ul a:hover {
  color: white;
  background: #fcba0e;
}
.table2 table tbody{
/*width: 1720px !important;*/
}
.table2 table td, .table2 table th{
  min-width: 140px !important;
}


.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 3.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 30px;
  /*color: #606060;*/
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 50%;
  padding-right: 7%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 48%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 80px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  /*background: url(../images/mana2.jpg) no-repeat center top;*/
  background-size: 100% 100%;
  color: #000;
  margin-top: 89px;

}
.mana-page .mana-2 .bottom .title {
  color: #000;
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  /*max-width: 1230px;*/
  /*margin: 24px 0 0 8.593%;*/
  /*padding: 40px  6.50vw ;*/
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
   padding: 10px;
   margin-bottom: 10px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*height: 160px;*/
  /*border-radius: 50%;*/
  text-align: center;
  line-height: 80px;
  /*background: var(--color);*/
 
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: calc(0.315vw + 14px) !important;
  line-height: 1.3;
  font-family: 'Antonio';
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  display: none;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: var(-px70);
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  /*background: url(../images/about-dots.png) no-repeat -20px top;*/
  width: 51.448%;
  padding-top: 146px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
     font-size: 17px;
    font-family: 'poppins';
    /* font-weight: 500; */
    line-height: 1.6;
    padding-left: 65px;
    position: relative;
    margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  /*background: url(../images/about-dots1.png) no-repeat 20px 2px;*/
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 0 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: #ffffff;
}
.mana-page .mana-4 .header .title::before {
  background: #ffffff;
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
.mana-page .no_bg_src .cont{
  font-size: 18px;
    line-height: 1.7;
    color: rgba(40, 39, 39, 0.87);
    margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }

  .mana-page .mana-3 ul li .text .title {
  
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}

  .mana-page .slice-picture{
  position: relative;
  user-select: none;
  padding-bottom: 80px;

}
  .mana-page .slice-picture__box1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clip-path: inset(0% 100% 0% 0%);
  
}
  .mana-page .slice-picture__dragger{
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  cursor: col-resize;
  top: 0;
  left: 0;
}
  .mana-page .slice-picture__handle{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.2) ;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: col-resize;
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {

  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .title {
    font-size: 24px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
  .font-48{
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {

  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.product2-page{
  background: #f5f5f5;
}
.product2-page .list li{
 padding-bottom: 30px;
 background: #ffffff;
}
.product2-page .list2 li{
  background: rgba(92,181, 49,0.4)
}
.product2-page .productBox .left{
  width: 28%;
}
.product2-page .productBox .right{
  width: 72%;
  padding-left: 50px;
}

.product2-page .left #nav-list li {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 25px 30px;
    background-color: white;
}

.product2-page .left #nav-list li i {
    position: absolute;
    right: 16px;
    top: 25px;
    font-size: 24px;
    color: #000;
    cursor: pointer
}

.product2-page .left #nav-list li a {
    display: inline-block;
    font-size: 20px;
    font-family: Barlow;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase
}

.product2-page .left #nav-list li ul.children {
    margin-top: 20px
}

.product2-page .left #nav-list li ul.children li {
    margin-bottom: 15px;
    padding: 0;
    border: none;
    border-radius: 0
}
.product2-page .left #nav-list li.active > a,
.product2-page .left #nav-list li ul.children li.active > a{
  color: var(--color);
}
.product2-page .left #nav-list li ul.children li a {
    font-weight: 400;
    color: rgba(0,0,0,.8);
    text-transform: capitalize
}

.product2-page .left #nav-list li ul.children li:last-child {
    margin-bottom: 0
}
@media screen and (max-width: 1250px) {
  .product2-page .left #nav-list li a{
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .product2-page .productBox .left{
    display: none;
  }
}
.solution-list-page .solution-list-1 .list ul li .box .left .play-btn i{
  border: none;
}

.news-page.solution-page .content ul li .box{
    padding: 0
}
.solution-page li .box .img{
  width: 45%;
  height: 100%;
}
.solution-page li .box .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-page li .box .text{
  padding: 30px 20px;
  width: 55%
}

.newdet-page .init-1 .news-box .left{
  width: 65%
}
.newdet-page .init-1 .news-box .right{
  width: 30%;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
       position: sticky;
       top: 120px
}
.newdet-page .init-1 .news-box .right  .inner-search form {
  position: relative;
}
.newdet-page .init-1 .news-box .right .inner-search form input[type=text] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555
}

.newdet-page .init-1 .news-box .right  .inner-search form input[type=submit] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/search.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}
.newdet-page .init-1 .news-box .right .inner-title{
      border-bottom: 1px solid #e7e7e7;

}
.newdet-page .init-1 .news-box .right a:hover{
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .newdet-page .init-1 .news-box .left{
    width: 100%;
  }
  .newdet-page .init-1 .news-box .right{
    display: none
  }
}
@media screen and (max-width: 1000px){

  .solution-page li .box .img{
    height: auto;
  }
  .solution-page li .box .text{
    padding: 30px 15px !important;
  }
}

p.yjj.yc {
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h1.title.Auxil-h1.font-36.bar.font-bold {
    font-size: 20px;
}