@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/PoppinsRegular.ttf) format('truetype'), url(../fonts/PoppinsRegular.eot) format('eot'), url(../fonts/PoppinsRegular.woff) format('woff'), url(../fonts/PoppinsRegular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/MontserratLight.ttf) format('truetype'), url(../fonts/MontserratLight.eot) format('eot'), url(../fonts/MontserratLight.woff) format('woff'), url(../fonts/MontserratLight.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/PoppinsLight.ttf) format('truetype'), url(../fonts/PoppinsLight.eot) format('eot'), url(../fonts/PoppinsLight.woff) format('woff'), url(../fonts/PoppinsLight.woff2) format('woff2');
}
@font-face {
  font-family: 'PaytoneOne-Regular';
  src: url(../fonts/PaytoneOneRegular.ttf) format('truetype'), url(../fonts/PaytoneOneRegular.eot) format('eot'), url(../fonts/PaytoneOneRegular.woff) format('woff'), url(../fonts/PaytoneOneRegular.woff2) format('woff2');
}
@font-face {
  font-family: 'Anton-Regular';
  src: url(../fonts/AntonRegular.ttf) format('truetype'), url(../fonts/AntonRegular.eot) format('eot'), url(../fonts/AntonRegular.woff) format('woff'), url(../fonts/AntonRegular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/PoppinsMedium.ttf) format('truetype') url(../fonts/PoppinsMedium.eot) format('eot'), url(../fonts/PoppinsMedium.woff) format('woff'), url(../fonts/PoppinsMedium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Semibold';
  src: url(../fonts/PoppinsSemibold.ttf) format('truetype') url(../fonts/PoppinsSemibold.eot) format('eot'), url(../fonts/PoppinsSemiBold.woff) format('woff'), url(../fonts/PoppinsSemiBold.woff2) format('woff2');
}
.f7f7f7{
  background: #f7f7f7;
}
.t_1 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  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;
}
 .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color:rgba(243,151,0,0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
 .play:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(243,151,0,0.3);
  width: 135px;
  height: 135px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
 .play img {
  position: relative;
  z-index: 10;
}
@-webkit-keyframes img_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes img_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes img_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.more_cont {
  position: relative;
  background-color: #3476c7;
  padding: 14px 20px;
  overflow: hidden;
    transition: all 0.5s;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #3476c7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
  
}
.more_cont:hover {
  background-color: #3476c7;
}
.more_cont:hover::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  
}
input::-webkit-input-placeholder {
  color: #f3f0e9;
}
input::-moz-placeholder {
  color: #f3f0e9;
}
input:-moz-placeholder {
  color: #f3f0e9;
}
input:-ms-input-placeholder {
  color: #f3f0e9;
}
::-webkit-scrollbar-thumb {  
  background: #3376c7;
} 
#mask::-webkit-scrollbar {  
  display: none;
} 
.contact-page form textarea::placeholder {  
  color: #333;
}
.contact-page form input::-webkit-input-placeholder {
  color: #333;
}
.contact-page form input::-moz-placeholder {
  color: #333;
}
.contact-page form input::-moz-placeholder {
  color: #333;
}
form input::-ms-input-placeholder {
  color: #333;
}
 form textarea::placeholder {  
  color: #333;
}
 form input::-webkit-input-placeholder {
  color: #333;
}
form input::-moz-placeholder {
  color: #333;
}
 form input::-moz-placeholder {
  color: #333;
}
form input::-ms-input-placeholder {
  color: #333;
}
#banner .banner-top ul li video::-webkit-media-controls-enclosure{ 
  display: none;
}
#banner .banner-top .slick-dots li::before{
  display: none;
}
/*#banner .banner-top ul li::before{
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(58, 56, 56, 0.5);
  z-index: 8;
}*/
.factoryVideo{
  position: absolute;
  top: 0;
  object-fit: contain;
  cursor: pointer;
}
body {
font-family: 'Poppins-Regular';
  margin: 0;
  padding: 0;
}
.myVideo{
  position: absolute;
  top: 0;
  object-fit: cover;
}
.ui.container {
  padding: 0 15px;
  width: 1460px;
  margin: auto;
  position: relative;
}
#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%;
  -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: 10000;
  background: #fff;
  padding: 30px;
  overflow: auto;
  display: none;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: #000;
  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: #f89c1c;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: #fff;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: #3376c7;
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type=submit] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #3476c7;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from form ul li input[type=submit]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
.showpop {
  display: block !important;
}

.qrcode,
.whatapp{
  position:fixed;
  right:2%;
  bottom:10%;
  width: 60px;
  height: 60px;
  background-color:#3376c7;
  border-radius: 50%;
  font-size: 24px; 
  text-align: center;
  line-height: 60px;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  transition: background-color 0.5s;
}
.whatapp{
  bottom:20%;
}
.qrcode:hover,
.whatapp:hover{
  background-color:#000;
}
.qrcode-box,
.whatapp-box{
  position: absolute;
  right:120%;
  bottom:0;
  background-color: #fff;
  width: 350px;
  padding: 20px;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.qrcode:hover .qrcode-box,
.whatapp:hover .whatapp-box{
  transform: rotateY(0deg);
  z-index: 10;
  opacity: 1;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 130px;
  
}
#header .nav .ui.menu .h-top {
  line-height: 55px;
  height: 55px;
  position: relative;
  background: #000;
  border-bottom: 1px solid #494949;
}
#header .nav .ui.menu .h-top .h-top-content{
  display: flex;
  justify-content: space-between;
}
#header .nav .ui.menu .h-top .h-top-ad {
  margin-left: 22%;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  color: #f3f0e9;
  flex: 1;
  text-align: center;
}
#header .nav .ui.menu .h-top .menu {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#header .nav .ui.menu .h-top .menu .menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-top .menu .menu-right .h-top-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .ui.menu .h-top .menu .menu-right .h-top-link a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #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;
  margin-right: 10px;
  color:#fff;
}
#header .nav .ui.menu .h-top .menu .menu-right .h-top-link a:hover{
  color:#3376c7;
  border: 1px solid #3376c7;
}
#header .nav .ui.menu .h-top .menu .menu-right .h-top-link a img {
  width: 10px;
  height: 10px;
  margin: 0;
}
#header .nav .ui.menu .h-top .menu .menu-right .h-top-link span {
  margin: 0 15px 0 5px;
}
#header .nav .ui.menu .h-top .menu .menu-right .language {
  position: relative;
}
#header .nav .ui.menu.h-top .menu .menu-right .language .language-t img {
  width: 10px;
  height: 7px;
  margin-left: 10px;
  margin-right: 30px;
}
#header .nav .ui.menu .h-top .menu .menu-right .language ul {
  position: absolute;
  top: 50px;
  background: #fff;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .h-top .menu .menu-right .language ul li a {
  width: 150px;
  height: 0;
  cursor: pointer;
  padding-left: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-top .menu .menu-right .language ul li a img {
  width: 30px !important;
  height: 20px !important;
}
#header .nav .ui.menu .h-top .menu .menu-right .language ul li a span {
  color: #000000 !important;
}
#header .nav .ui.menu .h-top .menu .menu-right .language ul li a:hover span {
  color: #ffb11b !important;
}
#header .nav .ui.menu .h-top .menu .menu-right .language:hover .language-t img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header .nav .ui.menu .h-top .menu .menu-right .language:hover ul {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
}
#header .nav .ui.menu .h-top .menu .menu-right .language:hover ul li a {
  border-bottom: 3px solid #ffb11b;
  height: 40px;
}
#header .nav .ui.menu .h-top .menu .menu-right div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-top .menu .menu-right div img {
  width: 20px;
  height: 20px;
}
#header .nav .ui.menu .h-top .menu .menu-right div span {
  width: auto;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins-Regular';
}
#header .nav .ui.menu .h-top .menu .menu-right div span:hover {
  color: #f89c1c;
}
#header .nav .ui.menu .h-top .menu .menu-right div input {
  width: 180px;
  height: 25px;
  padding-left: 25px;
  border: none;
}
#header .nav .ui.menu .h-top .menu .menu-right .h-search {
  position: relative;
}
#header .nav .ui.menu .h-top .menu .menu-right .h-search input[type=text] {
  border-bottom: 1px solid #494949;
  background: transparent;
  color: #f3f0e9;
}
#header .nav .ui.menu .h-top .menu .menu-right .h-search input[type=submit] {
  width: 15px;
  height: 15px;
  background: url(../images/sear.png) no-repeat;
  background-size: 100% 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 20px;
}
#header .nav {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
  display: flex;
}
#header .nav .header-bg {
  width: 22%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
#header .nav .header-bg::after {
 display: block;
 content: "";
 width: 0px;
 height: 0px;
 border-color:  #fff transparent transparent #fff  ;
 border-width: 65px 40px 65px 40px;
 border-style: solid;
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
}
#header .nav .header-icon {
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .nav .ui.menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box .menu-menu-container{
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  margin-left: 20%;
}
#header .nav .ui.menu .menu-box ul.menu .menu-list.active::before {
  position: absolute;
  content: '';
  color: #fff;
  left: -35px;
  top: 8px;
  width: 35px;
  height: 18px;
  background: url('../images/nav-icon.png') no-repeat;
  background-size: 100% 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 70px;
  font-size: 22px;
  color: #f3f0e9;
  -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;
  font-family: 'Poppins-Regular';
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li::before{
  display: inline-block;
  width: 0px;
  height: 20px;
  margin-right: 5px;
  background:url('../images/nav-active.png')no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: -40px;
  top:50%;
  transform: translate(0,-50%);
  transition:all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before{
  width: 35px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  /*border-color: #f89c1c;*/
  /*color: #3376c7;*/
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
@keyframes tan{
  0% {
   opacity: 0;
  }
  25%{
    opacity: 0.25;
  };
  50%{
    opacity: 0.5;
  }
  75%{
    opacity: 0.75;
  };
  100% {
     opacity: 1;
  }
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  display: none;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  z-index:0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu a{
  white-space: nowrap
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  display: block;
  animation:0.5s tan ;
}
#header .nav .ui.menu .h-inquire {
  width: 120px;
  height: 40px;
  color: #f3f0e9;
  background-color: #000;
  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;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Poppins-Regular';
  border: 1px solid #f3f0e9;
  border-radius: 5px;
  transition: all 0.5s;
  position: absolute;
  right:15px;
  top: 50%;
  transform: translate(0,-50%);
}
#header .nav .ui.menu .h-inquire:hover {
  background: #3376c7;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
}
#header>.nav>.menu .menu-box .right_c .top_c .cont{
    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;
}
#header>.nav>.menu .menu-box .right_c .top_c .cont img{
  width: 22px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: calc(100% + 10px) !important;
  height: auto !important;
  display: block;
  overflow: auto;
  margin-left: -5px;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.btn-go {
  display: inline-block;
  width: 190px;
  height: 55px;
  position: relative;
}
.btn-go button {
  color: #fff;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  border: none;
  font-weight: 600;;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Poppins-Medium';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #3376c7;
}
/*.btn-go span {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 18px;
  height: 18px;
  background: url('../images/jiao.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-bottom-right-radius: 5px;
}*/
.btn-go:hover button {
 opacity: 0.7;
}
/*.btn-go:hover span {
  opacity: 1;
}*/
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #f3f0e9;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.language-box .zhuyu i {
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: 25px;
  z-index: 10000;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  width: 100%;
  position: relative;
  margin-top: 130px;
}
#banner .banner-top {
  width: 100%;
  height: 100%;
}
#banner .banner-top ul {
  position: relative;
}
#banner .banner-top ul li {
  height: 750px;
  position: relative;
}
#banner .banner-top ul li .content {
  position: absolute;
  top: 180px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}
#banner .banner-top ul li .content p:first-child {
  color: #f3f0e9;
  font-size: 54px;
  font-family: 'PaytoneOne-Regular';
  width: 48.5%;
  line-height: 60px;
  margin-bottom: 20px;
}
#banner .banner-top ul li .content p:nth-child(2) {
  font-family: 'Poppins-Regular';
  color: #f3f0e9;
  font-size: 22px;
  width: 47.5%;
  white-space: wrap;
  margin-bottom: 50px;
  line-height: 30px;
}
#banner .banner-top ul li .content div {
  width: 190px;
  height: 55px;
  position: relative;
}
#banner .banner-top ul li .content div button {
  border: none;
  color: #fff;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  font-weight: 600;
  background: #3476c7;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Poppins-Medium';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*#banner .banner-top ul li .content div span {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background: url('../images/jiao.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-bottom-right-radius: 5px;
}*/
#banner .banner-top ul li .content .banner-btn:hover button {
 opacity: 0.7;
}
#banner .banner-top ul li .content .banner-btn:hover span {
  opacity: 1;
}
#banner .banner-top ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 5;
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute !important;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0 !important;
  height: none;
}
.slick-dots li {
  width: 50px;
  height: 8px !important;
  background: #fff;
  border-radius:5px; 
}
.slick-dots li button {
  display: none;
  color: #8a8989;
  background: none;
  border: none;
  margin-top: -20px;
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.slick-dots li:last-child button {
  text-align: right !important;
}
.slick-dots li:nth-child(2) {
  margin: 0 10px;
}
.slick-dots li:nth-child(2) button {
  text-align: center !important;
}
.slick-dots .slick-active {
  background: #3376c7;
  width: 80px;
}
.slick-dots .slick-active button {
  color: #fff;
}
#about {
  position: relative;
  height: 485px;
  background: #000;
}
#about .about-left {
  width: 40%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
}
#about .about-right {
  width: 60%;
  height: 100%;
  background: #f3f0e9;
  position: absolute;
  right: 0;
  z-index: 2;
  border-radius: 16px 0 0 16px;
}
#about .content {
  /*padding: 100px 0;*/
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      width: 100%;
    position: relative;
justify-content: space-between;
}
#about .content img {
  display: inline-block;
  height: 100%;
  object-fit: cover
}
#about .content div {
  display: inline-block;
  margin-left: 25px;
      margin-right: 8%;
  width: 44%;
  position: relative;
  z-index: 4;
}
#about .content div p, #about .content div h1.cath1setforall{
  font-size: 46px;
  color: #000;
  font-family: 'PaytoneOne-Regular';
}
#about .content div.shenglingh1style h1{
  display: inline;
  font-size: inherit;
}
#about .content div p:last-child,#about .content div.shenglingh1style {
  margin-top: 25px;
  font-size: 18px;
  font-family: 'Poppins-Medium';
  height: 220px;
  overflow-y: auto;
  width: 100%;
  margin-left: 0;
  line-height: 32px;
}

.title {
  font-size: 46px;
  font-family: 'PaytoneOne-Regular';
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.font-50{
    font-size: 50px;
}
.font-44 {
    font-size: 44px;
}
.font-40 {
    font-size: 40px;
}
.font-38 {
    font-size: 32px;
}
.font-36 {
    font-size: 32px;
}
.font-34 {
    font-size: 32px;
}
.font-32 {
    font-size: 32px;
}
.font-30 {
    font-size: 30px;
}
.font-28 {
    font-size: 28px;
}
.font-24 {
    font-size: 24px;
}
.font-22 {
    font-size: 22px;
}
.font-20 {
    font-size: 20px;
}
.font-18 {
    font-size: 18px;
    line-height: 32px;
}
.font-16 {
    font-size: 16px;
    line-height: 30px;
}
.font-14 {
    font-size: 14px;
    line-height: 2;
}
.font-12 {
    font-size: 12px;
}
#advantage {
  background: url('/images/advantage/advantage.png') no-repeat;
  background-size: 100% 100%;
  height: 1010px;
  padding-top: 80px;
}
#advantage div .advantage-title {
  color: #fff;
  margin-bottom: 60px;
}
#advantage div .advantage-title p {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  padding-left: 10px;
}
#advantage div .advantage-title p:first-child {
  position: relative;
  padding-top: 10px;
  padding-left: 15px;
}
#advantage div .advantage-title p:first-child img {
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
}
#advantage div .advantage-title p:last-child {
  font-size: 38px;
  font-family: 'GaboDrive';
}
#advantage div ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 定义3列，每列占据相同的空间 */
  grid-template-rows: repeat(2, 340px);
  /* 定义2行，每行高度为100px */
  /* 网格项之间的间距 */
  height: 720px;
}
#advantage div ul li {
  padding: 40px;
  border-radius: 10px;
  cursor: pointer;
}
#advantage div ul li .advantage-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}
#advantage div ul li p {
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins-Bold';
  text-align: center;
}
#advantage div ul li p:last-child {
  margin-top: 30px;
  font-size: 16px;
  font-family: 'Poppins';
  text-align: left;
  height: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#advantage div ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3376c7), color-stop(50%, #f58f0e), color-stop(#ee8008), to(#e66d01));
  background: -webkit-linear-gradient(top, #3376c7, #f58f0e 50%, #ee8008, #e66d01);
  background: -moz-linear-gradient(top, #3376c7, #f58f0e 50%, #ee8008, #e66d01);
  background: linear-gradient(to bottom, #3376c7, #f58f0e 50%, #ee8008, #e66d01);
}
#advantage div ul li:first-child .advantage-icon {
  background: url('/images/advantage/adv-icon1.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:first-child:hover .advantage-icon {
  background: url('/images/advantage/adv-icon1-hover.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(2) .advantage-icon {
  background: url('/images/advantage/adv-icon2.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(2):hover .advantage-icon {
  background: url('/images/advantage/adv-icon2-hover.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(3) .advantage-icon {
  background: url('/images/advantage/adv-icon3.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(3):hover .advantage-icon {
  background: url('/images/advantage/adv-icon3-hover.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(4) .advantage-icon {
  background: url('/images/advantage/adv-icon4.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(4):hover .advantage-icon {
  background: url('/images/advantage/adv-icon4-hover.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(5) .advantage-icon {
  background: url('/images/advantage/adv-icon5.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(5):hover .advantage-icon {
  background: url('/images/advantage/adv-icon5-hover.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(6) .advantage-icon {
  background: url('/images/advantage/adv-icon6.png') no-repeat;
  background-size: 100% 100%;
}
#advantage div ul li:nth-child(6):hover .advantage-icon {
  background: url('/images/advantage/adv-icon6-hover.png') no-repeat;
  background-size: 100% 100%;
}
#Market {
  padding: 100px 0 120px;
  background: url('../images/market-bg.jpg') no-repeat;
  background-size: cover;
}
#Market .Market-content ul {
  margin: 0 -15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 300px);
  grid-row-gap: 35px;
  grid-column-gap: 5px;
}
#Market .Market-content ul li {
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
#Market .Market-content ul li>a{
  position: relative;
}
#Market .Market-content ul li .content {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 20px 30px 25px;
}
#Market .Market-content ul li .content .img_box{
  max-width: 40%;
}
#Market .Market-content ul li .content .Market-title {
  max-width:50%;
}
#Market .Market-content ul li .content .Market-title .Market-title-t {
  position: relative;
  margin-bottom: 20px;
  max-width: 200px;
  transition:width 0.5s;
}
#Market .Market-content ul li .content .Market-title .Market-title-t > span {
  height: 2px;
  width: 100%;
  background:#e0e0e0;
  display: flex;
  transition: all .5s;
}

#Market .Market-content ul li .content .Market-title .Market-title-t > span span {
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #3476c7;
}
#Market .Market-content ul li .content .Market-title .Market-title-t p {
  color: #000;
  font-family:'PaytoneOne-Regular';
  font-size: 16px;
  line-height: 30px;
  display: flex;
  margin-bottom: 5px;
}
#Market .Market-content ul li .content .Market-title .Market-title-b {
  color: #000;
  font-family: 'PaytoneOne-Regular';
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2;
  transition: color .5s;
  min-height: 70px;
}
#Market .Market-content ul li .content .Market-title .Market-title-b p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#Market .Market-content ul li:hover .content {
  background: none;
}
#Market .Market-content ul li:hover .img_box{
  transition: .5s
}
#Market .Market-content ul li:hover .img_box{
  opacity: 0
}
#Market .Market-content ul li .bg_img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 16px;
 overflow: hidden;
}
#Market .Market-content ul li .bg_img img{
    object-fit: cover;
    height:100%;
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-t p,
#Market .Market-content ul li:hover .content .Market-title .Market-title-b{
  color: white;
}
#Market .Market-content ul li .content .Market-title .Market-title-t{
  max-width: 240px;
}

