@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
.henglicpyhyzs .title {
    font-size: 36px;
    font-family: 'Poppins-Bold';
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 20px;
}
.henglicpyhyzs {
    font-size: 16px;
    line-height: 30px;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
body {
  font-family: 'Poppins-Regular';
  margin: 0;
  padding: 0;
  --color: #0075c1;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1520px;
  margin: auto;
  position: relative;
}
.henglishouyeh1 h1 {
    display: inline;
}
a.henglifoot {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    transform: translate(10px,5px);
}
a.more {
  font-size: 18px;
  line-height: 3.22222222em;
  height: 3.22222222em;
  padding: 0 3.33333333em;
  border: 1px solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  display: inline-block;
}
a.more:hover {
  background-color: var(--color);
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
#header.inner{
   background-color: rgba(0, 0, 0, 1) !important; 
}
#header .nav {
  position: relative;
  height: 110px;
  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;
}
#header .nav .ui.menu {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  width: 75%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li::before,
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: "";
  display: block;
  position: absolute;
  left: 105%;
  height: 2px;
  background-color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li::before {
  top: 10px;
  width: 0;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  top: 16px;
  width: 0;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  width: 26px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  width: 13px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#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: 15px;
  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 {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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 .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 .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu li:first-child {
  margin-left: 0;
}
#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 70px;
}
#header .nav .ui.menu .right .h-inquire {
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  margin: 0 35px 0 70px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-family: 'Poppins-Bold';
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .yuan {
  width: 15px !important;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 15px;
}
.language-box .zhuyu {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins-Bold';
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: 0px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.home-title {
  position: relative;
}
.home-title h3 {
  position: relative;
  z-index: 5;
  font-size: 50px;
  color: #fff;
  font-family: 'Poppins-Bold';
}
.home-title p {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
}
.home-title::before {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color);
  border-radius: 50%;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .banner-page {
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  font-size: 14px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
}
#banner .banner-content ul li .content h3 {
  font-size: 50px;
  font-family: 'Poppins-Bold';
  line-height: 1.2;
  max-width: 85%;
}
#banner .banner-content ul li .content p {
  margin-bottom: 10px;
  font-size: 20px;
}
#banner .banner-content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .sell-product {
  position: relative;
  margin-top: 110px;
  height: auto;
}
#index-body .sell-product .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .sell-product .sell-product-content .home-title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#index-body .sell-product .sell-product-content .home-title h3{
    color: #000;
}
#index-body .sell-product .sell-product-content>p {
  text-align: center;
  width: 80%;
  color: #000;
  margin: 20px auto;
  font-size: 18px;
  font-family: Poppins-Light;
  line-height: 2;
}
#index-body .sell-product .sell-product-content h4 {
  font-size: 18px;
  color: #fff;
  font-family: Poppins-Bold;
  text-decoration: underline;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .sell-product .sell-product-content .category {
  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-bottom: -50px;
  margin-top: 80px;
  position: relative;
  z-index: 10;
}
#index-body .sell-product .sell-product-content .category .cat_name {
  width: 15.5%;
  height: 100px;
  position: relative;
  cursor: pointer;
  margin: 0 2px;
}
#index-body .sell-product .sell-product-content .category .cat_name span {
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #b7b7b7;
  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;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 15px;
}
#index-body .sell-product .sell-product-content .category .cat_name.active span {
  background-color: var(--color);
  font-family: 'Poppins-Bold';
  font-size: 18px;
}
#index-body .sell-product .sell-product-content .category .cat_name::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 126px;
  height: 142px;
  background: url("../images/cate-icon.png") no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .sell-product .sell-product-content .category .cat_name.active::before {
  opacity: 1;
}
#index-body .sell-product .sell-product-content .content {
  position: relative;
}
#index-body .sell-product .sell-product-content .content ul li {
  position: relative;
}
#index-body .sell-product .sell-product-content .content ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .sell-product .sell-product-content .content ul li .category_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 120px;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left {
  width: 50%;
  height: 435px;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left .text {
  color: #fff;
  margin: 0;
  height: calc(100% - 82px);
  overflow: auto;
  font-family: "";
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left a {
  color: var(--color);
  font-size: 16px;
  font-family: Poppins-Bold;
  margin-top: 50px;
  display: block;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .left a span {
  border-bottom: 1px solid var(--color);
}
#index-body .sell-product .sell-product-content .content ul li .category_content .right ul {
  width: 380px;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .right ul li {
  padding: 35px 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 435px;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .right ul li h4 {
  font-size: 20px;
  font-family: Poppins-Bold;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.5s;
  text-align: center;
}
#index-body .sell-product .sell-product-content .content ul li .category_content .right ul li h4:hover{
    color: var(--color);
}
#index-body .sell-product .sell-product-content .content .sell-product-btn {
  width: 50px;
  height: 85px;
  border: none;
  background-color: #333;
  font-size: 28px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
  z-index: 10;
  background-image: none;
}
#index-body .sell-product .sell-product-content .content .sell-product-btn:hover {
  background-color: var(--color);
}
#index-body .sell-product .sell-product-content .content .swiper-button-prev {
  left: -25px;
}
#index-body .sell-product .sell-product-content .content .swiper-button-next {
  right: -25px;
}
#index-body .about {
  padding: 150px 0 0;
  height: auto;
  position: relative;
}
#index-body .about .about-content .left .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0px  60px;
}
#index-body .about .about-content .left .content .henglishouyeh1 {
  font-size: 18px;
  color: #000;
  max-width: 700px;
  margin-right: 110px;
  font-family: Poppins-Light;
  line-height: 2;
}
#index-body .about .about-content .left .content .list:last-child {
  margin-left: 65px;
}
#index-body .about .about-content .left .content .list {
  color: #000;
}
#index-body .about .about-content .left .content .list h4 {
  font-size: 20px;
  font-family: Poppins-Bold;
}
#index-body .about .about-content .left .content .list a {
  font-size: 18px;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
  font-family: Poppins-Light;
}
#index-body .about .about-content .left .home-title h3{
    color:#000;
}
#index-body .about .about-content .right {
  position: relative;
  z-index: 5;
}
#index-body .about .player-box {
  position: absolute;
  width: 730px;
  height: 200px;
  background-color: var(--color);
  right: 0;
  top: 420px;
  z-index: 10;
  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-left: 95px;
}
#index-body .about .player-box p {
  font-size: 22px;
  text-transform: uppercase;
  font-family: Poppins-Bold;
  margin-left: 70px;
  color: #fff;
}
#index-body .about .player-box .play {
  position: relative;
}
#index-body .about .player-box .play::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .partners {
  margin: 110px 0 170px;
}
#index-body .partners .partners-content .slick-dots {
  margin-top: 50px;
  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;
}
#index-body .partners .partners-content .slick-dots li.slick-active {
  background-color: #333;
}
#index-body .partners .partners-content .slick-dots li {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 15px;
  height: 15px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 10px;
}
#index-body .partners .partners-content .slick-dots li button {
  display: none;
}
#index-body .advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
#index-body .advantage .right {
  width: 50%;
  height: 822px;
}
#index-body .advantage .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .advantage .advantage-content {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .advantage .advantage-content .home-title h3 {
  color: #000;
  line-height: 1.2;
}
#index-body .advantage .advantage-content .home-title::before {
  top: 0;
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  background-color: #66b7eb;
}
#index-body .advantage .advantage-content ul {
  width: 50%;
  margin-top: 50px;
}
#index-body .advantage .advantage-content ul li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .advantage-content ul li.active .content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .advantage .advantage-content ul li.active .content .box .title .btn button:first-child {
  display: none;
}
#index-body .advantage .advantage-content ul li.active .content .box .title .btn button:last-child {
  display: block;
}
#index-body .advantage .advantage-content ul li.active .content .box p {
  padding: 10px 0 0;
  line-height: 2;
  height: auto;
  border-color: rgba(255, 255, 255, 0.2);
}
#index-body .advantage .advantage-content ul 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}
#index-body .advantage .advantage-content ul li .content {
  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;
}
#index-body .advantage .advantage-content ul li .content .icon {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  position: relative;
}
#index-body .advantage .advantage-content ul li .content .icon .icon1{
    opacity: 1;
    transition: all 0.5s;
}
#index-body .advantage .advantage-content ul li .content .icon .icon2{
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: 0;
    left: 0;
    top:0;
}
#index-body .advantage .advantage-content ul li.active .content .icon .icon1{
    opacity: 0;
}
#index-body .advantage .advantage-content ul li.active .content .icon .icon2{
    opacity: 1;
    z-index:2;
}
#index-body .advantage .advantage-content ul li .content .box {
  color: #000;
  width: calc(100% - 75px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
#index-body .advantage .advantage-content ul li .content .box .title {
  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;
}
#index-body .advantage .advantage-content ul li .content .box .title .btn button {
  font-size: 22px;
  color: #000;
  font-size: 20px;
  background: none;
  border: none;
}
#index-body .advantage .advantage-content ul li .content .box .title .btn button:first-child {
  display: block;
}
#index-body .advantage .advantage-content ul li .content .box .title .btn button:last-child {
  display: none;
}
#index-body .advantage .advantage-content ul li .content .box .title h4 {
  font-size: 18px;
  font-family: 'Poppins-Bold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: right;
}
#index-body .advantage .advantage-content ul li .content .box p {
  font-size: 14px;
  font-family: "Poppins-Light";
  border-bottom: 1px solid transparent;
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: right;
}
#index-body .process {
  background-color: #252525;
  padding: 175px 100px 150px;
  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;
}
#index-body .process .process-jian {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 30px 15px;
}
#index-body .process .process-list {
  width: 18%;
}
#index-body .process .process-list .process-icon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  min-height: 90px;
}
#index-body .process .process-list .process-icon span {
  position: absolute;
  right: -60px;
  top: -55px;
  color: #000;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .process .process-list h4 {
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins-Bold';
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  white-space: nowrap;
}
#index-body .process .process-list p {
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins-Light';
  text-align: center;
  line-height: 2;
}
#index-body .news {
  padding: 140px 0 110px;
  background-color: #171717;
}
#index-body .news .news-content .home-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .news .news-content .text {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
  text-align: center;
}
#index-body .news .news-content ul {
  margin: 65px -15px 0;
}
#index-body .news .news-content ul .slick-dots {
  margin-top: 50px;
  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;
}
#index-body .news .news-content ul .slick-dots li.slick-active {
  background-color: #fff;
}
#index-body .news .news-content ul .slick-dots li {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 15px;
  height: 15px;
  background-color: #2e2e2e;
  border-radius: 50%;
  margin: 0 10px;
}
#index-body .news .news-content ul .slick-dots li button {
  display: none;
}
#index-body .news .news-content ul li:hover .box {
  height: 100%;
  border-color: var(--color);
  background-color: var(--color);
}
#index-body .news .news-content ul li:hover .box span,
#index-body .news .news-content ul li:hover .box p {
  color: #ffffff;
}
#index-body .news .news-content ul li {
  height: 425px;
  font-size: 16px;
  color: #fff;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .news .news-content ul li .box {
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 45px 40px 0;
  transition: all 0.5s;
}
#index-body .news .news-content ul li span {
  color: rgba(255, 255, 255, 0.6);
  font-family: Poppins-Light;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li h4 {
  font-size: 18px;
  line-height: 1.8;
  margin: 10px 0;
  font-family: Poppins-Bold;
}
#index-body .news .news-content ul li p {
  color: rgba(255, 255, 255, 0.6);
  font-family: Poppins-Light;
  line-height: 2;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li a span {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-family: Poppins-Bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
#footer .footer-userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 15px 65px;
}
#footer .footer-userinfo .home-title h3 {
  text-align: center;
}
#footer .footer-userinfo .home-title::before {
  left: 14.5%;
  top: 0;
  -webkit-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}
