@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-Italic';
  src: url(../fonts/Poppins-Italic.ttf) format('truetype'), url(../fonts/Poppins-Italic.eot) format('eot'), url(../fonts/Poppins-Italic.woff) format('woff'), url(../fonts/Poppins-Italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}
body {
  font-family: 'Poppins-Regular';
  margin: 0;
  padding: 0;
  --color: #ff7f00;
  --primary: #00346f;
}
::-webkit-scrollbar-thumb {  
  background: var(--color); 
}
.pb-110 {
  padding-bottom: 110px;
}
.pt-110 {
  padding-top: 110px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-60{
  padding-top: 60px;
}
.font-50 {
  font-size: 50px;
}
.font-48 {
  font-size: 48px;
}
.font-40 {
  font-size: 40px;
}
.font-38 {
  font-size: 38px;
}
.font-32 {
  font-size: 32px;
}
.font-24 {
  font-size: 24px;
}
.font-20 {
  font-size: 20px;
  line-height: 1.8;
}
.font-18 {
  font-size: 18px;
  line-height: 1.8;
}
.font-16 {
  font-size: 16px;
  line-height: 2;
}
.font-14 {
  font-size: 14px;
}  
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ui.container {
  padding: 0 15px;
  width: 1500px;
  margin: auto;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}
#header .nav {
  position: relative;
  height: 100px;
  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;
  border-radius: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 17px;
  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;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
  border-color: var(--color);
  -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: 244px;
  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: 16px;
  -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 .nav-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .nav-icon .h-search {
  color: #fff;
  font-size: 17px;
  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;
  cursor: pointer;
}
#header .nav .ui.menu .nav-icon .h-search i {
  margin-left: 20px;
  font-size: 26px;
}
.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;
}
.newdet-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;
  line-height: 2;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  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 {
  margin-right: 45px;
}
.language-box .zhuyu {
  color: #fff;
  font-size: 17px;
  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;
}
.language-box .zhuyu .zhuyu-img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.language-box .zhuyu i {
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 50px;
  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: 120px;
  height: 45px;
  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 {
  width: 35px;
  margin-right: 10px;
}
.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;
}
.btn-go {
  width: 195px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  border: none;
  position: relative;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.btn-go span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.btn-go img {
  position: absolute;
  right: 5px;
  top: 5px;
}
.btn-go:hover {
  background-color: var(--primary);
}
.home-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 30px 0;
}
.home-title h3 {
  font-size: 40px;
  font-family: 'Poppins-SemiBold';
  color: #000;
  position: relative;
  z-index: 5;
}
.home-title::after {
  content: 'Heaten';
  display: block;
  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%);
  color: rgba(229,229,229,0.6);
  font-size: 130px;
  font-family: "Poppins-Bold";
}
@-webkit-keyframes playerbig {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 105px;
    height: 105px;
  }
}
@-moz-keyframes playerbig {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 105px;
    height: 105px;
  }
}
@keyframes playerbig {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 105px;
    height: 105px;
  }
}
#banner {
  width: 100%;
  position: relative;
}
#banner .banner-top {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .banner-top ul li {
  position: relative;
}
#banner .banner-top ul li .content {
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
}
#banner .banner-top ul li .content h3 {
  font-size: 66px;
  width: 65%;
  font-family: 'Poppins-SemiBold';
  line-height: 76px;
  margin-bottom: 40px;
}
#banner .banner-top ul li .content .player {
  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;
  cursor: pointer;
}
#banner .banner-top ul li .content .player h4 {
  font-size: 20px;
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
#banner .banner-top ul li .content .player:hover h4 {
  color: var(--color);
}
#banner .banner-top ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-top .left {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}
#banner .banner-top .left .email {
  font-size: 20px;
  background-color: var(--color);
  line-height: 100px;
  padding: 0 30px;
}
#banner .banner-top .left .dots {
  width: 240px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}
#banner .banner-top .left .dots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .banner-top .left .dots ul li {
  width: 30px;
  height: 30px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-top .left .dots ul li button {
  display: none;
}
#banner .banner-top .left .dots ul li.slick-active {
  border: 2px solid #000;
}
#banner .banner-top .left .dots ul li.slick-active::before {
  background-color: var(--color);
}
#banner .banner-top .left .dots ul li::before {
  content: "";
  background-color: #bababa;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-top .left .banner-btn {
  width: 150px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
#banner .banner-top .left .banner-btn button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  font-size: 38px;
  color: #2c2c2c;
  cursor: pointer;
  background: none;
  margin: 0 25px;
}
#banner .banner-top .left .banner-btn button:hover {
  color: var(--color);
}
#banner .banner-bot {
  background: url("../images/banner-bot-bg.jpg") no-repeat;
  background-size: cover;
  transform: translateY(-1px);
}
#banner .banner-bot .content {
  position: relative;
}
#banner .banner-bot .content ul li {
  height: 260px;
}
#banner .banner-bot .content ul li .box {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}
#banner .banner-bot .content ul li .box h4 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
  min-height: 66px;
}
#banner .banner-bot .content .banner-bot-prev,
#banner .banner-bot .content .banner-bot-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-bot .content .banner-bot-prev:hover,
#banner .banner-bot .content .banner-bot-next:hover {
  color: var(--color);
}
#banner .banner-bot .content .banner-bot-prev {
  left: -60px;
}
#banner .banner-bot .content .banner-bot-next {
  right: -60px;
}
#index-body .sell-product {
  background: url("../images/product-bg.jpg") no-repeat;
  background-size: cover;
  padding: 100px 0 190px;
}
#index-body .sell-product .sell-product-content {
  margin-top: 100px;
}
/*#index-body .sell-product .sell-product-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}*/
#index-body .sell-product .sell-product-content ul li {
  /*width: 33.33333%;*/
  position: relative;
  cursor: pointer;
  background: transparent;
  height: 430px;
  padding: 45px 0 0;
}
#index-body .sell-product .sell-product-content ul li .box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
#index-body .sell-product .sell-product-content ul li .box .img_box{
  width: 80%;
  padding: 25px;
  transform: translateY(50px);
}
#index-body .sell-product .sell-product-content ul li .box .img_box img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
#index-body .sell-product .sell-product-content ul li .box h4 {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  color: #000;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  font-family: 'Poppins-Medium';
  line-height: 1.8;
}
#index-body .sell-product .sell-product-content ul li .box h4:hover {
  color: var(--color);
}
#index-body .sell-product .sell-product-content ul li .box button {
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: var(--color);
  font-size: 15px;
  border: none;
  background: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .sell-product .sell-product-content ul li .box button span {
  font-size: 14px;
}
#index-body .sell-product .sell-product-content ul li .box button:hover {
  color: var(--primary);
}
#index-body .sell-product .sell-product-content ul li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#index-body .sell-product .sell-product-content ul li:hover .bg {
  opacity: 1;
}
#index-body .about {
  background-color: #f6f6f6;
}
#index-body .about .about-content {
  background-color: #ebebeb;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
