@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}
body {
  font-family: 'Poppins-Regular';
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar-thumb {  
    background-color: #f8b911; 
}
.ui.container {
  padding: 0 15px;
  width: 1560px;
  margin: auto;
  position: relative;
}
:root {
  --white: #fff;
  --black: #000;
  --primary: #f8b911;
}
#index-body .about .bottom {
  text-align: center;
  padding-top: 139px;
}
#index-body .about .bottom ul li {
  color: #393939;
}
#index-body .about .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
#index-body .about .bottom ul li h3 {
  font-size: 70px;
  line-height: 1;
  font-weight: 500;
  margin-top: 11px;
}
.more {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    line-height: 1;
    background: #f8b911;
    color: #010101;
    padding: 17px 42px 17px 41px;
    font-weight: 500;
    overflow: hidden;
}
.more:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s, 
}
.more:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: #fff;
  padding: 30px;
  overflow: auto;
  display: none;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #f89c1c;
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: #fff;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: #d6000e;
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type=submit] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #f8b911 !important;
  color: #fff;
  transition: 0.5s;
}
#pups_from form ul li input[type=submit]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
.showpop {
  display: block !important;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.5s;
}
#header .nav {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 72.5%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 90px;
  font-size: 18px;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #d6bb46;
  -webkit-transition: .5s border;
  -moz-transition: .5s  border;
  transition: .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--primary);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .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;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .right .h-shopping{
  margin:0 35px;
  cursor: pointer;
  position: relative;
}
#header .nav .ui.menu .right .h-shopping em {
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: normal;
    background-color: var(--primary);
    width: 15px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.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: #fff;
  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: black;
  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;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 28px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-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 .yuan {
  width: 15px !important;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 15px;
}
.language-box .zhuyu {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.language-box .zhuyu img {
  width: 100%;
  height: 100%;
}
.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: #ffb11b;
  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;
}
#banner {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
#banner .banner-top {
  width: 100%;
  height: 100%;
}
#banner .banner-top ul {
  position: relative;
}
#banner .banner-top ul li {
  height: 960px;
  position: relative;
}
#banner .banner-top ul li .content {
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  z-index: 20;
}
#banner .banner-top ul li .content h3 {
  font-size: 72px;
  text-align: center;
  font-family: 'Poppins-Bold';
  line-height: 90px;
}
#banner .banner-top ul li .content p {
  font-size: 18px;
  text-align: center;
  margin: 20px 0 40px;
}
#banner .banner-top ul li .content .btn {
  font-size: 18px;
  background: transparent;
  border: none;
  margin: 0 auto;
  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;
  transition: all 0.5s;
}
#banner .banner-top ul li video::-webkit-media-controls-enclosure{ 
  display: none;
}
#banner .banner-top ul li .content .btn:hover{
  color: #d6bb46;
}
#banner .banner-top ul li img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 10;
}
#banner .banner-top ul li .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .sell-product {
  margin: 120px 0 0;
}
#index-body .sell-product .sell-product-content {
  color: #000;
}
#index-body .sell-product .sell-product-content h3 {
  font-size: 48px;
  font-family: 'Poppins-Bold';
}
#index-body .sell-product .sell-product-content h4 {
  font-size: 18px;
  margin-bottom: 60px;
  font-family: 'Poppins-Light';
}
#index-body .sell-product .sell-product-content .content {
  border-bottom: 1px solid #cacaca;
}
#index-body .sell-product .sell-product-content .content ul {
  margin: 0 -40px;
}
#index-body .sell-product .sell-product-content .content ul li {
  padding: 0 40px;
  height: 320px;
  cursor: pointer;
}
#index-body .sell-product .sell-product-content .content ul li .adv-icon {
  display: block;
  width: 82px;
  height: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .sell-product .sell-product-content .content ul li .adv-icon:hover {
  background-color: #d6bb46;
}
#index-body .sell-product .sell-product-content .content ul li p {
  font-size: 16px;
}
#index-body .sell-product .sell-product-content .content ul li h4 {
  font-size: 24px;
  margin: 15px 0 10px;
  font-family: 'Poppins-Bold';
}
#index-body .sell-product .sell-product-content .content ul li h4:hover{
  color: #d6bb46;
}
#index-body .sell-product .sell-product-content .content ul li:hover .profucts-box a .show {
  display: none;
}
#index-body .sell-product .sell-product-content .content ul li:hover .profucts-box a .hide {
  display: block;
}
#index-body .about {
  background-color: #f7f7f7;
  height: 665px;
  width: 100%;
  padding-top: 90px;
}
#index-body .about h3 {
  font-size: 48px;
  font-family: 'Poppins-Bold';
  text-align: center;
}
#index-body .about h4 {
  font-size: 18px;
  text-align: center;
  font-family: 'Poppins-Light';
  margin: 15px 0 20px;
}

h1.hy1 {
    font-size: 18px;
    text-align: center;
    font-family: 'Poppins-Light';
    margin: 0 0 20px;
}
#index-body .about .about-content {
  color: #000;
  position: relative;
}
#index-body .about .about-content ul {
  margin: 0 -30px;
}
#index-body .about .about-content ul li {
  padding: 0 30px;
  color: #000;
  cursor: pointer;
}
#index-body .about .about-content ul li .star {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  min-height: 150px;
}
#index-body .about .about-content ul li .star h4 {
 
  font-size: 30px;
  font-family: 'Poppins-Bold';
  text-align: center;
  margin: 0;
  padding-top: 120px;
}
#index-body .about .about-content ul li .about-line {
  position: relative;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-content ul li .about-line span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ede5c2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-content ul li .about-line span::before {
  display: block;
  content: '';
  background-color: #d6bb46;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#index-body .about .about-content ul li .about-line::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #5a5a5a;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#index-body .about .about-content ul li p {
  font-size: 18px;
  margin-top: 35px;
}
#index-body .about .about-content button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #52514c;
  color: #52514c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#index-body .about .about-content .about-prev {
  left: 70px;
}
#index-body .about .about-content .about-next {
  right: 70px;
}
#index-body .about .about-content button:hover {
  background-color: #000000;
  color: #fff;
}
#index-body .case {
  height: 1150px;
}
#index-body .case .case-content {
  position: relative;
  padding-top: 100px;
  height: 100%;
}
#index-body .case .case-content h3 {
  font-size: 48px;
  font-family: 'Poppins-Bold';
  text-align: center;
  margin-bottom: 5px;
}
#index-body .case .case-content h4 {
  font-size: 18px;
  text-align: center;
  font-family: 'Poppins-Light';
}
#index-body .case .case-content .pos {
  position: absolute;
}
#index-body .case .case-content .pos1 {
  left: 13%;
  top: 35%;
}
#index-body .case .case-content .pos2 {
  left: 34%;
  top: 64%;
}
#index-body .case .case-content .pos3 {
  left: 45%;
  top: 52%;
}
#index-body .case .case-content .pos4 {
  left: 52.5%;
  top: 32%;
}
#index-body .case .case-content .pos5 {
  left: 83%;
  top: 66%;
}
#index-body .case .case-content .bg {
  position: absolute;
  z-index: 0;
  top: 250px;
  width: 100%;
  height: auto;
}
#index-body .classification {
  width: 100%
}
#index-body .classification ul li{
  position: relative;
}
#index-body .classification ul li a {
  font-size: 128px;
  color: #fff;
  margin: 0 auto;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  position: absolute;
  bottom:80px;
  left: 50%;
  transform: translateX(-50%);
}