#footer .footer-userinfo #addForm {
  width: 930px;
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-userinfo #addForm input::-webkit-input-placeholder {
  color: #fff;
}
#footer .footer-userinfo #addForm input::-moz-placeholder {
  color: #fff;
}
#footer .footer-userinfo #addForm input:-moz-placeholder {
  color: #fff;
}
#footer .footer-userinfo #addForm input:-ms-input-placeholder {
  color: #fff;
}
#footer .footer-userinfo #addForm input {
  width: 265px;
  height: 30px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #fff;
  border-bottom: 1px solid#fff;
  font-size: 16px;
  margin: 0 15px;
}
#footer .footer-userinfo #addForm div {
  width: 100%;
  margin-top: 25px;
  position: relative;
}
#footer .footer-userinfo #addForm div input::-webkit-input-placeholder {
  color: #000;
}
#footer .footer-userinfo #addForm div input::-moz-placeholder {
  color: #000;
}
#footer .footer-userinfo #addForm div input:-moz-placeholder {
  color: #000;
}
#footer .footer-userinfo #addForm div input:-ms-input-placeholder {
  color: #000;
}
#footer .footer-userinfo #addForm div input[name=content] {
  width: 100%;
  height: 90px;
  border-radius: 45px;
  background-color: #fff;
  padding-left: 40px;
  margin: 0;
  color: #000;
}
#footer .footer-userinfo #addForm div input[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 205px;
  height: 70px;
  border-radius: 45px;
  background-color: var(--color);
  margin: 0;
}
#footer .footer-center .footer-t {
  padding-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 60px;
}
#footer .footer-center .footer-t .footer-t-gird .contact {
  width: 30%;
}
#footer .footer-center .footer-t .footer-t-gird .contact span {
  border: none;
}
#footer .footer-center .footer-t .footer-t-gird .contact span:hover {
  color: #d0cdcb !important;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .logo {
  margin-bottom: 40px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img canvas {
  width: 130px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  line-height: 2;
  font-family: 'Poppins-Light';
  margin-bottom: 5px;
  color: #d0cdcb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:hover {
  color: var(--color);
}
#footer .footer-center .footer-b .footer-b-content {
  color: #fff;
  padding: 25px 0;
  height: 90px;
  font-family: 'Poppins-Light';
  border-top: 1px solid #ffffff;
  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;
}
#footer .footer-center .footer-b .footer-b-content .footer-icons {
  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;
  font-size: 16px;
  margin-top: 15px;
}
#footer .footer-center .footer-b .footer-b-content .footer-icons a {
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
  font-size: 14px;
}
#footer .footer-center .footer-b .footer-b-content .footer-icons a:last-child {
  margin-right: 0;
}
#footer .footer-center .footer-b .footer-b-content .footer-icons a:hover {
  background-color: var(--color);
}
#footer .footer-center .footer-b .footer-b-content .left span {
  font-size: 16px;
}
#footer .footer-center .footer-b .footer-b-content .left span img {
  width: 260px;
  height: auto;
  padding-top: 5px;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 64px;
  }
  .header-icon {
    width: 240px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  #index-body .about .player-box {
    width: 550px;
  }
  .home-title h3 {
    font-size: 40px;
  }
  #index-body .sell-product .sell-product-content .category .cat_name span{
      line-height: 1.4;
  }
  #index-body .process {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 105px 100px 80px;
  }
  #index-body .process .process-list {
    width: 25%;
    margin: 60px 0;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .home-title h3 {
    font-size: 36px;
  }
  #index-body .sell-product .sell-product-content .category .cat_name.active span {
    font-size: 16px;
}
  #banner .banner-content ul li .content h3 {
    font-size: 54px;
  }
  .header-icon {
    width: 180px;
  }
  #header .nav .ui.menu {
    width: 80%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #index-body .about .player-box {
    width: 420px;
    padding-left: 45px;
  }
  #index-body .about .player-box p {
    margin-left: 45px;
  }
  #index-body .about {
    padding: 125px 0 0;
  }
  #index-body .partners {
    margin: 100px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list .logo {
    width: 225px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 46px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
    font-size: 16px;
  }
  #header .nav .ui.menu .right {
    margin-left: 20px;
  }
  #header .nav .ui.menu .right .h-search {
    margin: 0 35px;
  }
  #header .nav .ui.menu {
    width: 77%;
  }
  #index-body .about .player-box p {
    display: none;
  }
  #index-body .about .player-box {
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 630px;
    background: none;
    height: auto;
    right: unset;
  }
  #index-body .sell-product {
    margin-top: -280px;
  }
  #index-body .sell-product .sell-product-content .content ul li .bg {
    height: 545px;
  }
  #index-body .advantage .right {
    display: none;
  }
  #index-body .advantage .advantage-content {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: unset;
  }
  #index-body .advantage .advantage-content ul {
    width: 100%;
  }
  #index-body .advantage .advantage-content ul li .content .icon {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .advantage {
    margin-bottom: 80px;
  }
  #index-body .process {
    padding: 105px 60px 80px;
  }
  /*#index-body .news .news-content ul {
    margin: 65px -15px 0;
    width: 100%;
  }*/
 #index-body .news .news-content ul li {
      padding: 0 2px;
  }
  #index-body .advantage .advantage-content ul li .content{
      justify-content: space-between;
  }
  #index-body .advantage .advantage-content ul li .content .box {
    width: calc(100% - 105px);
    }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  .henglicpyhyzs {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 32px;
  }
  #banner .banner-content .banner-page {
    display: none;
  }
  #index-body .about .about-content .left .content p {
    font-size: 16px;
    max-width: 370px;
    margin-right: 50px;
  }
  #index-body .about .player-box {
    top: 600px;
    padding-left: 0;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content .left {
    width: 100%;
    margin-bottom: 40px;
  }
  #index-body .sell-product {
    margin-top: 0;
    height: 1850px;
    padding: 100px 0 0;
    background: #171717;
  }
  #index-body .sell-product .sell-product-content {
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .sell-product .bg {
    display: none;
  }
  #index-body .sell-product .sell-product-content .category {
    margin-bottom: 50px;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content .left p {
    width: 100%;
  }
  #index-body .process .process-list {
    width: 40%;
  }
  #index-body .process {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 105px 15px 80px;
  }
  #index-body .news .news-content ul li {
    padding: 0 15px;
  }
  #index-body .sell-product .sell-product-content .content .sell-product-btn {
    display: none;
  }
  #footer .footer-userinfo #addForm {
    width: 100%;
  }
  #footer .footer-userinfo #addForm input {
    width: 190px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact {
    width: 55%;
  }
  #index-body .sell-product .sell-product-content .category {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .sell-product .sell-product-content .category .cat_name {
    width: 30%;
    margin: 20px 10px;
  }
  #index-body .sell-product .sell-product-content .home-title h3,
  #index-body .sell-product .sell-product-content>p {
    color: #fff;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list:nth-last-child(2){
      display: none;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 22px;
  }
  .home-title h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .home-title::before {
    display: none;
  }
  #index-body .about {
    padding: 85px 0 ;
  }
  #index-body .about .about-content .left .content .list {
    display: none;
  }
  #index-body .about .about-content .left .content p {
    max-width: 100%;
  }
  #index-body .about .player-box {
    top: 490px;
  }
  #index-body .sell-product .sell-product-content .category .cat_name {
    width: 45%;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content {
    padding: 0;
  }
  #index-body .sell-product {
    height: 2100px;
  }
  #index-body .partners,
  #index-body .advantage,
  #index-body .process {
    display: none;
  }
  #footer .footer-userinfo #addForm input {
    width: 100%;
    margin: 15px 0;
  }
  #footer .footer-userinfo #addForm div input[type=submit] {
    top: 130%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
    width: 205px;
    border: none;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact {
    width: 100%;
    margin-top: 40px;
  }
  #footer .footer-center .footer-b .footer-b-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-center .footer-b .footer-b-content .left {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  .henglifoot {
      display: none!important;
  }
  .newdet-page .section-title2 {
      font-size: 20px;
  }
  #index-body .about .about-content .left .content p {
    margin-right: 0;
  }
  #index-body .about .player-box {
    display: none;
  }
  #banner .banner-content ul li .content p {
    font-size: 16px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  #index-body .about .about-content .left .content {
    margin: 25px 0;
  }
  #index-body .sell-product .sell-product-content p {
    width: 100%;
    font-size: 16px;
  }
  #index-body .sell-product .sell-product-content .category .cat_name {
    width: 100%;
  }
  #index-body .sell-product {
    height: 2500px;
  }
  #index-body .sell-product .sell-product-content .content ul li .bg {
    display: none;
  }
  #index-body .sell-product .sell-product-content .content ul li .category_content .right ul {
    width: 300px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list .qc-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .footer-userinfo #addForm div input[name=content] {
    padding: 0 15px;
  }
}





