#Market .Market-content ul li:hover .content .Market-title .Market-title-t > span span {
  background: #fff;
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-t > span  {
   background: rgba(0, 0, 0,0.1);
}
#Market .Market-f {
  font-size: 16px;
  font-family: 'MiSans';
  text-align: center;
  margin-top: 30px;
}
#products {
  padding: 120px 0;
  background: #f7f7f7;
}
#products .products-content .products-content-t {
  width: 100%;
  height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  margin-bottom: 40px;
  background: #fff;
  transition: 0.5s;
  cursor: pointer;
}
#products .products-content .products-content-t:hover{
   background: #3376c7;
}
#products .products-content .products-content-t .products-content-l {
  height: 50%;
  width: 50%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
  overflow: hidden;
}
#products .products-content .products-content-t .products-content-l .bg,
#products .products-content .products-content-t .products-content-l .product-play{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
#products .products-content .products-content-t .products-content-l .product-video{
  object-fit: initial;
}
#products .products-content .products-content-t .products-content-l .bg{
  z-index: 5;
   height: 100%;
  width: 100%;
}
#products .products-content .products-content-t .products-content-l .product-play{
  z-index: 10;
}
#products .products-content .products-content-t .products-content-l,
#products .products-content .products-content-t .products-content-r {
  width: 50%;
  height: 100%;
}
#products .products-content .products-content-t .products-content-r {
  padding: 35px 0 20px;
}
#products .products-content .products-content-t .products-content-r div {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  margin: 45px 0;
}
#products .products-content .products-content-t .products-content-r div p {
  font-size: 16px;
  font-family: 'Anton-Regular';
  color: #f0f0f0;
  line-height: 200px;
}
#products .products-content .products-content-t .products-content-r p {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 35px
}
#products .products-content .products-content-t .products-content-r{
  background: #3476c7;
  border-radius: 0 15px 15px 0;
}
#products .products-content .products-content-t .products-content-r .box{
  max-width: 490px;
  color: #fff;
  margin: 0 auto
}
#products .products-content .products-content-t .products-content-r h4 {
  font-size: 24px;

  text-align: center;
  font-weight: bold;
  font-family: 'Poppins-Semibold';
}
#products .products-content .products-content-t .products-content-r .text {
  font-size: 16px;
  font-family: 'Poppins-Medium';

  margin: 30px auto 35px;
  height: auto;
  line-height: 1.5;
}
#products .products-content .products-content-t .products-content-r a.btn{
  	width: 191px;
	height: 55px;
  line-height: 55px;
	background-color: #ffffff;
	border-radius: 10px;
  	color: #3476c7;
    font-size: 16px;
    margin: 0 auto;
    display: block;
}

#products .products-content .content ul{
  margin-right: -35px
}

#products .products-content .content ul li{
  padding-right: 35px;
}
#products .products-content .content ul li>a{
  display: block;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
#products .products-content .content ul li .tit{
  height: 130px;
  text-align: center;
  font-family: Anton-Regular;
	font-size: 24px;
    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;
  transition: 0.5s;
  line-height: 1.3;
  padding: 0 30px;

}
#products .products-content .content ul li .tit p{
   display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden; 
  align-items: center;
}
#products .products-content .content ul li .tit:hover{
  background: #3476c7;
  color: #fff;
}

@-webkit-keyframes anistop {
  0% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
@-moz-keyframes anistop {
  0% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
@keyframes anistop {
  0% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
.phone-algin {
  opacity: 0;
}
#factory {
  background: #000;
}
#factory .factory-content {
  height: 595px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#factory .factory-content .factory-left {
  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: relative;
}
#factory .factory-content .factory-left {
  width: 44.6%;
  height: 100%;
  position: relative;
  z-index: 10;
}
#factory .factory-content .factory-left .factory-stop {
  position: relative;
  cursor: pointer;
}
/*#factory .factory-content .factory-left video::-webkit-media-controls-enclosure{ 
  display: inline-block;
}*/
#factory .factory-content .factory-left .factory-stop img{
  width: auto;
  height: auto;
  position: relative;
  z-index: 10;
}
/*#factory .factory-content .factory-left .factory-stop img,
#factory .factory-content .factory-right .factory-stop img,
#factory .factory-content .factory-left .factory-stop div,
#factory .factory-content .factory-right .factory-stop div {
  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%);
}*/
/*#factory .factory-content .factory-left .factory-stop .stop,
#factory .factory-content .factory-right .factory-stop .stop {
  width: 20px;
  height: 20px;
  z-index: 100;
}*/
/*#factory .factory-content .factory-left .factory-stop .stop img,
#factory .factory-content .factory-right .factory-stop .stop img {
  width: 100%;
  height: 100%;
}
#factory .factory-content .factory-left .factory-stop .stop1,
#factory .factory-content .factory-right .factory-stop .stop1 {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 90;
}
#factory .factory-content .factory-left .factory-stop .stop2,
#factory .factory-content .factory-right .factory-stop .stop2 {
  background: rgba(184, 183, 183, 0.8);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 80;
}
#factory .factory-content .factory-left .factory-stop .stop3,
#factory .factory-content .factory-right .factory-stop .stop3 {
  -webkit-animation: 1s anistop infinite;
  -moz-animation: 1s anistop infinite;
  animation: 1s anistop infinite;
  background: rgba(184, 183, 183, 0.4);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  z-index: 70;
}*/
#factory .factory-content .factory-left img,
#factory .factory-content .factory-right img {
  width: 100%;
  height: 100%;
  position: absolute;
}
#factory .factory-content .factory-right {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  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;
  align-items: flex-end;
}
#factory .factory-content .factory-right .content h3 {
  width: 100%;
  font-size: 46px;
  font-family: 'PaytoneOne-Regular';
  color: #f3f0e9;
  line-height: 54px;
  margin-bottom: 60px;
}
#factory .factory-content .factory-right .content{
   width: 51%;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
#factory .factory-content .factory-right .content .box{
  width: 50%;
  color:  #f3f0e9;
}
#factory .factory-content .factory-right .content .box:last-child,
#factory .factory-content .factory-right .content .box:nth-child(4){
  margin-top: 50px;
}
#factory .factory-content .factory-right .content .box div{
  color: #f3f0e9;
  font-size: 26px;
  font-family: 'PaytoneOne-Regular';
}
#factory .factory-content .factory-right .content .box div span{
  color: #3476c7;
  font-family: 'Anton-Regular';
  margin-right: 10px;
}
#factory .factory-content .factory-right .content .box p{
  font-size: 16px;
  font-family: 'Poppins-Medium';
  padding-left: 40px;

}
#news {
  padding: 100px 0 240px;
}
#news .news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 65px;
  position: relative;
}
#factory .factory-content .factory-left .news-video{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index:5;
}
#news .news-content ul {
  width: 100%;
}
#news .news-content ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  height: 455px;
}
#news .news-content ul .slick-dots{
  width: fit-content;
  bottom:-70px;
}
#news .news-content ul .slick-dots li{
  background-color:#f3f0e7;
  margin: 0 15px;
  cursor: pointer;
}
#news .news-content ul .slick-dots .slick-active{
  background-color: #3376c7;
}
#news .news-content ul li .news-left {
  height: 100%;
  padding-right: 190px;
}
#news .news-content ul li .news-left .btn-go button{
   height: 45px;
}
#news .news-content ul li .news-left .btn-go span{
   width:18px;
   height: 18px;
}
#news .news-content ul li .news-left p {
  font-size: 28px;
  font-family: 'PaytoneOne-Regular';
  color: #000;
  line-height: 40px;
}
#news .news-content ul li .news-left p:nth-child(2) {
  font-size: 16px;
  font-family: 'Poppins-Medium';
  color: #000;
  margin: 30px 0;
  line-height: 28px;
}
#news .news-content ul li .news-left p:first-child:hover {
  color: #3376c7;
  cursor: pointer;
}
#news .news-content ul li .news-left p a{
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#news .news-content ul li .news-left .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
#news .news-content ul li .news-left .time img {
  width: 25px !important;
  height: 25px !important;
  margin-right: 10px;
  margin-left: 0;
}
#news .news-content ul li .news-left .time span {
  color: #666666;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  text-decoration: underline;
}
#news .news-content ul li .news-right {
  width: 56%;
  border-radius: 15px;
}
#news .news-content ul li .news-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .news-content ul li .news-right video{
  background-color: #000;
}
#news .news-content .news-prev,
#news .news-content .news-next {
  position: absolute;
  color: #000;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  border: none;
  background: #dbdbdb;
  top: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#news .news-content .news-prev:hover,
#news .news-content .news-next:hover {
  background: #3376c7;
}
#news .news-content .news-prev {
  left: -50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#news .news-content .news-next {
  right: -50px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#cooperative {
  padding: 70px 0 80px;
  background: #000;
}
#cooperative .cooperative-content p {
  text-align: center;
  margin-bottom: 0px;
  color:#f3f0e9;
}
#cooperative .cooperative-content p:nth-child(2) {
  font-size: 20px;
  font-family: 'Poppins-Medium';
  width: 30%;
  margin: 0 auto 80px;
  opacity: 0.8;
}
#cooperative .cooperative-content .cooperative-tag{
  font-size: 18px;
  font-family: 'Montserrat-Light';
  float: right;
  color:#f3f0e9;
  opacity: 0.8;
  margin-top:15px;
}
#cooperative .cooperative-content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*#cooperative .cooperative-content .icon img {

  transform: scale(0.8);
}*/
#userinfo {
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3376c7), color-stop(50%, #f58f0e), color-stop(#ee8008), to(#e66d01));
  background: -webkit-linear-gradient(top, #3376c7, #f58f0e 50%, #ee8008, #e66d01);
  background: -moz-linear-gradient(top, #3376c7, #f58f0e 50%, #ee8008, #e66d01);
  background: linear-gradient(to bottom, #3376c7, #f58f0e 50%, #ee8008, #e66d01);
}
#userinfo div .question {
  font-size: 14px;
  font-family: 'Montserrat-Light';
  color: #fff;
  margin-bottom: 20px;
  padding-top: 40px;
  text-decoration: underline;
}
#userinfo div .title {
  color: #fff;
  font-size: 38px;
  font-family: 'GaboDrive';
  margin-bottom: 60px;
}
#userinfo div div {
  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;
}
#userinfo div div input {
  color: #fff;
  width: 25%;
  padding-bottom: 20px;
  border-bottom: 2px solid #dfae7d;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
  padding-left: 5px;
}
#userinfo div div button {
  color: #f89c1c;
  width: 100px;
  height: 30px;
  background-color: #fff;
  border: 0;
}
#userinfo div div input:focus {
  border-bottom: 2px solid #fff;
}
#footer {
  background: #d9eaff;
}
#footer .footer-t {
  padding: 80px 15px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-t .footer-t-logo {
  width: 23%;
  margin-right: 50px;
}
#footer .footer-t .footer-t-logo .logo {
  max-height: 50px;
  margin-bottom: 20px;
}
#footer .footer-t .footer-t-logo p {
  color: #000;
  font-size: 15px;
  margin-bottom: 45px;
  font-family: 'Poppins-Medium';
}
#footer .footer-t .footer-t-logo div {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
}
#footer .footer-t .footer-t-logo div img {
  margin-right: 15px;
  margin-bottom: 0;
}
#footer .footer-t .footer-t-logo div .share{
   margin-bottom: -8px;
}
#footer .footer-t .footer-t-logo div a {
  margin-left: 25px;
  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;
  font-family: 'PaytoneOne-Regular';
  font-size: 22px;
  margin-bottom: -3px;
}
#footer .footer-t .footer-t-logo div a i{
  color: #000;
}
#footer .footer-t .footer-t-logo .qc-img {
  width: 80px;
  height: 80px;
  margin-bottom: 40px !important;
  border: 3px solid #fff;
}
#footer .footer-t .footer-t-logo .qc-img img {
  width: 100%;
}
#footer .footer-t .footer-t-gird {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
#footer .footer-t .footer-t-gird .footer-t-home,
#footer .footer-t .footer-t-gird .footer-t-product,
#footer .footer-t .footer-t-gird .footer-t-form {
  color: #fff;
  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;
}
#footer .footer-t .footer-t-gird .footer-t-home p,
#footer .footer-t .footer-t-gird .footer-t-product p,
#footer .footer-t .footer-t-gird .footer-t-form p {
  font-size: 19px;
  margin-bottom: 50px;
  font-family: 'PaytoneOne-Regular';
  color:#000;
}
#footer .footer-t .footer-t-gird .footer-t-home a,
#footer .footer-t .footer-t-gird .footer-t-product a,
#footer .footer-t .footer-t-gird .footer-t-form a {
  margin-bottom: 20px;
}
#footer .footer-t .footer-t-gird .footer-t-home a span,
#footer .footer-t .footer-t-gird .footer-t-product a span,
#footer .footer-t .footer-t-gird .footer-t-form a span {
  font-size: 16px;
  font-family: 'Poppins-Medium';
  color:#000;
  font-weight: 600;
}
#footer .footer-t .footer-t-gird .footer-t-home a span:hover,
#footer .footer-t .footer-t-gird .footer-t-product a span:hover,
#footer .footer-t .footer-t-gird .footer-t-form a span:hover {
  color: #3376c7;
}
#footer .footer-t .footer-t-gird .footer-t-contact {
  width: 35%;
  padding: 25px 40px;
  border-top: 2px solid #f89c1c;
}
#footer .footer-t .footer-t-gird .footer-t-contact div {
  color: #000;
  border-bottom: 1px solid #606060;
  margin-bottom: 25px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .footer-t .footer-t-gird .footer-t-contact div img {
  display: block;
  margin-right: 10px;
}
#footer .footer-t .footer-t-gird .footer-t-contact div span {
  font-size: 16px;
  font-family: 'Montserrat-Light';
}
#footer .footer-t .footer-t-gird .footer-t-contact div:first-child {
  padding-bottom: 45px;
}
#footer .footer-t .footer-t-gird .footer-t-contact div:last-child {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0;
}
#footer .footer-t .footer-t-gird .footer-t-form {
  width: 230px;
}
#footer .footer-t .footer-t-gird .footer-t-form input {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #594509;
  margin-bottom: 10px;
  font-family: 'Poppins';
  padding: 0 10px;
  height: 25px;
  width: 100%;
  color:#fff;
}
#footer .footer-t .footer-t-gird .footer-t-form textarea {
  height: 90px;
  padding: 10px;
  border-radius: 5px;
  font-family: 'Poppins';
  background: transparent;
  width: 100%;
  border: 1px solid #594509;
}
#footer .footer-t .footer-t-gird .footer-t-form button {
  background: #000;
  color: #fff;
  width: 65px;
  height: 25px;
  border-radius: 5px;
  margin-top: 10px;
  font-family: 'Poppins-Regular';
  border: none;
}
#footer .footer-t .footer-t-gird .footer-t-form input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.6);
}
#footer .footer-t .footer-t-gird .footer-t-form input::-moz-placeholder {
   color: rgba(0,0,0,0.6);
}
#footer .footer-t .footer-t-gird .footer-t-form input:-moz-placeholder {
  color: rgba(0,0,0,0.6);
}
#footer .footer-t .footer-t-gird .footer-t-form input:-ms-input-placeholder {
  color: rgba(0,0,0,0.6);
}
#footer .footer-t .footer-t-gird .footer-t-form textarea::placeholder {  
   color: rgba(0,0,0,0.6);
}
#footer .footer-b p {
  color: #000;
  height: 45px;
  border-top: 1px solid #000;
  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;
  font-size: 18px;
  font-family: 'Poppins-Medium';
}
#footer .footer-b p span {
  margin: 0 10px;
  font-size: 14px;
}