#index-body .product {
  background-color: #f1f1f1;
}
#index-body .product .product-content {
  position: relative;
}
#index-body .product .product-content ul {
  position: relative;
  margin: 0 -420px;
}
#index-body .product .product-content ul li {
  height: 1075px;
  padding: 0 220px 220px;
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .product .product-content ul li .box-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  top: 95px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 100;
}
#index-body .product .product-content ul li .box-t h4 {
  color: #000;
  font-size: 40px;
  font-family: 'Poppins-Bold';
  width: 40%;
  margin-top: -10px;
}
#index-body .product .product-content ul li .box-t p {
  color: #000;
  font-size: 16px;
  width: 50%;
  max-height: 145px;
  overflow: auto;
}
#index-body .product .product-content ul li h3 {
  opacity: 0;
  font-size: 150px;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  color: #ede8d6;
  font-family: 'Poppins-Bold';
  width: 100%;
  text-align: center
}
#index-body .product .product-content ul .slick-center li {
  padding: 0 0 60px;
}
#index-body .product .product-content ul .slick-center li .box-t {
  opacity: 1;
  z-index: 200;
}
#index-body .product .product-content ul .slick-center li img {
  margin: 0 auto;
}
#index-body .product .product-content ul .slick-center li h3 {
  opacity: 1;
}
#index-body .product .product-content .news-btn {
  width: 1215px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .product .product-content .news-btn button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #52514c;
  color: #52514c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .product-content .news-btn button:hover {
  background-color: #000000;
  color: #fff;
}
#index-body .news {
  height: auto;
  padding: 120px 0;
}
#index-body .news .news-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin-bottom: 70px;
}
#index-body .news .news-title h3 {
  font-family: 'Poppins-Bold';
  font-size: 48px;
}
#index-body .news .news-title p {
  width: 52%;
  font-size: 16px;
}
#index-body .news .news-content ul {
  margin: 0 -10px;
}
#index-body .news .news-content ul li {
  height: auto;
  padding: 0 10px;
}
#index-body .news .news-content ul li .content {
  width: 100%;
  height: 100%;
}
#index-body .news .news-content ul li .content .news-img {
  display: block;
  max-height: 265px;
  margin-bottom: 35px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news .news-content ul li .content .news-box {
  cursor: pointer;
}
#index-body .news .news-content ul li .content .news-box .title {
  color: #000;
  font-size: 24px;
  font-family: 'Poppins-Bold';
}
#index-body .news .news-content ul li .content .news-box .title:hover {
  color: #f58f0e;
}
#index-body .news .news-content ul li .content .news-box p {
  font-size: 18px;
  margin-top: 10px;
}
#index-body .news .news-content ul li .content .news-box div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin: 15px 0 0px;
  font-size: 16px;
}
#index-body .news .news-content ul li .content .news-box div img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#index-body .news .news-content ul li .content .news-box div a {
  display: block;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #000;
  transition: all 0.5s;
}
#index-body .news .news-content ul li .content .news-box div a:hover{
  color: #d6bb46;
      border-bottom: 1px solid #d6bb46;
}

#index-body .partner {
  padding: 70px 0 80px;
  background-color: #f9f9f9;
}
#index-body .partner .partner-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .partner .partner-title .left h3{
  font-size: 48px;
  font-family: 'Poppins-Bold';
}
#index-body .partner .partner-title .left p{
  font-size: 18px;
  margin-bottom: 60px;
  font-family: 'Poppins-Light';
  text-transform: capitalize;
}
#index-body .partner .partner-title .right{
  display: flex;
}
#index-body .partner .partner-title .right button:last-child{
  margin-left: 25px;
}
#index-body .partner .partner-title .right button{
  width:50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #000; 
  font-size: 24px;
  transition: all 0.5s;
}
#index-body .partner .partner-title .right button:hover{
  border-color: transparent;
  background-color:var(--primary);
  color:#fff;
}
#index-body .partner .partner-content ul {
  margin: 65px -100px 0;
}

#index-body .partner .partner-content ul li .box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer {
  background: #000;
  padding-top: 80px;
}
#footer .footer-userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-userinfo h4 {
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-userinfo h3 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  margin: 10px 0 30px;
}
#footer .footer-userinfo #addForm {
  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;
}
#footer .footer-userinfo #addForm input[type=text] {
  width: 435px;
  height: 45px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 18px;
  color: #fff;
  padding-right: 15px;
}
#footer .footer-userinfo #addForm input:focus{
  border-color:#d6bb46; 
}
#footer .footer-userinfo #addForm input[type=submit] {
  background-color: #d6bb46;
  color: #fff;
  width: 130px;
  height: 45px;
  font-size: 18px;
  border: none;
}
#footer .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-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;
  border-bottom: 2px solid #313131;
  padding-bottom: 60px;
}
#footer .footer-t .footer-t-gird .t-list,
#footer .footer-t .footer-t-gird .footer-t-form {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-t .footer-t-gird .t-list .qc-img,
#footer .footer-t .footer-t-gird .footer-t-form .qc-img {
  width: 160px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-t .footer-t-gird .t-list p,
#footer .footer-t .footer-t-gird .footer-t-form p {
  font-size: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#footer .footer-t .footer-t-gird .t-list span,
#footer .footer-t .footer-t-gird .footer-t-form span {
  font-size: 18px;
  margin-bottom: 10px;
  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-t .footer-t-gird .t-list span img,
