@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins\ Regular.ttf) format('truetype'), url(../fonts/Poppins\ Regular.eot) format('eot'), url(../fonts/Poppins\ Regular.woff) format('woff'), url(../fonts/Poppins\ Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat\ Light.ttf) format('truetype'), url(../fonts/Montserrat\ Light.eot) format('eot'), url(../fonts/Montserrat\ Light.woff) format('woff'), url(../fonts/Montserrat\ Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins\ Light.ttf) format('truetype'), url(../fonts/Poppins\ Light.eot) format('eot'), url(../fonts/Poppins\ Light.woff) format('woff'), url(../fonts/Poppins\ Light.woff2) format('woff2');
}
@font-face {
  font-family: 'PaytoneOne-Regular';
  src: url(../fonts/Paytone\ One\ Regular.ttf) format('truetype'), url(../fonts/Paytone\ One\ Regular.eot) format('eot'), url(../fonts/Paytone\ One\ Regular.woff) format('woff'), url(../fonts/Paytone\ One\ Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Anton-Regular';
  src: url(../fonts/Anton\ Regular.ttf) format('truetype'), url(../fonts/Anton\ Regular.eot) format('eot'), url(../fonts/Anton\ Regular.woff) format('woff'), url(../fonts/Anton\ Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype') url(../fonts/Poppins\ Medium.eot) format('eot'), url(../fonts/Poppins\ Medium.woff) format('woff'), url(../fonts/Poppins\ Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Semibold';
  src: url(../fonts/MiSans-Semibold.ttf) format('truetype') url(../fonts/Poppins\ Semibold.eot) format('eot'), url(../fonts/Poppins\ Semibold.woff) format('woff'), url(../fonts/Poppins\ Semibold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype') url(../fonts/Poppins\ Regular.eot) format('eot'), url(../fonts/Poppins\ Regular.woff) format('woff'), url(../fonts/Poppins\ Regular.woff2) format('woff2');
}
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: #da1c28;
} 
#mask::-webkit-scrollbar {  
  display: none;
} 
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.contact-1 form textarea::placeholder {  
  color: #333;
}
.contact-1 form input::-webkit-input-placeholder {
  color: #333;
}
.contact-1 form input::-moz-placeholder {
  color: #333;
}
.contact-1 form input::-moz-placeholder {
  color: #333;
}
.contact-1 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: '';
  margin: 0;
  padding: 0;
  --color: #da1c28;
}
.flex-wrap {
     -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-box {
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.jc-space-between {
    -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.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: #da1c28;
}
#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: #d6000e;
}
#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: #da1c28;
  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:#da1c28;
  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;
}
#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:#da1c28;
  border: 1px solid #da1c28;
}
#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 a svg{
  fill: white;
    width: 10px;
    height: 10px;
}
#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: #da1c28;
}
#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;
 width: 100%;
 height: 100%;
 content: "";
 background-color: #fff;
-webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
#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: 22%;
}
#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: #da1c28;*/
  color: #da1c28;
  -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;
  min-width: 180px;
  white-space: nowrap;
  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 li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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: #da1c28;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
}
.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: #da1c28;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  font-weight: 600;
  border: 2px solid #da1c28;
  margin-right: 30px;
  font-size: 16px;
  font-family: 'Poppins-Medium';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/*.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 {
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(42%), -webkit-calc(82%) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(56%), calc(86%) 100%, 0 100%);*/
  color: #f3f0e7;
  background: #da1c28;
}
/*.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 {
  color: #fff;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  font-weight: 600;
  border: 2px solid #da1c28;
  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 {
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(51%), -webkit-calc(86%) 100%, 0 100%);
  clip-path:polygon(0 0, 100% 0, 100% calc(51%), calc(86%) 100%, 0 100%);*/
  color: #f3f0e7;
  background: #da1c28;
}
#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: #da1c28;
  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: 100%;
  height: 100%;
  background: #f3f0e9;
  position: absolute;
  right: 0;
}
#about .content {
  /*padding: 100px 15px;*/
  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;
  /*margin-left: 2.5%;*/
  width: 40%;
}
#about .content div {
  display: inline-block;
  margin-left: 25px;
      margin-right: 8%;
  width: 60%;
}
#about .content > div{
  padding: 35px 0;
}
#about .content div p, #about .content div h1.cath1setforall{
  font-size: 46px;
  color: #000;
  font-family: 'PaytoneOne-Regular';
  line-height: 1.1;
}
#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;
}
#Market {
  padding: 120px 0;
  background: url('../images/category-bg.png') no-repeat;
  background-size: cover;
}
#Market .Market-content ul {
  margin: 0 -15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 定义3列，每列占据相同的空间 */
  grid-template-rows: repeat(3, 300px);
  /* 定义2行，每行高度为100px */
  /* 网格项之间的间距 */
  grid-row-gap: 35px;
  grid-column-gap: 5px;
}
#Market .Market-content ul li {
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}
#Market .Market-content ul li .content {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../images/m1.png');
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#Market .Market-content ul li .content .Market-title {
  position: absolute;
  left: 25px;
  bottom: 35px;
  z-index: 10;
  width:48%;
}
#Market .Market-content ul li .content .Market-title .Market-title-t {
  position: relative;
  margin-bottom: 20px;
  width: 200px;
  transition:width 0.5s;
}
#Market .Market-content ul li .content .Market-title .Market-title-t p {
  color: #000;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  font-weight: 600;
  display: flex;
}
#Market .Market-content ul li .content .Market-title .Market-title-b {
  color: #000;
  font-family: 'PaytoneOne-Regular';
  font-size: 38px;
  line-height: 44px;
}
#Market .Market-content ul li:hover .content {
  background-color: #da1c28;
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-t {
  width: 240px;
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-t p {
  border: none;
}
#Market .Market-content ul li .content .Market-title .Market-title-t{
  width: 220px;
}
#Market .Market-content ul li .content .Market-title .Market-title-t p::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 15px;
  background: url('../images/market-icon.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
  opacity: 0;
  transition: all 0.5s;
  margin-top: 5px; 
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-t p::before {
  width: 25px;
  opacity: 1;
  filter: brightness(0) invert(1);
}
#Market .Market-content ul li .content .Market-title .Market-title-t p::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  background: #da1c28;
  transition: 0.5s;
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-t p::after{
  left: 25px;
  background: white;
}
#Market .Market-content ul li:hover .content .Market-title .Market-title-b,
#Market .Market-content ul li:hover .content .Market-title .Market-title-t p{
  color: white;
} 
#Market .Market-f {
  font-size: 16px;
  font-family: 'Poppins';
  text-align: center;
  margin-top: 30px;
}
.title {
  font-size: 46px;
  font-family: 'PaytoneOne-Regular';
  color: #000;
  text-align: center;
  margin-bottom: 70px;
  text-transform: uppercase;
}
#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(#f99811), color-stop(50%, #f58f0e), color-stop(#ee8008), to(#e66d01));
  background: -webkit-linear-gradient(top, #f99811, #f58f0e 50%, #ee8008, #e66d01);
  background: -moz-linear-gradient(top, #f99811, #f58f0e 50%, #ee8008, #e66d01);
  background: linear-gradient(to bottom, #f99811, #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%;
}
#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: #da1c28;
}*/
#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 80px 20px;
  text-align: center;
}
#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: 224px;
  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;*/
}
#products .products-content .products-content-t .products-content-r h4 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Poppins-Semibold';
}
#products .products-content .products-content-t .products-content-r .text {
  font-size: 16px;
  font-family: 'Poppins-Medium';
  width: 58%;
  color: #000;
  margin: auto;
}
#products .products-content .products-content-t .products-content-r .more{
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  background: #e31130;
  color: white;
  padding: 0 50px;
  display: inline-block;
  margin-top: 40px;
}
#products .products-content .content {
  display: flex;
  width: 100%;
  justify-content:space-between;
}
#products .products-content .content .right{
  width: 25%;
  padding:0 15px; 
  margin-right:-15px; 
}
#products .products-content .content .left {
  width: 100%;
}
#products .products-content .content .left ul {
  width: 100%;
  margin: 0 -15px 15px;
}
/*#products .products-content .content .left{
  width:76%;
}*/
#products .products-content .content .left ul .slick-current li,
#products .products-content .content .left ul .slick-current+.slick-slide li{
margin-left: 10px;
}
#products .products-content .content .left ul li {
  position: relative;
  padding: 0 15px;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#products .products-content .content .left ul li .profucts-box {
  height: 100%;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  border-radius: 10px;
}
#products .products-content .content .left ul li .profucts-box:hover{
  background: white;
}
#products .products-content .content .right{
  color: #000;
  font-size: 30px;
  font-family: 'PaytoneOne-Regular';
}
#products .products-content .content .right .right-t{
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  padding: 0 25px;
  line-height: 1.2;
}
#products .products-content .content .right .right-b{
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 145px;
  transition: all 0.5s;
  font-size: 26px;
  background-color: rgba(185,185,185,0.2);
}
#products .products-content .content .right .right-b i{
  width: 30px;
  height: 30px;
  margin-left:15px; 
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius:50%; 
}
#products .products-content .content .right .right-b:hover{
 background: #da1c28;
}
#products .products-content .content .right .right-t,
#products .products-content .content .right .right-b{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Anton-Regular';
}
#products .products-content .content .right .right-t h4{
  height: fit-content;
  font-family: 'Anton-Regular';
}
#products .products-content .content .left ul li .profucts-box .profucts-imgbox,
#products .products-content .content .right .right-t{
  height: 280px;
  max-height: 280px;
  /*background-color: #fff;*/
  display: flex;
  justify-content: center;
  align-items: center;

}
 
