@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #e60012;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
  margin-bottom: 40px
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.grid-box {
    font-size: 0;
    [;letter-spacing: -4px;
    font-size: 12px;
    ]}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;letter-spacing: 0;
    ]}

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

}
.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}
.search-box form input {
    background: none;
    outline: none;
    border: none;
}
.search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}
.search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}
.search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header.active .nav {
  height: 100px;
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .language-box .zhuyu img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .right .h-search {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header .nav {
  height: 105px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .logo img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#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;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#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: 20px;
  margin-right: 35px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  color: white;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  line-height: 1.4;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#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: auto;
  min-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;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
  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 .right {
  margin-left: 185px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu .right .h-inquiry {
  width: 150px;
  height: 45px;
  border: none;
}
#header .nav .ui.menu .right .h-inquiry span {
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
.language-box {
  margin-left: 25px;
  margin-right: 45px;
}
.language-box .zhuyu img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
#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;
}
.more.white {
  background-color: white;
}
.more.white i {
  background-color: var(--color);
  color: white;
}
.more.white span {
  color: var(--color);
}

.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 53px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  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;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  background-color: transparent;
  border-color: var(--color);
}
.more:hover i {
  background-color: var(--color);
  color:white;
}
.more i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  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;
  color: var(--color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: white;
  position: relative;
  z-index: 5;
  margin-right: 20px;
}
.more span {
  font-size: 14px;
  color: white;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.more:hover span{
  color: var(--color);
}
.h-title span {
  font-size: 20px;
  font-weight: 700;
  color: var(--color);
}
.h-title h3 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 5;
  color: #333333;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .bg{
  width: 100%;
  height: auto;
  max-height: 950px;
  object-fit: cover;
  filter: brightness(0.7);
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content ul li .content .box {
  color: white;
}
#banner .banner-content ul li .content .box h3 {
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
#banner .banner-content ul li .content .box p {
  font-weight: 500;
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  padding: 75px 0 50px;
  background: url("../images/product-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .homepage-1 .top .box-nav{
  margin-top: 55px;
}
#index-body .homepage-1 .top .box-nav .right{
  padding: 0 30px;
  position: relative;
}
#index-body .homepage-1 .top .box-nav .right .slick-arrow{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;
  overflow: hidden;
  z-index: 10;
}
#index-body .homepage-1 .top .box-nav .right .slick-arrow::before{
  content:"\e613";
  font-family: 'iconfont';
  font-size: 20px;
  color: #333;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
#index-body .homepage-1 .top .box-nav .right .slick-arrow.slick-prev::before{
  transform: translate(-50%,-50%) rotate(180deg);
}
#index-body .homepage-1 .top .box-nav .right .slick-prev{
  left: -30px;
}
#index-body .homepage-1 .top .box-nav .right .slick-next{
  right:-30px;
}
#index-body .homepage-1 .top ul{
  margin: 0 -8px;
}
#index-body .homepage-1 .top ul li {
  padding: 0 8px;
}
#index-body .homepage-1 .top ul li .title{
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0 15px;
  text-align: center;
}
#index-body .homepage-1 .top ul .slick-current li .title{
  background: -webkit-gradient(linear, left top, right top, from(#f69a22), to(#eb2d17));
  background: -webkit-linear-gradient(left, #f69a22 0%, #eb2d17 100%);
  background: -moz-linear-gradient(left, #f69a22 0%, #eb2d17 100%);
  background: linear-gradient(to right, #f69a22 0%, #eb2d17 100%);
  color: white;
  border-color: transparent;
}
#index-body .homepage-1 .bottom {
  position: relative;
}
#index-body .homepage-1 .bottom ul {
  margin: 0 -15px;
  display: none;
}
#index-body .homepage-1 .bottom ul.active {
  display: block;
}
#index-body .homepage-1 .bottom ul li {
  padding: 0 15px;
}
#index-body .homepage-1 .bottom ul li .box {
  padding: 0 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
}
#index-body .homepage-1 .bottom ul li .box .img {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 325px;
}
#index-body .homepage-1 .bottom ul li .box .img img {
  width: auto;
}
#index-body .homepage-1 .bottom ul li .box .text {
  padding: 15px 15px 25px;
}
#index-body .homepage-1 .bottom ul li .box .text span {
  color: var(--color);
}
#index-body .homepage-1 .bottom ul li .box .text .btn {
  width: 60px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  background-color: var(--color);
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  border: 2px solid var(--color);
}
#index-body .homepage-1 .bottom ul li .box .text .btn i {
  font-size: 14px;
  font-weight: bold;
}
#index-body .homepage-1 .bottom ul li .box .text .btn:hover {
  background-color: transparent;
  color: var(--color);
}
#index-body .homepage-1 .bottom .bot {
  width: 100%;
}
#index-body .homepage-1 .bottom .bot .pro-dots {
  width: 100%;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots {
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 10px;
  -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;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li {
  height: 3px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li button {
  display: none;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li.slick-active,
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li:hover {
  background-color: #9b9b9b;
}
#index-body .homepage-1 .bottom .bot .arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-1 .bottom .bot .arrow span {
  background-color: 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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#index-body .homepage-1 .bottom .bot .arrow span:first-child {
  margin-right: 15px;
}
#index-body .homepage-1 .bottom .bot .arrow span:hover {
  border-color: var(--color);
}
#index-body .homepage-1 .bottom .bot .arrow span:hover i {
  color: var(--color);
}
#index-body .homepage-1 .bottom .bot .arrow span i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
#index-body .homepage-2 .left {
  position: relative;
  background: url('../images/hot-bg.jpg')no-repeat;
  background-size: cover;
}
#index-body .homepage-2 .left ul li {
  position: relative;
  height: 750px;
}
#index-body .homepage-2 .left ul li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-2 .left ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#index-body .homepage-2 .left ul li .img img {
  max-width: 50%;
}
#index-body .homepage-2 .left .arrow {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 60px;
  top: 50px;
}
#index-body .homepage-2 .left .arrow span {
  background: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
