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


/* 栅格 */
.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0;
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}


@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
    #index-body .news .news-slick li .slide-box .title{
      line-height: 2!important;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}



.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@-webkit-keyframes rotate-about-play {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes rotate-about-play {
  to {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-about-play {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #ee8b34;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1515px;
}
.container.max {
  width: 1720px;
}
.public-title {
  font-family: "Montserrat";
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  color: #1c1c1d;
}
.public-title .span1 {
  color: var(--color);
}
.public-title .span2 {
  color: #444444;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 55px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #fff;
  background-color: var(--color);
  border: 2px solid var(--color);
}
.public-btn:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .container {
  width: 100%;
}
#header.inner, 
#header.active {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header.inner .nav .ui.menu .items .h-language,
#header.active .nav .ui.menu .items .h-language {
  border-color: #000;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.inner .nav .ui.menu .items .h-language span,
#header.inner .nav .ui.menu .items .h-language i,
#header.inner .nav .ui.menu .items .h-search i, 
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .items .h-language span,
#header.active .nav .ui.menu .items .h-language i,
#header.active .nav .ui.menu .items .h-search i {
  color: #000;
}





#header .nav{
  position: relative;
  z-index: 3;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 14px;
  margin-bottom: 14px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 57px;
  color: white;
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul.sub-menu{
  display: none!important;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
  color: #fff;
}
#header .nav .ui.menu .items .h-search i {
  font-size: 26px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 25px;
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
  font-weight: 500;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 21px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  /*background: #fff;*/
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box:before{
  content:"";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 33%;
  background-color: #fff;
  width: 100%;
  z-index: -1;
}
#header .nav .search-box:after{
  content:"";
  display: block;
  position: absolute;
  left: 0;
  top: 33%;
  height: 67%;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  z-index: -1;
}
#header .nav .search-box .form-box{
  position: absolute;
  top: 16%;
  left: 50%;
  width: 45%;
  margin-left: -24%;
}
/*#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}*/
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .search-box .recommended-products-lis-box{
  padding: 30px;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 10px;
}
#header .nav .search-box .recommended-products-lis{
  max-height: 430px;
  overflow-y: auto;
}
#header .nav .search-box .recommended-products-lis li{
  padding: 8px 0;
}
#header .nav .search-box .recommended-products-lis li .product-left{
  display: block;
  max-width: 70px;
  margin-right: 20px;
}
#header .nav .search-box .recommended-products-lis li .product-right{
  transition: .3s;
}
#header .nav .search-box .recommended-products-lis li:hover .product-right{
  color: var(--color);
}
/*add headre get down*/
 #header .nav-fixed {
  position: absolute;
  padding-top: 120px;
  background: -webkit-linear-gradient(top, #aaa 110px, #fff 10.1%);
  background: -moz-linear-gradient(top, #aaa 110px, #fff 10.1%);
  background: linear-gradient(to bottom, #aaa 110px, #fff 10.1%);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  color: #000;
}
/* #header .nav-fixed:after {
content: '';
width: 100%;
height: 1px;
background: #eee;
position: absolute;
top: 60px;
left: 0;
} */
#header .nav-fixed .box {
  max-height: 70vh;
  overflow-y: auto;
}
#header .nav-fixed .box .slide {
  display: none;
  padding: 20px 0;
  overflow: hidden;
  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;
}
#header .nav-fixed .box .slide .navbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 40px;
  width: 60%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .nav-fixed .box .slide .navbox .cateitem {
  display: inline-block;
  padding-right: 5%;
  width: 50%;
}
#header .nav-fixed .box .slide .navbox .cateitem a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .nav-fixed .box .slide .navbox .cateitem a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
#header .nav-fixed .box .slide .navbox .cateitem .h4 {
  font-size: 20px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #e7e4e4;
  font-weight: bold;
  text-transform:uppercase;
}
#header .nav-fixed .box .slide .navbox .cateitem ul.cate2 {
  margin-top: 20px;
}
#header .nav-fixed .box .slide .navbox .cateitem ul.cate2 li a {
  font-size: 16px;
  line-height: 2;
  color: #777;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .nav-fixed .box .slide .navbox .cateitem ul.cate2 li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
#header .nav-fixed .box .slide .decimg {
  max-width: 40%;
  position: relative;
}
#header .nav-fixed .box .slide .decimg .decimg-img{
  opacity: 0;
  transition: .3s;
}
#header .nav-fixed .box .slide .decimg .decimg-img.active{
  opacity: 1;
}
#header .nav-fixed .box .slide .decimg .decimg-img2{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#header .nav-fixed.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*重置头部样式*/
#header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu .items .h-language,
#header .nav .ui.menu .items .h-language {
  border-color: #000;
}
#header .nav .ui.menu .menu-box ul.menu > li,
#header .nav .ui.menu .items .h-language span,
#header .nav .ui.menu .items .h-language i,
#header .nav .ui.menu .items .h-search i, 
#header .nav .ui.menu .menu-box ul.menu > li,
#header .nav .ui.menu .items .h-language span,
#header .nav .ui.menu .items .h-language i,
#header .nav .ui.menu .items .h-search i {
  color: #000;
}


.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#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%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  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: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#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%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#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);
  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);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#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;
}
#banner{
  margin-top: 92px;
}
/*#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}*/
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: none;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner ul.slick li {
  position: relative;
}
#banner ul.slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner ul.slick li .content .text-box {
  padding-top: 8.65%;
  color: #fff;
  text-align: center;
}
#banner ul.slick li .content .text-box h2 {
  font-weight: bold;
  font-family: "Montserrat";
  line-height: 1.2;
}
#banner ul.slick li .content .text-box h2 span {
  color: var(--color);
}
#banner ul.slick li .content .text-box .banner-list {
  max-width: 657px;
  margin-left: auto;
  margin-right: auto;
}
#banner ul.slick li .content .text-box .banner-list li .icon {
  height: 65px;
}
#banner ul.slick li .content .text-box .banner-list li .icon img {
  margin: 0 auto;
}
#banner ul.slick li .content .text-box .banner-list li .title {
  max-width: 158px;
}
#banner ul.slick li .content .text-box .banner-btn {
  line-height: 52px;
}

#banner ul.slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 0;
  border: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner ul.slick .slick-arrow:after {
  font-size: 26px;
  transition: 0.3s;
}
#banner ul.slick .slick-arrow:hover {
  background: var(--color);
}
#banner ul.slick .slick-arrow:hover:after {
  color: #fff;
}
#banner ul.slick .slick-arrow.slick-prev {
  left: 15px;
}
#banner ul.slick .slick-arrow.slick-next {
  right: 15px;
}

#banner ul.slick .slick-arrow.slick-prev:after {
  content: "<";
}
#banner ul.slick .slick-arrow.slick-next:after {
  content: ">";
}

#index-body .about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#index-body .about .left .about-title {
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1.6;
  color: #323030;
  max-width: 565px;
}
#index-body .about .left .about-title span {
  color: var(--color);
}
#index-body .about .left .intro {
  max-width: 568px;
  color: #444444;
  line-height: 2;
}
#index-body .about .left .intro dl {
  max-width: 500px;
  line-height: 2;
}
#index-body .about .left .intro dl dt {
  padding-left: 16px;
}
#index-body .about .left .intro dl dd {
  padding-left: 16px;
  position: relative;
}
#index-body .about .left .intro dl dd:before {
  content: "-";
  display: block;
  position: absolute;
  left: 2px;
  top: 0;
}
#index-body .about .right {
  position: relative;
}
#index-body .about .right .play {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-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: var(--color);
  margin-left: 5px;
  margin-top: 5px;
}
#index-body .about .right .play img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate-about-play 7s linear infinite;
  -moz-animation: rotate-about-play 7s linear infinite;
  animation: rotate-about-play 7s linear infinite;
}
#index-body .about .right .play i {
  font-size: 28px;
}
#index-body .about .content2 .about-factory-slick li {
  padding-left: 9px;
  padding-right: 9px;
}
#index-body .about .content2 .about-factory-slick li a {
  display: block;
}
#index-body .about .content2 .about-factory-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 0;
  border: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .about .content2 .about-factory-slick .slick-arrow:after {
  font-size: 26px;
  transition: 0.3s;
}
#index-body .about .content2 .about-factory-slick .slick-arrow:hover {
  background: var(--color);
}
#index-body .about .content2 .about-factory-slick .slick-arrow:hover:after {
  color: #fff;
}
#index-body .about .content2 .about-factory-slick .slick-arrow.slick-prev {
  left: -50px;
}
#index-body .about .content2 .about-factory-slick .slick-arrow.slick-next {
  right: -50px;
}
#index-body .about .content2 .about-factory-slick .slick-arrow.slick-prev:after {
  content: "<";
}
#index-body .about .content2 .about-factory-slick .slick-arrow.slick-next:after {
  content: ">";
}