#products .products-content .content .left ul li .profucts-box .profucts-box-t {
  height: auto;
  border-radius: 10px;
  padding: 0 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  object-fit: cover;
}
#products .products-content .content .left ul li .profucts-box .profucts-show {
  padding: 0 25px;
  height: 145px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*background-color: rgba(185,185,185,0.2);*/
}
#products .products-content .content .left ul li .title {
  width: 100%;
  color: #000;
  font-size: 26px;
  padding: 10px 0;
  text-align: left;
  margin-bottom: 0;
  font-family: 'Anton-Regular';
  display: -webkit-box;  
  -webkit-line-clamp: 1; /* 限制显示的行数为3 */  
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  height: 55px;
}
#products .products-content .content .left ul li .title.text {
  font-size: 16px;
  font-family: 'Poppins-Medium';
  margin-top: 10px;
  padding: 0;
  border: none;
}
#products .products-content .content .left ul li .profucts-box .profucts-show p{
  color: #000;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  font-weight: 600;
  display: flex;
  width: 60%;
}
#products .products-content .content .left ul li .profucts-box .profucts-show p::before{
    content: '';
    display: inline-block;
    width: 0px;
    height: 15px;
    background: url(../images/market-icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    opacity: 0;
    transition: all 0.5s;
    margin-top: 5px;
}
#products .products-content .content .left ul li:hover .profucts-box .profucts-show p::before{
   opacity: 1;
   width: 30px;
}
/*#products .products-content .content .left ul li:hover .profucts-box {
  background: #da1c28;
}*/
#products .products-content .content .left ul li:hover .profucts-box .profucts-show .title.text,
#products .products-content .content .left ul li:hover .profucts-box .profucts-show .title {
  color: #000;
}
@-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: #da1c28;
  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: #da1c28;
}
#news .news-content ul li .news-left {
  width: 39%;
  height: 100%;
}
#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: #f99811;
  cursor: pointer;
}
#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: #da1c28;
}
#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%);
}
.i-news{
  padding: 80px 0 70px;
}
.i-news ul{
  margin: 0 -35px;
}
.i-news ul li{
  padding: 0 35px;
}
.i-news ul li .box{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 30px;
  border-radius: 12px;
}
.i-news ul li .box .h4{
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.i-news ul li .box .des{
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
margin: 22px 0 42px;
}
.i-news ul li .box .time{
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 49px;
}
.i-news ul li .box .time i{
  margin-right: 5px;
}
.i-news ul li .box .more{
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  font-size: 16px;
  background: #da1c28;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  padding: 0 45px;
}
.i-news ul li .box:hover .more{
  background: #222;
}
.i-news ul li .box:hover{
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    background: white;
}
.i-news ul li .box:hover .h4{
  color: #da1c28;
}
.i-news ul .slick-dots{
  margin: 0;
  margin-top: 30px;
  text-align: center;
  bottom: -25px;
}
.i-news ul .slick-list{
  padding: 20px 0;
}
.i-news ul .slick-dots li{
  text-align: center;
  padding: 0;
  display: inline-block;
  width: 44px;
  height: 8px;
  background: #e7dfdf;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 8px;
}
.i-news ul .slick-dots li button{
  display: none;
}
.i-news ul .slick-dots li.slick-active{
  background: #da1c28;
  width: 100px;
}
#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(#f99811), color-stop(50%, #f58f0e), color-stop(#ee8008), to(#e66d01));
  background: -webkit-linear-gradient(top, #f99811, #f58f0e 50%, #ee8008, #e66d01);
  background: -moz-linear-gradient(top, #f99811, #f58f0e 50%, #ee8008, #e66d01);
  background: linear-gradient(to bottom, #f99811, #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: #da1c28;
  width: 100px;
  height: 30px;
  background-color: #fff;
  border: 0;
}
#userinfo div div input:focus {
  border-bottom: 2px solid #fff;
}
#footer {
  background: #f4f4f4;
}
#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: 310px;
  margin-right: 40px;
}
#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: 12px;
  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 div a svg{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#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: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
  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: #d6000e;
}
#footer .footer-t .footer-t-gird .footer-t-contact {
  width: 35%;
  padding: 25px 40px;
  border-top: 2px solid #da1c28;
}
#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: 19px;
}
#footer .footer-b p a:hover span {
  color: #d6000e;
}
@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: 35%;
  }
}
@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%;
  }
  #products .products-content .products-content-t .products-content-r div {
    height: 180px;
  }
  #products .products-content .products-content-t .products-content-r div p {
    font-size: 160px;
    line-height: 180px;
  }
  #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) {
  .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;
  }
  #products .products-content .products-content-t .products-content-r div {
    height: 160px;
  }
  #products .products-content .products-content-t .products-content-r div p {
    font-size: 150px;
    line-height: 160px;
  }
  #about .content img {
    width: 35%;
  }
  #cooperative .cooperative-content p:nth-child(2) {
    margin-bottom: 35px;
  }
  #Market .Market-content ul {
    grid-template-rows: repeat(3, 250px);
  }
  #Market .Market-content ul li .content {
    background-position: center 0%;
    background-size: 100% 95%;
  }
  /*#products .products-content .content .left ul li .profucts-box {
    height: 65%;
  }*/
  #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) {
  .ui.container {
    width: 1000px;
  }
  #Market .Market-content ul li .content .Market-title .Market-title-b {
    font-size: 26px;
    line-height: 1;
  }
  /*#products .products-content .content .left{
    width: 66.6%;
  }*/
  #products .products-content .content .right{
    width: 33.3%;
  }
  #products .products-content .content .left ul .slick-current li,
  #products .products-content .content .left ul .slick-current+.slick-slide li {
    margin-left: 15px;
  }
  .title {
    margin-bottom: 50px;
  }
  #products .products-content .products-content-t .products-content-r div {
    height: 150px;
  }
  #products .products-content .products-content-t .products-content-r div p {
    font-size: 140px;
    line-height: 150px;
  }
  #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;
  }
  #products .products-content .products-content-t .products-content-r div p {
    font-size: 170px;
  }
  #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) {
  .ui.container {
    width: 700px;
  }
  /*#products .products-content .content .left{
    width:50%;
  }*/
  #products .products-content .content .right{
    width: 50%;
  }
  #products .products-content .content .left ul .slick-current li,
  #products .products-content .content .left ul .slick-current+.slick-slide li {
    margin-left: 0;
  }
  #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: 80px;
  }
  #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);
  }
  #Market .Market-content ul li .content .Market-title .Market-title-b {
    font-size: 18px;
    line-height: 22px;
  }
  #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;
  }
  #Market .Market-content ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 150px);
  }
  #banner .banner-top ul li .content div button,
  .btn-go button {
    font-size: 14px;
  }
  #products .products-content .products-content-t .products-content-r div p {
    font-size: 110px;
  }
  #products .products-content .products-content-t .products-content-r div {
    height: 50px;
  }
  #products .products-content .products-content-t .products-content-r div p {
    line-height: 50px;
  }
  #products .products-content .products-content-t .products-content-r div p {
    font-size: 74px;
  }
  #products .products-content .products-content-t .products-content-r .text {
    padding: 0 10px;
    font-size: 14px;
  }
  #products .products-content .products-content-t .products-content-r div img {
    width: 70%;
    height: 50%;
  }
  #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) {
  .slick-dots li {
    width: 60px;
  }
  .seoIndustry.Auxil-industry{
    display: none!important;
  }
  #banner .banner-top ul li .content{
    top:20px!important;
  }
  #products .products-content .content .left ul{
    margin: 0;
  }
  #products .products-content .content .left{
    width:100%;
  }
  #products .products-content .content .right{
    display: none;
  }
  #products .products-content .content .left ul li .profucts-box .profucts-show p{
    width:50%;
  }
  #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 */
