@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Bold.eot");
  src: url("../fonts/CormorantGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-Bold.woff2") format("woff2"), url("../fonts/CormorantGaramond-Bold.woff") format("woff"), url("../fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Medium.eot");
  src: url("../fonts/CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-Medium.woff2") format("woff2"), url("../fonts/CormorantGaramond-Medium.woff") format("woff"), url("../fonts/CormorantGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Regular.eot");
  src: url("../fonts/CormorantGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-Regular.woff2") format("woff2"), url("../fonts/CormorantGaramond-Regular.woff") format("woff"), url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-SemiBold.eot");
  src: url("../fonts/CormorantGaramond-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-SemiBold.woff2") format("woff2"), url("../fonts/CormorantGaramond-SemiBold.woff") format("woff"), url("../fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-MediumItalic.eot");
  src: url("../fonts/CormorantGaramond-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-MediumItalic.woff2") format("woff2"), url("../fonts/CormorantGaramond-MediumItalic.woff") format("woff"), url("../fonts/CormorantGaramond-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Light.eot");
  src: url("../fonts/CormorantGaramond-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-Light.woff2") format("woff2"), url("../fonts/CormorantGaramond-Light.woff") format("woff"), url("../fonts/CormorantGaramond-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.grid {
    font-size: 0;
}

.grid .left,
.grid .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
}

.grid .cum {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    font-size: 12px;
}


/* 栅格 */

.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.5%;
}

.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-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 {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #e60013;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1710px;
}
@-webkit-keyframes index-wrap1-animation {
  0% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes index-wrap1-animation {
  0% {
    opacity: 1;
  }
  90% {
    -moz-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes index-wrap1-animation {
  0% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    -moz-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.title-font-family {
  font-family: "Cormorant Garamond";
}
.public-title {
  font-size: 60px;
  font-weight: bold;
  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;
  line-height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 49px;
  padding-right: 53px;
  color: #fff;
  background-color: #000;
  font-weight: 300;
}
.public-btn:hover {
  background-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: #fff;
}
#header.inner,
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .h-top {
  position: relative;
  z-index: 20;
  background-color: #000000;
  font-weight: 300;
}
#header .h-top .left {
  color: #fff;
}
#header .h-top .h-language span,
#header .h-top .h-language i {
  color: #fff;
}
#header .h-top .h-language i {
  font-size: 20px;
  line-height: 1.2;
}
#header .h-top .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: 100%;
  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 .h-top .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .h-top .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .h-top .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .h-top .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 .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;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 14px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3%;
}
#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: 110px;
  color: #171616;
  font-weight: 600;
  -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 {
  color: #000;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a {
  opacity: 1;
}
#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;
  opacity: 0.5;
  -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: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  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;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#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 span {
  color: #fff;
}
#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%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#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-color: #161514;
  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 {
  position: relative;
  margin-top: 130px;
}
#banner ul.slick li {
  position: relative;
}
#banner ul.slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner ul.slick li .content .text-box {
  padding-top: 15.1%;
  color: #fff;
}
#banner ul.slick li .content .text-box h2 {
  font-weight: bold;
  max-width: 1362px;
  line-height: 1.15;
  margin-left: auto;
  margin-right: auto;
}
#index-body .about {
  position: relative;
}
#index-body .about .center {
  width: 56.5%;
}
#index-body .about .center .public-title {
  position: relative;
}
#index-body .about .center .public-title .title-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 17%;
  width: 100%;
}
#index-body .about .center .intro {
  font-weight: 300;
  line-height: 1.666;
}
#index-body .about .center .number-Plus {
  margin-left: -6px;
  margin-right: -6px;
}
#index-body .about .center .number-Plus li {
  margin: 0 6px;
}
#index-body .about .center .number-Plus li .top {
  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;
  margin-bottom: 13px;
}
#index-body .about .center .number-Plus li .top em {
  font-size: 72px;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 500;
}
#index-body .about .center .number-Plus li .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
  font-weight: 300;
  margin-left: 4;
}
#index-body .about .center .number-Plus li .title {
  font-weight: 300;
}
#index-body .about .right {
  width: 15.5%;
}
#index-body .index-wrap1 {
  position: relative;
  overflow: hidden;
}
#index-body .index-wrap1 .play {
  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%);
  top: 52%;
}
#index-body .index-wrap1 .play img {
  position: relative;
}
#index-body .index-wrap1 .play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.13);
  -webkit-animation: index-wrap1-animation 1.5s linear infinite;
  -moz-animation: index-wrap1-animation 1.5s linear infinite;
  animation: index-wrap1-animation 1.5s linear infinite;
  z-index: -1;
}
#index-body .index-wrap1 .index-wrap1-slick {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  opacity: 0.1;
  -webkit-transform: translateY(31px);
  -moz-transform: translateY(31px);
  -ms-transform: translateY(31px);
  transform: translateY(31px);
}
#index-body .index-wrap1 .index-wrap1-slick li span {
  font-size: 177px;
  white-space: nowrap;
  line-height: 1;
}
#index-body .category {
  background-color: #f7f8f6;
}
#index-body .category .category-list {
  width: 71%;
  margin-left: auto;
  margin-right: auto;
}
#index-body .category .category-list li {
  width: 25%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-list li:hover,
#index-body .category .category-list li.active {
  background-color: #000;
}
#index-body .category .category-list li:hover img,
#index-body .category .category-list li.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .category .product-content {
  position: relative;
}
#index-body .category .product-content ul.product-slick {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin: 0 -10px;
}
#index-body .category .product-content ul.product-slick .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
#index-body .category .product-content ul.product-slick .slick-dots::before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 1px;
  position: absolute;
  background-color: #171616;
  opacity: 0.1;
}
#index-body .category .product-content ul.product-slick .slick-dots li {
  height: 3px;
  background-color: transparent;
  -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 .category .product-content ul.product-slick .slick-dots li button {
  display: none;
}
#index-body .category .product-content ul.product-slick .slick-dots li.slick-active {
  background-color: #171616;
}
#index-body .category .product-content ul.product-slick .slide-box {
  margin-left: 10px;
  margin-right: 10px;
}
#index-body .category .product-content ul.product-slick .slide-box .img {
  position: relative;
}
#index-body .category .product-content ul.product-slick .slide-box .img .product-more {
  line-height: 40px;
  background-color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding-left: 43px;
  padding-right: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  bottom: 0;
  font-weight: 500;
  opacity: 0;
  white-space: nowrap;
}
#index-body .category .product-content ul.product-slick .slide-box .img .product-more:hover {
  background-color: var(--color);
}
#index-body .category .product-content ul.product-slick .slide-box .title {
  font-weight: 500;
}
#index-body .category .product-content ul.product-slick .slide-box:hover .img .product-more {
  opacity: 1;
}
#index-body .category .product-content ul.product-slick:nth-child(n + 2) {
  position: absolute;
  height: 100%;
}
#index-body .category .product-content ul.product-slick.active {
  z-index: 3;
  opacity: 1;
}
#index-body .service .left ul {
  height: 100%;
}
#index-body .service .left ul li {
  height: 100%;
  position: relative;
}
#index-body .service .left ul li .img {
  position: absolute;
  left: 50%;
  top: 27%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  width: 33%;
}
#index-body .service .right {
  background-color: #000;
  color: #fff;
}
#index-body .service .right .little-title {
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
#index-body .service .right .big-title {
  line-height: 1.15;
  font-style: italic;
}
#index-body .service .right .pagination {
  font-weight: 500;
}
#index-body .service .right .pagination .current {
  color: var(--color);
  line-height: 1.2;
}
#index-body .service .right .pagination span {
  margin-bottom: 9px;
}
#index-body .service .right .pagination .total {
  margin-bottom: 6px;
}
#index-body .service .right .right-bottom .advantage-slick {
  width: 85%;
}
#index-body .service .right .right-bottom .advantage-slick li {
  padding-right: 50px;
}
#index-body .service .right .right-bottom .advantage-slick li .title {
  font-weight: 600;
}
#index-body .service .right .right-bottom .advantage-slick li .intro {
  line-height: 1.625;
  max-width: 572px;
  height: calc(1.625em * 4);
  overflow-y: auto;
}
#index-body .service .right .right-bottom .advantage-slick-arrow .prev,
#index-body .service .right .right-bottom .advantage-slick-arrow .next {
  width: 44px;
  height: 13px;
  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;
  overflow: hidden;
  cursor: pointer;
}
#index-body .service .right .right-bottom .advantage-slick-arrow .prev i,
#index-body .service .right .right-bottom .advantage-slick-arrow .next i {
  font-size: 42px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .service .right .right-bottom .advantage-slick-arrow .prev:hover,
#index-body .service .right .right-bottom .advantage-slick-arrow .next:hover {
  color: var(--color);
}
#index-body .news {
  position: relative;
  z-index: 3;
}
#index-body .news .content {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
#index-body .news .content .news-prev,
#index-body .news .content .news-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .news .content .news-prev i,
#index-body .news .content .news-next i {
  font-size: 56px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .content .news-prev:hover,
#index-body .news .content .news-next:hover {
  color: var(--color);
}
#index-body .news .content .news-prev {
  left: 6%;
}
#index-body .news .content .news-next {
  right: 6%;
}
#index-body .news .content .news-slick {
  width: 61%;
  margin-left: auto;
  margin-right: auto;
}
#index-body .news .content .news-slick li .slide-box .title {
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  position: relative;
  display: block;
}
#index-body .news .content .news-slick li .slide-box .title::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .news .content .news-slick li .slide-box .intro {
  color: #2a2828;
  line-height: 1.625;
  font-weight: 300;
}
.index-news-imgs-slick {
  margin-left: -19px;
  margin-right: -19px;
}
.index-news-imgs-slick li {
  padding-left: 19px;
  padding-right: 19px;
}
#footer .f-company-name{
  font-size: 174px;
  color: #ffffff;
  line-height: 1.1;
}
#footer {
  background-color: #000000;
  color: #fff;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  font-weight: 300;
  color: #ffffff;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content .f-form {
  width: 20.238%;
}
#footer .f-content .f-form form {
  position: relative;
}
#footer .f-content .f-form form input {
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  padding-bottom: 6px;
  color: #ffffff;
}
#footer .f-content .f-form form input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
#footer .f-content .f-form form input:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
#footer .f-content .f-form form input::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
#footer .f-content .f-form form input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
#footer .f-content .f-form form input::placeholder {
  color: #ffffff;
  font-weight: 300;
}
#footer .f-content .f-form form input.content {
  padding-right: 35px;
}
#footer .f-content .f-form form a.submit {
  position: absolute;
  bottom: 7px;
  right: 3px;
}
#footer .f-content .f-qr #ewm {
  width: 141px;
  border-radius: 8px;
  border: solid 8px #ffffff;
}
#footer .f-content .f-product {
  margin-left: 5%;
}
#footer .f-content .f-product dd {
  margin-bottom: 12px;
  font-weight: 300;
}
#footer .f-content .f-links dd {
  margin-bottom: 11px;
  font-weight: 300;
}
#footer .f-content .f-contact ul li .icon {
  width: 20px;
  height: 25px;
  margin-right: 20px;
  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;
  flex-shrink: 0;
}
#footer .f-content .f-contact ul li span {
  max-width: 270px;
  line-height: 1.625;
  font-weight: 300;
}
#footer .f-copy {
  -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-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  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: 28px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