.i-certificate span.tag{
  color: var(--color);
}
.i-certificate .Tit {
  font-size: 42px;
  line-height: 1.3;
  font-weight: bold;
  font-family: 'Montserrat';
}
.i-certificate .left {
  width: 35%;
}
.i-certificate .right {
  width: 65%;
}
.i-certificate .list ul {
  margin: -15px;
}
.i-certificate .list ul li {
  padding: 15px;
}
.i-certificate .list img {
  border: 1px solid #e2e2e2;
}

#index-body .category1 {
  background-color: #f5f7f9;
}
#index-body .category1 .category1-slick li {
  padding-left: 7px;
  padding-right: 7px;
}
#index-body .category1 .category1-slick li .slide-box {
  padding-top: 12px;
  padding-bottom: 11px;
}
#index-body .category1 .category1-slick li .slide-box .img {
  display: block;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(25, 25, 25, 0);
  box-shadow: 0px 1px 9px 0px rgba(25, 25, 25, 0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .category1 .category1-slick li .slide-box .img img {
  background-color: #fff;
}
#index-body .category1 .category1-slick li .slide-box .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #282727;
}
#index-body .category1 .category1-slick li .slide-box:hover .img {
  -webkit-box-shadow: 0px 1px 9px 0px rgba(25, 25, 25, 0.16);
  box-shadow: 0px 1px 9px 0px rgba(25, 25, 25, 0.16);
}
#index-body .category1 .category1-slick li .slide-box:hover .title {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}
#index-body .category2 {
  background-color: #f5f7f9;
}
#index-body .category2 .category2-slick {
  margin-left: -7px;
  margin-right: -7px;
}
#index-body .category2 .category2-slick li {
  padding-left: 7px;
  padding-right: 7px;
}
#index-body .category2 .category2-slick li .slide-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
#index-body .category2 .category2-slick li .slide-box .img {
  display: block;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(25, 25, 25, 0.16);
  box-shadow: 0px 1px 9px 0px rgba(25, 25, 25, 0.16);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .category2 .category2-slick li .slide-box .img img {
  background-color: #fff;
}
#index-body .category2 .category2-slick li .slide-box .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .category2 .category2-slick li .slide-box:hover .title {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}
#index-body .customized .left .public-title {
  color: #fff;
  max-width: 618px;
}
#index-body .customized .left .public-btn {
  font-family: Montserrat;
  font-weight: bold;
}
#index-body .customized .number-Plus {
  width: 568px;
}
#index-body .customized .number-Plus li {
  color: #fff;
  width: 60%;
}
#index-body .customized .number-Plus li:nth-child(even){
  width: 40%
}
#index-body .customized .number-Plus li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold;
  font-family: "Montserrat";
}
#index-body .customized .number-Plus li .top i,
#index-body .customized .number-Plus li .top em {
  font-size: 46px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .customized .number-Plus li .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
#index-body .customized .number-Plus li .title {
  font-weight: bold;
}
#index-body .advantage {
  background-color: #f5f7f9;
}
#index-body .advantage .advantage-list {
  margin-top: 117px;
  margin-left: -14px;
  margin-right: -14px;
}
#index-body .advantage .advantage-list li {
  margin-left: 14px;
  margin-right: 14px;
  background-color: #fff;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .advantage .advantage-list li .icon {
  width: 154px;
  height: 155px;
  margin: -77px auto 0;
  background-color: var(--color);
  border: 11px solid #f5f7f9;
  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: 50%;
}
#index-body .advantage .advantage-list li .icon img {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}
#index-body .advantage .advantage-list li .title {
  font-family: Montserrat;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .advantage .advantage-list li .intro {
  color: #333131;
  line-height: 2;
  opacity: 0.88;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .advantage .advantage-list li:nth-child(n+2) .intro {
  line-height: 27px;
}
#index-body .advantage .advantage-list li:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .news .news-slick li .slide-box .line {
  height: 4px;
  background-color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .news .news-slick li .slide-box .date {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .title {
  font-weight: bold;
  font-family: "Montserrat";
  line-height: 1.5;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .intro {
  opacity: 0.53;
  width: 80%;
  line-height: 2;
}
#index-body .news .news-slick li .slide-box:hover .line {
  background-color: var(--color);
  -webkit-transform: translateY(3px) scaleY(0.75);
  -moz-transform: translateY(3px) scaleY(0.75);
  -ms-transform: translateY(3px) scaleY(0.75);
  transform: translateY(3px) scaleY(0.75);
}
#footer {
  background-color: #323230;
  color: #fff;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  font-family: Montserrat;
  font-weight: bold;
}
#footer .f-content dl dd {
  margin-bottom: 4px;
  line-height: 2;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content .items .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .f-content .items .f-contact li .icon {
  width: 26px;
  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-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-content .items .f-contact li span {
  max-width: 305px;
  line-height: 2;
}
#footer .f-content .items .f-contact li:first-child {
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-content .items .f-contact li:nth-child(2) {
  font-weight: bold;
  line-height: 32px;
}
#footer .f-content .items .f-contact li:last-child {
  font-weight: 500;
  line-height: 25px;
}
#footer .f-content .f-category dd {
  margin-bottom: 3px;
}
#footer .f-content .f-qr #ewm {
  border: 6px solid #fff;
  width: 180px;
  height: 180px;
}
#footer .f-content .f-qr .social-account li {
  width: 41px;
  height: 42px;
  margin: 0 2px;
}
#footer .f-content .f-qr .social-account li a {
  width: 100%;
  height: 100%;
  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;
}
#footer .f-content .f-qr .social-account li a i {
  font-size: 28px;
}
#footer .f-content .f-qr .social-account li:nth-child(1) {
  background-color: #0a3b83;
}
#footer .f-content .f-qr .social-account li:nth-child(2) {
  background-color: #ff0100;
}
#footer .f-content .f-qr .social-account li:nth-child(3) {
  background-color: #1d5cba;
}
#footer .f-content .f-qr .social-account li:nth-child(3) a i {
  font-size: 32px;
}
#footer .f-content .f-qr .social-account li:nth-child(4) {
  background-color: #c93d6b;
}
#footer .f-content .f-qr .social-account li:nth-child(4) a i {
  font-size: 32px;
}
#footer .f-copy {
  border: 1px solid #3d3e40;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 32px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  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-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
@media (max-width: 1400px) {
  .i-certificate .Tit {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .i-certificate .Tit {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .i-certificate .left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .i-certificate .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .i-certificate .Tit {
    font-size: 24px;
  }
}

@media screen and (max-width: 1700px) {
  #index-body .about .content2 .about-factory-slick .slick-arrow.slick-prev {
  left: 0px;
  }
  #index-body .about .content2 .about-factory-slick .slick-arrow.slick-next {
    right: 0px;
  }
}
/*ui.container不用设置了*/
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #index-body .news .news-slick li .slide-box .intro {
    width: 100%;
  }
  #footer .f-content .f-nav {
    margin-left: 0;
  }
  #footer .f-copy .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 45px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #banner{
    margin-top: 40px
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #banner ul.slick li .content .text-box {
    padding-top: 5%;
  }
  #banner ul.slick li .content .text-box .banner-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .customized .number-Plus li {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  #index-body .advantage .advantage-list li {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    padding-bottom: 20px!important;
  }
  #index-body .advantage .advantage-list li:nth-child(n+2) {
    margin-top: 107px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 30px;
  }
  .mobile-display-none {
    display: none;
  }
  .public-btn {
    line-height: 40px!important;
  }
  #banner ul.slick li .content .text-box .banner-list {
    display: none;
  }
  #banner ul.slick li .content .text-box h2 {
    margin-bottom: 20px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-category,
  #footer .f-content .f-qr {
    display: none;
  }
  #footer .f-content .items .f-contact li span {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #index-body .about .left {
    margin-left: 0;
  }
  #index-body .about .left .about-title,
  #index-body .about .left .intro {
    margin-left: 0;
  }
  #index-body .about .right {
    margin-right: 0;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}

/*内页*/
.seoPublic .Auxil-form .form ul li input[type=submit]:hover{
  background-color: unset;
}