#index-body .homepage-2 .left .arrow span:hover {
  background: white;
}
#index-body .homepage-2 .left .arrow span:hover i {
  color: var(--color);
}
#index-body .homepage-2 .left .arrow span i {
  color: white;
  font-size: 24px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-2 .right {
  background: -webkit-gradient(linear, left top, right top, from(#f69a22), to(#eb2d17));
  background: -webkit-linear-gradient(left, #f69a22 0%, #eb2d17 100%);
  background: -moz-linear-gradient(left, #f69a22 0%, #eb2d17 100%);
  background: linear-gradient(to right, #f69a22 0%, #eb2d17 100%);
  padding: 100px 100px 85px 60px;
  background-size: 100% 100% !important;
  color: white;
  background: url("../images/hot-pro-icon.png") no-repeat;
  height: 750px;
}
#index-body .homepage-2 .right p {
  border-bottom: 1px solid white;
  max-width: 570px;
  padding-bottom: 10px;
}
#index-body .homepage-2 .right .h-title h3 {
  color: white;
}
#index-body .homepage-3 {
  padding: 85px 0;
  background: url("../images/app-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .homepage-3 .top .text{
  font-weight: 300;
}
#index-body .homepage-3 .bottom ul{
  margin: 0 -15px;
}
#index-body .homepage-3 .bottom ul li{
  padding: 0 15px;
}
#index-body .homepage-3 .bottom ul li .box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#index-body .homepage-3 .bottom ul li .box .img{
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom ul li .box:hover .img{
  filter: brightness(0.6);
}
#index-body .homepage-3 .bottom ul li .box:hover .text {
  background-color: transparent;
  color: white;
}
#index-body .homepage-3 .bottom ul li .box:hover .text::before {
  top: 100%;
}
#index-body .homepage-3 .bottom ul li .box:hover .text h4 {
  color: white;
}
#index-body .homepage-3 .bottom ul li .box:hover .text p {
  opacity: 1;
  color: white;
}
#index-body .homepage-3 .bottom ul li .box:hover .text a.btn span {
  color: white;
}
#index-body .homepage-3 .bottom ul li .box:hover .text a.btn i {
  background-color: white;
  color: var(--color);
}
#index-body .homepage-3 .bottom ul li .box .text {
  position: absolute;
  padding: 25px 40px 0;
  left: 0;
  bottom: 0;
  height: 265px;
}
#index-body .homepage-3 .bottom ul li .box .text::before {
  content: "";
  background-color: white;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-3 .bottom ul li .box .text h4 {
  color: var(--color);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 5;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;  

}
#index-body .homepage-3 .bottom ul li .box .text p {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 5;
}
#index-body .homepage-3 .bottom ul li .box .text a.btn {
  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;
  position: relative;
  z-index: 5;
}
#index-body .homepage-3 .bottom ul li .box .text a.btn i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-3 .bottom ul li .box .text a.btn span {
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-4 {
  padding: 150px 0;
  background: url("../images/about-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .homepage-4 .container .left {
  width: 51.7%;
  color: white;
  padding-right: 90px;
}
#index-body .homepage-4 .container .left .h-title h3 {
  font-size: 30px;
  color: white;
}
#index-body .homepage-4 .container .left ul li h4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}
#index-body .homepage-4 .container .left ul li h4 span {
  font-size: 18px;
}
#index-body .homepage-4 .container .left ul li p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
#index-body .homepage-4 .container .right {
  width: 48.3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-4 .container .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-5 {
  padding: 85px 0 90px;
  background: url("../images/custom-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .homepage-5 .top .h-title h3 {
  font-size: 30px;
}
#index-body .homepage-5 .bottom .left {
  width: 39.2%;
}
#index-body .homepage-5 .bottom .left ul li:last-child .box {
  border: none;
}
#index-body .homepage-5 .bottom .left ul li .box {
  height: 170px;
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 80px 25px 0;
}
#index-body .homepage-5 .bottom .left ul li .box .text {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
}
#index-body .homepage-5 .bottom .right {
  width: 60.8%;
}
#index-body .homepage-5 .bottom .right ul{
  margin: 0 -27px;
}
#index-body .homepage-5 .bottom .right ul li{
  padding: 0 27px;
}
#index-body .homepage-5 .bottom .right ul li .box {
  position: relative;
  color: white;
  border-radius: 5px;
  overflow: hidden;
}
#index-body .homepage-5 .bottom .right ul li .box > h4 {
  position: absolute;
  padding: 0 20px 25px;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-5 .bottom .right ul li .box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 0 20px 35px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-5 .bottom .right ul li .box::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(172, 82, 42, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-5 .bottom .right ul li .box:hover::before {
  opacity: 1;
}
#index-body .homepage-5 .bottom .right ul li .box:hover > h4 {
  opacity: 0;
  z-index: -1;
}
#index-body .homepage-5 .bottom .right ul li .box:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .homepage-5 .bottom .right .slickDots {
  margin-top: 25px;
}
#index-body .homepage-5 .bottom .right .slickDots .slick-dots {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#index-body .homepage-5 .bottom .right .slickDots .slick-dots li {
  width: 12px;
  height: 8px;
  border-radius: 2px;
  background-color: #333333;
  border-color: #333;
}
#index-body .homepage-5 .bottom .right .slickDots .slick-dots li.slick-active {
  width: 20px;
  border-color: var(--color);
  background-color: var(--color);
}
#index-body .homepage-6 {
  padding: 100px 0 110px;
  background: url("../images/strength-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .homepage-6 .left {
  color: white;
  width: 38.1%;
}
#index-body .homepage-6 .left .h-title span,
#index-body .homepage-6 .left .h-title h3 {
  color: white;
}

#index-body .homepage-6 .left ul {
  margin: 0 -10px;
}
#index-body .homepage-6 .left ul li{
  padding: 0 10px;
}

#index-body .homepage-6 .right {
  width: 61.9%;
  max-width: 880px;
}
#index-body .homepage-6 .right ul {
  margin: -25px -20px;
}
#index-body .homepage-6 .right ul li {
  padding: 25px 20px;
  width: 50%;
}
#index-body .homepage-6 .right ul li .box {
  height: 280px;
  border-radius: 5px;
  background-color: white;
  padding: 20px 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
#index-body .homepage-6 .right ul li .box img,
#index-body .homepage-6 .right ul li .box p,
#index-body .homepage-6 .right ul li .box h4 {
  z-index: 5;
  position: relative;
}
#index-body .homepage-6 .right ul li .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f69a22), to(#eb2d17));
  background: -webkit-linear-gradient(left, #f69a22 0%, #eb2d17 100%);
  background: -moz-linear-gradient(left, #f69a22 0%, #eb2d17 100%);
  background: linear-gradient(to right, #f69a22 0%, #eb2d17 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .homepage-6 .right ul li .box:hover::before {
  opacity: 1;
}
#index-body .homepage-6 .right ul li .box:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .homepage-6 .right ul li .box:hover p,
#index-body .homepage-6 .right ul li .box:hover h4 {
  color: white;
  opacity: 1;
}
#index-body .homepage-6 .right ul li .box:hover a.btn i {
  background-color: white;
  color: var(--color);
}
#index-body .homepage-6 .right ul li .box:hover a.btn span {
  color: white;
}
#index-body .homepage-6 .right ul li .box p {
  max-height: 70px;
  overflow-y: auto;
  padding-right: 40px;
  opacity: 0.6;
}
#index-body .homepage-6 .right ul li .box a.btn {
  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;
  position: relative;
  z-index: 5;
}
#index-body .homepage-6 .right ul li .box a.btn i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-6 .right ul li .box a.btn span {
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-7 {
  padding: 110px 0 90px;
  background-color: #f3f3f3;
}
#index-body .homepage-7 .top .h-title h3 {
  font-size: 30px;
}
#index-body .homepage-7 .bottom ul li {
  position: relative;
  padding-bottom: 35px;
}
#index-body .homepage-7 .bottom ul li:hover .btn {
  opacity: 1;
}
#index-body .homepage-7 .bottom ul li:hover .box::before {
  opacity: 1;
}
#index-body .homepage-7 .bottom ul li:hover .box .time span {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index-body .homepage-7 .bottom ul li .btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #161616;
  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;
  position: absolute;
  right: 44px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 5px;
  padding-top: 5px;
}
#index-body .homepage-7 .bottom ul li .btn i {
  color: #fff;
  font-size: 30px;
}
#index-body .homepage-7 .bottom ul li .box {
  padding: 70px 45px 50px;
  background-color: white;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