.inner-banner {
  margin-top: 195px;
  margin-bottom: 55px;
}
.inner-banner .mbx {
  padding-bottom: 55px;
  border-bottom: 1px solid #cdcdcd;
  padding-left: 55px;
}
.inner-banner .mbx h2 {
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.inner-banner .mbx h2:before {
  content: "";
  display: block;
  width: 54px;
  height: 43px;
  background: url(../images/mbx-tag.png) no-repeat;
  position: absolute;
  left: -54px;
  top: -27px;
}
.inner-banner .mbx p {
  font-size: 18px;
  color: #cb2c305c;
  font-weight: 600;
}
.inner-banner .mbx p a,
.inner-banner .mbx p span{
  color: #666;
  font-weight: 300;
}








.product-page {
      padding: 20px 0 100px 0;
        min-height: 80vh;
}
.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right .text{
  margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro-box .product-right .text p{
  font-size: 18px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
  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%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  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;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .pro-box .product-right ul li h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  /*padding: 0 25px;*/
  margin-top: 15px;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li h4:hover{
  color: var(--color);
}
.inner-page .m-page {
  text-align: center;
  margin-top: 97px
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border:1px solid #999;
    margin-right: 5px;
}
.inner-page .m-page a.next{
  margin-left: 20px;
}
.inner-page .m-page a:hover,.inner-page .m-page span.current {
    background: var(--color);
    color: #fff;
    border:1px solid var(--color);
}
.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}
.pro-box .pro-left .menu {
  
  margin-bottom: 50px;
}
.pro-box .pro-left .menu > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-box .pro-left .menu > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menu > li.active .menu-a span,
.pro-box .pro-left .menu > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menu > li.active .menu-a a,
.pro-box .pro-left .menu > li:hover .menu-a a,
.pro-box .pro-left .menu > li.active .menu-a i,
.pro-box .pro-left .menu > li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menu > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.pro-box .pro-left .menu > li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 70px 0 27px; 
  font-size: 18px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.pro-box .pro-left .menu > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menu > li .menu-a a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.pro-box .pro-left .menu > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-box .pro-left .menu > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
      /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menu > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menu > li .sub-menu li a {
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
}
.pro-box .pro-left .menu > li .sub-menu li a:hover{
  color: var(--color);
}
.pro-box .pro-left .menu > li .sub-menu li.active a{
  color:var(--color);
}
.prodet-page {
  padding: 50px 0  0;
}
.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}
.prodet-page .prodet-right .box {
  width: 100%;
}
.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}
.prodet-page .prodet-right .box .right .det table{
  margin-bottom: 0;
}
.prodet-page .prodet-right .box .right .det ul li{
  font-size: 16px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-right .box .right .det ul li::before{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.prodet-page .prodet-right .box .right .det2 ul{
  display: flex;
}
.prodet-page .prodet-right .box .right .det2 ul li{ 
  margin-right: 15px;
  font-size: 90px;
}
.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;
  font-weight: bold;
}
.prodet-page .prodet-right .box .right .line{
  width: 100%;
  border-radius:35px;
  height: 10px; 
  background: #30328d;
}
.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img{
  border-color:transparent;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img{
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p{
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover{
  color: var(--color);
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add{
  position: relative;
}
.prodet-page .prodet-right .box .right .btn .product_add .fly_love{
  display: none;
  z-index: 204;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .love{
  position: absolute;
  left:2px;
  top:50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .collect{
  opacity: 1;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .love{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .collect{
  opacity: 0;
}
.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-right .prodet-content{
  padding-bottom: 60px;
}
.prodet-page .prodet-right .prodet-title ul {
  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;
}
.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0 10px 28px;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.prodet-page .prodet-right .prodet-title ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 22px;
  background: url("../images/nav-tag.png") no-repeat;
  left: 2px;
  top: -6px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}
.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}
.prodet-page .prodet-right .prodet-content .det table{
  table-layout: fixed;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd){
  background-color: #e1e1e1;
}
.prodet-page .prodet-right .prodet-content .det table tr td{
  font-size: 16px;
  color: #565656;
  text-align: center;
}
.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}
.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 16px;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}
.prodet-page .prodet-right .prodet-content .det form ul li input::-webkit-input-placeholder { 
  color: rgba(0,0,0,0.5); 
}
.prodet-page .prodet-right .prodet-content .det form ul li input::-moz-placeholder { 
  color: rgba(0,0,0,0.5); 
}
.prodet-page .prodet-right .prodet-content .det form ul li input:-ms-input-placeholder { 
  color: rgba(0,0,0,0.5); 
}
.prodet-page .prodet-right .prodet-content .det form ul li input:-moz-placeholder { 
  color: rgba(0,0,0,0.5); 
}
.prodet-page .prodet-right .prodet-content .det form ul li .more{
  padding: 0;
}
.prodet-page .prodet-right .prodet-content .det form ul li input[type="submit"]{
  width: 100%;
  background: transparent;
  border: none;
  padding: 0 45px;
}









.recommended-product {
  padding: 90px 0;
  background-color: #f9f9f9;
}
.recommended-product ul {
  margin: 60px -24px 0;
}
.recommended-product ul li {
  padding: 0 24px;
}
.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}
.recommended-product ul li .img_box .icon {
  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%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  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;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}
.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recommended-product ul li h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
   .ui.pro-container{
     width: 1400px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next{
     margin-top: 30px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t{
     flex-direction: row-reverse;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span{
     margin-right: 0;
     margin-left: 10px;
   }
}
@media screen and (max-width: 1400px) {
  .ui.pro-container{
     width: 1200px;
   }
  .product-page .pro-box .product-right ul li h4{
    font-size: 18px;
  }
  .prodet-page .prodet-right .box .right h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.pro-container{
     width: 1000px;
   }
  .product-page .pro-box .product-right ul li{
    width: 50%;
  }
  .prodet-page .prodet-right .box .left{
    width: 100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-right .box .right{
    width: 100%;
  }
  .prodet-page .prodet-right .box .left .bigImg ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  .prodet-page .prodet-right .box .right{
    padding-left: 0;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.pro-container{
     width: 700px;
   }
  .pro-box .pro-left{
    display: none;
  }
  .product-page .pro-box .product-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right .box .right .line img{
    width:100%;
  }
  .prodet-page .prodet-right .box .right .btn a:first-child{
    display: none;
  }
  .prodet-page .prodet-right .box .right .btn a:last-child{
    margin-left: 0;
  }
  .inner-banner .mbx h2 {
    font-size: 34px;
  }
}
@media screen and (max-width:700px) {
  .ui.pro-container{
     width: 500px;
   }
  .product-page .pro-box .product-right ul li{
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
    font-size: 18px
  }
  .inner-banner .mbx h2 {
    font-size: 28px;
  }
  .prodet-page .prodet-right .prodet-content .det form ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .ui.pro-container{
    width: 100%;
  }
  .font-45 {
    font-size: 34px;
  }
  .prodet-page .prodet-right .prodet-title ul li{
    width: 100%;
    margin-bottom: 30px;
  }
}













.i-tag {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700
}

.font-68 {
    font-size: 68px
}

.font-60 {
    font-size: 60px
}

.font-52 {
    font-size: 52px
}

.font-56 {
    font-size: 56px
}

.font-48 {
    font-size: 48px
}

/*--------------------inner-page----------------------*/


.more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  height: 65px;
  line-height: 61px;
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 1;
  padding: 0 45px;
  overflow: hidden;
  font-weight: bold;
}
.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #222;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.more:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left {
  width: 28%;
   position: sticky;
  top: 160px;
  padding-right: 45px;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
  overflow-y: auto;*/
  padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i{
  float: right;
  position: relative;
  top: 1px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}
 
/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
  display: none;
}*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-left: 10px;
  color: #7b7b7b;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/weldmantec/2025/08/22/ny-bg-1.jpg) no-repeat center center;
  padding: 215px 40px 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
}


.service-page {
  padding: 60px 0  0 0px;
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
   margin-bottom: 40px;
  line-height: 1.4;
   text-transform:uppercase;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
 
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
  border-radius: 10px;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
  border-radius: 10px;
}
.service-page .service-2 {
  background: #f9f9f9;
    padding: 70px 0;
    margin: 50px 40px;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .title{
  line-height: 1.2;
  margin-top: 12px;
   text-transform:uppercase;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px -0.4px 9px 3px rgb(0 0 0 / 8%);
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--color);
  border-color: var(--color);
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .init1 .img {
  margin: auto;
  width: 1350px;
  padding-top: 35px;
  border-radius: 20px;
}
.service-page #index-body .rate {
  padding: 80px 0 140px;
  background-color: #f9f9f9;
}
.service-page #index-body .rate .content{
  margin-top: 50px;
}
.service-page #index-body .rate .content ul{
  margin: -15px;
}
.service-page #index-body .rate .content ul li{
  padding: 15px;
}
.service-page #index-body .rate .content ul li .box{
  background: #f2f2f2;
    padding: 30px;
    min-height: 340px;
    border-radius: 10px;
    transition: all 0.5s;
}


.service-page #index-body .rate .content ul li .box .title{
  display: block;
  font-weight: bold;
  font-size: 26px;
  margin-top: 15px;
}
.service-page #index-body .rate .content ul li .box .desc{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  color: #666;
  transition: all 0.5s;
}
.service-page #index-body .rate .content ul li:hover .box{
  background: #cb2c30;
  color: #fff
}
.service-page #index-body .rate .content ul li:hover .box .desc{
  color: #fff
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
#index-body .about .top .text {
    
    vertical-align: middle;
    padding-right: 73px;
}
#index-body .about .top .text .btn a.link {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}
#index-body .about .top .text .btn a.link em {
    display: inline-block;
    padding: 22px;
    background: var(--color);
}
 