body {
  --font: "Montserrat";
}
.pr{
  position: relative;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.flex-box {
  display: flex;
}
.c-w {
  color: white !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.al-center {
  align-items: center;
}
.al-end {
  align-items: flex-end;
}
.jc-center {
  justify-content: center;
}
.jc-space-between {
  justify-content: space-between;
}
.seoIndustry h2 {
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}
.seoIndustry h3 {
  font-size: 20px;
  line-height: 1.8;
  padding: 10px 0;
}
.shouye {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 36px;
}
.shouye h1 {
  display: inline;
}
.gywm a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  color: #525252;
}
.yejiao {
  position: relative;
  top: 0;
  color: #fff;
  opacity: 0.47;
  padding-left: 10px !important;
  display: inline-block !important;
  float: right;
  margin-top: -30px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 700px) {
  .shouye h1 {
    font-size: 18px !important;
    line-height: 32px !important;
  }
  .about-page .about-3 {
    margin: 30px 0 0;
  }
}
@media (max-width: 500px) {
  .yejiao {
    display: none !important;
  }
  .seoIndustry {
    display: none !important;
  }
}
.btn-go,
#AuxilSend .submit input {
  width: 200px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.btn-go span,
#AuxilSend .submit input {
  font-size: 16px;
  color: white;
  margin-top: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  display: block;
  /*margin-top: 5px;*/
}
/*.btn-go:hover{
  opacity: 0.6;
}*/
.btn-go.white {
  background: transparent;
  border: 1px solid white;
}
.btn-go.white span,
#addForm2 .submit,
#AuxilSend .submit {
  color: white;
}
.btn-go.white:hover {
  border: 1px solid white;
}
.btn-go::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  top: 0;
  z-index: 8;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.btn-go:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 700px) {
  .btn-go {
    margin-top: 35px;
  }
}
@media (max-width: 500px) {
  .btn-go {
    width: 140px;
  }
  .btn-go span {
    font-size: 14px;
  }
}
.t-ani {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
/*//////////////////*/
.faq-page .img2 {
  width: 100%;
}
.faq-page .init-1 .container .tips {
    font-family: 'Montserrat';
  font-weight: bold;
}
.faq-page .init-1 .container ul {
  margin-top: 40px;
}
.faq-page .init-1 .container ul li {
  padding: 40px 40px;
  border-top: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li:last-child {
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li .titleC {
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.faq-page .init-1 .container ul li .titleC .q {
  text-transform: uppercase;
  width: 50px;
}
.faq-page .init-1 .container ul li .titleC .text {
  padding-right: 20px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
.faq-page .init-1 .container ul li .titleC i {
  position: absolute;
  font-size: 30px;
  top: 0;
  right: -10px;
  color: #3d3d3d;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.faq-page .init-1 .container ul li .titleC.active i {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.faq-page .init-1 .container ul li .content {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: none;
}
.faq-page .init-2 .container .content {
  border: 2px solid #e9e9e9;
}
.faq-page .init-2 .container .content .img {
  width: 38%;
}
.faq-page .init-2 .container .content .right {
  width: 62%;
  padding: 10px 140px 10px 80px;
}
.faq-page .init-2 .container .content .right .title {
  font-weight: 500;
}
.faq-page .init-2 .container .content .right .des {
  margin-top: 20px;
}
.faq-page .init-2 .container .content .right .more {
  margin-top: 40px;
  border: 1px solid #000;
}
.faq-page .init-2 .container .content .right .more span:first-child {
  /*width: -webkit-calc(72%);
  width: -moz-calc(72%);
  width: calc(100% - 28px);*/
  display: inline-block;
  padding: 0 20px;
}
@media (max-width: 1500px) {
  .inner-banner {
    /*margin-top: 116px;*/
  }
  .faq-page .init-2 .container .content .right {
    padding-right: 60px;
  }
}
@media (max-width: 1250px) {
  .inner-banner {
    /*margin-top: 84px;*/
  }
  .faq-page .init-2 .container .content .img {
    width: 100%;
  }
  .faq-page .init-2 .container .content .right {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
  .faq-page .init-1 .container ul li {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .faq-page .init-1 .container ul li .titleC .q {
    width: 40px;
  }
  .faq-page .init-2 .container .content .right .more {
    margin-top: 20px;
  }
  .faq-page .init-1 .container ul li .titleC .text {
    font-size: 18px;
  }
}
.text-color {
  color: var(--color);
}
.text-family {
  font-family: var(--font);
}
.text-family1 {
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
}
.inner.container {
  width: 1550px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.inner-banner {
  position: relative;
  min-height: 150px;
    background: #0d4ba0;
    display: flex;
    align-items: flex-end;
}
.inner-banner .bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .mbx {
  /*position: absolute;*/
  left: 25%;
  bottom: 20px;
  /*-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);*/
  color: white;
  text-align: left;
  padding-bottom: 15px;
}
.inner-banner .mbx h2 {
  font-size: 44px;
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 20px;
  color: #fff;
}
.inner-banner.prodet-banner .mbx h2 {
  font-size: 34px;
  margin-top: 10px;
  line-height: 1.4;
  color: #fff;
}
.inner-banner .mbx h4,
.inner-banner .mbx h4 a {
  font-family: var(--font);
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.m-page .wp-pagenavi {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 80px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 78px;
  line-height: 85px;
  height: 78px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-1 {

  position: relative;
}


.about-page .about-1 .container .left {
  max-width: 670px;
}
.about-page .about-1 .container .left h3 {
  line-height: 1.5;
  margin-top: 10px;
    font-family: 'Montserrat';
  font-weight: bold;
}
.about-page .about-1 .container .left p {
 font-size: 16px;
 line-height: 2;
}
.about-page .about-1 .container .left img {
  margin-top: 48px;
}
.about-page .about-1 .container .right {
  max-width: 790px;
}
.about-page .about-1 .container .right p {
  max-width: 540px;
}
.about-page .about-1 .container .right img {
  margin-top: 80px;
}
.about-page .about-1 .text {
  margin-top: 60px;
  padding-bottom: 100px;
}
.about-page .about-1 .text p {
  color: #4e4e4e;
  padding: 0 30px;
  line-height: 1.8;
}
.about-page .about-1 ul {
  margin-bottom: 80px;
}
.about-page .about-1 ul li {
  width: 34%;
  height: 235px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-1 ul li .left {
  margin-right: 35px;
}
.about-page .about-1 ul li .left h4 {
  font-size: 60px;
font-weight: bold;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 ul li .left p {
  font-size: 16px;
  line-height: 2;
  font-family: var(--font);
}
.about-page .about-1 ul li .right {
  font-size: 16px;
  line-height: 2;
}
.about-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.about-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}

.about-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.about-page .about-2 .content {
  background-color: #092143;
  height: 370px;
  padding-top: 90px;
  position: relative;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: left;
    font-family: 'Montserrat';
  font-weight: bold;
}
.about-page .about-2 .content .title p {
  max-width: 650px;
}
.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
  width: 25%;
  padding: 0 28px;
  color: white;
  margin-top: 30px;
}
.about-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .content ul li .icon h4 {
  margin-bottom: 0px;

  font-size: 24px;
  text-transform: uppercase;
}
.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-3 {
  margin: 130px 0 0;
}
.about-page .about-3 .right {
  width: 67%;
}
.about-page .about-3 .right .text {
  padding-left: 50px;
}
.about-page .about-3 .right .text .text-l  h2{
    font-family: 'Montserrat';
  font-weight: bold;
}
.about-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.about-page .about-3 .right .box {
  margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #092143;
  color: white;
  height: 374px;
  padding-left: 50px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-3 .right .box .box-r {
  width: 50%;
}
.about-page .about-4 {
  padding: 80px 0 60px;
  text-align: center;
  background: #0d4ba0;
  color: #fff;
}
.about-page .about-4 h2 {
  margin-top: 95px;
  font-family: 'Montserrat';
  font-weight: bold;
 font-size: 46px;
  text-transform: uppercase;
  line-height: 1.8;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid var(--color);
}
.factory-page .factory-1 {
  /*padding: 90px 0 150px;*/
  position: relative;
}
.factory-page .factory-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62%;
  background-color: #f1f1f1;
  z-index: -1;
}
.factory-page .factory-1 .container .left {
  max-width: 785px;
  margin-top: 60px;
}
.factory-page .factory-1 .container .left h3 {
  line-height: 1.2;
    font-family: 'Montserrat';
  font-weight: bold;
}
.factory-page .factory-1 .container .left img {
  margin-top: 80px;
}
.factory-page .factory-1 .container .right {
  max-width: 600px;
  margin-top: 60px;
}
.factory-page .factory-1 .container .right p {
  max-width: 600px;
}
.factory-page .factory-1 .container .right img {
  margin-top: 80px;
}
.factory-page .factory-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.factory-page .factory-1 .text p {
  padding: 0 60px;
}
.factory-page .factory-1 ul {
  margin: 45px -15px 0;
}
.factory-page .factory-1 ul li {
  margin: 25px 0;
  padding: 0 15px;
}
.service .service-1 {
  padding-top: 110px;
}
.service .service-1 .container ul {
  margin: 0 -17px;
  background: url("../images/service-line.png") no-repeat center 80px;
}
.service .service-1 .container ul li {
  padding: 0 17px;
}
.service .service-1 .container ul li .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.service .service-1 .container ul li .img_box span {
  display: block;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 0;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  font-family: var(--font);
}
.service .service-1 .container ul li h4 {
  margin: 30px 0 15px;
}
.service .service-2 {
  padding: 120px 0 100px;
}
.service .service-2 .container {
  padding: 0 0px;
}
.service .service-2 .container .right {
  width: 54%;
}
.service .service-2 .container .right ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.service .service-2 .container .right ul li.active .title h4 {
  color: white;
}
.service .service-2 .container .right ul li.active .title span {
  background-color: var(--color);
}
.service .service-2 .container .right ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.service .service-2 .container .right ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px 110px 30px 25px;
}
.service .service-2 .container .right ul li {
  width: 100%;
}
.service .service-2 .container .right ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li .title h4 {
  width: 90%;

  font-size: 24px;
  line-height: 1.6;
  text-transform: uppercase;
}

.service .service-2 .container .right ul li .title:last-child {
  margin-bottom: 0;
}
.service .service-2 .container .right ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.service .service-2 .container .right ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.service .service-2 .container .right ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}
.service .service-3 {
  background-color: #f6f6f6;
  padding: 100px 0 110px;
}
.service .service-3 .container ul {
  margin-top: 45px;
}
.service .service-3 .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.service .service-3 .container ul li:nth-child(even) {
  background-color: #fbfbfb;
}
.service .service-3 .container ul li:first-child span {
  background-color: var(--color);
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
}
.service .service-3 .container ul li span {
  display: block;
  width: 50%;
  height: 50px;
  font-size: 18px;
  padding-left: 60px;
  line-height: 58px;
}
.service .service-3 .container ul li span:last-child {
  text-align: center;
}
.service .service-3 .container ul li span:nth-child(n + 2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.application .application-1 {
  padding: 140px 0 110px;
}
.application .application-1 .container .left {
  width: 33%;
}
.application .application-1 .container .left ul li.active {
  background-color: #0c2031;
}
.application .application-1 .container .left ul li.active a h4 {
  color: white;
}
.application .application-1 .container .left ul li {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.application .application-1 .container .left ul li:last-child {
  margin-bottom: 0;
}
.application .application-1 .container .left ul li a {
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
.application .application-1 .container .left ul li a .img_box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.application .application-1 .container .left ul li a h4 {
  width: 75%;
  margin-left: 20px;
  line-height: 1.4;
}
.application .application-1 .container .left ul li a i {
  font-size: 24px;
  margin-left: auto;
}
.application .application-1 .container .left .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.application .application-1 .container .left .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.application .application-1 .container .left .box .box-b h4 {
  color: white;
  text-align: center;
}
.application .application-1 .container .left .box .box-b .text {
  background-color: white;
  padding: 15px 50px;
  border-radius: 20px;
  width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
}
.application .application-1 .container .left .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.application .application-1 .container .right {
  width: 67%;
  padding-left: 50px;
  margin-top: -10px;
}

.application .application-1 .container .right .imgs ul li {
  width: 48%;
  margin-bottom: 20px;
}
.application .application-1 .container .right .imgs ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.application .application-1 .container .right .faq-content ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.application
  .application-1
  .container
  .right
  .faq-content
  ul
  li.active
  .title
  span {
  background-color: var(--color);
}
.application
  .application-1
  .container
  .right
  .faq-content
  ul
  li.active
  .title
  span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.application .application-1 .container .right .faq-content ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px;
}
.application .application-1 .container .right .faq-content ul li {
  width: 100%;
}
.application .application-1 .container .right .faq-content ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li .title h4 {
  width: 90%;
}
.application
  .application-1
  .container
  .right
  .faq-content
  ul
  li
  .title:last-child {
  margin-bottom: 0;
}
.application .application-1 .container .right .faq-content ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.application
  .application-1
  .container
  .right
  .faq-content
  ul
  li
  .title
  span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.application
  .application-1
  .container
  .right
  .faq-content
  ul
  li
  .title
  span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}
.news-page {
  padding: 140px 0;
}
.news-page .news-box .news-left {
  width: 65%;
}
.news-page .news-box .news-left h1{
  font-weight: bold;
}
.news-page .news-box .news-left h2{
  font-weight: bold;
}
.news-page .news-box .news-left ul li {
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;
}
.news-page .news-box .news-left ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-box .news-left ul li .box-t {
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .news-box .news-left ul li .box-t span {
  margin-bottom: -12px;
}
.news-page .news-box .news-left ul li .box-b {
  padding: 35px 45px 55px 40px;
}

.news-page .news-box .news-right {
  width: 35%;
  padding-left: 65px;
}
.news-page .news-box .news-right h2{
  font-weight: bold;
}
.news-page .news-box .news-right h4{
  font-weight: bold;
}
.news-page .news-box .news-right .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-category {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-category h2{
  font-weight: bold;
}
.news-page .news-box .news-right .news-category ul li {
  font-size: 16px;
  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;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.news-page .news-box .news-right .news-category ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.news-page .news-box .news-right .news-category ul li a {
  font-family: var(--font);
}
.news-page .news-box .news-right .news-media {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-media ul li {
  margin-right: 25px;
}
.news-page .news-box .news-right .news-media ul li:last-child {
  margin-right: 0;
}
.news-page .news-box .news-right .news-media ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-media ul li a i {
  font-size: 20px;
  color: white;
}
.news-page .news-box .news-right .box {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.news-page .news-box .news-right .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 48px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 100px);
}
.news-page .news-box .news-right .box .box-b h4 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.news-page .news-box .news-right .box .box-b .text {
  background-color: white;
  padding: 15px 0;
  color: #939393;
  border-radius: 20px;
}
.news-page .news-box .news-right .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .news-box .news-left .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.newdet-page .news-box .news-left .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--font);
}
.newdet-page .news-box .news-left .n-link a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}
.newdet-page .news-box .news-left .n-link a:hover span {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}
.newdet-page .news-box .news-left .form form {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .news-box .news-left .form form input[type="text"] {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 40px;
  width: 48%;
  border-radius: 8px;
}
.newdet-page .news-box .news-left .form form input[name="content"] {
  width: 100%;
}
.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
  color: #999;
}
@media (max-width: 1600px) {
  .inner.container {
    width: 1400px;
  }
  .inner-banner .bg {
    height: 450px;
  }
  .about-page .about-1 .container .left {
    width: 52%;
  }
  .about-page .about-1 .container .right {
    width: 48%;
  }
  .about-page .about-2 .bg {
    max-width: 50%;
  }
  .about-page .about-2 {
    padding: 0;
  }
  .about-page .about-3 .right .text .img_box {
    display: none;
  }
  .about-page .about-3 .right {
    width: 55%;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1400px) {
  .inner.container {
    width: 1200px;
  }
  .inner-banner .bg {
    height: 400px;
  }

  .inner-banner .mbx {
    bottom: 60px;
  }
  .font-45 {
    font-size: 36px;
  }
  .font-35 {
    font-size: 30px;
  }
  .about-page .about-1 .container .right {
    width: 42%;
  }
  .about-page .about-1 ul li .left {
    margin-right: 35px;
  }
  .about-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .about-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-1 ul li .right {
    font-size: 14px;
  }
  .about-page .about-2 .content .title p {
    max-width: 50%;
  }
  .about-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .about-page .about-3 .left {
    width: 45%;
  }
  .about-page .about-3 .right {
    padding-left: 50px;
  }
  .about-page .about-4 {
    padding: 120px 0 10px;
  }
  .service .service-1 .container ul {
    background-size: 80%;
  }
  .service .service-2 .container .right ul li.active p {
    padding: 30px 90px 30px 25px;
  }
}
@media (max-width: 1200px) {
  .inner.container {
    width: 1000px;
  }
  .font-45 {
    font-size: 30px;
  }
  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }
  .about-page .about-1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about-page .about-1 ul li .left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .text {
    padding-left: 0;
  }
  .about-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    line-height: 1.6 !important;
    margin-bottom: 35px;
  }
  .about-page .about-3 .right .box {
    margin-top: 40px;
  }
  .factory-page .factory-1 .container .right {
    max-width: 100%;
  }
  .factory-page .factory-1 .container .right p {
    max-width: 100%;
    margin-top: 0;
  }
  .factory-page .factory-1 .container .left span {
    margin-left: 0;
  }
  .factory-page .factory-1 .container .left h3 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .service .service-1 .container ul li {
    width: 50%;
    margin: 20px 0;
  }
  .service .service-1 .container ul {
    background: none;
  }
  .service .service-2 {
    padding: 70px 0;
  }
  .service .service-2 .container {
    padding: 0 15px;
  }
  .service .service-2 .container .right {
    width: 60%;
  }
  .application .application-1 .container .left ul li a {
    height: auto;
    padding: 20px 15px;
  }
  .application .application-1 .container .left ul li a h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .news-box .news-right .box .box-b .text {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .inner.container {
    width: 700px;
  }
  .Auxil-catdes {
    display: none !important;
  }
  .product-page .product-2 {
    margin-top: 0px !important;
  }
  .product-page .init-1 .tip_title {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .inner-banner {
    /*margin-top: 120px;*/
    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;
    height: auto;
    padding: 30px 0;
  }
  .inner-banner .bg {
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .inner-banner .mbx {
    position: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .inner-banner .mbx h2 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .about-page .about-1 .container .left {
    width: 100%;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .container .right p {
    max-width: 100%;
  }
  .about-page .about-2 .content .title p {
    max-width: 100%;
  }
  .about-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service .service-2 .container .left {
    width: 100%;
  }
  .service .service-2 .container .left br {
    display: none;
  }
  .service .service-2 .container .left .btn-go {
    margin-top: 20px;
  }
  .service .service-2 .container .right {
    width: 100%;
    margin-top: 60px;
  }
  .application .application-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .application .application-1 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .application .application-1 {
    padding: 70px 0;
  }
  .news-page .news-box .news-right {
    display: none;
  }
  .news-page .news-box .news-left {
    width: 100%;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 35px 40px;
  }
  .news-page .news-box .news-left ul li .box-b p {
    margin-bottom: 30px;
  }
  .news-page {
    padding: 80px 0;
  }
}
@media (max-width: 700px) {
  .inner.container {
    width: 500px;
  }
  .about-page .about-1 .text p {
    padding: 0 15px;
  }
  .about-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }


  .about-page .about-2 .bg {
    display: none;
  }
  .about-page .about-1 ul {
    margin-bottom: 0;
  }
  .service .service-2 .container .right ul li.active p {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .inner.container {
    width: 100%;
  }
  .font-45 {
    font-size: 20px;
    line-height: 36px !important;
  }
  .font-35 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-25 {
    font-size: 18px;
    line-height: 1.8;
  }
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .container .left img {
    margin-top: 50px;
  }
  .about-page .about-1 .text p {
    padding: 0;
  }
  .about-page .about-2 .content ul li {
    width: 100%;
  }
  .about-page .about-2 .content {
    padding-bottom: 50px;
  }
  .about-page .about-2 .content ul {
    margin: 50px -15px 0;
  }
  .about-page .about-3 .right .box .box-l {
    padding: 50px 15px;
  }
  .about-page .about-4 p {
    padding: 0;
  }
  .about-page .about-4 h2 {
    margin-top: 40px;
  }
  .about-page .about-4 {
    padding: 80px 0 0;
  }
  .service .service-1 .container ul li {
    width: 100%;
  }
  .service .service-1 {
    padding-top: 70px;
  }
  .service .service-3 .content {
    overflow-x: auto;
    width: 100%;
  }
  .service .service-3 .content::-webkit-scrollbar {
    height: 5px;
  }
  .service .service-3 .content ul {
    width: 500px;
  }
  .service .service-3 .content ul li {
    min-width: 250px;
  }
  .application .application-1 .container .right .imgs ul li {
    width: 100%;
    margin: 15px 0;
  }

  .news-page .news-box .news-left ul li .box-b {
    padding: 35px;
  }
  .newdet-page .news-box .news-left .form form input[type="text"] {
    width: 100%;
  }
}

.pro-single-page {
  margin-top: 40px;
}
.pro-single-page #index-body .product.single-product ul{
  margin-left: -12px;
  margin-right: -12px;
}
.pro-single-page .product.single-product ul li{
  padding: 0 12px;
}
.pro-single-page .seoPublic.single-product > div:nth-child(odd) {
    background: transparent;
}
.pro-single-page .seoPublic.single-product > div:nth-child(even) {
    background: #fafafa;
}
.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 2;
  max-height: 210px;
  overflow-y: scroll;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.product-page .init-3 .container .content {
  margin-top: 90px;
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: var(--color);
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  left: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.product-page
  .init-3
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page
  .init-3
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  left: 0;
}
.product-page
  .init-3
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 259px;*/
}
.product-page
  .init-3
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .img
  img {
  max-width: 100%;
  max-height: 112%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page
  .init-3
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .text {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page
  .init-3
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Montserrat';
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--white);
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  left: 95px;
  top: -43px;
}
.product-page .init-5 {
  margin-top: 50px;
}
.product-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
}
.product-page .init-5 .container .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border: #c1c1c1 solid 2px;
  border-radius: 5px;
  height: 330px;
}
.product-page .init-5 .container .list div img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.product-page .init-5 .container .list div .text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}

.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
  width: 22.6%;
  float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
  margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
  padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
  width: 77.4%;
  padding-left: 4%;
  display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li {
  padding: 1px;
}
.product-page .pro_init_1 .container .left .bigImg ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img {
  border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background: #fffef9;
  color: transparent;
  font-size: 0;
  border: none;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
  left: 12px;
}
.product-page
  .pro_init_1
  .container
  .left
  .bigImg
  .slick-arrow.slick-prev:after {
  background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
  right: 12px;
}
.product-page
  .pro_init_1
  .container
  .left
  .bigImg
  .slick-arrow.slick-next:after {
  background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
  background: var(--primary);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
  padding: 90px 0 0;
}
.product-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
  margin-right: 100px;
  font-size: 30px;
  text-transform: uppercase;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .prodet-2 .options ul li:after {
  content: "";
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
  color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
  width: 100%;
}
.product-page .prodet-2 .ret {
  margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
  font-size: 18px;
  line-height: 32px;
}
.product-page .prodet-2 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
  font-size: 30px;

  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 1.8;
}

.product-page .form ul {
  margin: -17px;
}
.product-page .form ul li {
  padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
  border-color: var(--color);
  background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder,
.product-page .form ul li textarea::-webkit-input-placeholder {
  color: #898989;
}
.product-page .form ul li input:-moz-placeholder,
.product-page .form ul li textarea:-moz-placeholder {
  color: #898989;
}
.product-page .form ul li input::-moz-placeholder,
.product-page .form ul li textarea::-moz-placeholder {
  color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder,
.product-page .form ul li textarea:-ms-input-placeholder {
  color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
  color: #898989;
}
.product-page .form ul li.wid-100 {
  width: 100%;
}
.product-page .form ul li textarea {
  height: 210px;
}
.product-page .form ul li input[type="submit"] {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px;
  background: #000;
  background: var(--primary);
  color: white;
  font-size: 18px;
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
  width: auto;
  border: none;
}
.product-page .form ul li input[type="submit"]:hover {
  opacity: 0.7;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
  text-align: center;
  margin-right: 10px;
  background: white;
  color: black;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
  display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
  background: var(--primary);
}
.product{background: #f5f7f9; padding: 50px 0px;}
@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
  .product-page .form ul li textarea {
    padding: 15px;
  }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
    padding: 70px 0;
  }
  .product-page .prodet-2 .options ul li {
    font-size: 20px;
  }
  .product-page .form ul li input,
  .product-page .form ul li textarea {
    font-size: 16px;
  }
  .product-page .pro_init_1 .container .right .share ul li {
    width: 35px;
    height: 35px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
    padding-left: 2.5%;
  }
  .product-page .form ul li {
    padding: 10px;
  }
  .product-page .form ul {
    margin: -10px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
    padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
    padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
    display: none;
  }
  .product-page .pro_init_1 .container .left .bigImg {
    width: 100%;
    padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
    margin-right: 25px;
  }
  .product-page .prodet-2 .options {
    display: none;
  }
  .product-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 30px;
  }
  .product-page .prodet-2 {
    padding-top: 0;
  }
  .product-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .product-page .form ul li input,
  .product-page .form ul li textarea {
    padding: 10px;
  }
  .product-page .form ul li input[type="submit"] {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }
  .product-page .prodet-2 .ret .det {
    overflow-x: auto;
  }
  .product-page .prodet-2 .ret .det table {
    table-layout: auto;
  }
  .product-page .prodet-2 .ret .det table td {
    min-width: 200px;
    width: auto;
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .prodet-2 .ret {
    margin-top: 0;
  }
  .product-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
}

.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page
  .pro_init_1
  .container
  .left
  .swiper
  .swiper-wrapper
  .swiper-slide {
  height: 115px;
  display: block;
}

.product-page
  .pro_init_1
  .container
  .left
  .swiper
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 46%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color:#0d4ba0;
  font-weight: 500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;

  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .shangxia a {
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight: bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
}
.product-page
  .pro_init_1
  .container
  .right
  .cont_list
  .list
  .content::-webkit-scrollbar-thumb {
  background: var(--primary);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page
  .pro_init_1
  .container
  .right
  .cont_list
  .list
  .content
  ul
  li
  .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page
  .pro_init_1
  .container
  .right
  .cont_list
  .list
  .content
  ul
  li:last-child {
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more {
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
  padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: 36px;
  font-weight: bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: 40px;
  width: 27%;
  text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
  width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-family: var(--font);
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
  padding: 100px 0;
}

.product-page .pro_init_3 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form .mail {
  width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
  display: none;
}

.product-page .pro_init_3 .container form .list {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight: 500;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.product-page .pro_init_3 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  font-weight: 500;
  color: #313131;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-weight: 500;
}

.product-page .pro_init_3 .container form .submit_btn {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: 40px;
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #222;
}

.contact-page .init-1 {
  margin-top: 100px;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 41%;
}
.contact-page .init-1 .container .left .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  font-size: 16px;

  color: #666666;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .left img {
  margin-top: 50px;
  width: 100%;
  border-radius: 10px;
}
.contact-page .init-1 .container .right {
  margin-top: 65px;
  width: 53%;
}
.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 2;
}
.contact-page .init-1 .container .right form {
  margin-top: 30px;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
  line-height: 1.8;
  font-family: var(--font);
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  font-weight: 500;
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit_btn {
  /*background-color: #000;
  border-color: #000;*/
  border-radius: 5px;
  cursor: pointer;
  /*width: 180px;
  height: 50px;*/
  overflow: hidden;
  margin-top: 50px;
}
/*.contact-page .init-1 .container .right form .submit_btn::before {
  display: none;
}*/
.contact-page .init-1 .container .right {
  position: relative;
}
.contact-page .init-1 .container .right #ewm {
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,
.contact-page .init-1 .container .right canvas {
  display: block;
  width: 100%;
}
.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}
.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}
@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
}

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

@media (max-width: 1000px) {
  .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 215px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    height: 200px;
  }
  .product-page .init-3 .container .content .next {
    display: none;
  }
  .product-page .init-3 .container .content .prev {
    display: none;
  }
  .product-page .init-5 .container {
    padding: 0;
  }
  .product-page .init-5 .container .list {
    height: 210px;
  }
  .pro-single-page {
    margin-top: 40px;
  }
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  .product-page .pro_init_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-2 {
    margin-top: 30px;
  }
  .contact-page .init-1 {
    margin-top: 30px;
  }

  .contact-page .init-1 .container .left {
    display: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }
  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right #ewm {
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    margin-top: 40px;
  }
  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }
  .contact-page .init-2 {
    margin-top: 40px;
  }
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none !important;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: 16px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: 40px;
  }
  .product-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page
    .init-3
    .container
    .content
    .swiper
    .swiper-wrapper
    .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }

  .pro-single-page {
    padding-bottom: 0;
  }

  .product-page .pro_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product-page
    .pro_init_1
    .container
    .left
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

  .product-page .pro_init_2 {
    padding: 40px 0;
  }

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 20px;
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .pro_init_2 .list_cont {
    padding: 0;
    margin-top: 0;
  }

  .product-page .pro_init_3 {
    padding: 40px 0;
  }

  .product-page .pro_init_3 .container form input {
    width: 100%;
  }
}

.product-page .fl {
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
  padding: 30px;
  background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--primary);
  font-size: 30px;
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul {
  display: block;
}
.product-page .fl .box .list ul li i {
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--primary);
  color: white;
}*/
.product-page .fl .box .list ul li ul li {
  border: none;
  background: #fff;
}
.product-page .fl .box .list ul li ul li:hover {
  background: var(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active {
  background: var(--primary);
  color: #fff;
}
@media screen and (max-width: 700px) {
  .product-page .fl {
    display: block;
  }
  .product-page .fl .box {
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3 {
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li {
    font-size: 16px;
  }
}

.product-page .product-2 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.product-page .product-2 .colour-list{
  position: sticky;
  top: 93px;
  z-index: 3;
  background-color: #fff;
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  font-weight: bold;
  padding-left: 20px;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Montserrat';
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 40px;
  /*height: 50px;*/

  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 15px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
  font-size: 16px;
  background-color: var(--color);
  transition: .3s;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a {
  color: #ffffff;
  background-color: var(--color);
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
}

.sider-box .sider-left .category .catelist > ul > li > ul {
  /*display: none;*/
  margin-left: 12px;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
  transition: .3s;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
    color: #ffffff;
  background-color: var(--color);
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit {
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form input[type="text"],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type="text"] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

.sider-box .sider-left .quote .form .fileInputContainer input[type="text"] {
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}

.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more {
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #ffffff;
  background-color: var(--color);
  box-shadow: 0 0 20px rgba(238, 139, 52, 0.6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  background-color: var(--color);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(238, 139, 52, 0.5)),
    to(var(--color))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(238, 139, 52, 0.5),
    var(--color)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(238, 139, 52, 0.5),
    var(--color)
  );
  background-image: linear-gradient(
    to right,
    rgba(238, 139, 52, 0.5),
    var(--color)
  );
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}

.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  /*overflow: hidden;*/
  margin-bottom: 10px;
  background: #fff;
  position: relative;
}  
.product_list .img .sold-out{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.color-page .product_list .img a{
  padding: 0px;
}
.product_list .img .new-tip{
  position: absolute;
  left: -5px;
  top: -3px;
  color: #15ADFB;
  z-index: 2;
  display: none;
  width: 60px;
  height: 48px;
  background: url(../images/colour-icon.png) no-repeat center center;
    background-size: 100%  100%;
}
.product_list li[is-top="1"] .img .new-tip{
  display: block;
}
.product_list .img a {
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: var(--color);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3 {
  margin-top: 15px;
  line-height: 1.8;
  font-family: var(--font);
}

.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 1050px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: var(--color);
  border: 1px solid var(--color);
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: var(--color);
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;

  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover {
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page
  .init-2
  .container
  .list
  .small_img
  ul
  .slick-current
  .box {
  opacity: 1;
  border: 2px solid var(--color);
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper {
    width: 100%;
  }
  .product-page .init-3 .container .content {
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}
.seoPublic .title {
  font-size: 48px;
  /*font-weight: 300;*/
  text-transform: uppercase;
  font-family: 'Montserrat';
  line-height: 1.2;
  margin-bottom: 0.7em;
}

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

.seoPublic > div:nth-child(2n-1){
  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: 36px;

  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  color: #525252;
  max-height: 284px;
  padding-right: 20px;
  overflow-y: scroll;
}

.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: 10px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 24px;
  line-height: 1.7;

  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*font-family: var(--font);*/
  min-height: 3em;
}

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

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

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

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

.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: var(--color);
  color: var(--color);
}

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

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

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

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

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: var(--color);
}

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

.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  /*padding-left: 25px;
        padding-right: 25px;
        padding-top: 14px;*/
  border: none;
}

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

/*.seoPublic .text a {
        color: var(--color);
    }

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

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

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

.seoPublic .Auxil-through a:hover {
  background: var(--color);
  color: white;
}

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

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: var(--color);
}

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

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

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

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: var(--color);
}
@media screen and (max-width: 1510px) {
  #header
    > .nav
    > .menu
    .menu-box
    .menu_c
    .menu-menu-container
    > .menu
    > .menu-item
    > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  #header
    > .nav
    > .menu
    .menu-box
    .menu_c
    .menu-menu-container
    > .menu
    > .menu-item
    > a {
    font-size: 16px;
  }
  .font-35 {
    font-size: 30px;
  }
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }

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

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

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

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

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

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

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

  #cp-Nav {
    display: block;
  }

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

  #cp-Nav .nav div.title {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  #cp-Nav .nav div.title::after {
    content: "\f107";
    display: block;
    color: white;
    font-family: "FontAwesome";
    font-size: 20px;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }

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

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

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

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

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

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

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

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

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

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

.submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.submit input[type="submit"] {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 24px;

  color: #fff;
  line-height: 54px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
}
.submit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-w {
  height: 100%;
  opacity: 1 !important;
  visibility: unset !important;
}
.f-g img {
  vertical-align: middle;
  margin-right: 30px;
}
.f-g1 {
  border-bottom: 1px solid #666666;
}
.service-page {
  padding: 60px 0 0 0px;
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
  margin-bottom: 40px;
  line-height: 1.4;
  text-transform: uppercase;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
  border-radius: 10px;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
  border-radius: 10px;
}
.service-page .service-2 {
  background: #f9f9f9;
  padding: 70px 0;
  margin: 50px 40px;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .title {
  line-height: 1.2;
  margin-top: 12px;
  text-transform: uppercase;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px -0.4px 9px 3px rgb(0 0 0 / 8%);
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827f;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 16px;
  line-height: 30px;
  color: #83827f;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--color);
  border-color: var(--color);
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .init1 .img {
  margin: auto;
  width: 1350px;
  padding-top: 35px;
  border-radius: 20px;
}
.service-page #index-body .rate {
  padding: 80px 0 140px;
  background-color: #f9f9f9;
}
.service-page #index-body .rate .content {
  margin-top: 50px;
}
.service-page #index-body .rate .content ul {
  margin: -15px;
}
.service-page #index-body .rate .content ul li {
  padding: 15px;
}
.service-page #index-body .rate .content ul li .box {
  background: #f2f2f2;
  padding: 30px;
  min-height: 340px;
  border-radius: 10px;
  transition: all 0.5s;
}
.service-page #index-body .rate .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 26px;
  margin-top: 15px;
}
.service-page #index-body .rate .content ul li .box .desc {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  color: #666;
  transition: all 0.5s;
}
.service-page #index-body .rate .content ul li:hover .box {
  background: var(--color);
  color: #fff;
}
.service-page #index-body .rate .content ul li:hover p {
  color: #fff;
}
.service-page #index-body .rate .content ul li:hover .box .desc {
  color: #fff;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827f;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827f;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out,
    text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out,
    text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out,
    text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out,
    text-indent 0.4s ease-out, opacity 0.4s ease;
}
#index-body .about .top .text {
  vertical-align: middle;
  padding-right: 73px;
}
#index-body .about .top .text .btn a.link {
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
}
#index-body .about .top .text .btn a.link em {
  display: inline-block;
  padding: 22px;
  background: var(--color);
}

#index-body .about .top .text .btn a.link span {
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  padding-left: 5px;
}
#index-body .about .top .text .btn {
  margin-top: 37px;
}
#index-body .init1 {
  /*background: #f9f9f9;*/
  padding: 60px 0 108px;
}
#index-body .init1 .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page #index-body .init1 h3 {
  width: 40%;
  color: #111;
  font-size: 45px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
}
.service-page #index-body .init1 .btn {
  width: 60%;
  color: #666;
  font-size: 18px;
  line-height: 1.4;
}
.service-page #index-body .init1 .more {
  background: white;
  color: black;
}
.service-page #index-body .init1 .more:hover {
  color: white;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }

  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
  .service-page #index-body .rate .content ul li .box .title {
    font-size: 20px;
    line-height: 36px;
  }
  .service-page #index-body .rate .content ul li .box .desc {
    min-height: 162px;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .service-page {
    padding: 60px 0;
  }
  #index-body .init1 .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page #index-body .init1 h3 {
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
    width: 100%;
  }
  .service-page .service-1 #index-body .about .top .img {
    width: 100%;
    margin-top: 25px;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }

  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}