#footer .footer-t .footer-t-gird .footer-t-form span img {
  margin-right: 20px;
}
#footer .footer-t .footer-t-gird .t-list .footer-icons,
#footer .footer-t .footer-t-gird .footer-t-form .footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  margin-top: 15px;
}
#footer .footer-t .footer-t-gird .t-list .footer-icons a,
#footer .footer-t .footer-t-gird .footer-t-form .footer-icons a {
  margin-bottom: 0;
}
#footer .footer-t .footer-t-gird .t-list a,
#footer .footer-t .footer-t-gird .footer-t-form a {
  margin-bottom: 10px;
}
#footer .footer-t .footer-t-gird .link a span{
  width: fit-content;
  position: relative;
}
#footer .footer-t .footer-t-gird .link a span::before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
    border-bottom: 1px solid #fff;
    opacity: 0;
    transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .link a span:hover::before{
opacity: 1;
}
#footer .footer-b p {
  color: #808080;
  height: 70px;
  border-top: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-b p span {
  margin: 0 10px;
  font-size: 16px;
}
a.foothangyi3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 590px;
    display: inline-block;
    vertical-align: middle;
}
#footer .footer-b p img {
  width: 260px;
  height: auto;
  padding-top: 5px;
}
@media (max-width: 1800px) {
  #index-body .product .product-content ul li h3{
    font-size: 180px;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1300px;
  }
  #index-body .about .about-content button,
  #index-body .product .product-content .news-btn button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  #index-body .case .case-content .pos2 {
    top: 57%;
  }
  #index-body .case .case-content .pos5 {
    top: 59%;
  }
  #index-body .case .case-content .pos3 {
    top: 46%;
  }
  #index-body .about .about-content .about-next {
    right: 2%;
  }
  #index-body .about .about-content .about-prev {
    left: 2%;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 66px;
    line-height: 76px;
  }
  #banner .banner-top ul li {
    height: 860px;
  }
  #index-body .sell-product .sell-product-content h3,
  #index-body .about h3,
  #index-body .case .case-content h3,
  #index-body .product .product-content ul li .box-t h4,
  #index-body .news .news-title h3 {
    font-size: 44px;
  }
  #index-body .sell-product .sell-product-content .content ul li .adv-icon {
    width: 62px;
    height: 62px;
  }
  #index-body .sell-product .sell-product-content .content ul li .adv-icon img {
    width: 32px;
    height: auto;
  }
  #index-body .classification {
    height: 715px;
  }
  #index-body .classification ul li a {
    font-size: 98px;
  }
  #footer .footer-userinfo #addForm input {
    width: 315px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 35px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1050px;
  }
  #index-body .case {
    height: 840px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 25px;
  }
  #index-body .case .case-content .pos1 {
    left: 14%;
    top: 40%;
  }
  #index-body .case .case-content .pos2 {
    top: 68%;
  }
  #index-body .case .case-content .pos3 {
    top: 55%;
  }
  #index-body .case .case-content .pos4 {
    top: 39%;
  }
  #index-body .case .case-content .pos5 {
    top: 72%;
  }
  #header .nav .ui.menu{
    width: 80%;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 56px;
    line-height: 66px;
  }
  #banner .banner-top ul li {
    height: 750px;
  }
  #index-body .sell-product .sell-product-content h4 {
    margin-bottom: 0;
  }
  #index-body .sell-product .sell-product-content .content ul li {
    height: auto;
    padding: 60px 40px;
  }
  #index-body .about .about-content ul li p {
    font-size: 16px;
    margin-top: 35px;
  }
  #index-body .sell-product .sell-product-content h3,
  #index-body .about h3,
  #index-body .case .case-content h3,
  #index-body .product .product-content ul li .box-t h4,
  #index-body .news .news-title h3 {
    font-size: 32px;
  }
  #index-body .classification {
    height: 612px;
  }
  #index-body .classification ul li a {
    font-size: 76px;
  }
  #index-body .product .product-content ul li h3 {
    font-size: 150px;
  }
  #index-body .product .product-content ul {
    margin: 0px -360px;
  }
  #index-body .product .product-content ul li {
    height: 870px;
    padding: 0 160px 220px;
  }
  #index-body .product .product-content .news-btn {
    width: 755px;
  }
  #footer .footer-userinfo #addForm input {
    width: 260px;
  }
  #footer .footer-userinfo h3 {
    font-size: 54px;
  }
  #footer {
    padding-top: 80px;
  }
  #footer .footer-t .footer-t-gird .t-list p,
  #footer .footer-t .footer-t-gird .footer-t-form p {
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
  #index-body .news .news-content ul li {
    height: auto;
  }
  #index-body .news .news-content ul li .content .news-box .title {
    font-size: 22px;
  }
  #index-body .news .news-content ul li .content .news-box p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 850px;
  }
  #index-body .sell-product .sell-product-content .content ul li h4 {
    font-size: 20px;
  }
  #header .nav .ui.menu {
    width: 77.5%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 46px;
    line-height: 56px;
  }
  #banner .banner-top ul li {
    height: 645px;
  }
  #banner .banner-top ul li .content {
    bottom: 60px;
  }
  #banner .banner-top ul li .content p {
    margin: 20px 0 20px;
  }
  #index-body .sell-product .sell-product-content h3,
  #index-body .about h3,
  #index-body .case .case-content h3,
  #index-body .product .product-content ul li .box-t h4,
  #index-body .news .news-title h3 {
    font-size: 26px;
  }
  #index-body .sell-product .sell-product-content .content ul li .adv-icon {
    width: 52px;
    height: 52px;
  }
  #index-body .sell-product .sell-product-content .content ul li .adv-icon img {
    width: 26px;
  }
  #index-body .sell-product .sell-product-content .content ul li {
    height: auto;
    padding: 40px;
  }
  #index-body .sell-product {
    margin: 38px 0 0;
  }
  #index-body .about {
    height: auto;
    padding: 60px 0;
  }
  #index-body .case .case-content {
    padding-top: 60px;
  }
  #index-body .case {
    height: 665px;
  }
  #index-body .case .case-content .bg {
    top: 200px;
  }
  #index-body .classification {
    height: 510px;
  }
  #index-body .classification ul li a {
    font-size: 62px;
    bottom: 40px;
  }
  #index-body .product .product-content ul .slick-center li {
    padding: 0px 0 80px;
  }
  #index-body .product .product-content ul li {
    padding: 0 80px 120px;
    height: 745px;
  }
  #index-body .product .product-content ul li h3 {
    font-size: 110px;
  }
  #index-body .product .product-content .news-btn {
    width: 645px;
  }
  #index-body .product .product-content ul {
    margin: 0px -260px;
  }
  #index-body .news .news-content ul li .content .news-box p {
    font-size: 14px;
        line-height: 30px;
  }
  #index-body .news .news-content ul li .content .news-box .title {
    font-size: 18px;
  }
  #index-body .news .news-content ul li .content .news-box div .date {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .news-title {
    margin-bottom: 40px;
  }
  #footer .footer-userinfo #addForm input {
    font-size: 16px;
  }
  #footer .footer-userinfo #addForm input {
    width: 195px;
  }
  #footer .footer-userinfo h4 {
    font-size: 18px;
  }
  #footer .footer-userinfo h3 {
    font-size: 40px;
  }
  #footer .footer-t .footer-t-gird .t-list .qc-img {
    width: 120px;
  }
  #footer .footer-t .footer-t-gird .t-list span,
  #footer .footer-t .footer-t-gird .footer-t-form span {
    font-size: 16px;
  }
  #footer .footer-t {
    padding-top: 60px;
  }
  #footer .footer-t .footer-t-gird {
    padding-bottom: 25px;
  }
  #header .nav .ui.menu {
        width: 80.5%;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  #banner {
    margin-top: 120px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 32px;
    line-height: 38px;
  }
  #banner .banner-top ul li {
    height: 450px;
  }
  #banner .banner-top ul li .content p {
    font-size: 16px;
  }
  #banner .banner-top ul li .content {
    width: 62%;
  }
  #index-body .sell-product .sell-product-content h3,
  #index-body .about h3,
  #index-body .case .case-content h3,
  #index-body .product .product-content ul li .box-t h4,
  #index-body .news .news-title h3 {
    font-size: 22px;
  }
  #index-body .about .about-content .about-prev,
  #index-body .about .about-content .about-next {
    display: none !important;
  }
  #index-body .about h4,
  #index-body .case .case-content h4 {
    font-size: 16px;
  }
  #index-body .case .case-content .pos {
    width: 20px;
  }
  #index-body .case {
    height: 600px;
  }
  #index-body .case .case-content .bg {
    top: 180px;
  }
  #index-body .classification {
    height: 358px;
  }
  #index-body .classification ul li a {
    font-size: 40px;
  }
  #index-body .product .product-content ul li .box-t h4 {
    margin-top: 0;
  }
  #index-body .product .product-content ul li .box-t p {
    font-size: 14px;
  }
  #index-body .product .product-content ul li h3 {
    font-size: 90px;
  }
  #index-body .product .product-content .news-btn {
    display: none;
  }
  #index-body .news .news-title p {
    width: 52%;
    font-size: 14px;
  }
  #index-body .news .news-title p,
  #index-body .news .news-content ul li .content .news-box div a {
    font-size: 14px;
  }
  #footer .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-gird .t-list,
  #footer .footer-t .footer-t-gird .footer-t-form {
    width: 50%;
  }
  #footer .footer-userinfo #addForm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-userinfo #addForm input {
    width: 48%;
    margin-bottom: 20px;
  }
  #footer .footer-t .footer-t-gird .t-list .footer-icons {
    width: 120px;
  }
  #footer .footer-b p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .product .product-content ul li {
    height: 620px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-top ul li {
    height: 340px;
  }
  #banner .banner-top ul li .content h3 {
    font-size: 20px;
    line-height: 24px;
    width: 75%;
    margin: auto  ;
  }
  #banner .banner-top ul li .content {
    width: 95%;
    bottom: 25px;
  }
  #banner .banner-top ul li .content p {
    font-size: 14px;
    margin: 15px auto;
  }
  #banner .banner-top ul li .content .btn {
    font-size: 16px;
  }
  #index-body .sell-product,
  #index-body .case,
  #index-body .classification {
    display: none;
  }
  #index-body .about .about-content ul li p {
    font-size: 14px;
    margin-top: 15px;
  }
  #index-body .product .product-content ul {
    margin: 0 -15px;
  }
  #index-body .product .product-content ul .slick-center li {
    padding: 0 15px 60px;
  }
  #index-body .product .product-content ul li h3 {
    font-size: 106px;
    top:60%;
  }
  #index-body .product .product-content ul .slick-center li img {
    width: 75%;
    height: auto;
  }
  #index-body .product .product-content ul li {
    height: 600px;
  }
  #footer .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-userinfo h3 {
    font-size: 24px;
  }
  #footer .footer-userinfo h4 {
    font-size: 16px;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
  }
  #footer .footer-t .footer-t-gird .t-list span {
    font-size: 14px;
        line-height: 28px;
  }
  #footer .footer-b p span {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #index-body .product .product-content ul li .box-t {
    padding: 0 15px;
  }
  #footer .footer-userinfo #addForm input {
    width: 100%;
  }
  #footer .footer-b p span {
    text-align: center;
    line-height: 28px;
  }
  #footer .footer-b p a.foothangyi, 
  #footer .footer-b p a.foothangyi2,
  #footer .footer-b p a.foothangyi3,
  #index-body .news .news-title p {
        display: none !important;
}
  #footer .footer-t .footer-t-gird .t-list .qc-img {
    width: 90px;
  }
  #footer .footer-t .footer-t-gird .t-list {
    width: 100%;
  }
  #index-body .product .product-content ul li .box-t {
    width: 80%;
    top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .product .product-content ul li .box-t h4,
  #index-body .product .product-content ul li .box-t p {
    width: 100%;
  }
  #index-body .about .about-content ul li .star h4 {
    font-size: 22px;
  }
  #index-body .product .product-content ul .slick-center li {
    padding: 0 15px 30px;
  }
  #index-body .product .product-content ul li {
    height: 590px;
  }
  #index-body .product .product-content ul li h3 {
    top: 60%;
    font-size: 64px;
  }
  #footer .footer-t {
    padding-top: 30px;
  }
}









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

