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

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.flex-box{
    display: flex;
}
.al-center{
    align-items: center;
}
.al-end{
    align-items: flex-end;
}
.al-start{
    align-items: flex-start;
}
.jc-center{
    justify-content: center;
}
.jc-start{
    justify-content: flex-start;
}
.jc-end{
    justify-content: flex-end;
}
.jc-space-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  max-width: 1920px;
  --color: #019644;
  --color1: #ffc017;
  --color2: #0d1522;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1710px;
}
@-webkit-keyframes product-to-big {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.666);
    transform: translate(-50%, -50%) scale(1.666);
  }
}
@-moz-keyframes product-to-big {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.666);
    transform: translate(-50%, -50%) scale(1.666);
  }
}
@keyframes product-to-big {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.666);
    -moz-transform: translate(-50%, -50%) scale(1.666);
    transform: translate(-50%, -50%) scale(1.666);
  }
}
.public-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.public-title.white {
  color: #fff;
}
.public-title span {
  color: var(--color);
  font-size: 16px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  line-height: 1.2;
}
.public-title .t1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}
.public-title .t2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 8px;
  padding-bottom: 9px;
  color: #fff;
  border: 2px solid var(--color);
}
.public-btn:hover {
  background-color: transparent;
  color: var(--color);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #222222;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 43.452%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 17px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  background-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  background-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 15px;
  padding-bottom: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search > img {
  max-width: 32px;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language > img {
  max-width: 28px;
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
  transition: .3s;
}
#header .nav .ui.menu .items .h-language:hover span{
  color: var(--color);
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 1px solid white;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: transparent;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner img[src=""]{
  opacity: 0;
}
#banner {
  margin-top: 100px;
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .banner-img {
  position: absolute;
  top: 22%;
  right: 3%;
  width: 32.4%;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 14.9%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  font-weight: bold;
  max-width: 1362px;
  line-height: 1.2;
}
#index-body .product .content {
  position: relative;
}
#index-body .product .content .product-detail-slick .li1 .slide-box {
  padding-top: 60px;
  padding-bottom: 78px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box {
  position: relative;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box > img {
  margin-left: auto;
  margin-right: auto;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item {
  position: absolute;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item .dot-box .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item .dot-box::after {
  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%);
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: product-to-big 1s infinite linear alternate;
  -moz-animation: product-to-big 1s infinite linear alternate;
  animation: product-to-big 1s infinite linear alternate;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item .line {
  position: absolute;
  background-color: var(--color1);
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item .line:after {
  content: '';
  display: block;
  background-color: inherit;
  position: absolute;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item .intro {
  position: absolute;
  line-height: 1.75;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item1 {
  top: 5%;
  left: 34%;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item1 .line {
  width: 1px;
  height: 115px;
  bottom: 100%;
  right: 7px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item1 .line::after {
  width: 105px;
  height: 1px;
  right: 0;
  top: 0;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item1 .intro {
  width: 226px;
  right: 133px;
  bottom: 95px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item2 {
  top: 40%;
  right: 32%;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item2 .line {
  width: 1px;
  height: 220px;
  bottom: 100%;
  left: 7px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item2 .line::after {
  width: 80px;
  height: 1px;
  left: 0;
  top: 0;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item2 .intro {
  width: 202px;
  left: 99px;
  bottom: 219px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item3 {
  bottom: 40%;
  right: 14%;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item3 .line {
  width: 1px;
  height: 125px;
  top: 100%;
  left: 7px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item3 .line::after {
  width: 120px;
  height: 1px;
  left: 0;
  bottom: 0;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item3 .intro {
  width: 220px;
  left: 143px;
  top: 107px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item4 {
  top: 76%;
  left: 41%;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item4 .line {
  width: 1px;
  height: 127px;
  top: 100%;
  left: 7px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item4 .line::after {
  display: none;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item4 .intro {
  width: 558px;
  left: -273px;
  top: 146px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item5 {
  bottom: 25%;
  left: 19%;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item5 .line {
  width: 1px;
  height: 125px;
  top: 100%;
  left: 7px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item5 .line::after {
  width: 105px;
  height: 1px;
  right: 0;
  bottom: 0;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item5 .intro {
  width: 233px;
  right: 130px;
  top: 107px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item6 {
  top: 44%;
  left: 25%;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item6 .line {
  width: 184px;
  height: 1px;
  top: 7px;
  right: 16px;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item6 .line::after {
  display: none;
}
#index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item6 .intro {
  width: 220px;
  right: 220px;
  top: -17px;
}
#index-body .product .content .prev {
  left: 0;
  margin-left: -25px;
}
#index-body .product .content .next {
  right: 0;
  margin-right: -25px;
}
#index-body .product .content .prev,
#index-body .product .content .next {
  position: absolute;
  top: 52.7%;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
#index-body .product .content .prev i,
#index-body .product .content .next i {
  font-size: 34px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .content .prev:hover,
#index-body .product .content .next:hover {
  color: var(--color);
  border-color: var(--color);
}
#index-body .product .product-slick {
  margin-right: 10%;
  margin-left: 10%;
}
#index-body .product .product-slick li {
  padding-left: 15px;
  padding-right: 15px;
}
#index-body .product .product-slick li .slide-box {
  overflow: hidden;
}
#index-body .product .product-slick li .slide-box a{
  transition: .3s;
  display: block;
}
#index-body .product .product-slick li.active .slide-box a{
  transform: scale(1.2);
}
#index-body .product .product-slick li:hover .slide-box a{
  transform: scale(1.2);
}
#index-body .product .product-slick li .slide-box {
  background-color: #fff;
  padding: 9px 8px;
}
#index-body .about {
  position: relative;
}
#index-body .about .left {
  color: #fff;
  width: 49.5%;
}
#index-body .about .left .public-title {
  display: block;
}
#index-body .about .left .title-box {
  margin-top: -26px;
}
#index-body .about .left .intro {
  line-height: 1.75;
}
#index-body .about .right {
  width: 50.5%;
}
#index-body .about .index-factory {
  margin-left: -63px;
  margin-right: -63px;
}
#index-body .about .index-factory li {
  padding-left: 63px;
  padding-right: 63px;
}
#index-body .index-num {
  background-color: #eeeeee;
}
#index-body .index-num li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .index-num li .data-right .top {
  color: var(--color);
  font-weight: bold;
  margin-bottom: 2px;
}
#index-body .index-num li .data-right .top em {
  font-size: 40px;
  line-height: 1.2;
}
#index-body .factory-honor .content {
  position: relative;
}
#index-body .factory-honor .content .index-factory-slick {
  margin-left: -13px;
  margin-right: -13px;
}
#index-body .factory-honor .content .index-factory-slick li {
  padding-left: 13px;
  padding-right: 13px;
}
#index-body .factory-honor .content .prev {
  left: 2%;
}
#index-body .factory-honor .content .next {
  right: 2%;
}
#index-body .factory-honor .content .prev,
#index-body .factory-honor .content .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .factory-honor .content .prev i,
#index-body .factory-honor .content .next i {
  font-size: 58px;
}
#index-body .factory-honor .content .prev:hover,
#index-body .factory-honor .content .next:hover {
  color: #fff;
}
#index-body .factory-honor .content1 {
  position: relative;
}
#index-body .factory-honor .content1 .index-honor1-slick {
  margin-left: 8.2%;
  margin-right: 8.2%;
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-list li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0px) scale(0.85);
  -moz-transform: translateX(0px) scale(0.85);
  -ms-transform: translateX(0px) scale(0.85);
  transform: translateX(0px) scale(0.85);
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-current li {
  -webkit-transform: translateX(-15px) scale(0.85);
  -moz-transform: translateX(-15px) scale(0.85);
  -ms-transform: translateX(-15px) scale(0.85);
  transform: translateX(-15px) scale(0.85);
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-current + div li {
  -webkit-transform: translateX(-15px) scale(0.85);
  -moz-transform: translateX(-15px) scale(0.85);
  -ms-transform: translateX(-15px) scale(0.85);
  transform: translateX(-15px) scale(0.85);
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-current + div + div li {
  -webkit-transform: translateX(0px) scale(0.85);
  -moz-transform: translateX(0px) scale(0.85);
  -ms-transform: translateX(0px) scale(0.85);
  transform: translateX(0px) scale(0.85);
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-current + div + div + div li {
  -webkit-transform: translateX(15px) scale(0.85);
  -moz-transform: translateX(15px) scale(0.85);
  -ms-transform: translateX(15px) scale(0.85);
  transform: translateX(15px) scale(0.85);
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-current + div + div + div + div li {
  -webkit-transform: translateX(15px) scale(0.85);
  -moz-transform: translateX(15px) scale(0.85);
  -ms-transform: translateX(15px) scale(0.85);
  transform: translateX(15px) scale(0.85);
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-current + div + div li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-dots li {
  background-color: rgba(255, 255, 255, 0.5);
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-dots li.slick-active {
  background-color: #ffffff;
}
#index-body .factory-honor .content1 .index-honor1-slick .slick-dots li button {
  display: none;
}
#index-body .factory-honor .content1 .prev {
  left: 4%;
}
#index-body .factory-honor .content1 .next {
  right: 4%;
}
#index-body .factory-honor .content1 .prev,
#index-body .factory-honor .content1 .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
#index-body .factory-honor .content1 .prev i,
#index-body .factory-honor .content1 .next i {
  font-size: 58px;
}
#index-body .factory-honor .content1 .prev:hover,
#index-body .factory-honor .content1 .next:hover {
  color: #fff;
}
#index-body .news .news-slick {
  margin-right: -15px;
  margin-left: -15px;
}
#index-body .news .news-slick li .slide-box {
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}
#index-body .news .news-slick li .slide-box .data-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
#index-body .news .news-slick li .slide-box .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  color: #fff;
  margin-left: auto;
  margin-right: 32px;
  position: relative;
  z-index: 2;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .news .news-slick li .slide-box .date .year {
  line-height: 1.2;
}
#index-body .news .news-slick li .slide-box .img {
  margin-top: -27px;
}
#index-body .news .news-slick li .slide-box .title {
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .title span {
  max-width: 308px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .title i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--color);
  font-size: 18px;
}
#index-body .news .news-slick li .slide-box:hover .title {
  background-color: var(--color);
  color: #fff;
}
#index-body .news .news-slick li .slide-box:hover i {
  color: #fff;
}
#index-body .news .news-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  background: #000000 url(../images/f-bg.png) no-repeat 69% bottom;
  color: #fff;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  margin-bottom: 19px;
  font-weight: 600;
}
#footer .f-content dl dd {
  margin-bottom: 18px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  opacity: 0.5;
}
#footer .f-content dl dd #ewm {
  width: 95px;
  border: 4px solid #fff;
  margin-left: auto;
}
#footer .f-content .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-content .f-contact li .icon {
  width: 24px;
  height: 24px;
  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 .f-content .f-form form {
  width: 200px;
}
#footer .f-content .f-form form input,
#footer .f-content .f-form form textarea {
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #fff;
}
#footer .f-content .f-form form input::-webkit-input-placeholder, #footer .f-content .f-form form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .f-form form input:-moz-placeholder, #footer .f-content .f-form form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .f-form form input::-moz-placeholder, #footer .f-content .f-form form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .f-form form input:-ms-input-placeholder, #footer .f-content .f-form form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .f-form form input::placeholder,
#footer .f-content .f-form form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-content .f-form form textarea {
  height: 73px;
}
#footer .f-content .f-form form .submit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid var(--color);
  background-color: var(--color);
}
#footer .f-content .f-form form .submit:hover {
  background-color: transparent;
}
#footer .f-content .f-qr ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  transition: 0.3s;
}
#footer .f-content .f-qr ul li a i{
  color: var(--color);
  font-size: 19px;
}
#footer .f-content .f-qr ul li a:hover{
   background-color: var(--color);
}
#footer .f-content .f-qr ul li a:hover i{
  color: #fff;
}
#footer .f-copy {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .f-number{
  color: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 25px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 55px;
  }
  #index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item6 .intro {
    right: 136px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  .public-title {
    font-size: 45px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item {
    position: unset;
  }
  #index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item .dot-box {
    display: none;
  }
  #index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item .line {
    display: none;
  }
  #index-body .product .content .product-detail-slick .li1 .slide-box .center-box .item .intro {
    position: unset;
    width: auto;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #index-body .product .content .product-detail-slick .li1 .slide-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #index-body .product .content .next {
    margin-right: 0;
  }
  #index-body .product .content .prev {
    margin-left: 0;
  }
  #index-body .product .product-slick {
    margin-left: 0;
    margin-right: 0;
  }
  #index-body .about .index-factory {
    margin-left: -8px;
    margin-right: -8px;
  }
  #index-body .about .index-factory li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .factory-honor .content1 .index-honor1-slick .slick-list li {
    -webkit-transform: translateX(0px) scale(1) !important;
    -moz-transform: translateX(0px) scale(1) !important;
    -ms-transform: translateX(0px) scale(1) !important;
    transform: translateX(0px) scale(1) !important;
    padding-left: 8px;
    padding-right: 8px;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #index-body .product .content .prev,
  #index-body .product .content .next {
    border-color: var(--color);
    color: var(--color);
  }
  #index-body .about .left {
    margin-bottom: 25px;
  }
  #index-body .factory-honor .content1 .prev {
    left: 0;
  }
  #index-body .factory-honor .content1 .next {
    right: 0;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title .t1 {
    font-size: 30px;
  }
  .mobile-display-none {
    display: none;
  }
  #index-body .product .product-slick{
    flex-wrap: wrap;
  }
  #index-body .product .product-slick li{
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #index-body .product .content .prev,
  #index-body .product .content .next {
    display: none;
  }
  #index-body .index-num .number-Plus {
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .index-num .number-Plus li {
    width: 50%;
  }
  #index-body .factory-honor .content .prev,
  #index-body .factory-honor .content .next {
    display: none;
  }
  #index-body .factory-honor .content1 .prev,
  #index-body .factory-honor .content1 .next {
    display: none;
  }
  #footer .f-content .f-link,
  #footer .f-content .f-product,
  #footer .f-content .f-qr {
    display: none;
  }
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-content .f-form form {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .public-title .t1 {
    font-size: 22px;
  }
  .public-title span {
    font-size: 16px;
  }
  .public-title .t2 {
    font-size: 16px;
  }
  #index-body .index-num li .data-right .top em {
    font-size: 30px;
  }
  #index-body .index-num .number-Plus li {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #index-body .news .news-slick li .slide-box {
    overflow: hidden;
  }
  #index-body .news .news-slick li .slide-box .date {
    height: 66px;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