.btn-go-rd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
.btn-go-rd span {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go-rd i {
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go-rd:hover span {
  margin-right: 25px;
  color: var(--color);
}
.btn-go-rd:hover i {
  color: var(--color);
}
.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: var(--color);
  border: 1px solid var(--color);
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: var(--color);
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 80px 0 10px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;

  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover {
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page
  .init-2
  .container
  .list
  .small_img
  ul
  .slick-current
  li
  .box {
  opacity: 1;
  border: 2px solid var(--color);
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper {
    width: 100%;
  }
  .product-page .init-3 .container .content {
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}
.font-news1 {
  font-size: 24px !important;
  line-height: 1.7 !important;
  min-height: 3em !important;
}
.font-news2 {
  font-family: "Montserrat" !important;
}
.font-news3 {
  font-family: "Montserrat" !important;
}
.font-news4 {
  font-family: "Montserrat" !important;
}
.seoPublic .Auxil-news .list ul li .content div.h6 a {
  font-size: 24px;
  line-height: 32px;

  min-height: 3em;
  text-transform: uppercase;
}
.tips-fct {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;

  padding-top: 80px;
}
.tips-fct1 {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  max-width: 1050px;
  margin: auto;
}
.tips-fct-box {
  background: #f9f9f9;
  padding-bottom: 80px;
}
.product-2 .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 20px;
  background: url(../images//p05-s03-img.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.product-2 .sidebar-info:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
    z-index: -1;
      border-radius: 20px;
}
.product-2 .sidebar-info h5 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.product-2 .sidebar-info .info-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
  margin-right: 2rem;
}
.product-2 .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1000px) {
  .about-page .about-3{
    margin-top: 30px;
  }
}




.factory-1 {
  background: #f7f7f7;
}
.gallery-page1 .tab {
  font-size: 0;
  margin-bottom: 4.5rem;
}
.gallery-page1 .tab li {
  text-align: center;
  padding: 24px 0;

  position: relative;
}
.gallery-page1 .tab li a {
  overflow: hidden;
  display: block;
}
.gallery-page1 .tab li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  transition: transform ease 0.4s;
  -ms-transition: transform ease 0.4s;
  -o-transition: transform ease 0.4s;
  -webkit-transition: transform ease 0.4s;
  -moz-transition: transform ease 0.4s;
  position: relative;
}
.gallery-page1 .tab li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color);
  transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page1 .content .box {
  text-align: center;
  padding-bottom: 4.5rem;
}
.gallery-page1 .content .box h2 {
  color: #182333;
  font-size: 1.75rem;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page1 .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page1 .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
}
.gallery-page1 .content .box .swiper{

}
.gallery-page1 .content .box .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 0;
  border: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gallery-page1 .content .box .slick-arrow:after {
  font-size: 26px;
  transition: 0.3s;
  line-height: 50px;
}
.gallery-page1 .content .box .slick-arrow:hover {
  background: var(--color);
}
.gallery-page1 .content .box .slick-arrow:hover:after {
  color: #fff;
}
.gallery-page1 .content .box .slick-arrow.slick-prev {
  left: -50px;
}
.gallery-page1 .content .box .slick-arrow.slick-next {
  right: -50px;
}
.gallery-page1 .content .box .slick-arrow.slick-prev:after {
  content: "<";
}
.gallery-page1 .content .box .slick-arrow.slick-next:after {
  content: ">";
}