#footer .footer-b p img {
  width: 300px;
  height: 28px;
}
#footer .footer-b p a:hover span {
  color: #3376c7;
}
@media (max-width: 1900px) {
  .ui.container {
    width: 1460px;
  }
  #header .nav .ui.menu {
    justify-content: flex-end
  }
  #header .nav .ui.menu .menu-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1800px) {
  #news .news-content .news-prev, 
  #news .news-content .news-next{
    display: none;
  }
  #about .content img {
    width: 45%;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .header-icon{
    width: 70%;
  }
  #banner .banner-top ul li {
    height: 600px;
  }
  #header .nav .ui.menu .h-top .h-top-ad,
  #header .nav .ui.menu .menu-box ul.menu {
  margin-left: 27%;
  }


  #banner .banner-top ul li .content p:first-child {
    font-size: 52px;
  }
  #about .content div p,
  #factory .factory-content .factory-right p {
    font-size: 34px;
  }
}
@media (max-width: 1400px) {
  #news .news-content ul li .news-left {
    padding-right: 100px;
  }
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .h-top .h-top-ad{
    left: 40%;
  }
  #banner .banner-top ul li .content p:first-child {
    font-size: 44px;
  }

    #Market .Market-content ul {
    grid-template-rows: repeat(3, 250px);
  }
  #Market .Market-content ul li .content {
    background-position: center 0%;
    background-size: 100% 95%;
  }
   #Market .Market-content ul li .content .Market-title .Market-title-b {
    font-size: 24px;
  }
  #about .content img {
    /*width: 35%;*/
  }
  #cooperative .cooperative-content p:nth-child(2) {
    margin-bottom: 35px;
  }
  

  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
    font-size: 18px;
  }
  #factory .factory-content .factory-right .content h3 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  #factory .factory-content .factory-right .content .box div {
    font-size: 22px;
  }
  #factory .factory-content .factory-right .content .box p {
    font-size: 14px;
  }
  #factory .factory-content {
    height: 510px;
  }
}
@media (max-width: 1200px) {
  #news .news-content ul li .news-left {
    padding-right: 60px;
  }
  #products .products-content .content ul li .tit{
    font-size: 20px
  }
  #header .nav .ui.menu .h-top .menu .menu-right .h-top-link{
    display: none;
  }
  .ui.container {
    width: 1000px;
  }
  

  .title {
    margin-bottom: 50px;
  }

  #Market .Market-content ul li .content .Market-title .Market-title-b {
    font-size: 26px;
    line-height: 1;
  }
    #Market .Market-content ul li .content .Market-title {
    max-width: 60%;
  }
  #banner .banner-top ul li {
    height: 540px;
  }
  #banner .banner-top ul li .content p:first-child {
    font-size: 36px;
  }
  #about .content div p {
    font-size: 24px;
  }
  #factory .factory-content .factory-right .content h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  #factory .factory-content .factory-right .content .box div {
    font-size: 18px;
  }
  #factory .factory-content .factory-right .content .box:last-child,
  #factory .factory-content .factory-right .content .box:nth-child(4) {
    margin-top: 20px;
  }
  #factory .factory-content .factory-right .content .box p {
    padding-left: 32px;
  }
  #factory .factory-content {
    height: 450px;
  }
  #about .content div p:last-child {
    font-size: 16px;
    line-height: 30px;
  }

  #news {
    padding: 50px 0 140px;
  }
  #news .news-content {
    margin-top: 30px;
  }
  #news .news-content ul li .news-left .time {
    margin-bottom: 30px;
  }
  #news .news-content ul li .news-left p:nth-child(2) {
    margin: 15px 0;
  }
  #cooperative .cooperative-content p:nth-child(2) {
    font-size: 20px;
    width: 50%;
  }
  #footer .footer-t {
    -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;
  }
  #footer .footer-t .footer-t-logo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  #footer .footer-t .footer-t-logo img {
    width: 25%;
    margin: 0;
    height: 50px;
  }
  #footer .footer-t .footer-t-gird {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 定义3列，每列占据相同的空间 */
    grid-template-rows: repeat(1, 340px);
  }
  #footer .footer-t .footer-t-logo .qc-img img {
    height: 100%;
  }
  #footer .footer-t .footer-t-logo p {
    width: 30%;
    margin: 0 15px;
  }
  #footer .footer-t {
    padding: 100px 15px 30px;
  }
  #banner .banner-top ul li .content p:first-child {
    line-height: 38px;
    font-size: 36px;
  }
  #banner .banner-top ul li .content p:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  #banner .banner-top ul li .content{
    top: 100px
  }
  #news .news-content ul li .news-left {
    padding-right: 40px;
  }
  .ui.container {
    width: 700px;
  }

  #cooperative .cooperative-content p:nth-child(2) {
    font-size: 16px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 120px;
  }
  #banner,
  #banner .banner-top ul li {
    height: 410px;
  }
  #banner .banner-top ul li .content p:first-child {
    line-height: 34px;
    font-size: 24px;
    width: 46.5%;
  }
  #banner .banner-top ul li .content p:nth-child(2) {
    font-size: 16px;
    width: 100%;
  }
  #banner .banner-top ul li .content div {
    width: 140px;
    height: 40px;
  }
  #banner .banner-top ul li .content p:nth-child(2) {
    margin-bottom: 20px;
  }
  #about .content div p:last-child {
    font-size: 14px;
    line-height: 28px;
  }
  #about .content div {
    margin-left: 20px;
  }
  #Market .Market-content ul li .content .Market-title .Market-title-b {
    font-size: 16px;
    line-height: 20px;
    min-height: 44px;
  }
  #Market .Market-content ul li .content .Market-title .Market-title-t p{
    font-size: 14px;
    line-height: 1.2
  }
  #Market .Market-content ul li .content .Market-title{
    bottom:22px;
  }
  #Market .Market-content ul li .content .Market-title .Market-title-t{
    margin-bottom: 5px;
  }
  #Market .Market-content ul li .content {
    background-image: none;
    padding: 15px 20px 15px 25px;
  }
  #Market .Market-content ul li .content .Market-title .Market-title-t > span {
    width: 70%;
  }
  #Market .Market-content ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 150px);
  }
  #about .content div p,
  #factory .factory-content .factory-right p {
    font-size: 21px;
  }
  .title {
    font-size: 32px;
  }
  #factory .factory-content .factory-left .factory-stop,
  #factory .factory-content .factory-right .factory-stop {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
 
  #banner .banner-top ul li .content div button,
  .btn-go button {
    font-size: 14px;
  }




  #products .products-content .products-content-t .products-content-r .text {
    padding: 0 10px;
    font-size: 14px;
  }

  #products .products-content .products-content-t {
    height: 240px;
  }
  #products {
    padding: 51px 0;
  }
  #about .content div p,
  #factory .factory-content .factory-right p {
    font-size: 16px;
    line-height: 22px;
  }
  #factory .factory-content .factory-right p:last-child {
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    line-height: 14px;
  }
  #factory {
    padding: 55px 0;
  }
  #factory .factory-content .factory-left .factory-stop{
    z-index: 10;
  }
  #factory .factory-content {
    height: auto;
  }
  #factory .factory-content .factory-left{
    width: 100%;
    height: 450px;
  }
   #factory .factory-content .factory-right{
    position: relative;
    align-items: center;
    transform: none;
    left: 0;
    margin-bottom: 60px;
  }
   #factory .factory-content .factory-right .content{
     width:100%;
  }
  #factory .factory-content{
    flex-direction: column-reverse;
  }
  #factory .factory-content .factory-right .content .box div {
    font-size: 22px;
    margin-bottom: 5px;
 }
  #factory .factory-content .factory-right .content .box p {
    padding-left: 38px;
  }
  #news .news-content ul .slick-dots li {
    padding: 0;
  }
  #news .news-content ul li {
    height: 265px;
  }
  #news .news-content ul .slick-dots {
    bottom: 20px;
  }
  #news .news-content ul li .news-right {
    display: none;
  }
  #news .news-content ul li .news-left {
    width: 100%;
  }
  #footer .footer-b p {
    height: 90px;
    -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;
  }
  #footer .footer-t .footer-t-gird {
    grid-template-columns: repeat(2, 1fr);
    /* 定义3列，每列占据相同的空间 */
    grid-template-rows: repeat(2, 280px);
  }
  #news {
    padding: 50px 0;
  }
}
@media (max-width: 700px) {
  #news .news-content ul li .news-left {
    padding-right: 0;
  }
   #products .products-content .content ul li .tit{
    font-size: 18px
  }
  .slick-dots li {
    width: 60px;
  }
  .seoIndustry.Auxil-industry{
    display: none!important;
  }
  #banner .banner-top ul li .content{
    top:20px!important;
  }
  
  #banner,
  #banner .banner-top ul li {
    height: 320px;
  }
  #about .content img {
   display: none;
  }
  #about{
    background: #f3f0e9;
    height: auto;
  }
  .slick-dots {
    bottom: 20px;
  }
  #about .content {
    padding: 20px;
  }
  #about .content div{
    margin-right: 0;
    margin-left: 0;
  }
  .ui.container {
    width: 500px;
  }
  #footer .footer-b p span {
    font-size: 14px;
    text-align: center;
  }
  #footer .footer-b p span a.shenlingfootword{
    display: none!important;
  }
  #banner .banner-top ul li .content p:first-child {
    line-height: 30px;
    font-size: 22px;
    width: 59.5%;
  }
  #banner .banner-top ul li .content p:nth-child(2) {
    font-size: 14px;
    width: 80%;
    line-height: 26px;
  }
  #about .content {
    -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;
  }
  #about .about-left,
  #about .about-right {
    display: none;
  }
  #about .content div {
        width: 100%;
  }
  #about .content div p:first-child {
    text-align: center;
        font-size: 26px;
        line-height: 40px;
  }
  #about .content img {
    margin-bottom: 20px;
  }
  #about .content {
    padding: 50px;
  }
  #Market,
  #factory,
  #products .products-content .products-content-t,
  #cooperative {
    display: none;
  }
  #Market.inner-Market{
    display: block;
    padding: 200px 0 80px !important;
  }
  #Market.inner-Market .Market-content ul{
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 250px);
  }
  #Market .Market-content ul li .content .Market-title .Market-title-b {
    font-size: 27px;
    line-height: 1;
  }
  
  #cooperative .cooperative-content p:nth-child(2) {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #footer .footer-t .footer-t-gird .t-home,
  #footer .footer-t .footer-t-gird .t-product {
    display: none;
  }
  #footer .footer-t .footer-t-gird {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 280px);
  }
  #footer .footer-t .footer-t-logo {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  #footer .footer-t .footer-t-logo p {
    width: 65%;
  }
  #footer .footer-t .footer-t-logo img {
    height: 38px;
  }
  #news .news-content ul li {
    height: auto;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #news {
        padding: 50px 0 0;
    }
  .btn-go button,
  #banner .banner-top ul li .content div button {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 0% ;
    -moz-transform-origin: 0% 0% ;
    -ms-transform-origin: 0% 0% ;
    transform-origin: 0% 0% ;
  }
  #news .news-content ul li {
    padding: 30px 20px;
  }
  #banner,
  #banner .banner-top ul li {
    height: 275px;
  }
  #footer .footer-t .footer-t-gird {
    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;
  }
  #banner .banner-top ul li .content p:first-child {
    width: 100%;
  }
  #about .content {
    padding: 50px 15px;
  }
  #news .news-content ul li .news-left p {
    font-size: 22px;
  }
  #about {
    height: auto;
  }
  .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #footer .footer-t .footer-t-gird .t-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .footer-t .footer-t-gird .t-contact a span {
    font-size: 14px;
  }
  #footer .footer-t .footer-t-gird .footer-t-home p,
  #footer .footer-t .footer-t-gird .footer-t-product p,
  #footer .footer-t .footer-t-gird .footer-t-form p {
    margin-bottom: 20px;
    width: 100%;
  }
  #footer .footer-t .footer-t-gird .footer-t-form {
    width: 100%;
  }
  #news .news-content {
    height: auto;
  }
  #footer .footer-t .footer-t-logo p {
    width: 100%;
    margin: 0 0 20px;
  }
  #footer .footer-t .footer-t-logo img {
    width: 30%;
    margin-right: 15px;
  }
  #footer .footer-b p img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #banner .banner-top ul li .content p:nth-child(2) {
    width: 100%;
  }
  #footer .footer-t .footer-t-logo div .share {
    margin-left: 50px;
  }
  #footer .footer-t {
    padding: 50px 15px 30px;
  }
}