#index-body .homepage-7 .bottom ul li .box::before {
  content: '';
  position: absolute;
  right: 25px;
  display: block;
  width: 90px;
  height: 90px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 50%;
  border: 3px solid var(--color);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-7 .bottom ul li .box .tag {
  position: absolute;
  left: 0;
  top: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#f69a22), to(#eb2d17));
  background: -webkit-linear-gradient(left, #f69a22 0%, #eb2d17 100%);
  background: -moz-linear-gradient(left, #f69a22 0%, #eb2d17 100%);
  background: linear-gradient(to right, #f69a22 0%, #eb2d17 100%);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  padding: 0 15px;
  font-size: 14px;
}
#index-body .homepage-7 .bottom ul li .box .time {
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-7 .bottom ul li .box .time span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer {
  padding-top: 85px;
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
}
#footer form {
  max-width: 1400px;
}
#footer form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}
#footer form input[type='text'] {
  width: 175px;
  height: 45px;
  border: none;
  padding: 0 15px;
  background-color: #464748;
  font-size: 14px;
  color: white;
  border-radius: 5px;
}
#footer form input[name='phone'] {
  width: 205px;
}
#footer form input[name='mail'] {
  width: 250px;
}
#footer form input[name="content"] {
  width: 40%;
}
#footer form input[type='submit'] {
  width: 125px;
  height: 45px;
  border: none;
  border-radius: 5px;
  background-color: var(--color);
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer form input[type='submit']:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .center {
  padding: 0 15px 70px;
}
#footer .center .h-title {
  color: white;
}
#footer .center .h-title h3 {
  color: white;
}
#footer .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 120px;
}
#footer .center ul li.logo {
  color: white;
  max-width: 275px;
}
#footer .center ul li.logo p {
  font-weight: 300;
}
#footer .center ul li.logo #ewm canvas,
#footer .center ul li.logo #ewm img {
  width: 60px;
  height: 60px;
  border: 5px solid white;
}
#footer .center ul li.link span:hover {
  color: var(--color);
}
#footer .center ul li.link span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .center ul li.link span::before {
  content: '-';
  margin-right: 2px;
  display: block;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .center ul li.link span:hover::before {
  width: 10px;
  color: var(--color);
}
#footer .center ul li.contact {
  max-width: 300px;
  color: white;
}
#footer .center ul li.contact h5 {
  color: #777;
  font-weight: 500;
}
#footer .center ul li.contact p {
  font-weight: 500;
}
#footer .center ul li.contact h6 {
  border-bottom: 2px solid white;
}
#footer .center ul li.contact {
  max-width: 370px;
}
#footer .center ul li.contact p {
  font-size: 16px;
  margin-top: 10px;
}
#footer .center ul li.contact p:first-child {
  margin-top: 0;
}
#footer .center ul li.contact .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .center ul li.contact .share a {
  width: 30px;
  height: 30px;
  background-color: #4e4544;
  color: white;
  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;
  margin-right: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
}
#footer .center ul li.contact .share a:last-child {
  margin-right: 0;
}
#footer .center ul li.contact .share a:hover {
  background-color: var(--color);
}
#footer .center ul li.contact .share a i {
  font-size: 14px;
}
#footer .center ul li h4 {
  font-size: 24px;
  color: white;
  margin-bottom: 25px;
  font-weight: 700;
}
#footer .center ul li span {
  font-size: 16px;
  color: white;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li span:last-child {
  margin-bottom: 0;
}
#footer .bottom {
  background-color: var(--color);
}
#footer .bottom .container {
  height: 40px;
}
#footer .bottom .container span {
  font-size: 16px;
  color: white;
  font-weight: 300;
}
#footer .bottom .container span img {
  width: 260px;
  height: auto;
  padding-top: 2px;
}
@media screen and (max-width: 1750px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 20px;
  }
  .language-box {
    margin-left: 15px;
    margin-right: 15px;
  }
  #header .nav .ui.menu .right {
    margin-left: 30px;
  }
  #banner .banner-content ul li .content .box p {
    margin: 30px 0;
  }
  #index-body .homepage-1 .top ul li {
    width: 260px;
  }
  #index-body .homepage-6 .left .h-title h3 {
    font-size: 50px;
  }
  #index-body .homepage-6 .left .h-title h3 br {
    display: none;
  }
  #index-body .homepage-6 .right {
    width: 55%;
  }
  #index-body .homepage-2 .right,
  #index-body .homepage-2 .left ul li {
    height: 700px;
  }
  #index-body .homepage-1 .top ul li .title{
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .right .h-inquiry {
    display: none;
  }
  #banner .banner-content ul li .content .box {
    width: 75%;
  }
  .h-title h3 {
    font-size: 40px;
    line-height: 1.6;
  }
  #index-body .homepage-1 .top .box-nav .more {
    margin-top: 30px;
  }
  #index-body .homepage-2 .right {
    padding: 100px 60px 85px;
  }
  #index-body .homepage-2 .right .h-title h3 br {
    display: none;
  }
  #index-body .homepage-4 .container .left ul li {
    margin: 15px 0;
  }
  #index-body .homepage-4 .container .left .more {
    margin-top: 20px;
  }
  #index-body .homepage-4 .container .left .con {
    margin: 20px 0;
  }
  #index-body .homepage-6 .left .h-title h3 {
    font-size: 40px;
  }
  #footer form input[name="content"] {
    width: 30%;
  }
  #index-body .homepage-2 .right, #index-body .homepage-2 .left ul li {
    height: 620px;
  }
  #index-body .homepage-1 .top .box-nav .text h4{
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
      #banner, .inner-banner {
        margin-top: 40px;
    }
  #banner .banner-content ul li .content .box {
    width: 100%;
  }
  #index-body .homepage-1 .top ul li {
    width: 235px;
    font-size: 16px;
  }
  .h-title h3 br {
    display: none;
  }
  #index-body .homepage-4 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .homepage-4 .container .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  #index-body .homepage-4 .container .right {
    width: 100%;
  }
  #index-body .homepage-5 .top .h-title {
    width: 100%;
  }
  #index-body .homepage-5 .top p {
    width: 100%;
    margin: 25px 0;
  }
  #index-body .homepage-5 .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .homepage-5 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-6 .left {
    width: 100%;
  }
  #index-body .homepage-6 .left ul li .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .homepage-6 .right {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-7 .bottom ul li .btn {
    right: 41px;
  }
  #footer form input[type='text'],
  #footer form input[name='mail'],
  #footer form input[name='phone'],
  #footer form input[name='content'] {
    width: 49.5%;
    margin: 10px 0;
  }
  #footer form input[type='submit'] {
    margin-top: 10px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #index-body .homepage-7 .top .h-title {
    width: 100%;
  }
  #index-body .homepage-7 .top p {
    width: 100%;
    margin-top: 30px;
  }
  #footer .bottom .container {
    height: auto;
    padding: 5px 15px;
  }
  #index-body .homepage-1 .top .box-nav .text{
    width:100%;
  }
  #index-body .homepage-1 .top .box-nav .right{
    width:100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .content .box p {
    margin: 15px 0 20px;
  }
  #index-body .homepage-1 .top .box .h-title {
    width: 100%;
  }
  #index-body .homepage-1 .top .box .text {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .homepage-1 .top ul li:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  #index-body .homepage-1 .bottom {
    padding: 0;
  }
  #index-body .homepage-1 .bottom .bot .arrow {
    display: none;
  }
  #index-body .homepage-2 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .homepage-2 .flex .left {
    width: 100%;
  }
  #index-body .homepage-2 .flex .right {
    width: 100%;
  }
  #index-body .homepage-2 .left ul li {
    height: auto;
  }
  #index-body .homepage-2 .left .arrow {
    display: none;
  }
  #index-body .homepage-2 .left ul li .img {
    bottom:0;
    transform: none;
  }
  #index-body .homepage-2 .left ul li .img img {
    width: 65%;
  }
  #index-body .homepage-3 .top .h-title {
    width: 100%;
  }
  #index-body .homepage-3 .top .text {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .homepage-5 .bottom .right ul li .box img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .bottom .container span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .content .box .btn {
    display: none;
  }
  #banner .banner-content ul li .content .box p {
    margin-bottom: 0;
  }
  #index-body .homepage-1 .bottom ul li .box .img {
    min-height: 205px;
  }
  #index-body .homepage-6 .right ul li {
    width: 100%;
  }
  #index-body .homepage-2,
  #index-body .homepage-3,
  #index-body .homepage-5,
  #index-body .homepage-6 {
    display: none;
  }
  #index-body .homepage-4 .container .left ul li {
    width: 50%;
  }
  #footer .center ul {
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .center ul li.logo {
    width: 100%;
    max-width: 100%;
  }
  #footer .center ul li.contact {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  #index-body .homepage-7 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 500px) {
  #index-body .homepage-4 .container .left ul li {
    width: 100%;
  }
  #footer form input[type='text'],
  #footer form input[name='mail'],
  #footer form input[name='phone'],
  #footer form input[name='content'] {
    width: 100%;
  }
  #banner .banner-content ul li .content .box p {
    display: none;
  }
  .h-title h3 {
    font-size: 26px;
    line-height: 1.6;
  }
  #index-body .homepage-7 .bottom ul li .btn {
    right: 38px;
  }
  #index-body .homepage-1 .top ul li:nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  #index-body .homepage-1 .top ul li {
    width: 100%;
  }
}


















