@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-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-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .fdggfdgdr, .gfdrer {                                    
    display: none !important;
  }
}
@media screen and (max-width: 1000px){
.newdet-page .container .left h1 {
     font-family:var(--font);
    font-style: normal;
    font-size: 18px !important;
    line-height: 2;
    color: #162c35;
    margin-bottom: 20px;
}
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
.layui-layer-msg{
  width: 420px !important;
}
body {
  margin: 0;
  padding: 0;
  --color: #212121;
  --font: 'Poppins-SemiBold';
  font-family: 'Poppins-Regular';
}
.ui.container {
  padding: 0 15px;
  width: 1700px;
  margin: auto;
  position: relative;
}
::-webkit-scrollbar-thumb {
  background: var(--color);
}
.topup{
  position:fixed;
  right:2%;
  bottom:15%;
  width: 60px;
  height: 60px;
  background-color:var(--color);
  border-radius: 50%;
  font-size: 24px; 
  text-align: center;
  line-height: 60px;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  transition: background-color 0.5s;
}
.topup:hover{
  background-color:#222;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
#header .nav {
  position: relative;
  height: 105px;
  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 .logo {
  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 .logo a:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .logo span {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #000;
  margin-left: 30px;
  margin-right: 25px;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 10px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  border-radius: 35px;
  padding: 10px 20px;
  margin-right: 25px;
  font-size: 18px;
  color: #666;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
  background-color: transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
  background-color: #ebf4f4;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 125px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 25px;
  margin-right: 25px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  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;
  color: rgba(0, 0, 0, 0.4);
}
.language-box .zhuyu span {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 5px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  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: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.home-title h3 {
  font-size: 48px;
  font-family: "Poppins-Bold";
  text-align: center;
  color:#333;
}
.home-title span {
  display: block;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
  color: #666;
}
.btn-go {
  padding: 8px 35px;
  margin: 0px 50px 0px 50px;
  color: #333;
  border-radius: 35px;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 1px solid #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go span {
  position: relative;
  z-index: 2;
  /*color:#333;*/
}
.btn-go:hover {
  border: 1px solid transparent;
  background-color: #333;
  color: #fff;
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -75px;
  width: 1260px;
  padding: 0 15px;
  margin: 0 !important;
  -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;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 14px;
  padding: 0 !important;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  width: 20px;
  height: 20px;
  background-color: transparent ;
  border: 1px solid #fff;
}
#banner {
  margin-top: 100px;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul .slick-dots {
  bottom: 35px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content ul li .content h3 {
  font-size: 56px;
  font-family: 'Poppins-SemiBold';
  max-width: 700px;
}
#banner .banner-content ul li .content p {
  font-size: 18px;
  margin: 30px 0;
  max-width: 700px;
  opacity: 0.6;
  line-height: 1.8;
}
#banner .banner-content ul li .content .banner-btn {
  font-size: 18px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#banner .banner-content ul li .content .banner-btn span {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Poppins-Medium';
}
#banner .banner-content ul li .content .banner-btn:hover span {
  margin-right: 20px;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes play_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes play_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes play_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body .category ul li:nth-child(2n) .right {
  padding: 50px 0;
}
#index-body .category ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .category ul li:nth-child(2n){
  flex-direction: row-reverse;
}
#index-body .category ul li .left {
  width: 48%;
}
#index-body .category ul li .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .category ul li .right {
  width: 52%;
  padding: 50px 0;
  background-color: #f9f9f9;
}
#index-body .category ul li .right ul {
  margin-top: 50px;
}
#index-body .category ul li .right ul li .img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .category ul li .right ul li h4 {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Poppins-Medium';
  text-align: center;
  margin: 30px 50px 30px 50px;
  color: #333;
}
#index-body .category ul li .right ul li .btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .our-about {
  padding: 100px 0 145px;
}
#index-body .our-about .box {
  padding: 0 5%;
}
#index-body .our-about .box .home-title {
  margin-bottom: 35px;
}
#index-body .our-about .box .home-title span {
  font-weight: bold;
}
#index-body .our-about .box p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 45px;
  color: #666;
}
#index-body .our-about .box .about-btn {
  font-size: 18px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px;
}
#index-body .our-about .box .about-btn span {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Poppins-Medium';
  color:#333;
}
#index-body .our-about .box .about-btn:hover span {
  margin-right: 20px;
}
#index-body .our-about ul {
  margin: -15px;
}
#index-body .our-about ul li {
  padding: 15px;
}
#index-body .our-about ul li i{
  filter: opacity(0.5);
  transition: all 0.5s;
}
#index-body .our-about ul li:hover i{
  filter: opacity(1);
}
#index-body .our-about ul li h4 {
  font-size: 50px;
  color:#333;
  font-family: var(--font);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .our-about ul li h4 span {
  font-size: 18px;
  color: #333;
}
#index-body .our-about ul li span {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-top: -10px;
}
#index-body .news {
  padding: 100px 0;
}
#index-body .news .news-content ul {
  margin: 60px -45px 0;
}
#index-body .news .news-content ul li {
  padding: 0 45px;
  cursor: pointer;
}
#index-body .news .news-content ul li .box .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
#index-body .news .news-content ul li .box .date span {
  font-size: 16px;
  margin-left: 20px;
  color:#999;
  font-family: 'Poppins-Italic';
}
#index-body .news .news-content ul li .box h4 {
  font-size: 20px;
  line-height: 1.8;
  color:#333;
  font-family: var(--font);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news .news-content ul li .box h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li .box p {
  font-size: 18px;
  line-height: 1.8;
  margin: 25px 0 45px;
  color:#666;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .advantage .advantage-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#index-body .advantage .advantage-content .left {
  position: relative;
}
#index-body .advantage .advantage-content .left > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .advantage .advantage-content .left .player {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .advantage .advantage-content .left .player .play {
  position: relative;
  width: 115px;
  height: 121px;
  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;
}
#index-body .advantage .advantage-content .left .player .play img:last-child {
  position: absolute;
  display: block;
  -webkit-animation: play_rotate 4s linear infinite;
  -moz-animation: play_rotate 4s linear infinite;
  animation: play_rotate 4s linear infinite;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
#index-body .advantage .advantage-content .right {
  max-width: 875px;
  margin-left: 90px;
  padding-top:120px;
  height: 800px;
}
#index-body .advantage .advantage-content .right .home-title {
  margin-bottom: 90px;
}
#index-body .advantage .advantage-content .right .home-title span,
#index-body .advantage .advantage-content .right .home-title h3 {
  text-align: left;
}
#index-body .advantage .advantage-content .right ul{
  margin: 0 -15px;
}
#index-body .advantage .advantage-content .right ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 15px;
}
#index-body .advantage .advantage-content .right ul li .icon {
  width: 35px;
  margin-right: 20px;
}
#index-body .advantage .advantage-content .right ul li .content {
  width: calc(100% - 35px);
}
#index-body .advantage .advantage-content .right ul li .content h4 {
  font-size: 24px;
  font-family: var(--font);
  color:#333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.6;
  margin-bottom: 20px;
}