/* 内页区域 Start */
.product-page .pro-1 .title h1 {
    font-size: 2.4rem;
    color: #000;
    font-family: 'PaytoneOne-Regular';
    text-transform:uppercase;
}
.prodet-page .det-1 .grid-box .right .text h1 {
    font-size: 1.6rem;
    color: #000;
}
.prodet-page .det-3.catnews ul li .ig .grid-box .left a img {
    height: 161.44px;
}
.prodet-page .det-3.catnews ul li .ig .grid-box .right .con p {
    margin-top: 45px;
}
.prodet-page .det-3.catnews ul li .ig .grid-box .right .text_overflow {
    white-space: inherit;
    line-height: 1.3;
}
.inner-banner {
  position: relative;
}
.inner-banner .bg{
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
}
.inner-banner .bread-crumbs {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.inner-banner .bread-crumbs h3 {
  font-size: 2.4rem;
  
  font-weight: 600;
}
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  display: inline-block;
  font-size: 16px;
  
}
.inner-banner {
  background-repeat: no-repeat;
  background-size:contain;
  background-position: right; 
  margin-top:130px;
}
.inner-banner .container {
  position: relative;
}
.inner-banner .container .cont {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}
.inner-banner .container .cont .cat_name {
  color:#000;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.inner-banner .container .cont .cat_name h4{
   font-family: 'PaytoneOne-Regular';
  font-size: 67px;
  width: fit-content;
  margin-left: 8%;
  text-align: left;
  line-height: 0.9;
  text-transform: uppercase;
  color:#fff;

}
.inner-banner .container .cont .cat_name h4:nth-last-child(2){
  color:#F0BB26;
}
.inner-banner .container .cont .cat_name h4:first-child{
  font-size: 67px;
  line-height: 0.8;
  font-family: 'PaytoneOne-Regular';
  text-transform: uppercase;
}
.inner-banner .container .cont .cat_name.chainsaw_cat_name{
  align-items: flex-end;
}
.inner-banner .container .cont .cat_name.chainsaw_cat_name h4{
   margin-right: 8%;
}
.inner-banner .container .cont .cat_name.chainsaw_cat_name h4:first-child{
  font-size: 67px;
  text-align: right;
  line-height: 0.9;
  font-family: 'PaytoneOne-Regular';
  font-weight: bold;
  color: #F0BB26;
}
.inner-banner .container .cont .mbx {
  margin-top: 30px;
  font-size: 16px;
}
.inner-banner .container .cont .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .cont .mbx a:hover {
  color:#3476c7;
}
.classification-text{
  font-size: 20px;
  font-family: "Poppins-Medium";
  background: #f4f4f4;
  padding: 105px 0 25px;
}
.classification-text h1.cath1set{
  font-size: 36px;
  font-weight: bold;
}
.classification-text .classification-content{
  width: 90%;
}
.classification-text .classification-content ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.classification-text .classification-content ul li:nth-child(4),
.classification-text .classification-content ul li:last-child{
  width: 48%;
}
.classification-text .classification-content ul li:nth-child(4){
  margin-right: 3%;
}
.classification-text .classification-content ul li{
  width: 33.3333%;
  margin-bottom:50px;
}
.classification-text .classification-content ul li .pro-det1-title{
  font-size: 30px;
  font-family: 'PaytoneOne-Regular';
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.classification-text .classification-content ul li .pro-det1-title::before{
  content:"";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #B72020;
  margin-right: 20px;
}
.classification-text .classification-content ul li .pro-det1-content{
  font-size: 18px;
  padding-left: 40px;
}











.inner-banner .pro-name{
  font-size: 30px;
  font-family: 'PaytoneOne-Regular';
  color: #fff;
}
.inner-banner .pro-content{
  font-size: 20px;
  font-family: 'Poppins-Medium';
  color: #fff;
}
.inner-banner .prodet2-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 120px;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}
.inner-banner .prodet2-content.prodet2-content2{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.inner-banner .prodet2-content.prodet2-content2 .pro-name h4{
    font-family: 'PaytoneOne-Regular';
    font-size: 72px;
    line-height: 0.8;
}
.inner-banner .prodet2-content.prodet2-content2 .pro-name h4:nth-child(2){
    color: #F0BB26;
}
.inner-banner .prodet2-content.prodet2-content2 .pro-name h4:first-child{
    font-size: 67px;
    color:#fff;
    font-family: 'PaytoneOne-Regular';
    line-height: 0.8;
}
.inner-banner .prodet2-content.prodet2-content2 .pro-content {
  width: 60%;
}
.inner-banner .prodet2-content .pro-name{
  margin-bottom: 10px;
}






/*product-2*/
.product2-page .product2-content{
  padding-bottom: 80px;
}
.product2-page .product2-content ul li{
  margin-bottom:40px;
}
.product2-page .product2-content ul li:last-child{
  margin-bottom:0;
}
.product2-page .product2-content ul li h2{
  font-size: 30px;
  font-family: 'PaytoneOne-Regular';
  margin-bottom: 20px;
}
.product2-page .product2-content ul li .content{
  display: flex;
  justify-content: space-between;
  height: 420px;
}
.product2-page .product2-content ul li .content .left{
  background-color:#fff;
  border-radius: 15px;
  width: 77%; 
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 40px 70px;
  background-size: contain;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.product2-page .product2-content ul li .content .left .cover_img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top:0;
}
.product2-page .product2-content ul li .content .left h3{
  font-size: 70px;
  font-family: 'Anton-Regular';
  color: #e6e6e6;
  margin-bottom: -15px;
  line-height: 1.2;
}
.product2-page .product2-content ul li .content .left.chainsaw h3,
.product2-page .product2-content ul li .content .left.chainsaw .thum_img{
  position: relative;
  z-index: 4;
}
.product2-page .product2-content ul li .content .right{
  height: 100%;
  width: 21%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product2-page .product2-content ul li .content .right .go,
.product2-page .product2-content ul li .content .right .detailt{
  height: 48%;
  background-color:#fff;
  border-radius: 15px;
  font-size: 26px;
  font-family: "Poppins-SemiBold";
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 25px 25px;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: bold;
}
.product2-page .product2-content ul li .content .right .go:hover,
.product2-page .product2-content ul li .content .right .detailt:hover{
  color: #fff;
  background-color:#3376c7;
}
.product2-page .product2-content ul li .content .right .go h4,
.product2-page .product2-content ul li .content .right .detailt h4{
  display: inline-block;
  max-width: 150px;
}
.product2-page .product2-content ul li .content .right .go button,
.product2-page .product2-content ul li .content .right .detailt button{
  width: 30px;
  height:30px;
  border-radius: 50%;
  background-color: #C1272D;
  line-height: 30px;
  text-align: center;
  color:#fff;
  border:none;
  margin-bottom: 8px;
}
.product2-page .product2-content ul li .content .right .go button span,
.product2-page .product2-content ul li .content .right .detailt button span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.product2-page .product2-content ul li .content .right .detailt button .ins{
  display: none;
}
.product2-page .product2-content ul li .content-details{
  background-color:#fff;
  border-radius: 15px;
  height:0;
  width:100%;
  margin-top: 40px;
  font-size: 18px;
  transition: all 0.5s;
  transform: rotateX(90deg);
  transform-origin: top;
  overflow: hidden;
  padding:0 30px;
}

.product2-page .product2-content ul li.active .content-details{
   transform: rotateX(0deg);
  min-height: 220px;
  height:auto;
  padding:45px 30px 70px;
}
.product2-page .product2-content ul li .content-details p{
  padding: 0 40px;
}
.product2-page .product2-content ul li .content-details ul{
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}
.product2-page .product2-content ul li .content-details ul:nth-last-child(2){
  display: flex;
}
.product2-page .product2-content ul li .content-details ul li{
  width: 50%;
  margin-bottom:30px;
}
.product2-page .product2-content ul li .content-details ul li .pro-det1-title{
  font-size: 24px;
  font-family: 'PaytoneOne-Regular';
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product2-page .product2-content ul li .content-details ul li .pro-det1-title::before{
  content:"";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #B72020;
  margin-right: 20px;
}
.product2-page .product2-content ul li .content-details ul li .pro-det1-content{
  font-size: 18px;
  padding-left: 40px;
}









 /*prodet2-page*/
.prodet2-page{
  background-color: #f4f4f4;
  padding: 120px 0;
}
.prodet2-page .pro-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.prodet2-page .pro-det1 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 120px 0;
}
.prodet2-page .pro-det1 ul{
 display: none;
}
.prodet2-page .pro-det1 ul:last-child{
 display: flex;
}
.prodet2-page .ui.container .pro-images ul:nth-child(3){
   display: none;
}
.prodet2-page .pro-det1 ul li{
  width: 45%;
  margin-bottom:50px;
}
.prodet2-page .pro-det1 ul li .pro-det1-title{
  font-size: 30px;
  font-family: 'PaytoneOne-Regular';
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.prodet2-page .pro-det1 ul li .pro-det1-title::before{
  content:"";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #B72020;
  margin-right: 20px;
}
.prodet2-page .pro-det1 ul li .pro-det1-content{
  font-size: 18px;
  padding-left: 40px;
}
.prodet2-page .pro-images{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prodet2-page .pro-images .bigtitle{
  font-size: 50px;
  font-family: 'PaytoneOne-Regular';
}
.prodet2-page .pro-images h4{
  font-size: 30px;
  font-family: 'PaytoneOne-Regular';
  text-transform: uppercase;
  width: 100%;
}
.prodet2-page .pro-images .pro-box{
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-content: center;
 margin-right: 40px;
}
/*.prodet2-page .pro-images.chain h4{
  width: 81%;
}*/
.prodet2-page .pro-images .pro-box ul{
  display: flex;
  flex-wrap: wrap;
  margin-right: 50px;
  justify-content: center;
}
.prodet2-page .pro-images .pro-box ul:last-child{
 margin-right: 0;
}
.prodet2-page .pro-images .pro-box ul li{
  height: 252px;
  width: 252px;
  border-radius: 15px;
  background-color: #fff;
  margin: 25px 25px 25px 0;
  transition: all 0.5s;
  cursor: pointer;
}



.prodet2-page .pro-images .pro-box ul li:last-child{
  display: none;
}
.prodet2-page .pro-images .pro-box:last-child ul li:last-child{
  display: block;
}
.prodet2-page .pro-images .pro-box ul li:last-child:hover{
   background-color: #3376c7;
   color: #fff;
}

.prodet2-page .pro-images .pro-box ul li img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prodet2-page .pro-images .pro-box ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  padding: 0 30px 30px;
  flex-direction: column;
  justify-content: flex-end;
}
.prodet2-page .pro-images .pro-box ul li a h4{
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  margin:0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet2-page .pro-images .pro-box ul li a h3{
  font-size: 34px;
  font-family: "Anton-Regular";
  text-transform: uppercase;
}
.prodet2-page .pro-btn {
  text-align: center;
  margin-top: 40px;
}
.prodet2-page .pro-btn button{
  width: 300px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Poppins-SemiBold";
  border-radius:10px;
  background-color: #B72020;
  border: none;
}
.prodet2-page .pro-f{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 140px;
}
.prodet2-page .pro-f .right{
  width: 92%;
}
.prodet2-page .pro-f .right ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.prodet2-page .pro-f .right ul li{
  display: flex;
  align-items: center;
}
.prodet2-page .pro-f .right ul li span{
  font-size: 25px;
  font-family: 'PaytoneOne-Regular';
  margin-left: 25px;
  color: #3376c7;
}
.prodet2-page .pro-f .right p{
  font-family:"Poppins-Medium";
  font-size: 20px;
}

@media (max-width:1600px){
  .inner-banner .container .cont .cat_name {
    font-size: 50px;
  }
}
@media (max-width:1400px){
  .inner-banner .container .cont .cat_name {
    font-size: 36px;
  }
  .inner-banner {
    background-position: right top;
  }
}
@media (max-width:1200px){
  .title{
    font-size: 36px;
  }
  .product2-page .product2-content ul li .content{
    height: 400px;
  }
  .product2-page .product2-content ul li .content .right {
    width: 25%;
  }
  .product2-page .product2-content ul li .content .left{
     width: 73%;
  }
  .product2-page .product2-content ul li .content .left h3 {
    font-size: 50px;
  }
  .product2-page .product2-content ul li .content .left .thum_img{
    width: 120px;
  }
  .product2-page .product2-content ul li .content .right .go, 
  .product2-page .product2-content ul li .content .right .detailt{
    font-size:20px;
  }
}
@media (max-width:1000px){
  .inner-banner{
    margin-top: 120px;
  }
  #products .products-content .products-content-t .products-content-r h4{
    font-size: 22px;
  }
  #products .products-content .products-content-t .products-content-r div{
    margin: 15px 0;
  }
  #products .products-content .products-content-t .products-content-r p {
    font-size: 16px;
  }
}























.font-44 {
  font-size: 44px;
}
/* Product Start */
.product-page .pro-1 {
  padding: 4rem 0;
}
.product-page .pro-1 .title {
  text-align: center;
  /*max-width: 600px;*/
  margin: 0 auto 20px;
}
.product-page .pro-1 .title h3 {
  font-size: 2.4rem;
  color: #000;
  
    font-weight: 600;
}
.product-page .pro-1 .title .con {
  
  font-size: 18px;
  color: #303030;
  padding: 30px;
  line-height: 2;
}
.product-page .pro-1 .pro-box ul li {
  padding: 0 15px;
  margin-bottom: 20px;
  cursor: pointer;
}
.product-page .pro-1 .pro-box ul li .ig {
  position: relative;
}
.product-page .pro-1 .pro-box ul li .ig h4 {
    font-size: 26px;
    font-weight: 500;
    /*  */
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin: 10px 0 5px;
    width: 250px;
}
.product-page .pro-1 .pro-box ul li .ig h4.font-18 {
  font-size: 18px;
  width: auto;
  text-transform: capitalize;
  line-height: 2;
}
.product-page .pro-1 .pro-box ul li .ig .img {
  text-align: center;
  overflow: hidden;
  padding: 30px 20px 15px;
}
.product-page .pro-1 .pro-box ul li .ig .img img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: auto;
}
.product-page .pro-1 .pro-box ul li .ig:hover h4 {
  text-decoration: underline;
  color: #f89c1c;
}
.product-page .pro-1 .pro-box ul li .ig:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*  Product End */
/* History Start */
.history-page .his-1 {
  padding-top: 50px;
}
.history-page .his-1 .title {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.history-page .his-1 .title h3 {
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}
.history-page .his-1 .title .con {
  font-size: 20px;
  color: #777;
  margin-bottom: 60px;
}
.history-page .his-2 img {
  margin-bottom: 35px;
}
.history-page .his-2 .his-2-box ul li {
  margin-bottom: 28px;
}
.history-page .his-2 .his-2-box ul li .ig .year {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  padding-right: 30px;
  margin-right: 22px;
  border-right: 5px solid #EC8103;
}
.history-page .his-2 .his-2-box ul li .ig h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.history-page .his-2 .his-2-box ul li .ig .con {
  font-size: 18px;
  line-height: 1.75;
  color: #333;
  opacity: 0.8;
  margin-top: 15px;
}
@media screen and (max-width: 700px) {
  .history-page .his-1 .title .con,
  .history-page .his-2 .his-2-box ul li .ig .con {
    font-size: 16px;
  }
  .inner-banner .container .cont .cat_name h4:first-ch{
    font-size: 28px;
  }
}
/* History End */


/*  Newdet Start */
.newsdet-page .init-1 h1 {
    color: #2a2a2a;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    padding-top: 2rem;
    font-family: 'PaytoneOne-Regular';
    text-transform: uppercase;
}
.newsdet-page .init-1 time {
  font-size: 18px;
  color: #ccc;
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px #d1d1d1 dashed;
  display: block;
  text-align: center;
}
.newsdet-page .init-1 .content {
  font-size: 20px;
  line-height: 2;
  color: #3c3c3c;
  padding: 10px 0;
  font-family: 'MiSans-Medium';
}
.newsdet-page .init-1 p a {
  color: #b1824a;
}
.newsdet-page .news_next {
  margin: 2rem 0;
  font-size: 16px;
  color: #ccc;
  line-height: 2;
}
.newsdet-page .news_next a {
  color: inherit;
}
.newsdet-page .news_next a:hover {
  color: #b1824a;
}
@media screen and (max-width: 996px) {
  .newsdet-page .init-1 h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
/*  Newdet End */

/* Prodet Start*/
.prodet-page .det-1 {
  padding: 4rem 0;
}
.prodet-page .det-1 .grid-box .left {
  width: 46%;
  vertical-align: middle;
  text-align: center;
}
.prodet-page .det-1 .grid-box .left img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .right {
  width: 54%;
  vertical-align: middle;
  padding: 0 2.5rem;
}
.prodet-page .det-1 .grid-box .right .text h2 {
  font-size: 1.6rem;
  color: #000;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.659);
  line-height: 2;
  margin: 1rem 0;
}
.prodet-page .det-1 .grid-box .right .text .det-contact {
  border-top: 1px solid #d1d1d1;
  padding: 1.5rem 0;
}
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .det-email {
  width: 60%;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #000;
}
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more {
  width: 40%;
  text-align: right;
  vertical-align: middle;
}
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more a {
  display: inline-block;
  font-size: 0.9rem;
  border-radius: 3px;
  color: #fff;
  background-color: #3376c7;
  padding: 10px 2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more a:hover {
  background-color: #000;
}
.prodet-page .det-1 .gallery ul {
  margin: 0 -5px;
}
.prodet-page .det-1 .gallery ul li {
  display: inline-block;
  padding: 0 5px;
}
.prodet-page .det-1 .gallery ul li a {
  position: relative;
  display: block;
  color: #fff;
  font: normal normal normal 35px/1 FontAwesome;
}
.prodet-page .det-1 .gallery ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .gallery ul li a::after {
  content: '\f06e';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .gallery ul li a:hover::after {
  opacity: 1;
}
.prodet-page .det-1 .gallery ul li a:hover::before {
  opacity: 1;
}
.prodet-page .det-2 {
  margin-bottom: 4rem;
}
.prodet-page .det-2 h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #d4d4d4;
  color: #000;
  margin-bottom: 2rem;
  
  font-weight: 600;
}
.prodet-page .det-2 .content {
  font-size: 18px;
}
.prodet-page .det-2 .content table tr:nth-child(even) {
  background: #f8f8f8;
}
.prodet-page .det-2 .content table tr td {
  padding: 5px;
  border-color: #ddd;
}
.prodet-page .det-3 h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #D4D4D4;
  color: #000;
  margin-bottom: 1rem;
  
  font-weight: 600;
}
.prodet-page .det-3 ul {
  margin: 0 -12px;
}
.prodet-page .det-3 ul li {
  display: inline-block;
  border-bottom: none;
  padding: 0 12px;
}
.prodet-page .det-3 ul li .ig .grid-box .left {
  width: 100%;
  text-align: center;
}
.prodet-page .det-3 ul li .ig .grid-box .left a {
  display: block;
}
.prodet-page .det-3 ul li .ig .grid-box .left a img {
  display: inline-block;
  width: 100%;
}
.prodet-page .det-3 ul li .ig .grid-box .right {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  padding: 1rem 1rem 0 0;
  margin: 2rem 0 3rem;
}
.prodet-page .det-3 ul li .ig .grid-box .right h4 {
  font-size: 24px;
  line-height: 1.1;
  color: #323232;
  font-family: 'Anton-Regular';

}
.prodet-page .det-3 ul li .ig .grid-box .right .con {
  font-size: 16px;
  line-height: 2;
  color: #3e3e3e;
  margin: 1rem 0;
  height: 95px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'MiSans-Medium';
}
.prodet-page .det-3.catnews ul li .ig .grid-box .right .con{
  height: 160px;
}
.prodet-page .det-3 ul li .ig .grid-box .right .more {
  text-align: left;
}
.prodet-page .det-3 ul li .ig .grid-box .right .more a {
  display: inline-block;
  font-size: 18px;
  border-radius: 3px;
  color: #fff;
  background-color: #3376c7;
  padding: 6px 1.4rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 ul li .ig .grid-box .right .more a:hover {
  background-color: #000;
}
@media screen and (max-width: 992px) {
  .prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .more a{
        font-size: 1.9rem;
  }
  .prodet-page .det-1 .grid-box .right .text .det-contact .grid-box .det-email a {
    font-size: 2.2rem;
}
  .det-3.catnews{
    display: none;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    padding: 20px 0;
  }
  .prodet-page .det-3 ul li .ig .grid-box .right .con {
    height: 162px;
  }
  .prodet-page .det-3 ul li .ig .grid-box .right h4 {
    font-size: 18px;
  }
  .prodet-page .det-3 ul li .ig .grid-box .right .more a {
    font-size: 14px;
  }
}
/* Prodet End*/

/* Lg-page Start */
.lg-page {
  padding: 8rem 0;
}
.lg-page h2 {
  font-size: 2.4rem;
  margin-bottom: 50px;
  font-family: 'PaytoneOne-Regular';
  text-transform: uppercase;
}
.lg-page .text {
  font-size: 16px;
  margin-top: 20px;
  opacity: .7;
  line-height: 1.6;
}
.lg-page ul {
  margin: -15px;
}
.lg-page ul li {
  padding: 15px;
}
.lg-page ul li .ig {
  display: block;
  text-align: center;
}
.lg-page ul li .ig img {
  margin: auto;
}
.lg-page ul li .ig h4 {
  font-size: 16px;
  padding-top: 20px;
  color: #303030;
  line-height: 1.2;
}
/* Lg-page End */
/* 内页区域 End */

/* 内页区域第二版 Start */
.inner-page p,
.inner-page .con {
  
  color: #000;
}
.inner-page .title{
  text-align: left;
}
/* About Start */

.about-page .init-2 {
  padding: 120px 0;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.about-page .init-2 .container .left {
  vertical-align: middle;
  display: inline-block;
  width: 60%;
}
.about-page .init-2 .container .left .title {
    /*font-family: var(--font);*/
}
.about-page .init-2 .container .left .index_line {
  margin-top: 10px;
  width: 124px;
  height: 3px;
  background-color: #000;
}
.about-page .init-2 .container .left .des {
  margin-top: 26px;
  text-align: justify;
  color: #444;
}
.about-page .init-2 .container .right {
  padding-left: 30px;
  vertical-align: middle;
  width: 39%;
  display: inline-block;
  position: relative;
}
.about-page .init-2 .container .right img {
  width: 100%;
  max-width: 390px;
  display: block;
  margin-left: auto;
}
.about-page .init-2 .container .right .play_cont {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  line-height: 110px;
  left: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 50px;
}
.about-page .init-2 .container .right .play_cont .ling,
.about-page .init-2 .container .right .play_cont .cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3476c7;
  z-index: 2;
  position: relative;
}
.about-page .init-2 .container .right .play_cont .ling i,
.about-page .init-2 .container .right .play_cont .cont i {
  margin-left: 6px;
}
.about-page .init-2 .container .right .play_cont .ling {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.about-page .init-2 .container .right .play_cont .ling:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.about-page .init-3 .container .tip_title {
  text-align: center;
    /*font-family: var(--font);*/
  max-width: 800px;
  margin: auto;
}
.about-page .init-3 .container .title_list {
  margin-top: 40px;
}
.about-page .init-3 .container .title_list .column {
  width: auto;
}
.about-page .init-3 .container .title_list .list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px;
  text-align: center;
  width: 16.6%;
  border-left: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 30px;
  background-color: #3476c7;
  color: #ffffff;
  font-family:'PaytoneOne-Regular';
  /*text-transform: uppercase;*/
  cursor: pointer;
}
.about-page .init-3 .container .title_list .list p{
  color: #fff
}
.about-page .init-3 .container .title_list .list:hover,
.about-page .init-3 .container .title_list .list.active {
  background-color: #2a2a2a;
}
.about-page .init-3 .container .title_list .list:first-child {
  border: none;
}
.about-page .init-3 .container .title_list .list p {
  width: 100%;
}
.about-page .init-3 .container .content_list {
  /*margin-top: 36px;*/
  text-align: center;
  max-width: 780px;
  margin: 62px auto 0px;
}
.about-page .init-3 .container .content_list .list {
  display: none;
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  padding: 220px 0 170px 0;
}
.about-page .init-4 .container .cont {
  width: 750px;
  margin-left: auto;
  padding: 70px 200px 50px 60px;
  background-color: #fafafa;
  border-radius: 10px;
}
.about-page .init-4 .container .cont .title {
  color: #3476c7;
  text-transform: uppercase;
}
.about-page .init-4 .container .cont .line {
  width: 32px;
  height: 2px;
  background-color: #3476c7;
  margin-top: 4px;
}
.about-page .init-4 .container .cont .slick li .box .name {
  margin-top: 10px;
    /*font-family: var(--font);*/
  /*font-style: italic;*/
  font-weight: bold
}
.about-page .init-4 .container .cont .slick li .box .des {
  color: #444444;
  margin-top: 10px;
}
.about-page .init-4 .container .cont .s_page {
  margin-top: 60px;
  position: relative;
}
.about-page .init-4 .container .cont .s_page .slick-dots{
  bottom: 0;
}
.about-page .init-4 .container .cont .s_page .slick-dots li {
  display: inline-block;
    /*font-family: var(--font);*/
  background: #bababa;
}
.about-page .init-4 .container .cont .s_page .slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 4px;
  border: none;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active {
  background:#3476c7;
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active button {
  color: #3476c7;
}
.about-page .init-5 .container .tip_title {
  text-transform: capitalize;
    /*font-family: var(--font);*/
  text-align: center;
}
.about-page .init-5 .container .tip_des {
  text-align: center;
  margin-top: 10px;
  color: #747474;
}
.about-page .init-5 .container .index_line {
  margin: 16px auto 0 auto;
}
.about-page .init-5 .container .slick {
  margin-top: 60px;
  margin: 60px -15px 0 -15px;
}
.about-page .init-5 .container .slick .slick-track {
  margin-left: 0;
}
.about-page .init-5 .container .slick li {
  padding: 0 15px;
}
.about-page .init-5 .container .slick li .box .img {
  display: block;
}
.about-page .init-5 .container .slick li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 {
  padding: 70px 0 50px 0;
  background-color: #fafaf9;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container {
  position: relative;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left {
  width: 450px;
}
.about-page .init-6 .container .left .title {
    /*font-family: var(--font);*/
  text-transform: uppercase;
}
.about-page .init-6 .container .left .des {
  color: #747474;
  max-width: 400px;
  margin-top: 10px;
}
.about-page .init-6 .container .left .index_line {
  margin-top: 20px;
}
.about-page .init-6 .container .left .more_c a {
  padding: 16px 30px;
  display: inline-block;
  margin-top: 60px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #3476c7;
}
.about-page .init-6 .container .left .more_c a img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  vertical-align: middle;
  margin-left: 36px;
}
.about-page .init-6 .container .left .more_c a::before {
  background-color: #ffffff;
}
.about-page .init-6 .container .left .more_c a:hover {
  background-color: #ffffff;
  color: #3476c7;
}
.about-page .init-6 .container .left .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-6 .container .right {
  width: -webkit-calc(-350%);
  width: -moz-calc(-350%);
  width: calc(100% - 450px);
  padding-left: 70px;
}
.about-page .init-6 .container .right img {
  width: 100%;
  display: block;
}
.about-page .init-7 .container .tip_title {
    /*font-family: var(--font);*/
  text-transform: capitalize;
  text-align: center;
}
.about-page .init-7 .container .tip_des {
  color: #444444;
  font-weight: 300;
  text-align: center;
  max-width: 670px;
  margin: 10px auto 0;
  /*text-align: justify;*/
}
.about-page .init-7 .container .index_line {
  height: 5px;
  margin: auto;
  margin-top: 20px;
}
.about-page .init-7 .container .slick {
  margin: 40px -15px 0 -15px;
}
.about-page .init-7 .container .slick li {
  padding: 0 15px;
}
.about-page .init-7 .container .slick li .box a {
  display: block;
}
.about-page .init-7 .container .slick li .box a img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.about-page .init-7 .container .more_c {
  margin-top: 50px;
  text-align: center;
}
.about-page .init-7 .container .more_c a {
  padding: 16px 30px;
  display: inline-block;
  /*font-style: italic;*/
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #3476c7;
  border-radius: 5px;
}
.about-page .init-7 .container .more_c a img {
  vertical-align: middle;
  width: 22px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
  margin-left: 30px;
}
.about-page .init-7 .container .more_c a::before {
  background-color: #ffffff;
}
.about-page .init-7 .container .more_c a:hover {
  color: #3476c7;
  background-color: #ffffff;
}
.about-page .init-7 .container .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-8 .container video {
  display: block;
  width: 100%;
}
.about-page .init-8 .container .tips_title {
  margin-top: 30px;
    /*font-family: var(--font);*/
  color: #3476c7;
}
.about-page .init-8 .container .des {
  color: #444444;
  margin-top: 20px;
  text-align: justify;
}
.about-page .init-8 .container .list_cont {
  margin-top: 50px;
}
.about-page .init-8 .container .list_cont li {
  background-color: rgba(0, 92, 172, 0.9);
  width: 25%;
  height: 230px;
  color: #fff;
  border-left: 2px solid #fff;
}
.about-page .init-8 .container .list_cont li .box .num {
  font-family:'PaytoneOne-Regular';
}
.about-page .init-8 .container .list_cont li .box .text_c {
  margin-left: 26px;
  font-family: 'Poppins';
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .right .des {
    margin-top: 10px;
  }
  .about-page .init-4 {
    padding: 90px 0;
  }
  .about-page .init-8 .container .list_cont li {
    width: 50%;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .left {
    display: none;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .about-page .init-1 .container .right .title {
    max-width: 100%;
  }
  .about-page .init-2 {
        padding: 0;
  }
  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-2 .container .right {
    width: 100%;
  }
  .about-page .init-2 .container .right .play_cont {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    margin-top: 50px;
  }
  .about-page .init-4 .container .cont {
    width: 100%;
    padding: 40px;
    text-align: center;
  }
  .about-page .init-4 .container .cont .line {
    display: none;
  }
  .about-page .init-6 {
    background-image: none !important;
  }
  .about-page .init-6 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-6 .container .left .des {
    max-width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .left .index_line {
    display: none;
  }
  .about-page .init-2 .container .right {
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .right img {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
  .about-page .init-3 .container .title_list .list {
    width: 33.33%;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 {
    padding: 40px 0;
  }
  .about-page .init-2 .container .left .des {
    margin-top: 20px;
  }
  .about-page .init-2 .container .right .play_cont {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  .about-page .init-3 .container .title_list .list {
    width: 100%;
  }
  .about-page .init-4 {
    padding: 40px 0;
  }
  .about-page .init-4 .container .cont {
    padding: 20px;
  }
  .about-page .init-4 .container .cont .s_page {
    margin-top: 20px;
  }
  .about-page .init-5 .container .slick {
    margin: 20px -4px 0 -4px;
  }
  .about-page .init-5 .container .slick li {
    padding: 0 4px;
  }
  .about-page .init-6 {
    padding: 40px 0;
  }
  .about-page .init-6 .container .left .more_c a {
    margin-top: 20px;
    padding: 6px 20px;
  }
  .about-page .init-6 .container .left .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-7 .container .slick {
    margin-top: 20px;
  }
  .about-page .init-7 .container .more_c {
    margin-top: 30px;
  }
  .about-page .init-7 .container .more_c a {
    padding: 6px 20px;
  }
  .about-page .init-7 .container .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-8 .container .list_cont li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .init-3 .container .content_list {
    margin-top: 16px;
  }
  .about-page .init-8 .container .list_cont li {
    height: 160px;
  }
}
/* About End */
/* News Start */
.news-page .container .cat_list_cont .list {
  background-color: #3476c7;
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
    /*font-family: var(--font);*/
  border-right: 1px solid #d9d9d9;
}
.news-page .container .cat_list_cont .list:hover {
  background-color: #2a2a2a;
}
.news-page .container .cat_list_cont .list.active {
  background-color: #2a2a2a;
}
.news-page .container .content ul {
  margin: 20px -15px 0 -15px;
}
.news-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.news-page .container .content ul li {
  margin-top: 70px;
  padding: 0 15px;
}
.news-page .container .content ul li .box a {
  display: block;
}
.news-page .container .content ul li .box a:hover {
  color: #3476c7;
}
.news-page .container .content ul li .box .img {
  height: 300px;
}
.news-page .container .content ul li .box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.news-page .container .content ul li .box .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
.news-page .container .content ul li .box .img .play i {
  margin-left: 6px;
}
.news-page .container .content ul li .box .time {
  margin-top: 16px;
  line-height: 2;
  color: #999999;
}
.news-page .container .content ul li .box .title {
  color: #000000;
  font-family:'PaytoneOne-Regular';
  margin-top: 10px;
  line-height: 1.2;
  min-height: 2.2em;
  text-align: left;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-page .container .content ul li .box .des {
  margin-top: 14px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;

}
.news-page .container .content ul li .box .more_c a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  color: #999999;
  text-transform: uppercase;
  font-style: italic;
}
.news-page .container .content ul li .box .more_c a:hover {
  color: #3476c7;
  -webkit-text-decoration-color: #3476c7;
  -moz-text-decoration-color: #3476c7;
  text-decoration-color: #3476c7;
}
.newdet-page {
  padding-bottom: 110px;
}
.newdet-page .container .title {
    /*font-family: var(--font);*/
  line-height: 1.4;
}
.newdet-page .container .time {
  color: #999999;
  margin-top: 10px;
}
.newdet-page .container .content {
  margin-top: 36px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
  line-height: 2;
  font-weight: 300;
  color: #444444;
}
.newdet-page .container .newdet_cont .left {
  width: -webkit-calc(-90%);
  width: -moz-calc(-90%);
  width: calc(100% - 190px);
}
.newdet-page .container .newdet_cont .right {
  width: 190px;
}
.newdet-page .container .newdet_cont .right .tip {
  color: #767676;
  font-weight: 300;
  margin-top: 20px;
}
.newdet-page .container .newdet_cont .right .share_list a {
  padding: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #3b5999;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin: 12px 18px 0 0;
}
.newdet-page .container .newdet_cont .right .share_list a:last-child {
  margin-right: 0;
  background-color: #cc2366;
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(2) {
  background-color: #00aced;
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(3) {
  background-color: #cb2027;
}
@media (max-width: 1250px) {
  .news-page .container .content ul li .box .img {
    height: 220px;
  }
  .news-page .container .cat_list_cont {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .container .content ul li {
    text-align: center;
  }
  .news-page .container .content ul li .box .img {
    height: 158px;
  }
  .newdet-page .container .title {
    text-align: center;
  }
  .newdet-page .container .time {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .news-page .container .cat_list_cont .list {
    width: 33.3%;
  }
  .news-page .container .content ul li .box .img {
    height: 34vw;
  }
  .newdet-page .container .newdet_cont .left {
    width: 100%;
  }

  .newdet-page .container .newdet_cont .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .news-page .container .content ul li {
    margin-top: 40px;
  }
  .news-page .container .content ul li .box .img {
    height: 60vw;
  }
  .news-page .container .content ul li .box .des {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
  }
  .news-page .container .content ul li .box .more_c a {
    margin-top: 10px;
  }
  .newdet-page {
    padding-bottom: 40px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
    padding: 20px 0;
  }
}

.related-product .container .tips {
    /*font-family: var(--font);*/
}
.related-product .container .content {
  margin-top: 40px;
}
.related-product .container .content .swiper-container {
  padding: 20px;
  margin: 0 -20px;
}
.related-product .container .content .swiper-container .swiper-wrapper .swiper-slide .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  padding: 50px 30px 40px;
}
.related-product .container .content .swiper-container .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.related-product .container .content .swiper-container .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.related-product .container .content .swiper-container .swiper-wrapper .swiper-slide .box .text {
  margin-top: 60px;
  font-weight: 600;
  line-height: 2;
  padding: 0;
  height: 4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.related-product .container .content .swiper-container .swiper-wrapper .swiper-slide .box .text:hover {
  color: #3476c7;
}
@media (max-width: 700px){
    .related-product .container .content .swiper-container .swiper-wrapper .swiper-slide .box .text{
    min-height: 8em;
  }
}
@media (max-width: 500px){
    .related-product .container .content {
    margin-top: 10px;
  }
    .related-product .container .content .swiper-container .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
}

.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 30px;
  margin-top: 8px;
}
.m-link a:hover {
  color:#3476c7;
}
/* News End */
/* Support Start */
.support-page .ui.container {
  max-width: 1250px;
}
.support-page .sup-1 {
  /*background-color: #F5F7F6;*/
  padding: 4rem 0 5rem;
}
.support-page .sup-1 .top .grid-box .left {
  width: 60%;
  vertical-align: middle;
  padding-right: 3%;
}
.support-page .sup-1 .top .grid-box .left .text .title h5 {
  font-size: 22px;
  
  /*font-weight: 600;*/
  color: #3376c7;
}
.support-page .sup-1 .top .grid-box .left .text .title h3 {
  font-size: 2.4rem;
  
  font-weight: 600;
  line-height: 1;
  color: #1c1c1c;
  margin: 5px 0;
}
.support-page .sup-1 .top .grid-box .left .text .title p {
  font-size: 18px;
  
  color: #1c1c1c;
}
.support-page .sup-1 .top .grid-box .left .text ul {
  max-width: 666px;
}
.support-page .sup-1 .top .grid-box .left .text ul li {
  margin-top: 30px;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig small {
    font-size: 48px;
    
    font-weight: 600;
    letter-spacing: -2px;
    line-height: .9;
    color: #3376c7;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig h4 {
    font-size: 22px;
    
    font-weight: 600;
    line-height: 1.2;
    color: #1c1c1c;
    margin: 5px 0;
}
.support-page .sup-1 .top .grid-box .left .text ul li .ig .con {
  font-size: 16px;
  color: #1c1c1c;
}
.support-page .sup-1 .top .grid-box .right {
  width: 40%;
  vertical-align: middle;
  text-align: right;
}
.support-page .sup-1 .top .grid-box .right .ig img {
  display: inline-block;
}
.support-page .sup-1 .bot {
  margin-top: 3.5rem;
}
.support-page .sup-1 .bot ul {
  display: flex;
  margin: -10px -20px;
}
.support-page .sup-1 .bot ul li {
  max-width: 500px;
  padding: 10px 20px;
  margin: auto;
}
.support-page .sup-1 .bot ul li .ig {
  height: 100%;
  text-align: center;
  background: url(../images/sup1-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 50px 20px 40px;
}
.support-page .sup-1 .bot ul li .ig h4 {
  font-size: 16px;
    
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.5;
    height: 125px;
}
.support-page .sup-1 .bot ul li .ig a {
  display: inline-block;
  font-size: 16px;
}
.support-page .sup-2 {
  padding: 2.5rem 0 4rem;
    /*background-color: #f5f7f6;*/

}
.support-page .sup-2 .title {
  text-align: center;
  color: #1c1c1c;
}
.support-page .sup-2 .title h3 {
  font-size: 2.4rem;
 font-family: 'PaytoneOne-Regular';
    text-transform: uppercase;
}
.support-page .sup-2 .title p {
  font-size: 18px;
}
.support-page .sup-2 .box {
  margin-top: 25px;
}
.support-page .sup-2 .box ul li {
  padding: 15px 0;
}
.support-page .sup-2 .box ul li .ig h4 {
  position: relative;
    font-size: 18px;
    
    letter-spacing: -.5px;
    background-color: white;
    box-shadow: 0 0 5px 1px #ededed;
    color: #212121;
    padding: 10px 50px 10px 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.support-page .sup-2 .box ul li .ig h4 i {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #212121;
  font-size: 30px;
}
.support-page .sup-2 .box ul li .ig h4::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: '•';
  color: #3376c7;
}
.support-page .sup-2 .box ul li .ig .con {
  display: none;
  font-size: 18px;
  border-bottom: 1px solid #EFEFEF;
  color: #4e4e4e;
  padding: 20px 50px 15px;
}
.support-page .sup-2 .box ul li .ig.active h4,
.support-page .sup-2 .box ul li .ig:hover h4 {
  color: #3376c7;
}
.support-page .sup-3 {
  background: url(../images/probgc.png) repeat center;
  background-color: #121212;
  padding: 2rem 0 4.5rem;
}
.support-page .sup-3 .title {
  text-align: center;
}
.support-page .sup-3 .title h3 {
  font-size: 2.4rem;
  
  font-weight: 600;
  color: #fff;
}
.support-page .sup-3 .top-map {
  text-align: center;
  margin-top: 2.5rem;
}
.support-page .sup-3 .top-map img {
  display: inline-block;
}
.support-page .sup-3 .bot-text .grid-box .left {
  vertical-align: bottom;
}
.support-page .sup-3 .bot-text .grid-box .left .text {
  color: #fff;
}
.support-page .sup-3 .bot-text .grid-box .left .text h3 {
   font-size: 36px;
    
    font-weight: 600;
}
.support-page .sup-3 .bot-text .grid-box .left .text .con {
  font-size: 16px;
  
    color: #ebebeb;
}
.support-page .sup-3 .bot-text .grid-box .right {
  text-align: center;
  vertical-align: bottom;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num {
  display: inline-block;
  padding: 0 3rem;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num small {
  font-size: 4.5rem;
    letter-spacing: -5px;
    
    font-weight: 600;
    line-height: .7;
    color: #3376c7;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num p {
  font-size: 26px;
  
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
}
.support-page .sup-3 .bot-text .grid-box .right .ig .num:last-child {
  border-left: 1px solid #939393;
}
.support-page .sup-3 .red{
  padding: 20px 0;
    background: #f5f7f6;
    margin-top: 20px;
}
.support-page .sup-3 .bot-brand {
  /*background-color: #FFFFFF;*/
  padding: 10px 5%;
  margin-top: 2rem;
  max-height: 560px;
  overflow: auto;
}
.support-page .sup-3 .bot-brand.odd{
  padding: 10px 0;
    margin-top: 2rem;
    max-height: 560px;
    overflow: auto;
}

.support-page .sup-3 .bot-brand ul {
  max-width: 1140px;
  margin: -10px;
}
.support-page .sup-3 .bot-brand ul li {
  display: inline-block;
  padding: 10px;
}
.support-page .sup-3 .bot-brand ul li .ig {
  background: white;
}
.support-page .sup-3 .bot-brand ul li .ig img {
  display: block;
  margin: auto;
}
.support-page .sup-3 .bot-brand ul .slick-dots {
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.support-page .sup-3 .bot-brand ul .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: white;
  cursor: pointer;
  cursor: hand;
  padding: 0;
  margin: 0 10px;
}
.support-page .sup-3 .bot-brand ul .slick-dots li.slick-active {
  background: #3376c7;
}
.support-page .sup-3 .bot-brand ul .slick-dots li button {
  display: none;
}
.support-page .sup-4 {
  padding: 3.5rem 0 2.5rem;
}
.support-page .sup-4 ul li {
  margin-bottom: 3.5rem;
}
.support-page .sup-4 ul li .ig .grid-box .left {
  vertical-align: middle;
}
.support-page .sup-4 ul li .ig .grid-box .left .text {
  max-width: 550px;
}
.support-page .sup-4 ul li .ig .grid-box .left .text h4 {
  font-size: 2rem;
  
  font-weight: 600;
  line-height: 1;
  color: #1c1c1c;
}
.support-page .sup-4 ul li .ig .grid-box .left .text .con {
  font-size: 18px;
  /*line-height: 1.75;*/
  margin: 1rem 0;
}
.support-page .sup-4 ul li .ig .grid-box .left .text .more a {
  display: inline-block;
  font-size: 22px;
  
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #3376c7;
  min-width: 11rem;
  padding: 5px 20px;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.support-page .sup-4 ul li .ig .grid-box .left .text .more a:hover {
  background-color: #1c1c1c;
}
.support-page .sup-4 ul li .ig .grid-box .right {
  vertical-align: middle;
  padding-left: 30px;
}
.support-page .sup-4 ul li .ig .grid-box .right .ig img {
  width: 100%;
}
.support-page .sup-4 ul li:nth-child(even) .ig .left {
  position: relative;
  left: 50%;
  padding: 0 0 0 30px;
}
.support-page .sup-4 ul li:nth-child(even) .ig .right {
  position: relative;
  left: -50%;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 992px) {
  .support-page .sup-1 .top .grid-box .left {
    width: 100%;
  }
  .support-page .sup-1 .top .grid-box .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .support-page .sup-1 .bot ul {
    display: block;
    text-align: center;
  }
  .support-page .sup-1 .bot ul li {
    width: 100%;
  }
  .support-page .sup-4 ul li .ig .grid-box .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .support-page .sup-4 ul li .ig .grid-box .right {
    width: 100%;
    padding: 0;
  }
  .support-page .sup-4 ul li:nth-child(even) .ig .left {
    left: 0;
    width: 100%;
    padding: 0;
  }
  .support-page .sup-4 ul li:nth-child(even) .ig .right {
    width: 100%;
    left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .support-page .sup-1 .top .grid-box .left .text .title p {
    font-size: 16px;
  }
  .support-page .sup-1 .top .grid-box .left .text ul li .ig h4,
  .support-page .sup-1 .bot ul li .ig h4 {
    font-size: 20px;
  }
  .support-page .sup-2 .box ul li .ig h4 {
    font-size: 18px;
    padding: 10px 35px 10px 25px;
  }
  .support-page .sup-2 .box ul li .ig h4:before {
    left: 10px;
  }
  .support-page .sup-2 .box ul li .ig .con {
    padding: 20px 15px 15px;
  }
  .support-page .sup-3 .bot-text .grid-box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .support-page .sup-3 .bot-text .grid-box .right {
    width: 100%;
  }
  .support-page .sup-3 .bot-text .grid-box .left .text .con {
    font-size: 14px;
  }
  .support-page .sup-4 ul li .ig .grid-box .left .text .more a {
    font-size: 16px;
  }
}
/* Support End */
/* Contact Start */

/* Contact End */
.contact-page .init-1 {
  position: relative;
}
.contact-page .init-1 .sub_img {
  position: absolute;
  width: 700px;
  top: 200px;
  right: -160px;
}
.contact-page .init-1 .container {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .column {
  vertical-align: middle;
}
.contact-page .init-1 .container .left {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 70px;
  border-radius: 10px;
}
.contact-page .init-1 .container .left .tips {
  font-family:'PaytoneOne-Regular';
  color: #3376c7;
}
.contact-page .init-1 .container .left .title {
  
  font-size: 36px;
  margin-top: 10px;
  text-align: left
}
.contact-page .init-1 .container .left form input,
.contact-page .init-1 .container .left form textarea {
  padding: 12px 20px;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 30px;
  border: none;
  margin-top: 14px;
  font-weight: 300;
}
.contact-page .init-1 .container .left form .mail,
.contact-page .init-1 .container .left form .phone {
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
}
.contact-page .init-1 .container .left form .phone {
  margin-left: 16px;
}
.contact-page .init-1 .container .left form .more_c {
  margin-top: 14px;
}
.contact-page .init-1 .container .left form .more_c .more {
  cursor: pointer;
  padding: 16px 50px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
}
.contact-page .init-1 .container .left form .more_c .more img {
  z-index: 2;
  position: relative;
  width: 20px;
  margin-right: 10px;
}
.contact-page .init-1 .container .left form .more_c .more::before {
  background-color: #000;
}
.contact-page .init-1 .container .right {
  padding: 0 0 0 80px;
}
.contact-page .init-1 .container .right .title {
    /*font-family: var(--font);*/
}
.contact-page .init-1 .container .right .des {
  color: #888888;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .right .list_cont {
  margin-top: 10px;
}
.contact-page .init-1 .container .right .list_cont .list {
  margin-top: 30px;
}
.contact-page .init-1 .container .right .list_cont .list .column {
  vertical-align: top;
}
.contact-page .init-1 .container .right .list_cont .list .img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .img img {
  max-width: 30px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .init-1 .container .right .list_cont .list .text {
  margin: 2px 0 0 20px;
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-right: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2 {
    /*font-family: var(--font);*/
  line-height: 1.8;
  text-transform: capitalize;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2.mt_20 {
  margin-top: 20px;
}
.contact-page .init-1 .container .right .list_cont .list .text .des_2 {
  margin-top: 10px;
  color: #6c6c6c;
}
.contact-page .init-2 .container .tip_title {
    /*font-family: var(--font);*/
  text-align: center;
}
.contact-page .init-2 .container .index_line {
  margin: 10px auto 0;
  width: 124px;
  height: 3px;
  background-color: #000;
}
.contact-page .init-2 .container .tip_des {
  margin-top: 24px;
  text-align: center;
  color: #444444;
}
.contact-page .init-2 .container .title_c {
  margin-top: 20px;
}
.contact-page .init-2 .container .title_c .list {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  background-color: #3376c7;
  padding: 8px 40px;
  color: #fff;
}
.contact-page .init-2 .container .title_c .list:hover,
.contact-page .init-2 .container .title_c .list.active {
  background-color: #2a2a2a;
}
.contact-page .init-2 .container .list_cont {
  margin-top: 50px;
}
.contact-page .init-2 .container .list_cont .list {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 18px;
}
.contact-page .init-2 .container .list_cont .list:first-child {
  margin-top: 0;
}
.contact-page .init-2 .container .list_cont .list .title {
  cursor: pointer;
    /*font-family: var(--font);*/
  padding: 18px 66px 18px 30px;
}
.contact-page .init-2 .container .list_cont .list i {
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 26px;
}
.contact-page .init-2 .container .list_cont .list .content {
  color: #444444;
  padding: 20px 30px;
  display: none;
}
.contact-page .init-2 .container .list_cont .list.active .title {
  background-color: #ebebeb;
}
.contact-page .init-2 .container .list_cont .list.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contact-page .init-2 .container .list_cont.active {
  display: block;
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .contact-page .init-2 .container .title_c .list {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left {
    padding: 30px 16px;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .contact-page .init-1 .container .left form .mail,
  .contact-page .init-1 .container .left form .phone {
    width: 100%;
  }
  .contact-page .init-1 .container .left form .phone {
    margin-left: 0;
  }
  .contact-page .init-1 .container .right .list_cont .list .img {
    width: 40px;
    height: 40px;
  }
  .contact-page .init-1 .container .right .list_cont .list .img img {
    width: 20px;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
    padding-left: 10px;
    margin-left: 0;
  }
}
/* Online Start */
.online-page .ui.container {
  max-width: 1380px;
}
.online-page .on-1 {
  /*background-color: #F5F7F6;*/
  padding: 4rem 0 1.5rem;
}
.online-page .on-1 .title {
  text-align: center;
}
.online-page .on-1 .title h3 {
  font-size: 2.4rem;
  
  font-weight: 600;
  color: #1c1c1c;
}
.online-page .on-1 .box {
  margin-top: 30px;
}
.online-page .on-1 .box ul li {
  padding: 0 2rem;
}
.online-page .on-1 .box ul li .ig {
  text-align: center;
}
.online-page .on-1 .box ul li .ig .img {
  display: flex;
  width: 160px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  height: 160px;
  border: 8px solid #D0D0D0;
  background: url(../images/hotbgc1.jpg) no-repeat;
  padding: 25px 20px 15px;
}
.online-page .on-1 .box ul li .ig .img h4 {
  font-size: 22px;
    
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    margin-top: 10px;
}
.online-page .on-1 .box ul li .ig .text {
  margin-top: 1.3rem;
}
.online-page .on-1 .box ul li .ig .text p {
  font-size: 18px;
    color: #1c1c1c;
    line-height: 1.3;
}
.online-page .on-2 {
  padding: 4.5rem 0;
  background-color: #f5f7f6;
}
.online-page .on-2 .ui.container {
  max-width: 1230px;
}
.online-page .on-2 .title {
  text-align: center;
  color: #1c1c1c;
}
.online-page .on-2 .title h3 {
  font-size: 2.4rem;
  line-height: 1.1;
  
  font-weight: 600;
  margin-bottom: 15px;
}
.online-page .on-2 .title p {
  font-size: 18px;
  line-height: 1.2;
}
.online-page .on-2 .box {
  margin-top: 2rem;
}
.online-page .on-2 .box .grid-box .column label {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    letter-spacing: -1px;
    
    font-weight: 600;
    line-height: 1;
    width: 140px;
    color: #1c1c1c;
}
.online-page .on-2 .box .grid-box .column input,
.online-page .on-2 .box .grid-box .column select {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 38px;
  line-height: 38px;
  max-width: 360px;
  font-size: 18px;
  
  font-weight: 600;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.08);
  color: #000;
  background-color: #fff;
  padding: 0 10px;
}
.online-page .on-2 .box .grid-box .column input::placeholder,
.online-page .on-2 .box .grid-box .column select::placeholder,
.online-page .on-2 .box .grid-box .column textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.online-page .on-2 .box .grid-box .column label.text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 38px;
  line-height: 38px;
  max-width: 360px;
  font-size: 18px;
  
  font-weight: 600;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.08);
  color: #000;
  background-color: #fff;
  padding: 0 10px;
}
.online-page .on-2 .box .grid-box .column label.text input {
  display: none;
}
.online-page .on-2 .box .grid-box .column label.text:after {
    content: attr(data-text);
    width: 100%;
    height: 100%;
    line-height: 38px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    padding: inherit;
}
.online-page .on-2 .box .grid-box .column textarea {
  display: inline-block;
  width: 80%;
  height: 180px;
  font-size: 18px;
  
  font-weight: 600;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 6px 0px rgba(4, 0, 0, 0.08);
  color: #000;
  background-color: #fff;
  padding: 15px 10px;
  overflow: hidden;
}
.online-page .on-2 .box .grid-box ul li {
  padding: 15px 0;
}
.online-page .on-2 .box .grid-box .column.other {
  width: 100%;
  padding: 15px 0;
}
.online-page .on-2 .box .grid-box .column.other label {
  vertical-align: top;
  padding-top: 10px;
}
.online-page .on-2 .box .grid-box .column.other input[type="submit"] {
  display: block;
  width: 245px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #FF8100;
  padding: 0 20px;
  margin: auto;
  margin-top: 2.25rem;
}
@media screen and (max-width: 992px) {
  .online-page .on-1 .box ul li {
    width: 50%;
    padding: 20px;
  }
  .online-page .on-2 .box .grid-box .column {
    width: 100%;
  }
  .online-page .on-2 .box .grid-box ul li {
    display: flex;
  }
  .online-page .on-2 .box .grid-box .column label {
    font-size: 15px;
  }
  .online-page .on-2 .box .grid-box .column input,
  .online-page .on-2 .box .grid-box .column select,
  .online-page .on-2 .box .grid-box .column textarea {
    max-width: 100%;
    width: 100%;
  }
  .online-page .on-2 .box .grid-box .column.other label {
    padding: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .online-page .on-1 .box ul li {
    width: 100%;
  }
  .online-page .on-2 .title p {
    font-size: 14px;
  }
  .online-page .on-2 .box .grid-box ul li {
    display: block;
    padding: 8px 0;
  }
  .online-page .on-2 .box .grid-box .column label {
    width: 100%;
    padding: 8px 0;
  }
  .online-page .on-2 .box .grid-box .column.other input[type="submit"] {
    font-size: 18px;
  }
}
/* Online End */

/*Custom Service Start */
.customer-page {
  padding: 8rem 0 0;
}
.customer-page .ui.container {
  max-width: 1250px;
}
.customer-1 .title {
  text-align: center;
}
.customer-1 .title h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1c1c1c;
  
}
.customer-1 .title i {
  display: inline-block;
  height: 3px;
  width: 78px;
  background-color: #3376c7;
}
.customer-1 .customer-box {
  margin-top: 10px;
}
.customer-1 .customer-box ul {
  font-size: 0;
  text-align: center;
  margin: 0 -11px;
}
.customer-1 .customer-box ul li {
  display: inline-block;
  max-width: 33.3333%;
  vertical-align: top;
  padding: 2.5rem 11px 0;
}
/*.customer-1 .customer-box ul:nth-child(2) {
  margin-top: 2.5rem;
}*/
.customer-2 {
  margin: 3rem 0;
  color: #1c1c1c;
}
.customer-2 .title {
  text-align: center;
}
.customer-2 .title h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  
  
}
.customer-2 .title i,
.customer-1 .title i {
  display: inline-block;
  width: 45%;
  height: 1px;
  background-color: #3376c7;
  margin: 1.3rem 0 1.5rem;
  font-size: 16px;
  
}
.customer-2 .title p,
.customer-1 .title p {
  font-size: 18px;
  line-height: 28px;
  max-width: 90%;
  margin: auto;
}
.customer-2 .title p span,
.customer-1 .title p span {
  font-weight: 400;
  font-family: 'Poppins-Medium';
}
.customer-2 .box {
  margin-top: 4rem;
}
.customer-2 .box ul {
  padding: 0 10px;
}
.customer-2 .box ul li {
  padding: 0 5px;
}
.customer-2 .box .slick-arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  border: none;
  width: 33px;
  height: 63px;
  line-height: 63px;
  color: #fff;
  background-color: #3376c7;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.customer-2 .box .slick-arrow:hover {
  color: #1c1c1c;
}
.customer-2 .box .slick-arrow.slick-prev {
  left: 0;
}
.customer-2 .box .slick-arrow.slick-next {
  right: 0;
}
.customer-3 {
  color: #1c1c1c;
  background-color: #FCFCFC;
  padding: 2rem 0;
}
.customer-3 .table table thead tr td {
  font-size: 1.2rem;
  text-transform: capitalize;
  border: none;
}
.customer-3 .table table thead tr td:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3376c7;
}
.customer-3 .table table tbody tr td {
  height: 92px;
  font-size: 18px;
  
  border-top: 1px solid #A4A4A4;
  border-bottom: 1px solid #A4A4A4;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
}
.customer-3 .table table tbody tr td em {
  color: #3376c7;
  font-size: 24px;
}
.customer-3 .table table tbody tr td img {
  display: block;
  margin: auto;
}
.customer-3 .table table tbody tr td:nth-child(1) {
  border-left: none;
  padding: 0 20px;
}
.customer-3 .table table tbody tr td:nth-child(1) small {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.customer-3 .table table tbody tr td:nth-child(1) small span {
  font-size: 18px;
  font-weight: normal;
  color: #3376c7;
}
.customer-3 .table table tbody tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .customer-3 .table {
    display: block;
    overflow: auto;
  }
  .customer-3 .table table {
    min-width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .customer-1 .customer-box ul li {
    max-width: 50%;
    height: 160px;
    overflow: hidden;
  }
  .customer-1 .customer-box ul li .ig img {
    height: 100%;
    object-fit: cover;
  }
  .customer-3 .table table thead tr td:nth-child(1) {
    font-size: 22px;
  }
  .customer-3 .table table thead tr td {
    font-size: 16px;
  }
  .customer-3 .table table tbody tr td:nth-child(1) small {
    font-size: 18px;
  }
  .customer-3 .table table tbody tr td,
  .customer-3 .table table tbody tr td:nth-child(1) small span {
    font-size: 15px;
  }
  .customer-3 .table table tbody tr td:nth-child(1) {
    padding: 0 5px;
  }
}

/*Custom Service End */

/* Why Choose Us Start */
.choose-page {
  color: #1c1c1c;
  padding: 4rem 0;
}
.choose-page .ui.container {
  max-width: 1470px;
}
.choose-page .choose-1 .title {
  text-align: center;
}
.choose-page .choose-1 .title h5 {
  font-size: 20px;
  color: #3376c7;
}
.choose-page .choose-1 .title h3 {
  font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
}
.choose-page .choose-1 .title i {
  display: inline-block;
  width: 78px;
  height: 3px;
  background-color: #3376c7;
  margin: 10px 0 1.9rem;
}
.choose-page .choose-1 .title p {
  font-size: 16px;
  color: #000;
  font-family: 'MiSans-Medium';
}
.choose-page .choose-1 .choose-box {
  margin-top: 2.5rem;
}
.choose-page .choose-1 .choose-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.choose-page .choose-1 .choose-box ul li {
  display: inline-block;
  padding: 1.5rem;
}
.choose-page .choose-1 .choose-box ul li .ig {
  height: 100%;
  display: block;
  border-bottom: 1px solid #3376c7;
  box-shadow: 0 0 5px #eee;
  padding: 2.4rem 2.4rem 2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.choose-page .choose-1 .choose-box ul li .ig .grid-box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.choose-page .choose-1 .choose-box ul li .ig .grid-box .column {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.choose-page .choose-1 .choose-box ul li .ig h4 {
  font-size: 30px;
  font-family: 'PaytoneOne-Regular';
  line-height: 1.2;
  padding: 15px 0;
}
.choose-page .choose-1 .choose-box ul li .ig i {
  display: inline-block;
  width: 78px;
  height: 3px;
  background-color: #3376c7;
  margin: 2px;
}
.choose-page .choose-1 .choose-box ul li .ig .con {
  font-size: 16px;
  font-family: 'MiSans-Medium';
}
.choose-page .choose-1 .choose-box ul li .ig:hover {
  background-color: #3376c7;
}
.choose-page .choose-1 .choose-box ul li .ig:hover .grid-box .column {
  position: relative;
}
.choose-page .choose-1 .choose-box ul li .ig:hover .grid-box .column.img {
  opacity: 0;
}
.choose-page .choose-1 .choose-box ul li .ig:hover .grid-box .column.tit {
  transform: translateY(-80%);
}
.choose-page .choose-1 .choose-box ul li:nth-child(1) .ig:hover .grid-box {
  background: url(../images/choose-1-1-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(2) .ig:hover .grid-box {
  background: url(../images/choose-1-2-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(3) .ig:hover .grid-box {
  background: url(../images/choose-1-3-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(4) .ig:hover .grid-box {
  background: url(../images/choose-1-4-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(5) .ig:hover .grid-box {
  background: url(../images/choose-1-5-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(6) .ig:hover .grid-box {
  background: url(../images/choose-1-6-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(7) .ig:hover .grid-box {
  background: url(../images/choose-1-7-w.png) no-repeat right top;
}
.choose-page .choose-1 .choose-box ul li:nth-child(8) .ig:hover .grid-box {
  background: url(../images/choose-1-8-w.png) no-repeat right top;
}
@media screen and (max-width: 1200px) {
  .choose-page .choose-1 .choose-box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .choose-page .choose-1 .choose-box ul li {
    width: 100%;
  }
  .choose-page .choose-1 .choose-box ul li .ig h4 {
    font-size: 22px;
  }
  .choose-page .choose-1 .title h5,
  .choose-page .choose-1 .choose-box ul li .ig .con {
    font-size: 14px;
  }
}
/* Why Choose Us End */
/* Quality Start */
.quality-page {
  color: #1c1c1c;
  padding: 10rem 0 5rem;
  background: #f7f7f7;
}
.quality-page .container{
  max-width: 1920px;
  width: 1620px;
  margin-top: 30px;
}
.quality-page .title {
  text-align: center;
}
.quality-page .title h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: 'PaytoneOne-Regular';
  text-transform: uppercase;
}

.quality-content{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.quality-1,
.quality-2,
.quality-3,
.quality-4{
  background: #fff;
  border-radius:15px; 
  height: 420px;
  overflow: hidden;
  position: relative;
}
.quality-1 a,
.quality-3 a,
.quality-4 a{
 position: absolute;
}
.quality-1 a{
  right: 0;
  bottom: 0;
}
.quality-2-t h4{
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-family: 'PaytoneOne-Regular';
}
.quality-2-t a{
  width: fit-content;
  display: block;
  position: absolute;
  top:0;
  
} 
.quality-2-b a{
   position: absolute;
   top:10px;
}
.quality-3 .quality-t a{
   position: absolute;
   top:30px;
}
.quality-4 a{
   position: absolute;
   bottom:-120px;
   right: 0;
}


.quality-1,
.quality-4 {
  width: 20%;
}
.quality-2,
.quality-3 {
  width: 27.5%;
}
.quality-1 .quality-t,
.quality-3 .quality-t,
.quality-4 .quality-t{
  height: 65%;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
.quality-1 .quality-b,
.quality-3 .quality-b,
.quality-4 .quality-b{
  height: 35%;
  background: #e6e6e6;
  padding: 0 25px ;
  display: flex;
  align-items: center;
  font-family: 'Poppins-Medium';
}
.quality-1 .quality-t h4,
.quality-3 .quality-t h4,
.quality-4 .quality-t h4,
.quality-2-b h4{
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-family: 'PaytoneOne-Regular';
}
.quality-1 .quality-t h2,
.quality-4 .quality-t h2,
.quality-2-b h2{
  font-size: 60px;
  color:#F15A24;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Anton-Regular';
  position: relative;
  z-index: 10;
}

.quality-1 .quality-b p,
.quality-3 .quality-b p,
.quality-4 .quality-b p{
  font-size: 14px;
}

.quality-2{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: transparent;
}
.quality-2-b h4{
  margin-bottom: 25px;
}
.quality-2-t,
.quality-2-b{
  width:100%;
  height: 48%;
  background: #fff;
  border-radius:15px;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}

.quality-content-2{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.quality-content-2 .left,
.quality-content-2 .right{
  background: #fff;
  border-radius: 15px;
  padding: 30px 0;
  margin-top: 30px;
}
.quality-content-2 .left h4,
.quality-content-2 .right h4{
  font-size: 18px;
  padding: 0 55px;
  text-transform: uppercase;
  font-family: 'PaytoneOne-Regular';
}
.quality-content-2 .right h4{
  text-align: center;
  margin-bottom: 40px;
  
}
.quality-content-2 .left h4{
  text-align: left;
  margin-bottom: 20px;
}
.quality-content-2 .left p,
.quality-content-2 .right p{
  font-size: 14px;
  margin-bottom: 55px;
  padding: 0 55px;
  font-family: "Poppins-Medium";
}
.quality-content-2 .left img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.quality-content-2 .left{
  width: calc(80% - 30px);
  height: 360px;
}
.quality-content-2 .right{
  width: 20%;
  height: 360px;
  text-align: center;
}











.quality-page .quality-pack .container{
  padding: 4rem 0 5px;
}
.quality-page .quality-pack .tit {
  font-size: 1.8rem;
  font-family: 'PaytoneOne-Regular';
  text-transform: uppercase;
}
.quality-page .quality-pack .pack-box {
  margin-top: 1.5rem;
}
.quality-page .quality-pack .pack-box ul {
  margin: 0 -10px;
}
.quality-page .quality-pack .pack-box ul li {
  padding: 0 10px;
}
.quality-page .quality-pack .pack-box ul li .ig .img {
  display:block;
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 10px;
}
.quality-page .quality-pack .pack-box ul li .ig .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-page .quality-pack .text h4 {
  font-size: 1.5rem;
  font-family: 'PaytoneOne-Regular';
  text-transform: uppercase;
  line-height: 1.2;
  color: #1c1c1c;
  padding: 1rem 0 10px;
}
.quality-page .quality-pack .text .con {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1600px) {
  .quality-content,
  .quality-content-2,
  .quality-page .quality-pack .container{
    padding: 0 15px;
    width: 1400px;
  }
}
@media (max-width: 1400px) {
  .quality-content,
  .quality-content-2,
  .quality-page .quality-pack .container{
    width: 1200px;
  }
  .quality-1 .quality-t h2,
   .quality-4 .quality-t h2, 
   .quality-2-b h2 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .quality-content,
  .quality-content-2,
  .quality-page .quality-pack .container{
    width: 1000px;
  }
  .quality-1, .quality-4{
    width: 40%;
  }
  .quality-2, .quality-3{
    width: 57.5%;
  }
  .quality-1 .quality-t h2,
   .quality-4 .quality-t h2, 
   .quality-2-b h2 {
    font-size: 48px;
  }
  .quality-content {
   flex-flow: wrap;
  }
  .quality-1 {
    margin-bottom: 25px;
  }
  .quality-3 {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: calc(57.5% - 15px);
  }
  .quality-content-2 .left {
    width: calc(70% - 30px);
  }
  .quality-content-2 .right {
    width: 30%;
  }
}
@media (max-width: 1000px) {
  .quality-content,
  .quality-content-2,
  .quality-page .quality-pack .container{
    width: 700px;
  }
  .quality-content-2 .left {
    width: calc(60% - 30px);
  }
  .quality-content-2 .right {
    width: 40%;
  }



}
@media (max-width: 700px) {
  .quality-content,
  .quality-content-2,
  .quality-page .quality-pack .container{
    width: 500px;
  }
  .quality-content-2{
    flex-flow: wrap;
  }
  .quality-content-2 .left {
    width: 100%;
    margin-bottom: 25px
  }
  .quality-content-2 .right {
    width: 100%;
  }
  .quality-1, .quality-4{
    width:100%;
     margin-bottom: 25px;
  }
  .quality-2, .quality-3{
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    right:0;
  }
  .quality-content-2 .left, .quality-content-2 .right {
    margin-top: 0;
  }
  .quality-pack{
    margin-top: 60px;
  }
  .quality-content-2 .left h4, .quality-content-2 .right h4,
  .quality-content-2 .left p, .quality-content-2 .right p {
    padding: 0 25px;
  }
}
@media (max-width: 500px) {
  .quality-content,
  .quality-content-2,
  .quality-page .quality-pack .container{
    width: 100%;
  }
  .quality-page .title h3,
  .quality-page .quality-pack .tit {
    font-size: 26px;
  }
}





























/* Quality End */
.m-page {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
.m-page a,
.m-page span {
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  color: #1c1c1c;
  background-color: #fff;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span {
  color: #fff;
  background-color: #3376c7;
}
@media screen and (max-width: 700px) {
  .m-page a,
  .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
/* 内页区域第二版 End */

.production-page {
  padding: 50px 0;
}
.production-page .production-1 {
  text-align: center;
}
.production-page .production-1 .title {
  text-align: center;
}
.production-page .production-1 .title h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1c1c1c;
}
.production-page .production-1 .title i {
  display: inline-block;
  height: 3px;
  width: 78px;
  background-color: #3376c7;
}
.production-page .production-1 .img {
  margin-top: 35px;
}
.production-page .production-2 {
  margin-top: 40px;
  text-align: center;
}
.production-page .production-2 h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1c1c1c;
}
.production-page .production-2 .text {
  font-size: .8rem;
  color: #4e4e4e;
  line-height: 1.8;
  margin-top: 25px;
}
.production-page .production-2 .top .list {
  margin-top: 60px;
}
.production-page .production-2 .top .list ul {
  max-width: 1220px;
  text-align: center;
  width: 100%;
}
.production-page .production-2 .top .list.active ul {
  position: fixed;
  top: 0;
  z-index: 2;
}
.production-page .production-2 .top .list.active {
  padding-bottom: 60px;
}
.production-page .production-2 .top .list ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  line-height: 60px;
  height: 60px;
  color: white;
  background: #3376c7;
  font-size: .9rem;
  font-weight: 600;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.production-page .production-2 .top .list ul li:hover,
.production-page .production-2 .top .list ul li.active {
  background: #111;
}
.production-page .production-2 .bottom {
  margin-top: 40px;
}
.production-page .production-2 .bottom .slide {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}
.production-page .production-2 .bottom .slide:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.production-page .production-2 .bottom .slide h4 {
  font-size: 1.8rem;
  color: #1c1c1c;
  font-weight: 600;
  line-height: 1;
}
.production-page .production-2 .bottom .slide .list {
  margin-top: 50px;
}
.production-page .production-2 .bottom .slide .list ul {
  margin: -10px;
}
.production-page .production-2 .bottom .slide .list ul li {
  padding: 10px;
  width: 33.333%;
  float: left;
}
.production-page .production-2 .bottom .slide .list img {
  width: 100%;
}
.production-page .production-2 .bottom .slide.float .list li:first-child {
  width: 50%;
}
.production-page .production-2 .bottom .slide.float .list li {
  width: 25%;
  float: left;
}

.support-page .sup-1 .bot h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    color: #1c1c1c;
    padding-bottom: 25px;
    margin: 5px 0;
    }
.mbx {
  padding: 10px 0;
  /*background: #f8f8f8;*/
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.mbx .ui.container{
  max-width: 1250px;
}
.mbx a {
  margin: 0 5px;
  transition: .5s;
}
.mbx a:first-child {
  margin-left: 0;
}
.mbx a:hover {
  opacity: 2;
}
.mbx span {
  color: black;
  font-size: 17px;
}
.our-team-page {
  color: #1c1c1c;
}
.our-team-page h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
.our-team-page .our-team-1 {
  padding: 100px 0;
}
.our-team-page .our-team-1 .list {
  margin-top: 50px;
}
.our-team-page .our-team-1 .list ul li {
  padding: 0 50px;
  text-align: center;
}
.our-team-page .our-team-1 .list ul li a.img-box {
  display: block;
}
.our-team-page .our-team-1 .list ul li a.img-box img {
  width: 100%;
}
.our-team-page .our-team-1 .list ul li h5 {
      font-size: 1.4rem;
    font-weight: 600;
  margin: 15px 0;
  line-height: 1;
}
.our-team-page .our-team-1 .list ul li p {
  font-size: 16px;
  line-height: 1.4;
}
.our-team-page .our-team-2 {
  padding: 50px 0 80px;
  background: #f6f6f6;
}
.our-team-page .our-team-2 .img {
  margin-top: 50px;
  text-align: center;
}
.product-page .pro-1 .ui>form h6 {
  font-size: 28px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .pro-1 .ui>form input,
.product-page .pro-1 .ui>form button {
  line-height: 32px;
  height: 40px;
  padding: 0 15px;
  border:1px solid #eee;
  font-size: 14px;
  display: inline-block;
  width: 300px;
}
.product-page .pro-1 .ui>form button {
  width: 32px;
  margin-left: 5px;
  background: #e98323;
  color: white;
  padding: 0;
}



#index-body .i-news .list {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 45px
}

#index-body .i-news ul {
    margin: -20px
}

#index-body .i-news ul li {
    padding: 20px
}

#index-body .i-news ul li .img-box {
    border-radius: 5px
}

#index-body .i-news ul li .img-box img {
    border-radius: inherit
}

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

#index-body .i-news ul li .content .time {
    color: #3476c7;
    font-style: italic
}

#index-body .i-news ul li .content .time img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px
}

#index-body .i-news ul li .content h5 {
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 2
}

#index-body .i-news ul li .content .text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'MiSans-Medium';
}

#index-body .i-news ul li .content .arrow img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#index-body .i-news ul li .content .arrow:hover img {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

#index-body .i-news ul li:hover h5 {
    color: #3476c7
}

#index-body .i-news ul.slick-dots {
    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: -50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#index-body .i-news ul.slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #e5e5e5;
    margin: 0 15px;
    padding: 0
}

#index-body .i-news ul.slick-dots li button {
    display: none
}
#index-body .i-news {
    padding: 100px 0 130px
}
#index-body .i-news ul.slick-dots li.slick-active {
    background-color: #3476c7
}
#index-body .i-news .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,.2)
}
#index-body .i-title {
    font-size: 48px;
    line-height: 1.8;
    font-family: 'PaytoneOne-Regular';
  text-transform: uppercase;
}
#index-body .more {
    background-color: #3476c7;
    color: #3376c7;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    z-index: 1;
    padding: 0 40px;
    overflow: hidden;
    border:1px solid #3376c7;
}

#index-body .more:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: #3376c7;
    z-index: -1;
    border-radius: inherit;
}
#index-body .more:hover{
  color: #fff;
}
#index-body .more:hover:after {
    width: 100%
}

#index-body .i-news .pro-news ul.slick-dots
 {
    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: -50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#index-body .i-news .pro-news ul.slick-dots li {
    width: 15px;
    height: 15px !important;
    border-radius: 100%;
    background-color: #e5e5e5;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
}

#index-body .i-news .pro-news ul.slick-dots li:hover {
    background-color: #3376c7;
}


#mask {
  -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 1000!important;
    display: none;
}

#mask.active {
  display: block!important;
  background: #1e1e1e;
  padding: 60px 0;
  overflow: auto;
}
#mask .mask-bg {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1e1e1e;
    opacity: .9;
}
.cloudzoom-zoom-inside{
  z-index: 6000 !important;
}
#mask .mask-close {
  position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 18px
}

#mask .product-box .product-list li{
  display: flex;
  justify-content: center;
  padding: 40px;
  background: #fff;
}
#mask .pro-img .pro-imgages{
  margin-top: 25px;
  display: flex;
  position: relative;
  justify-content: center;
}
#mask .pro-img .pro-imgages .pro-mask-next,
#mask .pro-img .pro-imgages .pro-mask-prev{
  position: absolute;
  width: 20px;
  height: 100%;
  background: #efefef;
  border:none;
  font-size: 22px;
  color: #fff;
  text-align: center;
  top:0;
  border-radius: 5px;
  transition: all 0.5s;
}
#mask .pro-img .pro-imgages .pro-mask-next:hover,
#mask .pro-img .pro-imgages .pro-mask-prev:hover{
  background-color:#3376c7;
} 
#mask .pro-img .pro-imgages .pro-mask-next{
  right:0;
}
#mask .pro-img .pro-imgages .pro-mask-prev{
  left:0;
}
#mask .pro-img .pro-imgages ul{
  width:calc(100% - 40px);
}
#mask .pro-img .pro-imgages ul li{
  width: fit-content;
  height: fit-content;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
#mask .pro-img .pro-imgages ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mask .pro-img {
  vertical-align: middle;
  background-color: #fff;
}
#mask .pro-img a{
  border:2px solid #f4f4f4;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#mask .rig {vertical-align: middle;padding-left: 2%}
#mask .rig .pro-table{
  max-height: 560px;
  overflow-y: auto;
  overflow-x: hidden;
}
#mask .rig .pro-det2{
  margin-top: -5px;
}
#mask .rig .pro-det2 table td{
  width: 33.3333% !important;
}
#mask .rig .pro-det2.chainsaw-det2 table td{
  width:25% !important;
}
#mask .rig .pro-det1.chainsaw-det1 table td{
  width:25% !important;
}
#mask .rig  table{
  margin-bottom: 0;
}
#mask .rig h4 {
  font-size: 24px;
  font-family: BasicSans;
  font-weight: bold;
  text-transform: uppercase;
  color: #79bf38;
}
#mask .rig .pro-det4 table{
  margin-bottom: 60px;
}
#mask .rig .pro-det4 table tr td{
  border-radius: 5px;
  padding:0 10px;
  position: relative;
  color:#fff;
  background: #9E9E9F;
}
#mask .rig .pro-det4 table tr:first-child td{
  background: none;
  text-align: left;
  padding: 0;
  font-weight: bold;
  color:#000;
}
#mask .rig .pro-det4 table tr:nth-child(2n) td{
  background: #000;
}
#mask .rig .pro-det4 table tr:nth-child(2) td:nth-child(2)::before{
  content: "1";
  display: block;
  color: #000;
  position: absolute;
  left: 10px;
  background-color:#3376c7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#mask .rig .pro-det4 table tr:nth-child(3) td:nth-child(2)::before{
  content: "2";
  display: block;
  color: #000;
  position: absolute;
  left: 10px;
  background-color:#3376c7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#mask .rig .pro-det4 table tr:nth-child(4) td:nth-child(2)::before{
  content: "3";
  display: block;
  color: #000;
  position: absolute;
  left: 10px;
  background-color:#3376c7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