#footer .f-copy .social-account li a i {
  font-size: 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#footer .f-copy .social-account li a:hover {
  color: var(--color);
}
#footer .f-copy .social-account li:nth-child(2) a i {
  font-size: 24px;
}
#footer .f-copy .social-account li:nth-child(4) a i {
  font-size: 22px;
}
/* 侧边菜单 */
/* 侧边菜单 */
.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.r-inquiry {
  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) {
  #footer .f-company-name{
    font-size: 140px;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 55px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 60px;
  }
  #index-body .about .center .number-Plus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .center .number-Plus li {
    width: 33.33%;
  }
  #footer .f-company-name{
    font-size: 120px;
  }
}
@media screen and (max-width: 1250px) {
  .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;
  }
  #header{
    display: block;
  }
  #header .h-top,
  #header .nav .ui.menu .logo,
  #header .nav .ui.menu .menu-box,
  #header .nav .ui.menu .items .h-search{
    display: none;
  }
  #header .nav .ui.menu{
    width: 100%;
    justify-content: flex-end;
  } 
  #header .nav .ui.menu .items .h-inquiry{
    margin-left: auto;
  }
  .page-header02{
    top:32px;
  }
  #menuFull~#banner{
    margin-top: 32px!important;
  }
  #index-body .about .center .number-Plus li .top em {
    font-size: 50px;
  }
  #index-body .index-wrap1 .index-wrap1-slick {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .index-wrap1 .index-wrap1-slick li span {
    font-size: 100px;
  }
  #index-body .category .category-list {
    width: 80%;
  }
  #index-body .category .product-content ul.product-slick .slide-box .img .product-more{
    opacity: 1;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .f-form {
    width: 33%;
  }
    #footer .f-company-name{
    font-size: 97px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #banner ul.slick li .content .text-box {
    padding-top: 10%;
  }
  #index-body .about .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .center {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 25px;
  }
  #index-body .about .left {
    width: 50%;
  }
  #index-body .about .right {
    width: 40%;
    margin-left: auto;
  }
  #index-body .index-wrap1 {
    height: 300px;
  }
  #index-body .index-wrap1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  #index-body .service {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .service .left {
    width: 100%;
  }
  #index-body .service .right {
    width: 100%;
  }
  #index-body .news .content .news-prev {
    left: 0;
  }
  #index-body .news .content .news-next {
    right: 0;
  }
  #index-body .news .content .news-slick {
    width: 75%;
  }
  #footer .f-copy .copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .f-qr {
    margin-left: 5%;
  }
  #footer .f-content .f-product {
    margin-right: 5%;
  }
      #footer .f-company-name{
    font-size: 67px;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 30px;
  }
  .mobile-display-none {
    display: none;
  }
  .public-btn {
    line-height: 40px;
  }
  #index-body .index-wrap1 .play {
    zoom: .6;
  }
  #index-body .category .category-list {
    width: 100%;
  }
  #index-body .service .right .right-bottom .advantage-slick-arrow .prev,
  #index-body .service .right .right-bottom .advantage-slick-arrow .next {
    display: none;
  }
  #index-body .service .right .pagination {
    display: none;
  }
  #index-body .service .right .right-bottom {
    margin-top: 25px;
  }
  #index-body .service .right .right-bottom .advantage-slick {
    width: 100%;
  }
  #index-body .service .right .right-bottom .advantage-slick li {
    padding-right: 0;
  }
  #index-body .news .content .news-prev,
  #index-body .news .content .news-next {
    display: none;
  }
  #index-body .news .content {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .news .content .news-slick {
    width: 100%;
  }
  #footer .f-content .f-form {
    width: 100%;
    margin-bottom: 25px;
  }
  #footer .f-content .f-qr,
  #footer .f-content .f-product,
  #footer .f-content .f-links {
    display: none;
  }
  #footer .f-content .f-contact ul li span {
    max-width: 100%;
  }
  #footer .f-copy .social-account {
    display: none;
  }
  #footer .f-company-name{
    font-size: 48px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #banner ul.slick li .content .text-box h2 {
    font-size: 22px;
  }
  #index-body .about {
    margin-top: 35px;
  }
}
/*
#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;
}

/*内页*/
 #index-body .about1 {
  background: url(/anycolorcosmetics/2024/09/20/jjjj.jpg) no-repeat center top;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 11.8% 0 11.8%;
  color: #fff;
  position: relative;
  z-index: 1;
}
 #index-body .about1 .box {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
 #index-body .about1 .box .tit {
  font-size: 60px;
  line-height: 1.2;
  font-style: italic;
  font-family: "Gilda";
  width: 87%;
  margin: 0 auto;
}
 #index-body .about1 .box .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 35px;
}
 #index-body .about1 .box .con h1 {
  display: inline;
}
 #index-body .about1 .box .link {
  margin-top: 16px;
}
 #index-body .about1::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1000px) {
   #index-body .about1 {
    padding: 10% 0;
  }
   #index-body .about1 .box .tit {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
   #index-body .about1 .box .tit {
    font-size: 36px;
    width: 100%;
  }
   #index-body .about1 .box .con {
    line-height: 1.8;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
   #index-body .about1 .box .tit {
    font-size: 30px;
    line-height: 1.2;
  }
   #index-body .about1 .box .con {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
  }
}
.link {
  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;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  text-transform: uppercase;
}
.link img {
  margin-left: 18px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.link:hover {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.link:hover img {
  margin: 0 18px 0 0;
}
.link.white {
  color: #fff;
}
.link.white img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media screen and (max-width: 700px) {
  .link {
    font-size: 16px;
    line-height: 30px;
  }
}

.inner-banner {
  /*background: #f2e9da;*/
  height: 450px;
  padding-top: 236px;
  text-align: center;
}
.inner-banner h2 {
  font-size: 60px;
  color: #181818;
  line-height: 1.2;
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  font-weight: 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: #f2e9da;*/
}
.inner-page span.tag {
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #181818;
  font-weight: bold;
}
.inner-page h2.title {
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  margin-top: 16px;
  font-family: "Cormorant Garamond";
    text-transform: uppercase;
    font-weight: bold;
}
.inner-page .sidebox .sideleft {
  width: 73%;
  padding-right: 30px;
}
.inner-page .sidebox .sideright {
  width: 27%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 40px 30px;
}
.inner-page .sidebox .sideright .wide {
  margin-top: 30px;
}
.inner-page .sidebox .sideright .wide h5 {
  font-size: 18px;
  line-height: 1.8;
  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: 18px;
  line-height: 2;
  color: #181818;
}
.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sidebox .sideright .wide ul li i {
  float: right;
  font-size: 20px;
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before {
  background: var(--color);
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sidebox .sideright .wide dd:hover {
  color: var(--color);
}
.inner-page .m-page {
  margin-top: 46px;
}
.inner-page .m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  color: #181818;
  background-color: #fff;
}
.inner-page .m-page a:hover {
  background: #fff;
}
.inner-page .m-page span.current {
  background: #000;
  color: #fff;
}
.about-page #index-body .about1{
  background: transparent;
}
.about-page #index-body .about1::after {
  display: none;
}
#index-body .about1 .bottom {
  text-align: center;
  padding-top: 139px;
}
#index-body .about1 .bottom ul li {
  color: #393939;
}
#index-body .about1 .bottom ul li p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
#index-body .about1 .bottom ul li h3 {
  font-size: 70px;
  line-height: 1;
  margin-top: 11px;
}
.about-page .about-1 {
  padding: 120px 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: 0;
}
.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: 18px;
  line-height: 32px;
  color: #83827f;
  letter-spacing: 1px;
}
.about-page .about-1 .top .text .more {
  font-size: 15px;
  margin-top: 40px;
  padding: 22px 43px;
}
.about-page .about-1 #index-body .about1{
  padding: 0;
}
.about-page .about-1 #index-body .about1 .bottom {
  padding-top: 120px;
}
.about-page .about-2 .ui.container {
  max-width: 1810px;
  width: 100%;
}
.about-page .about-2 .box {
  background: url(/zhejiangxl/2025/10/30/aboutx-4.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 #fff;
  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(236, 182, 190, 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 100px;
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .header .right .swiper-button-next:hover,
.about-page .about-3 .header .right .swiper-button-prev:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.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 .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: #f2e9da;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.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: #f2e9da;*/
}
.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: 18px;
  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: 30px;
}
.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: #fff;
  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 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.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: #fff;
}
.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 .about1 .bottom {
    padding-top: 100px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 350px;
    padding-top: 80px;
  }
  .inner-banner h2 {
    font-size: 42px;
  }
  .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 .about1 .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;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 {
    font-size: 30px;
  }
  .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;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 220px;
    padding-top: 80px;
  }
  .inner-banner h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .jtbn {
    font-size: 18px !important;
    line-height: 32px !important;
  }
  .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 h1 {
  font-size: 32px;
  line-height: 1.2;
  padding-right: 8px;
   
}
.product-page .sidebox .sideleft .top .desc {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  color: #83827f;
  max-height: 260px;
  overflow-y: auto;
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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(--color);
}
.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;
  font-size: 14px;
  line-height: 2;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin: 4px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.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: 5rem !important;
}
.product-page .sidebox .sideleft .list ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.haha {
  margin-bottom: 40px;
}
.zhishi {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  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 .desc {
    display: none;
  }
  .product-page .sidebox .sideleft .top h1 {
    font-size: 20px;
    line-height: 36px;
    padding-right: 8px;
     
  }
  .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: 0px;
  }
  #cp-Nav .nav h3.title {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding: 8px 10px;
    background: var(--color);
    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;
    line-height: 30px;
    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 {
    display: none;
  }
}
.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: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.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: #fff;
  -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;
   
}
.prodet-page .prodet-1 .text .con {
  font-size: 17px;
  line-height: 1.8;
  color: #83827f;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link {
  margin-top: 35px;
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: var(--color);
}
.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: #fff;
  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: #fff;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 26px;
  line-height: 1.4;
  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: 30px;
  color: #83827f;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 1.8;
  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: 16px;
  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;
  line-height: 30px;
}
.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(--color);
  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;
  font-family: "fontAwesome";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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;
  line-height: 2;
  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-top: 75px;
}
.prodet-page .prodet-3 h3 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 55px;
   
}
.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 .prodet-3-btn{
  display: block;
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  background-color: #000;
  transition: .3s;
  color: #fff;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
}
.prodet-page .prodet-3 .content ul li .img .prodet-3-btn:hover{
  background-color: var(--color);
}
.prodet-page .prodet-3 .content ul li:hover .img .prodet-3-btn{
  opacity: 1;
}
.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: #fff;
  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: 1.8;
  min-height: 2rem;
  margin-bottom: 0;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #83827f;
  display: -webkit-box;
  -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 .about1{
  padding: 0;
}
.service-page .service-1 #index-body .about1 .top .text h2.title {
  font-size: 56px;
  line-height: 1.2;
}
.service-page .service-1 #index-body .about1 .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about1 .top .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #83827f;
}
/*.service-page .service-1 #index-body .about1 .top .text .btn .link img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}*/
.service-page .service-1 #index-body .about1 .top .img {
  text-align: right;
  padding: 0 0 50px 0;
}
.service-page .service-1 #index-body .about1 .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  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 img{
  width: auto;
  margin: 0 auto;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 0%;
}
.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: 24px;
  line-height: 44px;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 16px;
  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: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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(--color);
  border-color: var(--color);
}
.service-page #index-body .init1 h3 {
  width: 46%;
   
}
.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;
  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: 18px;
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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 .about1 .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 .about1 .top .text h2.title {
    font-size: 46px;
  }
  #index-body .about1 .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about1 .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 #index-body .about1 .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 .about1 .top .text h2.title {
    font-size: 42px;
    padding-top: 0;
  }
  .service-page .service-1 #index-body .about1 .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.8;
  }
  .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) {
  .service-page .service-1 #index-body .about1 .top .text h2.title {
    font-size: 32px;
    line-height: 1.4;
  }
  .service-page .service-1 #index-body .about1 .top .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page #index-body .about1 .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about1.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: 34px;
  line-height: 1.2;
  margin-bottom: 38px;
   
}
.case-page .sideleft .bottom .con {
  font-size: 18px;
  line-height: 1.8;
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.case-page .case-1 .img .slick-arrow:hover {
  background-color: var(--color);
}
.case-page .case-1 .img .slick-prev {
  background: url("../images/service-icon.png") no-repeat center center #f2e9da;
  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 #f2e9da;
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.case-page .case-1 .text .info .right .share a:hover {
  color: var(--color);
}
@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: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 8px 18px 7px 17px;
}
.news-page .sidebox .sideleft ul li .text h3 {
  font-size: 20px;
  line-height: 1.8;
  min-height: 110px;
  margin-top: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.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: 30px;
  margin-top: 6px;
  display: -webkit-box;
  -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: #000;
  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.8;
  }
  .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: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  background: var(--color);
  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: 2;
}
.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;
  line-height: 2;
  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;
  line-height: 2;
  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: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.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;
    line-height: 44px;
    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 input[type="checkbox"]{
 pointer-events: none;
}
.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;
  line-height: 30px;
  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: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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:focus{
  background-color: var(--color);
}
.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;
  line-height: 2;
  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: 18px;
  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: 18px;
  color: #83827f;
  line-height: 1.8;
  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%;
  }
  .yejiao {
    display: none !important;
  }
  .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;
    line-height: 30px;
  }
  .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(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 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(--color);
  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(--color);
}
.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;
}
#index-body .init2 {
  /*background-color: #efeee8;*/
  padding: 58px 0 62px;
}
#index-body .init2 .left {
  width: 64%;
  vertical-align: middle;
}
#index-body .init2 .left ul {
  margin-right: -10px;
}
#index-body .init2 .left ul li {
  text-align: center;
  padding-right: 10px;
}
#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: 34px;
  line-height: 1.2;
}
#index-body .init2 .right h3 {
  width: 80%;
  margin: 0 0 0 auto;
  font-family: "Cormorant Garamond";
    text-transform: uppercase;
    font-weight: bold;
   
}
.more {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  line-height: 1.8;
  background: #000;
  color: #fff;
  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: #000;
  -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 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.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;
}
#index-body .about1 .top .text {
  width: 48%;
  vertical-align: middle;
  padding-right: 73px;
}
#index-body .about1 .top .text p {
  font-size: 18px;
  color: #393939;
  line-height: 32px;
  margin-top: 30px;
}
#index-body .about1 .top .text .btn {
  margin-top: 37px;
}
#index-body .about1 .top .text .btn a.link {
  display: inline-block;
  vertical-align: top;
  margin-left: 43px;
  color: #000;
}
#index-body .about1 .top .text .btn a.link em {
  display: inline-block;
  padding: 18px 13px 17px 14px;
  background: #000;
}
#index-body .about1.top .text .btn a.link span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding-left: 5px;
  color: #000;
}
#index-body .about1 .top .img {
  width: 52%;
  position: relative;
  z-index: 1;
  padding-top: 76px;
}
#index-body .about1 .top .img .i2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
#index-body .about1 .top .img .play {
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .about1 .top .img .play i {
  display: inline-block;
  margin-left: 13%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#index-body .about1 .top .img .play i::before,
#index-body .about1 .top .img .play i::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: -30px;
  right: -30px;
  top: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(236, 182, 190, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about1 .top .img .play i::before {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.service-page #index-body .about1{
  background: transparent;
}
.service-page #index-body .about1::after {
  display: none;
}
#index-body .init1 {
  background: #000;
  padding: 60px 0 68px;
  color: #fff;
}
#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: 34px;
  line-height: 1.4;
  width: 32%;
  font-family: "Cormorant Garamond";
    text-transform: uppercase;
    font-weight: bold;
}
#index-body .init1 .btn .more {
  background: #fff;
  color: #000;
  padding: 19px 27px;
  border: 1px solid #fff;
}
#index-body .init1 .btn .more::before {
  background: transparent;
}
#index-body .init1 .btn .more:hover {
  background: transparent;
  color: var(--color);
}
#index-body .init1 .btn .more:last-child {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 23px;
}
#index-body .init1 .btn .more:first-child:hover{
  border-color: var(--color);
}
#index-body .init1 .btn .more:last-child::before {
  background: var(--color);
}
#index-body .init1 .btn .more:last-child:hover {
  border-color: var(--color);
  color: #fff;
}
#index-body .rate {
  background-color: #f2e9da;
  padding: 91px 0 148px;
}
#index-body .rate .content {
  margin-top: 70px;
}
#index-body .rate .content .swiper-container {
  overflow: inherit;
}
#index-body .rate .content .swiper-container .swiper-slide {
  background: #fff;
  padding: 45px 20px 55px 23px;
}
#index-body .rate .content .swiper-container .swiper-slide .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #393939;
  margin-top: 21px;
}
#index-body .rate .content .swiper-container .swiper-slide span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 61px;
}
#index-body .rate .content .swiper-container .swiper-pagination {
  bottom: -15%;
}
#index-body
  .rate
  .content
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #e1e1e1;
  cursor: pointer;
  opacity: 1;
}
#index-body
  .rate
  .content
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: var(--color);
}
@media screen and (max-width: 1440px) {
  #index-body .init1 h3 {
    width: 36%;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .init2 .right h3 {
    width: 94%;
  }
  #index-body .init1 h3 {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .init2 .right {
    font-size: 32px;
  }
  #index-body .init2 .right H3 {
    width: 100%;
  }
  #index-body .about1 .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init2 .right {
    font-size: 30px;
  }
  #index-body .about1 .bottom {
    padding-top: 60px;
  }
  #index-body .about1 .bottom ul {
    margin-bottom: -10px;
  }
  #index-body .about1 .bottom ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  #index-body .about1 .bottom ul li h3 {
    font-size: 50px;
    margin-top: 0;
  }
  .more {
    font-size: 17px;
  }
  #index-body .about1 .top .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about1 .top .img {
    display: none;
  }
  #index-body .init1 .btn .more {
    padding: 12px 24px;
  }
  #index-body .init1 h3 {
    font-size: 30px;
  }
  #index-body .rate {
    padding: 60px 0;
  }
  #index-body .rate .content {
    margin-top: 40px;
  }
  #index-body .rate .content .swiper-container .swiper-pagination {
    bottom: -10%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init1,
  #index-body .init2 {
    display: none;
  }
  #index-body .about1 .bottom {
    display: none;
  }
  .more {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .about1 .top .text p {
    margin-top: 20px;
  }
  #index-body .rate {
    padding: 30px 0;
  }
  #index-body .rate .content {
    margin-top: 20px;
  }
  #index-body .rate .content .swiper-container .swiper-slide {
    padding: 30px 20px 40px 23px;
  }
  #index-body .rate .content .swiper-container .swiper-slide span {
    margin-top: 30px;
    font-size: 18px;
  }
  #index-body .rate .content .swiper-container .swiper-pagination {
    bottom: -7%;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 14px;
    padding: 12px 18px;
  }
  #index-body .about1 .top .text p {
    font-size: 16px;
  }
  #index-body .about1 .top .text .btn {
    margin-top: 20px;
  }
  #index-body .about1 .top .text .btn a.link {
    margin-left: 20px;
  }
  #index-body .rate .content .swiper-container .swiper-slide {
    padding: 20px 15px 20px;
  }
  #index-body .rate .content .swiper-container .swiper-slide .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  #index-body .rate .content .swiper-container .swiper-slide span {
    margin-top: 20px;
    font-size: 16px;
  }
}
#productdetail-page .container .cont_1 .right .wwww {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}
#productdetail-page .container .cont_1 {
  padding: 130px 0;
  display: flex;
  justify-content: space-between;
}
#productdetail-page .container .cont_1 .left {
  width: 48%;
}
#productdetail-page
  .container
  .cont_1
  .left
  .gallery-top
  .swiper-wrapper
  .swiper-slide {
  background: #fdf7f0;
  border: 1px solid #e6e6e6;
}
#productdetail-page
  .container
  .cont_1
  .left
  .gallery-top
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs {
  margin-top: 20px;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdf7f0;
  border: 1px solid #e6e6e6;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide img {
  max-width: 100%;
}
#productdetail-page .container .cont_1 .right {
  width: 48%;
}
#productdetail-page .container .cont_1 .right .title {
  font-size: 36px;
  line-height: 1.4;
   
}
#productdetail-page .container .cont_1 .right .des {
  margin-top: 30px;

  font-size: 18px;
  line-height: 2;
  color: #333;
  position: relative;
  padding-left: 70px;
  font-weight: bold;
}
#productdetail-page .container .cont_1 .right .des::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 1px;
  background: var(--color);
}
#productdetail-page .container .cont_1 .right .btn {
  display: flex;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_1 .right .btn a {
  background-color: var(--color);
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
#productdetail-page .container .cont_1 .right .btn a:first-child {
  cursor: inherit;
}
#productdetail-page .container .cont_1 .right .btn a:last-child {
  margin-left: 30px;
}
#productdetail-page .container .cont_1 .right .content {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
}
#productdetail-page .container .cont_1 .right .content table {
  width: 100%;
  border: var(--color) solid 1px;
}
#productdetail-page .container .cont_1 .right .content table td {
  padding: 10px;
}
#productdetail-page .container .cont_1 .right .content .list {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #666666;
}
#productdetail-page .container .cont_1 .right .content .list div {
  width: 50%;
  padding: 20px 35px;
  border-bottom: var(--color) solid 1px;
}
#productdetail-page .container .cont_1 .right .content .list div:first-child {
  border-right: var(--color) solid 1px;
}
#productdetail-page .container .cont_2 {
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_2 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_2 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_2 .title .text {
  line-height: 1.8;
  font-size: 50px;
  margin-left: 25px;
}
#productdetail-page .container .cont_2 .swiper {
  position: relative;
  margin-top: 60px;
}
#productdetail-page
  .container
  .cont_2
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide:hover
  .img
  img {
  transform: scale(1.2);
}
#productdetail-page
  .container
  .cont_2
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide:hover
  .text {
  color: var(--color);
}
#productdetail-page
  .container
  .cont_2
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page
  .container
  .cont_2
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  img {
  display: block;
  max-width: 100%;
  transition: all 0.5s;
}
#productdetail-page
  .container
  .cont_2
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .img {
  height: 300px;
  background-color: #fbf6f0;
  overflow: hidden;
}
#productdetail-page
  .container
  .cont_2
  .swiper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 20px 0;
  transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .prev,