#index-body .advantage .advantage-content .right ul li .content p {
  font-size: 18px;
  line-height: 2;
  color:#666;
  padding-bottom: 90px;
}
#index-body .advantage .advantage-content .right ul .slick-dots {
  width: auto;
  left: 65px;
  bottom: -80px;
}
#index-body .advantage .advantage-content .right ul .slick-dots li {
  background-color: #999;
  width: 12px;
  height: 12px;
}
#index-body .advantage .advantage-content .right ul .slick-dots .slick-active {
  background-color: #333;
  border: none;
}
#footer {
  position: relative;
  background-color: #f9f9f9;
}
#footer .footer-center .footer-t {
  padding-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list {
  max-width: 330px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
#footer .footer-center .footer-t .footer-t-gird .contact.t-list div span {
  margin-bottom: 0;
  margin-left: 15px;
  line-height: 1.8;
  border: none;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .f-logo {
  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;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .f-logo span {
  display: block;
  width: 1px;
  height: 30px;
  margin-left: 30px;
  margin-right: 20px;
  background-color: #000;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'Poppins-SemiBold';
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:hover {
  border-bottom: 2px solid #d0cdcb;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img canvas {
  width: 105px;
  height: auto;
  border: 3px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  border: 1px solid #000;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a:last-child {
  margin-right: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a:hover {
  background-color: var(--color);
  color: #fff;
  border-color: transparent;
}
#footer .footer-center .footer-b {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .footer-center .footer-b .container {
  height: 70px;
  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;
  opacity: 0.6;
}
#footer .footer-center .footer-b .container span {
  font-size: 16px;
}
#footer .footer-center .footer-b .container img {
  width: 260px;
  height: auto;
  padding-top: 5px;
}
@media (max-width: 1700px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .right {
    margin-left: 45px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 10px 20px;
    font-size: 16px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 40px;
    max-width: 460px;
  }
  .home-title h3 {
    font-size: 38px;
    color:#333;
  }
  #index-body .advantage .advantage-content .right {
    max-width: 45%;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .logo a:first-child {
    font-size: 180px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 0;
  }
  #index-body .category ul li .right ul li h4 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .logo a:last-child,
  #header .nav .logo > span,
  #footer .footer-center .footer-t .footer-t-gird .t-list .f-logo img:last-child,
  #footer .footer-center .footer-t .footer-t-gird .t-list .f-logo > span {
    display: none;
  }
  .home-title h3 {
    font-size: 28px;
    color:#333;
  }
  #index-body .advantage .advantage-content .right {
    margin-left: 60px;
    height: 720px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  #banner .banner-content ul li .content .banner-btn {
    display: none;
  }
  #banner .banner-content ul li .content p {
    font-size: 16px;
    margin: 15px 0 0;
    max-width: 100%;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 28px;
    max-width: 360px;
  }
  #index-body .category ul li .left,
  #index-body .advantage .advantage-content .left {
    display: none;
  }
  #index-body .category ul li .right,
  #index-body .advantage .advantage-content .right {
    width: 100%;
    max-width: 100%;
  }
  #index-body .our-about ul li {
    width: 50% !important;
  }
  #index-body .advantage {
    padding: 60px 0;
  }
  #index-body .advantage .advantage-content .right {
    margin-left: 0;
    padding: 0 15px;
    height: auto;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    width: 50%;
  }
  #footer .footer-center .footer-b .container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 15px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content p {
    display: none;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .our-about {
    padding: 100px 0 65px;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact.t-list {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #footer .footer-center .footer-b .container span {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  .home-title {
    padding: 0 15px;
  }
  #index-body .our-about ul {
    display: none;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 24px;
    max-width: 100%;
  }
  #index-body .our-about .box p {
    text-align: left;
  }
  #index-body .our-about .box {
    padding: 0;
  }
  #index-body .news {
    padding-top: 0;
  }
}


















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

.inner-banner {
  height: 600px;
  line-height: 600px;
  background-size: cover;
  background-position: center center;
}
.inner-banner .box {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
}
.inner-banner .box h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 2;
}
.inner-banner .box .mbx {
  font-size: 18px;
  line-height: 2;
  color: #666;
  margin-top: 28px;
}
.inner-banner .box .mbx i.fa {
  margin-right: 15px;
  color: #212121;
}
.inner-banner .box .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .box .mbx a:hover {
  color: #212121;
}
.inner-page .m-page {
  margin-top: 70px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  color:#999;
  font-weight: bold;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #f5f5f5;
  color: var(--color);
}
.about-page .about-1 {
  padding: 180px 0 160px;
}
.about-page .about-1 .slide h2.title {
  font-family:var(--font);
  font-size: 40px;
  line-height: 2;
  color: #333;
  text-align:left;
}
.about-page .about-1 .slide .text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}
.about-page .about-1 .slide .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 480px;
}
.about-page .about-1 .slide .left {
  vertical-align: middle;
}
.about-page .about-1 .slide .right {
  vertical-align: middle;
}
.about-page .about-1 .slide:nth-child(1) .left {
  padding-right: .5%;
}
.about-page .about-1 .slide:nth-child(1) .right {
  padding-left: 5%;
}
.about-page .about-1 .slide:nth-child(1) .right .text {
  margin-top: 50px;
}
.about-page .about-1 .slide:nth-child(2) {
  margin-top: 120px;
}
.about-page .about-1 .slide:nth-child(2) .left {
  padding-right: 5%;
}
.about-page .about-1 .slide:nth-child(2) .right {
  padding-left: .5%;
}
.about-page .about-2 {
  padding: 100px 0;
  text-align: center;
  background: #f5f5f5;
}
.about-page .about-2 h2.title {
  font-size: 36px;
  font-family:var(--font);
  color: #333;
  line-height: 1.6;
}
.about-page .about-2 .list {
  margin-top: 70px;
}
.about-page .about-2 .list ul {
  margin: -30px;
}
.about-page .about-2 .list ul li {
  padding: 30px;
}
.about-page .about-2 .list ul li i {
  line-height: 120px;
  height: 120px;
  display: block;
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out;
}
.about-page .about-2 .list ul li:hover i{
  transform: rotateY(360deg);
}
.about-page .about-2 .list ul li i img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.about-page .about-2 .list ul li h6 {
  margin: 35px 0 20px;
  font-family:var(--font);
  font-size: 24px;
  color: #333;
  line-height: 1.8;
}
.about-page .about-2 .list ul li p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.about-page .about-3 {
  padding-top: 120px;
  overflow: hidden;
}
.about-page .about-3 .list {
  padding: 0 5%;
}
.about-page .about-3 .list .slick-list {
  overflow: unset;
}
.about-page .about-3 .list ul {
  margin: -15px;
}
.about-page .about-3 .list ul li {
  padding: 15px;
}
.about-page .about-3 .list ul li a.img-box {
  height: 440px;
  display: block;
}
.about-page .about-4 {
  padding: 170px 0 150px;
}
.about-page .about-4 h2.title {
  font-family:var(--font);
  font-size: 48px;
  color: #333;
  line-height: 1;
  text-align: center;
}
.about-page .about-4 .list {
  margin-top: 90px;
}
.about-page .about-4 .list ul {
  margin: -25px;
}
.about-page .about-4 .list ul li {
  padding: 25px;
}
.about-page .about-4 .list ul li img {
  width: 100%;
}
.textlin {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    padding-left: 270px;
    padding-right: 240px;
}
h2.title {
   font-family:var(--font);
    font-size: 48px;
    color: #1a1a1a;
    line-height: 1;
    text-align: center;
    /*padding-bottom: 80px;*/
}
h2.wohenshuai {
   font-family:var(--font);
    font-size: 48px;
    color: #1a1a1a;
    line-height: 1;
    text-align: center;
    padding-bottom: 30px;
}
h2.rongyipro1.rongyihidelin {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 50px;
    line-height: 2;
}
.rongyipro2.rongyihide {
    padding-bottom: 60px;
}

.product-page {
    padding: 0 0 75px;
}

.product-page .slideBarleft .list ul {
    margin: -28px -13px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.fenleiyeh1.buxianshi {
  font-size: 28px;
  color:#333;
  line-height: 2;
  margin-bottom: 20px;
  font-family:var(--font);
}
.fenleiyedaduan.buxianshi {
  line-height: 2;
  font-size: 16px;
  margin-top: 20px;
}
.product-page .slideBarleft .list ul li {
    padding: 40px 13px;
}

.product-page .slideBarleft .list ul li .box {
    background: white;
    border: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
}

.product-page .slideBarleft .list ul li .box a.img-box {
    display: block;
}
.product-page .slideBarleft .list ul li .box a.img-box:after {
    content: '';
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(214, 158, 123, 0.73)));
    /* å…¼å®¹Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, rgba(214, 158, 123, 0.73) 100%);
    /* firefox */
    background: -webkit-linear-gradient(left, transparent 0%, rgba(214, 158, 123, 0.73) 100%);
    /* chrome */
    /* opera */
    /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(214, 158, 123, 0.73)));
    background: -webkit-linear-gradient(top, transparent, rgba(214, 158, 123, 0.73));
    background: -moz-linear-gradient(top, transparent, rgba(214, 158, 123, 0.73));
    background: linear-gradient(to bottom, transparent, rgba(214, 158, 123, 0.73));
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(214,158,123,.73)',GradientType=0)";
    /* å…¼å®¹IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(214,158,123,.73)', GradientType=0);
    /* å…¼å®¹IE5~IE9 */
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.product-page .slideBarleft .list ul li .box .content {
    padding: 20px;
}