/*inner-page*/

.inner-banner {
    height: 400px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}
.inner-banner.product{
    height: 790px;
}
.inner-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
}
.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-family: 'Poppins-Bold';
}
.inner-banner .box h2 em {
    color: var(--color);
}
.inner-banner::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.about-page {
    padding-top: 4rem;
}
.about-page .about-1 .text {
    padding-right: 4rem;
    vertical-align: middle;
}
.about-page .about-1 .text h3 {
    /*font-size: 1.35rem;*/
    line-height: 1.3;
}
.about-page .about-1 .text .con {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
}
.about-page .about-1 .text .con p:first-child {
    margin-bottom: 15px;
}
.about-page .about-1 .text dl {
    margin: 15px 0 1.5rem;
}
.about-page .about-1 .text dl dd i {
    display: inline-block;
    color: var(--color);
    font-size: 20px;
    margin-top: 5px;
}
.about-page .about-1 .text dl dd span {
    display: inline-block;
    padding-left: 0.75rem;
    font-size: 18px;
    line-height: 1.8;
    width: 90%;
}
.about-page .about-1 .text .line-dec {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-page .about-1 .text .line-dec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 40px;
    background: var(--color);
}
.about-page .about-1 .text .about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0;
}
.about-page .about-1 .text .about-bottom .image.about-signature {
    margin-right: 2rem;
    width: 80px;
}
.about-page .about-1 .text .about-bottom .about-name {
    
    font-size: 16px;
    line-height: 2;
    font-family: 'Poppins-Bold';
}
.about-page .about-1 .text .about-bottom .about-rol {
    
    font-size: 14px;
    line-height: 2;
}
.about-page .about-1 .img {
    position: relative;
    vertical-align: middle;
}
.about-page .about-1 .img::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: 50%;
    bottom: 50%;
    z-index: 1;
    background: var(--color);
}
.about-page .about-1 .img img {
    position: relative;
    z-index: 10;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .img .about-img-hotifer {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 320px;
    padding: 30px 16px;
    z-index: 11;
    border-radius: 2px;
    text-align: left;
    background: var(--color);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.about-page .about-1 .img .about-img-hotifer::before {
    bottom: 15px;
    right: 20px;
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    font-size: 35px;
    font-weight: normal;
    display: none;
}
.about-page .about-1 .img .about-img-hotifer p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left;
}
.about-page .about-1 .img .about-img-hotifer .icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 39px;
    height: 32px;
}
.about-page .about-1 .img .about-img-hotifer .icon svg {
    fill: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    display: inline-block;
}
.about-page .about-1 .img:hover img {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -moz-transform: scale(0.98);
}
.about-page .about-2 {
    background: url(/silicatesupplier/2024/09/18/about1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 6rem 0 3rem;
    color: #fff;
    margin-top: 4rem;
}
.about-page .about-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.about-page .about-2 .left {
    width: 50%;
    margin: 0 5% 0 auto;
}
.about-page .about-2 .left .play {
    display: inline-block;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    text-align: center;
    line-height: 4.25rem;
    background: rgba(86, 177, 81, 0.8);
    position: relative;
    z-index: 1;
}
.about-page .about-2 .left .play i {
    font-size: 1.75rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.about-page .about-2 .left .play::before,
.about-page .about-2 .left .play::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(86, 177, 81, 0.5);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-2 .left .play::before {
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.about-page .about-2 .left .cont h6 {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0px;
    padding-left: 50px;
}
.about-page .about-2 .left .cont h6::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--color);
    position: absolute;
    left: 0;
    top: 50%;
}
.about-page .about-2 .left .cont h4 {
    font-size: 26px;
    line-height: 1.8;
    font-family: 'Poppins-Bold';
    color: #fff;
    margin-bottom: 0px;
}
.about-page .about-2 .left .cont p {
    font-size: 16px;
    line-height: 2;
}
.about-page .about-3 {
    padding: 6rem 0;
}
.about-page .about-3 .header span {
    font-size: 16px;
    
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
}
.about-page .about-3 .header span::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--color);
    position: absolute;
    left: 0;
    top: 50%;
}
.about-page .about-3 .header h3 {
    font-size: 50px;
    font-family: 'Poppins-Bold';
    line-height: 1.1;
    position: relative;
    margin-bottom: 20px;
}
.about-page .about-3 .header h3 em {
    color: var(--color);
}
.about-page .about-3 .info ul {
    margin-right: -24px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.about-page .about-3 .info ul li {
    padding-right: 24px;
    margin-bottom: 30px;    
}
.about-page .about-3 .info .single-facility {
    padding: 40px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    line-height: 1;
    height: 100%;
}
.about-page .about-3 .info .single-facility h5 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.about-page .about-3 .info .single-facility span {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    background: var(--color);
    padding: 10px;
}
.about-page .about-3 .info .single-facility p {
    height: 210px;
    overflow: auto;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}
.about-page .about-3 .info .single-facility .facility-shape {
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    bottom: 60px;
    left: 90px;
}
.about-page .about-3 .info .single-facility .facility-shape span {
    font-size: 140px;
    color: #ccc;
    background: transparent;
}
.about-page .about-3 .info .single-facility:hover h5 {
    color: var(--color);
    -webkit-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .info .single-facility:hover span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.about-page .about-4 {
    background: url(/silicatesupplier/2024/09/18/about2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    color: #fff;
}
.about-page .about-4::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.about-page .about-4 ul li .item.text-center {
    text-align: center;
}
.about-page .about-4 ul li .item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    border: 7px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.about-page .about-4 ul li .item .icon span,
.about-page .about-4 ul li .item .icon i {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 80px;
    border-radius: 50%;
    background: var(--color);
}
.about-page .about-4 ul li .item .icon .back {
    background: #fff;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    color: var(--color);
}
.about-page .about-4 ul li .item h3 {

    margin-bottom: 5px;
    font-size: 36px;
    line-height: 1.6;
    font-family: 'Poppins-Bold';
}
.about-page .about-4 ul li .item h6 {
    font-size: 20px;
    line-height: 1.8;
    font-family: 'Poppins-Bold';
}
.about-page .about-4 ul li .item h6 span {
    font-size: 18px;
    color: var(--color);
    margin-right: 10px;
}
.about-page .about-4 ul li .item:hover .icon .front {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.about-page .about-4 ul li .item:hover .icon .back {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.about-page .p11-team {
    padding: 4.5rem 0;
}
.about-page .p11-team .mml-row {
    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;
    padding: 0;
}
.about-page .p11-team .titles {
    max-width: 568px;
    width: 32%;
    margin: 0 4.5rem 0 10px;
}

.about-page .p11-team .two {
    max-width: 568px;
    width: 40%;
    margin: 0 4.5rem 0 10px;
}

.about-page .p11-team .item-wrap2 {
       width: 45%;
   margin: 0 2.5rem 0 10px;
}

.about-page .p11-team .titles h3.title {
    font-size: 30px;
    font-family: 'Poppins-Bold';
    line-height: 1.6;
}
.about-page .p11-team .titles .desc {
    margin-top: 20px;
}
.about-page .p11-team .titles .desc p {
    height: 360px;
    overflow: auto;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.about-page .p11-team .titles h3 {
    margin-bottom: 20px;
}
.about-page .p11-team .item-wrap {
    width: 60%;
    margin: -10px;
}
.about-page .p11-team .item-wrap .item {
    padding: 10px 15px;
    margin: 10px 15px;
    background-color: #222;
    /*border: var(--color) solid 3px;*/
}
.about-page .p11-team .item-wrap .item p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
}
.about-page #cta {
    position: relative;
}
.about-page #cta::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    content: '';
    display: block;
    background-color: #051026;
}
.about-page #cta .cta-content {
    width: 100%;
    /*max-width: 1760px;*/
    margin: 0 auto;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(#000));
    background-image: -webkit-linear-gradient(left, var(--color) 0%, #000 100%);
    background-image: -moz-linear-gradient(left, var(--color) 0%, #000 100%);
    background-image: linear-gradient(90deg, var(--color) 0%, #000 100%);
}
.about-page #cta .cta-content .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 65px 0;
}
.about-page #cta .cta-content .content-wrap h2 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 34px;
    line-height: 1.4;
    color: #fff;
    margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
}
.about-page #cta .cta-content .content-wrap .mml-text {
    max-width: 750px;
}
.about-page #cta .cta-content .content-wrap .btn {
    margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap .btn a {
    position: relative;
    display: inline-block;
    /* font-style: normal; */
    line-height: 1.6;
    font-size: 24px;
    text-align: center;
    padding: 16px 29px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid transparent;
}
.about-page #cta .cta-content .content-wrap .btn a.white {
    background-color: #fff;
    color: var(--color);
}
.about-page #cta .cta-content .content-wrap .btn a.white:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
@media screen and (max-width: 1600px){
    .inner-banner.product{
        height: 650px;

    }
}
@media screen and (max-width: 1400px){
    .inner-banner.product{
        height: 510px;

    }
}
@media screen and (max-width: 1200px){
    .inner-banner.product{
        height: 110px;

    }
}
@media screen and (max-width: 1000px) {
    .inner-banner .box{
        top: 40%;
    }
    .about-page .about-1 .text {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .img {
        width: 100%;
        padding-top: 2rem;
    }
    .about-page .about-2 .left {
        margin: 0 20% 0 auto;
    }
    #cta h2 {
        font-size: 36px;
    }
    .about-page .about-3 .info ul li {
        width: 50%;
    }
    .about-page .about-4 ul li {
        width: 25% !important;
    }
    .about-page .about-4 ul li .item h6 {
        font-size: 16px;
    }
    .about-page .p11-team .mml-row {
        display: block;
    }
    .about-page .p11-team .mml-row .titles,
    .about-page .p11-team .mml-row .title {
        width: 100%;
        max-width: 100%;
    }
    .about-page .p11-team .mml-row .item-wrap {
        width: 100%;
        margin-top: 2rem;
    }
    .about-page .about-3 .info .single-facility {
        padding: 40px 15px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box{
        top: 30%;
    }
    .inner-banner .box h2{
        font-size: 18px;
        line-height: 1.8;
    }
    .inner-banner .box .mbx {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner {
        height: auto;
        padding-top: 100px;
    }
    .about-page .about-1 .text h3 {
        font-size: 20px;
        line-height: 1.8;
    }
    .inner-banner.single .box h2{
        display: none!important;
    }
    .about-page .about-2 {
        display: none;
    }
    .about-page .about-3 .info ul {
        margin-right: 0;
    }
    .about-page .about-3 .info ul li {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-4 {
        display: none;
    }
    .about-page .p11-team .titles .desc p {
        font-size: 16px;
        line-height: 2;
    }
    .about-page .p11-team .titles{
        max-width: 100%;
        width: 100%;
    }
    #cta h2 {
        font-size: 30px;
        line-height: 1.5;
        max-width: unset;
    }
    #cta .content-wrap {
        padding: 50px 0;
    }
    .about-page #cta .cta-content .content-wrap p {
        font-size: 16px;
        line-height: 2;
    }
    .about-page #cta .cta-content .content-wrap .btn a {
        font-size: 16px;
        padding: 8px 15px;
    }
}
.gallery-page .tab {
    font-size: 0;
    margin-bottom: 4.5rem;
}
.gallery-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}
.gallery-page .tab li a {
    overflow: hidden;
    display: block;
}
.gallery-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative;
}
.gallery-page .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-page .content .box {
    text-align: center;
    padding-bottom: 4.5rem;
}
.gallery-page .content .box h2 {
    font-size: 1.75rem;
    margin-top: 10px;
    font-family: 'Poppins-Bold';
    line-height: 1.3;
}
.gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.gallery-page .content .box div{
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    /*margin-top: 20px;*/
}
.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}
.gallery-page .content .box ul li {
    padding: 15px;
}
.gallery-page .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;
}
.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .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-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}
.gallery-page .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-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-family: 'Poppins-Bold';
    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-page .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-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}
