

@font-face {
  /*font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-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-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-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');
}
@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/Poppins-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-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  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');
}
body{
  font-family: 'Poppins-Regular';
  /*--font:'Poppins-SemiBold';*/
  --font:'Poppins-SemiBold';
}
strong{
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
h1,h2,h3,h4,h5,h6{
  /*font-family: 'Poppins-SemiBold';*/
  font-family: 'Poppins-SemiBold';
}
.container {
  width: 1400px;
}
blockquote span{
  display: block;
  padding: 10px 0;
  border-radius: 30px;
}
blockquote{
  margin: 0;
}

.prodet-page .prodet-1 .product-box .right .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .product-box .right .m-link a{
  display: block;
  font-size: 17px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .product-box .right .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-4 .prodet-4-b .list table tr td p{
  white-space: break-spaces;
}
.prodet-page .prodet-4 .prodet-4-b .list table tr td a{
  text-decoration: underline;
  color: var(--color) !important;
}
.wscnph{
  width: 100% !important;
  margin: 0 auto;
}

.container2 {
  width: 1230px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
.containerBox {
  width: 1270px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

.information{
  position:fixed;
  right: 1%;
  bottom:300px;
  transform: translateY(50%);
  z-index: 100;
}
.whatapp{
  width: 60px;
  height: 60px;
  margin: 10px 0;
  background-color: var(--color);
  border-radius:50%;
  font-size: 24px; 
  line-height: 60px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.whatapp-box{
  position: absolute;
  right:100%;
  bottom:50%;
  transform: rotateY(90deg) translateY(50%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
  width: max-content;
  color:#000;
}
.whatapp .whatapp-box{
  padding: 0 20px;
  color:#000;
  font-size: 18px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.whatapp:hover .whatapp-box{
  transform: rotateY(0deg) translateY(50%);
  z-index: 10;
  opacity: 1;
}
.header-pro{
display: none; 
}
.pro-nav{
  position: fixed;
  left: 50%;
  transform: translateX(-50%) rotateX(90deg);
  transform-origin: top;
  top: 90px;
  background-color: var(--color);
  color: white;
  padding: 30px 20px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s;
  width: 1000px;
}
#menu-menu-1 .menu-item.cur .pro-nav{
   opacity: 1;
   transform: translateX(-50%) rotateX(0deg);
}
.pro-nav ul > li{
  margin-bottom: 30px;
  line-height: 1.8;
}
.pro-nav ul li h4{
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px !important;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.pro-nav ul li ol li h5{
  font-family: 'Poppins-Light';
  margin-bottom: 5px !important;
  transition: all 0.5s;
}
.pro-nav ul li h4:hover,
.pro-nav ul li ol li h5:hover{
  color: var(--color2);
}

#header .nav .nav-box .menu-box .menu > li:nth-child(3) .sub-menu{
  display: none !important;
}











#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0,0.5);
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header img {
  width: auto;
}
#header.active .nav-t{
  height: 0;
}
#header .nav-t{
  color: white;
  height: 40px;
  padding: 0 30px;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  background: rgba(0, 0, 0,1);
}
#header .nav-t .left span{
  font-size: 16px;
}
#header .nav-t .left a{
  margin-right: 15px;
}
#header .nav-t .left a i{
  font-size: 16px;
  transition: all 0.5s;
  color: white;
}
#header .nav-t .left a:hover i{
  color: var(--color);
}
#header .nav-t .right i{
  font-size: 16px;
  margin-right: 15px;
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  padding-left: 30px;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:60px;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
}
#header.active{
      background: rgba(0, 0, 0, 1);
}
#header .nav .nav-box .menu-box {
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu {
  padding-right: 20px;
  border-right: 1px solid #585858;
  height: 100%;
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  vertical-align: top;
  line-height: 60px;
  height: 60px;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  display: block;
}
#header .nav .nav-box .menu-box .menu > li:hover::marker{
  display: none;
}
/*#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #cc1a1a;
}*/
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #cc1a1a;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  white-space: nowrap;
  background: #cc1a1a;
  text-align: left;
  z-index: 1000000;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  padding: 10px 18px;
  font-family: 'Poppins-Regular';  
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #222;
  
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover a{
color: #fff;
}
#header .nav .nav-box .menu-box .menu .h-product {
  position: static;
  height: 100%;
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .menu .h-product > a::before {
  position: absolute;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f8b100;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
  opacity: 0;
}
#header.active .nav .nav-box .menu-box .menu .h-product > a::before{
      bottom: -16px;
}
#header .nav .nav-box .menu-box .menu .h-product:hover > a::before {
  opacity: 1;
}
#header .nav .nav-box .menu-box .menu .h-product:hover .product-menu {
  display: flex;
  animation: .5s .1s fadeInUpSmall both;
}
#header .nav .nav-box .menu-box .menu .h-product .product-menu {
  position: absolute;
  max-width: 895px;
  right: 0;
  top: 93px;
  flex-direction: row;
  display: none;
  flex-wrap: wrap;
  padding: 20px 11px;
  background: #f8b100;
}
#header.active .nav .nav-box .menu-box .menu .h-product .product-menu{
  top: 60px;
}
#header .nav .nav-box .menu-box .menu .h-product .product-menu li {
  width: 33.333%;
  position: relative;
  padding: 4px 9px;
}
#header .nav .nav-box .menu-box .menu .h-product .product-menu li > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1;
  color: #161616;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  background: #fff;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}
#header .nav .nav-box .menu-box .menu .h-product .product-menu li > a:hover {
  background: #262626;
  color: #ffffff;
}
#header .nav .nav-box .menu-box .menu .h-product .product-menu li > a img {
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  width: 60px;
  margin-right: 30px;
}
#header .nav .nav-box .menu-box .icon {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .icon a {
  display: inline-block;
  margin: 0 5px;
}
#header .nav .nav-box .menu-box .icon a .fa {
  color: #fff;
}
#header .nav .nav-box .menu-box .language {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
#header .nav .nav-box .menu-box .language h3 {
  display: block;
  font-size: 12px;
  color: #cc1a1a;
  font-family: 'Poppins-SemiBold';
  text-align: center;
}
#header .nav .nav-box .menu-box .language h3 img {
  display: block;
  margin: 0 auto;
}
#header .nav .nav-box .menu-box .language > ul {
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .language > ul li a img {
  max-width: 30px;
  margin-right: 10px;
}
#header .nav .nav-box .menu-box .language > ul li:last-child a img{
  margin-right: 0;
}
#header .nav .nav-box .menu-box .btnForm {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    border-radius: 5px;
    background: #cc1a1a;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    line-height: normal;
    cursor: pointer;
    z-index: 111;

}
#header .nav .nav-box .menu-box .h-search {
  cursor: pointer;
  padding: 0 25px;
  height: 100%;
  background: #cc1a1a;
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .h-search i {
  color: #ffffff;
  font-size: 20px;
}
#header .nav .nav-box .search-box {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fcbe01;
  width: 100%;
  padding: 70px 0;
  z-index: 99999;
  display: none;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#header .nav .nav-box .search-box h4 {
  font-size: 26px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
}
#header .nav .nav-box .search-box form {
  position: relative;
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
}
#header .nav .nav-box .search-box form::before {
  position: relative;
  content: "búsqueda";
  font-size: 24px;
  line-height: 1;
  color: #f2f2f2;
  font-family: 'Poppins-SemiBold';
  width: 138px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  font-size: 18px;
  color: #000;
  font-family: 'Poppins-Light';
  padding: 0 60px 0 90px;
  height: 58px;
  background: #fff;
  border: none;
}
#header .nav .nav-box .search-box form input[type="submit"] {
  font-size: 27.27px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  border: none;
  width: 50px;
  height: 50px;
  background: #fcbe01;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .nav-box .search-box form input::-webkit-input-placeholder {
  font-size: 18px;
  color: #000;
  font-family: 'Poppins-Light';
}
#header .nav .nav-box .search-box form input::-moz-placeholder {
  font-size: 18px;
  color: #000;
  font-family: 'Poppins-Light';
}
#header .nav .nav-box .search-box form input:-moz-placeholder {
  font-size: 18px;
  color: #000;
  font-family: 'Poppins-Light';
}
#header .nav .nav-box .search-box form input:-ms-input-placeholder {
  font-size: 18px;
  color: #000;
  font-family: 'Poppins-Light';
}
#header .nav .nav-box .search-box form input[type="submit"]:hover {
  color: #fff;
  background: #000;
}
#header .nav .nav-box .search-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  padding: 20px 35px;
  background: #fff;
}
#header .nav .nav-box .search-box ul li {
  width: 20%;
  padding: 1px;
}
#header .nav .nav-box .search-box ul li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  padding: 14px 0;
  background: #e3e3e3;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#header .nav .nav-box .search-box ul li a:hover {
  background: #cc1a1a;
}
#header .nav .nav-box .search-box ul li.active a {
  background: #cc1a1a;
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.i-title{
  text-align: center;
}
.i-title span{
  font-size: 20px ;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  color:#cc1a1a;
}
.i-title h3{
  font-size: 38px;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 10px;
}
.i-title p{
  font-size: 16px;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}


#banner {
  position: relative;
  z-index: 5;
  margin-top: 40px;
  transition: all 0.5s;
}
#banner img {
  width: 100%;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .content-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
#banner .swiper-slide .content-box .content {
  text-align: center;
  padding-top: 30px;
}
#banner .swiper-slide .content-box .content h2 {
  font-size: 66px;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  line-height: 1;
  text-shadow: 5px 5px 5px #000;
  text-transform: uppercase;
}
#banner .swiper-slide .content-box .content h2.txt {
  font-size: 66px;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  margin: 20px 0 30px;
  line-height: 1;
  text-shadow: 5px 5px 5px #000;
}
#banner .swiper-slide .content-box .content h1 {
  font-size: 90px;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  line-height: 1;
  margin: 20px 0 70px;
  text-shadow: 5px 5px 5px #000;
}
#banner .swiper-slide .content-box .content h3 {
  font-size: 90px;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  line-height: 1;
  margin: 20px 0 70px;
  text-shadow: 5px 5px 5px #000;
  text-transform: uppercase;
}
#banner .swiper-slide .content-box .content h3.txt {
  font-size: 90px;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  line-height: 1;
  text-shadow: 5px 5px 5px #000;
}
#banner .swiper-slide .content-box .content .more a {
  display: inline-block;
  font-size: 13.65px;
  font-family: 'Poppins-Bold';
  color: #fff;
  text-transform: uppercase;
  padding: 10px 40px;
  background: #cc1a1a;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .swiper-slide .content-box .content .more a:hover {
  background: #000;
}
#banner .swiper-slide-active .content-box {
  display: flex;
}
#banner .swiper-button-next,#banner .swiper-button-prev{
      transform: translateY(-50%);
      opacity: .35;
}
#banner .swiper-button-prev{
  left: 3%;
}
#banner .swiper-button-next{
  right: 3%;
}
#index-body {
  position: relative;
  padding-top: 90px;
  z-index: 10;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6,
#index-body p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body p {
  font-size: 16px;
  line-height:30px;
}
#index-body p.p {
  font-size: 14px;
}
#index-body .init-1 {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}
#index-body .init-1 ul {
  padding: 80px 0 70px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#index-body .init-1 ul li {
  width: 25%;
  text-align: center;
}
#index-body .init-1 ul li span {
  font-size: 60px;
  color: #cc1a1a;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
#index-body .init-1 ul li h2 {
  padding-top: 10px;
  font-size: 30px;
  color: #414149;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
#index-body .init-1 ul li p {
  padding: 10px 0 15px;
  color: #99999b;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  position: relative;
}
#index-body .init-1 ul li p::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background: #cc1a1a;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .init-2 {
  padding-bottom: 95px;
  background:linear-gradient(to bottom 0% #e6e7ed 100% #fefeff);
}
#index-body .init-2 .about-box {
  max-width: 1410px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .init-2 .about-box .left {
  width: 50%;
  padding-right: 8px;
}
#index-body .init-2 .about-box .left h2 {
  font-size: 28px;
  color: #333333;
  font-family: 'Poppins-SemiBold';
  line-height: 1.5;
}
#index-body .init-2 .about-box .left h2 span {
  color: #cc1a1a;
}
#index-body .init-2 .about-box .left p {
  font-family: 'Poppins-Light';
  color: #666666;
  line-height: 1.8;
  margin: 20px 0;
}
.ruyishou {
    font-family: 'Poppins-Light';
    color: #666666;
    line-height: 1.8;
    margin: 20px 0 30px;
    font-size: 16px;
}
.ruyishou span {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #cc1a1a;
}
h1.ruyigh {
    font-family: 'Poppins-Light';
    color: #666666;
    line-height: 1.8;
    margin: 20px 0;
    font-size: 16px;
    Display: inline;
}
#index-body .init-2 .about-box .left ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#index-body .init-2 .about-box .left ul li {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #d1d3df;
  padding: 30px 30px 20px;
}
#index-body .init-2 .about-box .left ul li img {
  margin-right: 15px;
  height: auto;
}
#index-body .init-2 .about-box .left ul li .text {
  width: 78%;
}
#index-body .init-2 .about-box .left ul li .text h3 {
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #242424;
  line-height: 1;
}
#index-body .init-2 .about-box .left ul li .text p {
  font-size: 13px;
  color: #494949;
  margin: 0;
  line-height: 1.4;
}
#index-body .init-2 .about-box .left ul li:nth-child(1) {
  background: #22294c;
}
#index-body .init-2 .about-box .left ul li:nth-child(1) h3 {
  color: #fff;
}
#index-body .init-2 .about-box .left ul li:nth-child(1) p {
  color: #fff;
}
#index-body .init-2 .about-box .right {
  width: 50%;
  padding-left: 10px;
  position: relative;
}
#index-body .init-2 .about-box .right .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
#index-body .init-2 .about-box .right .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .init-2 .about-box .right .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .init-3 .i-title{
  margin-bottom: 40px;
}
#index-body .init-3 .swiper-slide .product-img {
  overflow: hidden;
  display: block;
  position: relative;
}
#index-body .init-3 .swiper-slide:nth-child(odd) .product-img{
  background-color: #515151;
}
#index-body .init-3 .swiper-slide:nth-child(even) .product-img{
  background-color: #373737;
}
#index-body .init-3 .swiper-slide .product-img .img-2{
  transition: all 0.5s;
}
#index-body .init-3 .swiper-slide{
  position: relative;
}

#index-body .init-3 .swiper-slide .product-img-h{
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%,50%);
  z-index: 2;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  display: block;
  width: 100%;
  opacity: 0;
}
#index-body .init-3 .swiper-slide:hover .product-img-h{
  opacity: 1;
}
/*#index-body .init-3 .swiper-slide:hover .product-img-h{
  opacity: 1;
}*/
#index-body .init-3 .swiper-slide .product-img-h .text{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-3 .swiper-slide .product-img-h .text h5{
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .init-3 .swiper-slide .product-img-h .text h5:hover{
  color: var(--color);
}
#index-body .init-3 .swiper-slide:hover .product-img-h .btns{
  display: flex;
  justify-content: center;
}
#index-body .init-3 .swiper-slide:hover .product-img-h .btns a{
  width:145px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  transition: all 0.5s;
}
#index-body .init-3 .swiper-slide:hover .product-img-h .btns a:last-child{
  background-color: white;
  color:#cc1a1a;
  margin-left: 15px;
}
#index-body .init-3 .swiper-slide:hover .product-img-h .btns a:last-child:hover{
  background-color: #cc1a1a;
  color:white;
}
#index-body .init-3 .swiper-slide:hover .product-img-h .btns a:first-child{
  background-color: #cc1a1a;
  color:white;
}
#index-body .init-3 .swiper-slide:hover .product-img-h .btns a:first-child:hover{
  background-color: white;
  color:#cc1a1a;
}