#productdetail-page .container .cont_2 .swiper .next {
  position: absolute;
  right: -50px;
  top: 180px;
  width: 28px;
  height: 30px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
#productdetail-page .container .cont_2 .swiper .prev span,
#productdetail-page .container .cont_2 .swiper .next span {
  color: #fff;
  font-size: 14px;
  transform: scale(1, 2);
  margin-top: -3px;
}
#productdetail-page .container .cont_2 .swiper .prev {
  left: -50px;
}
#productdetail-page .container .cont_3 {
  margin-top: 80px;
}
#productdetail-page .container .cont_3 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_3 .title .text {
  font-size: 50px;
  margin-left: 25px;
}
#productdetail-page .container .cont_3 .form_1 {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#productdetail-page .container .cont_3 .form_1 input {
  margin-top: 20px;
  border: var(--color) solid 1px;
  padding: 10px 20px;
  width: 48%;
  font-size: 16px;
}
#productdetail-page .container .cont_3 .form_1 input:nth-child(3) {
  width: 100%;
}
#productdetail-page .container .cont_3 .form_1 textarea {
  border: var(--color) solid 1px;
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 20px;
}
#productdetail-page .container .cont_3 .form_1 .submit_btn {
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
  margin: auto;
  margin-top: 35px;
}
#productdetail-page .container .cont_4 {
  margin: 130px 0;
}
#productdetail-page .container .cont_4 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#productdetail-page .container .cont_4 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_4 .title .text {
  margin-left: 25px;
  font-size: 50px;
  line-height: 1.5;
}
#productdetail-page .container .cont_5 {
  padding-bottom: 130px;
}
#productdetail-page .container .cont_5 .title {
  width: 325px;
  height: 60px;
  background: var(--color);
  color: #fff;
  font-size: 24px;

  text-align: center;
  line-height: 60px;
}
#productdetail-page .container .cont_5 .content {
  width: 100%;
  margin-top: 35px;
  line-height: 32px;
  font-size: 18px;
  overflow-x: auto;
}
#productdetail-page .container .cont_5 .content table {
  width: 100%;
  border: var(--color) solid 1px;
}
#productdetail-page .container .cont_5 .content table tbody tr:first-child td {
  background: #fbf6f0;
}
#productdetail-page .container .cont_5 .content table td {
  padding: 20px;
}
@media (max-width: 1360px) {
  #productdetail-page .container {
    width: 100%;
  }
  #productdetail-page .container .cont_1 {
    padding: 60px 0;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 90%;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .www {
    width: 100% !important;
  }
  #productdetail-page .container .cont_2 .swiper .prev {
    top: 13vw;
    left: 0;
  }
  #productdetail-page .container .cont_2 .swiper .next {
    right: 0;
    top: 13vw;
  }
  #productdetail-page
    .container
    .cont_2
    .swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .img {
    height: 23vw;
  }
}
@media screen and (max-width: 1000px) {
  #productdetail-page .container .cont_1 .right .des,
  c {
    font-size: 14px !important;
    line-height: 2 !important;
  }
  #productdetail-page .container .cont_5 .content {
    margin-bottom: -40px;
  }
  #productdetail-page .container .cont_1 .right .content {
    font-size: 14px !important;
    line-height: 28px;
  }
}
@media (max-width: 769px) {
  #productdetail-page .container .cont_1 {
    flex-wrap: wrap;
  }
  #productdetail-page .container .cont_1 .left {
    width: 60%;
    margin: auto;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right {
    width: 100%;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right .title {
    font-size: 20px;
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .des {
    margin-top: 20px;
    text-align: center;
  }
  #productdetail-page
    .container
    .cont_2
    .swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .img {
    height: 30vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev,
  #productdetail-page .container .cont_2 .swiper .next {
    width: 20px;
    height: 20px;
  }
  #productdetail-page .container .cont_2 .swiper .prev span,
  #productdetail-page .container .cont_2 .swiper .next span {
    font-size: 12px;
  }
  #productdetail-page .container .cont_2 {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_2 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_2 .title .text {
    font-size: 20px;
    margin-left: 15px;
    line-height: 36px;
  }
  #productdetail-page .container .cont_3 {
    margin-top: 30px;
  }
  #productdetail-page .container .cont_3 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_3 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_3 .title .text {
    font-size: 20px;
    margin-left: 15px;
  }
  #productdetail-page .container .cont_4 {
    margin-top: 60px;
  }
  #productdetail-page .container .cont_4 .title {
    flex-wrap: wrap;
  }
  #productdetail-page .container .cont_4 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_4 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_4 .title .text {
    font-size: 20px;
    margin-left: 15px;
    line-height: 36px;
  }
  #productdetail-page .container .cont_5 .title {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 240px;
  }
  #productdetail-page .container .cont_5 .content {
    margin-top: 20px;
  }
  .service-page .qr-list ul li .box .img,
  .service-page .qr-list ul li .box .text {
    width: 100% !important;
    padding: 0 !important;
  }
  .service-page .qr-list ul li .box .text h3 {
    margin-top: 15px;
    font-size: 24px !important;
  }
}
@media (max-width: 414px) {
  #productdetail-page .container .cont_1 {
    padding: 20px 0;
  }
  #productdetail-page .container .cont_1 .right .title {
    font-size: 20px;
    text-align: center;
    line-height: 36px !important;
  }
  #productdetail-page .container .cont_1 .right .des {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .btn {
    margin-top: 10px;
  }
  #productdetail-page .container .cont_1 .right .btn a {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 28px;
  }
  #productdetail-page .container .cont_1 .right .btn a:last-child {
    margin-left: 15px;
  }
  #productdetail-page .container .cont_1 .right .content {
    margin-top: 10px;
    overflow: auto;
    font-size: 14px;
    line-height: 28px;
  }
  #productdetail-page .container .cont_1 .right .content table td {
    padding: 5px;
  }
  #productdetail-page .container .cont_1 .right .content .list {
    font-size: 14px;
    line-height: 28px;
  }
  #productdetail-page .container .cont_1 .right .content .list div {
    padding: 5px 10px;
  }
  #productdetail-page .container .cont_1 .left {
    width: 100%;
  }
  #productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
    height: 50vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 85%;
  }
  #productdetail-page .container .cont_2 .swiper {
    margin-top: 20px;
  }
  #productdetail-page
    .container
    .cont_2
    .swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .img {
    height: 70vw;
  }
  #productdetail-page
    .container
    .cont_2
    .swiper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .text {
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
  }
  #productdetail-page .container .cont_2 .swiper .next {
    top: 35vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev {
    top: 35vw;
  }
  #productdetail-page .container .cont_3 .form_1 {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_3 .form_1 input {
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
  }
  #productdetail-page .container .cont_3 .form_1 textarea {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 10px;
  }
  #productdetail-page .container .cont_3 .form_1 .submit_btn {
    margin-top: 20px;
    padding: 3px 10px;
    font-size: 13px;
  }
  #productdetail-page .container .cont_4 {
    margin: 40px 0;
  }
  #productdetail-page .container .cont_4 .title {
    justify-content: center;
    text-align: center;
  }
  #productdetail-page .container .cont_5 .title {
    font-size: 14px;
    line-height: 2;
    width: 180px;
  }
  #productdetail-page .container .cont_5 .content {
    font-size: 14px;
  }
  #productdetail-page .container .cont_5 .content table td {
    padding: 5px;
  }
}