.inner-banner {
  padding-top: 195px;
  /*margin-bottom: 55px;*/
}
.inner-banner .mbx {
  padding-bottom: 55px;
  border-bottom: 1px solid #cdcdcd;
  padding-left: 55px;
}
.inner-banner .mbx h2 {
  font-size: 45px;
  position: relative;
  color: #ffffff;
}
.inner-banner .mbx h2:before {
  content: '';
  display: block;
  width: 54px;
  height: 43px;
  background: url(../images/mbx-tag2.png) no-repeat;
  position: absolute;
  left: -54px;
  top: -27px;
}
.inner-banner .mbx p {
  font-size: 18px;
  color: var(--color);
  font-weight: 600;
}
.inner-banner .mbx p a,
.inner-banner .mbx p span {
  color: #cccccc;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .inner-banner .mbx h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .mbx h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding-top: 180px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 {
    font-size: 26px;
  }
}
.product-page {
  padding: 20px 0 100px 0;
  min-height: 80vh;
}
.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right .text {
  margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.product-page .pro-box .product-right .text .p {
  font-size: 18px;
  max-height: 162px;
  overflow-y: auto;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
  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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: auto;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .pro-box .product-right ul li h4 {
  font-size: 24px;
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li h4:hover {
  color: var(--color);
}

.prodet-page {
  padding: 50px 0 0;
}
.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}
.prodet-page .prodet-right .box {
  width: 100%;
}
.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}
.prodet-page .prodet-right .box .right .det table {
  margin-bottom: 0;
}
.prodet-page .prodet-right .box .right .det ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-right .box .right .det ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.prodet-page .prodet-right .box .right .det2 ul {
  display: flex;
}
.prodet-page .prodet-right .box .right .det2 ul li {
  margin-right: 15px;
  font-size: 90px;
}
.prodet-page .prodet-right .box .right h1 {
  font-size: 35px;
}
.prodet-page .prodet-right .box .right .line {
  width: 100%;
  border-radius: 35px;
  height: 10px;
}
.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
  border-color: transparent;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
  color: var(--color);
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add {
  position: relative;
}
.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
  display: none;
  z-index: 204;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .love {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .collect {
  opacity: 1;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .love {
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
  opacity: 0;
}
.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-right .prodet-content {
  padding-bottom: 60px;
}
.prodet-page .prodet-right .prodet-title ul {
  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;
}
.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0 10px 28px;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.prodet-page .prodet-right .prodet-title ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 22px;
  background: url('../images/nav-tag3.png') no-repeat;
  left: 2px;
  top: -6px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}
.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}
.prodet-page .prodet-right .prodet-content .det table {
  table-layout: fixed;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
  background-color: #e1e1e1;
}
.prodet-page .prodet-right .prodet-content .det table tr td {
  font-size: 16px;
  color: #565656;
  text-align: center;
}
.prodet-page .prodet-right .prodet-content .det form {
  margin-top: 50px;
  /*padding: 10px;*/
  background: #fff;
  /*box-shadow: #ccc 0 0 10px 0;*/
}
.prodet-page .prodet-right .prodet-content .det form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .prodet-right .prodet-content .det form ul li {
  margin-top: 18px;
  width: 49.5%;
  display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
  width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
  background: var(--color);
  color: #fff;
  transition: all 0.5s;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
  background: #000;
}
.prodet-page .prodet-right .prodet-content .det form ul li input {
  padding: 15px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 16px;
}

.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}
.pro-box .pro-left .menu1 {
  margin-bottom: 50px;
}
.pro-box .pro-left .menu1 > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-box .pro-left .menu1 > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menu1 > li.active .menu-a span,
.pro-box .pro-left .menu1 > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menu1 > li.active .menu-a a,
.pro-box .pro-left .menu1 > li:hover .menu-a a,
.pro-box .pro-left .menu1 > li.active .menu-a i,
.pro-box .pro-left .menu1 > li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menu1 > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.pro-box .pro-left .menu1 > li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 70px 0 27px;
  font-size: 18px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.pro-box .pro-left .menu1 > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color:  var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menu1 > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-box .pro-left .menu1 > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menu1 > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menu1 > li .sub-menu li a {
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
}
.pro-box .pro-left .menu1 > li .sub-menu li a:hover {
  color: var(--color);
}
.pro-box .pro-left .menu1 > li .sub-menu li.active a {
  color: var(--color);
}