.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 4.5rem 0;
}
.m-page {
    text-align: center;
    padding-top: 20px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    text-align: center;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .gallery-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size: 14px;
    }
    .gallery-page .content .box ul li {
        width: 100%;
    }
}
.faq-page {
    padding: 6rem 0;
}
.faq-page .box ul {
    margin-right: -2rem;
}
.faq-page .box ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
}
.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #111;
    margin-bottom: 0px;
}
.faq-page .box ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.faq-page .box ul li .title h6 {
    font-size: 18px;
    margin-bottom: 0;
}
.faq-page .box ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 18px;
    line-height: 1.7;
    color: black;
}
.faq-page .box ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
    color: #fff;
}
.faq-page .box ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }
    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .box ul li .title::after {
        left: 10px;
    }
    .faq-page .box ul li .title {
        padding: 20px 10px 20px 66px;
    }
    .faq-page .box ul li .accordion-info {
        padding: 20px 10px;
    }
}
.cus-page {
    padding-top: 6rem;
}
/*.cus-page .cus1{
  padding-bottom: 6rem;
}*/
.cus-page .cus1 h5 {
    font-size: 24px;
    font-family: 'Poppins-Bold';
    line-height: 1;
}
.cus-page .cus1 .con {
    font-size: 20px;
    line-height: 2;
    margin-top: 15px;
}
.cus-page .cus1 .con p {
    margin-bottom: 15px;
}
.cus-page .cus1 .con p:last-child {
    margin-bottom: 30px;
}
.cus-page .cus1 ol.number {
    list-style: none;
    counter-reset: item;
    margin-bottom: 20px;
    padding-left: 2rem;
}
.cus-page .cus1 ol.number li {
    counter-increment: item;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.6;
    position: relative;
    padding-left: 40px;
}
.cus-page .cus1 ol.number li::before {
    margin-right: 10px;
    content: counter(item);
    background: #56b151;
    border-radius: 0px;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    position: absolute;
    left: 0;
    top: 8px;
}
.cus-page .cus1 .info ul {
    margin-right: -24px;
}
.cus-page .cus1 .info li {
    position: relative;
    padding: 20px 24px 0 0;
}
.cus-page .cus1 .info li .gallery-box {
    overflow: hidden;
    position: relative;
}
.cus-page .cus1 .info li .gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.cus-page .cus1 .info li .gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.cus-page .cus1 .info li .gallery-box .gallery-img::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img::after {
    background: rgba(0, 0, 0, 0.4);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img img {
    transform: scale(1.05);
}
.cus-page .cus2 {
    padding-top: 6rem;
}
.cus-page .cus2 .part1 .column {
    width: 70%;
    vertical-align: middle;
}
.cus-page .cus2 .part1 .column h2 {
    font-size: 1.5rem;
    font-weight: 800;
    /*font-style: italic;*/
}
.cus-page .cus2 .part1 .column p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    margin-top: 15px;
}
.cus-page .cus2 .part1 .column:nth-child(1) {
    padding-right: 5%;
}
.cus-page .cus2 .part1 .column:nth-child(2) {
    width: 30%;
}
.cus-page .cus2 .part1 .column:nth-child(2) a.more {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color);
}
.cus-page .cus2 .part2 .process-list li {
    width: 32.5%;
    max-width: 405px;
    margin-top: 50px;
    float: left;
    padding: 10px;
}
.cus-page .cus2 .part2 .process-list li .des {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    border-radius: 0px 0px 4px 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 106px;
}
.cus-page .cus2 .part2 .process-list li .des .num {
    width: 43px;
    height: 43px;
    background-color: var(--color);
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    font-size: 17px;
    font-weight: 800;
    font-style: normal;
    position: absolute;
    top: -22.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}