.service-page .qr-list ul {
  margin: -30px;
}
.service-page .qr-list ul li {
  padding: 30px;
}
.service-page .qr-list ul li .box {
  padding: 45px 50px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-page .qr-list ul li .box .img {
  width: 40%;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text {
  width: 60%;
  padding-left: 103px;
  font-weight: 300;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text h3 {
  font-size: 42px;
  color: #131313;
  margin-bottom: 10px;
  line-height: 1;
   
}
.service-page .qr-list ul li .box .text .con {
  font-size: 18px;
  color: #131313;
  line-height: 1.8;
}
.service-page .qr-list ul li .box .text .con strong {
  font-weight: bold;
}
.service-page .qr-list ul li .box .text p {
  font-size: 18px;
  color: #131313;
  line-height: 1.6;
}
.service-page .qr-list ul li .box .text p em {
  font-weight: bold;
}

.right_bar {
  position: fixed;
  top: 300px;
  right: 0;
  width: 50px;
  height: 203px;
  z-index: 10;
}
.right_bar li {
  width: 62px;
  height: 50px;
  z-index: 20;
  color: #fff;
  line-height: 50px;
}
.right_bar li {
  position: absolute;
  left: 0;
  width: 292px;
}
.right_bar .phoneli {
  font-size: 16px;
}
.right_bar li.rtbar_li:nth-child(1) {
  top: 0;
}
.right_bar li.rtbar_li:nth-child(2) {
  top: 51px;
}
.right_bar li.rtbar_li:nth-child(3) {
  top: 102px;
}
.right_bar li.rtbar_li:nth-child(4) {
  top: 153px;
}
.right_bar li.rtbar_li:nth-child(5) {
  top: 204px;
}
.right_bar li.rtbar_li:nth-child(6) {
  top: 255px;
}
.right_bar li.rtbar_li:nth-child(7) {
  top: 306px;
}
.right_bar li.rtbar_li:nth-child(8) {
  top: 357px;
}
.right_bar li a {
  display: block;
  color: #333;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 6px;
  text-align: center;
}
.right_bar li a img {
  display: block;
  float: left;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 10px;
}
.right_bar li a:hover {
  background-image: linear-gradient(to top, #fff 0%, #f9f9f9 100%);
  opacity: 1;
}
.rtbar_shwx {
  display: none;
  position: absolute;
  top: -120px;
  left: -200px;
  max-width: 200px;
  padding-bottom: 9px;
}
.rtbar_shwx img {
  padding: 14px;
  background-color: #fff;
}
.right_bar {
  display: none;
}
.rtbar_shwx {
  top: -50px;
  background: #fff;
}
.rtbar_phone {
  display: none;
  position: absolute;
  top: -120px;
  left: -200px;
  max-width: 200px;
  padding-bottom: 9px;
  text-align: center;
}
.rtbar_phone {
  top: -50px;
  background: #fff;
}
.rtbar_phonebox {
  margin: 10px;
}
.rtbar_phonebox span::after {
  content: ":";
  padding: 0 3px;
  display: inline-block;
}
.right_bar li.phone {
  color: #333;
  line-height: 30px;
}

/*产品*/
   .m-link {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }
   .m-link a {
    display: block;
  }
   .m-link a:hover {
    text-decoration: underline;
  }
.complete-page span.tag {
    color: var(--color);
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
}
.product-page1 {
  padding-bottom: 120px;
}
.product-page1 .init-1 .container {
  max-width: 1660px;
}
.product-page1 .init-1 .container .swiper {
  position: relative;
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5%;
}
.product-page1 .init-1 .container .swiper::before,
.product-page1 .init-1 .container .swiper::after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 80px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff9f2),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  display: none;
}
.product-page1 .init-1 .container .swiper::before {
  left: 0;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff9f2),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
}
.product-page1 .init-1 .container .swiper .swiper-wrapper .swiper-slide .img {
  /*height: 270px;*/
  display: block;
  overflow: hidden;
}
.product-page1 .init-1 .container .swiper .swiper-wrapper .swiper-slide .img img {
  /*width: 100%;
  height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page1 .init-1 .container .swiper .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page1
  .init-1
  .container
  .swiper
  .swiper-wrapper
  .swiper-slide
  .text:hover {
  color: #666;
}

.product-page1 .init-1 .container .swiper .prev,
.product-page1 .init-1 .container .swiper .next {
  z-index: 3;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
  top: 40%;
  right: 0;
  cursor: pointer;
}

.product-page1 .init-1 .container .swiper .prev::before,
.product-page1 .init-1 .container .swiper .next::before {
  background-color: #000;
}

.product-page1 .init-1 .container .swiper .prev svg,
.product-page1 .init-1 .container .swiper .next svg {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  z-index: 2;
}

.product-page1 .init-1 .container .swiper .prev:hover,
.product-page1 .init-1 .container .swiper .next:hover {
  border-color: #ffffff;
}

.product-page1 .init-1 .container .swiper .prev {
  left: 0;
}

.product-page1 .init-1 .container .swiper .prev svg {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.product-page1 .init-2 {
  /*margin-top: 100px;*/
}
.product-page1 .init-2.bg{
    background-color: rgba(255,147,137,.2);
}
.product-page1 .init-2.bg .pro_list{
  margin-left: -18px;
  margin-right: -18px;
}
.product-page1 .init-2 .shadow_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 4;
}