/*.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 50px!important;
  height: 50px!important;
  transition: 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 0;
  border: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 26px!important;
  transition: 0.3s;
  font-family: unset;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--color);
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: #fff;
}
.swiper-button-prev{
  left: 15px;
}
.swiper-button-next{
  right: 15px;
}
.swiper-button-prev:after {
  content: "<"!important;
}
.swiper-button-next:after {
  content: ">"!important;
}*/

.gallery-page1 .content .box ul {
  /*margin: 0 -15px;*/
  text-align: left;
}
.gallery-page1 .content .box ul li {
  padding: 5px;
}
.gallery-page1 .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
.gallery-page1 .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 1rem;
}
.gallery-page1 .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;

  text-overflow: ellipsis;

  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page1 .content .box ul li .imgbox .text .con {
  margin-top: 1rem;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page1 .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page1 .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page1 .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page1 .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page1 .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page1 .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page1 .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page1 .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page1 .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page1 .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 4.5rem 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page1 .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page1 .content .box ul li {
    width: 33.3333%;
  }
}
.inner-page span.h2 {
  font-size: 36px;
  /*color: #4f4d4d;*/
  font-weight: 600;

  display: block;
}
    .line-2 {
        line-height: 1.2;
    }

    .text-bold {
        font-weight: 700;
    }

    .text-center {
        text-align: center;
    }

    .tit-36 {
        font-size: 36px;
        line-height: 1.8;
    }

    .col-fff {
        color: #fff;
    }

    .f-no {
        display: flex;
        flex-flow: row wrap;
    }

    .f-no-c-center {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .f-no-col-c-center,
    .f-no-col-s-center {
        align-items: center;
        display: flex;
        flex-flow: column wrap;
    }

    .about-list2 .ul .li:hover:before,
    .about-list2 .ul .li.active:before {
        opacity: 1;
    }

    .about-31 .about-list2 {
        height: 71vh;
        min-height: 684px;
        position: relative;
        z-index: 1;
    }

    .about-31 .about-list2 .bgbox {
        height: 71vh;
        min-height: 684px;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .about-31 .about-list2 .bgbox .bg {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .about-list2 .tit2 {
        position: absolute;
        top: 2.65rem;
        width: 100%;
        z-index: 6;
        color: #fff;
        font-size: 46px;
         font-weight: bold;
        text-align: center;
    }

    .about-list2 .warpul {
        height: 100%;
        overflow-x: auto;
        position: relative;
        width: 100vw;
        z-index: 3;
        max-width: 1920px;
    }

    .about-list2 .ul {
        bottom: 0;
        height: 100%;
        left: 0;
        min-width: 760px;
        position: absolute;
        width: 100%;
        z-index: 4;
    }

    .about-list2 .ul:before {
        background: rgba(0, 0, 0, .3);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .about-list2 .ul .li {
        justify-content: flex-end;
        padding: 0 3% 2.75rem;
        position: relative;
        width: 33.3%;
        z-index: 3;
    }

    .about-list2 .ul .li:before {
        background: url(../images/zimg3.png) no-repeat bottom;
        bottom: 0;
        content: "";
        height: 100%;
        opacity: 0;
        position: absolute;
        transition: all .6s;
        width: 100%;
        z-index: -1;
    }

    .about-list2 .titbox {
        margin-top: 2.75rem;
        transition: all .6s;
    }
    .about-list2 .tit4{
      max-height: calc(2em * 6);
      overflow-y: auto;
    }
    .about-list2 .ul .li:hover .titbox {
        transform: translateY(-1.5rem);
    }
.about-list2 .ul .li:hover .titbox .font-16{font-size:16px;}
    .bgbox img {
        opacity: 0;
    }

    .bgbox img.active {
        opacity: 1;
    }
.about2-page .about-31 .left {
  width: 42%;
  vertical-align: middle;
}
.about2-page .about-31 .right {
  width: 58%;
  vertical-align: middle;
  padding: 0 8%;
}
.about2-page .about-31 .right span.h2 {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
.about2-page .about-31 .right span.h2:before {
  content: "";
  width: 1.5em;
  height: 2px;
  background-color: #181818;
  margin-right: 0.5em;
}
.about2-page .about-31 .right .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.about2-page .about-5 {
  padding: 80px 0 120px;
}
.about2-page .about-5 .left {
  width: 40%;
  padding-right: 3%;
  vertical-align: middle;
}
.about2-page .about-5 .right {
  width: 60%;
  vertical-align: middle;
}
.about2-page .about-5 .left span.h2 {
  text-transform: uppercase;
}
.about2-page .about-5 .left .text {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 2em;
}
.about2-page .about-5 .right ul {
  margin: -25px;
}
.about2-page .about-5 .right ul li {
  padding: 25px;
}
.about2-page .about-5 .right ul li img {
  width: 100%;
}
.about2-page .about-5 .right ul li p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 0.5em;
}

@media (max-width: 1000px) {
  .about2-page .about-31 .right,
  .about2-page .about-5 .left,
  .about2-page .about-5 .right{
    width: 100%;
    padding: 0;
    line-height: 1.8;
  }
  .about2-page .about-31 .left {
    display: none;
  }
  .about2-page .about-5 .left .text {
    font-size: 14px;
  }
  .about2-page .about-31 .right span.h2 {
    margin-bottom: 2em;
  }
  .about2-page .about-31,
  .about2-page .about-5{
    padding: 50px 0;
  }
  .inner-page span.h2 {
    font-size: 24px;
  }
  .tit-36{
    font-size: 20px;
  }
  .about2-page .about-5 .left{
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 700px) {
  .about-31 .about-list2 {
    display: none;
  }
}


@media screen and (max-width: 992px) {
  .gallery-page1 .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page1 .content .box p {
    font-size: 14px;
  }
  .gallery-page1 .content .box ul li {
    width: 100%;
  }
  .about2-page .about-31{
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-page span.h2 {
    font-size: 20px;
  }
}
.design-page {
  padding: 0;
}
.design-page .init-1 {
  background: #f3f4f6;
  padding: 50px 0;
}
.design-page .init-1 h2 {
  line-height: 58px;
  margin-bottom: 6px;
  font-size: 48px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-1 p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-1 #carousel {
  padding: 50px 10%;
}
.design-page .init-1 #carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 0;
  border: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.design-page .init-1 #carousel .slick-arrow.slick-prev {
  left: 15px;
}
.design-page .init-1 #carousel .slick-arrow.slick-next {
  right: 15px;
}
.design-page .init-1 #carousel .slick-arrow:after {
  font-size: 26px;
  transition: 0.3s;
}
.design-page .init-1 #carousel .slick-arrow:hover {
  background: var(--color);
}
.design-page .init-1 #carousel .slick-arrow:hover:after {
  color: #fff;
}
.design-page .init-1 #carousel .slick-arrow.slick-prev:after {
  content: "<";
}
.design-page .init-1 #carousel .slick-arrow.slick-next:after {
  content: ">";
}