.product-page .slideBarleft .list ul li .box .content p {
    font-size: 18px;
    color:#666;
    line-height: 1.8;
    font-family: 'Poppins-Regular';
    height: 84px;
    
}

.product-page .slideBarleft .list ul li .box .content p::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

.product-page .slideBarleft .list ul li .box .content p::-webkit-scrollbar-track {
    background-color: #eee;
}

.product-page .slideBarleft .list ul li .box .content p::-webkit-scrollbar-thumb {
    background-color: #222;
}
.xinwenh5 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
  font-family:var(--font);
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

.product-page .slideBarleft .list ul li .box .content h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #181818;
    font-family:var(--font);
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    overflow: hidden;
}


.product-page .slideBarleft .list ul li .box .content h5 a {
    display: block;
    
    color:#333;
}

.product-page .slideBarleft .list ul li .box .content h5 a::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}

.product-page .slideBarleft .list ul li .box .content h5 a::-webkit-scrollbar-track {
    background-color: #eee;
}

.product-page .slideBarleft .list ul li .box .content h5 a::-webkit-scrollbar-thumb {
    background-color: #222;
}

.product-page .slideBarleft .list ul li .box .content span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.product-page .slideBarleft .list ul li .box .content h5 p {
    font-size: 14px;
    line-height: 2;
    margin-top: 1rem;
}

.product-page .slideBarleft .list ul li .box .content h5:after {
    content: '';
    width: 46px;
    height: 2px;
    background: var(--color);
    display: block;
    margin-top: 10px;
}

.product-page .slideBarleft .list ul li .box .content h5:hover {
    color: var(--color);
}

.product-page .slideBarleft .list ul li .box .content a.more {
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    background: var(--color);

    font-size: 16px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
}

.product-page .slideBarleft .list ul li .box .content a.more:hover {
    background: #222;
}

.product-page .slideBarleft .list ul li .box:hover {
    -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}

.product-page .slideBarleft .list ul li .box:hover a.img-box:after {
    opacity: 1;
}

/*add*/
.inner-page .slideBarBox {
    margin-top: 2rem;
}

.inner-page .slideBarBox .slideBarleft {
    width: 75%;
    padding-left: 2%;
}

.inner-page .slideBarBox .slideBarleft .sentianpro1 {
    font-size: 26px;
    line-height: 2;
    font-weight: bold;
    color: var(--color);
}

.inner-page .slideBarBox .slideBarleft .sentianpro2 {
    line-height: 2;
    font-size: 14px;
    margin-top: 30px;
}

.inner-page .slideBarBox .slideBarright {
    width: 25%;
    padding-right: 2%;
}

.inner-page .slideBarBox .slideBarright form {
    position: relative;
    width: 100%;
}

.inner-page .slideBarBox .slideBarright form input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 60px 0 15px;
    background: #eee;
    font-size: 16px;
    color: #999;
    border: none;
}

.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input[type="submit"] {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: url("../images/icon-search-white.png") center center no-repeat var(--color);
}

.inner-page .slideBarBox .slideBarright h3 {
    margin: 60px 0 20px;
    font-size: 24px;
    color: #333;
    line-height: 1;
    font-family:var(--font);
}

.inner-page .slideBarBox .slideBarright h3:after {
    content: '';
    width: 56px;
    height: 2px;
    background: var(--color);
    margin-top: 15px;
    display: block;
}

.inner-page .slideBarBox .slideBarright .navList ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-family: 'Poppins-medium';
    line-height: 2;
    color: #666;
    position: relative;

}

.inner-page .slideBarBox .slideBarright .navList ul li:after {
    content: '';
    width: 9px;
    height: 2px;
    background: var(--color);
    position: absolute;
    right: 100%;
    top: 22px;
    margin-right: 8px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .slideBarBox .slideBarright .navList ul li em {
    float: right;
    color: #999;
    font-size: 16px;
    font-family: 'Poppins-regular';
}

.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
    color: var(--color);
}

.inner-page .slideBarBox .slideBarright .navList ul li.active:after,
.inner-page .slideBarBox .slideBarright .navList ul li:hover:after {
    opacity: 1;
}

.inner-page .slideBarBox .slideBarright .proList ul li {
    padding-bottom: 20px;
    margin-top: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.inner-page .slideBarBox .slideBarright .proList ul li span {
    max-width: 30%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.inner-page .slideBarBox .slideBarright .proList ul li span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(65 136 110) url("../images/icon-right.png") center center no-repeat;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 15px;
    font-size: 16px;
    color: #181818;

    line-height: 2;
    /*font-weight: bold;*/
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
    display: block;
    color: #7f7f7f;
    margin-bottom: 5px;
    font-weight: normal;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6:after {
    content: '';
    width: 43px;
    height: 2px;
    background: var(--color);
    margin-top: 10px;
    display: block;
}

.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
    margin-top: 0;
}

.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after {
    opacity: 1;
}

.product-page {
    padding: 0 0 75px;
}

.product-page .slideBarleft .list ul {
    margin: -28px -13px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.product-page .slideBarleft .list ul li {
    padding: 40px 13px;
}

.product-page .slideBarleft .list ul li .box {
    background: white;
    border: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
}

.product-page .slideBarleft .list ul li .box a.img-box {
    display: block;
    text-align: center;
    padding: 30px 0;
}

.product-page .slideBarleft .list ul li .box a.img-box:after {
    content: '';
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(214, 158, 123, 0.73)));
    /* å…¼å®¹Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, rgba(214, 158, 123, 0.73) 100%);
    /* firefox */
    background: -webkit-linear-gradient(left, transparent 0%, rgba(214, 158, 123, 0.73) 100%);
    /* chrome */
    /* opera */
    /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(214, 158, 123, 0.73)));
    background: -webkit-linear-gradient(top, transparent, rgba(214, 158, 123, 0.73));
    background: -moz-linear-gradient(top, transparent, rgba(214, 158, 123, 0.73));
    background: linear-gradient(to bottom, transparent, rgba(235, 244, 244, 0.7));
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(214,158,123,.73)',GradientType=0)";
    /* å…¼å®¹IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(214,158,123,.73)', GradientType=0);
    /* å…¼å®¹IE5~IE9 */
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.product-page .slideBarleft .list ul li .box .content {
    padding: 20px;
}

.product-page .slideBarleft .list ul li .box .content p {
    font-size: 16px;
    line-height: 2;
}

.product-page .slideBarleft .list ul li .box .content h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #181818;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    */
    font-family:var(--font);
    /*overflow: hidden;*/
    line-height: 1.6;

    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*height: 120px;*/
    overflow: hidden;
}

.product-page .slideBarleft .list ul li .box .content h5 a {
    min-height: 90px;
    display: block;
}

.product-page .slideBarleft .list ul li .box .content span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.product-page .slideBarleft .list ul li .box .content h5 p {
    font-size: 14px;
    line-height: 2;
    margin-top: 1rem;
}

.product-page .slideBarleft .list ul li .box .content h5:after {
    content: '';
    width: 46px;
    height: 2px;
    background: var(--color);
    display: block;
    margin-top: 10px;
}

.product-page .slideBarleft .list ul li .box .content h5:hover {
    color: var(--color);
}

.product-page .slideBarleft .list ul li .box .content a.more {
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    background: var(--color);

    font-size: 16px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
}

.product-page .slideBarleft .list ul li .box .content a.more:hover {
    background: #222;
}

.product-page .slideBarleft .list ul li .box:hover {
    -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}

.product-page .slideBarleft .list ul li .box:hover a.img-box:after {
    opacity: 1;
}

.prodet-page {
    padding: 55px 0 125px;
}

.prodet-page .prodet-1 .left {
    padding-right: 20px;
}

.prodet-page .prodet-1 .left a.img_box {
    display: block;
    text-align: center;
}