.product-page1 .init-2 .shadow_inner.active {
  width: 100%;
  height: 100%;
}

.product-page1 .init-2 .container {
  max-width: 1500px;
  /*border-top: 1px solid #c2c2c2;*/
}
.product-page1 .init-2 .mbx .container {
  border: none;
}

.product-page1 .init-2 .container .tip_title_cont {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page1 .init-2 .container .tip_title_cont .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page1 .init-2 .container .tip_title_cont .left .tip {
  font-size: 18px;
  line-height: 32px;
  color: #6a6a6a;
}

.product-page1 .init-2 .container .tip_title_cont .left .info {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.product-page1 .init-2 .container .tip_title_cont .left .info .cat_name {
  position: relative;
  top: 2px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.product-page1 .init-2 .container .tip_title_cont .left .info i {
  font-size: 24px;
  position: relative;
  top: 2px;
  margin-left: 12px;
}

.product-page1 .init-2 .container .tip_title_cont .left .info .list_cont {
  position: absolute;
  width: 600px;
  top: 100%;
  z-index: 5;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: 4px;
  font-size: 16px;
  line-height: 30px;
  display: none;
}

.product-page1 .init-2 .container .tip_title_cont .left .info .list_cont .list {
  display: block;

  padding: 6px 16px;

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;
}

.product-page1
  .init-2
  .container
  .tip_title_cont
  .left
  .info
  .list_cont
  .list:hover {
  background-color: #ebebeb;
}

.product-page1 .init-2 .container .tip_title_cont .right {
  width: 40px;

  height: 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  border-radius: 50%;

  border: 1px solid #000000;
}

.product-page1 .init-2 .container .tip_title_cont .right svg {
  z-index: 2;

  position: relative;
}

.product-page1 .init-2 .container .tip_title_cont .right:before {
  background: #000000;
}

.product-page1 .init-2 .container .tip_title_cont .right svg path {
  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  fill: #000000;
}

.product-page1 .init-2 .container .tip_title_cont .right:hover svg path {
  fill: #ffffff;
}
.product-page1 .init-2 .container .pro_list .list {
  /*margin-top: 30px;*/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 30px 18px 10px;
}

.product-page1 .init-2 .container .pro_list .list .img {
  /*height: 330px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  /*padding: 0 2.838541666666667vw;*/
}
.product-page1 .init-2 .container .pro_list .list .img .img-content {
  position: relative;
  height: 100%;
}
.product-page1 .init-2 .container .pro_list .list .img .add-cart{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  cursor: pointer;
}
.product-page1 .init-2 .container .pro_list .list .img .add-cart:hover{
  background-color: var(--color);
}
.product-page1 .init-2 .container .pro_list .list:hover .img .add-cart{
  opacity: 1;
}
.product-page1 .init-2 .container .pro_list .list .img .cover1 {
  opacity: 1;

  transition: 0.3s;
}

/*.product-page1 .init-2 .container .pro_list .list .img:hover .cover1{

    opacity: 0;

  }*/

.product-page1 .init-2 .container .pro_list .list .img .cover2 {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 2;

  opacity: 0;

  transition: 0.3s;

  /*transform: translate(-50%,-50%);*/
}

.product-page1 .init-2 .container .pro_list .list .img:hover .cover2 {
  opacity: 1;
}

.product-page1 .init-2 .container .pro_list .list .img img {
  width: auto;

  height: auto;

  max-width: 100%;

  max-height: 100%;

  -o-object-fit: contain;

  object-fit: contain;
}

.product-page1 .init-2 .container .pro_list .list .cont {
  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  padding: 0 2.838541666666667vw;

  margin-top: 10px;
}

.product-page1 .init-2 .container .pro_list .list .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  /*margin-top: 30px;*/
  display: block;
  text-align: center;
}

.product-page1 .init-2 .container .pro_list .list .cat_name {
  font-size: 14px;

  font-style: italic;

  color: #666666;

  line-height: 2;
}

/*.product-page1 .init-2 .container .pro_list .list:hover {
    border: 1px solid #b2b2b2;
  }*/

.product-page1 .init-2 .container .pro_list .list:hover .cont {
  transform: translateX(4px);
  -ms-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.prodet-page1 .wpulike.wpulike-default {
  display: inline-block;
}
.prodet-page1 {
  padding-bottom: 120px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.prodet-page1 .init-1 {
  width: 100%;
}

.prodet-page1 .init-1 .container {
  width: 100%;

  padding: 0 60px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.prodet-page1 .init-1 .container .img_list {
  width: 200px;

  height: 620px;
}

.prodet-page1 .init-1 .container .img_list .swiper {
  width: 100%;

  height: 100%;

  overflow: hidden;
}

.prodet-page1 .init-1 .container .img_list .swiper .swiper-wrapper {
  height: 100%;
}

.prodet-page1
  .init-1
  .container
  .img_list
  .swiper
  .swiper-wrapper
  .swiper-slide {
  height: 146px;

  /*background-color: #fff;*/

  cursor: pointer;

  overflow: hidden;

  text-align: center;
}

.prodet-page1
  .init-1
  .container
  .img_list
  .swiper
  .swiper-wrapper
  .swiper-slide
  img {
  /*width: 100%;*/

  /*height: 100%;*/

  /*-o-object-fit: contain;

       object-fit: contain;*/

  max-height: 100%;
}

.prodet-page1 .init-1 .container .big_img {
  width: 38%;

  /*margin-left: 30px;*/

  background-color: #fff;

  height: 620px;

  position: relative;

  /*z-index: 3;*/
}

.prodet-page1 .init-1 .container .big_img a {
  width: 100%;

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.prodet-page1 .init-1 .container .big_img a img {
  width: auto;

  height: auto;

  /*min-width: 500px;*/

  max-height: 100%;

  /*-o-object-fit: contain;

       object-fit: contain;*/

  margin-right: auto;
}

.prodet-page1 .init-1 .container .right {
  margin-left: auto;

  width: 42%;
}

.prodet-page1 .init-1 .container .right .title {
  font-size: 24px;

  font-weight: 400;

  color: #000000;

  justify-content: space-between;
}

.prodet-page1 .init-1 .container .right .title .share-box {
  cursor: pointer;

  position: relative;
}

.prodet-page1 .init-1 .container .right .title .share-box #ewm {
  position: absolute;

  top: 50%;

  right: 22px;

  transform: translateY(-50%);

  display: none;
}

.prodet-page1 .init-1 .container .right .title .share-box #ewm img {
  max-width: 120px;

  border: 5px solid #fff;

  border-radius: 5px;
}

.prodet-page1 .init-1 .container .right .title .share-box #ewm.active {
  display: block;
}

.prodet-page1 .init-1 .container .right .cat_name {
  font-size: 14px;

  font-style: italic;

  color: #666666;

  line-height: 2;

  margin-top: 10px;
}

.prodet-page1 .init-1 .container .right .content_list {
  border-top: 1px solid #c2c2c2;

  border-bottom: 1px solid #c2c2c2;

  margin-top: 60px;
}

.prodet-page1 .init-1 .container .right .content_list .list {
  border-top: 1px solid #c2c2c2;

  padding-right: 60px;
}

.prodet-page1 .init-1 .container .right .content_list .list:first-child {
  border-top: 0;
}

.prodet-page1 .init-1 .container .right .content_list .list .title_cont {
  padding: 16px 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  cursor: pointer;
}

.prodet-page1 .init-1 .container .right .content_list .list .title_cont span {
  font-size: 18px;

  line-height: 32px;

  font-weight: bold;
}

.prodet-page1 .init-1 .container .right .content_list .list .title_cont .btn {
  width: 11px;

  height: 11px;

  margin-left: auto;

  position: relative;
}

.prodet-page1
  .init-1
  .container
  .right
  .content_list
  .list
  .title_cont
  .btn
  div {
  background-color: #000;

  position: absolute;

  width: 100%;

  height: 1px;

  top: 5px;

  left: 0;
}

.prodet-page1
  .init-1
  .container
  .right
  .content_list
  .list
  .title_cont
  .btn
  div:last-child {
  height: 100%;

  width: 1px;

  top: 0;

  left: 5px;

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;
}

.prodet-page1
  .init-1
  .container
  .right
  .content_list
  .list
  .title_cont.active
  .btn
  div:last-child {
  transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -webkit-transform: rotate(90deg);

  -o-transform: rotate(90deg);
}

.prodet-page1 .init-1 .container .right .content_list .list .content {
  font-size: 16px;

  padding: 30px 0;

  padding-top: 10px;

  line-height: 30px;

  display: none;
}

.prodet-page1 .init-1 .container .right .content_list .list .content strong,
.prodet-page1 .init-1 .container .right .content_list .list .content b {
  font-weight: bold;
}

.prodet-page1 .init-1 .container .right .more_cont_2 {
  font-size: 18px;

  font-weight: bold;

  color: #ffffff;

  background-color: #000;

  padding: 14px;

  text-transform: uppercase;

  text-align: center;

  cursor: pointer;

  margin-top: 60px;

  display: block;
}

.prodet-page1 .init-1 .container .right .more_cont_2::before {
  background-color: #fff9f2;
}

.prodet-page1 .init-2 {
  width: 100%;

  margin-top: 110px;
}

.prodet-page1 .init-2 .container {
  width: 100%;
}

.prodet-page1 .init-2 .subline {
  padding: 0 60px;
}

.prodet-page1 .init-2 .subline div {
  background-color: #c2c2c2;

  height: 1px;
}

.prodet-page1 .init-2 .container .title_cont {
  margin-top: 50px;

  padding: 0 60px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.prodet-page1 .init-2 .container .title_cont .name {
  font-size: 30px;

  line-height: 1.6;

  font-weight: bold;

  text-transform: uppercase;
}

.prodet-page1 .init-2 .container .title_cont .right {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.prodet-page1 .init-2 .container .title_cont .right .prev,
.prodet-page1 .init-2 .container .title_cont .right .next {
  background-color: #000;

  border-radius: 50%;

  width: 40px;

  height: 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  cursor: pointer;
}

.prodet-page1 .init-2 .container .title_cont .right .prev svg,
.prodet-page1 .init-2 .container .title_cont .right .next svg {
  position: relative;

  z-index: 2;
}

.prodet-page1 .init-2 .container .title_cont .right .prev svg path,
.prodet-page1 .init-2 .container .title_cont .right .next svg path {
  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;
}

.prodet-page1 .init-2 .container .title_cont .right .prev:hover svg path,
.prodet-page1 .init-2 .container .title_cont .right .next:hover svg path {
  fill: #000;
}

.prodet-page1 .init-2 .container .title_cont .right .prev {
  margin-right: 12px;
}

.prodet-page1 .init-2 .container .title_cont .right .prev svg {
  transform: rotateY(180deg);

  -ms-transform: rotateY(180deg);

  -moz-transform: rotateY(180deg);

  -webkit-transform: rotateY(180deg);

  -o-transform: rotateY(180deg);
}

.prodet-page1 .init-2 .container .content {
  padding-left: 60px;

  margin-top: 60px;
}

.prodet-page1 .init-2 .container .content .swiper {
  overflow: hidden;
}

.prodet-page1 .init-2 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;

  /*border: 1px solid #b2b2b2;*/
}

.prodet-page1
  .init-2
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .img {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 30px 4.895833333333333vw;

  height: 350px;
}

.prodet-page1
  .init-2
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .img
  img {
  /*width: 100%;*/

  max-height: 100%;

  -o-object-fit: contain;

  object-fit: contain;
}

.prodet-page1
  .init-2
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .cont {
  padding: 0px 4.895833333333333vw;

  margin-bottom: 10px;

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  line-height: 28px;
}

.prodet-page1
  .init-2
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .cont
  .title {
  font-size: 18px;

  line-height: 32px;

  font-weight: 400;
}

.prodet-page1
  .init-2
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .cont
  .des {
  font-size: 14px;

  font-style: italic;

  color: #666666;

  line-height: 2;
}

.prodet-page1
  .init-2
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide:hover
  .cont {
  transform: translateX(4px);

  -ms-transform: translateX(4px);

  -moz-transform: translateX(4px);

  -webkit-transform: translateX(4px);

  -o-transform: translateX(4px);
}

.prodet-page1 .init-2 .container .content .swiper-pagination {
  position: relative;
  height: 6px;
  top: 0;
  left: 0;
  margin-top: 50px;
  background-color: #fff;
}

.prodet-page1
  .init-2
  .container
  .content
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background-color: #000;
}

.prodet-page1 .mbx {
  width: 100%;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 32px;
}

.prodet-page1 .mbx .container {
  width: 100%;
  padding: 0 60px;
}

.prodet-page1 .init-3 {
  width: 100%;
  margin-top: 80px;
}

.prodet-page1 .init-3 .container {
  max-width: 1100px;
}

.prodet-page1 .init-3 .container .tip {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}

.prodet-page1 .init-3 .container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prodet-page1 .init-3 .container form .list {
  width: 100%;
  margin-top: 30px;
}

.prodet-page1 .init-3 .container form .list.w_50 {
  width: 48%;
}

.prodet-page1 .init-3 .container form .list label {
  display: block;
  cursor: auto;
  font-size: 16px;
}

.prodet-page1 .init-3 .container form .list input {
  margin-top: 6px;
  display: block;
  border: none;
  height: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  background: inherit;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.prodet-page1 .init-3 .container form .list input:focus {
  height: 36px;
}

.prodet-page1 .init-3 .container form .list textarea {
  margin-top: 10px;
  display: block;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  background-color: inherit;
  border: 1px solid #000;
}

.prodet-page1 .init-3 .container form .submit_btn {
  background-color: #000;
  width: 230px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
}

.complete-page {
  padding-top: 210px;
}
.complete-page .complete1 {
  padding: 45px 0;
  z-index: 8;
  position: relative;
}
.complete-page .complete1 .ui.ui.container {
  max-width: 1210px;
  text-align: center;
}
.complete-page .complete1 .ui.ui.container h3 {
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Cormorant Garamond";
    text-transform: uppercase;
   font-size:36px
}
.complete-page .complete1 .ui.ui.container p {
  max-width: 990px;
  margin: 0 auto;
}
.complete-page .complete1 .ui.ui.container .imgbox {
  margin-top: 30px;
}
.complete-page .complete2 {
  padding-top: 75px;
  padding-bottom: 35px;
}
.complete-page .complete2 .ui.container .top .main {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px solid #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.complete-page .complete2 .ui.container .top .main h4 {
  width: 48%;
  max-width: 700px;
  line-height: 1.6;
  font-family: "Cormorant Garamond";
    text-transform: uppercase;
    font-weight: bold;
}
.complete-page .complete2 .ui.container .top .main p {
  width: 45%;
  max-width: 715px;
  line-height: 2;
}
.complete-page .complete2 .ui.container .bottom {
  width: 100%;
  overflow: hidden;
  padding: 0 200px;
  margin-top: 90px;
}
/*.complete-page .complete2 .ui.container .bottom ul {
    width: 80%;
  }*/
.complete-page .complete2 .ui.container .bottom ul li {
  padding: 0 10px;
}
.complete-page .complete2 .ui.container .bottom ul li a {
  display: block;
  margin: 80px 0;
}
.complete-page .complete2 .ui.container .bottom ul .slick-current + div {
  transform: scale(1.3);
  transition: 0.3s;
}
.complete-page .complete2 .ui.container .bottom ul .slick-current + div + div {
  transform: scale(1.4);
  position: relative;
  z-index: 3;
  transition: 0.3s;
}
.complete-page
  .complete2
  .ui.container
  .bottom
  ul
  .slick-current
  + div
  + div
  + div {
  transform: scale(1.3);
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.complete-page .complete2 .ui.container .bottom .honorbox {
  padding-bottom: 130px;
  background: url(../images/complete-honor-bj.png) bottom center no-repeat;
  background-size: 98%;
}
.complete-page .complete3,
.complete-page .complete4 {
  padding-bottom: 80px;
  z-index: 8;
  position: relative;
}
.complete-page .complete3 .container,
.complete-page .complete4 .container{
  max-width: 1500px;
}
.complete-page .complete3 .newsbox,
.complete-page .complete4 .content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #666;
}
.complete-page .complete4 .content {
  font-size: 16px;
  line-height: 2;
}
.complete-page .complete4 .content h4 {
  color: var(--color);
  font-size: 20px;
  line-height: 1.8;
  padding: 10px 0;
}
.complete-page .complete3 .newsbox ul.newslist {
  margin: 0 -30px;
}
.complete-page .complete3 .newsbox ul.newslist li {
  padding: 10px 30px;
  text-align: left;
}
.complete-page .complete3 .newsbox ul.newslist li .item .time {
  font-size: 14px;
  lighting-color: 2;
  line-height: 2;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 {
  min-height: 5.6em;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.complete-page .complete4:before {
  content: "";
  width: 90%;
  max-width: 900px;
  position: absolute;
  bottom: 0;
  height: 70%;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.complete-page .complete4 h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  margin: 10px 0;
  color: var(--color);
}
.complete-page .complete4 p {
  line-height: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .product-page1 .init-1 {
    display: none;
  }
  .product-page1 .init-2 .container {
    border-top: none;
  }
  .product-page1 .init-2 .container .tip_title_cont {
    display: none;
  }
  .product-page1 .init-2 .container .pro_list .list {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .product-page1 {
    padding-bottom: 10px;
  }
  .product-page1 .init-2 {
    margin-top: 40px;
  }
  .product-page1 .init-2 .container .pro_list .list {
    padding: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 1500px) {
  .prodet-page1 .init-1 .container {
    width: 1200px;
  }
  .prodet-page1 .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page1 .init-1 .container .right .content_list .list {
    padding-right: 0;
  }
  .prodet-page1 .init-1 .container .big_img {
    width: 70%;
    height: 700px;
  }
  .prodet-page1 .init-1 .container .img_list {
    height: 700px;
    width: 26%;
  }
  .prodet-page1
    .init-1
    .container
    .img_list
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 226px;
  }
  .prodet-page1 .init-2 .container {
    width: 1200px;
  }
  .prodet-page1 .mbx .container {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  .prodet-page1 .init-1 .container {
    width: 970px;
  }
  .prodet-page1 .init-2 .container {
    width: 970px;
  }
  .prodet-page1 .mbx .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  .prodet-page1 .init-1 .container {
    width: 700px;
    padding: 0 15px;
  }
  .prodet-page1 .init-1 .container .big_img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    height: 86vw;
  }
  .prodet-page1 .init-1 .container .img_list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    height: auto;
  }
  .prodet-page1
    .init-1
    .container
    .img_list
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 120px;
  }
  .prodet-page1 .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .prodet-page1 .init-1 .container .m-link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .prodet-page1 .mbx {
    margin-top: 40px;
  }
  .prodet-page1 .mbx .container {
    padding: 0 15px;
    width: 700px;
  }
  .prodet-page1 .init-2 .container {
    width: 700px;
  }
  .prodet-page1
    .init-1
    .container
    .img_list
    .swiper
    .swiper-wrapper
    .swiper-slide
    img {
    max-height: unset;
  }
  .prodet-page1 .init-1 .container .big_img a img {
    margin-right: unset;
  }
  .prodet-page1
    .init-1
    .container
    .img_list
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: unset;
  }
}
@media (max-width: 700px) {
  .prodet-page1 .init-1 .container {
    width: 100%;
  }
  .prodet-page1 .init-2 .container {
    width: 100%;
  }

  .prodet-page1 .init-2 .container .title_cont {
    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    text-align: center;

    padding: 0 15px;
  }

  .prodet-page1 .init-2 .container .title_cont .name {
    width: 100%;
  }

  .prodet-page1 .init-2 .container .title_cont .right {
    margin-top: 20px;
  }

  .prodet-page1 .init-2 .container .content {
    padding-left: 0;
  }

  .prodet-page1 .init-2 .subline {
    padding: 0 15px;
  }

  .prodet-page1 .mbx .container {
    width: 100%;
  }
  .prodet-page1 .init-1 .container .right .title .share-box {
    display: none;
  }
}
@media (max-width: 700px) {
  .prodet-page1 {
    padding-bottom: 40px;
  }

  .prodet-page1 .init-1 {
    margin-top: 40px;
  }

  .prodet-page1 .init-1 .container .right .content_list {
    margin-top: 20px;
  }

  .prodet-page1 .init-1 .container .right .title {
    font-size: 20px;
  }

  .prodet-page1 .init-1 .container .right .more_cont_2 {
    font-size: 16px;
    margin-top: 30px;
  }

  .prodet-page1 .init-2 {
    margin-top: 40px;
  }

  .prodet-page1 .init-2 .container .title_cont .name {
    font-size: 20px;
    line-height: 36px;
  }

  .prodet-page1 .init-2 .container .content {
    margin-top: 30px;
  }

  .prodet-page1
    .init-2
    .container
    .content
    .swiper
    .swiper-wrapper
    .swiper-slide {
    height: 100%;
  }

  .prodet-page1
    .init-2
    .container
    .content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .img {
    padding: 15px;
  }

  .prodet-page1
    .init-2
    .container
    .content
    .swiper
    .swiper-wrapper
    .swiper-slide
    .cont
    .title {
    font-size: 16px;
    line-height: 30px;
  }

  .prodet-page1 .init-2 .container .content .swiper-pagination {
    margin-top: 20px;
  }

  .prodet-page1 .init-3 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 10px;
  }

  .prodet-page1 .init-3 .container .tip {
    font-size: 20px;
    text-align: center;
  }

  .prodet-page1 .init-3 .container form .list.w_50 {
    width: 100%;
  }

  .prodet-page1 .init-3 .container form .submit_btn {
    width: 100%;
  }

  .prodet-page1 .mbx {
    -webkit-box-ordinal-group: -1;

    -ms-flex-order: -2;

    order: -2;
  }
}

@media screen and (max-width: 1800px) {
  .complete-page .complete2 .ui.container .bottom {
    padding: 0 60px;
  }
  .complete-page .complete3 .newsbox ul.newslist li .item h6 {
    min-height: 0;
  }
}

@media screen and (max-width: 1400px) {
  .complete-page .complete2 .ui.container .bottom .honorbox {
    padding-bottom: 0;
    background: #fff;
  }
}
@media screen and (max-width: 1000px) {
  .complete-page .complete2 .ui.container .bottom {
    display: none;
  }
  .complete-page .complete4 {
    height: 680px;
    padding-top: 40px;
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .complete-page .complete2 .ui.container .top .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .complete-page .complete2 .ui.container .top .main .left {
    width: 100%;
    padding-right: 0;
  }
  .complete-page .complete2 .ui.container .top .main .right {
    width: 100%;
    padding-left: 0;
  }
  .complete-page .complete4 h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .complete-page .complete2 {
    display: none;
  }
}

/*弹窗*/
#mask .prodet-page2 {
  padding: 40px 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: #f5fafb;
}
#mask {
  -webkit-backface-visibility: hidden;
  height: fit-content;
  left: 50%;
  transform: translateX(-50%);
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 140px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: fit-content;
  z-index: 111;
  display: none;
}

#mask.active {
  display: block !important;
}
#mask .mask-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#mask .mask-close {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
#mask .mask-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodet-page2 .prodet-1 .prodet-box {
  display: flex;
}
.prodet-page2 .prodet-1 .prodet-box .left {
  width: 50%;
}
.prodet-page2 .prodet-1 .prodet-box .left .big {
  position: relative;
  width:calc(100% - 145px);
}