#mask .rig table tbody{
  min-width: auto;
}
#mask .rig table th{
  background: #221816;
  color: #fff;
  text-align: center;
  border: none;
}
#mask .rig table tr{
  border-radius: 3px;
}
#mask .rig .pro-table table tr td:first-child{
background: #eee;
}
#mask .rig table td{
  background: #f6f6f6;
  color: #000;
  text-align: center;
  height: 50px !important;
}
#mask .rig table td, 
#mask .rig table th {
  padding:10px 0;
  border: 5px solid #fff;
  font-size: 16px !important;
  font-family: "Poppins-Medium" !important;
}
#mask .rig .pro-t  {
  width: 100%;
  display: flex;
  flex: 3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

#mask .rig .pro-t-img li {
  flex: 1;
  background-color: #eee;
  color:#fff;
  padding:20px 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mask .rig .pro-t-img  {
  width: 100%;
  display: flex;
  flex: 3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

#mask .rig .pro-t li {
  flex: 1;
  background-color: #000;
  color:#fff;
  padding: 10px;
  font-size: 16px;
}
#mask .rig table td div span, 
#mask .rig table th div span{
  font-size: 16px !important;
  font-family: "Poppins-Medium" !important;
}
#mask .sidebar-box {margin-top: 3%}
#mask .rig .alias{
  padding: 10px 15px;
  color: #fff;
  background: #231815;
  font-size: 20px;
  width: fit-content;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#mask .rig .description{
  color: #231815;
  font-size: 20px;
  font-family: 'Poppins-Medium';
  font-weight: bold;
}
#mask .rig .pro-det3{
  font-size: 18px;
}
#mask .rig .pro-det3 div:first-child{
  position: relative;
}