.prodet-page .prodet-1 .left a.img-box i {
    width: 48px;
    height: 48px;
    background: url("../images/icon-zoom.png") center center no-repeat var(--color);
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.prodet-page .prodet-1 .left .small {
    margin-top: 12px;
}

.prodet-page .prodet-1 .left .small ul {
    margin: -7px;
}

.prodet-page .prodet-1 .left .small ul li {
    padding: 7px;
}

.prodet-page .prodet-1 .left .small ul li a {
    display: flex;
    justify-content: center;
}

.prodet-page .prodet-1 .right {
    padding-left: 20px;
    vertical-align: middle;
    margin-top: 20px;
}

.prodet-page .prodet-1 .right span.tag:after {
    display: none;
}
.prodet-page .prodet-1 .right span.tag{
  color:#666;
  font-size: 18px;
}
.prodet-page .prodet-1 .right h1 {
    font-size: 28px;
    color: #333;
    line-height: 1.6;
    margin-top: 15px;
    font-family:var(--font);

}

.prodet-page .prodet-1 .right p {
    font-size: 18px;
    color:#666;
    margin-top: 1.5rem;
    line-height: 1.8;
}

.prodet-page .prodet-1 .right .text {
    margin: 40px 0 70px;
    font-size: 18px;
    color: #181818;
    line-height: 2;
    font-family: 'JosefinSans-Regular';
}

.prodet-page .prodet-1 .right .share ul li {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background: #eee;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}

.prodet-page .prodet-1 .right .share ul li a {
    display: block;
}

.prodet-page .prodet-1 .right .share ul li:hover {
    color: white;
    background: var(--color);
}

.prodet-page .prodet-1 .right a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 24px;
    border-radius: 2px;
    background: #fff;
    border:solid 1px #333;
    color: #333;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-top: 50px;
    

}

.prodet-page .prodet-1 .right a.more:hover {
    background: var(--color);
    color:#fff;
}

.prodet-page h3.title {
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    background: var(--color);
    color: white;
    font-size: 20px;
    display: inline-block;
    position: relative;

}

.prodet-page h3.title:after {
    content: '';
    border-top: 9px solid var(--color);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.prodet-page .prodet-2 {
    padding-top: 50px;
}

.prodet-page .prodet-2 .content {
    margin-top: 26px;
    font-size: 16px;
    line-height: 2;
    font-family: 'JosefinSans-Regular';
    color: #666;
    background: white;
}

.prodet-page .prodet-3 {
    margin-top: 45px;
}

.prodet-page .prodet-3 .form {
    margin-top: 40px;
    padding: 30px 45px;
    /*border: 5px solid #eee;*/
    background: white;
    box-shadow: 0px 0px 10px rgba(235, 235, 235, 1);
}

.prodet-page .prodet-3 .form h6 {
    font-size: 24px;
    color: #333;
    line-height: 2;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 28px;
}

.prodet-page .prodet-3 .form ul {
    margin: -10px -35px;
}

.prodet-page .prodet-3 .form ul li {
    padding: 10px 35px;
}

.prodet-page .prodet-3 .form ul li.wid-100 {
    width: 100%;
}

.prodet-page .prodet-3 .form ul li label {
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.prodet-page .prodet-3 .form ul li label em {
    color: var(--color);
}

.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px 15px;
    background: #ededed;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none;

    font-size: 18px;
}

.prodet-page .prodet-3 .form ul li input:focus,
.prodet-page .prodet-3 .form ul li textarea:focus {
    background: rgba(240, 3, 49, 0.1);
}

.prodet-page .prodet-3 .form ul li textarea {
    height: 160px;
}

.prodet-page .prodet-3 .form ul li input[type="submit"] {
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    width: auto;
    border-radius: 5px;
    background: #fff;
    border:solid 1px #333;
    color: #333;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: uppercase;

}

.prodet-page .prodet-3 .form ul li input[type="submit"]:hover {
    background: var(--color);
    color: #fff;
}

/*add end*/
.prodet-page .prodet-1 {
    /*padding: 100px 0;*/
}

.prodet-page .newdet-page {
    padding: 30px 0;
}

.prodet-page .prodet-1 .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.prodet-page .prodet-1 .container .left {
    width: 50%;
    display: flex;
}

.prodet-page .prodet-1 .container .left .img-scroll {
    width: 19%;
    padding-right: 20px;
}

.prodet-page .prodet-1 .container .left .img-big {
    width: 81%;
}

.prodet-page .prodet-1 .container .left .img-big img {
    width: 100%;
}

.prodet-page .prodet-1 .container .right {
    width: 50%;
    padding: 5%;
}

.prodet-page .prodet-1 .container .right .singlebf {
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
}

.prodet-page .prodet-1 .container .right h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1.6;
    color: #162c35;
    text-transform: uppercase;
}

.prodet-page .prodet-1 .container .right h1 {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1.6;
    color: #162c35;
    text-transform: uppercase;
}

.prodet-page .prodet-1 .container .right .content {
    margin: 25px 0;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;

    color: #323d3f;
}

.prodet-page .prodet-1 .container .right .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}

.prodet-page .prodet-1 .container .right .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}