#index-body .about .top .text .btn a.link span {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    padding-left: 5px;
}
#index-body .about .top .text .btn {
    margin-top: 37px;
}
#index-body .init1 {
    /*background: #f9f9f9;*/
    padding: 60px 0 108px;
}
#index-body .init1 .info {
    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;
}
.service-page #index-body .init1 h3 {
width: 40%;
    color: #111;
        font-size: 45px;
    line-height: 1.4;
    font-weight: bold;
     text-transform:uppercase;
}
.service-page #index-body .init1 .btn{
width: 60%;
    color: #666;
        font-size: 18px;
    line-height: 1.4;
   
}
.service-page #index-body .init1 .more{
  background: white;
  color: black;
}
.service-page #index-body .init1 .more:hover{
  color: white;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
   
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
  .service-page #index-body .rate .content ul li .box .title{
    font-size: 20px;
    line-height: 36px;
  }
  .service-page #index-body .rate .content ul li .box .desc{
    min-height: 162px;
  }
  
}
@media screen and (max-width: 1280px) {
   
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
  .service-page {
    padding: 60px 0;
  }
  #index-body .init1 .info{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page #index-body .init1 h3{
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
    width: 100%;
  }
  .service-page .service-1 #index-body .about .top .img{
    width: 100%;
    margin-top: 25px;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
    
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
   

  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}