#mask .rig .pro-det3 strong{
  position: relative;
  z-index: 5;
}
#mask .rig .pro-det3 div div:first-child::before{
    display: none;
}
#mask .rig .pro-det3 div:first-child::before{
  content:"";
  display:block;
  position: absolute;
  left: 0;
  bottom:7px;
  width: 65px;
  height: 8px;
  background-color: #3376c7;
}
#mask .rig .conaa {
  margin: 15px 0;
  font-size: 16px;
  color: #231815;
  border-top: 2px solid #000;
  padding-top: 10px;
  font-weight: bold;
}
#mask .pro-img img {
  max-width: fit-content;
  margin: 0 auto;
  display: block;
   width: 100%;
  height: 100%;
  object-fit: cover;
}

#mask .pro-btn {
  text-align: left;
  margin: 20px 0;
}
#mask .pro-btn button{
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins-SemiBold";
    border-radius: 5px;
    background-color: #B72020;
    border: none;
}





#mask .rig .pro-gally .list ul li img {
  max-width: 240px
}
#mask .rig .pro-gally .list ul {max-width: 550px!important;}

@media screen and (max-width:900px){
  .product-page .product-box .product-list li {width: 50%}
}
@media screen and (max-width:768px){
  .product-page .product-box .product-list li {
    width: 100%;
  }
  #mask .rig .conaa {
    margin: 15px 0px;
  }
  #index-body .init-1 .top .ret .list ul li{
    padding:5px;
  }
  #index-body .init-0,
  .form1 ul li .sub-menu .sub-menu{
    display: none!important;
  }
}