#index-body .about .about-content .content ul {
  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;
}
#index-body .about .about-content .content ul li {
  color: #000;
  height: 265px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: 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;
}
#index-body .about .about-content .content ul li h3 {
  font-size: 60px;
  position: relative;
}
#index-body .about .about-content .content ul li h3 span {
  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%);
}
#index-body .about .about-content .content ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -15px;
}
#index-body .about .about-bot {
  background-color: #fff;
  position: relative;
}
#index-body .about .about-bot .right {
  height: 730px;
  width: 45%;
  position: absolute;
  right: 0;
  top: -90px;
  background: url('../images/about-bg.jpg') no-repeat;
  background-size: cover;
  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;
}
#index-body .about .about-bot .right .player {
  position: relative;
  z-index: 100;
  cursor: pointer;
  width: 105px;
  height: 105px;
  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;
}
#index-body .about .about-bot .right .player img {
  position: relative;
  z-index: 2;
}
#index-body .about .about-bot .right .player::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(105, 105, 106, 0.8);
  width: 105px;
  height: 105px;
  border-radius: 50%;
  -webkit-animation: playerbig 1s infinite;
  -moz-animation: playerbig 1s infinite;
  animation: playerbig 1s infinite;
}
#index-body .about .about-bot .left {
  width: 60%;
  height: 690px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #414141;
  position: relative;
  z-index: 2;
}
#index-body .about .about-bot .content {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .about .about-bot .content a {
  display: block;
  margin-top: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .about .about-bot .content h4 {
  font-size: 24px;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-bot .content h4::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 3px;
  margin-right: 10px;
  background-color: var(--color);
}
#index-body .about .about-bot .content a:hover {
  color: #e70012;
}
#index-body .about .about-bot .content .content-title {
  font-size: 50px;
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
}
#index-body .about .about-bot .content p {
  font-size: 18px;
  line-height: 1.8;
  color: #a0a0a0;
  width: 50%;
  max-height: 295px;
  overflow: auto;
}
#index-body .choose {
  background-color: #f6f6f6;
}
#index-body .choose .choose-t {
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
#index-body .choose .choose-t .choose-t-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .choose .choose-t .choose-t-content .left {
  margin-left: 85px;
}
#index-body .choose .choose-t .choose-t-content .left .home-title::after {
  color: #e5e5e5;
}
#index-body .choose .choose-t .choose-t-content .right {
  width: 59%;
  font-size: 16px;
  line-height: 2;
}
#index-body .choose .choose-t::after {
  width: 90%;
  content: "";
  border-bottom: 1px solid var(--color);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
#index-body .choose .choose-content {
  position: relative;
  padding: 80px 0 110px;
}
#index-body .choose .choose-content ul {
  position: relative;
  margin: 0 -420px;
}
#index-body .choose .choose-content ul li {
  height: 580px;
  padding: 0 90px;
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .choose .choose-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .choose .choose-content ul li .box-t {
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  bottom: 60px;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  background-color: #2b2d2d;
  width: 420px;
  height: 290px;
  padding: 70px 50px 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .choose .choose-content ul li .box-t h4 {
  color: #fff;
  font-size: 30px;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 10px;
}
#index-body .choose .choose-content ul li .box-t p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
#index-body .choose .choose-content ul li .box-t:hover {
  background-color: var(--primary);
}
#index-body .choose .choose-content .news-btn {
  width: 1215px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .choose .choose-content .news-btn button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #52514c;
  color: #52514c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .choose .choose-content .news-btn button:hover {
  background-color: #000000;
  color: #fff;
}
#index-body .news {
  padding: 85px 0 75px;
}
#index-body .news .news-t {
  position: relative;
  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 .news .news-t .home-title {
  margin-left: 100px;
}
#index-body .news .news-content {
  position: relative;
  margin-top: 105px;
}
#index-body .news .news-content .bg {
  position: absolute;
  right: 0;
  top: -60%;
  -webkit-transform: translateX(15%);
  -moz-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
  font-size: 290px;
  color: rgba(244,244,244,0.6);
  font-family: "Poppins-Bold";
}
#index-body .news .news-content ul {
  position: relative;
  z-index: 5;
  margin: 0 -25px;
}
#index-body .news .news-content ul li {
  cursor: pointer;
  padding: 0 25px;
}
#index-body .news .news-content ul li .date {
  color: #ea3441;
  font-size: 19px;
  font-family: 'Poppins-SemiBold';
  border-top: 3px solid #373737;
  padding-top: 10px;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li h4 {
  font-size: 32px;
  font-family: 'Poppins-SemiBold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: black;
  line-height: 1.5;
}
#index-body .news .news-content ul li a {
  width: 60px;
  height: 60px;
  display: block;
  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;
  background-color: #f2f2f2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}
#index-body .news .news-content ul li a:hover {
  background-color: var(--color);
}
#index-body .news .news-content ul li h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li p {
  font-size: 19px;
  padding-right: 25px;
  margin: 5px 0 25px;
  line-height: 1.7;
  color: black;
}
#index-body .cooperation .cooperation-content .cooperation-title {
  font-size: 40px;
  color: #5c5b5b;
  font-family: 'Poppins-Medium';
  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;
  margin-bottom: 50px;
}
#index-body .cooperation .cooperation-content .cooperation-title::before,
#index-body .cooperation .cooperation-content .cooperation-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 30%;
  background-color: #5c5b5b;
}
#index-body .cooperation .cooperation-content ul li {
  padding: 20px;
}
#index-body .cooperation .cooperation-content ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px auto 50px;
}
#index-body .cooperation .cooperation-content ul .slick-dots .slick-active {
  background-color: var(--color);
}
#index-body .cooperation .cooperation-content ul .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 15px;
  padding: 0;
  background-color: #2b2d2d;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .cooperation .cooperation-content ul .slick-dots li button {
  display: none;
}
#footer {
  height: 720px;
}
#footer .footer-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
#footer .footer-t .footer-t-userinfo {
  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: 120px;
  width: 40%;
  background: url('../images/userinfo-bg.jpg') no-repeat;
  background-size: cover;
}
#footer .footer-t .footer-t-userinfo .footer-t-form {
  color: #fff;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}
#footer .footer-t .footer-t-userinfo .footer-t-form p {
  font-size: 48px;
  text-align: left;
  font-family: 'Poppins-SemiBold';
  width: 70%;
}
#footer .footer-t .footer-t-userinfo .footer-t-form span {
  width: 70%;
  font-size: 16px;
  text-align: left;
  margin: 10px 0 15px;
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm input {
  background: transparent;
  margin-bottom: 25px;
  padding: 0 15px 0 0;
  height: 50px;
  width: 48%;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm .submit {
  width: 195px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  border: none;
  position: relative;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-align: center;
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm .submit input[type=submit] {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  border: none;
  padding: 0;
  margin: 0;
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm .submit img {
  position: absolute;
  right: 5px;
  top: 5px;
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm .submit:hover {
  background-color: var(--primary);
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm input[name=message] {
  width: 100%;
  height: 50px;
}








#footer .footer-t .footer-t-userinfo .footer-t-form #addForm input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-t .footer-t-userinfo .footer-t-form #addForm input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-t .left {
  width: 60%;
  height: 100%;
  background: #2b2d2d;
}
#footer .footer-t .footer-t-gird {
  padding-bottom: 60px;
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .footer-t .footer-t-gird .gird-t {
  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;
  width: 60%;
}
#footer .footer-t .footer-t-gird .gird-t .link.t-list {
  width: 35%;
  margin-top: 25px;
}
#footer .footer-t .footer-t-gird .gird-t .link.t-list span {
  margin-bottom: 30px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  text-transform: uppercase;
}
#footer .footer-t .footer-t-gird .gird-t .link.t-list span:hover {
  color: var(--color);
}
#footer .footer-t .footer-t-gird .gird-t .address.gird-b.t-list {
  width: 60%;
  margin-top: -5px;
}
#footer .footer-t .footer-t-gird .gird-t .gird-b.t-list {
  width: 35%;
}
#footer .footer-t .footer-t-gird .gird-t .gird-b.t-list span {
  font-size: 15px !important;
  line-height: 2;
  opacity: 0.6;
}
#footer .footer-t .footer-t-gird .gird-t .gird-b.t-list .footer-icons i {
  font-size: 22px;
  margin-right: 25px;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