.cus-page .cus2 .part2 .process-list li .des h4 {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Poppins-Bold';
}
.cus-page .cus3 {
    background: #f5f5f5;
    padding: 4.5rem 0 3.5rem;
}
.cus-page .cus3 .top {
    text-align: center;
}
.cus-page .cus3 .top h2 {
    font-size: 2.5rem;
    line-height: 1;
    font-family: 'Poppins-Bold';
}
.cus-page .cus3 .top p {
    font-size: 20px;
    line-height: 1.8;
    margin: 1.4rem auto 0;
}
.cus-page .cus3 .formBox {
    margin: 3rem 0 2rem;
}
.cus-page .cus3 .formBox form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cus-page .cus3 .formBox form input[type="text"] {
    border: none;
    background: #f0f0f0;
    padding: 0 1rem;
    width: 24%;
    height: 55px;
    font-size: 16px;
    line-height: 2;
}
.cus-page .cus3 .formBox form .f-submit {
    width: 100%;
    text-align: center;
    margin-top: 2.35rem;
}
.cus-page .cus3 .formBox form .f-submit .more {
    border: none;
    display: inline-block;
    padding: 0.9rem 2.85rem;
    background: var(--color);
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cus-page .cus3 .formBox form .f-submit .more:hover {
    background: #000;
}
.cus-page .ser-2 {
    margin: 80px auto;
}
.cus-page .ser-2 .title {
    position: relative;
}
.cus-page .ser-2 .title i {
    z-index: -1;
    position: absolute;
    bottom: 45%;
    left: 0;
    font-size: 100px;
    color: #4d4d4d;
    opacity: 0.9;
}
.cus-page .ser-2 .title h3 {
    font-size: 2.4rem;
    font-family: 'Poppins-Bold';
    line-height: 2;
}
.cus-page .ser-2 .top .grid-box .text {
    font-size: 20px;
    max-width: 800px;
    padding-right: 10px;
    margin: 20px 0 20px auto;
    line-height: 2;
}
.cus-page .ser-2 .top .grid-box .left .text {
    margin-left: 0;
}
.cus-page .ser-2 .bot {
    margin-right: -13%;
}
.cus-page .ser-2 .bot ul {
    margin: 0 -10px;
}
.cus-page .ser-2 .bot ul li {
    position: relative;
    padding: 0 10px;
    margin: 40px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig {
    position: relative;
    max-width: 420px;
}
.cus-page .ser-2 .bot ul li .ig img {
    position: relative;
    z-index: 1;
    margin: 5px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig h4 {
    font-size: 20px;
    line-height: 1.6;
    
}
@media screen and (max-width: 1450px) {
    .cus-page .ser-2 .bot {
        margin-right: -7%;
    }
}
@media screen and (max-width: 1000px) {
    .cus-page .cus3 .formBox form input[type="text"] {
        width: 48%;
        margin-bottom: 15px;
    }
    .cus-page .cus3 .formBox form .f-submit {
        margin-top: 3rem;
    }
    .cus-page .ser-2 .top .grid-box .column {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li .ig {
        margin: auto;
    }
}
@media screen and (max-width: 767px) {
    .cus-page .init-1 .column h2 {
        font-size: 20px;
    }
    .cus-page .init-1 .column p {
        font-size: 14px;
        margin: 10px 0;
    }
    .cus-page .init-2 h2,
    .cus-page .init-3 .part1 .column h2,
    .cus-page .init-4 .init-content h2 {
        font-size: 20px;
    }
    .cus-page .init-3 .part1 .column p {
        font-size: 14px;
    }
    .cus-page .init-3 .part1 .column:nth-child(2) a.more {
        font-size: 16px;
    }
    .cus-page .init-4 .init-content {
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .cus-page .cus1 ol.number {
        padding-left: 0;
    }
    .cus-page .cus2 .part1 .column:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .cus-page .cus2 .part1 .column h2 {
        font-size: 20px;
    }
    .cus-page .cus2 .part1 .column:nth-child(2) {
        width: 100%;
        padding-top: 2rem;
    }
    .cus-page .cus2 .part2 .process-list li {
        width: 100%;
        margin-top: 20px;
    }
    .cus-page .cus3 .top h2 {
        font-size: 2rem;
    }
    .cus-page .cus3 .top p {
        font-size: 16px;
        line-height: 2;
    }
    .cus-page .cus3 .formBox form input[type="text"] {
        width: 100%;
    }
    .cus-page .ser-2 .title h3{
        font-size: 20px;
        line-height: 2;
    }
    .cus-page .ser-2 .bot{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 580px) {
    .cus-page .init-1 .column {
        width: 100%;
    }
    .cus-page .init-1 .column h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 540px) {
    .cus-page .init-3 {
        padding: 20px;
    }
    .cus-page .init-3 .part2 .process-list li {
        width: 50%;
    }
    .cus-page .init-4 .init-content {
        padding: 30px;
    }
}
@media screen and (max-width: 500px) {
    .cus-page .cus3 .formBox form input[type="text"] {
        height: 40px;
        font-size: 14px;
        line-height: 2;
    }
}
.production-sec .pur-sec {
    padding: 3rem 0;
}
.production-sec .pur-sec .mml-row {
    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;
}
.production-sec .pur-sec .mml-row .text-wrap {
    width: 100%;
    max-width: 800px;
    padding-top: 90px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
    width: 60%;
    max-width: 760px;
}
.production-sec .fig-sec {
    padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.2;
    color: var(--color);
    margin-bottom: 6px;
    width: 40%;
}
.production-sec .fig-sec .mml-row ul {
    width: 60%;
    max-width: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 45px 0px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
    max-width: 193px;
    text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {

    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: var(--color);
}
.production-sec .fig-sec .mml-row ul li p {

    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.production-sec .prints-sec {
    padding-bottom: 4rem;
}
.production-sec .prints-sec .mml-row {
    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;
}
.production-sec .prints-sec .mml-row .img-wrap {
    width: 46%;
    /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
    width: 70%;
    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;
    max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
    margin-bottom: 25px;
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
    padding: 25px 0px;
    font-style: normal;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
    margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem;
    text-align: center;
}
.production-sec .proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.production-sec .proto-sec ul li {
    display: inline-block;
    width: 25%;
    padding: 15px;
}
.production-sec .proto-sec ul li img {
    display: block;
    max-width: 100%;
}
.production-sec .proto-sec h4 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 40px;
    text-align: center;
}
.production-sec .proto-sec p {
    font-style: normal;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}
.production-sec .p11-milestone {
    padding: 3.25rem 0;
    background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .p11-milestone .title {
    margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
    margin: -15px;
}
.production-sec .p11-milestone .list ul li {
    padding: 15px;
}
.production-sec .p11-milestone .galaxy {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.production-sec .p11-milestone .track {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 200px;
    height: 5px;
    width: 1600px;
    -webkit-transform: translate3d(0, -2.5px, 0);
    -moz-transform: translate3d(0, -2.5px, 0);
    transform: translate3d(0, -2.5px, 0);
    will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
    position: relative;
    width: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(50%, #f35d2e), to(#f25743));
    background-image: -webkit-linear-gradient(left, var(--color) 0%, #f35d2e 50%, #f25743 100%);
    background-image: -moz-linear-gradient(left, var(--color) 0%, #f35d2e 50%, #f25743 100%);
    background-image: linear-gradient(90deg, var(--color) 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
    content: '\20';
    position: absolute;
    z-index: 3;
    right: -6px;
    top: -3px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px #fff;
    box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys time {
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
    max-width: 400px;
    max-height: 250px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
    position: relative;
    width: 400px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
    bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
    top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
    top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
    bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
    opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
    -webkit-transform: translate(0, 12px);
    -moz-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
    transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
    content: '\20';
    position: absolute;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color);
}
.production-sec .team-img {
    text-align: center;
}
.production-sec .team-img .text h2 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
    .prints-sec .img-wrap {
        width: 35%;
    }
    .prints-sec .text-wrap {
        width: 60%;
    }
}
@media screen and (max-width: 1200px) {
    .text.mod-1 h2 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px !important;
        padding-top: 10px !important;
    }
    .production-sec .fig-sec h2 {
        font-size: 30px;
    }
    .production-sec .prints-sec .mml-row .img-wrap {
        width: 45%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 50%;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px) {
    .production-sec .pur-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec .mml-row ul {
        width: 100%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 100%;
    }
    .production-sec .pur-sec .container .text-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .production-sec .pur-sec .container .img-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .production-sec .fig-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .production-sec .fig-sec ul {
        width: 100%;
        max-width: 100%;
    }
    .prints-sec .img-wrap {
        display: none;
    }
    .prints-sec .text-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .production-sec .pur-sec {
        padding: 20px 0 !important;
    }
    .production-sec .fig-sec ul {
        display: block;
    }
    .production-sec .fig-sec ul li {
        max-width: 100%;
        padding: 20px 0;
    }
    .production-sec .fig-sec {
        display: none;
    }
    .production-sec .pur-sec .mml-row .text-wrap p {
        font-size: 14px;
        line-height: 2;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text p {
        font-size: 14px;
        line-height: 2;
    }
}
.quality-sec {
    padding-top: 6rem;
}
.our-markets ul li {
    display: flex;
    align-items: center;
}
.our-markets ul li:not(:last-child) {
    margin-bottom: 60px;
}
.our-markets ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.our-markets ul li:nth-child(even) .img {
    text-align: right;
}
.our-markets ul li .img {
    width: 50%;
}
.our-markets ul li .mml-text {
    width: 50%;
    padding: 0 15px;
}
.our-markets ul li .mml-text h3 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--color);
    margin-top: 10px;
    margin-bottom: 10px;
}
.our-markets ul li .mml-text p {
    font-size: 18px;
    line-height: 1.6;
}
.qua-details {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, var(--color) 0%, #f35d2e 100%);
}
@media (max-width: 540px) {
    .qua-details {
        padding: 0px;
    }
}
.qua-details .container {
    padding: 60px 10px;
}
.qua-details .container h2 {
    text-align: center;
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0px;
}
.qua-details .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.qua-details .container ul li {
    width: 24%;
    max-width: 280px;
    margin-top: 40px;
}
.qua-details .container ul li img {
    max-width: 100%;
}
.qua-details .container ul li h4 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.qua-details .container ul li p {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    /* width: 95%; */
    /* max-width: 260px; */
    line-height: 32px;
}
.proto-sec h2 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem;
    text-align: center;
}
.proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.proto-sec ul li {
    font-size: 0;
    padding: 15px;
}
.p11-team {
    padding: 4.5rem 0;
}
.quality-sec .p11-team h4 {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
}
.p11-team .item-wrap {
    width: 60%;
    margin: -10px;
}
.p11-team .item {
    padding: 10px 15px;
    margin: 10px 15px;
    /*border: var(--color) solid 3px;*/
}
.p11-team .item p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1000px) {
    .our-markets ul li {
        display: block;
    }
    .our-markets ul li .mml-text p {
        font-size: 14px;
    }
    .our-markets ul li .img {
        width: 100%;
        text-align: center !important;
    }
    .qua-details .container ul li h4 {
        font-size: 18px;
    }
    .qua-details .container ul li p {
        font-size: 14px;
    }
    .our-markets ul li .mml-text {
        width: 100%;
        padding: 30px 0;
    }
    .qua-details .container ul {
        flex-wrap: wrap;
    }
    .qua-details .container ul li {
        width: 100% !important;
        text-align: center !important;
        max-width: 330px !important;
    }
    .pd-110 {
        padding: 20px 0 !important;
    }
    .p11-team {
        padding: 30px 0;
    }
    .font-18 {
        font-size: 14px;
    }
}

.inner-page h3.title{
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Poppins-Bold';
}
.inner-page h3.title em{
    color: var(--color);
}

.inner-page .sidebox {
    padding: 2rem 0;
}
.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 40px;
}
.inner-page .sidebox .sideleft .widget {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sidebox .sideleft .widget form {
    position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
    border:1px solid rgba(0, 0, 0, 0.2);
}
.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: 'Poppins-Bold';
}
.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
    padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li a {
    line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
    line-height: 2;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}
.inner-page .sidebox .sideright {
    width: calc(78% - 50px);
    padding: 0 10px 50px 50px;
}
.ap-page {
    background: #f5f5f5;
}
.ap-page .sideright .ap-top {
    position: relative;
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    transform-style: preserve-3d;
    perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    position: relative;
    transform-style: preserve-3d;
    transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
    width: 100%;
}
.ap-page .sideright .ap-top .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
    padding: 0 1.6rem 0.7rem;
    position: absolute;
    background: 0 0;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    top: 1.6rem;
    left: 0;
    width: 100%;
    z-index: 10;
    text-transform: uppercase;
}
.ap-page .sideright .ap-top h6::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 2rem;
    background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 1.6rem;
    bottom: 0;
    color: #fff;
    background: var(--color);
    z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
    font-size: 24px;
    font-family: 'Poppins-Bold';
    line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
    font-size: 16px;
    line-height: 2;
}
.ap-page .sideright .ap-top:hover .img {
    transform: translateY(-3px);
    box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
    font-size: 25px;
    line-height: 1.6;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
}
.ap-page .sideright .ap-bottom .con {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
    margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
    margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    line-height: 2;
    padding: 0.8rem 1.2rem;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    content: "\f107";
    position: absolute;
    top: 0.8em;
    right: 1.5em;
    font-size: 20px;
    font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
    padding: 1.6rem 2rem 0.8rem;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1px;
    display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
    background: #e9672e;
    color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
    content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
    .inner-page .sidebox .sideleft {
        width: 28%;
    }
    .inner-page .sidebox .sideright {
        width: 72%;
    }
    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .container .cat_list {
        display: none;
    }
    .inner-page .sidebox .sideleft {
        display: none;
    }
    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .sidebox .sideright {
        padding: 0 0 50px 0;
    }
}
@media screen and (max-width: 700px) {
    .ap-page .sideright .ap-top .img img{
        min-height: 250px;
        object-fit: cover;
    }
    .ap-page .sideright .ap-top .desc p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ap-page .sideright .ap-bottom h6 {
        font-size: 22px;
        line-height: 1.8;
    }
    .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
        right: 0.5em;
    }
    .product-page .container .content {
    margin-top: 0;
  }
}


/*product-page*/

.product-page .container .title {
  font-weight: bold;
}
.product-page .container .cat_des {
  margin-top: 25px;
  color: #383737;
  padding-right: 4px;
  line-height: 2;
}
.product-page .container .cat_list>ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -10px;
}
.product-page .container .cat_list>ul>li{
    width: 25%;
    margin: 15px 0 0 0;
    padding: 0 10px;
    transition: all .5s;
}
.product-page .container .cat_list ul li.active>a {
    background-color: var(--color);
    color:#fff;
}
/*.product-page .container .cat_list>ul>li.active{
    margin-bottom: 70px;
}*/
.product-page .container .cat_list>ul>li a {
  width:100%;
  padding: 16px 10px;
  text-align: center;
  background-color: #e5e5e5;
  display: block;
}
.product-page .container .cat_list>ul>li>a{
    font-size: 20px;
}
.product-page .container .cat_list>ul>li:nth-child(4){
  margin-right: 0;
}
.product-page .container .cat_list>ul>li>ul{
    left:10px;
    top:75px;
    position: absolute;
    display: none;
    width: 100%;
}
.product-page .container .cat_list>ul>li.active>ul{
   display: flex;
   margin: 0 -10px;                             
}
.product-page .container .cat_list>ul>li:nth-child(n+5)>ul{
   top: 155px;
}
.product-page .container .cat_list>ul>li>ul>li{
    width: auto;
    padding: 0 10px;
    margin: 15px 0 0 0;
}
.product-page .container .cat_list>ul>li>ul>li:nth-child(5n){
    margin-right: 0;
}
.product-page .container .cat_list>ul>li>ul>li>a{
    font-size: 16px;
}
/*.product-page .container .cat_list a:hover {
  background-color: #005bac;
  color: #fff;
}*/
.product-page .container .content {
  margin-top: 40px;
}
.product-page .container .content ul {
  margin: 0 -20px;
}
.product-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.product-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
}
.product-page .container .content ul li .box a {
  display: block;
}
.product-page .container .content ul li .box .img {
  background-color: #f7f7f7;
  padding: 40px 16px;
  position: relative;
}
.product-page .container .content ul li .box .det{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
}
.product-page .container .content ul li .box .det p{
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  line-height: 1.6;
}
.product-page .container .content ul li .box .det{
    transition: all 0.5s;
}
.product-page .container .content ul li .box .text {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}
.product-page .container .content ul li .box .text:hover {
  color: #005bac;
}












.prodet-page .product-box .prodet-1 .left {
    width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
    overflow: hidden;
    
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide {
    border: #ccc solid 1px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title {
    font-size: 28px;
    line-height: 1.6;
    font-family: 'Poppins-Bold';
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
    margin: 1.5rem 0;
    font-size: 16px;
    line-height: 2;
    max-height: 25em;
    overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: var(--color);
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    color: var(--color);
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
    background: var(--color);
    color: white;
    padding: 0 35px;
    font-size: 20px;
    margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
    line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #222;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: var(--color);
}
.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret ul li{
    display: none;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
    background: transparent !important;
    line-height: 30px !important;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #353535;
    font-size: 16px;
    line-height: 2;
}
.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(1) {
    background: #2296d1 !important;
    color: #fff;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #252525;
}
.prodet-page .product-box .prodet-2 .ret form {
    margin-top: 50px;
    padding: 10px;
    background: #222;
}
.prodet-page .product-box .prodet-2 .ret form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
    margin-top: 10px;
    width: 48%;
    display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
    width: 100%;
    border: #222 solid 1px;
    padding: 5px;
    font-size: 16px;
    background: #333;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
    padding: 5px;
    border: #222 solid 1px;
    width: 100%;
    font-size: 16px;
    background: #333;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: 'Poppins-Bold';
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
    margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: var(--color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    line-height: 2;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--color);
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}
@media screen and (max-width: 1600px) {
    .product-page .container .cat_list>ul>li>a {
        font-size: 18px;
    }
    
}
@media screen and (max-width: 1400px) {
    .prodet-page .product-box .prodet-1 .right .text {
        max-height: 12em;
    }
    .product-page .container .cat_list>ul>li{
        width: 33.33333%;
    }
    .product-page .container .cat_list>ul>li.active {
        margin-bottom: 75px;
    }
    .product-page .container .cat_list>ul>li:nth-child(n+5)>ul {
        top: 150px;
    }
    .product-page .container .cat_list>ul>li:nth-child(n+7)>ul {
        top: 225px;
    }
}
@media screen and (max-width: 1200px) {
    .product-page .container .cat_list>ul>li>ul>li>a {
    font-size: 14px;
    }
    .product-page .container .content ul > p {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .container .cat_list{
        display: none;
    }
    
}
@media screen and (max-width: 700px) {
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding: 1.5rem 0 0 0;
    }
    .prodet-page .product-box .prodet-1 .right .title {
        font-size: 24px;
        line-height: 1.8;
    }
}
.news-page .sideright {
    padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
    margin-right: -1rem;
}
.news-page .sideright .list ul li {
    padding-right: 1rem;
    margin-bottom: 3rem;
}
.news-page .sideright .list ul li .img {
    position: relative;
}
.news-page .sideright .list ul li .img img {
    width: 100%;
}
.news-page .sideright .list ul li .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.5em;
    border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.news-page .sideright .list ul li .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    font-family: 'Poppins-Bold';
}
.news-page .sideright .list ul li .con {
    padding: 30px;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    color:#000;
}
.news-page .sideright .list ul li .con .img-box{
    display: block;
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .img-box img{
    width: 100%;
    object-fit: cover;
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
    font-size: 24px;
    font-family: 'Poppins-Bold';
    line-height: 1.6;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
    color: var(--color);
}
.news-page .sideright .list ul li .con p {
    font-size: 20px;
    line-height: 1.6;
}
.news-page .sideright .list ul li .con i {
    color: var(--color);
    font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
    margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 16px;
    line-height: 2;
}
.news-page .sideright .list ul li .con a.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .news-page .sideright {
        padding: 0 0 50px 0 !important;
    }
}
@media screen and (max-width: 700px) {
    .news-page .sideright .list ul {
        margin-right: 0;
    }
    .news-page .sideright .list ul li {
        width: 100%;
        padding-right: 0;
    }
    .news-page .sideright .list ul li .con {
        padding: 20px 10px;
    }
    .news-page .sideright .list ul li .con h5,
    .news-page .sideright .list ul li .con h5 a {
        font-size: 20px;
    }
    .news-page .sideright .list ul li .con p {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .card-news-service-text,
    .news-page .sideright .list ul li .con .news-info .card-news-date-text {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .news-info-right {
        font-size: 14px;
    }
}
.newdet-page .section-title2 {
    font-size: 27px;
    font-family: 'Poppins-Bold';
    line-height: 1.6;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.newdet-page p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}
.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    
}
.newdet-page blockquote p {
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-family: 'Poppins-Bold';
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}
.newdet-page .n-content{
    font-size: 16px;
    line-height: 2;
    
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
    padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    
    font-family: 'Poppins-Bold';
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    
    font-weight: 400;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}
.newdet-page .s_link {
    margin-bottom: 2.5rem;
    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;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
    font-size: 20px;
    line-height: 2;
    
}
.newdet-page .s_link .list .cont .des {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    
    font-family: 'Poppins-Bold';
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
    font-family: 'Poppins-Bold';
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}
.contact-page .contact-1 {
    padding: 6rem 0;
}
.contact-page .contact-1 .left {
    padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
    
    font-size: 28px;
    font-family: 'Poppins-Bold';
    line-height: 1.6;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact-page .contact-1 .left p {
    font-size: 18px;
    line-height: 1.6;
    
    margin-bottom: 1.5rem;
}
.contact-page .contact-1 .left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon i,
.contact-page .contact-1 .left ul li .contact-link-icon span {
    background: var(--color);
    color: #fff;
    width: 100%;
    text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Poppins-Bold';
    margin-top: 3px;
}
.contact-page .contact-1 .left ul li .contact-link-text {
    
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-1 .right {
    text-align: right;
    padding-left: 15%;
}
.contact-page .contact-1 .right .form-wrap {
    position: relative;
}
.contact-page .contact-1 .right .form-wrap .form-box {
    padding: 40px;
    z-index: 3;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #222;
    text-align: left;
    color: #fff;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 10px;
    left: 120px;
    bottom: -20px;
    background: #ed5521;
    z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
    content: '';
    width: 50%;
    position: absolute;
    top: -5%;
    bottom: 55%;
    left: -5%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
    
    font-size: 24px;
    line-height: 1.6;
    font-family: 'Poppins-Bold';
    margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 1em;
    height: auto;
    background-color: #5c5c5c;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
    font-family: 'Poppins-Bold';
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
    background: #000;
}
.contact-page .contact-1 .map {
    margin-top: 4.5rem;
}
.contact-page .contact-2 {
    background: #f5f5f5;
    padding: 6rem 0;
}
.contact-page .contact-2 .header p {
    font-size: 16px;
    line-height: 2;
    
    margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
    font-size: 36px;
    font-family: 'Poppins-Bold';
    line-height: 1.6;
    
    position: relative;
    margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
    color: var(--color);
}
.contact-page .contact-2 .content ul {
    margin-right: -2rem;
}
.contact-page .contact-2 .content ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    
}
.contact-page .contact-2 .content ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #111;
    font-size: 16px;
    line-height: 1.7;
    color: black;
}
.contact-page .contact-2 .content ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
    color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1366px) {
    .contact-page .contact-1 .right {
        padding-left: 10%;
    }
}
@media screen and (max-width: 1200px) {
    .contact-page .contact-1 .right {
        padding-left: 4%;
    }
    .contact-page .contact-2 .content ul li {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 2rem 0 0 0;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .content ul li {
        width: 100%;
    }
}

.news-page.product #index-body .product .content ul li .box .text h4{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-page.product #index-body .product .content ul li .box .text p{
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
}

.news-page.product #index-body .product{
    background-color: #fff;
    padding: 1.55rem 0 5rem;
}

.about-page.single,
.news-page.product.single #index-body .product{
    background-color: #f5f5f5;
}
.content{
    font-size: 16px;
    line-height: 2;
}
a.foot-link{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}