span.h2 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 48px;
    display: block;
    /*text-transform: uppercase;*/
}
span.tag {
    font-size: 18px;
    display: block;

    color: #e41f2d;
    line-height: 1.2;
    margin-bottom: .5em;
}
.inner-page .text {
    font-size: 18px;

    color: #757575;
    line-height: 34px;
}
.inner-banner {
  padding: 190px 0;
  position: relative;
  z-index: 1;
  color: white;
  background-size: cover;
}
.inner-banner:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("../images/inner-banner-mask.png") center bottom no-repeat;
  background-size: contain;
  z-index: -1;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 1em;
  line-height: 34px;
}
.inner-page .m-page {
  margin-top: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fce8ea;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.inner-page .m-page a:after,
.inner-page .m-page span:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #e41f2d;
  color: #fff;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 28%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .slideBarLeft .border {
  border: 1px solid #bebebe;
  margin-bottom: 30px;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
 
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.search {
  padding: 25px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 32px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: #e41f2d;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 22px;
  font-weight: 500;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fenlei{
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #e41f2d;
  margin-bottom: 20px;
}
.miaoshu{
 font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: #e41f2d;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slideBarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #e41f2d;
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slideBarBox .slideBarLeft .border.hot {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
  border: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-weight: normal;
  font-size: 18px;
  color: #e41f2d;
  line-height: 1.2;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: #e41f2d;
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #e41f2d;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.inner-page .slideBarBox .slideBarLeft .border.mail {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input {
  display: block;
  line-height: 42px;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-webkit-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
  color: #120c0b;
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-moz-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-ms-input-placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::placeholder,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea:focus,
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:focus {
  border-color: #e41f2d;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"] {
  background-color: #e41f2d;
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
  background-color: black;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li.wid-100{
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea{
  display: block;
    line-height: 42px;
    height: 100px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.5em;
    width: 100%;
    border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarRight {
  width: 72%;
}
.inner-page .prodet-product-link {
  padding-top: 80px;
}
.inner-page .prodet-product-link .productList {
  overflow: hidden;
}
.inner-page .prodet-product-link .dotsBox {
  margin-top: 90px;
  text-align: center;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fce6d1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
  border: none;
}
.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
  background: #e41f2d;
  color: #fff;
}

.about-page a.more {
  margin-top: 30px;
}
#index-body .init-3 {
  padding: 80px 0 190px;
  background: url("../images/init-3-bg.jpg") center bottom no-repeat;
  /*background-size: contain;*/
}
#index-body .init-3 .list {
  margin-top: 130px;
}
#index-body .init-3 .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .init-3 .list ul li {
  color: #787878;
}
#index-body .init-3 .list ul li .text {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  color: inherit;
  padding-right: 1em;
}
#index-body .init-3 .list ul li .line {
  display: block;
  height: 1px;
  background: #dcdcdc;
  margin: 20px 0;
  position: relative;
}
#index-body .init-3 .list ul li .line:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  -webkit-transition: 6.5s linear;
  -moz-transition: 6.5s linear;
  transition: 6.5s linear;
}
#index-body .init-3 .list ul li .line i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #787878;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list ul li .line i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
#index-body .init-3 .list ul li span.year {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 1em;
}
#index-body .init-3 .list ul .slick-current li {
  color: var(--color);
}
#index-body .init-3 .list ul .slick-current li .text {
  color: #120c0b;
}
#index-body .init-3 .list ul .slick-current li .line:before {
  width: 100%;
}
#index-body .init-3 .list ul .slick-current li .line i {
  left: 3px;
  background-color: var(--color);
}
#index-body .init-3 .list ul .slick-current li .line i:after {
  opacity: .5;
}
.about-page .about-1 {
  padding-top: 100px;
}
.about-page .about-1 .box .left {
  padding-right: 2%;
}
.about-page .about-1 .box .left a.more {
  margin-top: 1.5em;
  color: white;
  background: #e41f2d;
}
.about-page .about-1 .box .right {
  padding-left: 2%;
}
.about-page .about-1 .box .right .text p {
  margin-top: 1.5em;
}
.about-page .about-1 .img {
  position: relative;
  margin-top: 60px;
}
.about-page .about-1 .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .img .play:after,
.about-page .about-1 .img .play:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .img .play:hover:after,
.about-page .about-1 .img .play:hover:before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .img .play:hover:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-2 {
  padding: 80px 0 80px;
}
.about-page .about-2 .box .left {
  padding-right: 20%;
}
.about-page .about-2 .box .left hr {
  background-color: #120c0b;
  height: 1px;
  border: none;
  margin: 40px 0;
}
.about-page .about-2 .box .right .list ul {
  margin: -25px -35px;
}
.about-page .about-2 .box .right .list ul li {
  padding: 25px 35px;
  font-size: 22px;
}
.about-page .about-2 .box .right .list ul li i {
  display: block;
  position: relative;
  margin-top: 1em;
}
.about-page .about-2 .box .right .list ul li i:before {
  content: '';
  width: 3.40909091em;
  height: 4.04545455em;
  background: url("../images/icon-5-bg.png") center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.about-page .about-2 .box .right .list ul li span.h6 {
  font-weight: 600;
  margin: .7em 0;
  display: block;
  line-height: 1.8;
}
.about-page .about-2 .box .right .list ul li .text {
  line-height: 1.8;
}
.about-page .about-2 .numList {
  margin-top: 110px;
}
.about-page .about-2 .numList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .numList ul li {
  border-left: 1px solid #120c0b;
}
.about-page .about-2 .numList ul li:first-child {
  border-left: none;
}
.about-page .about-2 .numList ul li span.h6 {
  font-size: 60px;
  color: #120c0b;
  font-weight: 900;
  line-height: 1.2;
  display: block;
}
.about-page .about-2 .numList ul li p {
  font-size: 18px;
  color: #e41f2d;
  margin-top: .5em;
}
.about-page .about-3 {
  padding: 55px 0;
  background-color: #120c0b;
  text-align: center;
}
.about-page .about-3 ul {
  margin: -10px;
}
.about-page .about-3 ul li {
  padding: 10px;
}
.about-page .about-3 img {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.about-page .about-4 {
  padding: 80px 0;
  position: relative;
}
.about-page .about-4:after {
  top: 5%;
}
.about-page .about-4 .left {
  width: 34%;
  vertical-align: bottom;
}
.about-page .about-4 .left .list {
  margin-top: 80px;
}
.about-page .about-4 .left .list ul {
  margin: -8px 0;
}
.about-page .about-4 .left .list ul li {
  padding: 8px 0;
  font-size: 16px;
}
.about-page .about-4 .left .list ul li span.txt {
  color: #120c0b;
  display: inline-block;
}
.about-page .about-4 .left .list ul li span.num {
  line-height: 1.75em;
  height: 1.75em;
  padding: 0 0.75em;
  border-radius: 2px;
  background-color: #120c0b;
  color: white;
  position: relative;
  float: right;
  margin-top: -0.4em;
}
.about-page .about-4 .left .list ul li span.num:after {
  content: '';
  border-top: 10px solid #120c0b;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-4 .left .list ul li .line {
  display: block;
  height: 10px;
  border-radius: 5px;
  background-color: #ebebeb;
  position: relative;
  margin-top: 12px;
}
.about-page .about-4 .left .list ul li .line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: inherit;
  background-color: #e41f2d;
  width: 0;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.about-page .about-4 .right {
  width: 66%;
  vertical-align: bottom;
}
.about-page .about-4 .right .map {
  width: 120%;
  margin: 0 -15% 0 -5%;
}
.chainList {
  padding: 80px 0 80px;
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right .more{
  margin-left: auto;
}
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: .6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: #e41f2d;
}
.culture-page .culture-1 {
  padding-top: 100px;
}
.culture-page .culture-1 .left {
  padding-right: 10%;
  vertical-align: middle;
}
.culture-page .culture-1 .left .text {
  margin-top: 1.5em;
}
.culture-page .culture-1 .right {
  vertical-align: middle;
}
.culture-page .culture-1 .right .img {
  position: relative;
}
.culture-page .culture-1 .right .img:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  right: 100%;
  top: 5%;
  width: 50%;
  height: 90%;
  background-size: contain;
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
  background-position: left center;
}
.culture-page .culture-2 {
  padding: 130px 0 70px;
  text-align: center;
}
.culture-page .culture-2 .list {
  margin-top: 70px;
}
.culture-page .culture-2 .list ul {
  margin: -40px;
}
.culture-page .culture-2 .list ul li {
  padding: 40px;
  font-size: 22px;
}
.culture-page .culture-2 .list ul li i {
  display: inline-block;
  position: relative;
  margin: 1em auto 0;
}
.culture-page .culture-2 .list ul li i:before {
  content: '';
  width: 3.40909091em;
  height: 4.04545455em;
  background: url("../images/icon-5-bg.png") center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.culture-page .culture-2 .list ul li span.h6 {
  font-weight: 500;
  display: block;
  margin: .8em 0;
}
.culture-page .culture-2 .list ul li .text {
  line-height: 2;
}
.history-page {
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
.history-page:before {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.history-page:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  right: 0;
  bottom: 8%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.history-page .list {
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
}
.history-page .list:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #bebebe;
  z-index: -1;
}
.history-page .list li {
  padding: 25px 0;
}
.history-page .list li .box .left {
  vertical-align: middle;
  padding: 0 8%;
  position: relative;
}
.history-page .list li .box .left .img {
  /*height: 250px;*/
  background-size: cover;
  background-position: center;
}
.history-page .list li .box .right {
  vertical-align: middle;
  padding: 0 8%;
  text-align: left;
  position: relative;
}
.history-page .list li .box .right .line {
  width: 14%;
  height: 1px;
  background-color: #e41f2d;
  position: absolute;
  left: 0;
  top: 25px;
}
.history-page .list li .box .right .line i {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: inherit;
}
.history-page .list li .box .right .line i:after,
.history-page .list li .box .right .line i:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: inherit;
}
.history-page .list li .box .right .line i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.history-page .list li .box .right .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .list li .box .right .content span.h2 {
  color: #e41f2d;
  white-space: nowrap;
}
.history-page .list li .box .right .content .text {
  margin-left: 1.5em;
  font-weight: normal;
  line-height: 1.6;
}
.history-page .list li:nth-child(even) .box .left {
  left: 50%;
}
.history-page .list li:nth-child(even) .box .right {
  left: -50%;
  text-align: right;
  direction: rtl;
  padding-left: 0;
}
.history-page .list li:nth-child(odd) .box .right {
  padding-right: 0;
}
.history-page .list li:nth-child(even) .box .right .line {
  left: auto;
  right: 0;
}
.history-page .list li:nth-child(even) .box .right .line i {
  left: 100%;
}
.history-page .list li:nth-child(even) .box .right .text {
  margin-left: 0;
  margin-right: 1.5em;
  direction: ltr;
}
.history-page .cursor {
  position: -webkit-sticky;
  position: sticky;
  padding: 20px 0;
  background-color: white;
  width: 100%;
  bottom: 0;
}
.history-page .cursor span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #120c0b;
}
.history-page .cursor span.hand {
  display: inline-block;
  position: relative;
  margin-bottom: .7em;
}
.history-page .cursor span.hand:before {
  content: '';
  width: 3px;
  height: 10px;
  background-color: #e41f2d;
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: sx .8s linear infinite alternate;
  -moz-animation: sx .8s linear infinite alternate;
  animation: sx .8s linear infinite alternate;
}
@-webkit-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@-moz-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
.TopTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.TopTitle .left {
  width: auto !important;
}
.TopTitle .left span.h2 {
  margin-right: 1.2em;
}
.TopTitle .right {
  width: auto !important;
  margin-top: 35px;
}
.TopTitle .right .list ul li {
  font-weight: 900;
  font-size: 20px;
  color: #b9b9b9;
  text-transform: uppercase;
  padding: .25em 1.2em;
  width: auto;
  display: inline-block;
  border-left: 1px solid #e8e8e8;
  margin-top: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.TopTitle .right .list ul li.active,
.TopTitle .right .list ul li:hover {
  color: #e41f2d;
}
.factory-page {
  padding: 100px 0 80px;
}
.factory-page .bottom .list {
  margin: 90px 0;
}
.factory-page .bottom .list ul {
  margin: -35px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(220, 34, 33, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em;
}


.service-page .service-1 {
  padding-top: 100px;
}
.service-page .service-1 .left {
  vertical-align: middle;
}
.service-page .service-1 .left .img {
  height: 790px;
  display: block;
  -webkit-mask-image: url("../images/service-1-mask.png");
  mask-image: url("../images/service-1-mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
  padding-top: 5%;
}
.service-page .service-1 .right span.h2 {
  margin: .5em 0;
}
.service-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}
.service-page .service-2 {
  padding:80px 0 80px;
  text-align: center;
}
.service-page .service-2 .list {
  margin-top: 80px;
}
.service-page .service-2 .list ul {
  margin: -13px;
}
.service-page .service-2 .list ul li {
  padding: 13px;
  text-align: left;
}
.service-page .service-2 .list ul li span.num {
  font-size: 50px;
  font-weight: 900;
  color: #e41f2d;
  display: block;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.service-page .service-2 .list ul li span.num:after {
  content: '';
  width: 100%;
  background-color: black;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
}
.service-page .service-2 .list ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #120c0b;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
}
.service-page .service-2 .list ul li .text {
  line-height: 2;
}
.service-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.service-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: white;
  background-image: url(/cn-fpdq/2025/10/30/LLL.png);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.service-page .service-3 span.h2 {
  margin-bottom: 1.2em;
}
.service-page .service-3 a.more {
  margin: auto;
}
.service-page .service-3 a.more:hover {
  color: white;
}
.service-page .service-4 {
  padding: 60px 0;
  background-color: #e41f2d;
  color: white;
  text-align: center;
}
.service-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.service-page .service-4 ul li span.h6 {
  font-weight: 700;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}
.service-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.service-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
}
.service-page .service-4 ul li:last-child {
  border-right: none;
}
.download-page {
  padding: 100px 0;
}
.download-page .downloadList ul {
  margin: -45px -13px;
}
.download-page .downloadList ul li {
  padding: 45px 13px;
}
.download-page .downloadList ul li a.img-box {
  display: block;
}
.download-page .downloadList ul li a.img-box img {
  width: 100%;
}
.download-page .downloadList ul li a.more {
  margin-top: 1.5em;
  background-color: #f3f3f3;
}
.faq-page {
  padding: 100px 0;
}
.faq-page .slideBarRight span.h3 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #120c0b;
  display: block;
  line-height: 1.2;
}
.faq-page .slideBarRight .faqList {
  font-size: 20px;
  font-weight: normal;
  margin-top: 2em;
}
.faq-page .slideBarRight .faqList li {
  padding: .7em 0;
  line-height: 1.8;
}
.faq-page .slideBarRight .faqList li span.h6 {
  padding: 1em 4em 1em 1.5em;
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  position: relative;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close {
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: 1em;
  right: 1.1em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:after,
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  content: '';
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: .25em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .slideBarRight .faqList li .text {
  padding: 1em 1.5em 0;
  font-weight: normal;
  color: #e41f2d;
  display: none;
}
.faq-page .slideBarRight .faqList li.active span.h6 {
  background-color: #e41f2d;
  color: white;
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close:after,
.faq-page .slideBarRight .faqList li.active span.h6 i.close:before {
  background-color: white;
}
.news-page {
  padding: 100px 0;
}
.news-page .newsList ul {
  margin: -40px -20px;
}
.news-page .newsList ul li {
  padding: 40px 20px;
}
.news-page .newsList ul li a.img-box {
  display: block;
}
.news-page .newsList ul li a.img-box img {
  display: block;
  width: 100%;
}
.news-page .newsList ul li hr {
  display: block;
  border: none;
  height: 1px;
  background-color: #bebebe;
  margin: 20px 0;
}
.news-page .newsList ul li time {
  display: block;
  font-size: 18px;
  color: #e41f2d;
  text-transform: uppercase;
  line-height: 1;
}
.news-page .newsList ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  min-height: 2.8em;
  margin: .5em 0;
  display: block;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
.news-page .newsList ul li .text {
  color: #a1a1a1;
  line-height: 34px;
  margin-bottom: 1em;
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical; 
}
 
.newdet-page {
  padding: 100px 0;
}
.newdet-page .newsContent a.img-box {
  display: block;
}
.newdet-page .newsContent a.img-box img {
  width: 100%;
}
.newdet-page .newsContent h1 {
  font-weight: 500;
  font-size: 35px;
  margin-top: 1em;
  display: block;
}
.newdet-page .newsContent time {
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin: 1em 0;
  color: #e41f2d;
}
.newdet-page .newsContent time i {
  color: #bebebe;
  margin: 0 .5em;
}
.newdet-page .newsContent .text {
  color: #a1a1a1;
}
.newdet-page .newsContent hr {
  height: 1px;
  border: none;
  display: block;
  background-color: #bebebe;
  margin: 30px 0;
}
.newdet-page .newsContent .bottom {
  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;
}
.newdet-page .newsContent .bottom .m-link {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}
.newdet-page .newsContent .bottom .share {
  font-size: 18px;
  white-space: nowrap;
}
.newdet-page .newsContent .bottom .share span {
  color: #120c0b;
  font-weight: 500;
}
.newdet-page .newsContent .bottom .share a {
  margin-left: .5em;
  color: #e41f2d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsContent .bottom .share a:hover {
  color: #120c0b;
}
.newdet-page .prodet-product-link span.h3 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  display: block;
}
.contact-page {
  padding: 100px 0;
  position: relative;
}
.contact-page:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  right: 0;
  top: 5%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: #e41f2d;
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li a.more {
  margin-top: 1em;
  background-color: #f3f3f3;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .left .form ul li input[type="submit"]{
  border: none;
  background: transparent;
  color: white;
}
.contact-page .box .left .form ul li .more:hover input[type="submit"]{
  color: var(--color);
}
.contact-page .box .right {
  padding-left: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}
.contact-page .box .right span.h3 em {
  color: #e41f2d;
}
.contact-page .box .right .text {
  margin-top: 1em;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  font-weight: 300;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  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-right: .5em;
  color: #e41f2d;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #e41f2d;
  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;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: #e41f2d;
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1600px) {
  .inner-banner .mbx,
  .about-page .about-2 .numList ul li p,
  .contact-page .box .right .info,
  .history-page .cursor span,
  .newdet-page .newsContent time,
  .newdet-page .newsContent .bottom .m-link,
  .newdet-page .newsContent .bottom .share,
  .news-page .newsList ul li time {
    font-size: 16px;
  }
  .about-page .about-1,
  .culture-page .culture-1,
  .history-page,
  .service-page .service-1 {
    padding-top: 80px;
  }
  .about-page .about-2,
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page,
  .newdet-page,
  .news-page,
  .service-page .service-2,
  .service-page .service-3 {
    padding: 80px 0;
  }
   #index-body .init-3 {
    padding: 100px 0;
  }
  #index-body .init-3 .list ul li .text,
  #index-body .init-4 .top .right .list li {
    font-size: 18px;
  }
  #index-body .init-3 .list ul li span.year {
    font-size: 20px;
  }
  .about-page .about-1 .img {
    margin-top: 40px;
  }
  .about-page .about-1 .img .play {
    width: 80px;
  }
  .about-page .about-2 .box .left hr {
    margin: 30px 0;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title {
    font-size: 20px;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .about-page .about-2 .numList {
    margin-top: 80px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-4 .right .map {
    width: 100%;
    margin: 0;
  }
  .about-page .about-4 .left .list,
  .culture-page .culture-2 .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 50px;
  }
  .about-page .about-4 .left .list ul li {
    font-size: 14px;
  }
  .contact-page .map {
    margin-top: 60px;
  }
  .culture-page .culture-2 .list ul li span.h6 {
    margin: .5em 0;
  }
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 35px 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border span.h6 {
    font-size: 24px;

  }
  .download-page .downloadList ul li {
    padding: 15px 5px;
  }
  .download-page .downloadList ul {
    margin: -15px -5px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span{
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
  }
  .factory-page .bottom .list {
    margin: 50px 0;
  }
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 18px;
  }
  .factory-page .bottom .list ul li,
  .news-page .newsList ul li {
    padding: 10px;
  }
  .factory-page .bottom .list ul,
  .news-page .newsList ul {
    margin: -10px;
  }
  .history-page .cursor {
    padding: 10px 0;
  }
  .history-page .cursor {
    position: static;
    display: none;
  }
  .newdet-page .newsContent h1 {
    font-size: 32px;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .service-page .service-2 .list {
    margin-top: 50px;
  }
  .service-page .service-4 {
    padding: 40px 0;
  }
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
    font-size: 16px;
  }
  .product-det2-page .product-det2-2 span.h3 {
    font-size: 28px;
  }
  .TopTitle .right {
    margin-top: 30px;
  }
  .newdet-page .newsContent h1,
  .newdet-page .prodet-product-link span.h3,
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner {
    padding: 80px 0;
  }
  .service-page .service-1 .left .img {
    height: 600px;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    font-size: 18px;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  }
  .about-page .about-1,
  .culture-page .culture-1,
  .history-page,
  .service-page .service-1 {
    padding-top: 60px;
  }
  .about-page .about-2,
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page,
  .newdet-page,
  .news-page,
  .service-page .service-2,
  .service-page .service-3,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 36px;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .service-page .service-2 .list ul li span.h6{
    font-size: 16px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    font-size: 14px;
  }
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 16px;
  }
  .TopTitle .right {
    margin-top: 20px;
  }
  .news-page .newsList ul li hr {
    margin: 10px 0;
  }
  .newdet-page .newsContent h1,
  .newdet-page .prodet-product-link span.h3,
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .history-page .list li .box .left .img {
    height: 200px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
   #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-3 .list ul li .text,
  #index-body .init-4 .top .right .list li {
    font-size: 16px;
  }
  #index-body .init-3 .list {
    margin-top: 70px;
  }
  #index-body .init-3 .list ul li span.year {
    font-size: 18px;
  }
  .about-page .about-2 .numList {
    margin-top: 40px;
  }
  .about-page .about-4 .left .list,
  .culture-page .culture-2 .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .xianguan{
    height: 5.5em!important;
  }
}
@media screen and (max-width: 1250px) {
   #index-body .init-3 .list ul li .text {
    font-size: 14px;
  }
  .about-page .about-2 .box .left {
    padding-right: 10%;
  }
  .about-page .about-2 .box .right .list ul li {
    padding: 10px;
  }
  .about-page .about-2 .box .right .list ul {
    margin: -10px;
  }
  .about-page .about-3 img {
    max-height: 70px;
  }
  .contact-page .box .right {
    padding-left: 5%;
  }
  .newdet-page .newsContent h1,
  .newdet-page .prodet-product-link span.h3,
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
  .culture-page .culture-1 .left {
    padding-right: 5%;
  }
  .culture-page .culture-2 .list ul li {
    padding: 10px;
  }
  .culture-page .culture-2 .list ul {
    margin: -10px;
  }
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 14px;
  }
  .TopTitle .right {
    margin-top: 25px;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .service-page .service-2 .list ul li span.h6{
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .service-page .service-1 .left {
    display: none;
  }
  .service-page .service-2 .list ul li {
    width: 50%;
  }
  .service-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .TopTitle .right {
    width: 100%;
  }
  .history-page .list li .box .right .line {
    top: 12px;
  }
  .history-page .list {
    margin: 40px 0 30px;
  }
  .history-page .list li .box .right,
  .history-page .list li .box .left {
    padding: 0 4%;
  }
  .history-page .list li .box .right .line {
    width: 6%;
  }
  .history-page .list li .box .left .img {
    height: 140px;
  }
  .history-page .list li {
    padding: 10px 0;
  }
  .culture-page .culture-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .culture-page .culture-1 .right {
    width: 95%;
    margin-left: 5%;
    margin-top: 20px;
  }
  .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
  .inner-banner .mbx,
  .about-page .about-2 .numList ul li p,
  .contact-page .box .right .info,
  .history-page .cursor span,
  .newdet-page .newsContent time,
  .newdet-page .newsContent .bottom .m-link,
  .newdet-page .newsContent .bottom .share,
  .news-page .newsList ul li time {
    font-size: 14px;
    line-height: 2;
  }
   #index-body .init-3 .list {
    margin-top: 40px;
  }
  .about-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-4 .left .list ul li {
    padding: 4px 0;
    font-size: 14px;
  }
  .about-page .about-2 .numList ul li {
    width: 50%;
    border: none;
    text-align: left;
  }
  .about-page .about-2 .box .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-2 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box .left hr {
    margin: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    padding: 60px 0;
  }
span.h2 {
    font-weight: 700;
    line-height: 40px!important;
    font-size: 28px!important;
    display: block;
    text-transform: uppercase;
}

a.shenlongye {
    display: none !important;
}
.seoIndustry.Auxil-industry {
   display: none !important;
}

   #index-body .init-3 .list ul li span.year {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-4 .left {
    width: 100%;
  }
  .about-page .about-4 .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 {
    padding-bottom: 0;
  }
  .history-page .list li .box .right,
  .history-page .list li .box .left {
    width: 100%;
    left: 0 !important;
  }
  .history-page .list li .box .right {
    margin-top: 20px;
  }
  .history-page .list li:nth-child(even) .box .right .line {
    left: 0;
    right: auto;
  }
  .history-page .list li:nth-child(even) .box .right .line i {
    left: auto;
    left: 0;
  }
  .history-page .list li:nth-child(even) .box .right {
    direction: ltr;
    text-align: left;
  }
  .history-page .list li:nth-child(even) .box .right .text {
    margin-left: 1.5em;
    margin-right: 0;
  }
  .history-page .list:after {
    left: 0;
  }
  .service-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-4 ul li {
    width: 100%;
    border: none;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1,
  .culture-page .culture-1,
  .history-page,
  .service-page .service-1 {
    padding-top: 40px;
  }
  .about-page .about-2,
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page,
  .newdet-page,
  .news-page,
  .service-page .service-2,
  .service-page .service-3,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
  }
  .service-page .service-4 ul li {
    width: 50% !important;
  }
  .chainList .top .right .more{
    margin-left: 0;
    margin-top: 10px;
  }
  .newdet-page .newsContent .bottom {
    display: block;
  }
  .newdet-page .newsContent .bottom .share {
    margin-top: 1em;
  }
  .newdet-page .newsContent hr {
    margin: 15px 0;
  }
  .TopTitle .right .list ul li {
    padding: .2em 1em;
  }
  .download-page .downloadList ul li {
    width: 50% !important;
  }
}
.fancybox-image {
  background-color: white !important;
}

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

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

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

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

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

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

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

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

