@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'Anton';
  src: url(../fonts/Anton-Regular.ttf) format('truetype'), url(../fonts/Anton-Regular.eot) format('eot'), url(../fonts/Anton-Regular.woff) format('woff'), url(../fonts/Anton-Regular.woff2) format('woff2');
}
body {
  --color: #569405;
  --color1: #0059ab;
  font-family: 'Poppins';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1490px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 18px;
  background: var(--color);
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 19px 44px 19px 45px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gudengfoot {
     width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    transform: translate(10px,10px);
}
.gudengcpy {
  margin-top: 20px;
}
.gudengcpy li {
  background: #ebebeb!important;
}
.gudengcpyzj ol li,.gudengcpyzj ul li {
    list-style: disc;
    margin-left: 30px;
}
.gudengcpyzj h2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  color: #569405;
}
.gudengcpyzj h3 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.gudengcpyzj strong {
    font-weight: 500;
}
.gudeng-h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    padding: 10px 0;
}
.Auxil-industry .mt-40 h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}
.Auxil-industry .mt-40 h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #569405;
}
.Auxil-industry .mt-40 ol li,
.Auxil-industry .mt-40 ul li {
    list-style: disc;
    margin-left: 30px;
}
.Auxil-industry .mt-40 strong {
  font-weight: 600;
  color: #525252;
}
.xinwchp {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 10px;
}
.more::before,
.more::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}
.more::before {
  left: -10px;
  background: var(--color1);
}
.more::after {
  right: -10px;
  background: var(--color1);
}
.more:hover::before,
.more:hover::after {
  width: 58%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  background: #fff;
  position: relative;
  z-index: 2;
}
#header .nav .ui.menu .menu-box {
  margin: 20px 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 47px;
  color: #0e0e0e;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0e0e0e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
  height: auto;
  z-index: 20;
}
#header .nav .ui.menu .yuy ul li {
  height: 36px;
  line-height: 36px;
}
#header .nav .ui.menu .yuy ul li a {
  padding: 0 .5em;
}
#header .nav .ui.menu .more {
  padding: 13px 16px 12px 17px;
  background: transparent;
  border: 1px solid #fff;
}
#header .nav .ui.menu .more:hover {
  border-color: var(--color1);
}
#header .nav::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 303px;
  height: 100%;
  background: var(--color);
}
#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.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.font {
  font-family: 'Anton';
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 89px;
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  width: 64%;
  left: 18%;
  top: 25%;
  color: #fff;
}
#banner ul li .text .font {
  max-width: 430px;
  line-height: 1.2;
}
#banner ul li .text .more {
  background: var(--color1);
}
#banner ul li .text .more::before,
#banner ul li .text .more::after {
  background: var(--color);
}
#banner ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background: url(../images/banner-mask.png) rgba(0, 0, 0, 0.38);
  z-index: 1;
}
#banner .small {
  position: absolute;
  left: 5%;
  top: 35%;
  width: 6%;
}
#banner .small .item {
  height: 94px;
}
#banner .small .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 8px solid transparent;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
#banner .small .item.active img {
  border-color: #FFFFFF;
}
#banner .play {
  width: 4.7em;
  height: 4.7em;
  left: 73.5%;
  background-color: #e0e0e0;
}
#banner .dots {
  position: absolute;
  left: 18%;
  bottom: 7.5%;
}
#banner .dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .dots li::before{
  display: none;
}
#banner .dots li::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border-radius: inherit;
  background: transparent;
  border: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .dots li.slick-active {
  background-color: var(--color);
}
#banner .dots li.slick-active::after {
  border-color: #FFFFFF;
}
#banner .dots li + li {
  margin-left: 23px;
}
#banner .dots li button {
  display: none;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-16 {
  line-height: 1.6;
}
.font-18 {
  line-height: 1.7;
}
@-webkit-keyframes img {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body .slick-track{
  display: block;
}
#index-body .i-category {
  padding: 7.8125% 0 6%;
  background-color: #f1f1f1;
}
#index-body .i-category .left {
  width: 19.932%;
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
#index-body .i-category .left .font {
  padding: 37px 28px 27px;
  background: var(--color1);
  color: #fff;
  line-height: 1.23;
}
#index-body .i-category .left .category ul li {
  padding: 26px 48px 15px;
  border-bottom: 1px solid rgba(171, 172, 173, 0.54);
  font-size: 16px;
  color: #453b34;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .left .category ul li:hover,