#index-body .init-manu{
  position: relative;
  height: 625px;
}
#index-body .init-manu .line{
  position: absolute;
  inset:unset;
  right: 0;
  bottom: 0;
}
#index-body .init-manu .manu-left{
  position: absolute;
  left:-165px;
  top: 0;
  z-index: 10;
}
#index-body .init-manu .manu-left img{
  clip-path: polygon(0 0, 84.5% 0, 100% 100%, 0 100%);
}
#index-body .init-manu .manu-left .manu-btn{
  position: absolute;
  right:15px;
  top:50%;
  transform: translateY(-50%) skewX(-20deg);
  display: block;
  width: 140px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #cc1a1a;
  color:#fff;
  font-size: 14px;
  font-family: 'Poppins-SemiBold';
  transition: all 0.5s;
}
#index-body .init-manu .manu-left .manu-btn span{
  transform: skewX(20deg);
  display: block;
}
#index-body .init-manu .manu-left .manu-btn:hover{
  background-color: #000;
}
#index-body .init-manu .container .manu-right{
  max-width: 810px;
  margin-left: auto;
  padding-top: 35px;
}
#index-body .init-manu .container .manu-right .i-title{
  text-align: right;
}
#index-body .init-manu .container .manu-right p{
  font-family: 'Poppins-Regular';
  font-size: 18px;
}
#index-body .init-manu .container .manu-right .imgs{
  margin-top: 70px;
  max-width: 85%;
  margin-left: auto;
}
#index-body .init-manu .container .manu-right .imgs ul{
  margin: 0 -25px 0 0;
}
#index-body .init-manu .container .manu-right .imgs ul li{
  padding: 0 25px;
}




#index-body .init-service{
  position: relative;
  height: 655px;
  margin: 165px 0;
}
#index-body .init-service .line{
  position: absolute;
  inset:unset;
  left: 0;
  bottom: 0;
}
#index-body .init-service .service-right{
  position: absolute;
  right:0;
  top: 0;
  z-index: 10;
}
#index-body .init-service .service-right img{
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
#index-body .init-service .service-right .service-btn{
  position: absolute;
  left:15px;
  top:50%;
  transform: translateY(-50%) skewX(-20deg);
  display: block;
  width: 140px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #cc1a1a;
  color:#fff;
  font-size: 14px;
  font-family: 'Poppins-SemiBold';
  transition: all 0.5s;
}
#index-body .init-service .service-right .service-btn span{
  transform: skewX(20deg);
  display: block;
}
#index-body .init-service .service-right .service-btn:hover{
  background-color: #000;
}
#index-body .init-service .container .service-left{
  max-width: 730px;
  margin-right: auto;
  margin-top: -20px;
}
#index-body .init-service .container .service-left .i-title{
  text-align: left;
  margin-bottom: 20px;
}
#index-body .init-service .container .service-left .i-title h3{
  font-size: 36px;
  line-height: 1.2;
}
#index-body .init-service .container .service-left p{
  font-family: 'Poppins-Regular';
  font-size: 18px;
}
#index-body .init-service .container .service-left ul{
  margin: 20px 0 30px;
}
#index-body .init-service .container .service-left ul li{
  font-size: 18px;
  font-family: 'Poppins-Regular';
  margin-bottom: 15px;
}
#index-body .init-service .container .service-left ul li:last-child{
  margin-bottom: 0;
}
#index-body .init-service .container .service-left ul li span{
  font-family: 'Poppins-SemiBold';
  font-size: 22px;
  text-transform: uppercase;
   color:#cc1a1a;
}
#index-body .init-service .container .service-left .imgs ul{
  margin-left: -40px;
}
#index-body .init-service .container .service-left .imgs ul li{
  padding: 0 40px;
}






#index-body .init-3 {
  padding-bottom:135px;
}



#index-body .init-4 {
  padding: 0 0 110px;
  background: #fff;
}
#index-body .init-4 .top {
  text-align: center;
  margin-bottom: 50px;
}
#index-body .init-4 .top h1 {
  font-size: 50px;
  line-height: 1;
  color: #303849;
  font-family: 'Poppins-SemiBold';
}
#index-body .init-4 .top h4 {
    font-size: 36px;
    line-height: 1;
    color: #303849;
    font-family: 'Poppins-SemiBold';
}
#index-body .init-4 .top h1 span {
  color: #cc1a1a;
}
#index-body .init-4 .top h4 span {
  color: #cc1a1a;
}
#index-body .init-4 .top p {
  color: #303849;
   font-size: 20px;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 0 15px;
  position: relative;
}
#index-body .init-4 .newsBox{
  padding: 0 95px;
}
#index-body .init-4 .newsBox .swiper-slide .news-img {
  display: block;
  overflow: hidden;
}
#index-body .init-4 .newsBox .swiper-slide .news-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .init-4 .newsBox .swiper-slide .news-img img {
  width: 100%;
  height: 270px;
}
#index-body .init-4 .newsBox .swiper-slide .content {
  padding: 40px 40px 30px;
  background: #f7f8f8;
}
#index-body .init-4 .newsBox .swiper-slide .content span {
  display: inline-block;
  padding: 3px 20px;
  font-size: 14px;
  color: #333333;
  font-family: 'Poppins-Light';
  background: #cc1a1a;
}
#index-body .init-4 .newsBox .swiper-slide .content h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px 0;
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
  color: #303849;
  line-height: 36px;
}
#index-body .init-4 .newsBox .swiper-slide .content h2:hover {
  color: #cc1a1a;
}
#index-body .init-4 .newsBox .swiper-slide .content > p {
  font-family: 'Poppins-Regular';
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
#index-body .init-4 .newsBox .swiper-slide .content .date p{
  font-family: 'Poppins-SemiBold';
  font-size: 12px;
  color:#cc1a1a;
}
#index-body .init-4 .newsBox .swiper-slide .content .date{
  display: flex;
  align-items: center;
}
#index-body .init-4 .newsBox .swiper-slide .content .date span{
  display: flex;
  align-items: center;
  font-size: 14px;
  color:white;
  font-family: 'Poppins-Regular';
}
#index-body .init-4 .newsBox .swiper-slide .content .date .line {
  display: block;
  width: 90px;
  height: 1px;
  background: #cc1a1a;
  margin:0 15px;
}