@media screen and (max-width:520px){
    #mask .pro-img img {max-width: 310px;}
      #mask .sidebar-box {
    margin-top: 18%
  }
}



#mask {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99999992;
  display: none;
}
#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1e1e1e;
  opacity: .9;
}
#mask .mask-close {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  color: #FFFFFF;
  cursor: pointer;
}
#mask .mask-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#mask .mask-inner .item {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  display: none;
}
#mask .mask-inner .item .mask-bag {
  width: 100%;
  height: 100%;


}
#mask .mask-inner .item .mask-left {
  width: 40%;
  padding: 30px;
}
#mask .mask-inner .item .mask-left .gallery {margin-top: 25px}
#mask .mask-inner .item .mask-left .gallery ul {
  margin: 0 -10px
}
#mask .mask-inner .item .mask-left .gallery ul li {
  padding: 0 10px
}
#mask .mask-inner .item .mask-left .slick-arrow {
  display: none!important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  font-size: 30px;
  z-index: 1;
  border: none;
  color: black;
  background: #fff;
  font-family: initial;
}
#mask .mask-inner .item .mask-left .slick-arrow.slick-prev {
  left: 0;
}
#mask .mask-inner .item .mask-left .slick-arrow.slick-next {
  right: 0;
}
#mask .mask-inner .item .mask-right {
  width: 60%;
  padding: 30px;
}

#mask .mask-inner .item .mask-right span.asd {
  display: block;
  font-size: 22px;
    color: #fff;
    font-family: 'Poppins-Medium';
    font-weight: 700;
    line-height: 1;
    margin: 10px 0;
}

#mask .mask-inner .item .mask-right h3 span.asd {
font-size: 22px!important;
  color: #fff!important
}
#mask .mask-inner .item .mask-right h3 span.asd2 {
  display: inline-block;
  padding-right: 15px
}

#mask .mask-inner .item .mask-right h2 {
  height: 100px;
  overflow: auto
}

#mask .mask-inner .item .mask-right h2,#mask .mask-inner .item .mask-right h3 {
    color: #fff;
    font-size: 22px
}
#mask .mask-inner .item .mask-right h3 div,
#mask .mask-inner .item .mask-right h3 span,
#mask .mask-inner .item .mask-right h3 p {
  font-size: 22px!important;
  color: #fff!important
}
#mask .mask-inner .item .mask-right .mask-text {
  font-size: 22px;
  color: #fff
}
#mask .mask-inner .item .mask-right .box2 a.accz {
 line-height: 5.4rem;
  height: 5.4rem;
  padding: 0 2rem;
  border-radius: 2.7rem;
  background: #6ac335;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
#mask .mask-inner .item .mask-right .box2>a.accz img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  width: auto;
  border: none;
  margin-top: -.4rem;
}
#mask .mask-inner .item .mask-right .box2  ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}
#mask .mask-inner .item .mask-right .box2 ul li {
  width: auto;
  margin-right: 15px;
  font-size: 24px;
  color: #fff;
  transition: .5s;
}
#mask .mask-inner .item .mask-right .box2 ul li:hover {
  color: #6ac335;
}
#mask .mask-inner .item .mask-right table {
   border: 1px solid #fff;
   height: 340px!important;
   overflow: auto;
   margin-top: 20px;
}

#mask .mask-inner .item .mask-right table tr td {
border: 1px solid #fff;
}
#mask .mask-inner .item .mask-right table tr td span,
#mask .mask-inner .item .mask-right table tr td div,
#mask .mask-inner .item .mask-right table tr td p {
  font-size: 22px!important;
  color: #fff!important
}

#mask .mask-inner .item .mask-right table tbody{
    min-width: auto;
}