.desc h1{
    display: inline;
}
.grid-box.three>.column.f-ab,
.grid-box.three>.column.f-news{
    width: 30%;
}

.grid-box.three>.column.f-nav{
    width: 20%;
}

.knowledge{
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
}
.seoPublic{
    color:#fff;
}

.seoPublic .title {
    font-size: 36px;
    font-family: 'Poppins-Bold';
    line-height: 1.4;
    margin-bottom: 20px;
}

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

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

.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: 28px;
    font-family: 'Poppins-Bold';
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 20px;
    line-height: 1.8;
    padding-right: .5em;
    max-height: 400px;
    overflow: auto;
}

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

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

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

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

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

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

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

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 26px;
    line-height: 1.6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: 'Poppins-Bold';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 30px;
    
}

.seoPublic .text a {
    
}

.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: white;
    background: #1c1c1c;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

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

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

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

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

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

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

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

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

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

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

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

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

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

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}
.mbx{
    padding: 12px 0;
    font-size: 20px;
    line-height: 28px;
    margin-top: 110px;
    color: #000;
}

@media screen and (max-width: 1000px) {
    .mbx{
        margin-top: 120px;
    }
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }
    .seoIndustry.Auxil-industry,
    #footer .bottom p a.xlq,
    #footer .bottom p a.xlqq2,
    #footer .bottom p a.xlqsin {
        display: none;
    }

    #cp-Nav {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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