.faq-page .marginBox {
  padding: 0px 0 100px;
  text-align: center;
}
.faq-page .marginBox .h2{
  line-height: 1.2;
  margin-top: 12px;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #fff7ea;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
font-size: 18px;
line-height: 32px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
  padding-left: 25px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}

.video-page .video-1 {
  padding: 38px 0 90px;
  background: #f6f6f6;
}
.video-page .video-1 .tag,
.video-page .video-2 .tag{
  color: var(--color);
}
.video-page .video-1 .header h2.title {
  margin-top: 14px;
  line-height: 1.2;
}
.video-page .video-1 .content {
  margin-top: 40px;
}
.video-page .video-1 .content ul {
  margin: -10px -12px;
}
.video-page .video-1 .content ul li {
  padding: 10px 12px;
}
.video-page .video-1 .content ul li .ig {
  display: block;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  padding: 14px;
}
.video-page .video-1 .content ul li .ig video {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-page .video-2 {
  padding: 93px 0 107px;
}
.video-page .video-2 .header h2.title {
  margin-top: 14px;
}
.video-page .video-2 .content {
  margin-top: 57px;
}
.video-page .video-2 .content ul {
  margin: 0 -26px -25px 0;
}
.video-page .video-2 .content ul li {
  padding: 0 26px 25px 0;
}
.video-page .video-2 .content ul li .ig {
  background: #eee;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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;
}
.video-page .video-2 .content ul li .ig span {
  display: inline-block;
}
.video-page .video-2 .content ul li .ig .fl {
  padding: 0 15px;
  width: 75%;
}
.video-page .video-2 .content ul li .ig .fr {
  width: 150px;
  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;
}
.video-page .video-2 .content ul li .ig .fr img {
  margin-right: 15px;
}
.video-page .video-2 .content ul li .ig:hover {
  background: var(--color);
  color: white;
}
.video-page .video-2 .content ul li .ig:hover .fr img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1280px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .video-page .video-2 .content ul li .ig .fl {
    width: 68%;
  }
  .faq-page .marginBox .box .left{
    display: none;
  }
  .faq-page .marginBox .box .right{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .video-page .video-1 {
    padding: 38px 0 60px;
  }
  .video-page .video-1 .content ul li {
    width: 50%;
  }
  .video-page .video-2 .content ul li {
    width: 100%;
  }
  .video-page .video-2 {
    padding: 60px 0;
  }
  .video-page .video-2 .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .video-page .video-1 {
    padding: 30px 0;
  }
  .video-page .video-1 .content ul li {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig {
    font-size: 16px;
    height: auto;
    line-height: 1;
    padding: 10px 0;
  }
  .video-page .video-2 .content ul li .ig .fl {
    width: 100%;
  }
  .video-page .video-2 .content ul li .ig .fr {
    width: 100%;
    padding: 10px 0 0 15px;
  }
}
.newdet-prodet-2{
  width: calc(100% - 40px);
  background-color: #f9f9f9;
  margin: 0 auto;
}
.newdet-b .prodet-2 .ret .slide .con .right{
  padding:40px;
}
.newdet-b .prodet-2 .ret .slide .con .right form {
    margin-top: 24px
}

.newdet-b .prodet-2 .ret .slide .con .right form ul {
    margin-bottom: -24px
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li {
    margin-bottom: 24px
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li label {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #181818;
    font-weight: 500
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li input,.newdet-b .prodet-2 .ret .slide .con .right form ul li textarea {
    padding: 10px 0;
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #d1d0c8;
    font-size: 20px
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li .rate {
    margin-top: 7px
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li .rate i {
    font-size: 17px;
    color: var(--color);
    position: relative;
    width: 17px;
    display: inline-block;
    cursor: pointer
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li .rate i:after {
    content: "\f006";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 17px;
    font-family: 'fontAwesome';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li .rate i:hover:after,.newdet-b .prodet-2 .ret .slide .con .right form ul li .rate i.active:after {
    content: "\f005"
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li textarea {
    height: 96px
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li input[type=checkbox] {
    display: inline-block;
    padding: 0;
    width: auto;
    vertical-align: middle
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li span {
    font-size: 14px;
    color: #a7a7a7;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li .more {
    padding: 0
}

.newdet-b .prodet-2 .ret .slide .con .right form ul li input[type=submit] {
    padding: 0 45px;
    width: 100%;
    border: none
}
.news-page .sidebar-right ul{
  margin: -15px;
}
.news-page .sidebar-right ul li{
  padding: 15px;
}
.news-page .sidebar-right ul li .cat_name{
      background-color: #262626;
    display: inline-block;
    color: white;
    font-size: 14px;
    line-height: 2;
    padding: 8px 18px 7px 17px;
    margin-top: 20px;
}
.news-page .sidebar-right ul li .title{
      font-size: 20px;
      font-weight: bold;
    line-height: 36px;
    margin-top: 21px; 
    /*min-height: 5.6em;*/
    margin-bottom: 10px;
    text-align: left;
    text-transform: unset;
    font-family: 'Poppins-Semibold';
}
.news-page .sidebar-right ul li .des{
      font-size: 16px;
    color: #7b7b7b;
    line-height: 30px;
    margin-top: 6px;
    text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.news-page .sidebar-right ul li .time{
      font-size: 16px;
    line-height: 30px;
    color: var(--color);
    display: inline-block;
    margin-top: 2px;
}
.newdet-page {
  padding: 0 0 10px;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
    font-size: 16px;
    color: #fff;
    background: var(--color);
    padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 36px;
  line-height: 1.4;
  margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background:#7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  /*background: #83827F;*/
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
  font-weight: bold;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-b .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  margin: 60px auto 0;
}

.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 32px;
  min-height: 4rem;
  margin-bottom: 0;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.prodet-page .prodet-3 .content ul li:hover h3{
  color: var(--color);
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
  .news-page .sidebar-right ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
  .news-page .sidebar-right ul li .img img{
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 500px) {
  .news-page .sidebar-right ul li{
    width: 100% !important;
  }
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}

 
.about-page .about-1 .top .img {
  position: relative;
  border-radius: 10px;
}
.about-page .about-1 .top .img .lazy {
  
  border-radius: 15px;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  right: 36px;
  bottom: 115px;
  display: inline-block;
  padding: 50px 50px 50px 60px;
  background: var(--color);
  border-radius: 50%;
  z-index: 1;
}
.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 100, 40, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .img .play::before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .top .text {
  max-width: 1000px;
  width: 100%;
  margin: -150px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 10px;
}
.about-page .about-1 .top .text .title{
  line-height: 1.2;
  text-transform:uppercase;
}
.about-page .about-1 .top .text .con {
  margin-top: 26px;
  font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    max-height: 230px;
    overflow: auto;
}
.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 22px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-2 {
  margin-top: 137px;
}
.about-page .about-2 .box {
  padding: 12px 0 122px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
  border-radius: 10px;
}
.about-page .about-2 .box .img img {
 
  border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 670px;
  padding-left: 64px;
  vertical-align: middle;
  color: #111;
}
.about-page .about-2 .box .text .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 24px;
}
.about-page .about-2 .box .text .header .left{
  width: 100%;
}
.about-page .about-2 .box .text .header .title {
  margin-top: 12px;
  line-height: 1.2;
  text-transform:uppercase;
  margin-bottom: 30px;
  text-align: left;
}
.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}
.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}
.about-page .about-2 .box .text .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 0px;
  color: #666;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 84.5%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
}
.about-page .about-3 {
  background-color: #efecec;
  padding: 12% 0 7%;
  margin-top: -122px;
}
.about-page .about-3 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;*/
  margin: -15px;
}
.about-page .about-3 .content ul li {
  /*margin: 0 37px 37px 0;*/
  /*background: #fff;*/
  padding: 15px;
  /*width: 30.3%;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #121212;
  /*height: 250px;*/
  border-radius: 6px;
}
.about-page .about-3 .content ul li .box{
  padding: 20px;
  background: white;
}
.about-page .about-3 .content ul li .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-3 .content ul li p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
  min-height: 130px;
}
.about-page .about-3 .content ul li:hover .box {
  background: var(--color); 
}
.about-page .about-3 .content ul li:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p{
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 {
  background: var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color);
}
.about-page .about-5 {
  padding: 120px 0 180px;
}
.about-page .about-5 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header .right{
      width: 51%;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
    padding: 0 0 0 20px;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  background: var(--color);
  margin-bottom: 4px;
}
.about-page .about-5 .header .more:hover {
  background: #000;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin-right: -42px;
}
.about-page .about-5 .content ul li {
  padding-right: 66px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: .5;
  -moz-transition: .5;
  transition: .5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
@media screen and (max-width: 1440px) {
  .about-page .about-4 .box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
   
  .about-page .about-1 .top .img .play {
    padding: 30px 30px 30px 40px;
  }
  .about-page .about-2 .box .text {
    padding: 0 15px 0 30px;
  }
  
  .about-page .about-3 .content ul li .tit {
    font-size: 22px;
  }
  .about-page .about-4 {
    max-width: 800px;
  }
}
@media screen and (max-width: 1100px) {
   
  .about-page .about-1 .top .text {
    padding: 70px 50px 90px;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -40px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 40px;
  }
   
   
  .about-page .about-4 {
    max-width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  
  .about-page .about-1 .top .text {
    padding: 50px 30px;
  }
  .about-page .about-1 .top .text .con {
    font-size: 18px;
  }
  .about-page .about-1 .bottom {
    margin: 60px auto 0;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -20px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 20px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 50px;
  }
  .about-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
line-height: 30px;
  }
  .about-page .about-2 {
    margin-top: 47px;
  }
  .about-page .about-2 .box {
    padding: 0 0 60px;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box::after {
    width: 100%;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding: 60px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
 
  .about-page .about-3 .list {
    margin-top: 60px;
  }
  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }
  .about-page .about-4 {
    max-width: 680px;
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 60px 0 11.05%;
  }
  .about-page .about-5 .header {
    padding-bottom: 30px;
  }
  .about-page .about-5 .header .left {
    width: 52%;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .about-page .about-1 .top .img .play {
    padding: 20px 20px 20px 30px;
    bottom: 20px;
  }
  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }
  .about-page .about-1 .bottom {
    margin: 30px auto 0;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 0px;
  }
  .about-page .about-2 {
    margin-top: 30px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
 
  .about-page .about-3 .content ul li .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-3 .content ul li p {
    font-size: 17px;
    margin-top: 10px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 {
    padding: 30px 15px;
  }
  .about-page .about-5 {
    padding: 30px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
}
@media screen and (max-width: 500px) {
   
  .about-page .about-1 .top .img .play {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .about-page .about-1 .top .img .play img {
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .bottom ul {
    margin: 0 0 -20px 0;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 0 20px 0;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-2 .box {
    padding-bottom: 30px;
  }
  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }
  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }
  .about-page .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-3 .header {
    padding-bottom: 10px;
  }
  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }
  .about-page .about-3 .header .right {
    font-size: 16px;
    line-height:30px;
  }
  .about-page .about-3 .content ul {
    margin: 0 0 -20px 0;
  }
 
  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-4 .box .title {
    margin-top: 10px;
  }
  .about-page .about-4 .box .con {
    margin-top: 10px;
  }
  .about-page .about-4 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .about-page .about-4 .box .info p {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-4 .box .info .left {
    width: 100%;
  }
  .about-page .about-4 .box .info .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .box .more {
    margin-top: 20px;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
}


.development-page .development-1 {
  background: var(--color);
  padding: 110px 0 141px;
  color: white;
}
.development-page .development-1 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.development-page .development-1 .header .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 29px;
}
.development-page .development-1 .time {
  margin-top: 113px;
}
.development-page .development-1 .time ul {
  padding: 0 0 0 60px;
  position: relative;
  z-index: 1;
}
.development-page .development-1 .time ul .slick-slide:nth-child(1) li {
  padding-left: 0;
}
.development-page .development-1 .time ul li {
  padding-left: 120px;
  cursor: pointer;
}
.development-page .development-1 .time ul li i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.development-page .development-1 .time ul li i::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
}
.development-page .development-1 .time ul li i::after {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  opacity: 0;
}
.development-page .development-1 .time ul li p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 8px;
}
.development-page .development-1 .time ul li.active i {
  background: white;
}
.development-page .development-1 .time ul li.active i::before {
  background: var(--color);
}
.development-page .development-1 .time ul li.active i::after {
  opacity: 1;
}
.development-page .development-1 .time ul li.hide {
  opacity: 0;
  cursor: inherit;
}
.development-page .development-1 .time ul::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 17px;
  width: 100%;
  height: 1px;
  background: white;
}
.development-page .development-1 .content {
  margin-top: 99px;
}
.development-page .development-1 .content ul li {
  background: white;
  padding: 53px 94px 53px 37px;
}
.development-page .development-1 .content ul li .left {
  width: 12%;
  vertical-align: middle;
}
.development-page .development-1 .content ul li .left .title {
  color: #121212;
  font-size: 40px;
  font-weight: bold;
}
.development-page .development-1 .content ul li .right {
  font-size: 20px;
  line-height: 1.5;
  color: #656565;
  vertical-align: middle;
  width: 88%;
  max-height: 120px;
  padding-right: 5px;
  overflow-y: auto;
}
.development-page .development-1 .content ul li .right::-webkit-scrollbar-thumb {
  background: var(--color);
}
.development-page .development-2 {
  padding: 49px 0 167px;
}
.development-page .development-2 .box .text {
  padding: 9px 36px 0 0;
}
.development-page .development-2 .box .text span.tag {
  color: var(--color);
}
.development-page .development-2 .box .text .title {
  margin-top: 12px;
  color: #121212;
  line-height: 1.2;
}
.development-page .development-2 .box .text .con {
  font-size: 20px;
  color: #474747;
  line-height: 1.5;
  margin-top: 40px;
}
.development-page .development-2 .box .text .arrow {
  margin-top: 42px;
}
.development-page .development-2 .box .text .arrow .prev,
.development-page .development-2 .box .text .arrow .next {
  width: 59px;
  height: 59px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.development-page .development-2 .box .text .arrow .prev::after,
.development-page .development-2 .box .text .arrow .next::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 18px;
  width: 23px;
  height: 16px;
  background: url(../images/arrow.png) no-repeat;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.development-page .development-2 .box .text .arrow .prev:hover,
.development-page .development-2 .box .text .arrow .next:hover {
  background: var(--color);
}
.development-page .development-2 .box .text .arrow .prev:hover::after,
.development-page .development-2 .box .text .arrow .next:hover::after {
  -webkit-filter: none;
  filter: none;
}
.development-page .development-2 .box .text .arrow .prev::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.development-page .development-2 .box .text .arrow .next {
  margin-left: 29px;
}
.development-page .development-2 .box .img {
  padding-left: 30px;
}
#index-body .partner {
    padding: 141px 0 202px;
}
#index-body .partner .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 64px;
    border-bottom: 1px solid #b8b8bc;
}
#index-body .partner .header .left {
    width: 55%;
    padding-right: 60px;
}
#index-body .partner .header .left .title {
    margin-top: 12px;
    line-height: 1.2;
    font-size: 40px;
}
#index-body .partner .header .right {
    width: 45%;
    font-size: 20px;
    line-height: 1.5;
    color: #474747;
}
#index-body .partner .content {
    margin-top: 55px;
}
#index-body .partner .content ul {
    margin: 0 -41px -58px 0;
}
#index-body .partner .content ul li{
  padding: 0 41px 59px 0;
}
@media screen and (max-width: 1280px) {
  .development-page .development-1 .time ul li {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .development-page .development-1 .time ul li {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .development-page .development-1 {
    padding: 60px 0;
  }
  .development-page .development-1 .time {
    margin-top: 60px;
  }
  .development-page .development-1 .content {
    margin-top: 60px;
  }
  .development-page .development-1 .content ul li {
    padding: 53px 30px;
  }
  .development-page .development-1 .content ul li .left {
    width: 15%;
  }
  .development-page .development-1 .content ul li .right {
    width: 85%;
  }
  .development-page .development-2 {
    padding: 49px 0 60px;
  }
  .development-page .development-2 .box .text {
    vertical-align: middle;
    padding: 0 15px 0 0;
  }
  .development-page .development-2 .box .img {
    vertical-align: middle;
    padding-left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .development-page .development-1 .time ul li {
    padding-left: 20px;
  }
  .development-page .development-1 {
    padding: 30px 0;
  }
  .development-page .development-1 .header .title {
    margin-top: 10px;
  }
  .development-page .development-1 .header .con {
    margin-top: 10px;
  }
  .development-page .development-1 .time {
    margin-top: 30px;
  }
  .development-page .development-1 .content {
    margin-top: 30px;
  }
  .development-page .development-1 .content ul li {
    padding: 30px 15px;
  }
  .development-page .development-1 .content ul li .left {
    width: 20%;
  }
  .development-page .development-1 .content ul li .right {
    width: 80%;
  }
  .development-page .development-2 {
    padding: 30px 0;
  }
  .development-page .development-2 .box .text {
    width: 100%;
    padding: 0;
  }
  .development-page .development-2 .box .img {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .development-page .development-1 .header .con {
    font-size: 15px;
    line-height: 1.9;
  }
  .development-page .development-1 .time ul li {
    padding-left: 0;
  }
  .development-page .development-1 .content ul li .left {
    width: 100%;
  }
  .development-page .development-1 .content ul li .right {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .development-page #index-body .partner {
    display: block;
    padding: 30px 0 0;
  }
  .development-page #index-body .partner .header .title {
    margin-top: 10px;
  }
  .development-page #index-body .partner .header .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .development-page .development-2 .box .text .title {
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .development-page .development-2 .box .text .arrow {
    margin-top: 15px;
  }
}
.gallery-page{
  padding-bottom: 60px;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}

.contact-page {
  padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
   padding: 0;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more input[type="submit"]{
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title{
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
font-size: 16px;
line-height: 30px;
  color: #83827F;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: #111;
font-size: 18px;
line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 2px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}


.seoPublic .title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}

.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 {
    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: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
    max-height: 390px;
    overflow: auto;
}

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

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

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

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

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

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

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    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;
    font-weight: 700;
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 16px;
        line-height: 30px;
    margin-top: .5em;
    display: block;
    color: var(--color);
}

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

.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: var(--color);
    color: var(--color);
}

.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: var(--color);
}

.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: var(--color);
    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: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: var(--color);
    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: var(--color);
}

.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 var(--color);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.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: var(--color);
}

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

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

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

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

    .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 {
      line-height: 40px;
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

    #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;
font-size: 16px;
line-height: 30px;
    }

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

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: 360px;
    }
}

.design-page .design-1 .container {
  max-width: 100%;
  padding: 0 40px;
  text-align: center;

}
.design-page .design-1 .container img{
  
  border-radius: 10px;
}
.design-page .design-2 {
  padding: 20px 0 110px;
}
.design-page .design-2 .i-title{
  line-height: 1.2;
  margin-bottom: 65px;
  margin-top: 50px;
   text-transform:uppercase;
}
.design-page .design-2 .left .img{
  text-align: right;
  border-radius: 10px;
}
.design-page .design-2 .left .img img{
  
  border-radius: 10px;
}
.design-page .design-2 .right{
  padding-left: 90px;
}
.design-page .design-2 .right img{
   border-radius: 10px;
}
.design-page .design-2 .right .txt{
  font-size: 20px;
  line-height: 32px;
  color: #7b7b7b;
  margin-top: 70px;
}
.design-page .design-3{
  padding-bottom: 120px;
}
.design-page .design-3 .i-title{
  margin-bottom: 48px;
}
.design-page .design-3 ul {
  margin: -40px;
}
.design-page .design-3 ul li{
  padding: 40px;
}
.design-page .design-3 ul .slick-list{
  padding: 0 28%;
}
.design-page .design-3 ul li .box{
  position: relative;
}
.design-page .design-3 ul li .box img{
  width: 100%;
}
.design-page .design-3 ul li .content{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
  position: absolute;
  left: 0;
  bottom: 18%;
  padding: 20px;
  opacity: 0;
}
.design-page .design-3 ul li .content h4{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}
.design-page .design-3 ul li .content p{
  font-size: 18px;
  font-weight: bold;
}
.design-page .design-3 ul li:hover .content{
  opacity: 1;
}
.design-page .design-3 ul .slick-dots{
  margin: 0;
  text-align: center;
}
.design-page .design-3 ul .slick-dots li{
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.design-page .design-3 ul .slick-dots li button{
  display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active{
  background: var(--color);
}
.design-page .design-4{
  background: url(../images/design-4-bg.jpg) no-repeat;
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
}
.design-page .design-4 .left{
  position: sticky;
  top: 170px;
      width: 35%;
}
.design-page .design-4 .left .i-title{
  line-height: 1.2;
}
.design-page .design-4 .right{
  padding-left: 90px;
      width: 65%;
}

.design-page .design-4 .right ul li{
  padding-left: 140px;
  position: relative;
  padding-bottom: 100px;
}
.design-page .design-4 .right ul li .icon{
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img{
  vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255,255,255,0.3);
}
.design-page .design-4 .right ul li:last-child .icon::after{
  content: none;
}
.design-page .design-4 .right ul li h4{
  font-size: 30px;
  font-weight: bold;
}
.design-page .design-4 .right ul li .des{
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
     color: #a3a3a3;
}
.design-page .design-5{
  padding: 130px 0 110px;
  position: relative;
}
.design-page .design-5 .i-title{
  line-height: 1.2;
}
.design-page .design-5 .wrap{
  margin-top: 70px;
}
.design-page .design-5 .left{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.design-page .design-5 .left .box{
  max-width: 50%;
}
.design-page .design-5 .left .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-bottom: 45px;
}
.design-page .design-5 .left img{
  width: 100%;
}
.design-page .design-5 .right{
  max-width: 50%;
  width: fit-content;
  margin-left: auto;
}
.design-page .design-5 .right img{
 border-radius: 10px;
}
@media screen and (max-width:1600px){
  .design-page .design-5 .ui.container{
    padding-left: 7%;
  }
  .design-page .design-5 .wrap{
    padding-left: 10%;
  }
  .design-page .design-5 .right {
    max-width: 40%;
  }
}
@media screen and (max-width:1400px){
  .design-page .design-4 .right{
    padding-left: 30px;
  }
  .design-page .design-5 .wrap{
    padding-left: 0;
  }
  .design-page .design-5 .left .txt {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:1200px){
   .design-page .design-5 .left .i-title{
     font-size: 30px;
   }
  .design-page .design-2 .right{
    padding-left: 50px;
  }
  .design-page .design-3 ul li{
    padding: 20px;
  }
  .design-page .design-3 ul {
    margin: -20px;
  }
  .design-page .design-3 ul li .content h4{
    font-size: 21px;
  }
  .design-page .design-4 .right ul li{
    padding-left: 105px;
    padding-bottom: 40px;
  }
  .design-page .design-4 .right ul li .icon:after{
    height: 225%;
  }
}
@media screen and (max-width:1000px){
  .inner-banner{
    margin-top: 180px;
  }
  .design-page .design-1 .ui.container{
    padding: 0 20px;
  }
  .design-page .design-2{
    padding: 60px 0 65px;
  }
  .design-page .design-3 ul .slick-list{
    padding: 0 18%;
  }
  .design-page .design-4 .left{
    position: relative;
    top: 0;
  }
  .design-page .design-4 .right{
    width: 100%;
    margin-top: 20px;
  }
  .design-page .design-5{
    padding: 55px 0 50px;
  }
  .design-page .design-5 .left{
    width: 100%;
    position: unset;
    transform: none;
    margin-bottom: 60px;
  }
  .design-page .design-5 .left .box{
    width: 100%;
    max-width: 100%;
  }
  .design-page .design-5 .right{
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width:700px){
  .inner-banner h2{
    font-size: 26px;
  }
  .design-page .design-2 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left{
    width: 100%;
  }
  .design-page .design-2 .i-title{
    margin-bottom: 30px;
  }
  .design-page .design-3 ul .slick-list{
    padding: 0;
  }
  .design-page .design-3 {
    padding: 0 15px 50px;
  }
  .design-page .design-4 .right{
    padding-left: 0;
  }
}
@media screen and (max-width:500px){
  .design-page .design-4 .right ul li{
    padding-left: 0;
  }
  .design-page .design-4 .right ul li .icon{
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after{
    content: none;
  }
}


#cart {
  position: fixed;
  max-width: 100%;
  width: 1000px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  overflow: auto;
  padding: 15px;
  z-index: 100;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#cart.active {
  position: static;
  width: auto;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  max-height: none;
  overflow: unset
}

#cart .left {
  padding-right: 15px;
  color: black
}

#cart .left ul {
  max-height: 470px;
  overflow: auto
}

#cart .left ul li {
  margin-bottom: 15px;
  padding: 15px;
  background: #f9f9f9
}

#cart .left ul li .box2 {
  position: relative
}

#cart .left ul li .img {
  width: 25%;
  overflow: hidden;
  vertical-align: middle;
  max-height: 140px
}