#footer .footer-t .footer-t-gird .gird-t .gird-b.t-list .footer-icons i:hover {
  color: var(--color);
}
#footer .footer-t .footer-t-gird .gird-t .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;
  width: 50%;
}
#footer .footer-t .footer-t-gird .gird-t .t-list p {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: 'Poppins-Medium';
  text-transform: capitalize;
      display: inline;
}
#footer .footer-t .footer-t-gird .gird-t .t-list .qc-img {
  width: 105px;
  height: auto;
  border: 5px solid #fff;
  margin: 10px 0 110px;
}
#footer .footer-t .footer-t-gird .gird-t .t-list span {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#footer .footer-t .footer-t-gird .gird-t .t-list span span {
  opacity: 0.6;
  margin-left: 15px;
  line-height: 1.8;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu{
    width:75%;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 54px;
    line-height: 1.2;
  }
  #banner .banner-bot .content ul li .box h4 {
    font-size: 20px;
  }
  #index-body .about .about-bot .content .daduanwenzi{
    height: 260px;
    overflow-y: auto;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu {
    width: 80%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #index-body .sell-product .sell-product-content ul li .box img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #banner .banner-bot .content ul li .box h4 {
    font-size: 18px;
  }
  #index-body .sell-product .sell-product-content {
    margin-top: 30px;
  }
  #index-body .choose .choose-content ul li {
    height: 470px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px; 
  }
  #header .nav .header-icon{
    width: 150px;
  }
  #header .nav .ui.menu .menu-box {
    width: 70%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
        margin: 0 10px;
    }
  #banner .banner-top ul li .content h3 {
    font-size: 36px;
    line-height: 1.2;
    width: 60%;
    margin-bottom: 35px;
  }
  #banner .banner-top .left {
    height: 70px;
  }
  #banner .banner-top .left .email {
    line-height: 70px;
    font-size: 18px;
  }
  #banner .banner-top .left .banner-btn button {
    font-size: 30px;
  }
  #index-body .sell-product .sell-product-content ul li {
    height: 350px;
  }
  #index-body .sell-product .sell-product-content ul li .box h4 {
    margin-top: 0;
  }
  #index-body .about .about-bot .content .content-title {
    font-size: 36px;
  }
  #index-body .about .about-bot .content h4 {
    font-size: 20px;
  }
  #index-body .about .about-bot .left {
    height: 610px;
  }
  #index-body .about .about-bot .right {
    height: 650px;
  }
  #index-body .about .about-content .content ul li h3 {
    font-size: 50px;
  }
  #index-body .about .about-content .content ul li h3 .bg {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .home-title::after {
    font-size: 100px;
  }
  .home-title h3 {
    font-size: 34px;
  }
  #index-body .choose .choose-t .choose-t-content .right {
    width: 50%;
  }
  #index-body .choose .choose-content ul {
    margin: 0 -360px;
  }
  #index-body .choose .choose-content ul li {
    padding: 0 45px;
  }
  #index-body .choose .choose-content ul li .box-t {
    width: 380px;
    height: 225px;
    padding: 30px 50px 0;
  }
  #index-body .choose .choose-content ul li .box-t h4 {
    font-size: 24px;
  }
  #index-body .choose .choose-content ul li .box-t p {
    font-size: 16px;
  }
  #index-body .news .news-content .bg {
    top: -30%;
    font-size: 170px;
  }
  #index-body .news .news-content ul li h4 {
    font-size: 22px;
  }
  #index-body .news .news-content ul li p {
    font-size: 16px;
  }
  #index-body .cooperation .cooperation-content .cooperation-title {
    font-size: 32px;
  }
  #index-body .cooperation .cooperation-content .cooperation-title::before,
  #index-body .cooperation .cooperation-content .cooperation-title::after {
    width: 28%;
  }
  #footer .footer-t .footer-t-gird .gird-t .t-list p {
    font-size: 34px;
  }
  #footer .footer-t .footer-t-userinfo .footer-t-form p {
    font-size: 34px;
  }
  #footer .footer-t .footer-t-gird {
    padding-bottom: 0;
  }
  #footer {
    height: 680px;
  }
  #footer .footer-t .footer-t-gird .gird-t .t-list .qc-img {
    margin: 10px 0 60px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }

  p.hengteng{
 display: none !important;

}
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 120px;
  }
  #index-body .about .about-bot{
    display: flex;
    flex-direction: column-reverse;
  }
  #index-body .about .about-bot .content{
    padding: 80px 15px;
  }
  #index-body .about .about-content{
    transform: none;
  }
  #index-body .about .about-bot{
    background-color: #414141;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  #banner .banner-top ul li .content {
    top: 20%;
  }
  #banner .banner-top ul li .content .player img {
    width: 55px;
  }
  #banner .banner-top ul li .content .player h4 {
    font-size: 16px;
  }
  #banner .banner-top .left {
    display: none;
  }
  #index-body .about .about-bot .content .daduanwenzi{
    width: 100%;
    overflow-y: visible;
    height: auto;
  }
  #index-body .sell-product {
    padding: 60px 0;
  }
  #index-body .about .about-bot .left {
    display: none;
  }
  #index-body .about .about-bot .content p {
    width: 100%;
  }
  #index-body .about .about-bot .right {
    position: relative;
    width: 100%;
    top: 0;
  }
  #index-body .about .about-bot .content {
    position: unset;
    transform: none;
  }
  #index-body .about .about-content .content ul li {
    width: 50%;
    height: auto;
  }
  #index-body .about .about-content .content ul li h4 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #index-body .about .about-content .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0;
  }
  #index-body .choose .choose-t .choose-t-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .choose .choose-t .choose-t-content .right {
    width: 100%;
  }
  #index-body .choose .choose-t .choose-t-content .left {
    margin-left: 55px;
  }
  #index-body .choose .choose-t::after {
    width: 100%;
  }
  #index-body .news .news-t .home-title {
    margin-left: 75px;
  }
  #index-body .cooperation {
    display: none;
  }
  #footer .footer-t .footer-t-gird .gird-t .t-list {
    width: 50%;
  }
  #footer .footer-t .footer-t-gird .gird-t {
    width: 100%;
  }
  #footer {
    height: auto;
  }
  #footer .footer-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #2b2d2d;
  }
  #footer .footer-t .footer-t-userinfo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0;
  }
  #footer .footer-t .footer-t-gird {
    position: relative;
    padding: 60px 15px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-top ul li .content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #banner .banner-top ul li .content .player {
    display: none;
  }
  #banner .banner-top ul li .content h3 {
    width: 90%;
  }
  #index-body .about .about-content {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  #index-body .about .about-bot .right {
    height: 420px;
  }
  #index-body .about .about-bot .left {
    height: 580px;
  }
  #index-body .about .about-content .content ul li h3 {
    font-size: 40px;
  }
  #index-body .choose,
  #index-body .news .news-t a,
  #index-body .news .news-content .bg,
  #footer .footer-t .footer-t-gird .gird-t .link.t-list {
    display: none;
  }
  #index-body .news .news-t {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .news .news-t .home-title {
    margin-left: 0;
  }
  #footer .footer-t .footer-t-gird .gird-t .t-list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }

  inner-page prodet-page shijinghide Auxil-industry{
    display: none !important;
  }

.home-title h3{
  display: none !important;
}

  .daduanwenzi {
    font-size: 16px!important;
    line-height: 2!important;
    width: 100%!important;
    color: white!important;
    height: 300px;
    overflow-y: auto;
}
  #footer .footer-t .footer-t-userinfo .footer-t-form p,
  #footer .footer-t .footer-t-gird .gird-t .t-list p {
    font-size: 30px;
  }
  #footer .footer-t .footer-t-gird .gird-t .t-list .qc-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .footer-t .footer-t-gird .gird-t .gird-b.t-list,
  #index-body .about .about-content,
  #banner .banner-bot {
    display: none ;
  }
  #footer .footer-t .footer-t-gird .gird-t .gird-b.t-list.address {
    display: block ;
    width: 100%;
  }
  .home-title::after {
    font-size: 70px;
  }
  .home-title h3 {
    font-size: 24px;
  }
  #index-body .news .news-content {
    position: relative;
    margin-top: 50px;
  }
  #index-body .about .about-bot .content h4 {
    font-size: 18px;
  }
  #index-body .about .about-bot .content .content-title {
    font-size: 26px;
  }
  #index-body .about .about-bot .content .content-title h3 {
    margin-top: 15px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  #index-body .sell-product .sell-product-content ul li {
    height: 300px;
  }

  #index-body .sell-product .sell-product-content ul li .box img {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}





