.design-page .init-1 .ft {
  padding-top: 60px;
}
.design-page .init-1 .btn a {
  display: block;
  width: 350px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #fff !important;
  background: var(--color);
  -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;
  margin: 0 auto;
}
.design-page .init-1 ul li img {
  width: 100%;
}
.design-page .init-1 ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: 20%;
  z-index: 0;
  background: #e3e4e6;
}
.design-page .init-1 ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.design-page .init-1 ul .slick-slide.slick-current + div li {
  left: -25%;
}
.design-page .init-2 {
  padding: 60px 0;
  background-color: #e9ebec;
}

.design-page .init-2 .grid-box .column:nth-child(1) {
  padding-right: 5%;
}
.design-page .init-2 .grid-box .column:nth-child(1) h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-2 .grid-box .column h2 {
  font-weight: 700;
  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;
  margin-bottom: 30px;
}
.design-page .init-2 .grid-box .column h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 58px;

}
.design-page .init-2 .grid-box .column p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  color: #777 !important;
}
.design-page .tit {
  text-align: center;
}
.design-page .tit h3 {
  font-weight: 700;
  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;
  margin-bottom: 20px;
}
.design-page .tit p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-3 {
  background: #f3f4f6;
  padding: 50px 0;
}
.design-page .init-3 .init-3-list {
  padding-top: 60px;
  /*padding-left: 12%;*/
}
.design-page .init-3 .init-3-list ul li {
  padding: 0 20px;
  padding-top: 80px;
}