.seoPublic .Auxil-about .box .right .text {
    font-size: 18px;
    line-height: 34px;
    color: #757575;
    max-height: 400px;
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.seoPublic .text a {
   color: #605d5d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

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

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

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

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

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

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

    #cp-Nav {
        display: block;
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}
.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.font-40 {
    font-size: 40px;
}
.project-page{
  padding-top: 80px;
}
.project-page .container {
  overflow: visible;
}
.project-page .container .nav_left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 320px;
  background-color: #f3f3f4;
  padding: 40px 20px;
  overflow: hidden;
}
.project-page .container .nav_left .tips {
  font-weight: 600;
}
.project-page .container .nav_left .list_cont {
  margin-top: 35px;
}
.project-page .container .nav_left .list_cont .title {

  border-bottom: 1px solid #cccdce;
  padding-bottom: 12px;
}
.project-page .container .nav_left .list_cont ul {
  padding-top: 10px;
}
.project-page .container .nav_left .list_cont ul li {
  margin-top: 14px;
}
.project-page .container .nav_left .list_cont ul li a span {
  margin-right: 10px;
}
.project-page .container .nav_left .list_cont ul li a:hover {
  color: #e41f2d;
}
.project-page .container .nav_right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
  padding-left: 40px;
}
.project-page .container .nav_right ul li .box {
  padding: 30px 0;
  border-top: 1px solid #cccdce;
  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;
}
.project-page .container .nav_right ul li .box .left {
  width: 52%;
}
.project-page .container .nav_right ul li .box .left .title {
  font-weight: bold;
  display: block;
      font-size: 48px;
      text-transform: uppercase;
}
.project-page .container .nav_right ul li .box .left .title:hover {
  color: #e41f2d;
}
.project-page .container .nav_right ul li .box .left .cont {
  color: #757575;
  margin-top: 36px;
}
.project-page .container .nav_right ul li .box .left .des {
  overflow: hidden;
}
.project-page .container .nav_right ul li .box .left .more2 {
  margin-top: 36px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  
}
.project-page .container .nav_right ul li .box .left .more2 .img_c {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e41f2d;
  margin-left: 20px;
}
.project-page .container .nav_right ul li .box .left .more2 .img_c img {
  width: 10px;
}
.project-page .container .nav_right ul li .box .left .more2:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.project-page .container .nav_right ul li .box .right {
  margin-left: auto;
  width: 41%;
}
.project-page .container .nav_right ul li .box .right img {
  width: 100%;
}
@media (max-width: 1250px) {
  .project-page .container .nav_left {
    display: none;
  }
  .project-page .container .nav_right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1000px){
   .project-page .container .nav_right ul li .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  .project-page .container .nav_right ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .project-page .container .nav_right ul li .box .left .title{
    font-size: 36px;
  }
}
@media (max-width: 500px){
  .project-page .container .nav_right ul li .box .left .title{
    font-size: 28px;
  }
}