#index-body .i-category .left .category ul li.active {
  color: var(--color1);
  border-color: var(--color1);
  font-weight: bold;
}
#index-body .i-category .left .btn {
  display: block;
  padding: 26px 0 15px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color);
  text-align: center;
}
#index-body .i-category .right {
  width: 80.068%;
}
#index-body .i-category .right ul {
  margin: -18px -14px;
}
#index-body .i-category .right ul li {
  padding: 18px 14px;
}
#index-body .i-category .right ul li .img-box {
  background-color: #e1dfdf;
}
#index-body .i-category .right ul li .title {
  line-height: 1.8;
  color: #120f10;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .i-category .right ul li .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .right ul li .title:hover {
  color: var(--color1);
}
#index-body .i-category .right ul li .title:hover::after {
  width: 100%;
}
#index-body .i-application {
  height: 63.9vh;
  overflow: hidden;
}
#index-body .i-application .text {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 6;
  color: #fff;
}
#index-body .i-application .text .con {
  max-width: 640px;
  line-height: 1.6;
}
#index-body .i-application .top ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
#index-body .i-application .top ul li.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-application .top ul li.zIndex {
  opacity: 1;
  z-index: 1;
}
#index-body .i-application .top ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.32);
}
#index-body .i-application .bottom {
  z-index: 3;
  right: 8px;
  bottom: 40px;
  width: 50.3%;
}
#index-body .i-application .bottom ul {
  margin: 0 -5.5px;
}
#index-body .i-application .bottom ul li {
  padding: 0 5.5px;
}
#index-body .i-application .bottom ul li .img {
  padding: 9px 8px;
  background: #fff;
}
#index-body .i-application .bottom ul li .img img {
  width: auto;
}
#index-body .i-about {
  padding: 4.48% 0 3.28125%;
}
#index-body .i-about .top .left {
  width: 46.507%;
}
#index-body .i-about .top .left .play {
  width: 4.15em;
  height: 4.15em;
}
#index-body .i-about .top .right {
  width: 53.493%;
}
#index-body .i-about .top .right .font {
  line-height: 1.2;
}
#index-body .i-about .top .right .con {
  line-height: 2;
}
#index-body .i-about .top .right .con h1 {
  display: inline;
  color: #242525;
}
#index-body .i-about .bottom ul li {
  text-align: center;
  position: relative;
}
#index-body .i-about .bottom ul li .num {
  font-size: 63px;
  font-family: 'Anton';
  line-height: 1;
}
#index-body .i-about .bottom ul li .num sub {
  font-size: 45px;
}
#index-body .i-about .bottom ul li p {
  margin-top: 14px;
  color: #4d4e4e;
}
#index-body .i-about .bottom ul li::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 0;
  width: 1px;
  height: 81px;
  background-color: #bbbbbb;
}
#index-body .i-about .bottom ul li:last-child {
  padding-right: 0;
}
#index-body .i-about .bottom ul li:last-child::after {
  display: none;
}
#index-body .i-factory {
  background-color: #f1f1f1;
  padding: 44px 0 57px;
}
#index-body .i-factory .content ul {
  margin: 0 -8px;
}
#index-body .i-factory .content ul li {
  padding: 0 8px;
  text-align: center;
  color: #242525;
}
#index-body .i-factory .content ul li p {
  line-height: 1.8;
  margin-top: 13px;
}
#index-body .i-factory .dots li {
  display: inline-block;
  width: 38px;
  height: 5px;
  background-color: #9d9d9d;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-factory .dots li:last-child {
  margin-right: 0;
}
#index-body .i-factory .dots li button {
  display: none;
}
#index-body .i-factory .dots li.slick-active {
  background: var(--color1);
}
#index-body .i-advantage {
  background-color: #242525;
  padding: 6.09375% 0 4.636%;
  color: #fff;
}
#index-body .i-advantage .content ul {
  margin: -24.5px;
}
#index-body .i-advantage .content ul li {
  padding: 24.5px;
}
#index-body .i-advantage .content ul li .img {
  line-height: 90px;
  display: inline-block;
  z-index: 1;
}
#index-body .i-advantage .content ul li .img img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage .content ul li .img::before {
  content: '';
  position: absolute;
  top: -16px;
  left: -15px;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content ul li .text .font {
  line-height: 1.3;
}
#index-body .i-advantage .content ul li .text .con {
  line-height: 1.5;
}
#index-body .i-advantage .content ul li:hover .img::before {
  top: 20px;
  left: initial;
  right: -29px;
}
#index-body .i-news {
  padding: 5.0521% 0 5.73%;
}
#index-body .i-news .box .left {
  width: 36.644%;
}
#index-body .i-news .box .left .font {
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 26px 33px;
}
#index-body .i-news .box .right {
  width: 63.356%;
}
#index-body .i-news .box .right ul {
  margin: -49.5px -21.5px;
}
#index-body .i-news .box .right ul li {
  padding: 49.5px 21.5px;
}
#index-body .i-news .box .right ul li time {
  font-style: italic;
  line-height: 1;
}
#index-body .i-news .box .right ul li .font {
  line-height: 1.5;
}
#index-body .i-news .box .right ul li .con {
  line-height: 1.5;
}
#footer {
  background-color: #242525;
  color: #fff;
}
#footer .f-header p {
  line-height: 1.6;
}
#footer .f-header .form ul {
  margin: -7px;
}
#footer .f-header .form ul li {
  padding: 7px;
  width: 16.011%;
}
#footer .f-header .form ul li:nth-child(4) {
  width: 35.956%;
}
#footer .f-header .form input {
  height: 78px;
  border-radius: 10px;
  background: rgba(166, 168, 172, 0.15);
  border: 0;
  padding: 0 18px;
  font-size: 19px;
}
#footer .f-header .form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-header .form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-header .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-header .form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-header .form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-header .form input,
#footer .f-header .form button {
  width: 100%;
}
#footer .f-header .form button {
  border: 0;
  font-size: 29px;
  font-weight: bold;
  color: #e3e2de;
  padding: 23px 0 22px;
  text-align: center;
  border-radius: 20px;
}
#footer .f-content .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 28px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 8px;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #bfd7a1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #bfd7a1;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-product ul li {
  font-size: 16px;
  margin-bottom: 0;
}
#footer .f-content .f-contact {
  max-width: 480px;
}
#footer .f-content .f-contact ul li {
  font-size: 18px;
  line-height: 1.4;
  color: #bcbcbc;
  margin-bottom: 19px;
}
#footer .f-content .f-contact ul li i {
  width: 25px;
}
#footer .f-content .f-contact ul li i img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#footer .f-content .f-contact ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 16px;
}
#footer .f-content .f-contact ul li span sub{
  font-size: 18px;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content #ewm {
  width: 160px;
  border: 7px solid #fff;
}
#footer .f-content .share a {
  display: inline-block;
  width: 30px;
  height: 31px;
  line-height: 31px;
  border-radius: 50%;
  border: solid 1px #bcbcbc;
  font-size: 16px;
  color: #bcbcbc;
  margin-right: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .share a:last-child {
  margin-right: 0;
}
#footer .f-content .share a:hover {
  color: var(--color);
  border-color: var(--color);
}
#footer .f-copy {
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  padding: 13px 0 27px;
  border-top: 1px solid #6b6b6b;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1680px) {
  #index-body .i-category .left .category ul li,
  #index-body .i-category .left .btn {
    padding: 26px 30px 15px;
  }
  .fixed-toolbar {
    bottom: 7%;
    right: 15px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav {
    padding-right: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
    margin-right: 20px;
  }
  #header .nav .ui.menu .more {
    margin-left: 60px;
  }
  #header .nav::after {
    width: 230px;
  }
  #footer .f-content .f-contact {
    max-width: 360px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    padding-top: 0;
  }
  #banner ul li .text .btn {
    margin-top: 20px;
  }
  #banner .small {
    display: none;
  }
  #banner .dots {
    left: 5%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  #banner .dots li {
    display: block;
  }
  #banner .dots li + li {
    margin-left: 0;
    margin-top: 23px;
  }
  #index-body .i-category .left .category ul li,
  #index-body .i-category .left .btn {
    padding: 20px 20px 15px;
    font-size: 14px;
  }
  #index-body .i-application {
    height: 46vh;
  }
  #footer .f-header .form ul li {
    width: 33.3333%;
  }
  #footer .f-header .form ul li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #banner .dots,
  #banner .play {
    display: none;
  }
  #banner ul li .text {
    left: 5%;
    width: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  #banner ul li .text .font {
    margin: 0 auto;
  }
  .more {
    font-size: 16px;
    padding: 12px 20px;
  }
  .font-22 {
    font-size: 20px;
  }
  #index-body .i-category .left {
    display: none;
  }
  #index-body .i-category .right {
    width: 100%;
    padding: 0;
  }
  #index-body .i-about .top .left {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #index-body .i-about .bottom ul li {
    padding-right: 30px;
  }
  #index-body .i-about .bottom ul li .num {
    font-size: 40px;
  }
  #index-body .i-about .bottom ul li .num sub {
    font-size: 20px;
  }
  #index-body .i-about .bottom ul li::after {
    height: 50px;
  }
  #index-body .i-news .box .left {
    display: none;
  }
  #index-body .i-news .box .right {
    width: 100%;
    padding: 0;
  }
  #index-body .i-news .box .right .font {
    display: block;
    margin-bottom: 30px;
  }
  #index-body .i-news .box .right ul li .font {
    margin-bottom: 0;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product,
  #footer .f-content .f-code {
    display: none;
  }
  .fixed-toolbar {
    zoom: .8;
    bottom: 22%;
  }
}
@media screen and (max-width: 700px) {
  .font-48 {
    font-size: 38px;
  }
  .font-43 {
    font-size: 36px;
  }
  .font-39 {
    font-size: 30px;
  }
  .font-24 {
    font-size: 22px;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .flex-3 > * {
    width: 50%;
  }
  #footer .f-header .form ul li {
    width: 50%;
  }
  #footer .f-header .form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-content .f-ab {
    padding-top: 0;
    max-width: 100%;
  }
  #footer .f-content .f-contact {
    margin-top: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  .font-48 {
    font-size: 30px;
  }
  .font-43 {
    font-size: 30px;
  }
  #banner ul li .text .font {
    font-size: 24px;
    line-height: 1.5;
  }
  #banner ul li .text .con {
    display: none;
  }
  #index-body .i-about .bottom ul li p {
    font-size: 18px;
  }
  .flex-3 > * {
    width: 100%;
  }
  #footer .f-header .form input {
    height: 60px;
    font-size: 16px;
  }
  #footer .f-header .form ul li {
    width: 100%;
  }
  #footer .f-header .form button {
    font-size: 22px;
    padding: 16px 0;
  }
  #footer .f-content .f-contact ul li {
    font-size: 16px;
  }
  #footer .f-content .f-contact ul li span sub{
    font-size: 16px;
  } 
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
#about-num li {
  text-align: center;
  position: relative;
}
#about-num li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19%;
  bottom: 19%;
  border-left: 1px solid #c7c7c6;
}
#about-num li .num {
  font-size: 62.75px;
  font-family: 'Anton';
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
#about-num li .num span {
  font-size: 44.5px;
}
#about-num li .num span sup {
  font-size: 24px;
}
#about-num li p {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
#about-num li:hover .num {
  color: var(--color);
}
#about-num li:hover p {
  color: var(--color);
}
.inner-banner {
  margin-top: 89px;
  padding-top: 120px;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-banner .box {
  padding-left: 50px;
}
.inner-banner h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  font-family: 'Anton';
}
.inner-banner h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50px;
  bottom: 10%;
  width: 120px;
  height: 33%;
  background-color: var(--color);
}
.inner-banner .mbx {
  color: #FFFFFF;
}
.inner-banner .mbx a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.inner-banner .mbx a:hover {
  background-size: 100% 1px;
  color: var(--color);
}
/*.about-page {
  background: url(../images/inner-about-bg.jpg);
}*/
.about-page .about-1 {
  padding-top: 90px;
}
.about-page .about-1 .text {
  margin-top: 30px;
}
.about-page .about-1 .list {
  margin-top: 80px;
}
.about-page .about-1 .video {
  margin-top: 70px;
  height: 510px;
  background: url(../images/inner-about-1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.about-page .about-1 .video .play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.about-page .about-1 .video .play::before,
.about-page .about-1 .video .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.52);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .video .play::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .about-2 {
  padding: 90px 0;
  background: #f2f2f2;
}
.about-page .about-2 .list {
  margin-top: 60px;
}
.about-page .about-2 .list ul {
  margin: -15px;
}
.about-page .about-2 .list li {
  padding: 15px;
  width: 50%;
}
.about-page .about-2 .list li .box {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 20px;
  padding: 60px 140px 60px 50px;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 .list li .box .icon {
  position: absolute;
  right: 34px;
  top: 84px;
  width: 100px;
  height:100px;
  line-height:100px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 .list li .box .icon img {
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-2 .list li .box .name {
  font-size: 23px;
  font-weight: bold;
}
.about-page .about-2 .list li .box .text {
  font-size: 18.75px;
  line-height: 1.5;
  min-height: 4.5em;
}
.about-page .about-2 .list li .box:hover {
  border-color: var(--color);
  -webkit-box-shadow: 0 17px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 17px 8px rgba(0, 0, 0, 0.15);
}
.about-page .about-2 .list li .box:hover .icon {
  border-color: var(--color);
}
.about-page .about-2 .list li .box:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-3 {
  background-color: #FFFFFF;
  padding: 70px 0 110px;
}
.about-page .about-3 .list {
  margin-top: 80px;
}
.about-page .about-3 .list ul {
  margin: -30px;
}
.about-page .about-3 li {
  padding: 30px;
}
@media (max-width: 1800px) {
  .about-page .about-2 .list li .box .name {
    font-size: 24px;
  }
  .about-page .about-2 .list li .box .text {
    font-size: 16px;
  }
    #about-num li .num {
    font-size: 50px;
  }
  #about-num li .num span {
    font-size: 34.5px;
  }
}
@media (max-width: 1600px) {
  .inner-banner h2 {
    font-size: 50px;
  }
  .about-page .about-3 .list ul {
    margin: -15px;
  }
  .about-page .about-3 .list li {
    padding: 15px;
  }
}
@media (max-width: 1440px) {
  .inner-banner {
    height: 400px;
  }
  .inner-banner h2 {
    font-size: 40px;
  }
  .about-page .about-2 .list li .box {
    padding: 40px 100px 40px 20px;
  }
  .about-page .about-2 .list li .box .name {
    font-size: 20px;
  }
  .about-page .about-2 .list li .box .icon {
    right: 20px;
    top: 40px;
    width: 75px;
    height: 75px;
    line-height: 73px;
  }
  #about-num li .num {
    font-size: 40px;
  }
  #about-num li .num span {
    font-size: 24px;
  }
  #about-num li .num span sup {
    font-size: 16px;
  }
}
@media (max-width: 1230px) {
  .inner-banner {
    height: 350px;
  }
  .inner-banner h2 {
    font-size: 34px;
  }
  .innerTit {
    font-size: 30px;
  }
  .about-page .about-2 .list li .box .icon {
    position: static;
    margin-bottom: 20px;
  }
  .about-page .about-2 .list li .box .name {
    font-size: 17px;
  }
  .about-page .about-2 .list li .box .text {
    font-size: 14px;
  }
  .about-page .about-2 .list li .box {
    padding: 20px;
  }
  #about-num li .num {
    font-size: 30px;
  }
  #about-num li .num span {
    font-size: 20px;
  }
  #about-num li .num span sup {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .inner-banner .box {
    padding-left: 0;
  }
  .inner-banner h2::before {
    left: -30px;
    display: none;
  }
  .inner-banner {
    height: 300px;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .innerTit {
    font-size: 24px;
  }
  .about-page .about-1 {
    padding-top: 60px;
  }
  .about-page .about-1 .list {
    margin-top: 40px;
  }
  .about-page .about-1 .video {
    height: 300px;
    margin-top: 40px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
  .about-page .about-2 .list li {
    width: 50%;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 .list {
    margin-top: 40px;
  }
   #about-num ul {
    margin: -15px;
  }
  #about-num li {
    width: 50%!important;
    padding: 15px;
  }
  #about-num li:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .inner-banner {
    padding-top: 80px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .innerTit {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .inner-banner {
    padding-top: 40px;
  }

  .about-page .about-2 .list li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #about-num li .num {
    font-size: 24px;
  }
  #about-num li .num span {
    font-size: 16px;
  }
  #about-num li .num span sup {
    font-size: 12px;
  }
}
.contact-page {
  /*background: url(../images/inner-contact-bg.jpg);*/
}
.contact-page .contact-1 {
  padding: 100px 0 0;
}
.contact-page .contact-1 .box {
  background-color: #FFFFFF;
  padding: 60px 50px 40px;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.03);
}
.contact-page .contact-1 .form {
  margin-top: 40px;
}
.contact-page .contact-1 .form ul {
  margin: -10px -50px;
}
.contact-page .contact-1 .form li {
  padding: 10px 50px;
  width: 50%;
}
.contact-page .contact-1 .form li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .form input,
.contact-page .contact-1 .form textarea,
.contact-page .contact-1 .form label {
  width: 100%;
  font-size: 24px;
  padding: 20px 40px;
}
.contact-page .contact-1 .form label {
  display: block;
}
.contact-page .contact-1 .form input {
  border: none;
  border-bottom: 1px solid #cbcbcb;
}
.contact-page .contact-1 .form input[type='submit'] {
  border: none;
  width: auto;
  padding: 0;
  height: 60px;
  width: 195px;
  color: #FFFFFF;
  background-color: var(--color);
}
.contact-page .contact-1 .form textarea {
  border: 1px solid #cbcbcb;
}
.contact-page .contact-2 {
  padding: 80px 0 90px;
}
.contact-page .contact-2 .desc {
  font-size: 21px;
  color: #666666;
}
.contact-page .contact-2 .box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
}
.contact-page .contact-2 .box .left {
  width: 50%;
  padding: 60px 30px;
}
.contact-page .contact-2 .box .left ul {
  margin: -45px -15px;
}
.contact-page .contact-2 .box .left li {
  padding: 45px 15px;
  width: 50%;
}
.contact-page .contact-2 .box .left li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box .left li h3 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}
.contact-page .contact-2 .box .left li p {
  line-height: 2;
}
.contact-page .contact-2 .box .right {
  width: 50%;
}
.contact-page .contact-2 .box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .contact-page .contact-1 .form input,
  .contact-page .contact-1 .form textarea,
  .contact-page .contact-1 .form label {
    font-size: 20px;
  }
  .contact-page .contact-2 .desc {
    font-size: 18px;
  }
  .contact-page .contact-2 .box .left li h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1230px) {
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .form input,
  .contact-page .contact-1 .form textarea,
  .contact-page .contact-1 .form label {
    font-size: 18px;
    padding: 10px 20px;
  }
  .contact-page .contact-1 .form ul {
    margin: -15px;
  }
  .contact-page .contact-1 .form li {
    padding: 15px;
  }
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  .contact-page .contact-2 .desc {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .left li h3 {
    font-size: 20px;
  }
  .contact-page .contact-2 .box .left ul {
    margin: -25px -15px;
  }
  .contact-page .contact-2 .box .left li {
    padding: 25px 15px;
  }
}
@media (max-width: 1000px) {
  .contact-page .contact-1 .box {
    padding: 30px;
  }
  .contact-page .contact-1 .form {
    margin-top: 30px;
  }
  .contact-page .contact-1 .form input,
  .contact-page .contact-1 .form textarea,
  .contact-page .contact-1 .form label {
    font-size: 16px;
  }
  .contact-page .contact-2 .desc {
    font-size: 14px;
  }
  .contact-page .contact-2 .box {
    display: block;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
    padding: 30px;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
  }
  .contact-page .contact-2 .box .left ul {
    margin: -15px;
  }
  .contact-page .contact-2 .box .left li {
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .form li {
    width: 100%;
  }
  .contact-page .contact-1 .form input,
  .contact-page .contact-1 .form textarea,
  .contact-page .contact-1 .form label {
    padding: 10px;
    font-size: 14px;
  }
  .contact-page .contact-1 .form input[type='submit'] {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .contact-page .contact-1 .form ul {
    margin: -10px;
  }
  .contact-page .contact-1 .form li {
    padding: 10px;
  }
  .contact-page .contact-2 .box .left li {
    width: 100%;
  }
  .contact-page .contact-2 .box .left li h3 {
    margin-bottom: 10px;
  }
}
.product-page {
  padding: 115px 0;
}
.product-page .proLeft {
  width: 24%;
  position: sticky;
  top: 120px;
}
.product-page .proLeft .box {
  padding: 30px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
}
.product-page .proLeft .box + .box {
  margin-top: 37px;
}
.product-page .proLeft .box .name {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.product-page .proLeft .box .list li {
  padding-left: 20px;
  position: relative;
}
.product-page .proLeft .box .list li + li {
  margin-top: 10px;
}
.product-page .proLeft .box .list li:hover,
.product-page .proLeft .box .list li.active {
  color: var(--color);
}
.product-page .proLeft .box .list li i {
  position: absolute;
  left: 0;
  top: 10px;
}
.product-page .proLeft .box .list li a {
  display: block;
}
.product-page .proLeft .box .form input,
.product-page .proLeft .box .form textarea {
  margin-bottom: 20px;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #ebe9e6;
  border: none;
}
.product-page .proLeft .box .form input[type="submit"] {
  color: #FFFFFF;
  background-color: var(--color);
}
.product-page .proRight {
  width: 73%;
}
.product-page .cateBox {
  margin-bottom: 70px;
}
.product-page .cateBox .left {
  width: 41%;
}
.product-page .cateBox .right {
  width: 54%;
  margin-top: 25px;
}
.product-page .cateBox .right .text {
  line-height: 1.8;
}
.product-page .proList ul {
  margin: -40px -25px;
}
.product-page .proList li {
  width: 25%;
  padding: 40px 25px;
}
.product-page .proList li .img {
  margin-bottom: 35px;
}
.product-page .proList li .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 1800px) {
  .product-page .proLeft .box .list li i {
    top: 8px;
  }
  .product-page .proList ul {
    margin: -15px;
  }
  .product-page .proList li {
    padding: 15px;
  }
  .product-page .proList li .img {
    margin-bottom: 15px;
  }
  .product-page .proList li .name {
    font-size: 20px;
  }
  .product-page .proLeft .box .form input,
  .product-page .proLeft .box .form textarea {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .product-page .cateBox .right {
    margin-top: 0;
  }
}
@media (max-width: 1400px) {
  .product-page .proList li .name {
    font-size: 18px;
  }
}
@media (max-width: 1230px) {
  .product-page .proLeft .box {
    padding: 15px;
  }
  .product-page .proList li .name {
    font-size: 16px;
  }
  .product-page .proLeft .box .list li i {
    top: 6px;
  }
  .product-page .proLeft .box .form input,
  .product-page .proLeft .box .form textarea {
    font-size: 14px;
    padding: 10px;
  }
  .product-page .proList li {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .product-page {
    padding: 60px 0;
  }
  .product-page .cateBox {
    margin-bottom: 60px;
  }
  .product-page .proLeft {
    display: none;
  }
  .product-page .proRight {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-page .proList li .name {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 700px) {
  .product-page .cateBox .left {
    width: 100%;
  }
  .product-page .cateBox .right {
    width: 100%;
    margin-top: 40px;
  }
  .product-page .proList li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .product-page .proList li {
    width: 100%;
  }
}
.honor-page {
  background: url(../images/inner-about-bg.jpg);
}
.honor-page .honor-1 {
  padding: 140px 0 120px;
}
.honor-page .honor-1 .left {
  width: 40%;
}
.honor-page .honor-1 .left .arrows span {
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  cursor: pointer;
}
.honor-page .honor-1 .left .arrows span img {
  vertical-align: middle;
}

.honor-page .honor-1 .left ol li {
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}

.honor-page .honor-1 .left ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #dc2221;
}

.honor-page .honor-1 .right {
  width: 57%;
  margin-top: 40px;
}
.honor-page .honor-1 .right ul {
  margin: -15px;
}
.honor-page .honor-1 .right li {
  padding: 15px;
}
.honor-page .honor-2 {
  position: relative;
  z-index: 1;
  padding: 80px 0 120px;
}
.honor-page .honor-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 25%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
}
.honor-page .honor-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}
.honor-page .honor-2 .box .content:nth-child(1) {
  width: 40%;
  margin-top: 15px;
}
.honor-page .honor-2 .box .content:nth-child(2) {
  width: 25%;
}
.honor-page .honor-2 .box .content:nth-child(3) {
  width: 31%;
}
.honor-page .honor-2 .box .content .text {
  margin-top: 40px;
}
.honor-page .honor-2 .box .content ul li {
  line-height: 36px;
}
.honor-page .honor-2 .box .content ul li + li {
  margin-top: 35px;
}
.honor-page .honor-2 .box .content ul li i {
  font-size: 0;
}
.honor-page .honor-2 .box .content ul li i img {
  vertical-align: middle;
}
.honor-page .honor-2 .box .content ul li p {
  padding-left: 55px;
}
.honor-page .honor-2 .list {
  margin-top: 80px;
}
.honor-page .honor-2 .list ul {
  margin: -19px;
}
.honor-page .honor-2 .list li {
  padding: 19px;
}
.honor-page .honor-2 .list li .name a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.honor-page .honor-2 .list li .name a:hover {
  background-size: 100% 1px;
  color: var(--color);
}
@media (max-width: 1800px) {
  .honor-page .honor-1 .left ol li:before {
    top: 6px;
  }
}
@media (max-width: 1600px) {
  .honor-2 .list ul {
    margin: -15px;
  }
  .honor-2 .list li {
    padding: 15px;
  }
}
@media (max-width: 1230px) {
  .honor-page .honor-1 .left ol li:before {
    top: 5px;
  }
}
@media (max-width: 1000px) {
  .honor-page .honor-1 {
    padding: 60px 0;
  }
  .honor-page .honor-1 .left {
    width: 100%;
  }
  .honor-page .honor-1 .right {
    width: 100%;
  }
  .honor-page .honor-2 {
    padding: 60px 0;
  }
  .honor-page .honor-2 .box {
    margin-top: 40px;
  }
  .honor-page .honor-2 .box .content .text {
    margin-top: 20px;
  }
  .honor-page .honor-2 .box .content:nth-child(1) {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .honor-page .honor-2 .box .content:nth-child(2) {
    width: 50%;
  }
  .honor-page .honor-2 .box .content:nth-child(3) {
    width: 50%;
  }
  .honor-page .honor-2 .box .content ul li + li {
    margin-top: 15px;
  }
  .honor-page .honor-2 .list {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .honor-page .honor-2 .box .content:nth-child(2) {
    width: 100%;
  }
  .honor-page .honor-2 .box .content:nth-child(3) {
    width: 100%;
  }
  .honor-page .honor-2 .box .content ul li {
    margin-top: 15px;
  }
}








/*news*/
.inner-page .slideBar-left {
  width: 22%;
  margin-bottom: 75px;
}

.inner-page .slideBar-left h3 {
  font-weight: 400;
  font-size: 31px;
  color: #000000;
  line-height: 1.4;
  padding-left: 33px;
  margin-bottom: 60px;
}

.inner-page .slideBar-left h3.ac3 {
  margin-top: 105px;
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 10px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: rgba(222, 222, 222, 0.4);
  padding: 22px 40px;
  line-height: 30px;

}

.inner-page .slideBar-left .slideNav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
height: 100%;
background: #569405;
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: #569405;
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: #3365d8;
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: #A7D78E;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 78%;
  padding-left: 49px;
}
.news-page{
  padding: 30px 0 90px;
}
.newdet2-page .gudengright .cont {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: #569405;
    border-radius: 16px;
    color: #fff;
}
.newdet2-page .gudengright .cont a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.newdet2-page .gudengright .cont a img{
  width: 170px;
  filter: brightness(0) invert(1);
}
.newdet2-page .gudengright .cont .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    overflow-y: auto;
    padding-right: 8px;
    max-height: 400px;
}
.newdet2-page .gudengright .cont .des strong {
    font-weight: bold;
}
.newdet2-page .gudengright .cont .form form {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 30px;
}
.newdet2-page .gudengright .cont .form form input, .newdet2-page .gudengright .cont .form form textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    color: #000;
}
.newdet2-page .gudengright .cont .form form textarea{
  height: 80px;
}
.newdet2-page .gudengright .cont .form form .submit_btn {
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    color: #59b548;
    border: 1px solid #fff;
}
.newdet2-page .gudengright .cont .form form .submit_btn:hover{
  background: #59b548;
  color: #fff;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 1.7;
    text-align: center;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 1.4;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    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;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.our-product {
  background-size: cover;
  padding: 70px 0 110px;
}
.our-product .list {
  margin-top: 80px;
}
.our-product .list ul {
  margin: -19px;
}
.our-product .list li {
  padding: 19px;
}
.our-product .list li .name a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.our-product .list li .name a:hover {
  background-size: 100% 1px;
  color: var(--color);
}
.baseTit {
  font-size: 56px;
  font-family: 'Anton';
}
.baseTit span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.baseTit span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 50%;
  border-bottom: 34px solid var(--color);
}
@media screen and (max-width: 1800px) {
  .baseTit {
    font-size: 50px;
  }
}
@media screen and (max-width: 1600px) {
  .our-product .list ul {
    margin: -15px;
  }
  .our-product .list li {
    padding: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .baseTit {
    font-size: 40px;
  }
  .baseTit span::before {
    border-width: 20px;
  }
}
@media screen and (max-width: 1230px) {
  .baseTit {
    font-size: 34px;
  }
}
@media screen and (max-width: 1320px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list {
    margin-top: 40px;
  }
   .baseTit {
    font-size: 30px;
  }
  .baseTit span::before {
    border-width: 15px;
  }
  .baseTit span {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
   .baseTit {
    font-size: 24px;
  }
  .newdet2-page h1 {
    font-size: 22px!important;
    line-height: 1.4!important;
  }
  .gudengright {
    display: none;
  }
  .newdet2-page .gudengxinw {
    width: 100% !important;
  }
}

/*newsdet-page*/
.newdet2-page {
    padding: 90px 0;
}
.newdet2-page .gudengright {
  width: 30%;
    position: sticky;
    top: 120px;
    float: left;
}
.newdet2-page .gudengxinw {
  width: 68%;
    float: right;
}
.newdet2-page h1 {
    font-size: 30px;
    color: #0b2239;
    line-height: 1.4;
    font-weight: 600;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 30px;
}
.newdet2-page .content ol li,
.newdet2-page .content ul li {
    list-style: square;
    margin-left: 30px;
}
.newdet2-page .content h2 {
  font-weight: 600;
  font-size: 20px!important;
  line-height: 1.4;
  color: #569405;
}
.newdet2-page .content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #5C5C5C;
}
.newdet2-page .content strong {
  font-weight: bold;
  color: #868686;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #026293;
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}
.faq-page {
  /*background: url(../images/inner-about-bg.jpg);*/
  padding: 90px 0;
  background: #f1f1f1;
}

.faq-page .init-1 {
    text-align: center;
}

.faq-page .init-1 .tip {
    font-size: 50px;
    font-weight: 700;
}

.faq-page .init-1 form {
    overflow: hidden;
    height: 64px;
    border-radius: 32px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    max-width: 960px;
    background-color: #fff;
}

.faq-page .init-1 form input {
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 20px 36px;
    padding-right: 80px;
    border: none;
    background-color: rgba(0,0,0,0);
}

.faq-page .init-1 form .submit_btn {
    width: 24px;
    height: 24px;
    background-image: url(../images/search-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    right: 32px;
    top: 18px;
}

.faq-page .init-1 .des {
    margin-top: 34px;
    font-size: 16px;
    font-weight: 300;
}

.faq-page .init-2 {
    margin-top: 110px;
}

.faq-page .init-2 .baseBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.faq-page .init-2 .left {
    width: calc(100% - 590px);
    padding-right: 56px;
}

.faq-page .init-2 .left .list {
    margin-top: 44px;
    border: 1px solid #4e4e4e;
}

.faq-page .init-2 .left .list .title {
    padding: 16px 12px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    cursor: pointer;
}

.faq-page .init-2 .left .list .title .title_1 {
    margin-right: 10px;
    font-weight: 700;
    transition: all .5s;
}

.faq-page .init-2 .left .list .title.active .title_1 {
    color: var(--color)
}

.faq-page .init-2 .left .list .des {
    font-size: 16px;
    padding: 10px 40px;
    display: none;
}

.faq-page .init-2 .left .list:first-child {
    margin-top: 0;
}

.faq-page .init-2 .left .m-page {
    text-align: left;
}

.faq-page .init-2 .right {
    width: 590px;
    padding: 54px 70px 40px;
    background-color: white;
}

.faq-page .init-2 .right .tip {
    font-size: 36px;
    font-weight: 700;
}

.faq-page .init-2 .right input,
.faq-page .init-2 .right textarea {
    width: 100%;
    margin-top: 22px;
    padding: 14px;
    background-color: #f7f7f7;
    font-size: 16px;
    border: none;
    color: #000;
}

.faq-page .init-2 .right input::placeholder,
.faq-page .init-2 .right textarea::placeholder {
    color: #000;
}

.faq-page .init-2 .right .submit_btn {
    margin-top: 22px;
    width: 100%;
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.m-page {
    text-align: right;
    margin-top: 80px;
}

.m-page span,.m-page a {
    display: inline-block;
    margin: 7px;
    width: 40px;
    height: 40px;
    color: white;
    background-color: #323232;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    transition: all .5s;
}

.m-page span:hover,.m-page a:hover,.m-page span.current,.m-page a.current {
    background-color: var(--color);
    color: #fff;
}


@media (max-width: 1250px) {
    .faq-page .init-2 .right {
        display: none
    }

    .faq-page .init-2 .left {
        padding-right: 0;
        width: 100%
    }

    .faq-page .init-1 .tip {
      font-size: 30px;
    }

    .faq-page .init-2 {
      margin-top: 60px;
    }
}

@media (max-width: 500px) {

    .faq-page .init-1 .tip {
        font-size: 24px
    }

    .faq-page .init-1 form {
        height: 54px;
        margin-top: 20px
    }

    .faq-page .init-1 form input {
        font-size: 14px;
        padding: 10px 20px
    }

    .faq-page .init-1 form input:first-child {
        padding-right: 32px
    }

    .faq-page .init-1 form .submit_btn {
        height: 18px;
        right: 12px;
        width: 18px
    }

    .faq-page .init-1 .des {
        line-height: 2;
        margin-top: 20px
    }

    .faq-page .init-2 {
        margin-top: 40px
    }

    .faq-page .init-2 .left .list {
        margin-top: 20px
    }

    .faq-page .init-2 .left .list .title {
        font-size: 18px
    }

    .faq-page .init-2 .left .list .des {
        padding: 20px 30px
    }

    .faq-page .init-2 .left .m-page {
        text-align: center
    }

}


.lg-page {
  padding: 90px 0;
}

.lg-page ul {
  margin: -15px;
}

.lg-page ul li {
  padding: 15px;
}


.cap-page .container{width: 1380px;}
/*.cap-page {
  background: url(../images/inner-about-bg.jpg);
}*/
.cap-1 {
  padding: 110px 0 0px;
}
.cap-1 .text {
  line-height: 1.8;
}

.cap-2 {
  background-color: white;
 
}
.cap-2 .list {
  margin-top: 50px;
  position: relative;
}
.cap-2 .list::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 17px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
.cap-2 .list ul {
  margin: 0 -5px;
}
.cap-2 .list li {
  padding: 0 5px;
}
.cap-2 .list li .img {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #aeaeae;
}
.cap-2 .list li .img:hover {
  border-color: #e60013;
}
.cap-2 .list li .name {
  line-height: 1.5;
  min-height: 3em;
  margin-bottom: 15px;
}
.cap-2 .list li .dot {
  font-size: 0;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  background-color: rgba(230, 0, 19, 0.18);
}
.cap-2 .list li .dot:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border-radius: inherit;
  background-color: #e60013;
}

.cap-2 .img2 {
  margin-top: 90px;
}

.cap-3 {
  padding: 80px 0 110px;
}
.cap-3 .content {
  margin-top: 50px;
}

.cap-3 h3 {
  font-weight: 600;
}

.cap-3 ol {
  font-size: 0;
  margin: -15px;
}

.cap-3 li {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  width: 20%;
}

.cap-4 {
  background-color: white;
  padding: 60px 0 100px;
}

.cap-4 .box {
  margin-top: 80px;
}

.cap-4 h3 {
  font-weight: 600;
}

.cap-4 ol {
  font-size: 0;
  margin: -10px;
}

.cap-4 li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 33.33%;
}

.cap-4 .left {
  padding-right: 25px;
}
.cap-4 table tr td {
  border: 1px solid #f5c6ca;
}
.cap-4 table tr:first-child td {
  color: white;
  background-color: #e60013;
}

.cap-4 table tr:nth-child(even) td {
  
  background-color: #fbe8e9;
}

.cap-4 .right {
  padding-left: 25px;
}

.cap-5 {
  padding: 70px 0 110px;
}

.cap-5 ul {
  margin: -15px;
}

.cap-5 li {
  padding: 15px;
}

.cap-6 {
  padding: 90px 0;
}

.cap-6 .box {
  max-width: 840px;
  margin: auto;
  margin-top: 50px;
}

.cap-6 table tr td {
  background-color: white;
  border: 1px solid #f5c6ca;
}
.cap-6 table tr:first-child td {
  color: white;
  background-color: #e60013;
}

.cap-6 table tr:nth-child(even) td {
  
  background-color: #fbe8e9;
}

@media (max-width:1000px) {
  .cap-1 {
    padding: 60px 0;
  }

  .cap-1 .left {
    width: 100%;
    padding: 0;
  }

  .cap-1 .right {
    width: 100%;
    margin-top: 40px;
  }

  .cap-2 {
    padding: 60px 0;
  }

  .cap-3 {
    padding: 60px 0;
  }

  .cap-3 li {
    width: 33.33%;
  }

  .cap-4 {
    padding: 60px 0;
  }

  .cap-4 .left {
    padding-right: 0;
    width: 100%;
  }

  .cap-4 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }

  .cap-5 {
    padding: 60px 0;
  }
}

@media (max-width:700px) {
  .cap-3 li {
    width: 50%;
  }
  .gudengfoot {
    display: none;
  }
}

.font-bold {
  line-height: 1.8;
  font-size: 16px;
}
.newCateBox .list ul {
  margin: -30px -15px;
}
.newCateBox .list li {
  padding: 30px 15px;
}
.newCateBox .list li .name {
  font-weight: 600;
  transition: .5s ease;
}
.newCateBox .list li a:hover .name {
  color: #e60013;
}

.newCateBox + .newCateBox {
  margin-top: 80px;
}
.baseBox .box .right .text h1{
  display: inline;
}
.proRight .newCateBox .text{
  font-size: 18px;
  line-height: 32px;
}
.pt-60 .Auxil-about .ui ._right ._text{
  font-size: 16px;
  line-height: 1.8;
  max-height: 315px;
  overflow-y: auto;
}
@media screen and (max-width: 1000px){
  .footter, .konwledge {
    display: none !important;
  }
}


.cap-7 {
  background-color: white;
  padding: 100px 0;
}

.cap-7 .item + .item {
  margin-top: 100px;
}

.cap-7 .img {
  width: 35%;
}

.cap-7 .content {
  width: 60%;
}

.cap-7 .content .text {
  font-weight: 500;
  line-height: 1.8;
  margin-top: 15px;
}

@media (max-width: 700px) {
  .cap-7 .img {
    width: 100%;
    float: none;
  }

  .cap-7 .content {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
.prodet-page .list ul {
  margin: -10px;
}
.prodet-page .list ul li {
  padding: 10px;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page .sidebar-box .sidebar-left{
  width: 28%;
}
.inner-page.product2-page .sidebar-left {
    padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 2;
  color: #062b00;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7; 
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a{
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    FONT-WEIGHT: 300;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li{
  list-style-type: disc;
  margin-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: -webkit-box;
    margin-bottom: 0.8rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 210px 40px 55px;
  background-size: 100% 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page .sidebar-box .sidebar-right h1{
  color: #92b955;
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes p,
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  color: #7f7f7f;
  font-weight: normal;
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  margin-bottom: 20px;
}
@media screen and (max-width:1100px) {
  .inner-page .sidebar-box{
    display: block;
  }
  .inner-page .sidebar-content .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%!important;
    padding: 0!important;
  }
}
.prodet-page .prodet-1{
  padding: 0;
}
.prodet-page .prodet-1 .left .big_img ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left .big_img ul li{
  padding: 3px;
}
.prodet-page .prodet-1 .left .big_img ul li img{
  margin: auto;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
}
.prodet-page .prodet-1 .left .content{
  padding-left: 30px;
  line-height: 1.8;
}
.prodet-page .prodet-1 .left .content .cat_name{
  font-size: 18px;
  color: var(--color);
  font-weight: 600;
}
.prodet-page .prodet-1 .left .content h1{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: black;
}
.prodet-page .prodet-1 .left .content .des{
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0;
  max-height: 390px;
  overflow-y: auto;
  color: #7f7f7f;
}
.prodet-page .prodet-1 .left .content .m-link{
  margin-top: 20px;
  font-size: 16px;
  color: black;
}
.prodet-page .prodet-2 ul.tab li{
  display: inline-block;
  background: var(--color);
  font-size: 18px;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}
.prodet-page .prodet-2 ul.tab li a{
  display: block;
  color: #fff;
}
.prodet-page .prodet-2 ul.tab li.active{
  background:#ebebeb; 
}
.prodet-page .prodet-2 ul.tab li.active a{
  color: #000;
}
.prodet-page .prodet-2 .content{
  background: #ebebeb;
  padding: 50px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table td:nth-child(1){
  white-space: nowrap;
}
.prodet-page .prodet-3{
  padding: 80px 0;
}
.prodet-page .prodet-3 .h3{
  font-size: 36px;
  font-weight: bold;
}
.prodet-page .prodet-3 form{
  margin-top: 30px;
}
.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input{
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.2);
}
.prodet-page .prodet-3 form textarea{
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}
.prodet-page .prodet-3 form input[type="submit"]{
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
.product2-page {
    padding: 120px 0 100px;
}
.product2-page .product-list 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;
  margin: 0 -1rem;
}
.product2-page .product-list ul li {
  padding: 0 1rem;
  margin-bottom: 3.7rem;
}
.product2-page .product-list ul li .img img {
    transition: all 1.2s ease;
}
.product2-page .product-list ul li .img {
    overflow: hidden;
    transition: all 1.2s ease;
    padding: 10px;
    background: #f7f7f7;
    position: relative;
}
.product2-page .product-list ul li .img:hover img {
    transition: all 1.2s ease;
}
.product2-page .product-list ul li .text {
    background: #f7f7f7;
    margin-top: 0;
    padding: 10px;
}
.product2-page .product-list ul li .text h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    text-transform: capitalize;
    text-align: center;
}
.product2-page .product-list ul li:hover .text h2{
  color: var(--color);
}
@media screen and (max-width:1000px){
  .product2-page {
    padding: 60px 0;
  }
  .gudeng-h1 {
    font-size: 20px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .left .big_img{
      width: 100%;
    }
    .prodet-page .prodet-1 .left .content{
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
}
@media screen and (max-width:700px){
  .product2-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .left .content h1{
      font-size: 20px;
      line-height: 1.6;
    }
    .about-page .about-3{
      padding: 30px 0;
    }
    .about-page .about-3 .left{
      width: 100%;
      padding-top: 0;
    }
    .about-page .about-3 .right{
      width: 100%;
    }
}
.seo_title{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

#seo_about ._box{
	margin: -15px;
}

#seo_about ._left,
#seo_about ._right{
	padding: 15px;
	vertical-align: middle;
}

#honor_list ul{
	margin: -15px;
}

#honor_list ul li{
	padding: 15px;
}

#news_list ul{
	margin: -15px;
}

#news_list ul li{
	padding: 15px;
}

#news_list ._time span{
	display: inline-block;
	padding: 5px;
}

#news_list ._time span._cate{
	color: #FFFFFF;
	background-color: #000000;
}

#news_list ._time span._date{
	background-color: #CCCCCC;
}

#news_list ._table{
	padding: 20px;
	border: 2px solid #CCCCCC;
}