/*inner-page*/
.m-page {
  margin: 60px 0;
}
.m-page > div {
  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;
}
.m-page > div span,
.m-page > div a {
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  margin: 0 10px;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 20px;
  border-radius:5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.m-page > div span:hover,
.m-page > div a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color:#fff;
}
.m-page > div span {
  background: var(--color);
  color:#fff;
}
.inner-banner {
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .container {
  position: relative;
  height: 550px;
}
.inner-banner .container .cont {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.inner-banner .container .cont .cat_name {
  font-size: 48px;
  font-family: "Poppins-SemiBold";
  line-height: 1.4;
}
.inner-banner .container .cont .mbx {
  margin-top: 30px;
  font-size: 16px;
}
.inner-banner .container .cont .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .cont .mbx a:hover {
  color: var(--color);
}
.inner-banner_2 {
    padding-top: 240px;
    padding-bottom: 210px;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
.inner-banner_2 .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.inner-banner_2 .container .cont .mbx {
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
.inner-banner_2 .container .cont .cat_name {
  font-size: 48px;
  font-family: "Poppins-SemiBold";
  line-height: 1.2;
  margin-top: 10px;
}
.inner-banner_2 .container .list_cont {
  margin-top: 20px;
}
.inner-banner_2 .container .list_cont .list {
  width: 760px;
  margin-top: 20px;
}
.inner-banner_2 .container .list_cont .list .first {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Poppins-SemiBold";
}
.inner-banner_2 .container .list_cont .list .des {
  color: #979797;
  font-size: 18px;
  line-height: 2;
}
.inner-banner_2 .container .list_cont .list .list_c {
  margin-top: 10px;
}
.inner-banner_2 .container .list_cont .list .list_c .img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.inner-banner_2 .container .list_cont .list .list_c .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  padding-left: 14px;
  font-size: 18px;
  color: #c7c9ca;
}
.inner-banner_2 .container .list_cont .list1 {
  padding-right: 120px;
}
.inner-banner_2 .container .list_cont .list2 {
  width: 400px;
  padding-right: 20px;
}
.inner-banner_2 .container .list_cont .list3 {
  width: 340px;
}
.about-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.about-page .init-1 .container .left img {
  width: 100%;
}
.about-page .init-1 .container .right {
  vertical-align: middle;
}
.about-page .init-1 .container .right .tips {
  font-family: "Poppins-SemiBold";
  color: var(--color);
      font-size: 24px;
    line-height: 1.2;
}
.about-page .init-1 .container .right .title {
  font-family: "Poppins-SemiBold";
  line-height: 1.2;
  margin-top: 10px;
}
.about-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #606060;

}
.about-page .init-1 .container .right .more_c {
  margin-top: 36px;
}
.about-page .init-1 .container .right .more_c .column {
  width: auto;
  vertical-align: middle;
}
.about-page .init-1 .container .right .btn-go {
  margin-left: 50px;
}
.about-page .init-1 .container .right .more_c .more::before {
  background-color: #fff;
}
.about-page .init-1 .container .right .more_c .more:hover {
  color: #fd0400;
}
.about-page .init-2 {
  z-index: 3;
  position: relative;
  padding-bottom: 76px;
}
.about-page .init-2 .bg {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-60%);
  height: -moz-calc(-60%);
  height: calc(100% - 160px);
  top: 160px;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-2 .container .left {
  color: #fff;
  margin-top: 90px;
}
.about-page .init-2 .container .left .tips {
  color: var(--color);
  font-family: "Poppins-SemiBold";
}
.about-page .init-2 .container .left .title {
  font-family: "Poppins-SemiBold";
  max-width: 430px;
}
.about-page .init-2 .container .left .list_cont .list {
  margin-top: 30px;
}
.about-page .init-2 .container .left .list_cont .list .img {
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background-color: #ff7f00;
  text-align: center;
  position: relative;
}
.about-page .init-2 .container .left .list_cont .list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.about-page .init-2 .container .left .list_cont .list .cont {
  padding-left: 20px;
  vertical-align: middle;
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
}
.about-page .init-2 .container .left .list_cont .list .cont .title_2 {
  font-family: "Poppins-SemiBold";
}
.about-page .init-2 .container .left .list_cont .list .cont .des_2 {
  color: #bbbbbb;
  line-height: 2;
  margin-top: 10px;
}
.about-page .init-2 .container .left .list_cont .list:hover .img {
  border-radius: 10px;
}
.about-page .init-2 .container .left .list_cont .list2 .img {
  background-color: #222222;
}
.about-page .init-2 .container .left .list_cont .list3 .img {
  background-color: #fff;
}
.about-page .init-2 .container .right {
  padding-left: 40px;
}
.about-page .init-2 .container .right .list_cont {
  margin: 0 -15px;
}
.about-page .init-2 .container .right .list_cont .list {
  margin-top: 20px;
  padding: 0 15px;
}
.about-page .init-2 .container .right .list_cont .list .box {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 40px 10px 20px 10px;
  text-align: center;
}
.about-page .init-2 .container .right .list_cont .list .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-2 .container .right .list_cont .list .box .sub {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.about-page .init-2 .container .right .list_cont .list .box .num {
  font-size: 48px;
  font-family: "Poppins-SemiBold";
  line-height: 1;
}
.about-page .init-2 .container .right .list_cont .list .box .des {
  margin-top: 16px;
  font-size: 17px;
}
.about-page .init-2 .container .right .list_cont .list .box:hover .shadow {
  opacity: 1;
}
.about-page .init-3 {
  position: relative;
  z-index: 2;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 95px;
  text-align: center;
}
.about-page .init-3 .container .tips {
  font-family: "Poppins-SemiBold";
  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-3 .container .tips_title {
  font-family: "Poppins-SemiBold";
  margin: 10px auto 0;
  line-height: 1.4;
}
.about-page .init-3 .container .tips_title.home-title h3{
  color:#fff;
}
.about-page .init-3 .container .tips_title.home-title::after{
  color: rgba(229, 229, 229, 0.4);
}
.about-page .init-3 .container .content {
  margin: 20px -30px 0;
}
.about-page .init-3 .container .content .slick li {
  padding: 30px 30px;
}
.about-page .init-3 .container .content .slick li .box a {
  display: block;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.about-page .init-4 {
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  padding-top: 140px;
  margin-top: -80px;
}
.about-page .init-4 .container .title_c{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .init-4 .container .title_c .left {
  width: -webkit-calc(8%);
  width: -moz-calc(8%);
  width: calc(100% - 92px);
}
.about-page .init-4 .container .title_c .left .tips {
  font-family: "Poppins-SemiBold";
  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-4 .container .title_c .left .tips_title {
  max-width: 550px;
  font-family: "Poppins-SemiBold";
  line-height: 1.4;
}
.about-page .init-4 .container .title_c .right {
  vertical-align: bottom;
  width: 92px;
}
.about-page .init-4 .container .title_c .right .btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  background-color: #7a7a7a;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
}
.about-page .init-4 .container .title_c .right .btn:hover{
  background: var(--color);
}
.about-page .init-4 .container .title_c .right .btn i {
  position: relative;
  z-index: 2;
}
.about-page .init-4 .container .content {
  margin-top: 40px;
}
.about-page .init-4 .container .content .slick {
  margin: 0 -25px;
}
.about-page .init-4 .container .content .slick li {
  padding: 0 25px;
}
.about-page .init-4 .container .content .slick li a {
  display: block;
}
.about-page .init-4 .container .content li .box h4{
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  margin-top: 15px;
  text-align: center;
}
.about-page .init-4 .container .content .slick li a img {
  width: 100%;
}
.about-page .init-1 .container .right .more_c a.play:before, .about-page .init-1 .container .right .more_c a.play:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.about-page .init-1 .container .right .more_c a.play:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.about-page .init-1 .container .right .more_c a.play {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.about-page .ab-2{
  background: url(../images/advantage-bg.jpg) no-repeat center center;
  padding: 200px 0 100px;
  margin-top: -80px;
}
.about-page .ab-2 .header{
  text-align: center;
  width: 56%;
  margin: 0 auto;
}
.about-page .ab-2 .header span{
    font-size: 48px;
    color: var(--color);
    line-height: 1;
    font-weight: 700;
    font-family: 'MPR';
}
.about-page .ab-2 .header>h3{
  font-size: 36px;
  line-height: 1.1;
  
}
.about-page .ab-2 .header p{
  font-size: 18px;
  line-height: 1.6;
  color: #8c8d8d;
  margin-top: 24px;
}
.about-page .ab-2 .header .mores{
  width: 133px;
	height: 44px;
  text-align: center;
  line-height: 44px;
  background: rgba(195,13,34);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
      transition: all .5s ease;
}
.about-page .ab-2 .header .mores:hover {
    background: rgba(195,13,34,0.7);
        transition: all .5s ease;
}
.about-page .ab-2 .header .play{
  margin-top: 79px;
}
.about-page .ab-2 .header .play i{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after{
  position: absolute;
                z-index: -1;
                content: '';
                left: -12px;
                right: -12px;
                top: -12px;
                bottom: -12px;
                border-radius: 50%;
                background: rgba(0, 0, 0, 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 .ab-2 .header .play i::before{
  -webkit-animation-delay: .6s;
                -o-animation-delay: .6s;
                -ms-animation-delay: .6s;
                -moz-animation-delay: .6s;
                animation-delay: .6s;
}
.about-page .ab-2 .content{
  padding-top: 122px;
  color: #fff;
}
.about-page .ab-2 .content ul{
  margin-right: -20px;
}
.about-page .ab-2 .content ul .slick-slide {
  margin-right: 2rem;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(1) li::after {
  right: -2%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(2) li::after {
  right: -4.5%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(3) li::after {
  right: -5%;
}
.about-page .ab-2 .content ul .slick-slide:last-child li::after {
  display: none;
}
.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}
.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.about-page .ab-2 .content ul li .img {
  height: 60px;
  margin-top: 2.75rem;
}
.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 4.6rem;
 
  font-weight: bold;
  line-height: 1;
  margin: 2.25rem 0 1.3rem;
  /*font-style: italic;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.about-page .ab-2 .content ul li p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  min-height: 5.6rem;
}



.about-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid white;
  line-height: 1.75rem;
  text-align: center;
  font-size: 18px;
  margin-top: 4rem;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}
.about-page .ab-2 .content ul li a.mores::before {
  border-bottom-color: #fa582a;
}
.about-page .ab-2 .btn {
  padding: 4.6rem 2.5rem 0;
  display: block;
  text-align: right;
  color: #fff;
}
.about-page .ab-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'RT';
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .btn div.next {
  margin-left: 1.5rem;
}
.about-page .ab-2 .btn div::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  background: white;
  margin-left: 0;
  margin-top: -0.4rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .btn div:hover {
  font-family: 'RB';
}
.about-page .ab-2 .btn div:hover::after {
  width: 1.8rem;
  margin-left: 1rem;
}
.honor-page,
.factory-page {
  position: relative;
}
.honor-page .shadow,
.factory-page .shadow  {
  position: absolute;
  width: 100%;
  height: 460px;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
  z-index: -1;
}
.honor-page .list_cont .content ul li .box {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.honor-page .list_cont .content ul li .box h2 {
    text-align: center;
    font-size: 18px;
    padding: 16px 0;
}
.factory-page .init-1 .container .left {
  margin-top: 60px;
  padding-right: 90px;
}
.factory-page .init-1 .container .left .tips {
  text-transform: uppercase;
  color: var(--color);
}
.factory-page .init-1 .container .left .tips_title {
  font-family: "Poppins-SemiBold";
}
.factory-page .init-1 .container .left .des {
  color: #3b3b3b;
  margin-top: 16px;
}
.factory-page .init-1 .container .left .btn-go {
  margin-top: 40px;
}
.factory-page .init-1 .container .right img {
  width: 100%;
}
.factory-page .init-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}
.factory-page .init-2 .container .left {
  padding-right: 100px;
  color: #fff;
}
.factory-page .init-2 .container .left .title {
  font-family: "Poppins-SemiBold";
}
.factory-page .init-2 .container .left .more {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  margin-top: 20px;
  text-align: center;
  line-height: 54px;
  font-size: 40px;
}
.factory-page .init-2 .container .left .more i {
  position: relative;
  z-index: 2;
  margin-left: 4px;
}
.factory-page .init-2 .container .right .list_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .init-2 .container .right .list_cont .list {
  padding: 30px 10px;
  text-align: center;
}
.factory-page .init-2 .container .right .list_cont .list .top {
  font-weight: 700;
  line-height: 1;
}
.factory-page .init-2 .container .right .list_cont .list .top .sub {
  margin-left: -6px;
}
.factory-page .init-2 .container .right .list_cont .list .bottom {
  margin-top: 20px;
}
.factory-page .init-2 .container .right .list_cont .list1 {
  border-bottom: 1px solid #777777;
  border-right: 1px solid #777777;
}
.factory-page .init-2 .container .right .list_cont .list2 {
  border-bottom: 1px solid #777777;
}
.factory-page .init-2 .container .right .list_cont .list3 {
  border-right: 1px solid #777777;
}
.factory-page .init-3 .container .list_cont:last-child {
  padding-bottom: 100px;
}
.factory-page .init-3 .container .list_cont .title_c{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.factory-page .init-3 .container .list_cont .title_c .column {
  vertical-align: middle;
}
.factory-page .init-3 .container .list_cont .title_c .left {
  width: 460px;
  padding-right: 10px;
}
.factory-page .init-3 .container .list_cont .title_c .left .tips {
  color: var(--color);
}
.factory-page .init-3 .container .list_cont .title_c .left .tips_title {
  font-family: "Poppins-SemiBold";
}

.factory-page .init-3 .container .list_cont .title_c .right {

  padding-left: 30px;
  color: #3b3b3b;
  border-left:1px solid #5f5f5f;
}
.factory-page .init-3 .container .list_cont .content ul {
  margin: 0 -22px;
}
.factory-page .init-3 .container .list_cont .content ul li {
  padding: 0 22px;
  margin-top: 40px;
}
.factory-page .init-3 .container .list_cont .content ul li .box .img {
  display: block;
}
.faq-page,
 .product-page{
  padding: 110px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  line-height: 2;
  font-family: "Poppins-SemiBold";
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Poppins-Light';
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.news-page,
.newdet-page{
  padding: 70px 0;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 15px 20px 27px 20px;
  border: 3px solid #eee;
  /*font-family: "Arial";*/
}
.news-page .list ul li .content .btn-go{
    width: 135px;
    height: 45px;
    line-height: 45px;
}
.news-page .list ul li .content h4 {
  font-size: 24px;
  font-family: "Poppins-SemiBold";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  color: black;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 2;
  margin: 32px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "Poppins-Regular";
  color: black;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
  color: white;
  background: var(--color);
}
.newdet-page h2 {
  font-size: 40px;
  line-height: 2;
  font-family: "Poppins-SemiBold";
  text-align: center;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin-top: 20px;
  text-align: center;
  font-family: 'Poppins-Light';
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-family: 'Poppins-Light';
}
.newdet-page .content p{
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .m-link {
  font-size: 16px;
}
.newdet-page .m-link a {
  display: block;
  font-family: 'poppins-regular';
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.newdet-page .det-3 {
  margin-top: 60px;
}
.newdet-page .det-3 .title .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newdet-page .det-3 .title .home-title{
  margin-left: 60px;
  width: fit-content;
}
.newdet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 30px;
}
.newdet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .det-3 .title .det-3-box{
  margin-top: 30px;
}

.newdet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
  position: relative;
}
.newdet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.newdet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.newdet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 25px;
}
.newdet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.newdet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.newdet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 1.25rem;
}
.newdet-page .det-3 .det-3-box ul li .ig .text h4 {
    padding: 0 15px;
    margin: 3rem 0 2rem;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 2;
    color: #000;
    /*text-transform: uppercase;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: "Poppins-SemiBold";
}
.newdet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}
.newdet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.newdet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}
.newdet-page .det-3 .det-3-box ul .slick-arrow{
  position: absolute;
    top: 34%;
    -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;
}
.newdet-page .det-3 .det-3-box ul .slick-arrow.slick-prev{
  background-image: url("../images/banner-btn-l.png");
    left: -40px;
}
.newdet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
  background-image: url("../images/banner-btn-r.png");
    right: -40px;
}

.inner-page .sidebar-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page .m-page span{
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 28px;
  line-height: 1;
  color: #000;
  /*text-transform: uppercase;*/
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
  font-family: "Poppins-SemiBold";
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-family: 'Poppins-Light';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Poppins';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a{
  color: black;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li i {
    float: right;
    font-size: 20px;
    margin-top: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ul{
 display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li>ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li>ul li ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li>ul li.active ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .left{
  width: 100px;
  height: fit-content;
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .left img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid;
    border-color: #e7e7e7;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text{
   width: calc(100% - 100px);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.xinwenbiaoti{
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .8rem;
  font-family: 'Poppins-Light';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  font-family: 'Poppins-Light';
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/sider.jpg) no-repeat center center;
  padding: 21.5rem 4rem 5.5rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  
  font-size: 16px;
  color: var(--color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2rem;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  /*text-transform: uppercase;*/
  margin-bottom: 2rem;
  
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #fff;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  background: #000;
  padding: 12px 3rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}
.inner-page .sidebar-box .sidebar-right p{
  font-size: 17px;
      margin-bottom: 30px;
    line-height: 1.8;
}
.inner-page .sidebar-box .sidebar-right .shijingpro {
  font-size: 27px;
  line-height: 2;
  margin-bottom: 10px;
  color: var(--color);
  font-family: "Poppins-SemiBold";
}
.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1px;
}
.product-page .product-list ul li {
  width: 33.333%;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-bottom: 0;
  overflow: hidden;
}

.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 1rem 1.5rem;
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  bottom: 100%;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  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: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: var(--color);
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 1rem 3rem 0;
  text-align: center;
}
.product-page .product-list ul li .product-block .product-content h4 {
      font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  min-height: 60px;
  display: block;
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 14px;
  line-height: 2;
  color: #aaa;
  font-family: 'Poppins-Light';
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-family: 'Poppins-Bold';
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: var(--color);
}
.prodet-page .prodet-1 {
    padding: 8rem 0 6rem;
}
.prodet-page .prodet-1 .left {
    padding-right: 5%;
    vertical-align: top;
}
/*.prodet-page .prodet-1 .left ul{
  margin: 0 -15px;
}*/

.prodet-page .prodet-1 .left ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left ul li a{
  border: 1px solid #9b9b9b;
  display: block;
  width: calc(100% - 30px);
  height:  calc(100% - 30px);
}
.prodet-page .prodet-1 .left .img {
    display: block;
    position: relative;
    z-index: 1;
    border: 1px solid #9b9b9b;
    margin-bottom: 30px;
}
.prodet-page .prodet-1 .left .img .pv-video-player{
    display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player{
    display: block;
}
.prodet-page .prodet-1 .left .img.active>img{
    display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom{
    display: none;
}
.prodet-page .prodet-1 .left .img img {
    width: 100%;
}
.prodet-page .prodet-1 .left .img .zoom {
    line-height: 32px;
    height: 32px;
    padding: 0 18px;
    color: #595959;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 32px solid #ebebeb;
    border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
    vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
    font-size: 28px;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: "Poppins-SemiBold";
}
.shangxia{
  font-size: 16px;
  line-height: 2;
  color: #555555;
  font-family: 'Poppins-Light';
  font-weight: bold;
}
.prodet-page .prodet-1 .right h6 {
    font-size: 18px;
    color: #000000;
    line-height: 2;
    font-family: 'Poppins-Light';
    padding: 10px 0 20px;
    border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share {
    display: block;
    padding: 3rem 0 3.5rem;
    /*border-bottom: 1px solid #e7e7e7;*/
}
.prodet-page .prodet-1 .right .share ul li {
    width: auto;
    font-size: 16px;
    color: #555555;
     font-family: 'Poppins-Light';
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin-right: 10px;
text-transform: uppercase;

}
.prodet-page .prodet-1 .right .share ul li:hover {
    color: #ce1921;
}
.prodet-page .prodet-1 .right h6 small {
    font-size: 150%;
    margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
    padding: 20px 0 60px;
    font-size: 18px;
    color: #333;
    font-family: 'Poppins-Light';
    line-height: 1.8;
}
.prodet-page h2.title {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 3rem;
    text-transform: uppercase;
    
}
.prodet-page .prodet-3 {
    padding: 40px 0;
}
.prodet-page .prodet-3 .content{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.prodet-page .prodet-3 .content .home-title{
  padding-left: 110px;
}
.prodet-page .prodet-3 .product-list{
  margin-top: 30px;
}
.prodet-page .prodet-3 .shijingmore {
    font-size: 16px;
    line-height: 2;
    font-family: 'Poppins-Light';
}
.prodet-page .prodet-3 .shijingmore h2 {
    font-size: 24px;
    color: var(--color);
}
.prodet-page.product-page .prodet-3 .product-list ul li{
  width: 25%;
}
/*.prodet-page.product-page .prodet-3 .product-list ul{
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7
}*/
.join-us-page .join-us-2 {
  padding: 0px 0 80px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-family: "Poppins-SemiBold";
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
.join-us-page .join-us-2 .from {
  margin-top: 35px;
}
.join-us-page .join-us-2 .from ul {
  margin: -10px -45px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 45px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  line-height: 1;
  margin-bottom: 10px;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li .submit{
  height: fit-content;
  position: relative;
  background-color: var(--color);
  transition: all 0.5s;
  cursor: pointer;
}
.join-us-page .join-us-2 .from ul li .submit [type="submit"]{
   background-color: transparent;
   color: #fff;
}
.join-us-page .join-us-2 .from ul li .submit:hover{
    background-color: var(--primary);
}
.join-us-page .join-us-2 .from ul li .submit img{
  position: absolute;
  right: 5px;
  top:5px;
}



.inner-page .from ul li .submit{
  height: fit-content;
  position: relative;
  background-color: var(--color);
  transition: all 0.5s;
  cursor: pointer;
}
.inner-page .from ul li .submit [type="submit"]{
   background-color: transparent;
   color: #fff;
}
.inner-page .from ul li .submit:hover{
    background-color: var(--primary);
}
.inner-page .from ul li .submit img{
  position: absolute;
  right: 5px;
  top:5px;
}



.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: var(--color);
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
/*.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin-top: 30px;
  background: var(--color);
  color: white;
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 23px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}*/
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 5rem;
}
.prodet-page .custom-page .custom-3 .list>ul>li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list>ul>li i {
  display: none;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list>ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list>ul>li {
  padding: 4.5rem 0 2.5rem 6.5rem;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1;
  font-family: "Poppins-SemiBold";
  
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 1.8;
}
.custom-page .custom-3 .list ul li .content table {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody {
  table-layout: fixed;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody td:nth-child(2) {
  border-right: 1px solid #e5e5e5;
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.contact-page .contact-1 {
  padding: 110px 0;
  /*background: url("") center left 5% no-repeat;*/
}
.contact-page .contact-1 .left {
  padding-right: 2%;
}
.contact-page .contact-1 .left .text {
  margin-top: 10px;
  max-width: 60%;
}
.contact-page .contact-1 .left .form {
  margin-top: 55px;
}

.contact-page .contact-1 .right {
  padding-left: 2%;
}
.contact-page .contact-1 .right .box2 {
  padding: 60px 10% 80px;
  background: url("../images/sideBar-bg.jpg");
  color: white;
}
.contact-page .contact-1 .right .box2 h3.title {
  font-size: 32px;
  font-family: "Poppins-SemiBold";
  line-height: 1.4;
  /*text-transform: uppercase;*/
}
.contact-page .contact-1 .right .box2 .text {
  margin: 20px 0 30px;
}
.contact-page .contact-1 .right .box2 .info:before {
  content: '';
  width: 40%;
  height: 1px;
  background: white;
  display: block;
  margin-bottom: 50px;
}
.contact-page .contact-1 .right .box2 .info ul li {
  margin-bottom: 45px;
  padding-left: 70px;
  position: relative;
}
.contact-page .contact-1 .right .box2 .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .right .box2 .info ul li h6 {
  font-size: 20px;
  font-family: "Poppins-SemiBold";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .box2 .info ul li p {
  font-size: 16px;
  line-height: 1.4;
}
.contact-page .contact-1 .right .box2 .info ul li:last-child {
  margin-bottom: 0;
}
.inner-page h2.title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}
.inner-page .text {
  font-size: 16px;
  line-height: 2;
}
.inner-page .text em {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid black;
}

.inner-page .form ul {
  margin: -13px;
}
.inner-page .form ul li {
  padding: 13px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 40px;
  border: 1px solid #b5b5b5;
  background: white;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #b5b5b5;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #b5b5b5;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #b5b5b5;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #b5b5b5;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #b5b5b5;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.inner-page .form ul li textarea {
  height: 200px;
}
.inner-page .form ul li .submit input[type=submit] {
    width: 195px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    border: none;
    position: relative;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    padding: 0;
}
.inner-page .form ul li .submit input[type=submit]:hover{
  background-color: var(--primary);
}
.inner-page .form ul li .submit{
  width: fit-content;
  height: fit-content;
  position: relative;
}
.inner-page .form ul li .submit img{
  position: absolute;
  right: 5px;
  top: 5px;
}
.sale-page {
  padding-top: 138px;
}
.sale-page .title {
  font-size: 40px;
 font-family: "Poppins-SemiBold";
}
.sale-page .sale-1 {
  padding-bottom: 70px;
}
.sale-page .sale-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.sale-page .sale-1 .top .left {
  width: 46%;
}
.sale-page .sale-1 .top .left img{
  height: 100%;
  object-fit: cover;
}
.sale-page .sale-1 .top .right {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .top .right .tips{
  color: var(--color);
}
.sale-page .sale-1 .top .right .content {
  font-size: 17px;
  line-height: 1.8;
  color: #666666;
  margin-top: 30px;
}
.sale-page .sale-1 .top .right .content p:not(:last-child) {
  padding-bottom: 25px;
}
.sale-page .sale-1 .center .right {
  width: 46%;
  padding-left: 0;
  padding-right: 60px;
}
.sale-page .sale-1 .center .right .content {
  padding-left: 0;
}
.sale-page .sale-1 .center .left {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .bottom {
  margin-top: 100px;
}
.sale-page .sale-1 .bottom ul {
  margin: -15px;
}
.sale-page .sale-1 .bottom ul li {
  padding: 15px;
}
.sale-page .sale-1 .bottom ul li a {
  display: flex;
  -webkit-box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  height: 81px;
}
.sale-page .sale-1 .bottom ul li a img {
  display: block;
  margin: auto;
  max-height: 81px;
  width: auto;
}
.sale-page .sale-2 {
  position: relative;
}
.sale-page .sale-2>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sale-page .sale-2 .ui.container {
  margin-top: 7%;
}
.sale-page .sale-2 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
}
.sale-page .sale-2 .content .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 40px 0 70px;
  max-width: 800px;
  color:#fff;
}
.sale-page .sale-2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-2 .content ul li {
  margin-right: 68px;
}
.sale-page .sale-2 .content ul li h3 {
  font-size: 55px;
 font-family: "Poppins-SemiBold";
  /*font-style: italic;*/
}
.sale-page .sale-2 .content ul li p {
  font-size: 20px;
 font-family: "Poppins-SemiBold";
  /*font-style: italic;*/
}
.sale-page .sale-2 .content ul li:last-child {
  margin-right: 0;
}
.sale-page .sale-3 {
  padding: 120px 0 0;
}
.sale-page .sale-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-3 .box .left {
  width: 60%;
  padding-right: 45px;
}
.sale-page .sale-3 .box .left ul {
  margin-top: 50px;
}
.sale-page .sale-3 .box .left ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 30px;
}
.sale-page .sale-3 .box .left ul li span{
  font-weight: bold;
}
.sale-page .sale-3 .box .left ul li:last-child {
  margin-bottom: 0;
}
.sale-page .sale-3 .box .left ul li::after {
  content: "01";
  position: absolute;
  left: 0;
  top: 0px;    
  color: #bdbdbd;
  font-size: 70px;
 font-family: "Poppins-SemiBold";
  font-style: italic;
  opacity: 0.27;
  z-index: -1;
}
.sale-page .sale-3 .box .left ul li:nth-child(2)::after {
  content: "02";
  left: 70px;
}
.sale-page .sale-3 .box .left ul li:nth-child(3)::after {
  content: "03";
  left: 140px;
}
.sale-page .sale-3 .box .left ul li:nth-child(4)::after {
  content: "04";
  left: 210px;
}
.sale-page .sale-3 .box .left ul li:nth-child(5)::after {
  content: "05";
  left: 280px;
}
.sale-page .sale-3 .box .left ul li:nth-child(6)::after {
  content: "06";
  left: 350px;
}
.sale-page .sale-3 .box .right {
  width: 40%;
  position: relative;
}
.sale-page .sale-3 .box .right .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sale-page .sale-3 .box .right .content {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  padding: 0 45px;
  color: white;
}
.sale-page .sale-3 .box .right .content p {
  font-size: 22px;
}
.sale-page .sale-3 .box .right .content a.contact {
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  color: black;
  background-color: white;
  width: 148px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
}
.sale-page .sale-3 .box .right .content a.contact:hover {
  background-color: black;
  color: white;
}



@media (max-width: 1500px) {
   .inner-page h2.title {
    font-size: 34px;
  }
  .contact-page .contact-1{
    padding: 70px 0;
  }
  .inner-banner .container .cont .cat_name {
    font-size: 38px;
  }
  .inner-banner_2 .container .cont .cat_name {
    font-size: 38px;
  }
  .font-50 {
    font-size: 40px;
  }
  .font-48 {
    font-size: 38px;
  }
  .font-40 {
    font-size: 30px;
  }
}
@media (max-width: 1250px) {
    .inner-page h2.title {
    font-size: 28px;
  }
  .contact-page .contact-1 .left .text {
    max-width: 70%;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    padding: 12px 20px;
    font-size: 14px;
  }
   .about-page .ab-2 .header{
    width: 70%;
  }
  .contact-page .contact-1 .left .form ul li {
    padding: 8px;
  }
  .contact-page .contact-1 .left .form ul {
    margin: -8px;
  }
  .contact-page .contact-1 .left .form ul li button {
    line-height: 54px;
    height: 50px;
    padding: 0 30px;
    font-size: 20px;
  }
  .contact-page .contact-1 .left .form ul li button img {
    margin-left: 15px;
  }
  .contact-page .contact-1 .left .form {
    margin-top: 30px;
  }
  .contact-page .contact-1 .right .box2 {
    padding: 30px 5%;
  }
  .contact-page .contact-1 .right .box2 .info ul li {
    margin-bottom: 40px;
  }
  .contact-page .contact-1 .right .box2 .info ul li h6 {
    font-size: 18px;
  }
  .contact-page .contact-1 .right .box2 .info ul li p {
    font-size: 14px;
  }
  .about-page .init-1 .container .left {
    display: none;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    text-align: center;
  }
  .about-page .init-2 .container .left {
    width: 100%;
  }
  .about-page .init-2 .container .left .title {
    max-width: 100%;
  }
  .about-page .init-2 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .right img {
    width: 100%;
    display: none;
  }
  .inner-banner_2 .container .list_cont .list1 {
    width: 100%;
    padding: 0;
  }
  .factory-page .init-1 .container .left {
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: center;
  }
  .factory-page .init-1 .container .right {
    width: 100%;
    display: none;
  }
  .factory-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .factory-page .init-2 .container .left .more {
    margin: 40px auto 0;
  }
  .factory-page .init-2 .container .right {
    width: 100%;
    margin-top: 30px;
  }
  .factory-page .init-3 .container .list_cont .title_c .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .factory-page .init-3 .container .list_cont .title_c .line {
    display: none;
  }
  .factory-page .init-3 .container .list_cont .title_c .right {
    padding: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .honor-page .shadow {
    display: none;
  }
}
@media (max-width: 1000px) {
.about-page .ab-2 .header {
    width: 77%;
  }
  .about-page .ab-2{
    padding: 100px 0;
  }
  .sale-page .sale-2 {
    height: 330px;
  }
  .sale-page .sale-2 .content ul{
    display: none;
  }
  .sale-page .sale-3 .box{
    flex-direction: column;
  }
  .sale-page .sale-3 .box .left{
    margin-bottom: 60px;
  }
  .sale-page .sale-3 .box .left,
  .sale-page .sale-3 .box .right{
    width: 100%;
  }
  .sale-page .sale-1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1000px) {
   .inner-page h2.title {
    font-size: 24px;
    line-height: 1.2;
  }
   .about-page .ab-2{
    padding: 60px 0;
  }
  .about-page .ab-2 .header{
    width: 100%;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .right .box2 .info ul li {
    margin-bottom: 15px;
  }
  .contact-page .contact-1 .right .box2 .info:before {
    margin-bottom: 20px;
  }
  .contact-page .contact-1 .right .box2 .text {
    margin: 10px 0 20px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    padding: 10px 15px;
  }
  .contact-page .contact-1 .left .form ul li textarea {
    height: 140px;
  }
  .product-page .product-list ul li {
    width: 50%;
  }
  .newdet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content p {
    font-size: 16px;
    margin: 10px 0;
  }
  .news-page .list ul li .content a.more {
    font-size: 12px;
    padding: 0 15px;
  }
   .faq-page ul li h4 {
    font-size: 18px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
  .inner-banner {
    margin-top: 120px;
  }
  .inner-banner_2 {
    margin-top: 40px;
    padding-top: 100px;
  }
  .inner-banner_2 .container .cont {
    text-align: center;
  }
  .about-page .init-2 .container .left .tips,
  .about-page .init-2 .container .left .title {
    text-align: center;
  }
  .factory-page .init-3 .container .list_cont .content ul {
    margin: 0 -10px;
  }
  .factory-page .init-3 .container .list_cont .content ul li {
    padding: 0 10px;
  }
  .inner-page .sidebar-box{
    flex-direction: column;
  }
  .inner-page .sidebar-box .sidebar-left{
   width: 100%;
   margin-bottom: 60px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .inner-page .sidebar-box .sidebar-left .inner {
    max-width:100%;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    background-size: cover;
  }
}
@media (max-width: 700px) {
  .sale-page {
    padding-top: 65px;
  }
  .sale-page .sale-1 .top .right {
    padding-left: 0;
  }
  .sale-page .sale-2 {
    height: 370px;
  }
  .sale-page .sale-3 {
    padding: 60px 0 0;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .sale-page .sale-1 .top,
  .sale-page .sale-3 .box{
    flex-direction: column;
  }
  .sale-page .sale-1 .top .left{
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .sale-page .sale-3 .box .left,
  .sale-page .sale-1 .top .right{
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
   .about-page .ab-2 .header .play{
    display: none;
  }
  .about-page .ab-2 .content{
    padding-top: 60px;
  }
  .newdet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .newdet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
  }
  .inner-banner .container {
    height: auto;
  }
  .ui.container.hangye{
    display: none;
  }
  .inner-banner .container .cont {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    padding: 100px 0;
  }
  .about-page .init-2 {
    margin-top: 40px;
    background-color: #000;
  }
  .about-page .init-2 .bg {
    display: none;
  }
  .about-page .init-2 .container .left {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
   .contact-page .contact-1 .right .box2 h3.title {
    font-size: 22px;
  }
.prodet-page .prodet-3 {
    padding: 40px 0;
    display: none !important;
}

    .about-page .ab-2 .header h3{
    font-size: 28px;
  }
  .about-page .ab-2 .header p{
    font-size: 14px;
  }
  .contact-page .contact-1 .right .box2 .info ul li {
    padding-left: 50px;
  }
  .contact-page .contact-1 .right .box2 .info ul li h6 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .product-page .product-list ul li {
    width: 100%;
  }
  .pt-110 {
    padding-top: 40px;
  }
  .pb-110 {
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .font-50 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-40 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-38 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-32 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-24 {
    font-size: 16px;
    line-height: 1.8;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  .inner-banner_2 {
    padding: 60px 0;
  }
  .inner-banner_2 .container .cont .cat_name {
    font-size: 24px;
  }
  .inner-banner_2 .container .cont .mbx {
    line-height: 2;
  }
  .inner-banner_2 .container .list_cont .list {
    width: 100%;
    padding: 0;
  }
  .inner-banner_2 .container .list_cont .list .first {
    font-size: 20px;
  }
  .inner-banner .container .cont {
    padding: 60px 0;
  }
  .inner-banner .container .cont .cat_name {
    font-size: 24px;
  }
  .inner-banner .container .cont .mbx {
    margin-top: 16px;
    line-height: 2;
  }
  .about-page .init-1 .container .right .more_c img.column {
    width: 60px;
  }
  .about-page .init-1 .container .right .more_c .more {
    width: 100%;
    margin: 20px 0 0;
  }
  .about-page .init-2 .container .left .list_cont .list {
    text-align: center;
  }
  .about-page .init-2 .container .left .list_cont .list .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-3 {
    background-image: none !important;
    padding-top: 40px;
    margin-top: 0;
  }
  .about-page .init-4 {
    padding-top: 40px;
    margin-top: 0;
  }
  .about-page .init-4 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-4 .container .title_c .left .tips_title {
    margin-top: 10px;
  }
  .about-page .init-4 .container .title_c .right {
    display: block;
    margin: 20px auto 0;
  }
  .m-page {
    margin-top: 30px;
  }
  .factory-page .init-2 .container .left .more {
    margin-top: 20px;
  }
  .factory-page .init-2 .container .right .list_cont .list {
    border-right: none;
    border-bottom: 1px solid #777777;
  }
  .factory-page .init-2 .container .right .list_cont .list:last-child {
    border-bottom: none;
  }
  .factory-page .init-3 .container .list_cont .content ul li {
    margin-top: 20px;
  }
  .factory-page .init-3 .container .list_cont:last-child {
    padding-bottom: 40px;
  }
}


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

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

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

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

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }
.seoPublic .Auxil-news .list ul li .content div.h6 {
  line-height: 1.8;
}
        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

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

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

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

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

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

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

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

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: 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;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    
.wow.fadeInUp {
    font-size: 16px;
    line-height: 2;
}

h1.wow.fadeInUp.Auxil-h1{
  font-size: 24px;
    line-height: 1.5;
}

.daduanwenzi {
    font-size: 16px;
    line-height: 2;
    width: 56%;
    color: white;
}

p.hengteng{
  font-size: 15px !important;
    line-height: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(40px,50px);
}