.design-page {
  padding: 90px 0;
}
.design-page .init-1 .container .tip_title {
  text-align: center;
  font-weight: bold;
}
.design-page .init-1 .container .tip_des {
  color: #747474;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}
.design-page .init-1 .container .list_cont {
  margin-top: 40px;
  margin: 40px -40px 0;
}
.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: 40px;
}
.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
  font-weight: 500;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}
.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}
.design-page .init-2 .container>.box {
    background-color: #fafafa;
}
.design-page .init-2 .container .left {
  vertical-align: middle;
}
.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
}
.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}
.design-page .init-2 .container .right .tips {

  color: #757575;

 
}
.design-page .init-2 .container .right .title_2 {
  margin-top: 10px;
  font-weight: bold;
  color: #e41f2d;
  text-transform: uppercase;
    max-width: 480px;
}
.design-page .init-2 .container .right .index_line {
  height: 4px;
  margin: 10px 0 18px 0; 
  width: 124px;
  background-color: #000;
}
.design-page .init-2 .container .right .des {
  color: #747474;
  margin-top: 30px;
  line-height: 2;
}
.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}
.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}
.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}
.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}
.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  font-weight: 300;
}
.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}
.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}
.design-page .init-4 .container .left .title {
  font-weight: bold;
}
.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #747474;
  line-height: 1.8;
  padding-right: 40px;
}
.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}
.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}
.design-page .init-4 .container .left .more_c .more::before {
  background-color: #e41f2d;
}
.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}
.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}
.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}
.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .title {
  font-weight: bold;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #747474;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: 40px;
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 300;
  font-style: italic;
  background-color: #fff;
  color: #e41f2d;
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.design-page .init-6 .container {
  text-align: center;
}
.design-page .init-6 .container .tips {
  font-weight: bold;
}
.design-page .init-6 .container .des {
  max-width: 1200px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px auto 0;
  text-align: justify;
}
.design-page .init-7 .container .tips_title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.design-page .init-7 .container .content {
  margin-top: 40px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #f2f2f2;
  /*padding: 40px 60px;*/
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 24px;
 
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: #e41f2d;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 .img_c {
  margin-left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e41f2d;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2 .img_c img {
  width: 10px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more2:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
@media (max-width: 1000px){
   .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .title_2 {
    max-width: 100%;
  }
  .design-page .init-2 .container .right .index_line {
    display: none;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
    margin-top: 20px;
  }
}

#Pop_UpsBtn{
  right: 25px !important;
  bottom: 110px !important;
}
h1.shenlongh1 {
    Display: inline;
}
















.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: var(--color);
  font-weight: bold;
  text-transform: uppercase;
}
.seo_content .title {
  text-transform: uppercase;
}
.seo_content .title small {
  display: block;
}
.seo_content .title em {
  color: var(--color);
}
.seo_content .seo_about {
  background-color: #f6f6f6;
  border-radius: 300px 0px 0px 0px;
  padding: 8.282% 0 9.115%;
}
.seo_content .seo_about .con {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 57px;
  margin-top: 43px;
  max-height: 467px;
  overflow-y: auto;
}
.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px;
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.22);
}
.seo_content .seo_honor {
  padding: 2.782% 0 0.209%;
}
.seo_content .seo_honor .content {
  margin-top: 29px;
}
.seo_content .seo_honor .content ul {
  margin-right: -25px;
}
.seo_content .seo_honor .content ul li {
  padding-right: 25px;
}
.seo_content .seo_honor .content ul li .img-box img {
  width: 100%;
}
.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_honor .content ul.slick-dots li button {
  display: none;
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 5.834% 0 7.344%;
}
.seo_content .seo_news .content {
  margin-top: 61px;
}
.seo_content .seo_news .content ul {
  margin-right: -25px;
}
.seo_content .seo_news .content ul li {
  padding-right: 25px;
}
.seo_content .seo_news .content ul li .img {
  position: relative;
}
.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%;
}
.seo_content .seo_news .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px;
}
.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color);
}
.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seo_content .seo_industry {
  padding-top: 5%;
}
.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 41px;
}
.product-page {
  padding: 7% 0 100px;
  position: relative;
  z-index: 1;
}
.product-page .Auxil-h1{
  font-size: 30px;
    color: var(--color);
}
/*.product-page .list .in-num {
  color: var(--color);
}
.product-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.product-page .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%;
}
.product-page .list .title:hover {
  color: var(--color);
}
.product-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}
.product-page .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px;
}
.product-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.product-page .list ul li .ig .text .more {
  padding-left: 57px;
  margin-top: 46px;
}
.product-page .list ul li .ig .img {
  width: 54.451%;
}
.product-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 774px;
  height: 578px;
  background-color: #f6f6f6;
  border-radius: 289px 0px 0px 289px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li:hover::after {
  background: var(--color);
}
.product-page .list ul li:nth-child(even) .ig {
  -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;
}
.product-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}
.product-page .list ul li:nth-child(even)::after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0px 289px 289px 0px;
}
.product-page .list ul li:last-child {
  margin-bottom: 0;
}*/
/*.product-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}*/
/*@media screen and (max-width: 1680px) {
  .product-page .list ul li::after {
    width: 700px;
    height: 500px;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 820px;
    height: 500px;
  }
}*/
/*@media screen and (max-width: 1440px) {
  .product-page .list ul li .ig .text {
    padding-right: 40px;
  }
  .product-page::after {
    font-size: 300px;
    top: -20px;
  }
  .product-page .list ul li::after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0px 0px 200px;
    top: 8%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 720px;
    height: 400px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1280px) {
  .product-page::after {
    font-size: 260px;
    top: -20px;
  }
  .product-page .list .title {
    width: 100%;
  }
  .product-page .list ul li::after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0px 0px 150px;
    top: 24%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 620px;
    height: 300px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li {
    margin-bottom: 80px;
  }
}*/
@media screen and (max-width: 1100px) {
  .product-page .list ul li:nth-child(even)::after {
    width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  /*.product-page::after {
    display: none;
  }
  .product-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px;
  }
  .product-page .list ul li .ig .img {
    width: 100%;
  }
  .product-page .list ul li::after {
    display: none;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }*/
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
}
@media screen and (max-width: 700px) {
  .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: 20px;
  }
}
.prodet-page {
  padding: 7% 0 100px;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 {
  position: relative;
}
.prodet-page .prodet-1 .left{
  width: 53%;
}
.prodet-page .prodet-1 .left .small{
  width: 21.042%;
}
.prodet-page .prodet-1 .left .small ul{
  margin: -11.5px 0;
}
.prodet-page .prodet-1 .left .small ul .slick-track{
  display: block;
}
.prodet-page .prodet-1 .left .small ul li{
  padding: 11.5px;
}
.prodet-page .prodet-1 .left .small ul li a{
	border: solid 1px #c8c8c8;
  display: block;
}
.prodet-page .prodet-1 .left .small ul .slick-current li a{
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .small .slick-arrow{
  width: 43px;
	height: 43px;
  background-color: #1c1c1c;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 30px; 
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-arrow:hover{
  background: var(--color);
}
.prodet-page .prodet-1 .left .big{
  width: 78.958%;
  padding-left: 37px;
}
.prodet-page .prodet-1 .left .big ul{
  border: solid 1px #c8c8c8;
}
.prodet-page .prodet-1 .right{
  width: 47%;
}
.prodet-page .prodet-1 .right span.category{
  color: var(--color);
  line-height: 2;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.2;
  margin-top: 16px;
}
.prodet-page .prodet-1 .right .con{
  color: #171717;
  line-height: 1.8;
  margin-top: 40px;
  max-height: 166px;
  overflow-y: auto;
}
.prodet-page .prodet-2 {
  padding-top: 8.639%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-2 .ret .con ul{
  margin: -10px;
}
.prodet-page .prodet-2 .ret .con ul li{
  padding: 10px;
}
.prodet-page .prodet-2 .ret .con ul li a{
  border: 2px solid #eee;
  display: block;
}
.prodet-page .prodet-2 .ret form {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form input:nth-child(5){
  width: 100%;
}
.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-3 {
  margin-top: 89px;
}
.prodet-page .prodet-3 .content {
  margin-top: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 0px 100px 0px 0px;
  padding: 20px;
  text-align: center;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px;
}
.prodet-page .prodet-3 .content ul li .text .in-num {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}
.prodet-page .prodet-3 .content ul li .text .tit {
  /*font-weight: bold;*/
  line-height: 1.6;
  /*text-transform: uppercase;*/
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;  
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .more {
  margin-top: 30px;
}
.prodet-page .opt {
  background-color: #f6f6f6;
}
.prodet-page .opt dl {
  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;
}
.prodet-page .opt dl dd {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-right: 24px;
  cursor: pointer;
}
.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}
.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .opt dl dd {
    padding: 0 79px;
  }
  .prodet-page .prodet-1 .right .con{
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .more{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .prodet-page .opt dl dd {
    padding: 0 60px;
  }
  .prodet-page .opt dl dd::before {
    left: 30px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page::after {
    display: none;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px;
  }
  .prodet-page .opt dl dd::before {
    left: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 31px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none;
  }
  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .prodet-page .prodet-3 .opt dl dd::before {
    top: 30px;
    left: 47px;
  }
  .prodet-page .m-link{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
  }
  .prodet-page .prodet-3 .opt dl dd::before,
  .prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .left .small{
    width: 24%;
  }
  .prodet-page .prodet-1 .left .big{
    width: 76%;
    padding-left: 18px;
  }
  .prodet-page .prodet-1 .left .small .slick-arrow{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }
}


.category-product-page .category-left .top {
  background-color: #f5f5f5;
  padding-top: 37px;
  padding-bottom: 23px;
  border-radius: 10px;
}
.category-product-page .category-left .top .form {
  margin: 0 26px;
}
.category-product-page .category-left .top .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.category-product-page .category-left .top .form form input {
  border: none;
}
.category-product-page .category-left .top .form form .text {
  width: -webkit-calc(100% - 67px);
  width: -moz-calc(100% - 67px);
  width: calc(100% - 67px);
  height: 69px;
  background-color: #ffffff;
  color: #000;
  padding-left: 20px;
  font-size: 20px;
}
.category-product-page .category-left .top .form form .text::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .submit {
  width: 67px;
  height: 69px;
  background: var(--color) url('../images/icon-search-white.png') no-repeat center center;
}
.category-product-page .category-left .top .side-category-title {
  padding: 0 26px;
  font-family: Montserrat;
  font-weight: bold;
  color: #000;
  margin-top: 36px;
  margin-bottom: 21px;
}
.category-product-page .category-left .top .side-category-list {
  font-family: Montserrat;
}
.category-product-page .category-left .top .side-category-list li a {
  display: block;
}
.category-product-page .category-left .top .side-category-list > li > a {
  font-weight: bold;
  color: #000;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}
.category-product-page .category-left .top .side-category-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/side-category-list-bg.png") no-repeat left center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .top .side-category-list > li > a:hover:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li > a.active:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li:last-child a {
  border: none;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a {
  font-weight: bold;
  color: #6b6b6b;
  opacity: 0.52;
  padding: 9px 45px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.16);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a.active {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a:hover {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .bottom .side-category-title {
  margin: 2.760416666666667vw 34px 2.291666666666667vw;
  color: #000;
  font-family: Montserrat;
  font-weight: bold;
}
.category-product-page .category-left .bottom .category-list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}
.category-product-page .category-left .bottom .category-list li .little-img {
  display: block;
  margin-right: 20px;
  max-width: 85px;
  border-radius: 50%;
}
.category-product-page .category-left .bottom .category-list li .right-text a.title {
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
  font-family: Montserrat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .bottom .category-list li .right-text a.title:hover {
  color: var(--color);
}
.category-product-page .category-left .bottom .category-list li .right-text .intro {
  color: #7e7e7e;
  max-width: 194px;
  line-height: 1.3;
}
.category-product-page .category-left{
  width: 342px !important;
  padding-bottom: 80px;
  position: sticky;
  top: 150px;
}
.category-product-page .category-right {
  width: -webkit-calc(100% - 342px) !important;
  width: -moz-calc(100% - 342px) !important;
  width: calc(100% - 342px) !important;
  padding-left: 35px;
  padding-bottom: 80px;
}
.category-product-page .category-right h1 {
  font-family: Montserrat;
  font-weight: bold;
  margin-bottom: 20px;
}
.Auxil-catdes {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.category-product-page .category-right .all-product-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.category-product-page .category-right .all-product-list li {
  width: 33.333%;
  margin-bottom: 94px;
  padding-right: 20px;
  
}
.category-product-page .category-right .all-product-list li .box {
  border: 2px solid rgba(218, 218, 218, 0.4);
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
}
.category-product-page .category-right .all-product-list li .box:hover a.title {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.img {
  display: block;
  text-align: center;
}
.category-product-page .category-right .all-product-list li .box a.title {
  display: block;
  text-align: center;
  margin: 0 15px 12px;
  font-weight: bold;
  height: 100px;

}
.category-product-page .category-right .all-product-list li .box .intro {
  color: #7e7e7e;
  max-width: 281px;
  margin: 0 auto 29px;
  /*text-align: center;*/
  line-height: 2;
    display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn {
  position: relative;
  -webkit-transition: width 0.3s, background-color 0.3s;
  -moz-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  width: 60px;
  height: 60px;
  background-color: #d4d4d4;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 7px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto -30px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .plus {
  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%);
  font-family: Montserrat;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-size: 20px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover {
  background-color: var(--color);
  width: 176px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .plus {
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover span {
  display: block;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle {
  background: #fff;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle i {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.category-btn span {
  color: #fff;
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle {
  width: 46px;
  height: 46px;
  background-color: #d4d4d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle i {
  color: #d4d4d4;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1280px) {
  .category-product-page .category-right .all-product-list li {
    width: 50%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .category-product-page .category-left {
    display: none;
  }
  .category-product-page .category-right {
    width: 100% !important;
    padding-left: 0;
  }
  .category-product-page .category-right h1 {
    margin-top: 30px;
    font-size: 20px!Important;
  }
}
@media screen and (max-width: 500px) {
  .category-product-page .category-right .all-product-list li {
    width: 100%;
  }
}