.prodet-page2 .prodet-1 .prodet-box .left .big .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.7rem;
  height: 10.1rem;
  border: none;
  color: transparent;
  z-index: 5;
}
.prodet-page2 .prodet-1 .prodet-box .left .big .slick-prev {
  background: url(../images/a-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page2 .prodet-1 .prodet-box .left .big .slick-next {
  background: url(../images/a-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}
.prodet-page2 .prodet-1 .prodet-box .left .big ul li img {
  width: 100%;
}
.prodet-page2 .prodet-1 .prodet-box .left .big .btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4.5rem;
  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-page2 .prodet-1 .prodet-box .left .big .btn a {
    display: inline-block;
    padding: 13px 3.6rem;
    font-size: 18px;
    line-height: 1;
    color: var(--color);
    border: 1px solid var(--color);
    background: #ffffff;
    margin: 0 1rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page2 .prodet-1 .prodet-box .left .big .btn a:hover {
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.prodet-page2 .prodet-1 .prodet-box .left .big .btn a.on {
    color: #fff;
    background: var(--color);
}
.prodet-page2 .prodet-1 .prodet-box .left .big .btn a.on:hover {
  background: var(--color);
}
.prodet-page2 .prodet-1 .prodet-box .right {
  width: 50%;
  /*padding-top: 25px;*/
}
.prodet-page2 .prodet-1 .prodet-box .right h3 {
  font-size: 30px;
  line-height: 1.6;
  color: #000000;
  font-weight: bold;
  text-transform: capitalize;
}
.prodet-page2 .prodet-1 .prodet-box .right p {
    font-size: 15px;
    color: #000;
    line-height: 2;
    text-transform: capitalize;
}
.prodet-page2 .prodet-1 .prodet-box .right h4 {
  font-size: 16px;
  line-height: 2;
  color: #777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.prodet-page2 .prodet-1 .prodet-box .right .tit {
  padding-bottom: 1rem;
}
.prodet-page2 .prodet-1 .prodet-box .right .tit h1 {
  margin-bottom: 2rem;
}
.prodet-page2 .prodet-1 .prodet-box .right .text {
  padding-bottom: 1rem;
      /*max-height: 220px;
    overflow: overlay;
    line-height: 2;*/
}
/*.prodet-page2 .prodet-1 .prodet-box .right .text h4 {
  margin-bottom: 2rem;
}*/
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery {
  margin-right: 20px;
  width: 125px;
}
/*.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .list1 .acc{
 
}*/
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .list1 .acc .add {
  border:1px solid transparent;
  transition: all 0.5s;
}
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .list1 .acc .slick-current .add {
  border:1px solid var(--color);
}
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .list1 .acc .add .img{
  height: 125px;
}
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .list1 .acc .slick-track {
  margin-left: 0;
}
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery h4 {
  margin-bottom: 2.8rem;
}
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .big-slick ul {
  margin: 0 -1.3rem;
}
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .big-slick ul li {
  padding: 0 1.3rem;
}
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .big-slick ul li a {
  display: block;
  overflow: hidden;
}
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .big-slick ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page2 .prodet-1 .prodet-box .left .pro-gallery .big-slick ul li a img {
  width: 100%;
}
.prodet-page2 .prodet-1 .prodet-box .right .det h4 {
  margin-bottom: 1.5rem;
}
.prodet-page2 .prodet-1 .prodet-box .right .det h4 img {
  max-width: 9px;
  margin-right: 12px;
}
.prodet-page2 .prodet-1 .prodet-box .right .share {
  margin-top: 2.8rem;
  display: block;
}
.prodet-page2 .prodet-1 .prodet-box .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
}
.prodet-page2 .prodet-1 .prodet-box .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page2 .prodet-1 .prodet-box .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0;
  margin: 0;
  margin-left: 1.5rem;
  color: #000;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page2 .container {
  max-width: 1370px;
}
.prodet-page2 .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.prodet-page2 .prodet-1 .left {
  width: 50%;
  vertical-align: middle;
  display: flex;
}
.prodet-page2 .prodet-1 .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/*.prodet-page2 .prodet-1 .left img {
  width: 100%;
}*/
.prodet-page2 .prodet-1 .left .smallImg {
  padding-right: 24px;
  width: 20.5%;
}
.prodet-page2 .prodet-1 .left .smallImg ul {
  margin: -12px;
}
.prodet-page2 .prodet-1 .left .smallImg ul li {
  padding: 12px;
}
.prodet-page2 .prodet-1 .left .smallImg ul .slick-current li img {
  border-color: var(--color);
}
.prodet-page2 .prodet-1 .left .bigImg {
  width: 79.5%;
}
.prodet-page2 .prodet-1 .left .bigImg .img {
  position: relative;
  display: block;
}
.prodet-page2 .prodet-1 .left .bigImg .img span {
  
  width: 40px;
  height: 40px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: none;
  -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;
  position: absolute;
  top: 12px;
  right: 12px;
}
.prodet-page2 .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}
.prodet-page2 .prodet-1 .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
}
.prodet-page2 .prodet-1 .right h1 {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 400;
}
.prodet-page2 .prodet-1 .right .text {
  font-size: 16px;
  color: #8e8e8e;
  padding-right: 1em;
  line-height: 2;
  /*overflow: auto;
  max-height: 250px;*/
}
.prodet-page2 .prodet-1 .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bfbfbf;
}
.prodet-page2 .prodet-1 .right .share span.h6 {
  font-size: 24px;
}
.prodet-page2 .prodet-1 .right .share a {
  font-size: 18px;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page2 .prodet-1 .right .share a:hover {
  color: var(--color);
}
.prodet-page2 .prodet-1 .right a.more {
  margin-top: 1em;
}
.prodet-page2 .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page2 .prodet-2 .options {
  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-bottom: 1px solid #c3c3c3;
}
.prodet-page2 .prodet-2 .options span {
  font-size: 24px;
  font-weight: 400;
  width: 360px;
  color: #000;
  margin-right: 1em;
  height: 2.5em;
  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: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page2 .prodet-2 .options span i {
  color: #bfbfbf;
}
.prodet-page2 .prodet-2 .options span.active {
  background-color: var(--color);
  border-bottom-color: transparent;
  color: #fff;
}
.prodet-page2 .prodet-2 .ret {
  margin-top: 40px;
  font-size: 18px;
  color: #242424;
  line-height: 1.6;
}
.prodet-page2 .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet-page2 .prodet-2 .ret table tr:first-child {
  background-color: #242424;
  color: white;
}
.prodet-page2 .prodet-2 .ret table tr td {
  border: 1px solid white;
  text-align: center;
  padding: .5em;
}
.prodet-page2 .prodet-3 {
  text-align: center;
  padding-bottom: 120px;
}
.prodet-page2 .prodet-3 span.txt {
  margin-bottom: .3em;
}
.prodet-page2 .prodet-3 .list {
  margin: 45px 0;
  border-right: 1px solid #bfbfbf;
}
.prodet-page2 .prodet-3 .dots {
  text-align: center;
}
.prodet-page2 .prodet-3 .dots ul {
  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-page2 .prodet-3 .dots ul li {
  margin: 0 7px;
}
.prodet-page2 .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.prodet-page2 .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}
.prodet-page2 .prodet-1 .prodet-box .right .btn {
  width: 100%;
  left: 0;
  bottom: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page2 .prodet-1 .prodet-box .right .btn a.on {
  color: #fff;
  background: #000;
}
.prodet-page2 .prodet-1 .prodet-box .right .btn a {
  display: inline-block;
  padding: 16px 2em;
  font-size: 20px;
  line-height: 1;
  color: var(--color);
  /*border: 1px solid var(--color);*/
  background: #ffffff;
  margin: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}
.prodet-page2 .prodet-1 .prodet-box .right .btn a:first-child{
  margin-right: 15px;
}
@media screen and (max-width: 1600px) {
  .prodet-page2 .prodet-2 .options span {
    font-size: 18px;
    width: 280px;
  }
  /* .about-2 .ui.container .main ul.ab2list li .textbox .content {
    line-height: 1.6;
  } */
  .prodet-page2 .prodet-3 {
    padding-bottom: 80px;
  }
  .prodet-page2 .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page2 .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }
  .prodet-page2 .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }
  .prodet-page2 .prodet-1 .right .share a {
    font-size: 16px;
  }
  .prodet-page2 .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
  .prodet-page2 .prodet-2 {
    padding: 60px 0;
  }
  /* .inner-page #productList ul li a.link,
  .seoBox .seoNews .bottom .list ul li .box a.link {
    font-size: 16px;
  } */
  /* .inner-page #productList ul li a.link em:after, */
  /* .seoBox .seoNews .bottom .list ul li .box a.link:after {
    border-width: 2px;
  } */
  .prodet-page2 .prodet-1 .prodet-box .right .text {
    height: 200px;
    padding-right: 10px;
    overflow: auto;
  }
  .prodet-page2 .container {
    max-width: 1240px;
  }
}
span.txt {
  font-size: 24px;
  letter-spacing: 6px;
  color: var(--color);
  text-transform: uppercase;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 1450px) {
  .prodet-page2 .prodet-2 .options span {
    font-size: 16px;
    width: 220px;
  }
  .prodet-page2 .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page2 .prodet-1 .right h1 {
    font-size: 20px;
    line-height: 36px;
  }
  .prodet-page2 .prodet-1 .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page2 .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page2 .prodet-1 .left .smallImg {
    padding-right: 23px;
  }
  .prodet-page2 .prodet-3 {
    padding-bottom: 50px;
  }
  .prodet-page2 .prodet-3 .list {
    margin: 30px 0;
  }
  .prodet-page2 .container {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page2 .prodet-2 .options span {
    font-size: 14px;
    line-height: 28px;
    width: 200px;
  }
  /* .news-page {
    padding-top: 20px;
    padding-bottom: 60px;
  } */
  .prodet-page2 .prodet-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page2 .prodet-1 .prodet-box .right h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .prodet-page2 .prodet-1 .left {
    width: 100%;
  }
  .prodet-page2 .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
  }
  .prodet-page2 .prodet-2 .ret {
    font-size: 16px;
  }
  .prodet-page2 .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .prodet-page2 .container {
    max-width: 840px;
  }
  #mask .prodet-page2 {
    padding: 20px 30px;
  }
  .prodet-page2 .prodet-1 .prodet-box .right .btn a {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1000px) {
  /* .about-2 .ui.container .main ul.ab2list li .textbox .content {
    font-size: 16px;
  } */
  #mask .mask-close {
    right: 3%;
    top: 3%;
  }
  #mask .mask-inner .item {
    width: 100%;
    max-height: 80vh;
    overflow: auto;
  }
  .prodet-page2 .prodet-1 .prodet-box .left .big .img {
    text-align: center;
  }
  .prodet-page2 .prodet-1 .prodet-box .left .big .img img {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
  #mask .prodet-page2 {
    padding: 0;
  }
  .prodet-page2 .prodet-1 .prodet-box {
    flex-wrap: wrap;
  }
  .prodet-page2 .prodet-1 .prodet-box .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .prodet-page2 .prodet-1 .prodet-box .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page2 .prodet-1 .prodet-box .right p {
    font-size: 14px;
  }
  .prodet-page2 .prodet-1 .prodet-box .right .text {
    height: 150px;
  }
  .prodet-page2 .prodet-1 .prodet-box .left .big .img {
    text-align: center;
  }
  .prodet-page2 .prodet-1 .prodet-box .left .big .img img {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
  #mask .prodet-page2 {
    padding: 0;
  }
  .prodet-page2 .prodet-1 .prodet-box .left .pro-gallery img {
    max-width: 100%;
  }
  .prodet-page2 .prodet-1 .prodet-box .right .share ul li {
    width: auto !important;
  }
  .prodet-page2 .prodet-1 .prodet-box .right .share {
    display: none;
  }
  .prodet-page2 .prodet-1 .prodet-box .right {
    margin-top: 0;
  }
  .prodet-page2 .prodet-1 {
    padding: 60px 0;
  }
  .prodet-page2 .container {
    max-width: 940px;
  }
  .prodet-page2 .container {
    max-width: 680px;
  }
  #mask {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 700px) {
  .prodet-page2 .container {
    width: calc(100vw - 30px);
  }
  .prodet-page2 .prodet-2 .options span {
    font-size: 14px;
    width: 140px;
  }
  .prodet-page2 .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page2 .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
  .prodet-page2 .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page2 .prodet-2 .ret {
    font-size: 14px;
  }
  /* .inner-page #productList ul li span.h6 {
    font-size: 16px;
    line-height: 30px;
  } */
}
/*手机终调*/
@media screen and (max-width: 700px) {
  .complete-page .complete3{
    padding-bottom: 50px;
  }
  .prodet-page1{
    padding-bottom: 0px;
  }
  .prodet-page1
  .init-2
  .container
  .content
  .swiper
  .swiper-wrapper
  .swiper-slide
  .img{
    height: auto;
  }
  .about-page .about-1 .top .text .more{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li .more{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .prodet-page .prodet-2{
    padding-bottom: 30px;
  }
  .contact-page .contact-2{
    padding-top: 0px;
  }
}

.category-banner .container {
  max-width: 1500px;
}
.category-banner li {
  position: relative;
}
.category-banner li .category-title {
  position: absolute;
  left: 15.17%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.category-page .container {
  max-width: 1500px;
}
.category-page .about {
  position: relative;
}
.category-page .about .left {
  width: 38.6%;
}
.category-page .about .right {
  width: 61.4%;
}
.category-page .about .right .public-title {
  position: relative;
}
.category-page .about .right .public-title .title-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 17%;
  width: 100%;
}
.category-page .about .right .intro {
  font-weight: 300;
  line-height: 1.666;
}
.category-page .about .right .number-Plus {
  margin-left: -6px;
  margin-right: -6px;
}
.category-page .about .right .number-Plus li {
  margin: 0 6px;
}
.category-page .about .right .number-Plus li .top {
  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;
  margin-bottom: 13px;
}
.category-page .about .right .number-Plus li .top em {
  font-size: 72px;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 500;
}
.category-page .about .right .number-Plus li .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
  font-weight: 300;
  margin-left: 4;
}
.category-page .about .right .number-Plus li .title {
  font-weight: 300;
}
.category-page .inner-honor {
  margin-left: -22px;
  margin-right: -22px;
}
.category-page .inner-honor .public-title {
  color: #ffffff;
}
.category-page .inner-honor li {
  padding-left: 25px;
  padding-right: 25px;
}
.category-page .inner-honor li .img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.category-page .category-page-form .intro {
  color: #1d1d1d;
  opacity: 0.8;
  line-height: 1.625;
  width: 40%;
}
.category-page .category-page-form form {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 753px;
}
.category-page .category-page-form form input {
  background: none;
  border: none;
  height: 65px;
  background-color: #ffffff;
  color: #000;
}
.category-page .category-page-form form input::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.category-page .category-page-form form input:-moz-placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.category-page .category-page-form form input::-moz-placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.category-page .category-page-form form input:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.category-page .category-page-form form input::placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.category-page .category-page-form form input.name,
.category-page .category-page-form form input.mail {
  width: 48%;
  padding-right: 10px;
}
.category-page .category-page-form form input.content {
  width: -webkit-calc(100% - 148px);
  width: -moz-calc(100% - 148px);
  width: calc(100% - 148px);
  padding-right: 10px;
}
.category-page .category-page-form form input.submit {
  width: 148px;
  background: #000 url(../images/category-page-form-submit.png) no-repeat center center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-page .category-page-form form input.submit:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1000px) {
  .category-page .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-page .container .left {
    width: 100%;
  }
  .category-page .container .right {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .category-page .category-page-form form {
    width: 100%;
  }
  .category-page .about .right .number-Plus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-page .about .right .number-Plus li {
    width: 40%;
  }
  .category-page .about .right .number-Plus li .top em {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .category-page .category-page-form form input {
    height: 40px;
  }
  .category-page .category-page-form form input.name,
  .category-page .category-page-form form input.mail {
    width: 100%;
    margin-bottom: 15px;
  }
  .category-page .category-page-form form input.content {
    width: 100%;
    margin-bottom: 15px;
  }
  .category-page .category-page-form .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-page .category-page-form .intro {
    width: 100%;
  }
}
#pop-up-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  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;
  z-index: 21;
  pointer-events: initial;
  opacity: 1;
}
#pop-up-window.hide{
  z-index: -999;
  pointer-events: none;
  opacity: 0;
}
#pop-up-window .pop-up-content {
  width: 56%;
  /*max-height: 70%;*/
  position: relative;
  background-color: #fff;
}
#pop-up-window .pop-up-content .pop-up-content-scroll {
  overflow-y: auto;
  max-height: 70vh;
  background-color: #fff;
}
#pop-up-window .pop-up-content .content-top .left li{
  max-height: 495px;
  overflow: hidden
}
#pop-up-window .pop-up-content .content-top .right .title {
  border-bottom: 1px solid #c5c5c5;
}
#pop-up-window .pop-up-content .content-bottom {
  font-size: 10px;
  position: relative;
}
#pop-up-window .pop-up-content .content-bottom .prev-btn {
  left: 0;
}
#pop-up-window .pop-up-content .content-bottom .next-btn {
  right: 0;
}
#pop-up-window .pop-up-content .content-bottom .prev-btn,
#pop-up-window .pop-up-content .content-bottom .next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c2c2c2;
}
#pop-up-window .pop-up-content .content-bottom .prev-btn i,
#pop-up-window .pop-up-content .content-bottom .next-btn i {
  font-size: 22px;
}
#pop-up-window .pop-up-content .content-bottom ul {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
#pop-up-window .pop-up-content .content-bottom ul li {
  padding: 0 8px;
}
#pop-up-window .pop-up-content .prev-product {
  -webkit-transform: translateX(-100%) translateY(-50%);
  -moz-transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}