#seo_public_from{padding:80px 0;background:#f9f9f9;}#seo_public_from h4{font-size:24px;font-weight:bold;color:#333;}#seo_public_from .seo_public_from{margin-top:30px;}#seo_public_from .seo_public_from ul{margin:-10px;}#seo_public_from .seo_public_from ul li{padding:10px;}#seo_public_from .seo_public_from ul li.wid-100{width:100%;}#seo_public_from .seo_public_from ul li input,#seo_public_from .seo_public_from ul li textarea{width:100%;line-height:24px;padding:10px;border:1px solid #eee;font-size:14px;color:black;background:white;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}#seo_public_from .seo_public_from ul li input:focus,#seo_public_from .seo_public_from ul li textarea:focus{border-color:black;}#seo_public_from .seo_public_from ul li textarea{height:120px;}#seo_public_from .seo_public_from ul li input[type="submit"]{width:auto;display:inline-block;padding:10px 30px;background:#222;color:white;}#seo_public_from .seo_public_from ul li input[type="submit"]:hover{opacity:.7;}


/* mobile-product-nav */
@media screen and (max-width: 1000px) {
	#seo_about ._left,
	#seo_about ._right{
		width: 100%!important;
	}
}

#banner ul li .text {
    position: absolute;
    z-index: 1;
   
}
#banner ul li video {
    width: 100%;
    height:838px;
    object-fit: cover;
    position: relative;
}
#banner ul li .text .font {
    max-width: 430px;
    line-height: 1.2;
}