@media screen and (max-width: 1000px) {
    #mask .mask-inner .item .mask-left{
        width: 100%;
        padding: 15px;
    }
#mask .mask-inner .item .mask-right h3 {
  margin-top: 0!important
}
    #mask .mask-inner .item .mask-right{
        width: 100%;
        padding: 15px;
    }
    #mask .mask-inner .item .mask-bag{
        display: block;
        overflow-y: auto;
    }
}
.bankuai {
    font-size: 18px;
    line-height: 32px;
}











@media (max-width: 1400px) {
  .about-page .abt-1 .grid-box .left .ig img{
      width:180px;
  }
  .about-page .abt-1 .grid-box .left .ig {
    margin-right: 65px;
  }
  .about-page .abt-2 .content .content-t .box, .about-page .abt-2 .content .content-b .box{
    width: 260px;
  }
}

@media (max-width: 1200px) {
  .about-page .abt-1 .grid-box .left .ig img{
      width:155px;
  }
  .about-page .abt-1 .grid-box .left .ig h3{
    margin-left: 25px;
  }
  .about-page .abt-2 .content .content-t .box, .about-page .abt-2 .content .content-b .box{
    width: 230px;
  }
  
}
@media (max-width: 1000px) {
  .about-page .abt-2{
    display:none;
  }
  .about-page .abt-1 .grid-box .right .text h5{
    font-size: 24px;
  }
  .about-page .abt-5 .box{

    flex-direction: column;
  }
  .about-page .abt-5 .box .left,
  .about-page .abt-5 .box .right{
    width: 100%;
  }
  .about-page .abt-5 .box .left .i-box .ig h4,
  .about-page .abt-5 .box .left .i-box .ig p{
    text-align: center;
  }
  .about-page .abt-1 {
    margin-top: 75px;
  }
}
@media (max-width: 700px) {
  .about-page .abt-his .his-box ul.list li.item .ig .grid-box .right {
    text-align: center;
    padding: 25px 0;
  }
  .about-page .abt-1 .grid-box {
    flex-direction: column;
  }
  .about-page .abt-1 .grid-box .left .ig h3 {
    display: block;
  }
  .about-page .abt-1 .grid-box .left .ig h3 {
      margin-left: 30px;
  }
  .about-page .abt-his .title h3,
  .about-page .abt-6 .title h3,
  .about-page .abt-5 .title h3 {
    font-size: 28px;
  }

}





@media (max-width: 1800px){
  .quality-1 .quality-t, .quality-3 .quality-t, 
  .quality-4 .quality-t{
    height: 50%;
  }
  .quality-1 .quality-b, .quality-3 .quality-b, .quality-4 .quality-b{
    height: 50%;
  }
  .about-page .abt-1 .grid-box .left .ig img{
    width: 200px;
  }
}
@media (max-width: 1650px){
  .quality-page .container{
    width: 1400px;
  }
}
@media (max-width: 1600px){
  .about-page .abt-1 .grid-box .left .ig {
    margin-right: 90px;
  }
}




@media (max-width: 1400px){
  .quality-page .container{
    width: 1200px;
  }
  .about-page .abt-1 .grid-box .left .ig {
      margin-right: 60px;
  }
  .about-page .abt-1 .grid-box .left .ig img{
    width: 160px;
  }
  .classification-text .classification-content ul li .pro-det1-title{
    font-size: 26px;
  }
  .classification-text .classification-content ul li .pro-det1-title::before{
    width: 15px;
    height: 15px;
  }
  .classification-text .classification-content ul {
    justify-content: space-between;
  }
  .inner-banner .prodet2-content {
    bottom: 50px;
  }
  .inner-banner .pro-content {
    font-size: 16px;
  }
  .inner-banner .prodet2-content.prodet2-content2 .pro-name h4 {
    font-size: 50px;
    line-height: 1;
  }
 
}
@media (max-width: 1200px){
  .quality-page .container{
    width: 1000px;
  }
   .about-page .abt-1 .grid-box .left .ig {
      line-height: 1.2;
  }
  .classification-text .classification-content ul li{
    width: 50%;
  }
  .classification-text .classification-content ul li:nth-child(4) {
    margin-right: 0;
  }
  .inner-banner .container .cont .cat_name h4{
    font-size: 38px;
  }
  .product2-page .product2-content ul li .content-details ul li .pro-det1-title::before{
    width: 15px;
    height: 15px;
  }
  .inner-banner .pro-content {
    font-size: 14px;
  }
  .prodet2-page .pro-images h4 {
    font-size: 26px;
  }
  .prodet2-page .pro-det1 ul li .pro-det1-title {
    font-size: 22px;
  }
  .prodet2-page .pro-det1 ul li .pro-det1-title::before{
    width: 10px;
    height: 10px;
  }
  .prodet2-page .pro-images .pro-box ul li a h3 {
    font-size: 20px;
  }
  .prodet2-page .pro-images .pro-box ul li a {
    padding: 20px 30px;
  }
  .prodet2-page .pro-images .pro-box ul li {
    height: 180px;
    width: 180px;
  }
  .prodet2-page .pro-det1 ul {
    margin: 60px 0;
  }
   .prodet2-page .pro-f .right {
    width: 85%;
  }
  .prodet2-page .pro-f .right ul li img{
    width: 120px;
  }
}
@media (max-width: 1000px){
  .quality-page .container{
    width: 700px;
  }
  .about-page .abt-1 .grid-box .left .ig h3{
    margin-left: 0
  }
  .about-page .abt-1 .grid-box .left .ig{
    flex-direction: column;
  }
  .classification-text .classification-content {
    width: 100%;
  }
  .classification-text .classification-content ul li .pro-det1-content {
    font-size: 16px;
  }
  .product2-page .product2-content ul li .content .right .go button, 
  .product2-page .product2-content ul li .content .right .detailt button{
    display: none;
  }
  .product2-page .product2-content ul li .content {
    height: 220px;
  }
  .product2-page .product2-content ul li .content .right .go,
  .product2-page .product2-content ul li .content .right .detailt {
    font-size: 16px;
    padding: 15px;
  }
  .product2-page .product2-content ul li .content .left h3 {
      font-size: 30px;
  }
  .product2-page .product2-content ul li .content .left{
    padding: 40px 30px;
  }
  .product2-page .product2-content ul li .content-details ul li .pro-det1-content {
    font-size: 14px;
    padding-left: 20px;
  }
  .product2-page .product2-content ul li .content-details ul li .pro-det1-title::before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .product2-page .product2-content ul li .content-details p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .classification-text {
    font-size: 16px;
    padding: 65px 0 45px;
  }
  .product2-page .product2-content ul li .content .left.chainsaw .thum_img{
    width: 80px;
  }
  .inner-banner .pro-content {
      display: none;
  }
  .inner-banner .prodet2-content{
    top: 50%;
    bottom:unset;
    transform: translate(-50%,-50%);
  }
  .inner-banner .prodet2-content .pro-name {
    margin-bottom: 0;
    text-align: center;
  }
  #mask .product-box .product-list li {
    flex-direction: column;
  }
  #mask .pro-img,
  #mask .rig{
    width: 100%;
  }
  #mask .rig{
    margin-top: 40px;
  }
  .prodet2-page .pro-btn button {
    width: 240px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .prodet2-page .pro-f .right ul{
    flex-direction: column;
    align-items: flex-start;
  }
  .prodet2-page .pro-f .right ul li{
    margin-bottom: 15px;
  }
  .prodet2-page .pro-f .right ul li img {
     width: auto;
  }
  .prodet2-page .pro-f .right p {
    font-size: 18px;
  }
  .prodet2-page .pro-images .pro-box ul li:nth-child(3n),
  .prodet2-page .pro-images .pro-box:last-child ul li:last-child{
    margin: 25px 0;
  }
  .prodet2-page .pro-images .pro-box{
    margin-right: 0;
  }
  .prodet2-page .pro-images .bigtitle {
    font-size: 34px;
  }
  .inner-banner .prodet2-content.prodet2-content2 .pro-name h4 {
    font-size: 30px;
    line-height: 1;
    text-align: left;
  }
  .inner-banner .prodet2-content.prodet2-content2 .pro-name h4:first-child {
    font-size: 20px;
  }
  .quality-1 .quality-t, .quality-3 .quality-t, 
  .quality-4 .quality-t{
    height: 55%;
  }
  .quality-1 .quality-b, .quality-3 .quality-b, .quality-4 .quality-b{
    height: 45%;
  }

}
@media (max-width: 700px){
  .quality-page .container{
    width: 500px;
  }
  .inner-banner .bg{
    min-height: 200px;
  }
  .about-page .abt-1 .grid-box .left{
    height: 230px;
    justify-content: center;
  }
  .about-page .abt-1 .grid-box .left .ig{
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
  }
  .about-page .abt-1 .grid-box .left .ig h3{
    margin-left: 25px;
  }
  #mask .product-box .product-list li{
    padding: 40px 20px;
  }
  .inner-banner .container .cont .cat_name h4:first-child{
    font-size: 26px;
  }
  .inner-banner .container .cont .cat_name h4 {
      font-size: 26px;
  } 
  .inner-banner .container .cont .cat_name.chainsaw_cat_name h4:first-child {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .classification-text{
    display: none;
  }
  .product2-page .product2-content {
    padding: 80px 15px;
  }
  .product2-page .product2-content ul li .content{
    flex-direction: column;
  }
  .product2-page .product2-content ul li .content .left {
    width: 100%;
    height: 220px;
  }
  .product2-page .product2-content ul li .content .right {
    width: 100%;
    height: 160px;
  }
  .product2-page .product2-content ul li .content .right .go, 
  .product2-page .product2-content ul li .content .right .detailt{
    width: 48%;
    height: 100%;
    font-size: 20px;
    padding: 25px 15px;
  }
  .product2-page .product2-content ul li .content .right{
    flex-direction: row;
    margin-top: 20px;
  }
  .product2-page .product2-content ul li .content {
    height: auto;
  }
  .product2-page .product2-content ul li h2 {
    font-size: 24px;
  }
  .product2-page .product2-content ul li.active .content-details{
    padding: 40px 0 30px;
  }
  .product2-page .product2-content ul li .content-details ul:nth-last-child(2){
    display: none;
  }
  .prodet2-page .pro-images h4 {
    font-size: 22px;
  }
  .prodet2-page {
    padding: 60px 0;
  }
  .inner-banner .pro-name {
    font-size: 24px;
  }
  .prodet2-page .pro-images .bigtitle {
        font-size: 34px;
  }
  .prodet2-page .pro-images .bigtitle {
    font-size: 25px;
    padding: 240px 0 100px !important;
  }
  .prodet2-page .pro-det1 ul:last-child{
    display: none;
  }
  .prodet2-page .pro-images .pro-box ul li:nth-child(3n){
    margin: 25px 25px 25px 0;
  }
  .prodet2-page .pro-images .pro-box ul li:nth-child(2n){
    margin: 25px 0;
  }
  .prodet2-page .pro-images h4{
    text-align: center;
  }
  .prodet2-page .pro-images{
    margin-top: 60px;
  }
}
@media (max-width: 500px){
  .quality-page .container{
    width: 100%;
  }
  .product2-page .product2-content ul li .content .left {
    height: 140px;
  }
  .product2-page .product2-content ul li .content .right .go, .product2-page .product2-content ul li .content .right .detailt {
    font-size: 18px;
  }
  .product2-page .product2-content ul li .content .right {
    height: 135px;
  } 
  .product2-page .product2-content ul li {
    margin-bottom: 20px;
  }
  .product2-page .product2-content {
    padding: 40px 15px;
  }
  .product2-page .product2-content ul li .content .left h3 {
    font-size: 22px;
  }
  .product2-page .product2-content ul li .content .left.chainsaw .thum_img {
    display: none;
  }
  .prodet2-page .pro-images .pro-box ul li{
    margin: 25px !important; 
  }
  .prodet2-page .pro-btn button {
    width: 170px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .prodet2-page .pro-f{
    display: none;
  }
  .quality-1 .quality-t, .quality-3 .quality-t, 
  .quality-4 .quality-t{
    height: 45%;
  }
  .quality-1 .quality-b, .quality-3 .quality-b, .quality-4 .quality-b{
    height: 55%;
  }
  .quality-1 .quality-t h4, .quality-3 .quality-t h4, .quality-4 .quality-t h4, .quality-2-b h4 {
    margin-bottom: 20px;
  }
}


    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
        text-align: left
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }
    .seoPublic .Auxil-about .box .left img {
        border-radius: 10px;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
        padding-left: 0px;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: #3476c7;
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: #3476c7;
        color: #3476c7;
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: #3476c7;
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: #3476c7;
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: #3476c7;
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: #3476c7;
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: #3476c7;
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid #3476c7;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #3476c7;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: #3476c7;
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #3476c7;
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    .text {
   line-height: 34px;
    font-size: 18px;
    padding-left: 40px;
    overflow: auto;

    margin-bottom: 30px;
}
    
    .img-box {
    overflow: hidden;
    position: relative;
}

.img-box img {
    transition: 1s ease;
}

.img-box:hover img {
    transform: scale(1.1, 1.1);
}
.product-page .container .title {
  font-weight: bold;
  line-height: 2;
}
.product-page .container .cat_des {
  margin-top: 25px;
  color: #383737;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 2;
}
.product-page .container .cat_list {
  margin-top: 50px;
}
.product-page .container .cat_list a {
  width: 451px;
  padding: 16px 10px;
  margin: 5px 5px 0 0;
  text-align: center;
  background-color: #e5e5e5;
}
.product-page .container .cat_list a:hover {
  background-color: #005bac;
  color: #fff;
}
.product-page .container .content {
  margin-top: 40px;
}
.product-page .container .content ul {
  margin: 0 -20px;
}
.product-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.product-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
}

.product-page .container .content ul li .box a {
  display: block;
}
.product-page .container .content ul li .box .img {
  background-color: #fff;
  /*padding: 40px 16px; */
  border-radius: 10px;
}
.product-page .container .content ul li .box .text {
  margin-top: 16px;
  font-weight: bold;
  line-height: 2;
}
.product-page .container .content ul li .box .text:hover {
  color: #005bac;
}
.prodet-page .prodet-1 {
  background-color: #fafafa;
}
.prodet-page .related-product .swiper {
  overflow: hidden;
}
.prodet-page .related-product .swiper .text{
  padding-left: 0
}
.prodet-page .prodet-1 .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prodet-page .prodet-1 .container .left {
  width: 44%;
}
.prodet-page .prodet-1 .container .left .title {
  font-weight: bold;
  line-height: 2;
}
.prodet-page .prodet-1 .container .left .des {
  margin-top: 20px;
  color: #262626;
  /*text-align: justify;*/
  line-height: 2;
  height: 250px;
  overflow-y: auto
}
.prodet-page .prodet-1 .container .left .info_cont {
  margin-top: 60px;
}
.prodet-page .prodet-1 .container .left .info_cont .btn {
  margin-top: 10px;
  padding: 7px 8px;
  min-width: 164px;
  text-align: center;
  color: #fff;
  background-color: #005bac;
  cursor: pointer;
}
.prodet-page .prodet-1 .container .left .info_cont .btn p{
  color: #ffffff;
}
.prodet-page .prodet-1 .container .left .info_cont .btn:hover {
  background-color: #000;
}
.prodet-page .prodet-1 .container .left .info_cont .list {
  margin-top: 10px;
  cursor: pointer;
}
.prodet-page .prodet-1 .container .left .info_cont .list img {
  margin-right: 12px;
  height: 18px;
}
.prodet-page .prodet-1 .container .left .info_cont .download {
  margin-left: 36px;
}
.prodet-page .prodet-1 .container .left .info_cont .video {
  margin-left: 50px;
}
.prodet-page .prodet-1 .container .right {
  position: relative;
  width: 45%;
  margin-left: auto;
}
.prodet-page .prodet-1 .container .right .btn {
  width: 60px;
  height: 60px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 2;
  right: -20px;
  opacity: 0;
}
.prodet-page .prodet-1 .container .right .btn .img {
  width: 10px;
  height: 6px;
}
.prodet-page .prodet-1 .container .right .swiper{
  overflow: hidden
} 
.prodet-page .prodet-1 .container .right .btn.prev {
  left: -20px;
}
.prodet-page .prodet-1 .container .right .btn.prev .img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prodet-page .prodet-1 .container .right .btn:hover {
  background-color: #005bac;
}
.prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  display: block;
  padding: 46px 50px;
}
.prodet-page .prodet-1 .container .right:hover .btn {
  opacity: 1;
}
.prodet-page .prodet-2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 .container .title_c {
  margin-top: 20px;
}
.prodet-page .prodet-2 .container .title_c .list {
  margin-right: 70px;
  padding: 20px 0 14px 0;
  font-weight: bold;
  border-bottom: 3px solid rgba(0, 92, 172, 0);
  cursor: pointer;
}
.prodet-page .prodet-2 .container .title_c .list.active,
.prodet-page .prodet-2 .container .title_c .list:hover {
  color: #005bac;
  border-bottom: 3px solid #005bac;
}
.prodet-page .prodet-2 .container .content .list {
  display: none;
  margin-top: 30px;
  color: #484747;
  /*text-align: justify;*/
  line-height: 2;
}
.prodet-page .prodet-2 .container .content .list b,
.prodet-page .prodet-2 .container .content .list strong {
  font-weight: bold;
  font-size: 20px;
}
.prodet-page .prodet-3 .container .title {
  text-align: center;
  font-weight: bold;
}
.prodet-page .prodet-3 .container .content {
  margin-top: 50px;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 16px;
  font-weight: bold;
}
.prodet-page .prodet-4 {
  background-color: #fafafa;
}
.prodet-page .prodet-4 .container {
  text-align: center;
  max-width: 1080px;
}
.prodet-page .prodet-4 .container .tips p{
  font-weight: bold;
  color: #000;
}
.prodet-page .prodet-4 .container .tips_des p{
  color: #747474;
  margin-top: 10px;
}
.prodet-page .prodet-4 .container form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin-top: 50px;
}
.prodet-page .prodet-4 .container form input,
.prodet-page .prodet-4 .container form textarea {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 0;
  color: #000;
}
.prodet-page .prodet-4 .container form textarea {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c .more {
  cursor: pointer;
  padding: 12px 56px;
  background-color: #000;
  color: #fff;
}
@media (max-width: 1000px) {

  .product-page .container .cat_list {
    display: none;
  }
  .prodet-page .prodet-1 .container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .container .right .btn {
    right: 10px;
  }
  .prodet-page .prodet-1 .container .right .btn.prev {
    left: 10px;
  }
}
@media (max-width: 700px) {
  .prodet-page .prodet-1 .container .left .info_cont .list {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    width: 100%;
    margin: 0;
  }
  .prodet-page .prodet-4 .container form input,
  .prodet-page .prodet-4 .container form textarea {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page .container .content {
    margin-top: 0;
  }
  .prodet-page .prodet-1 .container .left .info_cont {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
    padding: 16px;
  }
  .prodet-page .prodet-2 .container {
    padding-bottom: 40px;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    padding: 14px 0 10px 0;
  }
  .prodet-page .prodet-3 .container .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-4 .container form {
    margin-top: 20px;
  }
    .font-44 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.max-1400 {
  max-width: 1400px;
  line-height: 2;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