#index-body .init1 {
  background: var(--primary);
  padding: 60px 0 68px;
}
#index-body .init1 .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init1 h3 {
  font-size: 35px;
  line-height: 1.4;
  width: 32%;
}
#index-body .init1 .btn .more {
  background: var(--black);
  color: var(--white);
  padding: 19px 27px;
  border: 1px solid var(--black);
}
#index-body .init1 .btn .more::before {
  background: transparent;
}
#index-body .init1 .btn .more:hover {
  background: transparent;
  color: var(--black);
}
#index-body .init1 .btn .more:last-child {
  background: transparent;
  border: 1px solid var(--black);
  color: var(--black);
  margin-left: 23px;
}
#index-body .init1 .btn .more:last-child::before {
  background: var(--black);
}
#index-body .init1 .btn .more:last-child:hover {
  color: var(--white);
}
#index-body .init2 {
  background-color: #efeee8;
  padding: 58px 0 62px;
}
#index-body .init2 .left {
  width: 64%;
  vertical-align: middle;
}
#index-body .init2 .left ul li {
  text-align: center;
}
#index-body .init2 .left ul li .img {
  display: block;
}
#index-body .init2 .left ul li .img img {
  opacity: 0.2;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init2 .left ul li .img:hover img {
  opacity: 1;
}
#index-body .init2 .right {
  width: 36%;
  vertical-align: middle;
  text-align: right;
  font-size: 35px;
  line-height: 1.2;
}
#index-body .init2 .right h3 {
  width: 80%;
  margin: 0 0 0 auto;
  font-family: 'Poppins-Bold';
}
.inner-banner {
  background: #f6f5ed;
  height: 400px;
  padding-top: 160px;
  text-align: center;
}