#pop-up-window .pop-up-content .next-product {
  -webkit-transform: translateX(100%) translateY(-50%);
  -moz-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
}
#pop-up-window .pop-up-content .prev-product,
#pop-up-window .pop-up-content .next-product {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#pop-up-window .pop-up-content .prev-product i,
#pop-up-window .pop-up-content .next-product i {
  font-size: 30px;
}
#pop-up-window .pop-up-content .prev-product:hover,
#pop-up-window .pop-up-content .next-product:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
#pop-up-window .pop-up-content .prev-product.prev-product,
#pop-up-window .pop-up-content .next-product.prev-product {
  left: -15px;
}
#pop-up-window .pop-up-content .prev-product.next-product,
#pop-up-window .pop-up-content .next-product.next-product {
  right: -15px;
}
#pop-up-window .pop-up-content .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 5px;
  margin-right: 10px;
}
#pop-up-window .pop-up-content .close-btn i {
  font-size: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#pop-up-window .pop-up-content .close-btn:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  #pop-up-window .pop-up-content .pop-up-content-scroll .content-top{
    flex-wrap: wrap;
  }
  #pop-up-window .pop-up-content .pop-up-content-scroll .content-top .left{
    width: 100%;
  }
  #pop-up-window .pop-up-content .pop-up-content-scroll .content-top .right{
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 700px) {
  #pop-up-window .pop-up-content .prev-product,
  #pop-up-window .pop-up-content .next-product{
    display: none;
  }
  #pop-up-window .pop-up-content .content-bottom .prev-btn,
  #pop-up-window .pop-up-content .content-bottom .next-btn{
    display: none;
  }
  #pop-up-window .pop-up-content{
    width: 75%;
  }
  #pop-up-window .pop-up-content .content-top .left li{
    max-height: unset;
  }
}