.layer-form .wrap-contact100 {
    width: 357px;
    border-radius: 10px;
}
.layer-form .wrap-contact100 form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
    width: 100%;
    font-size: 25px;
    font-family: 'Poppins-Bold';
    text-align: center;
    margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
    font-size: 12px;
    padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
    height: 36px;
    display: block;
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
    border: 1px solid var(--color);
}
.layer-form .wrap-contact100 form textarea {
    height: 114px;
    padding-top: 22px;
    padding-bottom: 15px;
    font-family: 'microsoft yahei';
    display: block;
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    padding: 15px 20px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
    border: 1px solid var(--color);
}
.layer-form .wrap-contact100 form .layer-submit {
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
    background: var(--color);
    height: 42px;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 20px;
    margin: 0;
    border-radius: 42px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: relative;
    z-index: 10;
    color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
    background: #000;
    color: #ffffff;
}


.inner-page{
    overflow: hidden;
}
.product-page {
    padding: 40px 0;
}
.product-page .product-1 .flex {
    display: flex;
    align-items: center;
}
.product-page .product-1 .flex .img {
    width: 33%;
    height: 360px;
    background-size: cover;
    background-position: center;
}
.product-page .product-1 .flex .content {
    width: 67%;
    padding-left: 3%;
}
.product-page .product-1 .flex .content h1 {
    font-size: 28px;
    font-family: 'Poppins-Bold';
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1.2;
}
.product-page .product-1 .flex .content .text {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,.5);
    max-height: 265px;
    overflow: auto;
}
.product-page .product-2 {
    padding-top: 40px;
}
.product-page .product-2 .list {
    position: relative;
}
.product-page .product-2 .list .btn div {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.product-page .product-2 .list .btn div:hover {
    width: 40px;
    height: 40px;
    background-color: #2296d1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.product-page .product-2 .list .btn div.prev {
    right: 102%;
}
.product-page .product-2 .list .btn div.next {
    left: 102%;
}
.product-page .product-2 .list ul {
    margin: -10px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.product-page .product-2 .list ul li {
    padding: 10px;
}
.product-page .product-2 .list ul li a {
    display: block;
    position: relative;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    background-size: cover;
    background-position: center;
    height: 100%;
}
.product-page .product-2 .list ul li{
    height: 365px;
}
.product-page .product-2 .list ul li .pro-img-bar {
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    height: 365px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 30px;
}

.product-page .product-2 .list ul li .pro-img-bar img {
    position: absolute;
    bottom: -70px;
    z-index: 10;
    width: auto;
    max-width: 120px;;
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-transition: .6s ease
}

.product-page .product-2 .list ul li .pro-con {
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-transition: .6s ease;
    overflow: hidden;
    height: 0;
    background: #fff;
    padding: 0;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0
}

.product-page .product-2 .list ul li .pro-con h2 {
    font-size: 18px;
    color: #353533;
    margin: 2px 0 6px;
    line-height: 1.7em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-page .product-2 .list ul li .pro-con i {
    font-size: 16px;
    color: #818180;
    font-style: italic;
    text-align: right;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-page .product-2 .list ul li .pro-con span {
    font-size: 18px;
    color: #353533;
    display: block;
    font-family: 'Poppins-Bold';
}

.product-page .product-2 .list ul li .layer {
    height: 77px
}

.product-page .product-2 .list ul li:hover .pro-con {
    height: 110px;
    padding: 10px 30px 0;
}

.product-page .product-2 .list ul li:hover .pro-img-bar img {
    bottom: 80px
}
.prodet2-page .prodet-1 {
    padding: 80px 0;
}
.prodet2-page .prodet-1 .dettitle{
    display: flex;
    flex-wrap: wrap;
}
.prodet2-page .prodet-1 .dettitle span{
    cursor: pointer;
    transition: all 0.5s;
    border:1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 30px;
}
.prodet2-page .prodet-1 .dettitle span:hover{
    color:white;
    background-color: var(--color);
}
.prodet2-page .prodet-1 .dettitle span.active{
    color:white;
    background-color: var(--color);
}
.prodet2-page .prodet-1 .detcontent .text{
    display: none;
    font-size: 20px;
    line-height: 1.8;
    margin: 30px 0;
}
.prodet2-page .prodet-1 .detcontent .text.active{
    display: block;
}
.prodet2-page .prodet-1 .detcontent .text table{
    width: 100% !important;
}
.prodet2-page .prodet-1 .detcontent .text p{
    font-size: 20px;
}
.prodet2-page .prodet-1 .detcontent .text table td{
    color:#000;
}
.prodet2-page .prodet-1 .prodet-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prodet2-page .prodet-1 .prodet-box .left {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.prodet2-page .prodet-1 .prodet-box .left .img-big {
    overflow: hidden
}
.prodet2-page .prodet-1 .prodet-box .right .img-scroll .slick-track {
    margin: 0;
    margin-right: auto;
}
.prodet2-page .prodet-1 .prodet-box .right .img-scroll ul {
    margin: 0 -10px;
}
.prodet2-page .prodet-1 .prodet-box .right .img-scroll ul li {
    padding: 0px 30px;
    cursor: pointer
}
.prodet2-page .prodet-1 .prodet-box .right .img-scroll ul li img {
    border: 1px solid #efefef;
}
.prodet2-page .prodet-1 .prodet-box .right {
    width: 75%;
    padding-left: 3%;
}
.prodet2-page .prodet-1 .prodet-box .right h4 {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: 500;
}
.prodet2-page .prodet-1 .prodet-box .right .content {
    height: 160px;
    overflow: auto;
    margin: 5px 0 20px;
    font-size: 20px;
    line-height: 1.6;
}
.prodet2-page .prodet-1 .prodet-box .right .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet2-page .prodet-1 .prodet-box .right .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet2-page .prodet-1 .prodet-box .right .content strong {
    color: inherit;
    font-size: inherit;
    font-family: 'Poppins-Bold';
    line-height: inherit;
    font-style: inherit;
}
.prodet2-page .prodet-1 .prodet-box .right .more {
    display: inline-block;
    margin-top: 20px;
    border-radius: 6px;
}
.prodet2-page .prodet-1 .prodet-box .right .icon {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet2-page .prodet-1 .prodet-box .right .icon 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;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
    margin-right: 13px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet2-page .prodet-1 .prodet-box .right .icon a:hover {
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff;
}
.prodet2-page .prodet-1 .prodet-box .right .icon a:last-child {
    margin-right: 0;
}
.prodet2-page .prodet-1 .right h1 {
    text-transform: capitalize;
}
.prodet2-page .prodet-1 .right h1 {
    font-size: 30px;
    font-family: 'Poppins-Bold';
    color: var(--color);
    line-height: 1.8;
}
@media screen and (max-width: 1200px) {
    .prodet2-page .prodet-1 .dettitle span {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 700px) {
    .prodet2-page .prodet-1 {
        padding: 50px 0
    }
    .prodet2-page .prodet-1 .right h1, .newdet-page .box h1 {
        font-size: 26px;
    }
    .inner-body .font-28{
        font-size: 24px;
    }
    .prodet2-page .prodet-1 .prodet-box .left {
        width: 100%;
    }
    .prodet2-page .prodet-1 .prodet-box .right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0%;
    }
    .product-page .product-2 .list ul li .pro-img-bar img {
        bottom: 80px;
    }
    .product-page .product-2 .list ul li .pro-con {
        height: 230px;
    }
    .product-page .product-1 .flex .content {
        width: 100%;
        padding-left: 0;
    }
    .product-page .product-1 .flex .img {
        width: 100%;
        height: 220px;
        display: none;
    }
    .product-page .product-1 .flex {
        display: block;
    }
}
.layui-layer {
    color: black;
}