.design-page .init-3 .init-3-list ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
}
.design-page .init-3 .init-3-list ul li .item .pic {
  position: relative;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.design-page .init-3 .init-3-list ul li .item .text {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-bottom: 50px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 30px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main p {
  color: #777 !important;
  font-size: 16px;
  line-height: 1.8;
}
.design-page .init-4 {
  padding-top: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(47%, #f3f4f6),
    color-stop(0%, #e9ebec)
  );
  background: -webkit-linear-gradient(top, #f3f4f6 47%, #e9ebec 0%);
  background: -o-linear-gradient(top, #f3f4f6 47%, #e9ebec 0%);
  background: linear-gradient(180deg, #f3f4f6 47%, #e9ebec 0%);
}
.design-page .init-5 {
  padding: 40px 0 80px;
  text-align: center;
  background: #e9ebec;
}
.design-page .init-5 p {
  max-width: 760px;
  margin: 0 auto 52px;
}
.design-page .init-5 .section-link {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color) !important;
  text-decoration: underline !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1000px) {
  .design-page .init-1 h2,
  .design-page .init-2 .grid-box .column:nth-child(1) h2,
  .design-page .tit h3 {
    line-height: 30px;
    font-size: 25px;
  }
  /*.design-page .init-3 {
    display: none;
  }*/
  .design-page .init-3 .init-3-list{
    padding-top: 30px;
  }
}
@media (max-width: 700px) {
  .design-page .init-1 .ft {
    padding-top: 10px;
  }
  .design-page .init-1 .btn a {
    font-size: 16px;
  }
  .design-page .init-4,
  .design-page .init-2 {
    padding: 30px 0;
  }
  .design-page .init-2 .grid-box .column {
    width: 100%;
    padding: 10px 0;
  }
  .design-page .init-2 .grid-box .column:nth-child(1) h3 {
    font-size: 20px;
  }
  .design-page .init-3{
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1700px) {
  .gallery-page1 .content .box .slick-arrow.slick-prev {
  left: 0px;
  }
  .gallery-page1 .content .box .slick-arrow.slick-next {
    right: 0px;
  }
}


.colour-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.colour-list li {
  width: 20%;
  padding-right: 20px;
  margin: 6px 0;
}
.colour-list li a {
  display: block;
  text-align: center;
  padding: 6px 0;
  background-color: #F0F0F0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: relative;
  font-size: 20px;
  font-family: var(--font);
}
.colour-list li:first-child a:after{
  /*content:"";
  display: block;
  position: absolute;
  left:-5px;
  top: -5px;;
  background: url(../images/colour-icon.png) no-repeat center center;
  background-size: 100%;
  width: 60px;
  height: 48px;*/
}
.colour-list li a:hover {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .colour-list li {
    width: 33.33%;
  }
  .product-page .product-2 .colour-list{
    top:40px;
  }
   .product-page .product-2 .product_list ul li{
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .colour-list li {
    width: 50%;
  }
  .product_list .img a{
    padding: 5px;
  }
    .product-page .product-2 .colour-list{
    position: unset;
  }
}
@media screen and (max-width: 700px) {
  .colour-list li {
    width: 100%;
  }
  .product-page .product-2  .product_list ul li{
    width: 50%;
  }
}


/*.about-page1 .about-5 {
  background-color: #f7f8fa;
}*/
.about-page1 .about-5 .tabs {
  width: 30%;
}
.about-page1 .about-5 .tabs a {
  padding: 10px;
  border-radius: 10px;
  background-color: #d3d4d5;
}
.about-page1 .about-5 .tabs a + a {
  margin-top: 15px;
}
.about-page1 .about-5 .tabs a.active {
  color: #FFFFFF;
  background-color: var(--color);
}
.about-page1 .about-5 .tabs .heightlim{
  height: 400px;
  overflow-y: auto;
}
.about-page1 .about-5 .contents {
  width: 70%;
}
.about-page1 .about-5 .content100fir{
  width: 100%!important;
}
.about-page1 .about-5 .contents .left {
  vertical-align: middle;
}
.about-page1 .about-5 .contents .left img {
  border-radius: 10px;
}
.about-page1 .about-5 .contents .right {
  vertical-align: top;
  font-size: 16px;
  line-height: 2;
}
.about-page1 .about-5 .contents .right ul li {
  font-size: 16px;
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.about-page1 .about-5 .contents .right ul li::before {
  content: url(../images/gou-icon.png);
  position: absolute;
  left: 0;
  top: 0;
}
.about-page1 .about-5 .contents .right ul li + li {
  margin-top: 20px;
}
.about-page1 .about-5 .contents .list {
  text-align: left;
}
.about-page1 .about-5 .contents .list ul {
  margin: -10px;
}
.about-page1 .about-5 .contents .list ul li {
  padding: 10px;
}
.about-page1 .about-5 .contents .list img {
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
    .about-page1 .about-5 .tabs {
    width: 100%;
    padding: 0;
  }
  .about-page1 .about-5 .contents {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .about-page1 .about-5 .tabs a {
    width: 30%;
    margin: 10px 1.5%;
    display: inline-block;
  }
  .about-page1 .about-5 .contents .left {
    width: 100%;
  }
  .about-page1 .about-5 .contents .right {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .about-page1 .about-5 .tabs a {
    width: 100%;
  }
}
.mt-30{
  line-height: 2;
}
.font-16{
  line-height: 2;
}