#index-body .init-5 {
  padding: 45px 0;
  background: #cc1a1a;
}
#index-body .init-5 .faq-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .init-5 .faq-box h1 {
  font-size: 40px;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  line-height: 1;
  text-transform: uppercase;
}
#index-body .init-5 .faq-box h4 {
    font-size: 40px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    line-height: 1;
    text-transform: uppercase;
        font-style: italic;
}
#index-body .init-5 .faq-box .more {
  display: inline-block;
  padding: 12px 40px;
  background: #fff;
  font-size: 16px;
  color: #404149;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  border-radius: 10px;
}
#index-body .init-5 .faq-box .more:hover {
  background: #404149;
  color: #fff;
}
#index-body .init-5 .faq-box .more:hover i {
  color: #fff;
}
#index-body .init-5 .faq-box .more i {
  margin-right: 10px;
  font-size: 16px;
}
#index-body .init-6 {
  padding: 130px 0 100px;
  background: #fff;
}
#index-body .init-6 .top {
  text-align: center;
}
#index-body .init-6 .top h3 {
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  color: #404149;
}
#index-body .init-6 .top ul {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#index-body .init-6 .top ul li {
  width: 25%;
  text-align: center;
  padding: 0 40px 20px;
  position: relative;
}
#index-body .init-6 .top ul li::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 5px;
  background: #cc1a1a;
}
#index-body .init-6 .top ul li .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 auto 20px;
  font-size: 35px;
  color: #cc1a1a;
}
#index-body .init-6 .top ul li p {
  font-size: 18px;
  color: #9c9d9f;
  font-family: 'Poppins-SemiBold';
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#index-body .init-6 .top ul li h2 {
  font-size: 18px;
  color: #404149;
  line-height: 38px;
  font-family: 'Poppins-SemiBold';
  /*text-transform: uppercase;*/
}
#index-body .init-6 .top ul li h2 span{
  display: block;
  font-size: 18px;
}
#index-body .init-6 form {
  margin-top: 80px;
}
#index-body .init-6 form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#index-body .init-6 form ul li {
  width: 23.5%;
}
#index-body .init-6 form ul li span {
  display: block;
  font-size: 18px;
  color: #9c9d9f;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  margin-bottom: 5px;
}
#index-body .init-6 form ul li input {
  width: 100%;
  padding: 0 10px;
  height: 50px;
  border: none;
  background: #f7f7f7;
}
#index-body .init-6 form h4 {
  font-size: 18px;
  color: #9c9d9f;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  margin-bottom: 5px;
}
#index-body .init-6 form textarea {
  width: 100%;
  border: none;
  background: #f7f7f7;
  padding: 15px 10px;
  height: 150px;
}
#index-body .init-6 form p {
  margin-top: 25px;
  text-align: center;
}
#index-body .init-6 form p input[type="submit"] {
  padding: 15px 40px;
  font-size: 16px;
  color: #ffffff;
  background: #cc1a1a;
  font-family: 'Poppins-SemiBold';
  border: none;
  text-transform: uppercase;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  border-radius: 10px;
}
#index-body .init-6 form p input[type="submit"]:hover {
  background: #000;
}
#index-body .init-6 form input::-webkit-input-placeholder {
  font-size: 16px;
  color: #97989b;
  font-family: 'Poppins-Light';
}
#index-body .init-6 form input::-moz-placeholder {
  font-size: 16px;
  color: #97989b;
  font-family: 'Poppins-Light';
}
#index-body .init-6 form input:-moz-placeholder {
  font-size: 16px;
  color: #97989b;
  font-family: 'Poppins-Light';
}
#index-body .init-6 form input:-ms-input-placeholder {
  font-size: 16px;
  color: #97989b;
  font-family: 'Poppins-Light';
}
#index-body .init-6 form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #97989b;
  font-family: 'Poppins-Light';
}
#index-body .init-6 form textarea:-moz-placeholder {
  font-size: 16px;
  color: #97989b;
  font-family: 'Poppins-Light';
}
#index-body .init-6 form textarea::-moz-placeholder {
  font-size: 16px;
  color: #97989b;
  font-family: 'Poppins-Light';
}
#index-body .init-6 form textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #97989b;
  font-family: 'Poppins-Light';
}
#index-body .init-7 .map {
  width: 100%;
  height: 300px;
}
#index-body .init-7 .map iframe{
  width: 100%;
  display: block;
}
#footer {
  position: relative;
  background: #19191a;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer p {
  font-size: 16px;
  font-family: 'Poppins-Light';
}
#footer p.p {
  font-size: 14px;
}
#footer .top {
  padding: 20px 0 10px;
}
#footer .top .topBox {
  display: flex;
  align-items: flex-end;
}
#footer .top .topBox .footer-img {
  padding: 0 20px;
}
#footer .top .topBox p {
  color: #838383;
  padding: 5px 25px;
  border-left: 1px solid #535353;
  font-family: 'Poppins-Regular';
}
#footer .footer-bottom .bottom-box {
  padding: 15px 0;
  border-top: 1px solid #535353;
  display: flex;
  justify-content: space-between;
}
#footer .footer-bottom .bottom-box .share{
  display: flex;
}
#footer .footer-bottom .bottom-box .share a{
  font-size: 20px;
  color:#8d8d8d;
  margin-right: 20px;
}
#footer .footer-bottom .bottom-box .share a:last-child{
  margin-right: 0;
}
#footer .footer-bottom .bottom-box .share a:hover{
  color:#cc1a1a;
}
#footer .footer-bottom .bottom-box p {
  font-size: 16px;
  color: #838383;
  display: flex;
  align-items: center;
  font-family: 'Poppins-Regular';
}
#footer .footer-bottom .bottom-box p a.cms{
  color:#616161;
}
#footer .footer-bottom .bottom-box p a {
  display: flex;
  align-items: center;
}
#footer .footer-bottom .bottom-box p img {
  width: 260px;
  height: auto;
  margin-left: 5px;
  padding-top: 3px;
  opacity: 0.6;
}
#footer .footer-bottom .bottom-box .icon a .fa {
  font-size: 14px;
  margin-left: 15px;
}
#footer .Stick {
  position: absolute;
}
.layer-form{
    display: none;
}
.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1000001;
    left: 0;
    top: 0;
}
.wrap-contact100 {
    width: 560px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    margin-top: 40px;
}
.contact100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    background-image: url("../images/basic/layer-form-bg.jpg");
    width: 100%;
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 30px 15px 30px 15px;
}
.contact100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67,67,67,0.6);
}
.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 55px 48px 55px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 15px
}
.label-input100 {
    font-size: 18px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 2px;
}
.label-input100.rs1 {
    height: 60px;
}
.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 25px 0 60px;
    border: none;
}
input.input100 {
    height: 55px;
}
textarea.input100 {
    min-height: 162px;
    padding-top: 22px;
    padding-bottom: 15px;
    font-family: 'microsoft yahei';
}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: #0066cc;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.input100:focus + .focus-input100 + .label-input100 {
    color: #0066cc;
}
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 17px;
}
.contact100-form-btn {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    border-radius: 21px;
    background: #0066cc;
    cursor: pointer;
    box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-btn:hover {
    background: #333333;
    box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}
@media (max-width: 576px) {
    .contact100-form {
        padding: 40px 15px 48px 15px;
    }

    .input100 {
        padding: 0 25px 0 40px;
    }

    .label-input100 {
        width: 40px;
    }
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #cc1a1a;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #cc1a1a;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #cc1a1a;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 1800px) {
  #index-body .init-manu .manu-left,
  #index-body .init-manu .container .manu-right,
  #index-body .init-service .service-right{
    max-width:50%;
    height: 100%;
  }
  #index-body .init-manu .manu-left {
    left: 0;
  }
  #index-body .init-manu .manu-left img,
  #index-body .init-service .service-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index-body .init-service .container .service-left {
    max-width: 50%;
  }
  #index-body .init-service .line,
  #index-body .init-manu .line  {
    width: 40%;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .init-manu .container .manu-right .imgs img{
    width: calc((100% - 20px) / 2);
  }
  #index-body .init-manu .container .manu-right .imgs img:last-child {
    margin-left: 20px;
  }
  #index-body .init-service .container .service-left {
    max-width: 45%;
  }
  .container,
  .container2 {
    width: 1270px;
  }
}
@media screen and (max-width: 1270px) {
    .container,
    .container2 {
    width: 1230px;
  }
    #header .nav .nav-box .menu-box .menu > li {
    margin: 0 10px
  }
  .containerBox{
      width: 1230px;
  }
}
@media screen and (max-width: 1230px) {
  .container,
  .container2 {
    width: 970px;
  }
  .containerBox{
      width: 970px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 10px
  }
  #header .nav .nav-box .search-box ul li a{
    font-size: 14px;
  }
  #header .nav .nav-box .search-box ul{
    padding: 20px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 16px;
  }
  #banner .swiper-slide .content-box .content h2 {
    font-size: 40px;
  }
  #banner .swiper-slide .content-box .content h1 {
    font-size: 50px;
    margin: 10px 0 30px;
  }
  #index-body {
    padding-top: 180px;
  }
  #index-body .init-1 ul {
    padding: 30px 0 30px;
  }
  #index-body .init-1 {
    top: -40px;
  }
  #index-body .init-1 ul li span {
    font-size: 40px;
  }
  #index-body .init-1 ul li h2 {
    font-size: 20px;
  }
  #index-body .init-2 .about-box .left h2 {
    font-size: 24px;
  }
  #index-body p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  #index-body .init-2 .about-box .left ul li {
    padding: 20px 10px 10px;
  }
  #index-body .init-2 .about-box .left ul li img {
    width: 44px;
    height: 44px;
  }
  #index-body .init-2 {
    padding-bottom: 60px;
  }
  #index-body .init-4 {
    padding: 50px 0;
  }
  #index-body .init-4 .newsBox .swiper-slide .content {
    padding: 30px 20px 20px;
  }
  #index-body .init-4 .newsBox .swiper-slide .content h2 {
    font-size: 20px;
  }
  #index-body .init-4 .newsBox .swiper-slide .time {
    padding: 20px 20px;
  }
  #index-body .init-5 .faq-box h1 {
    font-size: 30px;
  }
  #index-body .init-5 .faq-box h4 {
    font-size: 30px;
  }  
  #index-body .init-5 {
    padding: 20px 0;
  }
  #index-body .init-5 .faq-box .more {
    font-size: 14px;
  }
  #index-body .init-6 {
    padding: 60px 0 70px;
  }
  #index-body .init-6 .top ul li {
    padding: 0 20px 20px;
  }
  #index-body .init-6 .top ul li h2 {
    font-size: 20px;
  }
  #index-body .init-6 form input::-webkit-input-placeholder {
    font-size: 12px;
    color: #97989b;
    font-family: Arial;
  }
  #index-body .init-6 form input::-moz-placeholder {
    font-size: 12px;
    color: #97989b;
    font-family: Arial;
  }
  #index-body .init-6 form input:-moz-placeholder {
    font-size: 12px;
    color: #97989b;
    font-family: Arial;
  }
  #index-body .init-6 form input:-ms-input-placeholder {
    font-size: 12px;
    color: #97989b;
    font-family: Arial;
  }
  #index-body .init-6 form textarea::-webkit-input-placeholder {
    font-size: 12px;
    color: #97989b;
    font-family: Arial;
  }
  #index-body .init-6 form textarea:-moz-placeholder {
    font-size: 12px;
    color: #97989b;
    font-family: Arial;
  }
  #index-body .init-6 form textarea::-moz-placeholder {
    font-size: 12px;
    color: #97989b;
    font-family: Arial;
  }
  #index-body .init-6 form textarea::-ms-input-placeholder {
    font-size: 12px;
    color: #97989b;
    font-family: Arial;
  }
  #footer p {
    font-size: 14px;
  }
  #footer .footer-bottom .bottom-box p {
    font-size: 14px;
  }
  #banner .swiper-slide .content-box .content h3.txt {font-size: 48px}
  #banner .swiper-slide .content-box .content h2.txt {font-size: 42px}

  #index-body .init-service .service-right,
  #index-body .init-manu .manu-left{
    position: unset;
  }
  #index-body .init-manu .manu-left,
   #index-body .init-manu .container .manu-right, 
  #index-body .init-service .service-right {
    max-width: 100%;
    position: relative;
  }
  #index-body .init-service .line, #index-body .init-manu .line {
    display: none;
  }
  #index-body .init-manu,
  #index-body .init-service{
    height: auto;
  }
  #index-body .init-service {
    margin: 85px 0;
  }
  #index-body .init-service .container .service-left {
    margin-top: 60px;
    max-width: 100%;
  }
  #index-body .init-manu .manu-left{
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .container,
  .container2 {
    width: 700px;
  }
    #banner .swiper-slide .content-box .content h3.txt {font-size: 42px}
  #banner .swiper-slide .content-box .content h2.txt {font-size: 36px}
  .containerBox {
    width: 700px;
  }
  #index-body .init-2 .about-box .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  #index-body .init-2 .about-box .right {
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  #index-body .init-6 .top ul li {
    padding: 0 10px 20px;
  }
  #index-body .init-6 .top ul li h2 {
    font-size: 14px;
  }
  #index-body .init-6 .top ul li p {
    font-size: 14px;
  }
  #index-body .init-6 .top ul {
    margin-top: 30px;
  }
  #index-body .init-6 form {
    margin-top: 40px;
  }
  #index-body .init-6 form ul li input {
    padding: 0 15px;
  }
  #index-body .init-6 form ul li span {
    font-size: 14px;
  }
  #index-body .init-6 form h4 {
    font-size: 14px;
  }
  #index-body .init-6 form textarea {
    padding: 15px;
  }
  #banner .swiper-slide .content-box .content h3 {
    font-size: 50px;
    margin: 20px 0;
  }
  #index-body {
    padding-top: 90px;
  }
  #index-body .init-3 .swiper-slide .product-img-h .text h5 {
    margin-bottom: 50px;
    padding: 0 30px;
    text-align: center;
  }
  #index-body .init-6 .top ul li h2 span {
    font-size: 14px;
  }
  #footer .footer-bottom .bottom-box {
    flex-direction: column;
    justify-content: center
  }
  #footer .footer-bottom .bottom-box .share {
    justify-content: center;
  }
    #index-body .init-6 form ul li span {margin: 10px 0}
  #index-body .init-6 form ul li {
    width: 100%;
    margin-bottom: 0px;
  }
  #footer .footer-bottom .bottom-box p {
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .container,
  .container2 {
    width: 100%;
  }
  #index-body .init-4 .newsBox {
    padding: 0;
  }
  #index-body .init-manu,
  #index-body .init-service {
    display: none;
  }
  #banner .swiper-button-next, #banner .swiper-button-prev {display: none!important}
  .containerBox {
    width: 100%;
  }
  #index-body .init-1 {display: none}
      #banner .swiper-slide .content-box .content h3.txt {font-size: 32px}
  #banner .swiper-slide .content-box .content h2.txt {display: none}
  #index-body .init-1 ul li {
    width: 50%;
  }
  #banner .swiper-slide .content-box .content h2 {
    font-size: 20px;
  }
  #banner .swiper-slide .content-box .content h1 {
    font-size: 30px;
    margin: 0px 0 10px;
  }
  #banner .swiper-slide .content-box .content h3 {
    font-size: 20px;
    margin: 0px 0 10px;
    line-height: 40px;
  }  
  #banner .swiper-slide .content-box .content {
    text-align: center;
    padding-top: 0;
  }
  #banner .swiper-slide .content-box .content .more a {
    font-size: 12px;
    padding: 5px 10px;
  }
  #index-body {
    padding-top: 260px;
  }
  #index-body .init-3 {
    padding: 0 15px;
  }
  #index-body .init-5 .faq-box {
    justify-content: center;
    flex-wrap: wrap;
  }
  #index-body .init-5 .faq-box .more {
    margin-top: 20px;
  }
  #index-body .init-6 .top ul li {
    width: 100%;
  }

  #index-body .init-6 .top ul {
    flex-direction: row;
  }
  
  #footer p {
    font-size: 12px;
  }
  #footer .footer-bottom .bottom-box p {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-bottom .bottom-box {
    display: block;
  }
  #footer .footer-bottom .bottom-box p {
    text-align: center;
    display: block;
  }
  #footer .footer-bottom .bottom-box p a {
    display: inline-block;
    text-align: center;
  }
  #footer .footer-bottom .bottom-box .icon a {
    display: inline-block;
  }
  #index-body .init-1 {
    top: 0;
}
#index-body .init-2 .about-box .left ul li img{
      display: none;
}
#index-body .init-2 .about-box .left ul li .text {
    width: 100%;
}
#index-body .init-5 .faq-box h1 {
    font-size: 22px;
}
#index-body .init-5 .faq-box h4 {
    font-size: 22px;
}
#index-body .init-4 .top h1{
  font-size: 30px;
}
#index-body .init-4 .top h4{
  font-size: 30px;
}
#index-body .init-3 .swiper-slide .product-img-h .text h5{
      font-size: 24px;
}
#index-body .init-1 ul li span {
    font-size: 28px;
}
#index-body .init-1 ul li h2 {
    font-size: 18px;
}
    #index-body .init-6 .top ul li p {
        font-size: 28px;
    }
    #index-body .init-2 .about-box .left ul li {
    width: 100%;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-o-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s !important;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 200;
  display: none;
}
#mobile img {
  width: auto;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url(../images/icon-search-white.png) no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
  #menu-menu-1 .menu-item .pro-nav{
   display: none !important;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
}
table tr {
  width: auto !important;
  height: auto !important;
}
.wpulike.wpulike-default {
  display: none;
}.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;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}



h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins-SemiBold';
}
.inner-banner {
    height: 261px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    padding-top: 115px;
    color: white;
    z-index: 1;
}
.inner-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.inner-banner h3 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    color: #fff;
}
a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.inner-banner .mbx {
    font-size: 16px;
    font-family: 'Poppins-Light';
    color: #fff;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    margin: 0 5px;
    line-height: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
}
.inner-banner .mbx a:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #cc1a1a;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 20px;
}
.inner-banner .mbx a:hover {
    color: #cc1a1a;
}
.inner-page {
    font-size: 16px;
    line-height: 1.8;
    position:relative;
    z-index:1;
}
.inner-page .text {
    font-family: 'Poppins-Light';
    font-size: 16px;
	line-height:30px;
}
.inner-page .text div{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.inner-page .text p {
  max-width: 980px;
}
.inner-page .text p span {
  display: block;
    font-size: 30px;
    font-family: "Poppins-SemiBold";
    color: #cc1a1a;
    line-height: 1.5;
    text-transform: uppercase;
}
.inner-page .text ul li{
    margin-left: 20px;
}
.inner-page i.small-tit {
    color: #cc1a1a;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
}
.inner-page h3.title {
    color: #424242;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
    font-family: 'Poppins-SemiBold';
}
.inner-page h3.title.mt0 {
    margin-top: 0;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #cc1a1a;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.inner-page .sidebar-box .sidebar-left {
    width: 34%;
    padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 30px;
    background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
    margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
    display: block;
    text-transform: uppercase;
    color: #072948;
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    padding: 15px 20px;
    background: #fff;
    border-left: 4px solid #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
    float: right;
    font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
    background: #fbf9f7;
    border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
    background: #cc1a1a none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
    margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
    color: #111;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 25px;
    font-family: 'Poppins-SemiBold';
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
    position: absolute;
    height: 4px;
    width: 30%;
    background: #cc1a1a none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 35%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #111;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
    margin-right: 5px;
    color: #cc1a1a;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
    float: right;
    margin-top: 6px;
    color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
    background: #cc1a1a none repeat scroll 0 0;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
    padding: 30px;
    background: url("../images/sidebar-info.jpg") center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cc1a1a;
    z-index: -1;
    opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 30px;
    font-family: 'Poppins-SemiBold';
    font-weight: 500;
    margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins-SemiBold';
    letter-spacing: 1px;
    margin: 20px 0;
    display: block;
    font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #cc1a1a;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
    background: transparent;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
}
.m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.m-page a:hover {
    background: #cc1a1a none repeat scroll 0 0;
    color: #fff;
}
.about-page .about-1 {
    padding: 70px 0;
}
.about-page .about-1 .left {
    width: 42%;
    padding-right: 15px;
    vertical-align: middle;
}
.about-page .about-1 .left .box2 {
    position: relative;
    z-index: 1;
}
.about-page .about-1 .left .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(204 26 26);
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
}
.about-page .about-1 .left .box2:before {
    content: '';
    background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.about-page .about-1 .left .box2 .play {
    position: absolute;
    color: white;
    bottom: 20px;
    font-family: 'Poppins-SemiBold';
    right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
    background: #cc1a1a none repeat scroll 0 0;
    border: 2px solid #cc1a1a;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 58px;
    line-height: 15px;
    margin: 0 10px 0 0;
    padding: 20px;
    text-align: center;
    width: 58px;
}
.about-page .about-1 .right {
    width: 58%;
    padding-left: 50px;
    vertical-align: middle;
}
.about-page .about-1 .right h5 {
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 35px;
    position: relative;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Poppins-SemiBold';
}
.about-page .about-1 .right h5:before {
    position: absolute;
    height: 4px;
    width: 10%;
    background: #cc1a1a none repeat scroll 0 0;
    content: "";
    left: 0;
    top: -20px;
}
.about-page .about-1 .right h5:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 11%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
    color: #111;
    margin: 5px 0;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-family: "Poppins-Regular";
    width: 50%;
    float: left;
}
.about-page .about-1 .right .text ul li:after {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    color: #cc1a1a;
}
.about-page .about-2 {
    background: #f8f9fc;
    padding: 70px 0;
}
.about-page .about-2 .left {
    padding-right: 15px;
}
.about-page .about-2 .right {
    padding-left: 15px;
}
.about-page .about-2 .right .content {
    background: white none repeat scroll 0 0;
    padding: 20px 5px;
    border-radius: 5px;
}
.about-page .about-2 .right .content li {
    /*text-transform: capitalize;*/
    color: #333;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 15px;
    font-family: 'Poppins-Light';
}
.about-page .about-2 .right .content li i {
    color: #cc1a1a;
    margin-right: 10px;
}
.about-page .about-3 {
    padding: 70px 0;
    background: url("../images/about-3-bg.png") center center #cc1a1a;
    color: white;
    text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
    color: #fff;
}
.about-page .about-3 p {
    max-width: 850px;
    display: block;
    margin: 30px auto;
}
.about-page .about-3 a.more {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #cc1a1a;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-3 a.more:hover {
    background: transparent;
    color: #fff;
}
.about-page .about-4 {
    padding: 70px 0;
}
.about-page .about-4 .top {
    display: block;
}
.about-page .about-4 .top .left {
    vertical-align: middle;
    display: inline-block;
        width: 60%;
}
.about-page .about-4 .top .right {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
        width: 39%;
}
.about-page .about-4 .top .right a.more {
    display: inline-block;
    vertical-align: middle;
    color: #cc1a1a;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: #cc1a1a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.about-page .about-4 .top .right a.more i {
    margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
    color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
    width: 100%;
}
.about-page .about-4 .bottom {
    padding-top: 50px;
}
.about-page .about-4 .bottom ul {
    margin: -15px;
}
.about-page .about-4 .bottom ul li {
    padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
    box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
    display: block;
    color: #111;
    font-family: 'Poppins-SemiBold';
    font-size: 22px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
    background: #cc1a1a;
    color: white;
}