.inner-banner h2 {
  font-size: 28px;
  color: #181818;
  line-height: 1.2;
  font-family: 'Poppins-Bold';
}
.inner-banner .down {
  display: block;
  margin-top: 17px;
  font-size: 20px;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
}
.inner-page {
  background: #f6f5ed;
}
.inner-page span.tag {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #181818;
}
.inner-page h2.title {
  font-size: 42px;
  line-height: 1.2;
  color: #181818;
  margin-top: 16px;
  font-family: 'Poppins-Bold';
}
.inner-page .sidebox .sideleft {
  width: 73%;
}
.inner-page .sidebox .sideright {
  width: 24%;
  background: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding: 40px 30px;
  margin-right: 3%;
}
.inner-page .sidebox .sideright .wide {
  margin-top: 30px;
  position: relative;
}
.inner-page .sidebox .sideright .wide .play{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.inner-page .sidebox .sideright .wide h5 {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 12px 19px 12px 48px;
  border: 1px solid #d1d0c8;
  background: transparent;
  font-size: 16px;
  color: #83827F;
}
.inner-page .sidebox .sideright .wide form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 52px;
  background: url(../images/tc-zoom.png) no-repeat center center;
  padding: 0;
  border: 0;
}
.inner-page .sidebox .sideright .wide:nth-child(1) {
  margin-top: 0;
}
.inner-page .sidebox .sideright .wide ul li {
  font-size: 17px;
  line-height: 2;
  color: #181818;
}
.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i{
  float: right;
  font-size: 20px;
  display: none;
}
.inner-page .sidebox .sideright .wide ul li a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #181818;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: var(--primary);
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before{
  background: var(--primary);
}
.inner-page .sidebox .sideright .wide ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideright .wide ul li ul{
  display: none;
}
.inner-page .sidebox .sideright .wide ul li ul li a::before{
  display: none;
}
.inner-page .sidebox .sideright .wide dd {
  font-size: 14px;
  padding: 8px 18px;
  margin: 0 5px 5px 0;
  border: 1px solid #d1d0c8;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide dd:hover {
  color: var(--primary);
}
.inner-page .m-page {
  margin-top: 46px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 49px;
  display: inline-block;
  text-align: center;
  border: 1px solid #D1D0C8;
  background: transparent;
  margin: 2px 5px 2px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 17px;
  color: #181818;
}
.inner-page .m-page a:hover {
  background: var(--white);
}
.inner-page .m-page span.current {
  background: var(--black);
  color: var(--white);
}
.about-page .about-1 {
  padding: 30px 0;
}
.about-page .about-1 .top .img {
  width: 41.5%;
  position: relative;
  padding-bottom: 100px;
  vertical-align: middle;
}
.about-page .about-1 .top .img .i2 {
  position: absolute;
  right: 0;
  bottom:-250px;
}
.about-page .about-1 .top .text {
  width: 58.5%;
  vertical-align: middle;
  padding-left: 7.4%;
}
.about-page .about-1 .top .text .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #83827F;
}
.about-page .about-1 .top .text .time {
  margin-top: 30px;
  font-size: 17px;
  color: #83827F;
  letter-spacing: 1px;
}
.about-page .about-1 .top .text .more {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  padding: 22px 43px;
}
.about-page .about-1 #index-body .about {
  padding: 0;
   background: none;
    height: auto;
}
.about-page .about-1 #index-body .about .bottom {
  padding-top: 120px;
     
}
.about-page .about-2 .ui.container {
  max-width: 1810px;
  width: 100%;
}
.about-page .about-2 .box {
  background: url(/hangyicycle/2024/08/07/about-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 16.3%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .play {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  fill: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(71, 26, 26, 0);
  border: 2px solid var(--white);
  border-radius: 50px;
  display: inline-block;
  width: 101px;
  height: 101px;
  line-height: 100px;
  position: relative;
}
.about-page .about-2 .box .play i {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(232, 200, 37, 0.5);
  opacity: 0;
}
.about-page .about-2 .box .play:hover i {
  opacity: 1;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.about-page .about-3 {
  padding: 120px 0 0px;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-3 .header .left {
  width: 35%;
}
.about-page .about-3 .header .middle {
  width: 52%;
  padding-top: 50px;
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
}
.about-page .about-3 .header .right {
  width: 13%;
  text-align: right;
  padding-top: 75px;
}
.about-page .about-3 .header .right .swiper-button-next,
.about-page .about-3 .header .right .swiper-button-prev {
  position: inherit;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D1D0C8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .header .right .swiper-button-next:hover,
.about-page .about-3 .header .right .swiper-button-prev:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.about-page .about-3 .header .right .swiper-button-next {
  background: url(../images/p-next.png) no-repeat center center;
}
.about-page .about-3 .header .right .swiper-button-prev {
  background: url(../images/p-prev.png) no-repeat center center;
}
.about-page .about-3 .content {
  margin-top: 45px;
}
.about-page .about-3 .content .swiper-container {
  overflow: inherit;
}
.about-page .about-3 .content .swiper-slide {
  position: relative;
  overflow: hidden;
}
.about-page .about-3 .content .swiper-slide a.img-box {
  display: block;
  height: 421px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-page .about-3 .content .swiper-slide:nth-child(odd) {
  width: 35% !important;
}
.about-page .about-3 .content .swiper-slide:nth-child(even) {
  /*width: 65% !important;*/
}
.about-page .about-3 .content .swiper-slide .desc {
  width: auto;
  max-width: -webkit-calc(70%);
  max-width: -moz-calc(70%);
  max-width: calc(70%);
  height: auto;
  position: absolute;
  bottom: 27px;
  left: 0;
  padding: 23px 28px 21px;
  background-color: #f6f5ed;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.about-page .about-3 .content .swiper-slide .desc h5 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
}
.about-page .about-3 .content .swiper-slide .desc .post_meta {
  font-size: 16px;
  color: #83827F;
  line-height: 1.7;
}
.about-page .about-3 .content .swiper-slide:hover .desc {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-3 #index-body .init2 {
  padding: 100px 0 0 0;
  background: #f6f5ed;
}
.about-page .about-4 {
  padding: 120px 0;
}
.about-page .about-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-4 .box .left {
  width: 32.576%;
}
.about-page .about-4 .box .right {
  width: 67.424%;
  padding-top: 50px;
}
.about-page .about-4 .box .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-4 .box .right .top .desc {
  width: 73.968%;
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
}
.about-page .about-4 .box .right .top .mores {
  width: 25.876%;
  text-align: right;
  font-size: 16px;
  color: #181818;
  line-height: 1;
}
.about-page .about-4 .box .right .top .mores i {
  display: inline-block;
  margin-left: 5px;
}
.about-page .about-4 .bottom {
  margin-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin-right: -20px;
}
.about-page .about-4 .bottom ul li {
  padding-right: 20px;
}
.about-page .about-4 .bottom ul li .img-box{
  display: block;
}
.about-page .about-4 .bottom ul li .ig {
  padding: 15px 30px;
  min-height: 130px;
  background-color: var(--white);
  border: 1px solid #D1D0C8;
  text-align: center;
  line-height: 130px;
  position: relative;
}
.about-page .about-4 .bottom ul li .ig img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .bottom ul li .ig .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  opacity: 0;
  background: var(--white);
}
.about-page .about-4 .bottom ul li .ig .info h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #222733;
}
.about-page .about-4 .bottom ul li .ig .info p {
  font-size: 16px;
  color: #7a7e83;
  line-height: 1.5;
}
.about-page .about-4 .bottom ul li .ig:hover .info {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .img {
    width: 47.5%;
  }
  .about-page .about-1 .top .text {
    width: 52.5%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 {
    padding: 100px 0;
  }
  .inner-page h2.title {
    font-size: 50px;
  }
  .about-page .about-1 #index-body .about .bottom {
    padding-top: 100px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 100px 0;
  }
   .about-page .about-4 .box .right .top .desc{
    width: 100%;
  }
  .about-page .about-4 .box .right{
    width:50%;
  }
  .about-page .about-4 .box{
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .service-page #index-body .init1 .btn{
    display: flex;
    flex-direction: column;
  }
  .service-page #index-body .init1 .btn a{
    margin: 10px 0;
  } 
  .inner-banner {
    height: 350px;
  }
  .inner-banner h2 {
    font-size: 26px;
  }
  .inner-banner .down {
    margin-top: 10px;
  }
  .inner-banner .mbx {
    margin-top: 10px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .top .img {
    width: 100%;
  }
  .about-page .about-1 .top .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .inner-page h2.title {
    font-size: 42px;
  }
  .about-page .about-1 #index-body .about .bottom {
    padding-top: 60px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-3 #index-body .init2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 {
    display: flex;
    flex-direction: column;
  }
  .prodet-page .prodet-1 .img,
  .prodet-page .prodet-1 .text{
    width:100%;
    margin: 20px 0;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto !important;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init1 h3 {
    font-size: 24px;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 1.6;
  }
  .about-page .about-1 {
    padding: 30px 0;
  }
  .inner-page h2.title {
    font-size: 36px;
  }
  .about-page .about-2 .box .play {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 30px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .header .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-3 .header .middle {
    padding-top: 20px;
    width: 75%;
    font-size: 16px;
  }
  .about-page .about-3 .header .right {
    padding-top: 36px;
    width: 25%;
  }
  .about-page .about-3 .content .swiper-slide a.img-box {
    height: 221px;
  }
  .about-page .about-4 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 .box .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-4 .box .right {
    width: 100%;
  }
  .about-page .about-4 .box .right .top .desc {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .service-1 #index-body .about .top{
    display: flex;
    flex-direction: column;
  }
  .service-page .service-1 #index-body .about .top .text{
    margin-bottom: 40px;
  }
  .service-page .service-1 #index-body .about .top .text,
  .service-page .service-1 #index-body .about .top .img{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 250px;
    padding-top: 146px;
  }
  .inner-banner h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .xiangqingye{
    display: none;
  }
  .inner-banner .down {
    display: none;
  }
  .inner-banner .mbx {
    margin-top: 5px;
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-1 .top .img {
    display: none;
  }
  .about-page .about-1 .top .text {
    padding-top: 0;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .top .text .time {
    margin-top: 15px;
  }
  .about-page .about-1 .top .text .more {
    margin-top: 15px;
  }
  .inner-page h2.title {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-2 .box .play {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .about-page .about-3 .header .middle {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
  }
  .about-page .about-3 .content {
    margin-top: 25px;
  }
  .about-page .about-4 .box .right {
    padding-top: 20px;
  }
  .about-page .about-4 .box .right .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 .box .right .top .desc {
    width: 100%;
  }
  .about-page .about-4 .box .right .top .mores {
    width: 100%;
  }
  .about-page .about-4 .bottom {
    margin-top: 20px;
  }
}
.product-page {
  padding: 120px 0 125px;
}
/*.product-page .sidebox .sideleft .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}*/
.product-page .sidebox .sideleft .top h1 {
  font-size: 30px;
  line-height: 1.2;
  padding-right: 8px;
  font-family: 'Poppins-Bold';
}
.product-page .sidebox .sideleft .top .desc{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  color: #83827F;
}
.product-page .sidebox .sideleft .top .category {
  width: 245px;
  position: relative;
}
.product-page .sidebox .sideleft .top .category span {
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
  padding: 0 25px 0 0;
  display: block;
  width: 100%;
}
.product-page .sidebox .sideleft .top .category span i {
  float: right;
  font-size: 20px;
}
.product-page .sidebox .sideleft .top .category ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #fff;
  padding: 15px;
  z-index: 1;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.product-page .sidebox .sideleft .top .category ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .top .category ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .sidebox .sideleft .top .category ul li:hover {
  color: var(--primary);
}
.product-page .sidebox .sideleft .top .category:hover ul,
.product-page .sidebox .sideleft .top .category.active ul {
  display: block;
}
.product-page .sidebox .sideleft .list {
  margin: 60px 0;
}
.product-page .sidebox .sideleft .list ul {
  margin: 0 -30px -35px 0;
}
.product-page .sidebox .sideleft .list ul li {
  padding: 0 30px 35px 0;
}
.product-page .sidebox .sideleft .list ul li .img {
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box {
  display: block;
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box:hover .i2{
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;*/
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin: 4px;
  background: var(--white);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 47px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover {
  margin-top: -4px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover img {
  -webkit-filter: none;
  filter: none;
}
.product-page .sidebox .sideleft .list ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product-page .sidebox .sideleft .list ul li .img:hover .icon {
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .text {
  padding-top: 25px;
}
.product-page .sidebox .sideleft .list ul li .text h3 {
  font-size: 20px;
  line-height: 1.8;
  min-height: 5.5rem!important;
  font-family: 'Poppins-Bold';
}

.product-page .sidebox .sideleft .list ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.huhu{
  white-space: nowrap;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 380px;
    display: block;
    float: right;
}
.haha {
  margin-bottom: 40px;
}
.zhishi{
  font-size: 30px;
  line-height: 1.4;
  font-family: 'Poppins-Bold';
  text-align: left;
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
}
.bankuai h3{
  font-size: 20px;
  line-height: 36px;
  margin: 10px 0;
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding: 60px 0;
  }
  .inner-page .sidebox .sideleft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebox .sideright {
    display: none;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 700px) {
  .product-page {
    padding: 30px 0;
  }
  .product-page .sidebox .sideleft .top {
    display: none;
  }
  .product-page .sidebox .sideleft .list {
    margin-top: 0px;
  }
  .product-page .sidebox .sideleft .list ul {
    margin: 0 -25px -25px 0;
  }
  .product-page .sidebox .sideleft .list ul li {
    padding: 0 15px 25px 0;
  }
  .product-page .sidebox .sideleft .list ul li .text {
    padding-top: 15px;
  }
  .product-page .sidebox .sideleft .list ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-page .sidebox .sideleft .list ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  #cp-Nav {
    display: block;
    margin-top: 30px;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav h3.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: var(--primary);
    border-radius: 5px;
    color: #fff;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 23;
    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: 30;
    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;
  }
  .haha, .huhu{
    display: none!important;
  }
}
.prodet-page {
  padding: 120px 0 125px;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: var(--white);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .text {
  padding-left: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: 'Poppins-Bold';
}
.prodet-page .prodet-1 .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .pro-mail a{
  border-bottom:1px solid #000;
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 15px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 17px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .text .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
  font-size: 17px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: var(--primary);
}
.prodet-page .prodet-1 .text .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  margin-top: 35px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin-right: -20px;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding-right: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  height: 175px;
  background: var(--white);
  line-height: 175px;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid transparent;
  font-weight: bold;
  background: var(--white);
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: transparent;
  border-top-color: #181818;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 17px;
  color: var(--primary);
  position: relative;
  width: 17px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
  padding: 21px 38px 20px;
}
.prodet-page .prodet-3 {
  padding-bottom: 75px;
}
.prodet-page .prodet-3 h3 {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 55px;
  font-family: 'Poppins-Bold';
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: var(--white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 19px;
  line-height: 1.8;
  min-height: 4rem;
  margin-bottom: 0;
  font-family: 'Poppins-Bold';
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 18px;
  line-height: 1.6;
  color: #83827F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .text .more {
    margin-top: 15px;
    padding: 15px 30px;
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .text h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .text .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}
.service-page {
  padding: 120px 0 125px;
}
.service-page .service-1 {
  padding-bottom: 120px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
  font-size: 57px;
  line-height: 1.2;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
}
#index-body .about .top .text .btn {
  margin-top: 37px;
}
#index-body .about .top .text .btn a.link {
  display: inline-block;
  vertical-align: top;
  margin-left: 43px;
}
#index-body .about .top .text .btn a.link em {
  display: inline-block;
  padding: 18px 13px 17px 14px;
  background: var(--white);
}
#index-body .about .top .text .btn a.link span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding-left: 5px;
}
.service-page .service-1 #index-body .about .top .text .btn .link img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
  position: relative;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: var(--white);
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .content {
  margin-top: 45px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-top: 10px;
  font-family: 'Poppins-Bold';
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: var(--white);
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.service-page #index-body .init1 h3 {
  width: 46%;
  font-family: 'Poppins-Bold';
}
.service-page #index-body .rate {
  padding: 0 0 25px 0;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px 0 200px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 100px;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 50px;
  }
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 30px;
  }
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 42px;
    padding-top: 0;
  }
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .service-page .service-2 .content ul li .ig .text p {
    font-size: 15px;
  }
  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init1{
    display: none;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 32px;
  }
  .service-page .service-1 #index-body .about .top .text p {
    font-size: 15px;
  }
  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}
.case-page {
  padding: 120px 0 125px;
}
.case-page .sideleft .top ul{
  margin-right: -20px;
}
.case-page .sideleft .top ul li{
  padding-right: 20px;
}
.case-page .sideleft .top ul li .img-box{
  display: block;
}
.case-page .sideleft .top ul li .img-box img{
  width: 100%;
}
.case-page .sideleft .bottom{
  padding-top: 38px;
}
.case-page .sideleft .bottom h3{
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 38px;
}
.case-page .sideleft .bottom .con{
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
}
.case-page .case-1 .img ul li {
  height: 725px;
  background-position: center;
}
.case-page .case-1 .img ul li > img {
  width: 100%;
  height: 100%;
}
.case-page .case-1 .img .slick-arrow {
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-1 .img .slick-arrow:hover {
  background-color: var(--primary);
}
.case-page .case-1 .img .slick-prev {
  background: url("../images/service-icon.png") no-repeat center center #f6f5ed;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.case-page .case-1 .img .slick-next {
  background: url("../images/service-icon.png") no-repeat center center #f6f5ed;
  right: 0;
}
.case-page .case-1 .text {
  padding-top: 38px;
}
.case-page .case-1 .text h3 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.case-page .case-1 .text .info .left {
  width: 74%;
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
}
.case-page .case-1 .text .info .right {
  width: 26%;
  padding-left: 51px;
}
.case-page .case-1 .text .info .right .desc p {
  font-size: 18px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 13px;
}
.case-page .case-1 .text .info .right .desc p em {
  display: inline-block;
  color: #000;
  width: 40%;
  font-weight: bold;
}
.case-page .case-1 .text .info .right .desc p span {
  display: inline-block;
  width: 59%;
}
.case-page .case-1 .text .info .right .desc p:first-child {
  margin-top: 0;
}
.case-page .case-1 .text .info .right .share {
  padding-top: 13px;
}
.case-page .case-1 .text .info .right .share a {
  display: inline-block;
  margin: 0 35px 15px 0;
  font-size: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-1 .text .info .right .share a:hover {
  color: var(--primary);
}
@media screen and (max-width: 1100px) {
  .case-page {
    padding: 80px 0;
  }
  .case-page .case-1 .text .info .left {
    width: 100%;
  }
  .case-page .case-1 .text .info .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .case-page {
    padding: 60px 0;
  }
  .case-page .case-1 .img ul li {
    height: 525px;
  }
}
@media screen and (max-width: 700px) {
  .case-page {
    padding: 30px 0;
  }
  .case-page .case-1 .img ul li {
    height: 425px;
  }
  .case-page .case-1 .text h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .case-page .case-1 .img ul li {
    height: 300px;
  }
  .case-page .case-1 .text h3 {
    font-size: 30px;
  }
  .case-page .case-1 .text .info .left {
    font-size: 15px;
    line-height: 30px;
  }
  .case-page .case-1 .text .info .right .desc p {
    font-size: 16px;
  }
}
.news-page {
  padding: 120px 0 125px;
}
.news-page .sidebox .sideleft ul {
  margin: 0 -40px -30px 0;
}
.news-page .sidebox .sideleft ul li {
  padding-right: 40px;
  margin-bottom: 30px;
}
.news-page .sidebox .sideleft ul li .img-box {
  display: block;
  margin-bottom: 20px;
}
.news-page .sidebox .sideleft ul li .img-box img {
  width: 100%;
}
.xinwenfenlei{
  font-size: 14px;
  line-height: 28px;
}
.news-page .sidebox .sideleft ul li .text span{
   background-color: #262626;
  display: inline;
  color: var(--white);
  font-size: 14px;
  line-height: 1;
  padding: 8px 18px 7px 17px;
}
.news-page .sidebox .sideleft ul li .text h3 {
  font-size: 20px;
  line-height: 36px;
  margin-top: 21px;
  font-family: 'Poppins-Bold';
}
.news-page .sidebox .sideleft ul li .text time {
  font-size: 14px;
  line-height: 28px;
  color: #83827F;
  display: inline-block;
  margin-top: 2px;
}
.news-page .sidebox .sideleft ul li .text time span {
  display: inline-block;
}
.news-page .sidebox .sideleft ul li .text time span::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -6px 10px 0;
}
.news-page .sidebox .sideleft ul li .text p {
  font-size: 16px;
  color: #393939;
  line-height: 1.8;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .sidebox .sideleft ul li .text .mores {
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
}
.news-page .sidebox .sideleft ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.news-page .sidebox .sideleft ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.news-page .sidebox .sideleft ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.news-page .sidebox .sideleft ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
.news-page .sidebox .sideright ol li {
  margin-bottom: 27px;
}
.news-page .sidebox .sideright ol li .img {
  padding-right: 25px;
}
.news-page .sidebox .sideright ol li .img .img-box {
  display: block;
}
.news-page .sidebox .sideright ol li .text time {
  font-size: 14px;
  color: #83827F;
  line-height: 28px;
}
.news-page .sidebox .sideright ol li .text time em {
  display: inline-block;
  color: var(--black);
  font-weight: bold;
  text-transform: uppercase;
}
.news-page .sidebox .sideright ol li .text time em::after {
  content: '';
  margin: -6px 10px 0;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #83827F;
}
.news-page .sidebox .sideright ol li .text h4 {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  margin-top: 5px;
}
.news-page .sidebox .sideright ol li:last-child {
  margin-bottom: 0;
}
.news-page .sidebox .sideright .wides {
  margin-top: 40px !important;
}
.news-page .sidebox .sideright .tz {
  display: block;
  padding: 15px;
  background: #eaeaea;
}
@media screen and (max-width: 1280px) {
  .news-page .sidebox .sideright ol li .img {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sidebox .sideright ol li .text {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .sidebox .sideleft ul li .text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .sidebox .sideleft ul li .text h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .news-page .sidebox .sideleft ul li .text p {
    font-size: 16px;
    line-height: 30px;
  }
}
.newdet-page {
  padding: 120px 0;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: var(--white);
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 14px;
  color: var(--white);
  background: var(--primary);
  padding: 3px 12px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 52px;
  line-height: 1.2;
  margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 14px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: var(--white);
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: var(--white);
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: var(--white);
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: var(--white);
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #a7a7a7;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8;
}
.newdet-page .m-link a:hover {
  color: var(--black);
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
.contact-page {
  padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 13px 0 13px 36px;
  font-size: 16px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
  padding: 18px 30px 18px 29px;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  color: #83827F;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 10px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.gallery-page{
  padding-bottom: 60px;
}
.gallery-page .container .gallery-list a {
  display: block;
}
.gallery-page .container .gallery-list ul{
  margin: -15px;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(232,200,37, 0.3);
  box-shadow: 0 0 10px rgba(232,200,37, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: var(--primary);
  color: #fff;
}
.faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  background: #ffffff;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #000;
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--primary);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f9ff;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: #e3c935;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}
.seoPublic h3.title,
    .seoPublic h1.title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 2em;
        font-family: 'Poppins-Bold';
    }
    .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 h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.6;
        margin-bottom: 1em;
    }
    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }
    .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 h6 {
        font-size: 22px;
        line-height: 1.6;
        min-height: 3.5rem;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .seoPublic .Auxil-news .list ul li .content h6:hover {
        color: var(--primary);
    }
    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        margin: 1em 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 4.2em;
    }
    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 30px;
        -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(--primary);
        color: var(--primary);
    }
    .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 input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--primary);
    }
    .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(--primary);
        color: whitesmoke;
        border: none;
    }
    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }
    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }
    .seoPublic .text a {
        color: inherit;
    }
    .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(--primary);
        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 h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .seoPublic .Auxil-related .list ul li .box .content h3:hover {
        color: var(--primary);
    }
    .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(--primary);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--primary);
    }
    .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(--primary);
    }
    @media screen and (max-width: 1400px) {
        .seoPublic h3.title,
        .seoPublic h1.title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }
        .seoPublic .Auxil-about .box .right h3,
        .seoPublic .Auxil-related .list ul li .box .content h3 {
            font-size: 20px;
        }
        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 28px;
        }
        .seoPublic .Auxil-news .list ul li .content h6 {
            font-size: 18px;
            line-height: 32px;
        }
        .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 h3.title,
        .seoPublic h1.title {
            font-size: 24px;
            margin-bottom: 1em;
        }
        #cp-Nav {
            display: none;
        }
        #cp-Nav .nav {
            padding: 0 15px;
        }
        #cp-Nav .nav h3.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--primary);
            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;
        }
    }
    @media screen and (max-width: 700px) {
        .seoPublic .Auxil-about .box{
            display: block;
        }
        .seoPublic .Auxil-about .box .left{
            display: none;
        }
        .seoPublic .Auxil-about .box .right{
            width: 100%;
            padding: 0;
        }
        .seoPublic > div{
            padding: 30px 0;
        }
        .Auxil-industry{
            display: none;
        }
    }