.prodet-page .prodet-1 .container .right .bottom a {
    width: 180px;
    display: inline-block;

    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    background: var(--color);
    -webkit-border-radius: 4px;
    border-radius: 0px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prodet-page .prodet-1 .container .right .bottom a:hover {
    background: #1d96ff;
    color: #fff;
}

.prodet-page .prodet-2 {
    padding: 50px 0;
    /*background-color: #F3F4F6;*/
}

.prodet-page .prodet-2 .txt h2 {
   font-family:var(--font);
    font-style: normal;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #162c35;
}

.prodet-page .prodet-2 .features {
    margin-bottom: 40px;
}

.prodet-page .prodet-2 .features table tbody tr td:nth-child(1) {
    width: 33.3333% !important;
}

.prodet-page .prodet-2 .features table tbody tr td:nth-child(2) {
    width: 66.6666% !important;
}

.prodet-page .prodet-3 {
    position: relative;
    padding-bottom: 100px;
    /*background-color: #F3F4F6;*/
}

.prodet-page .prodet-3 .enquiry {
    position: relative;
    z-index: 2;
    padding: 40px 80px 60px;
    background-color: #fff;
}

.prodet-page .prodet-3 .enquiry .title {
    text-align: center;
}

.prodet-page .prodet-3 .enquiry .title h2 {
   font-family:var(--font);
    font-style: normal;
    font-size: 40px;
    line-height: 1.6;
    color: #162c35;
}

.prodet-page .prodet-3 .enquiry .title p {
    margin: 20px 0;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #777;
}

.prodet-page .prodet-3 .enquiry form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prodet-page .prodet-3 .enquiry form ul li {
    width: 49%;
    margin-bottom: 30px;
}

.prodet-page .prodet-3 .enquiry form ul li span {

   font-family:var(--font);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #162c35;
    margin-bottom: 10px;
    display: block;
}

.prodet-page .prodet-3 .enquiry form ul li input,
.prodet-page .prodet-3 .enquiry form ul li textarea {
    width: 100%;
    height: 42px;
    background-color: #eee;
    font-size: 16px;
    line-height: 30px;
    color: #434343;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.prodet-page .prodet-3 .enquiry form ul li input:focus,
.prodet-page .prodet-3 .enquiry form ul li textarea:focus {
    background-color: #dcdcdc;
}

.prodet-page .prodet-3 .enquiry form ul li input[name="product"] {
    color: #1982c2;
    border-color: #d5e5ee;
}

.prodet-page .prodet-3 .enquiry form ul li textarea {
    height: 100px;
}

.prodet-page .prodet-3 .enquiry form ul li:nth-child(3) {
    width: 100%;
}

.prodet-page .prodet-3 .enquiry form ul li:nth-child(4) {
    width: 100%;
}

.prodet-page .prodet-3 .enquiry form ul li:nth-child(5) {
    width: 100%;
    margin-bottom: 0;
}

.prodet-page .prodet-3 .enquiry form ul li:nth-child(5) input[type="submit"] {
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
    background-color: var(--color);
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    outline: none;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prodet-page .prodet-3 .enquiry form ul li:nth-child(5) input[type="submit"]:hover {
    background-color: #1d96ff;
}

.prodet-page .prodet-4 {
    padding: 120px 0;
    /*background-color: #F3F4F6;*/
}

.prodet-page.news .prodet-4 {
    padding: 0 0 60px;
}

.prodet-page.news .prodet-4 h2 {
    text-align: center;
}

.prodet-page .prodet-4 h2 {
   font-family:var(--font);
    font-style: normal;
    font-size: 48px;
    line-height: 1.5;
    color: #162c35;
}

.prodet-page .prodet-4 .relatedBox {
    margin-top: 50px;
}

.prodet-page .prodet-4 .relatedBox .swiper-slide .product-img {
    display: block;
    overflow: hidden;
    text-align: center;
}

.prodet-page .prodet-4 .relatedBox .swiper-slide h5 {
    text-align: center;
    margin-top: 20px;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide .product-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*.prodet-page .prodet-4 .relatedBox .swiper-slide .product-img img {
    width: 100%;
}*/

.prodet-page .prodet-4 .relatedBox .swiper-slide h4 {
    padding-top: 15px;
    font-size: 16px;
    color: #777;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}

.prodet-page .prodet-4 .relatedBox .swiper-slide h4:hover {
    color: var(--color);
}


/*add*/
.newdet-page .newsContent .m-link {
    margin-top: 40px;
}

.newdet-page .newsContent .m-link div i {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    position: relative;
}

.newdet-page .newsContent .m-link div i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(235, 244, 244, 0.5) url(../images/icon-right.png) center center no-repeat;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .newsContent .m-link div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    margin: 0 10px;
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2;
}

.newdet-page .newsContent .m-link div span em {
    color: #212121;
}

.newdet-page .newsContent .m-link div.prev {
    text-align: left;
}

.newdet-page .newsContent .m-link div.prev i:after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.newdet-page .newsContent .m-link div.next {
    text-align: right;
}

.newdet-page .newsContent .m-link div:hover i:after {
    opacity: 1;
}


.news-page {
    padding: 120px 0 0;
    /*background-color: #F3F4F6;*/
}

.news-page .news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-page .news-list .item {
    width: 25%;
    padding: 10px;
    margin-bottom: 20px;
}

.news-page .news-list .item .newsImg {
    display: block;
    overflow: hidden;
}

.news-page .news-list .item .newsImg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-page .news-list .item .newsImg img {
    width: 100%;
}

.news-page .news-list .item .content {
    background: #fff;
    padding: 20px 25px 30px;
}

.news-page .news-list .item .content h4 {
   font-family:var(--font);
    font-style: normal;
    font-size: 24px;
    line-height: 1.8;
    color: #162c35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-page .news-list .item .content h4:hover {
    color: var(--color);
}

.news-page .news-list .item .content p {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #777;

    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.news-page .news-list .item .content .time {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.news-page .news-list .item .content .time span {

    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    color: #777;
    border: solid 1px #eee;
    padding: 3px 10px;
}

/*add*/
/* 新闻 */

.ne1 {
    margin: 30px 0 85px;
    height: 40px;
    background: url(../img/4_1.png) center;
    text-align: center;
    display: none;
}

.ne1 a {
    display: inline-block;
    width: 200px;
    line-height: 40px;
    background: #eee;
    border-radius: 5px;
    text-align: center;
    margin: 0 20px;
}

.ne1 a.act,
.ne1 a:hover {
    background: var(--color);
    color: #fff;
}

.swiper3 {
    padding-bottom: 95px;
}

.swiper3 .swiper-slide a {
    display: block;
}

.swiper3 .swiper-slide a .img {
    width: 40%;
    float: left;
    overflow: hidden;
}

.swiper3 .swiper-slide a .img img {
    display: block;
    width: 100%;
}

.swiper3 .swiper-slide a .srt {
    width: 60%;
    float: right;
    padding-left: 40px;
}

.swiper3 .swiper-slide a .srt .stime {
    margin-top: 40px;
    font-size: 16px;
    color: #999;
    line-height: 2;
}

.swiper3 .swiper-slide a .srt .stt {
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper3 .swiper-slide a .srt .stc {
    color: #666;
    font-size:18px;
    overflow: hidden;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 150px;
    text-align: justify;
    font-family: 'Poppins-Regular';
}

.swiper3 .swiper-slide a .srt .xian {
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

.swiper3 .swiper-slide a .srt .smove {
    width: 100%;
    height: 60px;
    color:#333;
    background: #fff;
    border:solid 1px #333;
    text-align: center;
    margin-top: 100px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

    font-size: 16px;
    text-transform: uppercase;
}

.swiper3 .swiper-slide a .srt .smove:hover{
   background: var(--color);
    color: #fff;

}

.swiper3 .swiper-slide a .srt .smove span {
    line-height: 60px;
    /*color: #333;*/
    padding-left: 30px;
    background: url(../img/4_2.png) left center no-repeat;
}

.ne2 {
    margin-top: 50px;
    padding-bottom: 60px;
}

.ne2 .swiper3 .pagination3 {
    bottom: 50px;
}

.ne2 .swiper3 .pagination3 span {
    background: #ddd;
    opacity: 1;
    width: 15px;
    height: 2px;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ne2 .swiper3 .pagination3 .swiper-pagination-bullet-active {
    width: 30px;
    background: var(--color);
}

.ne3 {
    padding: 50px 0 110px;
    background: #f7f7f7;
}

.ne3 .ul1 {
    position: relative;
    z-index: 3;
}

.ne3 .ul1 li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.ne3 .ul1 li a {
    position: relative;
    display: block;
    height: 185px;
}

.ne3 .ul1 li a .num {
    display: block;
    width: 94px;
    height: 96px;
    background: #fff;
    text-align: center;
    float: left;
    margin-top: 34px;
    font-size: 60px;
    color:#333;
    line-height: 1.2;
    font-weight: bold;
}

.ne3 .ul1 li a .num .day {
    font-size: 14px;
}

.ne3 .ul1 li a .lrt {
    width: calc(100% - 94px);
    float: right;
    box-sizing: border-box;
    padding: 34px 30px;
}

.ne3 .ul1 li a .lrt .ltt {
    font-size: 24px;
    color: #333;
    font-family:var(--font);
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne3 .ul1 li a .lrt .ltc {
    overflow: hidden;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    font-family: 'Poppins-Regular';
    font-size:18px;
    color:#666;
}

.ne3 .ul1 li a .ibt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f7f7f7;
    z-index: -1;
}

.ne3 .ul1 li a .ibt .ilt {
    width: 0;
    height: 100%;
    background: #f0f0f0;
}

.ne3 .ul1 li div {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ne3 .ul1 li a:hover .ibt .ilt {
    width: 23.5%;
}

.ne3 .ul1 li a:hover .ibt {
    background: #fff;
}

.ne3 .ul1 li a:hover .ltt {
    color: var(--color);
}

.ne3 .page {
    margin-top: 50px;
}

.newdet-page {
    padding: 120px 0;
}
.fenleiyexinwen2 {
    padding: 0 !important;
}
.newdet-page .container {
    display: flex;
    flex-wrap: wrap;
}

.newdet-page .container .left {
    width: 78%;
    padding-right: 5%;
}

.newdet-page .container .left h2 {
   font-family:var(--font);
    font-style: normal;
    font-size: 30px;
    line-height: 2;
    color: #162c35;
    margin-bottom: 20px;
}
.newdet-page .container .left h1 {
     font-family:var(--font);
    font-style: normal;
    font-size: 30px;
    line-height: 2;
    color: #162c35;
    margin-bottom: 20px;
}
.newdet-page .container .left .time {

    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #777;
}

.newdet-page .container .left .content {
    margin: 30px 0 70px;
    font-size: 16px;
    line-height: 2;
    font-family: 'JosefinSans-Regular';
}

.newdet-page .container .left .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}

.newdet-page .container .left .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}

.newdet-page .container .left .social span {
    display: inline-block;

   font-family:var(--font);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    margin-right: 10px;
}

.newdet-page .container .left .social a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #878e8f;
    margin-right: 5px;
}

.newdet-page .container .right {
    width: 22%;
}

.newdet-page .container .right h3 {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
    font-family:var(--font);
    background-color: #0a252f;
    padding: 17px 20px;
}
.newdet-page .container .right .fenleiyexinwen1 {
    background-color: #ffffff !important;
    color: inherit !important;
    padding: 0 !important;
}


.newdet-page .container .right .list {
    background-color: #fff;
    padding: 0 20px 20px;
}
.newdet-page .container .right .fenleiyexinwenlist {
  padding: 0;
}
.newdet-page .container .right .list .item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.newdet-page .container .right .list .item:last-child {
    border-bottom: 0px solid #eee;
}

.newdet-page .container .right .list .item .text {
    width: 100%;
}
.newdet-page .container .right .list .item .fenleiyexinwentext {
    width: 100% !important;
    margin-right: 5%;
} 
.newdet-page .container .right .list .item .text a {
    display: inline-block;

    font-family:var(--font);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    text-decoration: none;
    margin-bottom: 10px;
}

.newdet-page .container .right .list .item .text a:hover {
    color: var(--color);
}

.newdet-page .container .right .list .item .text p {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #777;
    font-family: 'JosefinSans-Regular';
    line-height: 28px;
}

.newdet-page .container .right .list .item .newsImg {
    max-width: 90px;
    width: 37%;
    max-height: 56px;
    overflow: hidden;
}

.faq-page {
    padding: 120px 0;
}

.faq-page .list {
    margin: 0 auto;
    max-width: 1350px;
    padding: 60px;
    /*background-color: #f7fcff;*/
}

.faq-page .list li {
    margin-bottom: 15px;
}

.faq-page .list li h4 {
    display: block;
    padding: 14px 20px;
    color: #fff;
    background: var(--color);
    font-size: 18px;
   font-family:var(--font);
    line-height: 1.8;
    position: relative;
    cursor: pointer;
}

.faq-page .list li h4 i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    display: inline-block;
    padding: 10px;
}

.faq-page .list li p {
    background-color: #fff;
    display: none;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    color: #041d38;
    font-weight: 400;

}

.faq-page .list li h4.active {
    background: var(--color);
}

.faq-page .list li h4.active i {
    color: #fff;
    background: #1d96ff;
}

.gallery-page {
    padding: 70px 0;
}

.gallery-page ul {
    margin: -10px;
}

.gallery-page ul li {
    padding: 20px;
}

.gallery-page ul li a.img-box {
    display: block;
    text-align: center;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.gallery-page ul li h5 {
    position: relative;
    z-index: 1;
    background: white;
    padding: 6px 10px;
    font-size: 16px;
    text-align: center;
}

.contact-page {
    padding: 70px 0;
}

.contact-page .button-group .button {
    background: var(--color) !important;
}

.contact-page .amap-copyright,
.contact-page .amap-logo {
    display: none !important;
}

.contact-page .contact-1 {
    padding-top: 70px;
}

.contact-page .contact-2 .left {
    width: 55%;
    padding-right: 15px;
}

.contact-page .contact-2 .left .form {
    font-family: 'JosefinSans-Regular';
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 0px 0px 10px rgba(235, 235, 235, 1);
    padding: 30px;
}

.contact-page .contact-2 .right {
    width: 45%;
    padding-left: 15px;
}

.contact-page .contact-2 .right .info p {
    font-size: 18px;
    color:#666;
    line-height: 1.8;
    font-family: 'Poppins-Regular';
}

.contact-page .contact-2 .right h3.title {
    position: relative;
    padding-bottom: 15px;
    font-size: 24px;
    color:#333;
    line-height: 1.8;
    font-family:var(--font);
}

.contact-page .contact-2 .right h3.title:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: var(--color) none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}

.contact-page .contact-2 .right h3.title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    height: 4px;
    width: 20px;
    background: #ddd none repeat scroll 0 0;
}

.contact-page .contact-2 .right ul {
    padding-top: 20px;
    margin: -10px;
}

.contact-page .contact-2 .right ul li {
    padding: 10px;
}

.contact-page .contact-2 .right ul li.wid-100 {
    width: 100%;
}

.contact-page .contact-2 .right ul li h6 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #333;

}

.contact-page .contact-2 .right ul li p {
    font-size: 16px;
    color: #111;
    line-height: 30px;
    letter-spacing: 1px;
}

.contact-page .contact-2 .right ul li p a {
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
}

.inner-page .form ul {
    margin: -5px;
}

.inner-page .form ul li {
    padding: 5px;
}

.inner-page .form ul li.wid-100 {
    width: 100%;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 16px;
    line-height: 30px;
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #999;
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #999;
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #999;
}

.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}

.inner-page .form ul li input[type="submit"] {
    background: #fff;
    border:solid 1px #333;
    /*color: #333;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

    font-size: 18px;
    text-transform: uppercase;
}

.inner-page .form ul li input[type="submit"]:hover {
    background: var(--color);
    color: #fff;
}

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

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

    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
        font-size: 24px;
        line-height: 1.8;
    }

    .product-page .product-1 .container .side-nav .product-nav>ul>li>a {
        font-size: 14px;
    }

    .product-page .product-1 .container .side-nav .product-nav>ul>li {
        margin-bottom: 30px;
    }
}

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

    .inner-page .slideBarBox .slideBarright {
        display: none;
    }

    .inner-page .slideBarBox .slideBarleft {
        width: 100%;
        padding-left: 0;
    }

    .contact-page,
    {
    padding: 40px 0;
}

.contact-page .contact-1 {
    padding-top: 40px;
}

.contact-page .contact-2 .right ul li p {
    font-size: 14px;
    word-break: break-all;
}

.contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
}

.product-page .product-1 .container .side-nav {
    display: none;
}

.product-page .product-1 .container .product-list {
    width: 100%;
}

.product-page .product-1 .container .product-list .zmd-fasteners1 {
    display: none !important;
}

.product-page .product-1 {
    padding: 60px 0;
}

.news-page .news-list .item {
    width: 33.3333%;
}

.news-page .news-list .item .content h4 {
    font-size: 20px;
}

.news-page .news-list .item .content {
    padding: 15px 10px;
}

.newdet-page {
    padding: 80px 0;
}

.newdet-page .container .left {
    width: 100%;
    padding-right: 0%;
}

.newdet-page .container .right {
    display: none;
}

.prodet-page .prodet-1 .container .right h2 {
    font-size: 24px;
}

.prodet-page .prodet-1 .container .right h1 {
    font-size: 24px;
}

.prodet-page .prodet-1 .container .right {
    padding: 3%;
}

.prodet-page .prodet-1 .container .right .bottom a {
    width: 125px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
}

.prodet-page .prodet-3 .enquiry {
    padding: 40px 30px 60px;
}

.prodet-page .prodet-3 .enquiry .title h2 {
    font-size: 30px;
}



table tbody tr td p {
    font-size: 18px;
    line-height: 1.8;
}

  .prodet-page .prodet-1 .left .small ul li{
    width: 50%;
  }

.news-page .ne2 .bm_box .swiper3 .swiper-slide a .img{
      width: 100%;
    }

    .news-page .ne2 .bm_box .swiper3 .swiper-slide a .srt{
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
    }

    .prodet-page .prodet-1 .left{
      width: 100%;
      padding-right: 0;
    }
    .prodet-page .prodet-1 .right{
      width: 100%;
      padding-left: 0;
      margin-top: 60px;
    }

}

@media screen and (max-width: 700px) {
  .inner-banner .container{
    padding-bottom: 0;
  }
  .inner-banner .container .mbx{
    position: relative;
    top: 0;
    margin-top: 20px;
    width: 100%;
    left: 0;
  }
    #index-body .init-2 .right .productBox {
        padding: 0 15px;
    }

    #index-body .init-2 .right {
        margin-top: 30px;
        padding: 0 15px;
    }

    #index-body .init-2 .right .productBox .swiper-slide {
        margin-bottom: 20px;
    }

    #index-body .init-2 .right .productBox .swiper-slide a h5 {
        left: 0;
        top: auto;
        bottom: 20px;
        text-align: center;
        transform: translate(0%, 0%);
        opacity: 1;
        color: #fff;
        margin-top: 15px;
    }

    .faq-page .list {
        padding: 40px 20px;
    }

    .faq-page .list li h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .faq-page .list li p {
        font-size: 16px;
    }

    .faq-page {
        padding: 70px 0;
    }

    .inner-page .form ul li {
        width: 100% !important;
    }

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

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

    .contact-page .contact-2 .right ul li {
        width: 100%;
    }

    .faq-page .list li h4 i {
        right: 0px;
    }

    .product-page .product-1 .container .product-list ul li {
        width: 100%;
    }

    .news-page .news-list .item {
        width: 50%;
    }

    .newdet-page .container .left h2 {
        font-size: 20px;
    }

    .prodet-page .prodet-1 .container .left {
        width: 100%;
    }

    .prodet-page .prodet-1 .container .right {
        width: 100%;
        padding: 30px 15px;
    }

    .prodet-page .prodet-4 h2 {
        font-size: 30px;
    }

    #index-body .init-2 .right {
        padding: 0;
    }

.buxoianshi {
    display: none !important;
}
.prodet-page {
  padding: 55px 0 0 !important;
}  
.xinwenh5 {
font-size: 16px;
}
}

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

    .product-page .slideBarleft .list ul li{
      padding: 15px;
    }

    .contact-page .contact-2 .left .form {
        padding: 10px;
    }

    .contact-page .contact-2 .left .form {
        padding: 10px;
    }

    .product-page .product-1 .container .product-list ul li {
        margin-bottom: 10px;
    }

    .news-page .news-list .item {
        width: 100%;
    }

    .prodet-page .prodet-3 .enquiry {
        padding: 20px 15px 40px;
    }

    .prodet-page .prodet-3 .enquiry .title h2 {
        font-size: 24px;
    }

    .prodet-page .prodet-3 .enquiry form ul li {
        width: 100%;
    }

    .prodet-page .prodet-4 h2 {
        font-size: 24px;
        line-height: 1.8;
    }

    .product-page .product-1 .container .product-list ul li h4 {
        font-size: 16px;
    }


}

.inner-page input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1;

    color: #666666;
}

.inner-page input::-moz-input-placeholder {
    font-size: 14px;
    line-height: 1;

    color: #666666;
}

.inner-page input::-moz-placeholder {
    font-size: 14px;
    line-height: 1;

    color: #666666;
}

.inner-page input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1;

    color: #666666;
}

.inner-page textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1;

    color: #666666;
}

.inner-page textarea:-moz-placeholder {
    font-size: 14px;
    line-height: 1;

    color: #666666;
}

.inner-page textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 1;

    color: #666666;
}

.inner-page textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1;

    color: #666666;
}

#header .nav .nav-box .menu-box .menu>li.menu-item-9690 ul.sub-menu {
    width: 330px;
}

.prodet-page .prodet-1 .container .left .img-scroll .slick-arrow {
    display: none !important;
}

.gallNav {
    text-align: center;
    margin-bottom: 30px !important;
    display: none;
}

.gallNav.active {
    display: block;
}

.gallNav li {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    line-height: 1.8;
    transition: .3s;
}

.gallNav li.active {
    color: var(--color);
}

.gallNav li:hover {
    color: var(--color);
}

@media screen and (min-width:700px) {
    .swiper-container-horizontal>.swiper-scrollbar {
        display: none !important;
    }
    
  
    
}

@media screen and (max-width:700px) {
    .swiper-container-horizontal>.swiper-scrollbar {
        display: block !important;
    }
}
.industryknow{
    font-size: 50px;
    color: var(--color);
    margin-top: 60px;
}
.hyzs{
    font-size: 19px;
    color: #3e3431;
}

.faq-page {
  padding: 85px 0 140px;
}
.faq-page h2.title {
  font-size: 48px;
  font-family:var(--font);
  color: #333;
  line-height: 1.2;
  text-align: center;
}
.faq-page img.bg {
  display: block;
  margin: 50px 0 110px;
}
.faq-page .box .left {
  width: 25%;
  padding-right: 2%;
}
.faq-page .box .left h3 {
  font-family:var(--font);
  font-size: 36px;
  color: #1a1a1a;
  line-height: 1.2;
}
.faq-page .box p{
  font-size: 16px;
  color: #999;
  max-width: 1350px;
  margin: 0px 0px 0px 220px;
}
.faq-page .box .right {
  width: 100%;
}
.faq-page .box .right .list ul li {
  margin-bottom: 50px;
}
.faq-page .box .right .list ul li h6 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #333;
  padding-right: 15px;
  position: relative;
}
.faq-page .box .right .list ul li h6 i {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 8px;
  right: 0;
  cursor: hand;
}
.faq-page .box .right .list ul li h6 i:after,
.faq-page .box .right .list ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .box .right .list ul li h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .box .right .list ul li h6 i.active:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-page .box .right .list ul li .text {
  margin-top: 25px;
  font-size: 16px;
  color: #666;
  line-height: 2;
  display: none;
}
.faq-page .box .right .list ul li:last-child {
  margin-bottom: 0;
}

#index-body .i-about {
    padding: 60px 0 100px;
}
#index-body .i-about .home-title h3,
#index-body .i-about .home-title span{
  text-align: left;
}
#index-body .i-about .grid-box .column:nth-child(1) {
    padding-right: 7%;
    position: relative;
}

#index-body .i-about .grid-box .column:nth-child(1) .pic {
    left: auto;
    top: auto;
    position: absolute;
    right: 12%;
    bottom: 40px;
}

#index-body .i-about .grid-box .column:nth-child(1) .about-list {
    position: relative;
}

#index-body .i-about .grid-box .column:nth-child(1) .about-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: url(../images/a-left_03.jpg) no-repeat center;
    right: 60px;
    bottom: 0;
    z-index: 8;
    color: rgba(255, 255, 255, 0);
    border: none;
}

#index-body .i-about .grid-box .column:nth-child(1) .about-list .slick-next {
    background: url(../images/a-right_04.jpg) no-repeat center;
    right: 0;
}

#index-body .i-about .grid-box .column h2 {
    font-family:var(--font);
    color: #333;
    font-size: 40px;
    line-height: 1.8;
    width: 90%;
}
#index-body .i-about .grid-box .column p{
   line-height: 1.8;
}
#index-body .i-about .grid-box .column .shouyeh2 {
        text-transform: uppercase;
   font-family:var(--font);
    line-height: 2;
} 
.shouyedaduan {
  line-height: 2;
}
#index-body .i-about .grid-box .column h3 {
    font-size: 26px;
    color: #333;
    margin: 10px 0;
    font-style: italic;
}

#index-body .i-about .grid-box .column img {
    margin: 20px 0;
}

#index-body .i-about .grid-box .column .text {
    font-size: 19px;
    color: #3e3431;
   font-family:var(--font);
}

#index-body .i-about .grid-box .column .text h1 {
 display: inline;
   font-family:var(--font);
    line-height: 2;
}

#index-body .i-about .grid-box .column a.more {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    border: 1px solid #3e3431;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 30px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

#index-body .i-about .grid-box .column a.more:hover {
    background: var(--color);
    color: #fff;
}

.gallery-page .gallery-2 {
    margin-top: 80px;
  }
  .gallery-page .gallery-2 .rongyipro1 {
    font-size: 26px;
      line-height: 2;
      font-weight: bold;
      margin-bottom: 20px;
      color: #328d78;
  }
  .gallery-page .gallery-2 .rongyipro2 {
    font-size: 16px;
      line-height: 2;
      margin-top: 20px;
  }
  .gallery-page .gallery-2 .list ul {
    margin: -15px;
  }
  .gallery-page .gallery-2 .list ul li {
    padding: 15px;
    text-align: center;
  }
  .gallery-page .gallery-2 .list ul li .img-box {
    height: 440px;
    background-size: contain;
    background-position: center center;
    background-color: #f5f5f5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .gallery-page .gallery-2 .list ul li .img-box:hover {
    background-color: #ebf4f4;
  }
  .gallery-page .gallery-2 .list ul li h6 {
    margin: 20px 0 10px;
    font-size: 20px;
    /*color: #1a1a1a;*/
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  /*.gallery-page .gallery-2 .list ul li h6:hover {
    color: #266355;
  }*/
  .gallery-page .gallery-2 .list ul li span {
    font-weight: bold;
    font-size: 20px;
    color: #266355;
    display: block;
    line-height: 1;
  }
@media screen and (max-width: 1400px) {
  .inner-banner {
    height: 400px;
    line-height: 400px;
  }
  .inner-banner .box .mbx {
    margin-top: 20px;
    font-size: 16px;
  }
  .inner-banner .box h2 {
    font-size: 32px;
  }
  .about-page .about-1 {
    padding: 80px 0;
  }
  .about-page .about-1 .slide h2.title,
  .about-page .about-4 h2.title,
  .faq-page h2.title {
    font-size: 36px;
  }
  .about-page .about-1 .slide .text {
    font-size: 16px;
  }
  .about-page .about-1 .slide:nth-child(1) .right .text {
    margin-top: 30px;
  }
  .about-page .about-1 .slide:nth-child(2) {
    margin-top: 70px;
  }
  .about-page .about-2 h2.title {
    font-size: 32px;
  }
  .about-page .about-2 .list ul li i {
    line-height: 90px;
    height: 90px;
  }
  .about-page .about-2 .list ul li h6 {
    font-size: 20px;
    margin: 15px 0 10px;
  }
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
  .about-page .about-3 .list ul li a.img-box {
    height: 300px;
  }
  .about-page .about-3 {
    padding-top: 70px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-page .about-4 .list {
    margin-top: 60px;
  }
  .about-page .about-4 .list ul li {
    padding: 10px;
  }
  .about-page .about-4 .list ul {
    margin: -10px;
  }
  .faq-page .box .left h3 {
    font-size: 32px;
  }
  .faq-page {
    padding: 70px 0;
  }
  .faq-page img.bg {
    margin: 30px 0 60px;
  }
  .faq-page .box .right .list ul li .text {
    margin-top: 15px;
  }
  .faq-page .box .right .list ul li {
    margin-bottom: 30px;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page h2.title,
  .quality-page h2.title,
  .about-page .about-1 .slide h2.title,
  .about-page .about-4 h2.title,
  .faq-page h2.title,
  .news-page h2.title {
    font-size: 32px;
  }
  .breadCrumbs {
    margin-top: 40px;
    padding: 15px 0;
    font-size: 16px;
  }
  .service-page .service-1 .list ul li a.img-box {
    height: 220px;
    padding: 0 5%;
    padding-top: 25%;
  }
  .service-page .service-2 .list ul li {
    padding: 10px;
  }
  .service-page .service-2 .list ul {
    margin: -10px;
  }
  .prodet-page .prodet-1 .smallImg ul li a.img-box {
    height: 140px;
  }
  .prodet-page .prodet-1 .bigImg a.img-box {
    height: 465px;
  }
  .prodet-page .prodet-1 .content a.more {
    margin: 20px 0;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }
  .newdet-page .slideBarLeft h1,
  .prodet-page .prodet-3 h2.title,
  .prodet-page .prodet-1 .content h1,
  .contact-page .contact-2 .right h2.title,
  .faq-page .box .left h3 {
    font-size: 28px;
  }
  .prodet-page .prodet-2 .options ul li {
    font-size: 24px;
    margin-right: 30px;
  }
  .prodet-page .prodet-2 .contentBox {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 {
    padding: 60px 0;
  }
  .product-page .product-2 .list ul li .img-box,
  .prodet-page .prodet-3 .list ul li .img-box {
    height: 260px;
  }
  .product-page .product-2 .list ul li h6,
  .product-page .product-2 .list ul li span,
  .prodet-page .prodet-3 .list ul li h6,
  .prodet-page .prodet-3 .list ul li span {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .list {
    margin-top: 40px;
  }
  .product-page .product-1 .list ul li i {
    height: 120px;
    line-height: 120px;
    width: 120px;
  }
  .product-page .product-2 .list ul li .img-box,
  .prodet-page .prodet-3 .list ul li .img-box {
    height: 200px;
  }
  .newdet-page .slideBarLeft time {
    font-size: 16px;
  }
  .newdet-page .slideBarLeft .m-link {
    font-size: 16px;
  }
  .news-page .slideBarBox .slideBarRight .slideBox .imgBg span {
    font-size: 24px;
  }
  .news-page .slideBarBox .slideBarRight .slideBox {
    margin-bottom: 30px;
  }
  .news-page .slideBarBox .slideBarRight .slideBox .imgBg a.more {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .news-page .slideBarBox .slideBarRight .slideBox form input {
    font-size: 14px;
  }
  .faq-page .box .right .list ul li h6 {
    font-size: 18px;
  }
  .faq-page .box .right .list ul li .text {
    font-size: 14px;
  }
  .contact-page .contact-1 .list ul li .box h6 {
    font-size: 18px;
  }
  .contact-page .contact-2 .left {
    padding-right: 3%;
  }
  .contact-page .contact-2 .right .form ul li {
    padding: 8px;
  }
  .contact-page .contact-2 .right .form ul {
    margin: -8px;
  }
  .contact-page .contact-2 .left #mapContainer {
    height: 440px !important;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 260px;
    line-height: 260px;
    margin-top: 120px;
  }
  h1.rongyipro1.rongyihidelin{
        display: none !important;
  }
  .textlin{
    display: none !important;
  }
  .inner-banner .box .mbx {
    margin-top: 10px;
  }
  .about-page .about-1 .slide .right {
    width: 100%;
    padding: 0 !important;
    margin-top: 30px;
  }
  .about-page .about-1 .slide .left {
    width: 100%;
    padding: 0 !important;
  }
  .about-page .about-1 .slide:nth-child(2) {
    margin-top: 0;
  }
  .about-page .about-1 .slide:nth-child(2) .right {
    display: none;
  }
  .about-page .about-1 .slide .img {
    height: 240px;
  }
  .about-page .about-1 .slide h2.title,
  .about-page .about-4 h2.title,
  .faq-page h2.title,
  .about-page .about-2 h2.title {
    font-size: 28px;
  }
  .about-page .about-2 {
    padding: 70px 0;
  }
  .about-page .about-2 .list ul li {
    padding: 10px;
  }
  .about-page .about-2 .list ul {
    margin: -10px;
  }
  .about-page .about-2 .list ul li h6 {
    font-size: 16px;
    margin: 5px 0;
  }
  .about-page .about-2 .list ul li i {
    height: 60px;
    line-height: 60px;
  }
  .about-page .about-3 .list ul li a.img-box {
    height: 240px;
  }
  .faq-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .faq-page .box .left h3 {
    font-size: 24px;
  }
    #index-body .i-about .grid-box .column {
        width: 100%;
        margin: 20px 0;
    }
    #index-body .i-about .grid-box .column h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .slide h2.title,
  .about-page .about-4 h2.title,
  .faq-page h2.title,
  .about-page .about-2 h2.title {
    font-size: 24px;
  }
 
}
@media screen and (max-width: 500px) {
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-4,
  .faq-page, {
    padding: 50px 0;
  }
  .about-page .about-3 .list ul li a.img-box {
    height: 200px;
  }
  .about-page .about-4 .list {
    margin-top: 30px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .inner-banner {
    height: auto;
    padding-bottom: 10px;
  }
  .inner-banner .box h2 {
    font-size: 26px;
  }
  .inner-banner .box .mbx {
    font-size: 14px;
  }
  .inner-banner .box .mbx i.fa {
    margin-right: 5px;
  }
}
    .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;
        line-height: 1.4;
        -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: 1.4;
        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-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;
        }
    }
    .dfgdgd{
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 45px;
        color: #666;
    }
    .dfgdgd h1{
        display: inline;
    }
    .gfdrer{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 600px;
        display: inline-block;
        vertical-align: middle;
    }
    .yucatfoot{
        font-size: 16px;
        line-height: 2;
    }
    