.faq-page .faq-1 {
  padding: 150px 0;
}
.faq-page .faq-1 .ui.container {
  max-width: 1170px;
}
.faq-page .faq-1 .ui.container .h2 {
  color: #000;
  text-align: center;
  font-family: 'Poppins-SemiBold';
}
.faq-page .faq-1 .ui.container .faq-main {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  margin-top: 50px;
}
.faq-page .faq-1 .ui.container .faq-main .column {
  padding: 0 30px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li {
  margin-bottom: 20px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li.active .h5 i {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  -moz-transform: translateY(-50%) rotateZ(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotateZ(90deg);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 {
  width: 100%;
  padding: 20px 25px;
  padding-right: 40px;
  background: #e6ecef;
  color: #000;
  font-size: 16px;
  position: relative;
  font-family: "Poppins-SemiBold";
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center ;
  -webkit-align-items: center ;
  -moz-box-align: center ;
  -ms-flex-align: center ;
  align-items: center ;
  color: #fff;
  background: var(--color);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .content {
  padding: 20px;
  line-height: 1.5;
  text-align: left;
  display: none;
  color:#000;
}




.service-page {
    padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
    display:none !important;
}
.service-page h3.title {
    font-size: 24px;
}
.service-page .form {
    padding-top: 30px;
}
.news-page {
    padding: 70px 0;
}
.news-page .news-list ul {
    margin: -15px;
}
.news-page .news-list ul li {
    padding: 15px;
}
.news-page .news-list ul li:last-child {
    margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
    display: block;
}
.news-page .news-list ul li a.img-box img {
    width: 100%;
}
.news-page .news-list ul li .box {
    padding: 10px;
    -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
    padding: 20px;
    position: relative;
}
.news-page .news-list ul li .box .content time {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -35px;
    background: #cc1a1a none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-family: 'Poppins-SemiBold';
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
}
.news-page .news-list ul li .box .content h3 {
    margin-top: 25px;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    margin-bottom: 15px;
    color: #111;
    display: inline-block;
    line-height: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-page .news-list ul li .box .content h3 a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.news-page .news-list ul li .box .content h3:hover {
    color: #cc1a1a;
}
.news-page .news-list ul li .box .content a.more {
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #cc1a1a;
    border-left: 1px solid #cc1a1a;
    font-size: 16px;
    font-family: "Poppins-Regular";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
    -webkit-transition: 0.5s padding-left;
    -moz-transition: 0.5s padding-left;
    -ms-transition: 0.5s padding-left;
    -o-transition: 0.5s padding-left;
    transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
    color: #111;
    border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
    padding-left: 5px;
}
.newdet-page {
    padding: 70px 0;
}
.newdet-page .news-content h3.title {
    font-size: 24px;
}
.newdet-page .news-content a.img-box {
    display: block;
}
.newdet-page .news-content a.img-box img {
    width: 100%;
}
.newdet-page .news-content time {
    width: 65px;
    height: 65px;
    margin-top: -35px;
    background: #cc1a1a none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-family: 'Poppins-SemiBold';
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
    position: relative;
    z-index: 1;
}
.newdet-page .news-content .tag {
    font-size: 14px;
    color: #828893;
    font-family: "Poppins-Regular";
}
.newdet-page .news-content .tag em {
    color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .news-content .tag div {
    margin-left: 15px;
}
.newdet-page .news-content .tag div i {
    color: #cc1a1a;
    margin-right: 5px;
}
.newdet-page .news-content .content {
    padding: 15px 0;
    margin: 10px 0;
    border-top: 1px #eee dashed;
    border-bottom: 1px #eee dashed;
    text-align: left;
}
.newdet-page .news-content .content p {
    padding: 5px 0;
}
.newdet-page .news-content .share {
    text-align: left;
}
.newdet-page .news-content .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-family: "Poppins-Regular";
    color: #333;
    font-size: 14px;
}
.newdet-page .news-content .share ul {
    display: inline-block;
}
.newdet-page .news-content .share ul li {
    width: auto;
    padding: 5px;
    display: inline-block;
}
.newdet-page .news-content .share ul li a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    border-radius: 5px;
    background: #edeff2;
    font-size: 12px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
    color: white;
    background: #cc1a1a;
}
.newdet-page .news-content .m-link {
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
    font-size: 14px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
    color: #cc1a1a;
    text-decoration: underline;
}
.contact-page {
    padding: 70px 0;
}
.contact-page .button-group .button {
    background: #cc1a1a !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
    display: none !important;
}
.contact-page .contact-2 {
    padding-bottom: 70px;
}
.contact-page .contact-2 .left {
    width: 55%;
    padding-right: 15px;
}
.contact-page .contact-2 .left .form {
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding:60px 30px;
}
.contact-page .contact-2 .right {
    width: 45%;
    padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
    position: relative;
    padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #cc1a1a none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    height: 4px;
    width: 20px;
    background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
    padding-top: 20px;
    margin: -10px;
}
.contact-page .contact-2 .right ul li {
    padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
    font-size: 24px;
    FONT-WEIGHT: 200;
    text-transform: capitalize;
    color: #cc1a1a;
    font-family: 'Poppins-SemiBold';
}
.contact-page .contact-2 .right ul li p {
    font-size: 16px;
    color: #111;
    line-height: normal;
    letter-spacing: 1px;
}



.product-page h2 {
  font-size: 42px;
  line-height: 1;
  color: #282828;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  padding: 90px 0 50px;
}
h1.xilinh {
    color: #cc1a1a;
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.xinlinpro {
    line-height: 32px;
}
.product-page .product-1 {
  background: #fff;
  position: relative;
  margin-bottom: 47px;
}
.product-page .product-1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  background: #fff;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.product-page .product-1 .product-nav {
  position: relative;
  z-index: 3;
}
.product-page .product-1 .product-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-page .product-1 .product-nav ul li {
  width: 20%;
  padding: 1px;
}
.product-page .product-1 .product-nav ul li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  padding: 14px 0;
  background: #e3e3e3;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.product-page .product-1 .product-nav ul li a:hover {
  background: #cc1a1a;
  color: #fff;
}
.product-page .product-1 .product-nav ul li.active a {
  background: #cc1a1a;
  color: #fff;
}
.product-page .product-2 {
  padding-bottom: 70px;
  background: #eee;
}
.product-page .product-2 h2 {
  padding: 45px 0 25px;
  border-top: 1px solid #ececec;
  position: relative;
}
.product-page .product-2 h2::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background: #cc1a1a;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-page .product-2 .product-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-2 .product-list li {
  width: 20%;
  padding: 10px;
}
.product-page .product-2 .product-list li a {
  display: block;
  border: 1px solid #cdcdcd;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.product-page .product-2 .product-list li a:hover {
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-2 .product-list li a:hover .content {
  background: #cc1a1a;
}
.product-page .product-2 .product-list li a .product-img {
  overflow: hidden;
}
.product-page .product-2 .product-list li a .product-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-page .product-2 .product-list li a .product-img img {
  width: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.product-page .product-2 .product-list li a .content {
  text-align: center;
  padding: 20px 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: #f7f7f7;
  height: 100px;
}
.product-page .product-2 .product-list li a .content h4 {
  font-size: 20px;
  line-height: 1;
  color: #161616;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  /*height: 40px;*/
}
.product-page .product-2 .product-list li a .content h6 {
  font-size: 22px;
  line-height: 30px;
  color: #161616;
  font-family: 'Poppins-SemiBold';
  margin: 10px 0 15px;
  /*height: 60px;*/
}
.product-page .product-2 .product-list li a .content p {
  font-size: 16px;
  line-height: 1;
  color: #1b1b1b;
  text-transform: uppercase;
  
}
.product-page .product-3 {
  padding: 70px 0 60px;
  background: #cc1a1a;
}
.product-page .product-3 .content {
  text-align: center;
}
.product-page .product-3 .content h4 {
  font-size: 28px;
  line-height: 1;
  color: white;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
.product-page .product-3 .content h3 {
  font-size: 52px;
  line-height: 1;
  color: white;
  font-family: 'Poppins-SemiBold';
  margin: 18px 0;
}
.product-page .product-3 .content p {
  font-size: 18px;
  line-height: 1.5;
  color: white;
  max-width: 580px;
  margin: 0 auto 25px;
}
.product-page .product-3 .content .more {
  display: inline-block;
  padding: 8px 35px;
  border-radius: 33px;
  border: 1px solid white;
  font-size: 16.36px;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  color:white;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin: 0 12px;
}
.product-page .product-3 .content .more:hover {
  background: #141414;
  border-color: #141414;
}
.prodet-page .prodet-1 .four.slick{
  margin: 60px -5px;
}
.prodet-page .prodet-1 .four.slick li{
  padding: 0 5px;
}
.prodet-page .prodet-1 .product-box {
  padding: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.prodet-page .prodet-1 .product-box .left {
  width: 45%;
}
.prodet-page .prodet-1 .product-box .right {
  width: 55%;
  padding-left: 50px;
}
.prodet-page .prodet-1 .product-box .right h1{
  color: #cc1a1a;
}
.prodet-page .prodet-1 .product-box .right h5 {
  font-size: 28px;
  line-height: 1;
  color: #141414;
  font-family: 'Poppins-Light';
}
.prodet-page .prodet-1 .product-box .right h2 {
  font-size: 52px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  margin: 15px 0 25px;
}
.prodet-page .prodet-1 .product-box .right h3 {
  font-size: 28px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  padding-bottom: 15px;
}
.prodet-page .prodet-1 .product-box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #282828;
  font-family: 'Poppins-Light';
  padding: 20px 20px 0 0;
  border-top: 1px solid #a4a4a4;
  margin-bottom: 35px;
  height: 400px;
    overflow: auto;

}
.prodet-page .prodet-1 .product-box .right .text ul li{
  list-style-type: disc;
}
.prodet-page .prodet-1 .product-box .right .btns a i{
  color:var(--color);
  font-size: 30px;
}
.prodet-page .prodet-1 .product-box .left .four.slick ul li{
  padding: 0 10px;

}
.prodet-page .prodet-1 .product-box .left .four.slick ul li img{
  border: 1px solid #a2a3a3;
  border-radius: 10px;
}
.prodet-page .prodet-1 .product-box .left .four.slick ul .slick-list .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .product-box .right .btn{
  font-size: 18px;
  color:var(--color);
  border:solid 1px  var(--color);
  padding: 8px 40px;
  display: block;
  /*width: fit-content;*/
  transition: all 0.5s;
 width: 160px;
    border-radius: 30px;
    text-align: center;
}
.prodet-page .prodet-1 .product-box .right .btn:hover{
  background-color: var(--color);
  color:white;
}
.prodet-page .prodet-1 .product-box .right .btn-more{
  font-size: 18px;
  color:var(--color);
  border:solid 1px  var(--color);
  padding: 8px 40px;
  display: block;
  /*width: fit-content;*/
  transition: all 0.5s;
 width: 160px;
    border-radius: 30px;
    text-align: center;
}
.prodet-page .prodet-1 .product-box .right .btn-more:hover{
  background-color: var(--color);
  color:white;
}
.prodet-page .prodet-2 h3 {
  display: inline-block;
  padding: 10px 85px 10px 25px;
  background: #cc1a1a;
  font-size: 35px;
  line-height: 1;
  color: #141414;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
}
.prodet-page .prodet-2 .content-box {
  background: #f2f2f2;
}
.prodet-page .prodet-2 .content-box .content {
  padding: 50px 40px 40px;
}
.prodet-page .prodet-2 .content-box .content table tbody td,.prodet-page .prodet-2 .content-box .content table tbody th{
  border: none;
}
.prodet-page .prodet-2 .content-box .content table{
  border: none;
}
.prodet-page .prodet-2 .content-box .content strong{
  font-family: 'Poppins-SemiBold';
}
.prodet-page .prodet-2 .content-box .content strong span{
  font-weight: bold!important;
  font-size: 22px!important;
  font-family: 'Poppins-SemiBold'!important;
  color: #040404!important;
}
.prodet-page .prodet-2 .content-box .content table div span,
.prodet-page .prodet-2 .content-box .content table div,
.prodet-page .prodet-2 .content-box .content table div p{
  font-size: 18px!important;
}
.prodet-page .prodet-2 .content-box .content div{
      font-family: 'Poppins-Light';
}
.prodet-page .prodet-2 .content-box .content p{
      font-family: 'Poppins-Light';
}
.prodet-page .prodet-3 .content {
  padding: 85px 0;
}
.prodet-page .prodet-3 .content video{
  margin: 0 auto;
}
.prodet-page .prodet-4 h3 {
  padding: 25px;
  font-size: 35px;
  line-height: 1;
  color: #141414;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  border-bottom: 1px solid #d4d4d4;
}
.prodet-page .prodet-4 .prodet-4-t{
  background-color:#d5d5d5;
  border-radius: 30px;
}
.prodet-page .prodet-4 .prodet-4-t ul{
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-4 .prodet-4-t ul li{
  font-size: 18px;
  background-color:transparent;
  color: #141414;
  font-family: 'Poppins-SemiBold';
  /*width: 20%;*/
  flex: 1;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 30px;
}
.prodet-page .prodet-4 .prodet-4-t ul li.active{
  background-color: var(--color);
  color:white;
}
.prodet-page .prodet-4 .content {
  padding: 50px 0;
}
.prodet-page .prodet-5 {
  padding-bottom: 40px;
  background: #272727;
}
.prodet-page .prodet-5 .content table tbody tr:nth-child(1){
  background: #fcb300;
  padding: 10px 0;
}
.prodet-page .prodet-5 .content table tbody tr:nth-child(1) td{
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  color: #000;
}
.prodet-page .prodet-5 .content table tbody tr{
  border-bottom: 1px solid #454545;
}
.prodet-page .prodet-5 .content table tbody tr td{
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins-Light';
  line-height:30px;
}
.prodet-page .prodet-5 .content table tbody tr td p{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-5 .content table tbody tr td div{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-5 .content div strong{
  color: #929292;
  font-weight: 100;
}
.prodet-page .prodet-5 .content div{
  color: #929292;
}
.prodet-page .prodet-6 h3 {
  padding: 65px 25px 25px;
  font-size: 35px;
  line-height: 1;
  color: #141414;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  border-bottom: 1px solid #d4d4d4;
}
.prodet-page .prodet-6 .box {
  margin-top: 42px;
  padding: 0 5px;
}
.prodet-page .prodet-6 .box ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.prodet-page .prodet-6 .box ul li a {
  display: block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.prodet-page .prodet-6 .box ul li a .product-img {
  border: 1px solid #d4d4d4;
  overflow: hidden;
  border-radius: 10px;
}
.prodet-page .prodet-6 .box ul li a .product-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.prodet-page .prodet-6 .box ul li a .product-img img {
  width: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.prodet-page .prodet-6 .box ul li a .content {
  text-align: center;
  padding: 18px 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.prodet-page .prodet-6 .box ul li a .content h4 {
  font-size: 20px;
  line-height: 30px;
  color: #161616;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
.prodet-page .prodet-6 .box ul li a .content h6 {
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: 'Poppins-SemiBold';
  margin: 10px 0 15px;
  transition: all 0.5s;
}
.prodet-page .prodet-6 .box ul li a .content h6:hover{
  color: #cc1a1a;
}
.prodet-page .prodet-6 .box ul li a .content p {
  font-size: 16px;
  line-height: 1;
  color: #1b1b1b;
  text-transform: uppercase;
  
}
.prodet-page .prodet-7 {
  padding: 70px 0 60px;
  background: #cc1a1a;
}
.prodet-page .prodet-7 .content {
  text-align: center;
}
.prodet-page .prodet-7 .content h4 {
  font-size: 28px;
  line-height: 1;
  color: white;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
.prodet-page .prodet-7 .content h3 {
  font-size: 52px;
  line-height: 1;
  color: white;
  font-family: 'Poppins-SemiBold';
  margin: 18px 0;
}
.prodet-page .prodet-7 .content p {
  font-size: 18px;
  line-height: 28px;
  color: white;
  
  max-width: 580px;
  margin: 0 auto 25px;
}
.prodet-page .prodet-7 .content .more {
  display: inline-block;
  padding: 8px 35px;
  border-radius: 33px;
  border: 1px solid white;
  font-size: 16.36px;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  color: white;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin: 0 12px;
}
.prodet-page .prodet-7 .content .more:hover {
  background: #141414;
  border-color: #141414;
}
.lithium-page img {
  width: auto;
}
.lithium-page span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.lithium-page .lithium-1 {
  padding-top: 130px;
}
.lithium-page .lithium-1 .title {
  text-align: center;
  margin-bottom: 50px;
}
.lithium-page .lithium-1 .title h2 {
  font-size: 60px;
  line-height: 1;
  color: #242424;
  font-family: 'Poppins-SemiBold';
}
.lithium-page .lithium-1 .title h6 {
  font-size: 24px;
  line-height: 1;
  color: #242424;
  font-family: 'Poppins-SemiBold';
  margin: 50px 0 25px;
}
.lithium-page .lithium-1 .title h6 span {
  color: #00974a;
}
.lithium-page .lithium-1 .bottom {
  margin-top: 10px;
  text-align: center;
}
.lithium-page .lithium-1 .bottom h5 {
  font-size: 34.5px;
  line-height: 1;
  color: #242424;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 10px;
}
.lithium-page .lithium-1 .bottom h2 {
  font-size: 86px;
  line-height: .85;
  color: #00974a;
  font-family: 'Poppins-SemiBold';
}
.lithium-page .lithium-2 img {
  width: 100%;
}
.lithium-page .lithium-3 {
  text-align: center;
  padding: 70px 0;
  background: #eeeeee;
}
.lithium-page .lithium-3 h4 {
  font-size: 48px;
  line-height: 1;
  color: #00974a;
  font-family: 'Poppins-SemiBold';
}
.lithium-page .lithium-3 img {
  display: inline-block;
  margin: 10px 0;
}
.lithium-page .lithium-3 p {
  font-size: 20px;
  line-height: 1.8;
  color: #2d2d2d;
  font-family: 'Poppins-Light';
}
.lithium-page .lithium-4 {
  padding-top: 75px;
  text-align: center;
}
.lithium-page .lithium-4 .content h2 {
  font-size: 40px;
  line-height: 1;
  color: #00974a;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 45px;
}
.lithium-page .lithium-4 .content h2 span {
  color: #bfd319;
  margin: 0 25px;
}
.lithium-page .lithium-5 .content {
  padding: 0 50px;
}
.lithium-page .lithium-5 .content h2 {
  font-size: 66px;
  line-height: 1;
  color: #282828;
  font-family: 'Poppins-SemiBold';
  padding: 55px 0 45px;
  text-align: center;
  border-bottom: 1px solid #00974a;
}
.lithium-page .lithium-5 .content ul {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.lithium-page .lithium-5 .content ul li {
  width: 50%;
  padding-left: 60px;
  margin-bottom: 65px;
}
.lithium-page .lithium-5 .content ul li h4 {
  font-size: 30px;
  line-height: 1;
  color: #00974a;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 25px;
  position: relative;
}
.lithium-page .lithium-5 .content ul li h4::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #00974a;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.lithium-page .lithium-5 .content ul li p {
  font-size: 18px;
  line-height: 1;
  color: #141414;
  font-family: 'Poppins-Light';
  margin-bottom: 18px;
}
.lithium-page .lithium-5 .content ul li:nth-child(even) {
  padding-left: 160px;
}
.lithium-page .lithium-6 {
  padding-bottom: 100px;
}
.lithium-page .lithium-6 .content {
  padding: 0 50px;
}
.lithium-page .lithium-6 .content .top {
  padding: 0 40px 20px;
  border-bottom: 1px solid #00974a;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lithium-page .lithium-6 .content .top h2 {
  font-size: 36px;
  line-height: 1;
  color: #282828;
  text-transform: capitalize;
  font-family: 'Poppins-SemiBold';
}
.lithium-page .lithium-6 .content .top a {
  font-size: 14px;
  line-height: 1;
  color: #141414;
  font-family: 'Poppins-Light';
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all .3s;
  text-transform: capitalize;
}
.lithium-page .lithium-6 .content .top a:hover {
  color: #00974a;
  border-bottom: 1px solid #00974a;
}
.lithium-page .lithium-6 .lithiumBox {
  margin-top: 60px;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a {
  display: block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .product-img {
  overflow: hidden;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .product-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .product-img img {
  width: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .content {
  text-align: center;
  padding: 30px 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .content h4 {
  font-size: 30px;
  line-height: 1;
  color: #161616;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  transition: all .3s;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .content h4:hover {
  color: #00974a;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .content h6 {
  font-size: 16px;
  line-height: 1;
  color: #161616;
  font-family: 'Poppins-SemiBold';
  margin: 10px 0 15px;
  transition: all .3s;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .content h6:hover {
  color: #00974a;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .content p {
  font-size: 16px;
  line-height: 1;
  color: #1b1b1b;
  text-transform: uppercase;
  
  transition: all .3s;
}
.lithium-page .lithium-6 .lithiumBox .swiper-slide a .content p:hover {
  color: #00974a;
}
.lithium-page .lithium-6 .lithiumBox .swiper-pagination {
  position: relative;
}
.lithium-page .lithium-6 .lithiumBox .swiper-pagination span {
  opacity: 1;
  background: #909090;
  margin: 0 5px;
}
.lithium-page .lithium-6 .lithiumBox .swiper-pagination .swiper-pagination-bullet-active {
  background: #00974a;
}
.lithium-page .product-3 {
  padding: 70px 0 60px;
  background: #cc1a1a;
}
.lithium-page .product-3 .content {
  text-align: center;
}
.lithium-page .product-3 .content h4 {
  font-size: 28px;
  line-height: 1;
  color: #141414;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
}
.lithium-page .product-3 .content h3 {
  font-size: 52px;
  line-height: 1;
  color: #141414;
  font-family: 'Poppins-SemiBold';
  margin: 18px 0;
}
.lithium-page .product-3 .content p {
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
  
  max-width: 580px;
  margin: 0 auto 25px;
}
.lithium-page .product-3 .content .more {
  display: inline-block;
  padding: 8px 35px;
  border-radius: 33px;
  border: 1px solid #141414;
  font-size: 16.36px;
  line-height: 1;
  font-family: 'Poppins-SemiBold';
  color: #141414;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin: 0 12px;
}
.lithium-page .product-3 .content .more:hover {
  background: #141414;
  color: #ffffff;
}






.pd-150 {
  padding: 150px 0;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li {
  margin: 0 5px;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li a {
  height: 38px;
  line-height: 38px;
  padding: 0 20px ;
  border-radius: 20px;
  border: 2px solid #000;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  font-family: var(--font);
  display: inline-block;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li.active a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li.all.factory a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #cc1a1a;
  color: #fff;
  border-color: transparent;
}
.gallery-page .gallery-1 .main {
  margin-top: 45px;
  text-align: center;
}
.gallery-page .gallery-1 .main ul li {
  padding: 15px;
}
.app-page .main .ui.container ul li .item:hover .img-box .hoverbox {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box {
  position: relative;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  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;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a {
  width: 60px;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a i {
  font-size: 20px;
  color: #000;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover {
  background: #cc1a1a;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover i {
  color: #fff;
}
.app-page .main .ui.container ul li .item .h6 {
  width: 100%;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-height: 82px;
  font-size: 18px;
  /*border: 1px solid #000;*/
  font-family: 'Poppins-SemiBold';
}






.appdet-page .form {
    margin-top: 35px
}

.appdet-page .form form ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.appdet-page .form form ul li {
    width: 48%;
    position: relative;
    margin-bottom: 40px
}

.appdet-page .form form ul li i {
    font-size: 25px;
    color: var(--color);
    position: absolute;
    right: 15px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.appdet-page .form form ul li input[type=text],.inner-page .form form ul li textarea {
    width: 100%;
    border: 1px solid #aaa;
    line-height: 50px;
    padding: 0 15px;
    color: #000;
    border-radius: 10px;
    font-size: 16px
}

.appdet-page .form form ul li input[type=text]::-webkit-input-placeholder,.inner-page .form form ul li textarea::-webkit-input-placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text]:-moz-placeholder,.inner-page .form form ul li textarea:-moz-placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text]::-moz-placeholder,.inner-page .form form ul li textarea::-moz-placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text]:-ms-input-placeholder,.inner-page .form form ul li textarea:-ms-input-placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text]::placeholder,.inner-page .form form ul li textarea::placeholder {
    color: #aaa
}

.appdet-page .form form ul li input[type=text] {
    height: 50px
}

.appdet-page .form form ul li textarea {
    height: 250px
}

.appdet-page .form form ul li input[type=submit] {
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 40px;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 24px;
    border: none;
    background: #cc1a1a;
}

.appdet-page .form form ul li input[type=submit]:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: #000;
}

.appdet-page .form form ul li.wid-100 {
    width: 100%
}
.appdet-page {
  background: #f2f5f7;
}
.appdet-page .appdet-2{
  padding-top: 80px;
}
.appdet-page .appdet-2 .ui.container {
  max-width: 1170px;
}
.appdet-page .appdet-2 .ui.container .imgbox img{
  width: 100%;
}
.appdet-page .appdet-2 .text {
  border: 1px solid #aaa;
  border-top: none;
  padding: 50px 0;
  text-align: center;
}
.appdet-page .appdet-2 .text .main {
  margin: 0 auto;
  text-align: left;
  max-width: 770px;
}
.appdet-page .appdet-2 .text .main .top {
  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;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.appdet-page .appdet-2 .text .main .top em {
  padding: 0 10px;
  display: inline-block;
}
.appdet-page .appdet-2 .text .main .top .time {
  color: #cc1a1a;
}
.appdet-page .appdet-2 .text .main .top .author {
  color: #333;
  border-left: 2px  solid #aaa;
}
.appdet-page .appdet-2 .text .main .content {
  margin-top: 40px;
      line-height: 30px;
}
.appdet-page .appdet-2 .text .main p {
  opacity: 0.5;
}
.appdet-page .appdet-2 .text .main .sharebox {
  margin-top: 40px;
}
.appdet-page .appdet-2 .text .main .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.font-35 {
    font-size: 35px;
    line-height: 50px;
}
.appdet-page .appdet-2 .text .main .sharebox ul.sharelist span {
  color: #09445a;
  margin-right: 15px;
  text-transform: uppercase;
}
.appdet-page .appdet-2 .text .main .sharebox ul.sharelist li {
  width: 44px;
  height: 44px;
  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;
  font-size: 14px;
  color: #09445a;
  border: 1px solid #09445a;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  margin-right: 5px;
}
.appdet-page .appdet-2 .text .main .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #cc1a1a;
  border-color: #cc1a1a;
}
.appdet-page .appdet-3 {
  padding-top: 60px;
  padding-bottom: 110px;
}
.appdet-page .appdet-3 .ui.container {
  max-width: 770px;
}
.appdet-page .appdet-3 .ui.container .form form li input[type="text"],
.appdet-page .appdet-3 .ui.container .form form li textarea {
  background: transparent;
}



@media screen and (max-width: 1250px) {

  .prodet-page .prodet-4 .prodet-4-t ul li {
    font-size: 16px;
  }
    .inner-page .sidebar-box .sidebar-left .sidebar-nav {
        padding: 15px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
        font-size: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
        font-size: 1.2rem;
        margin: 15px 0;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
        padding: 6px 25px;
    }
    .inner-banner h3 {
        font-size: 34px;
        line-height: 34px;
    }
    .inner-banner .mbx {
        font-size: 14px;
    }
    .inner-page h3.title {
        font-size: 28px;
        line-height: 28px;
    }
    #mapContainer {
        height: 300px !important;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .about-page .about-1 .right h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .about-page .about-1 .right .text ul {
        margin: 10px 0;
    }
    .about-page .about-1 .right .text ul li {
        font-size: 14px;
        margin: 3px 0;
    }
    .inner-page i.small-tit {
        font-size: 16px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .main ul li{
    width: 50%;
  }
    .app-page .main .ui.container ul li .item .h6 {
      font-size: 14px;
    }
    .prodet-page .prodet-4 .prodet-4-t ul li {
      width: 100%;
      flex: auto;
    }
    .appdet-page .appdet-2 .text {
      padding: 40px 20px;
    }
    .gallery-page .gallery-1 ul{
      text-align: left;
    }
    .inner-page h3.title {
        font-size: 24px;
        line-height: 26px;
    }
    a.footry {	
      display: none !important;
    }
    .about-page .about-1 .right h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .about-page .about-1,
    .about-page .about-2,
    .about-page .about-3,
    .news-page,
    .newdet-page,
    .service-page,
    .contact-page,
    .about-page .about-4 {
        padding: 40px 0;
    }
    .contact-page .contact-2 {
        padding-top: 40px;
    }
    .about-page .about-2 .right .content li {
        font-size: 13px;
        padding: 2px 10px;
    }
    .about-page .about-3 a.more {
        padding: 6px 25px;
    }
    .about-page .about-4 .top .right a.more {
        font-size: 16px;
        line-height: 34px;
        height: 34px;
    }
    .about-page .about-4 .bottom ul li {
        padding: 10px;
    }
    .about-page .about-4 .bottom ul {
        margin: -10px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 16px;
        padding: 5px;
    }
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .m-page {
        text-align: center;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 35px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        -moz-box-shadow: 0 2px 5px 0 #d8dde6;
        -o-box-shadow: 0 2px 5px 0 #d8dde6;
        box-shadow: 0 2px 5px 0 #d8dde6;
    }
    .inner-page h3.title {
        font-size: 20px !important;
        line-height: 24px;
    }
    .inner-banner {
        height: 300px;
        padding-top: 120px;
    }
    .inner-banner h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .news-page .news-list ul li .box .content time,
    .newdet-page .news-content time {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 20px;
        top: -25px;
    }
    .newdet-page .news-content time {
        top: 0;
        margin-top: -25px;
    }
    .news-page .news-list ul li .box .content a.more {
        font-size: 14px;
        padding: 2px 0 2px 15px;
    }
    .contact-page .contact-2 .right ul li p {
        font-size: 13px;
    }
    .contact-page .contact-2 .right ul li h6 {
        margin-bottom: 3px;
    }
    .about-page .about-4 .bottom {
        padding-top: 30px;
    }
    .pd-150 {
      padding:80px 0;
    }
    .gallery-page .gallery-1 .main{
      margin-top: 0;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .faq-1 .ui.container .faq-main .column {
    width: 100%;
  }
    .contact-page .contact-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .inner-page .form ul li {
        width: 100% !important;
    }
    .about-page .about-1 .left,
    .about-page .about-2 .left,
    .about-page .about-4 .top .left {
        padding-right: 0;
        width: 100% !important;
    }
    .about-page .about-1 .right,
    .about-page .about-2 .right,
    .about-page .about-4 .top .right {
        width: 100% !important;
        padding-top: 30px;
        padding-left: 0;
    }
    .about-page .about-4 .top .right {
        text-align: left;
        padding-top: 20px;
    }
    .about-page .about-4 .bottom ul li .box h5 {
        font-size: 14px;
    }
    .news-page .news-list ul li{
        width: 100%!important;
    }
}
@media screen and (max-width: 500px) {
    .gallery-page .gallery-1 .main ul li{
    width:100%;
  }
    .inner-banner h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .about-page .about-1 .right .text ul li {
        font-size: 12px;
    }
    .inner-page p,
    .inner-page {
        font-size: 13px;
        line-height: 1.8;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-page .contact-2 .left .form {
        padding: 10px;
    }
    .button-group .button:nth-child(2) {
        display: none;
    }
    .button-group {
        padding: 5px !important;
        bottom: 0 !important;
        right: 15px !important;
    }
    .inner-banner {
        height: 240px;
        padding-top: 80px;
    }
}
table td, table th {
    padding: 5px 10px;
    border: 1px solid #fff;
    white-space: nowrap;
    /*background: #e9e9e9;*/
    color: #000;
    text-align: center;
}
/* 单数行 */
table tr:nth-child(2n+1) {
  background-color: #f9f9f9;
}

/* 双数行 */
table tr:nth-child(2n) {
  background-color: #e9e9e9;
}
table tr {
    width: auto !important;
    height: auto !important;
}table tbody {
    display: table;
    width: 100% !important;
}
table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    /*height: 900px !important;*/
    display: block;
    /*overflow: auto;*/
}
.text h2 {
    font-family: 'Poppins-SemiBold';
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
    line-height: 58px;
    color: #162c35!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.center {
	text-align: center
}

article p:not(:last-child) {
	margin-bottom: 15px
}
.text p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
 
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.factories .brilliant {
	padding: 60px 0 0;
	background-color: #F3F4F6
}

.factories .brilliant .title p {
	margin: 10px auto 35px
}

.factories .brilliant .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1920px;
	margin: 0 auto
}

.factories .brilliant .slider-single {
	max-width: 970px;
	width: 52%;
	max-height: 500px;
	overflow: hidden
}

.factories .brilliant .img {
	max-width: 970px;
	max-height: 500px;
	overflow: hidden
}

.factories .brilliant .right {
	max-width: 480px;
	width: 35%;
	margin-left: 100px;
	margin-top: 6%;
	padding: 20px 0
}

.factories .brilliant .right h2 {
	margin-bottom: 30px
}

.factories .brilliant .right .btn-group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px
}

.factories .brilliant .right .btn-group .slick-arrow {
	position: relative;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.factories .brilliant .right .btn-group .slick-arrow.btn-l {
	margin-right: 40px
}

.factories .brilliant .btn-group .arr-l {
	margin-right: 40px
}

.factories .brilliant .slider-single {
	position: relative;
	max-width: 1920px;
	max-width: 970px;
	width: 52%;
	max-height: 500px
}

.factories .datas {
	padding: 55px 0;
	background-color: #cc1a1a
}

.factories .datas .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.factories .datas .item {
	max-width: 380px;
	width: 24%
}

.factories .datas .item .num {
	font-family: 'Poppins-SemiBold';
	font-style: normal;
	font-size: 48px;
	line-height: 58px;
	color: white;
}

.factories .datas .item .num span {
	margin-left: 10px;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}

.factories .datas .item p {
	color:white;
    font-size: 24px;
    margin-top: 10px;
    font-family: 'Poppins-SemiBold';
    background: none;
}

.factories .dedicated {
	padding: 120px 0;
	background: url{};
}
.factories .dedicated .box .con{
  padding: 50px 30px 30px;
  position: relative;
  text-align: left;
}
.factories .dedicated .box .con::before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: white;
        -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0 10px rgba(23, 23, 23, 0.15);
    -webkit-transform:translate(-50%, -50%) scale(0.8);
    -khtml-transform:translate(-50%, -50%) scale(0.8);
    -moz-transform:translate(-50%, -50%) scale(0.8);
    -ms-transform:translate(-50%, -50%) scale(0.8);
    -o-transform:translate(-50%, -50%) scale(0.8);
    transform:translate(-50%, -50%) scale(0.8);
    transition: all 0.5s;
    opacity: 0;
}
.factories .dedicated .box .con:hover::before{
    opacity: 1;
    -webkit-transform:translate(-50%, -50%) scale(1);
    -khtml-transform:translate(-50%, -50%) scale(1);
    -moz-transform:translate(-50%, -50%) scale(1);
    -ms-transform:translate(-50%, -50%) scale(1);
    -o-transform:translate(-50%, -50%) scale(1);
    transform:translate(-50%, -50%) scale(1);
}
.factories .dedicated .box img{
  position: relative;
  z-index: 10;
  width: 80px;
}
.factories .dedicated .box .con h4{
  font-size: 24px;
  font-family: var(--font);
  position: relative;
  margin: 30px 0;
  text-align: left;
  line-height: 1.4;
  min-height: 68px;
}
.factories .dedicated .box .con .text{
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  text-align: left;
  height: 110px;
  overflow-y: auto;
  display: block;
}
.factories .dedicated .box .con .text::-webkit-scrollbar-button{
    display: none;
}
.factories .dedicated .box .con .text::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
.factories .dedicated .box .con .text::-webkit-scrollbar-button, html::-webkit-scrollbar-button {
    display: none;
}
.factories .dedicated .box .con .text::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background-color: #eee;
}
.factories .dedicated .box .con .text::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background-color: #000;
}
.factories .dedicated .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
    overflow: hidden;
}

.factories .dedicated .item {
	max-width: 380px;
	margin: 0 10px
}

.factories .dedicated .img {
	max-width: 380px;
	max-height: 260px;
	overflow: hidden
}

.factories .dedicated .text h3 {
	font-size: 24px;
	color: #162c35!important;
	margin: 15px 0 10px
}

.factories .dedicated .slick-arrow {
	top: 35%
}

.factories .dedicated .slick-arrow.slick-prev {
	left: 30px
}

.factories .dedicated .slick-arrow.slick-next {
	right: 30px
}

.factories .schedule .content-wrap {
	max-width: 1920px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.factories .schedule .text {
	max-width: 480px;
	width: 38%;
	margin-right: 90px
}

.factories .schedule .text h2 {
	max-width: 415px;
	margin-bottom: 30px
}

.factories .schedule .img {
	max-width: 970px;
	width: 53%;
	max-height: 500px;
	overflow: hidden
}

.factories .assure {
	padding: 120px 0;
	background-color: #F3F4F6
}

.factories .assure .content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px
}

.factories .assure .item {
	max-width: 580px;
    padding: 10px;
	width: 33.3333%;
	margin-bottom: 0
}

.factories .assure .img{
    overflow: hidden;
}

.factories .assure .img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.factories .assure .img img{
    transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.factories .assure .img {
	max-width: 580px;
	max-height: 340px;
	overflow: hidden;
	margin-bottom: 15px
}

.factories .cta {
	padding: 60px 0 80px;
	background-color: #e9ebec
}

.factories .cta .text p {
	margin: 15px auto 30px
}
.btn a {
    display: inline-block;
    font-family: 'Poppins-SemiBold';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: #fff!important;
    background: #cc1a1a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn a:hover{
    background: #333;
}
@media screen and (max-width:1500px) {
	.factories .brilliant .content-wrap {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.factories .brilliant .right {
		margin-top: 0
	}
}

@media screen and (max-width:1200px) {
	.factories .brilliant .right {
		width: 42%;
		margin-left: 4%
	}

	.factories .brilliant .right .btn-group {
		margin-top: 30px
	}

	.factories .datas .item .num {
		font-size: 40px
	}

	.factories .schedule .text {
		margin-right: 7%
	}
}

@media screen and (min-width:996px) {
	.factories .brilliant .btn-l,.factories .brilliant .btn-r {
		display: none
	}
}

@media screen and (max-width:995px) {
	.factories .brilliant {
		padding: 60px 0
	}

	.factories .brilliant .slider-single {
		width: 95%;
		margin: 0 auto 30px
	}

	.factories .brilliant .right {
		width: 95%;
		max-width: 970px;
		margin: 0 auto 30px;
		padding: 0
	}

	.factories .brilliant .right .btn-group {
		display: none
	}

	.factories .datas .item .num {
		font-size: 30px
	}

	.factories .schedule {
		padding: 60px 0
	}

	.factories .schedule .text {
		width: 95%;
		max-width: 970px;
		margin: 0 auto 30px
	}

	.factories .schedule .text h2 {
		max-width: unset
	}

	.factories .schedule .img {
		width: 95%;
		max-width: 970px;
		margin: 0 auto
	}
}

@media screen and (max-width:767px) {
	.factories .datas {
		padding: 60px 0
	}

	.factories .datas .item .num {
		font-size: 26px
	}

	.factories .dedicated {
		padding: 60px 0
	}

	.factories .assure {
		padding: 60px 0
	}

	.factories .cta {
		padding: 60px 0
	}
}

@media screen and (max-width:640px) {
	.factories .datas .item {
		width: 48%;
		margin: 0 auto
	}
}

@media screen and (max-width:540px) {
	.factories .assure .item {
		width: 100%;
		margin: 0 auto 20px
	}

	.factories .assure .item:last-child {
		margin-bottom: 0
	}
}

@media screen and (max-width:440px) {
	.factories .datas .item {
		width: 100%;
		margin: 0 auto 20px;
		max-width: unset
	}

	.factories .datas .item:last-child {
		margin-bottom: 0
	}
}
.culture-page .cul-con{
    
    
   font-size: 16px;
   font-family: 'Poppins-Light';
   color: #585858;
    /*font-weight: bold;*/
}
.culture-page .about-1{
    padding: 147px 0 75px;
}
.culture-page .about-1 .con{
    width:40%;
    padding-top: 62px;
}
.culture-page .about-1 .img{
    width:60%;
    padding-left: 40px;
}
.culture-page .about-1 .con h3{
    color: #392900;
    font-size: 18px;
}
.culture-page .about-1 .con h1{
    color: #262626;
    font-size: 40px;
    padding-left: 32px;
    line-height: 1.5em;
    position: relative;
    margin: 50px 0 0;
}
.culture-page .about-1 .con h1:before,
.culture-page .about-1 .con h1:after{
    content:'';
    position: absolute;
    z-index: -1;
    width:51px;
    height:40px;
}
.culture-page .about-1 .con h1:before{
        left: -2px;
    top: -14px;
    background: url(../images/cul-quote-t.png) no-repeat center;
}
.culture-page .about-1 .con h1:after{
        left: 85%;
    bottom:30px;
    background: url(../images/cul-quote-b.png) no-repeat center;
}
.culture-page .about-1 .con span{
    display: block;
    text-align: right;
    color: #262626;
    font-size: 20px;
}
.culture-page .about-1 .cul-con{
    margin-top: 50px;
}
.culture-page .about-1 .cul-con em{
    font-size: 24px;
    font-weight: bold;
}
.culture-page .about-2{
    padding: 85px 0;
    background: #f3f4f6;
}
.culture-page .about-2 .img{
    width:42%;
}
.culture-page .about-2 .con{
    width: 58%;
    padding-left: 42px;
    padding-top: 30px;
}
.culture-page .cul-tit{
    color: #1a1a1a;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding: 0 56px 0 21px;
    z-index: 2;
}
.culture-page .cul-tit i{
    position: relative;
    z-index: 2;
    font-size: 56px;
        font-family: 'Poppins-SemiBold';
}
.culture-page .cul-tit:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 17px;
    background: #cc1a1a;
    z-index: 0;
}
.culture-page .cul-title{
    color: #1a1a1a;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding: 0 56px 0 21px;
    z-index: 2;
}
.culture-page .cul-title i{
    position: relative;
    z-index: 2;
    font-size: 40px;
    line-height: 1;
    font-family: 'Poppins-SemiBold';
}
.culture-page .cul-title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 14px;
    background: #cc1a1a;
    z-index: 0;
}
.culture-page .about-3{
    padding: 99px 0 94px;
}
.culture-page .about-3 .con{
    padding-top: 60px;
}
.culture-page .about-3 .cul-con{
    padding-right: 40px;
    line-height: 2.1em;
}
.culture-page .about-4{
    padding: 38px 0;
    background: #f3f4f6;
}
.culture-page .about-5{
    padding: 66px 0 90px;
}
.culture-page .about-5 .cul-con{
    margin-bottom: 30px;
}
.culture-page .about-5 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -20px 0;
}
.culture-page .about-5 ul li{
  width: 33.3333%;
  padding: 0 20px;
}
.culture-page .about-5 ul li p{
  margin-top: 20px;
}
.culture-2-page img {
  width: auto;
}
.culture-2-page .content {
  padding: 0 40px;
}
.culture-2-page p {
  font-size: 16px;
}
.culture-2-page .culture-1 {
  padding: 100px 0 65px;
}
.culture-2-page .culture-1 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.culture-2-page .culture-1 h2 {
  width: 100%;
  font-size: 40px;
  line-height: 1;
  color: #1a1a1a;
  font-family: 'Poppins-SemiBold';
  padding-bottom: 50px;
  border-bottom: 35px solid #cc1a1a;
  text-align: center;
  margin-bottom: 55px;
}
.culture-2-page .culture-1 .content .left {
  /*width: 50%;*/
  /*padding: 40px;*/
  /*background: #cc1a1a;*/
  width: 50%;
    padding: 30px;
    background: #ffffff;
}
.culture-2-page .culture-1 .content .left h5 {
  /*font-size: 24px;*/
  /*line-height: 1.5;*/
  /*color: #1a1a1a;*/
  /*font-family: 'Poppins-SemiBold';*/
  font-size: 28px;
    line-height: 1.5;
    color: #1a1a1a;
    font-family: 'Poppins-SemiBold';
}
.culture-2-page .culture-1 .content .right {
  width: 50%;
}
.culture-2-page .culture-2 {
  background: #f3f4f6;
  padding: 65px 0;
}
.culture-2-page .culture-2 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.culture-2-page .culture-2 .content .left {
  width: 48%;
  padding-right: 20px;
}
.culture-2-page .culture-2 .content .right {
  width: 52%;
}
.culture-2-page .culture-2 .content .right p {
  line-height: 1.8;
  color: #585858;
  font-family: 'Poppins-Light';
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}
.culture-2-page .culture-2 .content .right p.text {
  padding-top: 40px;
}
.culture-2-page .culture-2 .content .message {
      /*font-size: 16px;*/
      width: 100%;
  line-height: 1.8;
  color: #585858;
  font-family: 'Poppins-Light';
  margin-top: 65px;
}
.culture-2-page .culture-3 {
  padding-top: 73px;
  position: relative;
  z-index: 3;
}
.culture-2-page .culture-3 .temple-img {
  display: flex;
  justify-content: space-between;
}
.culture-2-page .culture-3 .temple-img img {
  display: inline-block;
  width: 48.5%;
}
.culture-2-page .culture-3 p.text {
  line-height: 1.8;
  color: #1a1a1a;
  font-family: 'Poppins-Light';
  margin: 55px 0 60px;
}
.culture-2-page .culture-3 .content-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.culture-2-page .culture-3 .content-box .left {
  width: 50%;
  position: relative;
}
.culture-2-page .culture-3 .content-box .left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  background: #cc1a1a;
  left: 0;
  top: 0;
  z-index: -1;
}
.culture-2-page .culture-3 .content-box .left p {
  line-height: 1.8;
  color: #1a1a1a;
  font-family: 'Poppins-Light';
  padding: 75px 55px 65px;
}
.culture-2-page .culture-3 .content-box .left p i{
  display: block;
    font-weight: 300;
    font-family: 'Poppins-SemiBold';
    font-size: 40px;
}
.culture-2-page .culture-3 .content-box .left p span{
  display: block;
    font-weight: 300;
    font-size: 20px;
}
.culture-2-page .culture-3 .content-box .left h2 {
  font-size: 100px;
  line-height: 1;
  color: #1a1a1a;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  margin-bottom: 10px;
}
.culture-2-page .culture-3 .content-box .left h3 {
  font-size: 34px;
  line-height: 1;
  color: #1a1a1a;
  font-family: 'Poppins-SemiBold';
  text-align: center;
}
.culture-2-page .culture-3 .content-box .right {
  width: 50%;
  padding-left: 20px;
  text-align: right;
}
.culture-2-page .culture-3 .content-box .right .templeImg {
  margin-bottom: 30px;
}
.culture-2-page .culture-4 {
  padding: 245px 0 150px;
  background: #f3f4f6;
  margin-top: -190px;
  position: relative;
  z-index: 1;
}
.culture-2-page .culture-4 p {
  line-height: 1.8;
  color: #1a1a1a;
  font-family: 'Poppins-Light';
}input::-webkit-input-placeholder{ 
           font-size: 16px;
           color: #eee;
           font-family: 'Poppins-Light';
          }   
          input::-moz-input-placeholder{ 
            font-size: 16px;
           color: #eee;
           font-family: 'Poppins-Light';
          } 
          input::-moz-placeholder {
           font-size: 16px;
           color: #eee;
           font-family: 'Poppins-Light';
          }
          input::-ms-input-placeholder{
           font-size: 16px;
           color: #eee;
           font-family: 'Poppins-Light';
          }
textarea::-webkit-input-placeholder {
            font-size: 16px;
           color: #eee;
           font-family: 'Poppins-Light';
          }
          textarea:-moz-placeholder {
            font-size: 16px;
           color: #eee;
           font-family: 'Poppins-Light';
          }
          textarea::-moz-placeholder {
            font-size: 16px;
           color: #eee;
           font-family: 'Poppins-Light';
          }
          textarea::-ms-input-placeholder {
            font-size: 16px;
           color: #eee;
           font-family: 'Poppins-Light';
          }
.wscnph{
  width: auto;
  margin: 0 auto;
}
.prodet-page .det{
  display: none;
}
.prodet-page .det.active{
  display: block;
}
.prodet-page .prodet-2 .content-box .content{
      font-family: 'Poppins-Light';
    font-size: 18px;
    color: #424242;
}
.prodet-page .prodet-2 .content-box .content table{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-2 .content-box .content table tbody{
  vertical-align: top;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-2 .content-box .content div{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-2 .content-box .content p{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-2 .content-box .content strong{
  font-size: 22px;
}

.CDDK20{
  font-size:18px ;
  font-weight: 600;
}
.share-mask{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  padding: 120px 0;
  transition: all 0.5s;
}
.share-close{
  position: absolute;
  right:50px;
  bottom:50px;
  cursor: pointer;
}
.share-close i{
  font-size: 30px;
  color:white;
}
.share-mask.active{
  top: 0;
}
.share-mask ul{
  margin: 0 -5px;
  max-width: 950px;
}
.share-mask ul li{
  padding: 0 5px;
  margin: 5px 0;
}
.share-mask ul li a{
  width: 180px;
  height: 50px;
  background-color: #6dd3ff;
  color:white;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  border-radius: 5px;
}
.share-mask ul li a i{
  font-size: 20px;
  color:white;
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1400px) {
  
}
@media screen and (max-width: 1230px) {
  .about-page .about-1 .text{
    max-height: 315px;
    overflow: auto;
  }
  .about-page .about-1 .text::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
.about-page .about-1 .text::-webkit-scrollbar-button, html::-webkit-scrollbar-button {
    display: none;
}
.about-page .about-1 .text::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background-color: #eee;
}
.about-page .about-1 .text::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background-color: #cc1a1a;
}
.text h2{
      font-size: 30px;
    line-height: 40px;
}.text p{
      font-size: 14px;
}.culture-page .about-1 .con h1{
  font-size: 26px;
    padding-left: 23px;    margin: 30px 0 0;
}.culture-page .about-1 .cul-con {
    margin-top: 20px;
}
.culture-page .about-2{
      padding: 50px 0;
}
.culture-page .about-2 .grid-box{
  align-items: center;
}
.culture-page .about-2 .con{
      padding-top: 0;padding-left: 20px;
}
.culture-page .cul-tit i{
  font-size: 40px;
}
.culture-page .about-3 .grid-box{
  align-items: center;
}
.culture-page .cul-con{
      font-size: 14px;
}
.culture-page .about-3 {
    padding: 50px 0;
}
.culture-2-page .culture-1 h2{
      font-size: 30px;    margin-bottom: 30px;    padding-bottom: 30px;
    border-bottom: 20px solid #cc1a1a;
}
.culture-2-page .culture-1 {
    padding: 60px 0 40px;
}
.culture-2-page .culture-1 .content .left h5{
      font-size: 24px;
}.culture-2-page .culture-1 .content .left{
      padding: 25px;
}.culture-2-page p {
    font-size: 14px;
}
.culture-2-page .culture-2 .content .right p.text {
    padding-top: 20px;
}.culture-2-page .culture-2 .content .right p{
  padding-bottom: 20px;
}.culture-2-page .culture-2 .content .message{
      margin-top: 30px;
}
.culture-2-page .culture-3 .content-box .left p span{
      font-size: 16px;
}.culture-2-page .culture-3 .content-box .left p{
      padding: 40px 30px 30px;
}
.culture-2-page .culture-3 .content-box .left h2{
  font-size: 60px;
}.culture-2-page .culture-3 .content-box .left h3{
      font-size: 28px;
}
.inner-page .text{
  font-size: 14px;
}
.product-page .product-2 .product-list li a .content h4{
      font-size: 24px;
}
.product-page .product-2 .product-list li a .content h6{
      font-size: 14px;
}
.product-page .product-2 .product-list li {
    width: 33.3333%;
}.lithium-page .lithium-5 .content ul li{
      padding-left: 0;
    margin-bottom: 40px;
}
.lithium-page .lithium-5 .content ul li:nth-child(even) {
    padding-left: 70px;
}.lithium-page .lithium-1 .bottom h2{
      font-size: 70px;
}
.prodet-page .prodet-1 .product-box .right h2{
      font-size: 35px;
}.prodet-page .prodet-1 .product-box .right h3{
      font-size: 20px;
}
.prodet-page .prodet-2 .content-box .content {
    padding: 50px 0 40px;
}.prodet-page .prodet-2 .content-box .content table div span, .prodet-page .prodet-2 .content-box .content table div, .prodet-page .prodet-2 .content-box .content table div p {
    font-size: 16px!important;
}



}
@media screen and (max-width: 1100px) {
  .inner-banner{
    height: 200px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .right{
        width: 58%;
    padding-left: 20px;
  }
.about-page .about-1 .right h5{
      margin-top: 24px;
}

.contact-page .contact-2 .left {
  width: 100%
}
.contact-page .contact-2 .right {
  width: 100%;
  padding: 0;
  margin-top: 30px
}

#cp-Nav {
        display: block;
        margin-top: 30px;
    }
    #cp-Nav .nav1 {
        padding: 0 15px;
    }
    #cp-Nav .nav1 h3.title {
        font-size: 18px;
        color: white;
        padding: 8px 10px;
        background: #cc1a1a;
        border-radius: 5px;
    }
    #cp-Nav .nav1 i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 23;
        background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav1>ul {
        display: none;
    }
    #cp-Nav .nav1 ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 30;
        font-size: 16px;
        overflow: auto;
    }
    #cp-Nav .nav1 ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }
    #cp-Nav .nav1 ul li a {
        display: block;
        padding: 5px 0;
    }

.about-page .about-1 .right h5:before{
      top: -15px;
}
.about-page .about-1 .right h5:after{
  top: -15px;
}
.inner-page .text{
  font-size: 14px;
}.about-page .about-1 .text {
    max-height: 200px;
    overflow: auto;
}
.factories .datas {
    padding: 30px 0;
}
.factories .datas .item .num{
  line-height: 1.2;
}
.rowItem{
  width: 100% !important;
}
.culture-page .about-3 .column{
  width: 100%;
}
.culture-page .about-3 .column.img{
  margin: 30px 0;
}
.culture-page .about-3 .cul-con{
      padding-right: 0;
}
.culture-page .about-1 .con{
  padding-top: 0;
}
.culture-page .about-1 .con h1 {
    font-size: 20px;
    padding-left: 13px;
    margin: 15px 0 0;
}
.culture-page .about-1 {
    padding: 80px 0 45px;
}
.culture-2-page .culture-1 .content .left {
    padding: 0;
}
.culture-2-page .culture-1 .content .left h5 {
    font-size: 19px;
}
.culture-2-page .culture-2 .content .right::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
.culture-2-page .culture-2 .content .right::-webkit-scrollbar-button, html::-webkit-scrollbar-button {
    display: none;
}
.culture-2-page .culture-2 .content .right::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background-color: #eee;
}
.culture-2-page .culture-2 .content .right::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background-color: #cc1a1a;
}
.culture-2-page .culture-2 .content .right {
    max-height: 400px;
    overflow: auto;
}.culture-2-page .culture-3 .content-box .left p {
    padding: 20px 15px;
}.culture-2-page .culture-3 .content-box .left p span {
    font-size: 14px;
}.culture-2-page .culture-3 .content-box .left p i{
      font-size: 24px;
}.culture-2-page .culture-3 .content-box .left h2 {
    font-size: 30px;
}.culture-2-page .culture-3 .content-box .left h3 {
    font-size: 16px;
}.contact-page .contact-2 .right ul li{
  width: 100%;
}.product-page .product-1 .product-nav ul li a{
      font-size: 14px;
}
.product-page h2{
      font-size: 30px;
}.product-page .product-2 .product-list li{
  width: 50%
}.product-page .product-3 .content h3{
      font-size: 35px;
}.product-page .product-3 .content h4{
      font-size: 20px;
}.product-page .product-3 .content p{
  font-size: 14px;
}.product-page .product-3 {
    padding: 40px 0;
    background: #cc1a1a;
}
.lithium-page .lithium-1 {
    padding-top: 50px;
}.lithium-page .lithium-1 .title h2{
  font-size: 30px;
}
.lithium-page .lithium-1 .title h6{
      font-size: 16px;
    margin: 20px 0;
}.lithium-page .lithium-1 .bottom h2 {
    font-size: 40px;
}.lithium-page .lithium-1 .bottom h5{
      font-size: 24px;
}.lithium-page .lithium-3 h4{
      font-size: 30px;
}.lithium-page .lithium-3 p{
  font-size: 16px;
}.lithium-page .lithium-4 .content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}.lithium-page .lithium-5 .content {
    padding: 0 30px;
}.lithium-page .lithium-5 .content ul li h4{
  font-size: 20px;
}.lithium-page .lithium-5 .content ul li p{
  font-size: 14px;margin-bottom: 10px;
  line-height: 1.5;
}
.lithium-page .product-3 .content h3 {
    font-size: 35px;
}
.lithium-page .product-3 .content h4 {
    font-size: 20px;
}
.lithium-page .product-3 .content p {
    font-size: 14px;
}
.prodet-page .prodet-5 .content table tbody{
  width: 940px !important;
}
.prodet-page .prodet-5 .content table{
  width: 100%;
display: block;
overflow-x: scroll;
}
.prodet-page .prodet-5 .content table::-webkit-scrollbar-button, html::-webkit-scrollbar-button {
    display: none;
}
.prodet-page .prodet-5 .content table::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background-color: #eee;
}
.prodet-page .prodet-5 .content table::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background-color: #cc1a1a;
}
.inner-banner{
  padding: 60px 15px;
  height: auto;
}
.prodet-page .prodet-1 .product-box {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
   align-items: center;
}.prodet-page .prodet-1 .product-box .right h2 {
    font-size: 24px;
}.prodet-page .prodet-1 .product-box .right h3 {
    font-size: 16px;
}.prodet-page .prodet-1 .product-box .right .text{
  font-size: 14px;
  line-height:2;
}
.prodet-page .prodet-1 .product-box .right h5{
  font-size: 20px;
}.prodet-page .prodet-2 h3{
      font-size: 24px;
}.prodet-page .prodet-5 .content table tbody tr td{
  font-size: 14px;
}
.prodet-page .prodet-7 .content h3{
      font-size: 35px;
}.prodet-page .prodet-7 .content h4{
      font-size: 20px;
}
.prodet-page .prodet-7 .content p{
    font-size: 14px;
}









}
@media screen and (max-width: 700px) {
  .about-page .about-1 .text {
    max-height: none;
    overflow: auto;
}
#index-body {
  padding-top: 50px!important;
}
.about-page .about-1 .right {
    padding-left: 0;
}
.culture-page .about-1 .con{
  width: 100%;
}.culture-page .about-1 .img {
    width: 100%;
    padding-left: 0;
}
.culture-page .about-2 .column {
    width: 100%;
}
.culture-page .about-2 .con {
    padding-top: 20px;
    padding-left: 0;
}
.culture-page .about-5 .cul-title i{
    font-size: 24px;
}
.culture-page .about-5 ul li{
      padding: 0 10px;
}
.culture-page .about-3 .con {
    padding-top: 0;
}
.culture-2-page .culture-1 .content .left{
  width: 100%;
}.culture-2-page .culture-1 .content .right {
    width: 100%;
}.culture-2-page .culture-1 h2{
  font-size: 24px;
}
.culture-2-page .culture-2 .content .left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
}
.culture-2-page .culture-2 .content .right {
    max-height: none;
    overflow: auto;
    width: 100%
}.culture-2-page .content {
    padding: 0 0;
}
.culture-2-page .culture-2 .content .left img{
  width: 100%;
}
.btWithSidebar.btSidebarLeft .btSidebar, .btWithSidebar.btSidebarRight .btSidebar{
  display: none;
}
.contact-page .contact-2 .right ul li #ewm{
  display: none
}
.product-page .product-2 .product-list li {
    width: 100%;
    padding: 20px;
}
.product-page .product-1{
  display: none;
}.product-page h2 {
    font-size: 20px;
}
.lithium-page .product-3 .content .more{
      padding: 8px 24px;
}
.lithium-page .lithium-1 .title h6 {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.5;
}
.lithium-page .lithium-5 .content ul li{
  width: 100%;
}
.lithium-page .lithium-5 .content ul li:nth-child(even) {
    padding-left: 0;
}.lithium-page .lithium-5 .content ul{
      margin-top: 20px;
}.lithium-page .lithium-5 .content ul li {
    margin-bottom: 20px;
}.lithium-page .lithium-5 .content ul li h4{
  margin-bottom: 10px;
}.lithium-page .lithium-6 .content {
    padding: 0;
}.lithium-page .lithium-6 .content .top{
      padding: 0 15px 20px;
}.lithium-page .lithium-6 .content .top h2{
      font-size: 25px;
}.prodet-page .prodet-7 .content .more{
      padding: 8px 24px;
}.prodet-page .prodet-1 .product-box .left {
    width: 100%;
}.prodet-page .prodet-1 .product-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}.prodet-page .prodet-2 .content-box .content table td{
  width: 100% !important;    display: block;
}
.prodet-page .prodet-6 .box ul li a .content h4{
      font-size: 22px;
}.prodet-page .prodet-6 .box ul li a .content h6{
  font-size: 14px;
}.prodet-page .prodet-6 .box ul li a .content p{
  font-size: 12px;
}.prodet-page .prodet-6 h3{
  font-size: 24px;
}

}
@media screen and (max-width: 500px) {
  .culture-page .about-5 ul li{
    width: 100%;
    padding: 0 20px;
  }
.culture-page .cul-title{
  padding: 0;
}
.culture-2-page .culture-1 h2 {
    font-size: 20px;
}
.culture-2-page .culture-3 .content-box .left {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}.culture-2-page .culture-3 .content-box .right {
    width: 100%;
    padding-left: 0;
    text-align: right;
}
.culture-2-page .culture-4 {
    padding: 50px 0;
    background: #f3f4f6;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.inner-banner h3 {
    font-size: 16px;
    line-height: 30px;
}
.gutter .port {
    width: 100%;
    max-width: none;
    padding-left: 15px!important;
    padding-right: 15px!important;
}.header .headline, .header .dash{
  font-size: 20px!important;
}
.product-page .product-2 .product-list li {
    width: 100%;
    padding: 10px;
}
.product-page .product-3 .content h3 {
    font-size: 24px;
}
.product-page .product-3 .content .more{
  padding: 8px 24px;
}
.lithium-page .lithium-1 .bottom h2 {
    font-size: 25px;
}.lithium-page .lithium-3 h4 {
    font-size: 26px;
}.lithium-page .lithium-4 .content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}.lithium-page .lithium-5 .content h2 {
    font-size: 40px;
    padding: 30px 0 20px;
}
.lithium-page .product-3 .content h3 {
    font-size: 25px;
}
.prodet-page .prodet-4 h3{
  font-size: 24px;
}
.prodet-page .prodet-7 .content h3 {
    font-size: 25px;
}
}
#sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#sidebar ul li {
  margin-bottom: 5px;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
}
#sidebar ul li:last-child {
  margin-bottom: 0;
}
#sidebar ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #cc1a1a;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  color: white;
}
#sidebar ul li i:hover {
  color: white;
  background: black;
}