#cart .left ul li .img img {
  min-height: 140px;
  width: auto;
  min-width: 100%
}

#cart .left ul li .text {
  width: 75%;
  padding-left: 3%;
  vertical-align: middle
}

#cart .left ul li .text h4 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; 
}

#cart .left ul li .text p {
  display: inline-block;
  max-width: 50%;
  padding-right: 15px
}

#cart .left ul li .text input {
  width: 50%;
  max-width: 80px;
  color: black;
  padding: 5px;
  display: inline-block;
  border: 1px solid #eee
}

#cart .left ul li .text textarea {
  width: 100%;
  padding: 10px;
  color: black;
  margin-top: 10px;
  border: 1px solid #eee
}

#cart .left ul li i.del {
  position: absolute;
  top: -8px;
  right: -5px;
  font-size: 16px;
  cursor: pointer;
}

#cart .left span.close_all {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #111;
  color: white;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px
}

#cart .right {
  border: 1px solid #bbb;
  border-radius:10px;;
  overflow: hidden;
}

#cart .right .shopping_form {
  background: #f9f9f9;
  color: black;
  padding: 15px
}

#cart .right h4 {
  font-size: 30px; 
}

#cart .right ul li label {
  display: block;
  font-size: 14px;
  margin: 10px 0 5px
}
#cart .right ul li label em{
  color:var(--color);
}
#cart .right ul li input,
#cart .right ul li textarea {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #eee;
  font-size: 14px
}