@media screen and (max-width: 1600px) {
  .prodet-page .prodet-right .box .right .Auxil-through .next {
    margin-top: 30px;
  }
  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
    flex-direction: row-reverse;
  }
  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) {
  /* .ui.pro-container {
    width: 1200px;
  } */
  .product-page .pro-box .product-right ul li h4 {
    font-size: 18px;
  }
  .prodet-page .prodet-right .box .right h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  /* .ui.pro-container {
    width: 1000px;
  } */
  .product-page .pro-box .product-right ul li {
    width: 50%;
  }
  .prodet-page .prodet-right .box .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-right .box .right {
    width: 100%;
  }
  .prodet-page .prodet-right .box .left .bigImg ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .prodet-page .prodet-right .box .right {
    padding-left: 0;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  /* .ui.pro-container {
    width: 700px;
  } */
  .product-page .pro-box .product-right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-right .box .right .line img {
    width: 100%;
  }
  .prodet-page .prodet-right .box .right .btn a:first-child {
    display: none;
  }
  .prodet-page .prodet-right .box .right .btn a:last-child {
    margin-left: 0;
  }
  .pro-box .pro-left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  /* .ui.pro-container {
    width: 500px;
  } */
  .product-page .pro-box .product-right ul li {
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
    font-size: 18px;
  }
  .prodet-page .prodet-right .prodet-content .det form ul li {
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* @media screen and (max-width: 500px) {
  .ui.pro-container {
    width: 100%;
  }
} */

.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 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 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.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: 18px;
  line-height: 32px;
  min-height: 4rem;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-3 .content 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;
}
.prodet-page .prodet-3 .content ul li:hover h3 {
  color: var(--color);
}
.inner-page .m-page {
  text-align: center;
  margin-top: 97px;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid #999;
  margin-right: 5px;
}
.inner-page .m-page a.next {
  margin-left: 20px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right .submit {
  width: 100%;
  height: 60px;
  border-radius: 35px;
  background-color: var(--color);
  color: white;
  font-size: 20px;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 40px;
  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;
}
.prodet-page .prodet-right .box .right .submit img {
  margin-left: 15px;
}
.prodet-page .prodet-right .box .right .submit:hover {
  background-color: #000;
}
.prodet-page .prodet-right .box .right .submit input[type='submit'] {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
}
.recommended-product {
  padding: 90px 0;
  background-color: #f9f9f9;
}
.recommended-product ul {
  margin: 60px -24px 0;
}
.recommended-product ul li {
  padding: 0 24px;
}
.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}
.recommended-product ul li .img_box .icon {
  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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}
.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recommended-product ul li h4 {
  font-size: 24px;
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
}
.inner-public-title {
  font-size: 40px;
  color: #f2f2f2;
  line-height: 1.2;
}
.inner-page.about-page {
  background-color: var(--color2);
}
.gallery-page ul {
  margin: -15px;
}
.gallery-page ul li {
  padding: 15px;
}
.gallery-page ul li a {
  display: block;
  background: white;
}
.h-category-product {
  background-color: var(--color2);
}
.h-category-product ul li a {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
}
.h-category-product ul li a:hover,
.h-category-product ul li a.active{
  text-decoration: underline;
}
.about-page ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 12px;
  border-radius: 100%;
  border: 1px solid white;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
.about-page ul.slick-dots li button {
  display: none;
}
.about-page ul.slick-dots li.slick-active {
  background-color: transparent;
}
.about-page .about-about .img {
  width: 51.5%;
}
.about-page .about-about .right {
  color: #f2f2f2;
  width: 48.5%;
}
.about-page .about-about .right .intro {
  line-height: 1.75;
}
.about-page .about-about .right .intro h1{
  display: inline;
}
.about-page .about-about .about-advantage li .icon {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-about .about-advantage li .title {
  color: #ffffff;
}
.about-page .about-about .about-advantage li:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-honor .about-honor-slick {
  margin-left: -36px;
  margin-right: -36px;
}
.about-page .about-honor .about-honor-slick .slick-list li {
  padding-left: 36px;
  padding-right: 36px;
}
.about-page .about-factory .about-factory-slick {
  margin-left: -15px;
  margin-right: -15px;
}
.about-page .about-factory .about-factory-slick .slick-list li {
  padding-left: 15px;
  padding-right: 15px;
}
.inner-page.contact-page {
  background-color: var(--color2);
}
.contact-page .contact-form-add {
  background-color: #2b2b2b;
}
.contact-page .contact-form-add .left .form {
  background-color: rgba(238, 238, 238, 0.5);
}
.contact-page .contact-form-add .left .form .title {
  color: #ffffff;
}
.contact-page .contact-form-add .left .form form {
  width: 370px;
}
.contact-page .contact-form-add .left .form form .form-list li label {
  color: #ffffff;
  display: block;
}
.contact-page .contact-form-add .left .form form .form-list li input,
.contact-page .contact-form-add .left .form form .form-list li textarea {
  background: none;
  border: none;
  background-color: #ffffff;
  width: 100%;
}
.contact-page .contact-form-add .left .form form .form-list li input {
  padding-left: 15px;
  padding-right: 15px;
  height: 36px;
}
.contact-page .contact-form-add .left .form form .form-list li input[type='submit'] {
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
.contact-page .contact-form-add .left .form form .form-list li input[type='submit']:hover {
  background-color: var(--color1);
}
.contact-page .contact-form-add .left .form form .form-list li textarea {
  height: 110px;
  padding: 15px;
}
.contact-page .contact-form-add .right {
  color: #fff;
  width: -webkit-calc(100% - 490px);
  width: -moz-calc(100% - 490px);
  width: calc(100% - 490px);
}
.contact-page .contact-form-add .right .add-list li:last-child{
  margin-bottom: 0;
}
.contact-page .contact-info {
  color: #fff;
}
.contact-page .contact-info .big-title {
  color: #fff;
}
.contact-page .contact-info .contact-info-list {
  margin-right: -15px;
}
.contact-page .contact-info .contact-info-list li {
  width: 33.333%;
  margin-bottom: 15px;
}
.contact-page .contact-info .contact-info-list li .box {
  margin-right: 15px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 1000px) {
  .inner-public-title {
    font-size: 35px;
  }
  .about-page .about-about .img {
    margin-bottom: 25px;
  }
  .contact-page .contact-form-add .left .form form {
    width: 100%;
  }
  .contact-page .contact-form-add {
    padding-top: 0;
  }
  .contact-page .contact-form-add .left {
    margin-bottom: 25px;
  }
  .contact-page .contact-info .contact-info-list li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-public-title {
    font-size: 25px;
  }
  .about-page .about-about .about-advantage {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-about .about-advantage li {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .contact-page .contact-form-add .left .form form {
    width: 100%;
  }
  .contact-page .contact-info .contact-info-list li .box {
    height: 190px;
  }
}
@media screen and (max-width: 500px) {
  .inner-public-title {
    font-size: 22px;
  }
  .contact-page .contact-form-add .left .form form .form-list li {
    width: 100%;
  }
  .contact-page .contact-info .contact-info-list li {
    width: 100%;
  }
  .contact-page .contact-info .contact-info-list li .box .wx-qr {
    width: 90px;
  }
}


@media screen and (max-width: 700px) {
  .product-page{
    padding-bottom: 60px;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
  .prodet-page .prodet-right .box .left{
    margin-bottom: 45px;
  }
  .prodet-page .prodet-right .prodet-title{
    margin-top: 40px;
  }
  .prodet-page .prodet-right .prodet-content{
    padding-bottom: 40px;
  }
  .prodet-page .prodet-right .box .right .Auxil-through .next{
    margin-top: 0;
  }
  .recommended-product ul{
    margin-top: 40px;
  }
  .recommended-product{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#index-body h1{
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20, 
  .font-21,
  .font-22,
  .font-23,
  .font-24{
    line-height: 28px!important;
  }
  .seoPublic .Auxil-industry{
    display: none;
  }
  .Auxil-crumbs{
    line-height: 28px;
  }
}
.prodet-page1 .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.news-page {
  padding: 6% 0;
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen {
  height: 160px;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 36px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4b4b4b;
}
.news-page .news-list ul li .text .tit {
  font-size: 18px;
  height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  /*background-size: 100%;*/
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newdet-page {
  padding: 6% 0;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 63%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4b4b4b;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1230px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    height: auto;
  }
  .news-page .news-list ul li .text .more2 {
    position: relative;
    margin-top: 20px;
    opacity: 1;
    margin-left: 15px;
    top: 0;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.prodet-page1 {
  padding-top: 6%;
}
.prodet-page1 .prodet-4 {
  /*padding-top: 6%;*/
}
.prodet-page1 .prodet-4 .header .arrow div {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  outline: none;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.prodet-page1 .prodet-4 .header .arrow div.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20px;
}
.prodet-page1 .prodet-4 .header .arrow div:hover {
  -webkit-filter: none;
  filter: none;
}
.prodet-page1 .prodet-4 .content {
  margin-top: 64px;
}
.prodet-page1 .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page1 .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page1 .prodet-4 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page1 .prodet-4 .content ul li .img-box img {
  width: 100%;
}
.prodet-page1 .prodet-4 .content ul li .text {
  margin-top: 19px;
}
.prodet-page1 .prodet-4 .content ul li .text .tit {
  line-height: 1.8;
  font-weight: 600;
}
.prodet-page1 .prodet-4 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page1 .prodet-4 .content ul li .text span {
  line-height: 2;
  color: #4b4b4b;
}
@media screen and (max-width: 1000px) {
  .prodet-page1 .prodet-4 .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page1 .prodet-4 .header .arrow {
    display: block;
    margin-top: 20px;
  }
}