.seoPublic .title {
    font-size: 32px;
    font-family: var(--font);
    line-height: 1.4;
    margin-bottom: 2em
}

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

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    max-height: 410px;
    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;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

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

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

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

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

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

.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: #cc1a1a
}

.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: #cc1a1a;
    color: #f5f5f5;
    border: none
}

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

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

.seoPublic .text a {
    color: #666
}

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

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

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

.seoPublic .Auxil-through a:hover {
    background: #cc1a1a;
    color: #fff
}

.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: #fff;
    -o-box-shadow: 0 0 12px rgba(125,125,125,.5);
    -webkit-box-shadow: 0 0 12px rgba(125,125,125,.5);
    box-shadow: 0 0 12px rgba(125,125,125,.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;
    min-height: 66px;
    font-family: 'Poppins-SemiBold';
}

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

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 30px;
    font-weight: 400;
    margin: .5em 0
}

.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 transparent;
    font-size: 16px;
    font-family: var(--font);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #fff;
    background: #cc1a1a;
}

.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: #fff;
    background: #000
}

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

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

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

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

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

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

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

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

    .seoIndustry.Auxil-industry {
        display: none !important
    }

    #cp-Nav {
        display: block
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-family: var(--font);
        padding: 8px 10px;
        background: #cc1a1a;
        border-radius: 5px;
        color: #fff
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(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: #fff;
        z-index: 300;
        font-size: 16px;
        overflow: auto
    }

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

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

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

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

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

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

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

    .seoPublic>div {
        padding: 30px 0
    }

    .seoPublic .Auxil-about .box .right .text {
        max-height: none
    }
}