#cart .right ul li textarea {
  height: 160px
}

#cart .right ul li input[type="submit"] {
  width: 100%;
  background: var(--color);
  border: 0;
  font-size: 18px;
  margin-top: 20px;
  padding: 5px;
  color: white;
  border-radius: 35px;
}

#cart i.fa-close {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 14px;
  width: 25px;
  height: 25px;
  border-radius:50%; 
  line-height: 25px;
  text-align: center;
  background: #000;
  color: white;
  cursor: pointer;
}

@media screen and (max-width:1000px) {
  #cart .left {
    width: 100%;
    padding-right: 0
  }

  #cart .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px
  }

  #cart .left ul {
    overflow: unset;
    max-height: none
  }
}
#cart{
  border-radius:15px; 
  width: 1020px !important;
  height: 600px !important;
}
#cart .left{
  width: 565px;
}
#cart .right{
  width: calc(100% - 565px);
}
#cart .left ul {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #bbb;
    height: calc(100% - 65px);
}
#cart .left span.close_all {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    background: #c2c2c2!important;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin-top: 25px;
    border-radius: 35px;
}
#cart .left ul li .img {
    width: 130px !important;
    max-height: 130px !important;
}
#cart .left ul li .text {
    width: calc(100% - 130px) !important;
}


#Pop_UpsBtn{
  bottom: 120px !important;
  right: 1% !important;
} 