.capabox {
  background: #F2F5F7;
}
.capabox .h3 {
  font-family: var(--font);
}
.capabox .capa-1 {
  padding: 65px 0;
}
.capabox .capa-1 .ui.container {
  /*max-width: 1000px;*/
  padding: 0 15px;
}
.capabox .capa-1 .ui.container .top {
  padding: 0 15px;
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.capabox .capa-1 .ui.container .top .right {
  padding-left: 30px;
}
.capabox .capa-1 .ui.container .top .right .h3 {
  line-height: 1.5;
  color: #000;
}
.capabox .capa-1 .ui.container .top .right p {
  font-size: 16px;
  line-height: 2;
  overflow: auto;
  height: 600px;
}

.capabox .capa-1 .ui.container .top .right ul {
  margin-top: 35px;
}
.capabox .capa-1 .ui.container .top .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.capabox .capa-1 .ui.container .top .right ul li i {
  font-size: 16px;
  margin-right: 15px;
  color: var(--color);
}
.capabox .capa-1 .ui.container .top .right ul li p {
  opacity: 1;
}
.capabox .capa-1 .ui.container .bottom {
  margin-top: 60px;
}
.capabox .capa-1 .ui.container .bottom ul.factorylist li {
  padding: 0 15px;
}
.capabox .capa-1 .ui.container .bottom ul.factorylist li img {
  border-radius: 15px;
}
.capabox .capa-2 {
  padding: 100px 0;
}
.capabox .capa-2 .ui.container {
  text-align: center;
  max-width: 1000px;
}
.capabox .capa-2 .ui.container .h3 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.capabox .capa-2 .ui.container .h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
.capabox .capa-2 .ui.container p {
  color: #000;
  opacity: 0.5;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.capabox .capa-2 .ui.container .main ul.serlist {
  margin: 0 -15px;
}
.capabox .capa-2 .ui.container .main ul.serlist li {
  padding: 15px;
}
.capabox .capa-2 .ui.container .main ul.serlist li .item {
  padding: 50px;
  border-radius: 5px;
  background: #fff;
  text-align: left;
}
.capabox .capa-2 .ui.container .main ul.serlist li .item span {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: #f2f2f2;
  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;
}
.capabox .capa-2 .ui.container .main ul.serlist li .item span i {
  color: #000;
  font-size: 24px;
}
.capabox .capa-2 .ui.container .main ul.serlist li .item .h6 {
  font-family: var(--font);
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000;
}
.capabox .capa-2 .ui.container .main ul.serlist li .item a.more5 {
  padding: 0 20px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--color);
  background: #fafafa;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.capabox .capa-2 .ui.container .main ul.serlist li .item a.more5:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}
.capa-3 {
  background: url(../images/careers-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  height: 827px;
}
.capa-3 .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.capa-3 .content .ui.container .left .h3 {
  color: #000;
  font-family: var(--font);
  text-transform: uppercase;
}
.capa-3 .content .ui.container .left p {
  font-size: 16px;
  line-height: 1.6;
}
.capa-3 .content .ui.container .left ul.txtlist {
  margin-top: 30px;
}
.capa-3 .content .ui.container .left ul.txtlist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.capa-3 .content .ui.container .left ul.txtlist li i {
  font-size: 16px;
  color: var(--color);
  margin-right: 15px;
}
.capa-3 .content .ui.container .left ul.txtlist li p {
  opacity: 1;
}
.capa-4 {
  padding: 100px 0;
  background: #fff;
}
.capa-4 .ui.container {
  max-width: 1280px;
  text-align: center;
}
.capa-4 .ui.container .h3 {
  color: #000;
  padding-bottom: 15px;
  position: relative;
  font-family: var(--font);
  text-transform: uppercase;
}
.capa-4 .ui.container .h3:before {
  content: "";
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
.capa-4 .ui.container .h6 {
  font-family: var(--font);
  margin-bottom: 20px;
  color: #000;
}
.capa-4 .ui.container p {
  margin: 0 auto;
  font-size: 16px;
}
.capa-4 .ui.container ol{
  margin:30px -10px 0;
}
.capa-4 .ui.container ol li{
  padding: 0 10px;
}
.capa-4 .ui.container ul.capa2list {
  margin-top: 30px;
}
.capa-4 .ui.container ul.capa2list li {
  margin-bottom: 20px;
}
.capa-4 .ui.container ul.capa2list li.active .top i {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}
.capa-4 .ui.container ul.capa2list li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  background: #f2f5f7;
}
.capa-4 .ui.container ul.capa2list li .top .h6 {
  margin-bottom: 0;
}
.capa-4 .ui.container ul.capa2list li .top i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: var(--color);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.capa-4 .ui.container ul.capa2list li .content {
  padding: 50px 0;
  display: none;
}
.capa-4 .ui.container ul.capa2list li .content .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.capa-4 .ui.container ul.capa2list li .content .main .text {
  text-align: left;
}
.capa-4 .ui.container ul.capa2list li .content .main .text .h3 {
  color: #000;
  font-size: 30px;
}
.capa-4 .ui.container ul.capa2list li .content .main .text ul.txtlist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 10px;
}
.capa-4 .ui.container ul.capa2list li .content .main .text ul.txtlist li i {
  font-size: 16px;
  color: var(--color);
  margin-right: 15px;
}
.capa-4 .ui.container ul.capa2list li .content .main .text ul.txtlist li p {
  margin-left: 0;
  margin-right: auto;
}
.capa-4 .ui.container ul.capa2list li .content .main .text ul.imgslist {
  margin-top: 30px;
}
.capa-4 .ui.container ul.capa2list li .content .main .text ul.imgslist li {
  padding: 0 15px;
}
.capa-5 {
  padding: 100px 0;
}
.capa-5 .ui.container {
  padding: 0 15px;
}
.capa-5 .ui.container .h3,
.capa-5 .ui.container .h5 {
  font-family: 'Poppins-SemiBold';
  font-size: 25px;
}
.capa-5 .ui.container .imgs img {
  width: 100%;
}
.capa-5 .ui.container p {
  color: #000;
  height: 260px;
  overflow: auto;
  font-size: 16px;
}
.capa-5 .ui.container .items {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.capa-5 .ui.container .items .imgs {
  width: 45%;
}
.capa-5 .ui.container .items .text {
  width: 45%;
}
.font-45 {
    font-size: 45px;
}
:root {
    --color: #e70;
    --color2: #8ec220;
    --base-inner: #09445a;
    --colorMain: #dd4454;
    --colorMain3: #dd9044;
    --color:#cc1a1a;
}
@media screen and (max-width: 1200px) {
  .capa-4 .ui.container ul.capa2list li .content .main .text {
    text-align: left;
    padding-left: 20px;
  }
  .font-40 {
    font-size: 32px;
  }
  .inner-banner .content .ui.container .h2 {
    font-size: 16px;
        line-height: 30px;
}
  .about-2 .main .item p{
    max-height: 250px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1000px) {
  .app-page .main .ui.container ul li .item .h6 {
    font-size: 14px;
  }
  .capabox .capa-1 .ui.container .top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .capabox .capa-2 .ui.container .main ul.serlist li .item {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 700px) {
  .capabox .capa-1 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .capabox .capa-1 .ui.container .top .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .capabox .capa-1 .ui.container .top .right {
    width: 100%;
    padding-left: 0;
  }
  .capa-3 {
    background: #fafafa;
    height: auto;
  }
  .capa-3 .content {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 20px 0;
  }
  .capa-3 .content .ui.container .column {
    width: 100%;
  }
  .capa-4 .ui.container ul.capa2list li .content .main .imgs {
    width: 100%;
    margin-bottom: 20px;
  }
  .capa-4 .ui.container ul.capa2list li .content .main .text {
    width: 100%;
  }
  .capa-5 .ui.container .items:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .capa-5 .ui.container .items .imgs {
    width: 100%;
    margin-bottom: 20px;
  }
  .capa-5 .ui.container .items .text {
    width: 100%;
  }
}

.product1-page {
  padding: 100px 0;
}
.product1-page .product1_list{
  margin-bottom: 60px;
}
.product1-page .title{
  border-bottom:1px solid #eee;
  margin-bottom: 30px;
}
.product1-page .title .btn{
  font-size: 18px;
  transition: all 0.5s;
}
.product1-page .title .btn:hover{
  color:var(--color);
}
.product1-page .product1_list ul{
  margin: 0 -10px;
}
.product1-page .product1_list ul li{
  padding: 0 10px;
  margin: 10px 0;
}
.product1-page .product1_list ul li .box{
    padding: 4px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    transition: all 0.5s;
    padding-bottom: 20px;
}

.product1-page .product1_list ul li .box:hover{
    box-shadow: 0 0 5px #ccc;
}
.product1-page .product1_list ul li .box h6{
  font-size: 18px;

  font-family: 'Poppins-bold';
  text-align: center;
  padding: 0 15px;
  line-height: 1.4;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-top: 20px;*/
  transition: all 0.5s;
}
.product1-page .product1_list ul li .box h6:hover{
  color: var(--color);
}


.product2-page{
  padding: 100px 0;
}
.product2-page h2{
  background-color: #eee;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.product2-page ul{
  margin: 0 -10px;
}
.product2-page ul li{
  padding: 0 10px;
  margin: 10px 0;
}
.product2-page ul li .box{
    padding: 4px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    transition: all 0.5s;
    padding-bottom: 20px;
}

.product2-page ul li .box:hover{
    box-shadow: 0 0 5px #ccc;
}
.product2-page ul li .box h6{
  font-size: 16px;
  font-family: 'Poppins-Regular';
  text-align: center;
  padding: 0 15px;
  line-height: 1.4;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  transition: all 0.5s;
}
.product2-page ul li .box h6:hover{
  color: var(--color);
}

@media screen and (max-width: 1400px) {
  .product1-page .product1_list ul,
  .product2-page ul{
    display: flex;
    flex-wrap: wrap;
  }
  .product1-page .product1_list ul li,
  .product2-page ul li {
    width: 25% !important;
  }
}
@media screen and (max-width: 1000px) {
  .product1-page .product1_list ul li,
  .product2-page ul li {
    width: 33.333333% !important;
  }
}
@media screen and (max-width: 700px) {
  .product1-page .product1_list ul li,
  .product2-page ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 500px) {
  .product1-page .product1_list ul li,
  .product2-page ul li {
    width: 100% !important;
  }
}