@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 栅格 */
.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.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    /*.container {
        width: 700px;
    }*/
    .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){
    /*.container {
        width: 100%;
        padding: 0 15px;
    }*/
    .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%;
    }
}
.seoPublic>div:nth-child(odd){
  background: none;
}
.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #135da2;
  font-weight: normal;
  margin: 0 auto;
  background: #f5f5f5;
}
.container {
  width: 1530px;
}
.public-title {
  text-align: center;
  font-size: 66px;
}
.public-title span {
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.public-title span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 187px;
  height: 6px;
  background-color: var(--color);
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  background-color: var(--color);
}
.public-btn:hover {
  background-color: #000;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header.inner,
#header.active {
  background-color: rgba(0, 0, 0, 0.95);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  margin-bottom: 8px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  font-weight: 400;
  margin-right: 53px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 300px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  max-width: 30px;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items .h-phone {
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .items .h-phone p {
  position: absolute;
  right: 0;
  top: -webkit-calc(100% + 13px);
  top: -moz-calc(100% + 13px);
  top: calc(100% + 13px);
  padding: 10px 15px;
  background-color: var(--color);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .items .h-phone::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -13px;
  height: 77px;
  background-color: var(--color);
  border-radius: 0px 0px 25px 25px;
  z-index: -1;
}
#header .nav .ui.menu .items .h-phone:hover p {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .prev,
#banner .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65px;
  height: 132px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 300;
  opacity: 0;
}
#banner .prev:hover,
#banner .next:hover {
  background-color: var(--color);
}
#banner .prev:hover .prev,
#banner .next:hover .prev,
#banner .prev:hover .next,
#banner .next:hover .next {
  opacity: 1;
}
#banner .prev {
  left: 0;
}
#banner .next {
  right: 0;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 14.9%;
  color: #fff;
}
#banner .banner-slick li .content .text-box .t-title {
  font-weight: 600;
}
#banner .banner-slick li .content .text-box h2 {
  font-weight: 600;
  width: 57.444%;
  line-height: 1.02;
}
#banner .banner-slick li .content .text-box h2[data-text=""] span{
  display: none;
}
#banner .banner-slick li .content .text-box h2 span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-right: 109px;
}
#banner .banner-slick li .content .text-box h2 span::after {
  content: "";
  width: 77px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 19px;
  background: url(../images/banner-icon1.png) no-repeat center center;
}
#banner .cards-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
#banner .cards-content ul {
  width: 39.466%;
  margin-left: auto;
}
#banner .cards-content ul li {
  color: #fff;
  pointer-events: initial;
}
#banner .cards-content ul li:first-child {
  background-color: rgba(0, 0, 0, 0.7);
}
#banner .cards-content ul li:last-child {
  background-color: var(--color);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#banner .cards-content ul li .link-btn span {
  line-height: 1.2;
}
#banner .cards-content ul li .link-btn i {
  font-size: 28px;
}
#banner .cards-content ul li .link-btn:hover span {
  text-decoration: underline;
}
#index-body.index-body {
  background-color: #f0f0f0;
}
#index-body .product .intro {
  max-width: 1111px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
  line-height: 1.54;
}
#index-body .product .content {
  margin-left: 3%;
  margin-right: 3%;
}
#index-body .product .content .product-slick li .slide-box .img-box img {
  width: auto;
  margin: 0 auto;
}
#index-body .product .content .product-slick li .slide-box .bottom {
  height: 115px;
}
#index-body .product .content .product-slick li .slide-box .bottom .title {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  color: #fff;
  max-width: 391px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .product .content .product-slick li .slide-box .bottom .title:hover {
  text-decoration: underline;
}
#index-body .product .content .product-slick .slick-slide:nth-child(odd) .img {
  background: url(../images/product-img-bg1.jpg) no-repeat center center;
  background-size: cover;
}
#index-body .product .content .product-slick .slick-slide:nth-child(odd) .bottom {
  background-color: var(--color);
}
#index-body .product .content .product-slick .slick-slide:nth-child(even) {
  margin-top: 34px;
}
#index-body .product .content .product-slick .slick-slide:nth-child(even) .img {
  background: url(../images/product-img-bg2.jpg) no-repeat center center;
  background-size: cover;
}
#index-body .product .content .product-slick .slick-slide:nth-child(even) .bottom {
  background-color: #2c2c2c;
}
#index-body .about {
  position: relative;
}
#index-body .about .bg-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .about .bg-content .left {
  background: url(../images/about-left.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
#index-body .about .bg-content .right {
  background: url(../images/about-right.jpg) no-repeat center center;
  background-size: cover;
}
 #index-body .about .content .right-text {
  margin-left: auto;
}

#index-body .about .content .right-text .public-title {
  text-align: left;
  color: #fff;
}
#index-body .about .content .right-text .public-title span::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}
#index-body .about .content .right-text .intro {
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  line-height: 1.54;
  height: -webkit-calc(1.54em * 7);
  height: -moz-calc(1.54em * 7);
  height: calc(1.54em * 7);
  overflow-y: auto;
}
#index-body .about .content .right-text .about-advantage-slick {
  margin-left: -30%;
  margin-right: -15px;
}
#index-body .about .content .right-text .about-advantage-slick .slide-box {
  background-color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
}
#index-body .about .content .right-text .about-advantage-slick .slide-box .order {
  line-height: 1.2;
}
#index-body .about .content .right-text .about-advantage-slick .slide-box .order span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px black;
  text-shadow: none;
  font-weight: 600;
}
#index-body .about .content .right-text .about-advantage-slick .slide-box .order span::after {
  background-color: var(--color);
  opacity: 0.7;
  content: "";
  position: absolute;
  bottom: 20%;
  right: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
}
#index-body .about .content .right-text .about-advantage-slick .slide-box .title {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .about .content .right-text .about-advantage-slick .slide-box .advantage-intro {
  line-height: 1.722;
  opacity: 0.8;
  height: -webkit-calc(1.722em * 5);
  height: -moz-calc(1.722em * 5);
  height: calc(1.722em * 5);
  overflow-y: auto;
}
#index-body .serve .serve-intro {
  line-height: 1.54;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .serve .serve-slick {
  margin-left: 8%;
  margin-right: 8%;
}
#index-body .serve .serve-slick li .slide-box {
  margin-left: 10px;
  margin-right: 10px;
}
#index-body .serve .serve-slick li .slide-box img {
  width: auto;
}
#index-body .serve .serve-slick li .slide-box .img {
  position: relative;
  color: #fff;
}
#index-body .serve .serve-slick li .slide-box .img .title {
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .serve .serve-slick li .slide-box .img .title.title1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .serve .serve-slick li .slide-box .img .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .serve .serve-slick li .slide-box .img .content .serve-more {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .serve .serve-slick li .slide-box .img .content .serve-more:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .serve .serve-slick li .slide-box .img .content .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: auto;
}
#index-body .serve .serve-slick li .slide-box .img .content .title:hover {
  color: var(--color);
}
#index-body .serve .serve-slick li .slide-box .img .content .intro {
  opacity: 0.8;
  line-height: 1.54;
  max-height: -webkit-calc(1.54em * 4);
  max-height: -moz-calc(1.54em * 4);
  max-height: calc(1.54em * 4);
  overflow-y: auto;
}
#index-body .serve .serve-slick li .slide-box .img:hover .title.title1 {
  opacity: 0;
}
#index-body .serve .serve-slick li .slide-box .img:hover .content {
  opacity: 1;
}
#index-body .serve .number-Plus {
  position: relative;
  z-index: 1;
}
#index-body .serve .number-Plus li {
  position: relative;
  z-index: 2;
}
#index-body .serve .number-Plus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  z-index: 1;
}
#index-body .serve .number-Plus::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  z-index: -1;
}
#index-body .serve .number-Plus li {
  padding: 0 5px;
}
#index-body .serve .number-Plus li:first-child .top {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .serve .number-Plus li:first-child .top span {
  color: #000;
  opacity: 0.8;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
}
#index-body .serve .number-Plus li .top {
  color: var(--color);
}
#index-body .serve .number-Plus li .top em {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
#index-body .serve .number-Plus li .top span {
  font-weight: 600;
  line-height: 1;
}
#index-body .serve .number-Plus li .title {
  opacity: 0.8;
  font-weight: 500;
  margin-top: 0px;
}
#index-body .oem-odm .left {
  position: relative;
}
#index-body .oem-odm .left img {
  border-radius: 12px;
}
#index-body .oem-odm .left .title-card {
  position: absolute;
  left: -37px;
  bottom: -16px;
  background-color: var(--color);
  color: #fff;
  border-radius: 16px;
}
#index-body .oem-odm .left .title-card .title {
  font-weight: 600;
}
#index-body .oem-odm .left .title-card .intro {
  opacity: 0.8;
  max-width: 325px;
}
#index-body .oem-odm .right .oem-odm-list {
  margin-right: -34px;
}
#index-body .oem-odm .right .oem-odm-list li {
  padding-right: 34px;
}
#index-body .oem-odm .right .oem-odm-list li .box {
  color: #fff;
  border: solid 1px #999999;
}
#index-body .oem-odm .right .oem-odm-list li .box .icon {
  height: 64px;
}
#index-body .oem-odm .right .oem-odm-list li .box .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .oem-odm .right .oem-odm-list li .box .title {
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2em;
}
#index-body .oem-odm .right .oem-odm-list li .box .intro {
  opacity: 0.8;
  height: -webkit-calc(1.5em * 3);
  height: -moz-calc(1.5em * 3);
  height: calc(1.5em * 3);
  overflow-y: auto;
}
#index-body .oem-odm .right .oem-odm-list li .box:hover .icon img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .partner .intro {
  max-width: 1051px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.54;
}
#index-body .partner .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
#index-body .partner .partner-slick {
  margin-left: -11px;
  margin-right: -11px;
}
#index-body .partner .partner-slick li .img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #dfdfdf;
  margin: 13px 10px;
}
#index-body .partner .partner-slick li .img:hover {
  background-color: var(--color);
}
#index-body .news .news-slick {
  margin-left: -22px;
  margin-right: -22px;
}
#index-body .news .news-slick li .slide-box {
  background-color: #dfdfdf;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-left: 22px;
  margin-right: 22px;
}
#index-body .news .news-slick li .slide-box .date {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .title {
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  min-height: 2.4em;
}
#index-body .news .news-slick li .slide-box .intro {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.75;
}
#index-body .news .news-slick li .slide-box .news-btn {
  width: 56px;
  height: 56px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
#index-body .news .news-slick li .slide-box:hover {
  color: #fff;
  background-color: var(--color);
}
#index-body .news .news-slick li .slide-box:hover .title {
  color: #fff;
}
#index-body .news .news-slick li .slide-box:hover .news-btn {
  background-color: #fff;
  color: var(--color);
}
#footer {
  background-color: #333;
  color: #fff;
}
#footer .f-form form .form-left {
  width: 878px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 35px;
  padding-top: 24px;
  padding-bottom: 19px;
}
#footer .f-form form .form-left input {
  color: #fff;
  background: none;
  border: none;
  height: 27px;
  font-weight: 600;
  padding-right: 15px;
}
#footer .f-form form .form-left input::-webkit-input-placeholder {
  color: #9f9f9f;
}
#footer .f-form form .form-left input:-moz-placeholder {
  color: #9f9f9f;
}
#footer .f-form form .form-left input::-moz-placeholder {
  color: #9f9f9f;
}
#footer .f-form form .form-left input:-ms-input-placeholder {
  color: #9f9f9f;
}
#footer .f-form form .form-left input::placeholder {
  color: #9f9f9f;
}
#footer .f-form form .form-left input.name,
#footer .f-form form .form-left input.mail {
  width: 28%;
}
#footer .f-form form .form-left input.content {
  width: 44%;
}
#footer .f-form form .form-left input.mail,
#footer .f-form form .form-left input.content {
  border-left: 1px solid #a3a3a3;
}
#footer .f-form form a.submit {
  height: 70px;
  width: 105px;
  background: url(../images/f-form-submit.png) no-repeat center center;
  background-color: var(--color);
  border-radius: 35px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-form form a.submit:hover {
  background-color: #000;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  font-weight: 600;
  color: #9f9f9f;
}
#footer .f-content dl dd {
  font-weight: 500;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content .f-contact dd {
  max-width: 325px;
  line-height: 1.75;
}
#footer .f-content .f-link dd,
#footer .f-content .f-product dd {
  line-height: 1.888;
}
#footer .f-content .f-qr .social-account{
  max-width: 132px;
}
#footer .f-content .f-qr .social-account li {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#footer .f-content .f-qr .social-account li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
}
#footer .f-content .f-qr .social-account li a::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  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%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .f-qr .social-account li a:hover {
  border-color: var(--color);
}
#footer .f-content .f-qr .social-account li a:hover::after {
  border-color: var(--color);
}
#footer .f-content .f-qr #ewm {
  width: 133px;
  border: 7px solid #fff;
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9f9f9f;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  fill: #9f9f9f;
}
#footer .f-copy svg text {
  fill: #9f9f9f;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
  pointer-events: none;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 67px;
  height: 67px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 67px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  margin-left: auto;
  pointer-events: initial;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li.r-inquiry,
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.fixed-toolbar ul li.r-whatsapp {
  width: unset;
  height: unset;
  color: #fff;
  line-height: unset;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  max-width: 300px;
}
.fixed-toolbar ul li.r-whatsapp a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  margin-left: auto;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.fixed-toolbar ul li.r-whatsapp a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.fixed-toolbar ul li.r-whatsapp a i {
  font-size: 22px;
}
.fixed-toolbar ul li.r-whatsapp span {
  margin-left: 10px;
  white-space: nowrap;
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #banner .banner-slick li .content .text-box h2 span::after {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 55px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 30px;
  }
  #banner .prev,
  #banner .next {
    width: 42px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 45px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #banner .cards-content {
    display: none;
  }
  #banner .banner-slick li .content .text-box h2 {
    width: auto;
  }
  #banner .banner-slick li .content .text-box h2 span::after {
    display: none;
  }
  #index-body .serve .number-Plus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .serve .number-Plus li {
    width: 33.3333%;
  }
  #index-body .oem-odm .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .oem-odm .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .news .news-slick {
    margin-left: -10px;
    margin-right: -10px;
  }
  #index-body .news .news-slick li .slide-box {
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #footer .f-form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form form .form-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #footer .f-form form a.submit {
    margin-right: auto;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 30px;
  }
  .mobile-display-none {
    display: none;
  }
  #banner .banner-slick li .content .text-box h2 span {
    padding-right: 0;
    display: inline;
  }
  #index-body .product .content .product-slick li .slide-box .bottom {
    height: 80px;
  }
  #index-body .about .bg-content .left {
    display: none;
  }
  #index-body .about .bg-content .right {
    width: 100%;
  }
  #index-body .about .content .right-text {
    width: 100%;
    padding-left: 0;
  }
  #index-body .about .content .right-text .about-advantage-slick {
    margin-left: -15px;
  }
  #index-body .serve .number-Plus li {
    width: 50%;
  }
  #index-body .serve .number-Plus li .top em {
    font-size: 30px;
  }
  #index-body .oem-odm .left .title-card {
    left: 0;
  }
  #footer .f-form form .form-left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form form .form-left input {
    margin: 5px 0;
  }
  #footer .f-form form .form-left input.name {
    border-left: 1px solid #a3a3a3;
  }
  #footer .f-form form .form-left input.name,
  #footer .f-form form .form-left input.mail,
  #footer .f-form form .form-left input.content {
    width: 100%;
  }
  #footer .f-form form a.submit {
    height: 40px;
    width: 100%;
  }
  #footer .f-content .f-link,
  #footer .f-content .f-product,
  #footer .f-content .f-qr {
    display: none;
  }
  #footer .f-copy .copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  #footer .f-content .f-contact dd {
    max-width: unset;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #banner .banner-slick li .content .text-box h2 {
    font-size: 22px;
  }
  #index-body .about .content .right-text .about-advantage-slick .slide-box .order span::after {
    zoom: 0.5;
  }
  #index-body .serve .serve-slick li .slide-box .img .content .serve-more {
    z-index: 0.8;
  }
  #index-body .oem-odm .right .oem-odm-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .news .news-slick li .slide-box .news-btn {
    z-index: 0.8;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}

/*内页*/
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes change-big {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@-moz-keyframes change-big {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes change-big {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@-webkit-keyframes change-big1 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.575757);
    transform: translate(-50%, -50%) scale(1.575757);
  }
}
@-moz-keyframes change-big1 {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.575757);
    transform: translate(-50%, -50%) scale(1.575757);
  }
}
@keyframes change-big1 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.575757);
    -moz-transform: translate(-50%, -50%) scale(1.575757);
    transform: translate(-50%, -50%) scale(1.575757);
  }
}
@-webkit-keyframes change-big2 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@-moz-keyframes change-big2 {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes change-big2 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@-webkit-keyframes change-big21 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.95833333);
    transform: translate(-50%, -50%) scale(1.95833333);
  }
}
@-moz-keyframes change-big21 {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.95833333);
    transform: translate(-50%, -50%) scale(1.95833333);
  }
}
@keyframes change-big21 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.95833333);
    -moz-transform: translate(-50%, -50%) scale(1.95833333);
    transform: translate(-50%, -50%) scale(1.95833333);
  }
}
@-webkit-keyframes change-big3 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}
@-moz-keyframes change-big3 {
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}
@keyframes change-big3 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.20714286);
    -moz-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}
@-webkit-keyframes change-big31 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}
@-moz-keyframes change-big31 {
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}
@keyframes change-big31 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.40714286);
    -moz-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}
.inner-btn{
  background-color: var(--color);
  color: #fff;
  transition: .3s;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  display: inline-flex;
}
.inner-btn:hover{
  background-color: #000; 
}
.i-tag {
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--color);
  width: 40px;
  height: 1px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .i-tag {
    font-size: 16px;
  }
}
.i-title {
  line-height: 1.5;
}
.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .more {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;
}
.more_btn .more span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more_btn .more::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  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;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .more::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.more_btn:hover .arrow {
  background-color: var(--color);
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more_cont {
  position: relative;
  overflow: hidden;
}
.more_cont span {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
}
.more_cont:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .more_btn {
    zoom: 0.8;
  }
}
.inner-banner {
  position: relative;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  bottom: 0;
  /*width: 100%;*/
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-banner .ui.container h2 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: bold;
  color: white;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-banner .ui.container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
  font-size: 18px;
  color: white;
}
.inner-banner .ui.container .box .mbx a {
  position: relative;
  padding-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color);
}
.inner-banner .ui.container .box .more_btn .more {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: var(--color);
}
@media screen and (max-width: 1400px) {
  .inner-banner .ui.container h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .ui.container h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .ui.container h2 {
    font-size: 26px;
  }
  .inner-banner .ui.container .box .mbx {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner .ui.container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-banner .ui.container .box .mbx {
    margin-bottom: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .ui.container h2 {
    font-size: 20px;
  }
}
.about-page .about-2 {
  background: #dfdfdf;
  background-size: cover;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-page .about-2 .top {
  position: relative;
  margin-bottom: 80px;
}
.about-page .about-2 .top .public-title,
.about-page .about-2 .top .intro{
  color: #000;
}
.about-page .about-2 .top .intro{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-2 .top .i-tag {
  padding-top: 20px;
}
.about-page .about-2 .top .i-title {
  width: 45%;
  margin-left: 40px;
}
.about-page .about-2 .top .more_btn {
  position: absolute;
  right: 0;
}
.about-page .about-2 .top .more_btn .arrow {
  background: white;
}
.about-page .about-2 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.about-page .about-2 .top .more_btn .more {
  border-color: white;
  color: white;
}
.about-page .about-2 .list {
  padding-left: 230px;
}
.about-page .about-2 .list ul {
  margin: -11px;
}
.about-page .about-2 .list ul .slick-list {
  padding-right: 30%;
}
.about-page .about-2 .list ul li {
  padding: 11px;
}
.about-page .about-2 .list ul li .box {
  position: relative;
  /*border-bottom: 2px solid var(--color);*/
}
.about-page .about-2 .list ul li .box .h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 80px 20px 10px;
}
.about-page .about-2 .list ul li .box .arrow {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  display: inline-block;
  background: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.about-page .about-2 .list ul li .box .arrow img {
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-2 .list .btn {
  margin-top: 20px;
}
.about-page .about-2 .list .btn span {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: white;
  margin-right: 15px;
  cursor: pointer;
  transition: .3s;
}
.about-page .about-2 .list .btn span img {
  vertical-align: middle;
}
.about-page .about-2 .list .btn span:hover{
  background: var(--color);
}
.about-page .about-2 .list .btn span:hover img{
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list .btn span.prev img {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: .3s;
}
.about-page .about-2 .list .btn span.next img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
}
@media screen and (max-width: 1600px) {
  .about-page .about-2 .list {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-2 .list ul li .box .h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .list {
    padding-left: 20px;
  }
  .about-page .about-2 .top .more_btn {
    position: relative;
    left: 0;
    top: 30px;
  }
  .about-page .about-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .about-page .about-2 .list ul .slick-list {
    padding-right: 0;
  }
}
/* num */
.about-page .about-num {
  padding: 75px 0 90px;
}
.about-page .about-num ul {
  margin: -25px;
}
.about-page .about-num ul li {
  padding: 25px;
}
.about-page .about-num ul li p {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  margin-bottom: 17px;
}
.about-page .about-num ul li .h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.about-page .about-num ul li .h2 em {
  font-size: 50px;
}
#index-body .i-advantage {
  padding-bottom: 130px;
  padding-top: 90px;
  position: relative;
}
#index-body .i-advantage .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fafafa;
  width: 71%;
  height: 70%;
  z-index: -1;
}
#index-body .i-advantage .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 184px;
}
#index-body .i-advantage .top .i-title {
  width: 40%;
  margin-left: 55px;
}
#index-body .i-advantage .top .more_btn {
  position: absolute;
  right: 0;
}
#index-body .i-advantage .top .more_btn .more {
  border-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-advantage .top .more_btn .more::after {
  color: black;
}
/*#index-body .i-advantage .list {
  padding-left: 230px;
}*/
#index-body .i-advantage ul {
  margin: -25px;
}
#index-body .i-advantage ul .slick-list {
  padding-top: 20px;
}
#index-body .i-advantage ul li {
  padding: 25px;
}
#index-body .i-advantage ul li .box {
  border: 1px solid #b5b5b5;
  position: relative;
  padding: 70px 35px;
  background: white;
}
#index-body .i-advantage ul li .box .num {
  font-size: 18px;
  width: 48px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--color);
  color: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#index-body .i-advantage ul li .box .h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 66px 0 15px;
}
#index-body .i-advantage ul li .box .des {
  font-size: 16px;
  line-height: 2;
  color: #4d4d4d;
  min-height: 96px;
}
#index-body .i-advantage ul li .box .border i {
  position: absolute;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background: #000;
}
#index-body .i-advantage ul li .box .border i:nth-child(1) {
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(2) {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box .border i:nth-child(3) {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(4) {
  right: 0;
  top: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
  height: 100%;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
  height: 100%;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
  width: 100%;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.quality-inner #index-body .i-advantage .list{
  padding-left: 230px;
}
@media screen and (max-width: 1500px) {
  #index-body .i-advantage ul {
    margin: -13px;
  }
  #index-body .i-advantage ul li {
    padding: 13px;
  }
 .quality-inner #index-body .i-advantage .list {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-advantage .top .more_btn {
    position: relative;
  }
  #index-body .i-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-advantage .top .i-title {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
    line-height: 1.8;
  }
  #index-body .i-advantage .list {
    padding: 0 15px;
  }
  .quality-inner  #index-body .i-advantage .list {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-advantage .top {
    margin-bottom: 66px;
  }
}
.about-page #index-body .i-advantage {
  background: url(../images/about-page-3-bg.png) no-repeat right top;
}
.about-page #index-body .i-advantage.honor {
  background: white;
}
.about-page #index-body .i-advantage.honor .bg {
  height: 75%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
  display: block;
}
.about-page #index-body .i-advantage.honor .top .intro{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .init-1{
  background-color: #f5f5f5;
}
.about-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.about-page .init-1 .container .left.even-left {
   padding-right: 0px;
  padding-left: 70px;
}
.about-page .init-1 .container .left img {
  width: 100%;
}
.about-page .init-1 .container .right {
  vertical-align: middle;
}
.about-page .init-1 .container .right .tips {
  font-weight: bold;
  color: var(--color);
}
.about-page .init-1 .container .right .title {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}
.about-page .init-1 .container .right .des {
  margin-top: 20px;
  line-height: 30px;
  color: #444;
  max-height: 360px;
  overflow-y: scroll;
}
.about-page .init-1 .container .right .more_c {
  margin-top: 36px;
}
.about-page .init-1 .container .right .more_c .column {
  width: auto;
  vertical-align: middle;
}
.about-page .init-1 .container .right .more_c img {
  width: 90px;
  cursor: pointer;
}
.about-page .init-1 .container .right .more_c .more {
  background-color: var(--color);
  color: #fff;
  font-weight: bold;
  padding: 12px 18px;
  margin-left: 50px;
  border: 1px solid var(--color);
}
.about-page .init-1 .container .right .more_c .more::before {
  background-color: #fff;
}
.about-page .init-1 .container .right .more_c .more:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    display: none;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 .container .right .more_c img.column {
    width: 60px;
  }
  .about-page .init-1 .container .right .more_c .more {
    width: 100%;
    margin: 20px 0 0;
  }
}
.about-page .init-1 .container .right .more_c a.play:before,
.about-page .init-1 .container .right .more_c a.play:after {
  position: absolute;
  z-index: -1;
  content: "";
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}

.about-page .init-1 .container .right .more_c a.play:before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.about-page .init-1 .container .right .more_c a.play {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li p{
  font-size: 20px;
  text-align: center;
  margin-top: 12px;
      font-weight: 600;
          padding-bottom: 20px;
}
#index-body .i-advantage {
  padding-bottom: 130px;
  padding-top: 90px;
  position: relative;
}
#index-body .i-advantage .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  width: 71%;
  height: 100%;
  z-index: -1;
}
#index-body .i-advantage .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 184px;
}
#index-body .i-advantage .top .i-title {
  width: 40%;
  margin-left: 55px;
}
#index-body .i-advantage .top .more_btn {
  position: absolute;
  right: 0;
}
#index-body .i-advantage .top .more_btn .more {
  border-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-advantage .top .more_btn .more::after {
  color: black;
}
/*#index-body .i-advantage .list {
  padding-left: 230px;
}*/
#index-body .i-advantage ul {
  margin: -25px;
}
#index-body .i-advantage ul .slick-list {
  padding-top: 20px;
}
#index-body .i-advantage ul li {
  padding: 25px;
}
#index-body .i-advantage ul li .box {
  border: 1px solid #b5b5b5;
  position: relative;
  padding: 70px 35px;
  background: white;
}
#index-body .i-advantage ul li .box .num {
  font-size: 18px;
  width: 48px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--color);
  color: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#index-body .i-advantage ul li .box .h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 66px 0 15px;
}
#index-body .i-advantage ul li .box .des {
  font-size: 16px;
  line-height: 2;
  color: #4d4d4d;
  min-height: 96px;
}
#index-body .i-advantage ul li .box .border i {
  position: absolute;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background: #000;
}
#index-body .i-advantage ul li .box .border i:nth-child(1) {
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(2) {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box .border i:nth-child(3) {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(4) {
  right: 0;
  top: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
  height: 100%;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
  height: 100%;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
  width: 100%;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media screen and (max-width: 1500px) {
  #index-body .i-advantage ul {
    margin: -13px;
  }
  #index-body .i-advantage ul li {
    padding: 13px;
  }
 .quality-inner #index-body .i-advantage .list {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-advantage .top .more_btn {
    position: relative;
  }
  #index-body .i-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-advantage .top .i-title {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
    line-height: 1.8;
  }
  #index-body .i-advantage .list {
    padding: 0 15px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-advantage .top {
    margin-bottom: 66px;
  }
}
.about-page #index-body .i-advantage {
  background: url(../images/about-page-3-bg.png) no-repeat right top;
}
.about-page #index-body .i-advantage.honor {
  background: white;
}
.about-page #index-body .i-advantage.honor .bg {
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
  background-color: #f5f5f5;
}
.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page ul {
  margin: -15px;
}
.gallery-page ul li {
  padding: 15px;
}
.gallery-page ul li p {
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}
/* 产品相关 */
.product-yd-page {
  padding: 150px 0 120px;
}
.product-yd-page .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.product-yd-page .item .content {
  width: 50%;
}
.product-yd-page .item .content .i-title {
  margin: 19px 0 13px;
}
.product-yd-page .item .content .txt {
  font-size: 20px;
  line-height: 1.8;
  color: #5e5e5e;
  margin-bottom: 10px;
}
.product-yd-page .item .content ul {
  margin: -10px;
  margin-bottom: 10px;
}
.product-yd-page .item .content ul li {
  padding: 10px;
  text-align: center;
}
.product-yd-page .item .content ul li .img-box {
  position: relative;
}
.product-yd-page .item .content ul li .img-box img {
  max-width: 150px;
  margin: 30px auto 0;
}
.product-yd-page .item .content ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /*background: #f6f6f6;*/
  z-index: -1;
}
.product-yd-page .item .content ul li h6 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.product-yd-page .item .content .more_btn .more::after {
  color: black;
}
.product-yd-page .item .img {
  width: 50%;
  position: relative;
}
.product-yd-page .item .img .small-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.product-yd-page .item:last-child {
  margin-bottom: 0;
}
.product-yd-page .item:nth-child(2n-1) .content {
  padding: 0 40px 0 260px;
}
.product-yd-page .item:nth-child(2n-1) .img .big-img img {
  margin-left: auto;
  display: block;
}
.product-yd-page .item:nth-child(2n-1) .img .small-img {
  left: 0;
}
.product-yd-page .item:nth-child(2n) {
  -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-yd-page .item:nth-child(2n) .content {
  padding: 0 260px 0 40px;
}
.product-yd-page .item:nth-child(2n) .img .big-img img {
  display: block;
}
.product-yd-page .item:nth-child(2n) .img .small-img {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .product-yd-page .item:nth-child(2n-1) .content {
    padding-left: 70px;
  }
  .product-yd-page .item:nth-child(2n) .content {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .product-yd-page .item .content ul li .img-box img {
    max-width: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .product-yd-page .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-yd-page .item .img .small-img {
    width: 48%;
  }
  .product-yd-page .item .content .txt {
    margin-bottom: 20px;
  }
  .product-yd-page .item .content ul {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page .item .img {
    display: none;
  }
  .product-yd-page .item .content {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .item .content {
    padding: 0 15px !important;
  }
  .product-yd-page .item .content ul li .img-box img {
    max-width: 74%;
  }
  .product-yd-page {
    padding: 70px 0;
  }
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
.product-page {
  padding-top: 50px;
}
.product-page .sideLeft {
  width: 30% !important;
}
.product-page .sideLeft .top {
  background: #e7e7e7;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}
.product-page .sideLeft .top .form {
  padding: 0 28px;
}
.product-page .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid #000;
  padding: 5px;
}
.product-page .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.product-page .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}
.product-page .sideLeft .top .nav .font-30 {
  /*color: white;*/
  line-height: 1.1;
  padding: 0 28px;
  margin: 30px 0;
}
.product-page .sideLeft .top .nav ul li > a {
  position: relative;
  padding: 15px 28px;
  /*color: white;*/
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-page .sideLeft .top .nav ul li > a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .sideLeft .top .nav ul li > a img.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .sideLeft .top .nav ul li > a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid var(--color);
  border-right: 9px solid var(--color);
  border-top: 9px solid transparent;
  opacity: 0;
}
.product-page .sideLeft .top .nav ul li > a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}
.product-page .sideLeft .top .nav ul li:hover > a,
.product-page .sideLeft .top .nav ul li.active > a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}
.product-page .sideLeft .top .nav ul li:hover > a::before,
.product-page .sideLeft .top .nav ul li.active > a::before,
.product-page .sideLeft .top .nav ul li:hover > a::after,
.product-page .sideLeft .top .nav ul li.active > a::after {
  opacity: 1;
}
.product-page .sideLeft .top .nav ul li ul li a {
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}
.product-page .sideLeft .top .nav ul li ul li:nth-child(1) a::before {
  content: none;
}
.product-page .sideLeft .top .nav ul li.active > ul {
  display: block;
}
.product-page .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 285px 15px 80px;
  position: relative;
}
.product-page .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 130px;
  right: 15px;
}
.product-page .sideRight {
  width: 70% !important;
  padding-left: 75px;
}
.product-page .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page .sideRight ul {
  margin: 1px;
}
.product-page .sideRight ul li {
  padding: 10px;
  text-align: center;
}
.product-page .sideRight ul li .img-box {
  border-radius: 10px;
  background: #fff;
      padding: 20px 20px;
}
.product-page .sideRight ul li p {
      font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
  margin: 15px 0 30px;
}
@media screen and (max-width: 1000px) {
  .product-page .sideLeft {
    display: none;
  }
  .product-page .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .product-page {
    padding-top: 30px;
  }
}

.news-page1 {
  padding: 100px 0;
}
.news-page1 ul {
  margin: -15px;
}
.news-page1 ul li {
  padding: 15px;
}
.news-page1 ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page1 ul li .box .time {
  font-size: 18px;
  opacity: 0.8;
}
.news-page1 ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 12px 0 20px;
  min-height: 165px;
  line-height: 1.8;
}
.news-page1 ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
.news-page1 ul li .box .more_btn .more::after {
  color: black;
}
@media screen and (max-width: 1200px) {
  .news-page1 ul li {
    width: 50% !important;
  }
  .seoNews.news-page1 ul li {
    width: auto !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page1 ul li {
    width: 100% !important;
  }
  .news-page1 ul li .box .h3 {
    min-height: auto;
  }
}
.prodet-page .prodet-1 {
  padding: 90px 0 50px;
}
.prodet-page .prodet-1 .left {
  width:45%;
}
.prodet-page .prodet-1 .left a {
  background: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 77px 50px;
}
.prodet-page .prodet-1 .right {
  width: 55%;
  padding-left: 48px;
  position: relative;
}
.prodet-page .prodet-1 .right h1 {
  padding-right: 260px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.8;
  margin: 15px 0 30px;
  max-height: calc(1.8em * 10);
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .gallery {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .gallery ul .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .gallery ul li a {
  border-radius: 10px;
  display: block;
  background: #fff;
  padding: 10px 20px;
}
.prodet-page .prodet-1 .right .gallery ul li a img {
  width: auto;
  margin: auto;
}
.prodet-page .prodet-1 .right .more_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.prodet-page .prodet-1 .right .more_btn .more::after {
  color: black;
}
.prodet-page .prodet-2 ul.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-2 ul.options li {
  font-size: 28px;
  padding: 0 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 50px 0;
  position: relative;
}
.prodet-page .prodet-2 ul.options li a {
  position: relative;
}
.prodet-page .prodet-2 ul.options li a::after {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--color);
}
.prodet-page .prodet-2 ul.options li.active {
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 ul.options li.active a::after {
  background: white;
}
.prodet-page .prodet-2 .box {
  padding: 70px 0;
}
.prodet-page .prodet-2 .box .content {
  font-size: 18px;
}
/*.prodet-page .prodet-2 .box .content .seoPublic .Auxil-form .form ul li{
  padding-top: 16px;
  padding-bottom: 16px;
}*/
.prodet-page .prodet-2 .box .content .seoPublic .Auxil-form .form ul li textarea,
.prodet-page .prodet-2 .box .content .seoPublic .Auxil-form .form ul li input{
  padding-top: 16px;
  padding-bottom: 16px;
}
.prodet-page .prodet-2 .box .content .seoPublic>div{
  padding-top: 0;
}
.prodet-page .prodet-2 .list {
  padding: 70px 0;
}
.prodet-page .prodet-2 .list ul {
  margin: -15px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 15px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .img-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
}
.prodet-page .prodet-2 .list ul li p {
  font-size: 20px;
  line-height: 1.8;
      font-weight: 600;
  margin-top: 15px;
  /*opacity: 0.51;*/
}
@media screen and (max-width: 1400px) {
  .prodet-page .prodet-1 .left a {
    padding: 0;
  }
  .prodet-page .prodet-1 .right .more_btn {
    position: relative;
    left: 0;
  }
  .prodet-page .prodet-1 .right h1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.i-form {
  background: url(../images/form-bg.jpg) no-repeat top right;
  padding-top: 160px;
  padding-bottom: 100px;
  background-size: cover;
}
.i-form .left {
  width: 38% !important;
  padding-top: 50px;
}
.i-form .right {
  width: 62% !important;
  padding-right: 190px;
}
.i-form .right .i-title {
  color: white;
  margin-bottom: 52px;
}
.i-form .right .more_btn {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 48px;
  position: relative;
  background: white;
  overflow: hidden;
}
.i-form .right .more_btn input {
  width: 100%;
  border: none;
  height: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.i-form .right .more_btn .arrow {
  background: var(--color);
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.i-contact {
  background: #191919;
}
.i-contact ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 40px;
}
.i-contact ul li {
  position: relative;
  padding: 0 30px;
  padding-left: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.i-contact ul li span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.35);
}
.i-contact ul li h5 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 2;
}
.i-contact ul li:last-child {
  border-right: none;
}
.i-contact ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 50px;
}
.i-contact ul li:nth-child(1)::after {
  background: url(../images/add-icon.png) no-repeat center;
}
.i-contact ul li:nth-child(2)::after {
  background: url(../images/add-icon.png) no-repeat center;
}
.i-contact ul li:nth-child(3)::after {
  background: url(../images/add-icon.png) no-repeat center;
}
.i-contact ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 5px;
  background: var(--color);
}
@media screen and (max-width: 1500px) {
  .i-form {
    background-size: cover;
  }
}
@media screen and (max-width: 1400px) {
  .i-form .right .more_btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
    border-radius: 0;
  }
  .i-form .right .more_btn input {
    background: white;
    margin-bottom: 10px;
    border-radius: 35px;
  }
  .i-form .right .more_btn .arrow {
    bottom: 10px;
    top: auto;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .i-form .right {
    padding-right: 0;
  }
    .i-contact ul li h5 {
    font-size: 16px;
  }
  .i-contact ul li span {
    font-size: 16px;
  }
  .i-contact ul li {
    padding-left: 80px;
  }
  .i-contact ul li::after {
    width: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .i-form .left {
    width: 100% !important;
    padding-top: 0;
  }
  .i-form .right {
    width: 100% !important;
    padding-right: 0;
  }
    .i-contact ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-contact ul li {
    width: 100% !important;
    border-right: none;
    margin-bottom: 20px;
  }
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .top {
  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;
  padding-left: 100px;
}
.about-page .about-1 .top .i-title {
  margin-left: 40px;
}
.about-page .about-1 .box {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #fafafa), color-stop(66%, transparent));
  background: -webkit-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: -moz-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: linear-gradient(to left, #fafafa 66%, transparent 66% 100%);
  padding: 100px 0;
  margin-top: 65px;
}
.about-page .about-1 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.about-page .about-1 .box ul li {
  width: 30%;
  background: #1a1a1a;
  margin: 0 10px;
  color: white;
  padding: 25px 20px 60px;
}
.about-page .about-1 .box ul li .h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 34px 0 3px;
}
.about-page .about-1 .box ul li .h3 em {
  font-size: 49px;
}
.about-page .about-1 .box ul li p {
  font-size: 16px;
}
.about-page .about-1 .box ul li:first-child {
  background: var(--color);
}
.about-page .about-1 .box .play {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  text-align: center;
  line-height: 165px;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 250px;
  top: -110px;
}
.about-page .about-1 .box .play img {
  vertical-align: middle;
}
.about-page .about-1 .box .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-page-circle.png) no-repeat;
  -webkit-animation: 20s 0.3s rotate linear infinite;
  -moz-animation: 20s 0.3s rotate linear infinite;
  animation: 20s 0.3s rotate linear infinite;
}
.about-page .about-1 .box .wrap .left {
  width: 40%;
}
.about-page .about-1 .box .wrap .right {
  width: 60%;
  padding-left: 50px;
  padding-right: 260px;
}
.about-page .about-1 .box .wrap .right .content {
  font-size: 18px;
  line-height: 2;
  opacity: 0.73;
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .box .wrap .right {
    padding-right: 120px;
  }
  .about-page .about-1 .box ul li {
    width: 40%;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .box ul li .h3 em {
    font-size: 30px;
  }
  .about-page .about-1 .box .play {
    right: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .box .wrap .right {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .wrap .left {
    width: 100%;
  }
  .about-page .about-1 .box .wrap .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-1 .top {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    line-height: 2;
  }
  .about-page .about-1 .box ul {
    width: 75%;
  }
  .about-page .about-1 .box .play {
    right: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box ul {
    width: 100%;
  }
  .about-page .about-1 .box .play {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  .about-page .about-1 .box .wrap .right {
    padding: 0 15px;
  }
}

.faq-page .text {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: #6c6a72;
}
.faq-page .faq-1 {
  padding: 70px 0 10px 0;
  text-align: center;
  /*background: #edeff2;*/
}
.faq-page .faq-1 h2{
  font-weight: 600;
  line-height: 1;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
      font-size: 15px;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: var(--color);
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #fff none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: var(--color);
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
      line-height: 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #e3e3e3;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 30px;
      font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.faq-page .form ul {
  margin: -5px;
}
.faq-page .form ul li {
  padding: 5px;
}
.faq-page .form ul li.wid-100 {
  width: 100%;
}
.faq-page .form ul li input,
.faq-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 16px;
}
.faq-page .form ul li input::-webkit-input-placeholder,
.faq-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .form ul li input:-moz-placeholder,
.faq-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.faq-page .form ul li input::-moz-placeholder,
.faq-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.faq-page .form ul li input:-ms-input-placeholder,
.faq-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.faq-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.faq-page .form ul li input[type="submit"] {
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  text-transform: uppercase;
}
.faq-page .form ul li input[type="submit"]:hover {
  background: #222;
}
@media screen and (max-width: 700px) {
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 15px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    font-size: 36px;
    margin-bottom: 15px;
  }
}

.contact-page .contact-1 {
  padding: 120px 0 90px;
}
.contact-page .contact-1 .left {
  width: 30%;
}
.contact-page .contact-1 .left h2{
  font-weight: 600;
}
.contact-page .contact-1 .left .info {
  margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .left .info ul li span {
  background-image: -webkit-linear-gradient(0deg, var(--color) 0%, var(--color) 100%);
  display: block;
  padding: 6px;
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  color: var(--color);
  border-radius: 100%;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span 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;
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
  font-size: 15px;
  color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
  font-size: 1.33333333em;
  color: black;
  display: block;
}
.contact-page .contact-1 .right {
  width: 70%;
  padding-left: 4%;
}
.contact-page .contact-1 .right .form {
  padding: 60px;
  background: #f5f5f5;
}
.contact-page .contact-1 .right .form ul {
  margin: -10px;
}
.contact-page .contact-1 .right .form ul li {
  padding: 10px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  padding: 25px;
  outline: none;
  line-height: 19px;
  border: none;
  font-size: 16px;
  caret-color: var(--color);
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
  color: #999;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
  color: #999;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder,
.contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
  color: #999;
}
.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
  color: #999;
}
.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
  color: #999;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .form ul li textarea {
  height: 180px;
}
.contact-page .contact-1 .right .form ul li a.more {
  width: 100%;
  text-align: center;
}
.contact-page .contact-2 .box {
  border-left: 10px solid var(--color);
  position: relative;
  z-index: 1;
  padding: 70px 100px 70px 100px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.contact-page .contact-2 .box:after {
  content: "";
  z-index: -1;
  background: #1d1729;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.contact-page .contact-2 .box span.tag {
  color: var(--color);
}
.contact-page .contact-2 .box span.tag:before {
  display: none;
}
.contact-page .contact-2 .box h2.title {
  color: white;
  font-size: 36px;
}
.contact-page .contact-2 .box .left {
  width: 70%;
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  width: 30%;
  text-align: right;
}
.contact-page .contact-3 {
  position: relative;
  z-index: 0;
}
.contact-page .contact-3 .button-group .button {
  background: var(--color);
}
.contact-page .contact-3 #mapContainer {
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-1 {
    padding: 80px 0 40px;
  }
  .contact-page .contact-1 .left .info ul li span {
    width: 70px;
    height: 70px;
  }
  .contact-page .contact-1 .left .info ul li h6 {
    font-size: 13px;
  }
  .contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.2em;
  }
  .contact-page .contact-1 .right .form {
    padding: 30px;
  }
  .contact-page .contact-1 .right .form ul li {
    padding: 5px;
  }
  .contact-page .contact-1 .right .form ul {
    margin: -5px;
  }
  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    padding: 15px;
  }
  .contact-page .contact-2 .box h2.title {
    font-size: 28px;
  }
  .contact-page .contact-2 .box {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2 .box {
    padding: 30px 3%;
    margin-top: -50px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 .box h2.title {
    font-size: 22px;
  }
  .contact-page .contact-2 .box {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .contact-page .contact-2 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1545px) {
  .contact-page h2 {
    /*font-size: 38px;*/
  }
}
.contact-page a.more {
  line-height: 60px;
  height: 60px;
  padding: 0 35px;
  font-size: 18px;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color);
  display: inline-block;
  z-index: 1;
  position: relative;
}
.contact-page a.more:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color);
  z-index: -1;
}
.contact-page a.more:hover:after {
  height: 100%;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .contact-page a.more {
    line-height: 48px;
    height: 48px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
}

#index-body .product1 {
  padding: 4.55rem 0 5rem;
  background-color: #dfdfdf;
}
#index-body .product1 h3{
  font-weight: 600;
}
#index-body .product1 h3 em{
  color: var(--color);
}
/*#index-body .product1 .header {
  width: 40%;
}*/
#index-body .product1 .content {
  margin-top: 2.5rem;
}
#index-body .product1 .content ul {
  margin: 0 -3rem -2.4rem 0;
}
#index-body .product1 .content ul .slick-track {
  margin: 0;
}
#index-body .product1 .content ul li {
  padding: 0 3rem 2.4rem 0;
}
#index-body .product1 .content ul li .box {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
}
#index-body .product1 .content ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 0;
}
#index-body .product1 .content ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .product1 .content ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .product1 .content ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .product1 .content ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .product1 .content ul li .box .img {
  width: 100%;
  background: #fff;
}
#index-body .product1 .content ul li .box .text {
  padding: 1.45rem 1.3rem 1.3rem;
}
#index-body .product1 .content ul li .box .text h4 {
  font-size: 18px;
  line-height: 1.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}
#index-body .product1 .content ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
#index-body .product1 .content ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .product1 .content ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
#index-body .product1 .content ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
#index-body .product1 .content ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .product1 .content ul li .box:hover .text h4 {
  color: var(--color);
}
@media screen and (max-width: 1280px) {
  #index-body .product1 .header {
    width: 46%;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .product1 .header {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .product1 .header {
    width: 76%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .product1 .header {
    width: 100%;
  }
}

.news-page {
  background: #f5f5f5;
}
.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
  margin-right: -1rem;
}
.news-page .sideright .list ul li {
  padding-right: 1rem;
  margin-bottom: 3rem;
}
.news-page .sideright .list ul li .img {
  position: relative;
}
.news-page .sideright .list ul li .img img {
  width: 100%;
}
.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--color);
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: var(--color);
}
.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.news-page .sideright .list ul li .con i {
  color: var(--color);
  font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }
  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }
  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
  }
  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
}
.news-page.product #index-body .product1 .content ul li .box .text h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page.product #index-body .product1 .content ul li .box .text p {
  overflow: unset;
  text-overflow: unset;
  display: inline-block;
}
.news-page.product #index-body .product1 {
  background-color: #fff;
  padding: 1.55rem 0 5rem;
}
.news-page.product.single #index-body .product1 {
  background-color: #f5f5f5;
}

.maps {
  position: relative;
}
.maps::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 37, 0.5);
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}



.inner-page .sidebox {
  padding: 6rem 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 140px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}
.inner-page .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
  height: auto;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}



.newdet-page .section-title2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.newdet-page p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid var(--color);
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 3rem;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: var(--color);
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--color);
}
.newdet-page .n-content{
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: var(--color);
}
.newdet-page .s_link {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  /*display: flex;
  align-items: center;*/
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
  /*max-width: 40px;*/
}
.newdet-page .s_link .list .cont {
  margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  /*border-radius: 80px;*/
  background-color: var(--color);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 2rem 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}

.prodet-page1 .product-box .prodet-3 h3.title {
  font-size: 36px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 700;
}
.prodet-page1 .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page1 .product-box .prodet-3 ul .slick-track {
  margin: 0;
}
.prodet-page1 .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page1 .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page1 .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page1 .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
  margin-top: 20px;
}
.prodet-page1 .product-box .prodet-3 ul li .box .content h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prodet-page1 .product-box .prodet-3 ul li .box .content h3:hover {
  color: var(--color);
}
.prodet-page1 .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  /*color: var(--color);*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*text-transform: uppercase;*/
  font-weight: bold;
}
.prodet-page1 .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 2;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page1 .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid var(--color);
  font-size: 15px;
      margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: var(--color);
}
.prodet-page1 .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page1 .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: var(--color);
}
.customized-page .customized-wrap2 {
  margin-top: 6.28125vw;
  margin-bottom: 6vw;
  padding-left: 15px;
  -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;
}

/*oem*/
.customized-page .customized-wrap2 .left {
 max-width: 715px;
}
.customized-page  .big-title{
  font-weight: 600;
  line-height: 1.2;
}
.customized-page .big-title span{
  color: var(--color);
}
.customized-page .customized-wrap2 .left .public-title span::after{
  display: none;
}
.customized-page .customized-wrap2 .left .intro {
  margin-top: 2.604166666666667vw;
  
  line-height: 1.6;
   color: #444;
}
.customized-page .customized-wrap2 .left .intro p:nth-child(2) {
  margin-bottom: 21px;
  margin-top: 21px;
}
.customized-page .customized-wrap2 .right {
  margin-left: 2.166666666666667vw;
}
@media screen and (max-width: 1280px) {
  .customized-page .customized-wrap2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .customized-page .customized-wrap2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .customized-page .customized-wrap2 .left .intro {
    max-width: 100%;
  }
  .customized-page .customized-wrap2 .right {
    margin-left: 0;
    margin-top: 25px;
  }
}
.customized-page .customized-wrap3 .featured-products-list li{
  padding-right: 54px;
}
.customized-page.quality-page  .customized-wrap3 .featured-products-list li{
  padding-right: 120px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
  font-family: Montserrat;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
  position: relative;
  display: none;
  border-radius: 20px;
  padding: 58px 50px 62px 59px;
  background: var(--inner-color1);
  width: 100%;
  margin-top: 100px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  content: "";
  display: block;
  position: absolute;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before {
  width: 1px;
  height: 38px;
  background-color: var(--inner-color1);
  left: 75px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  top: -16px;
  width: 18px;
  height: 16px;
  left: 65px;
  background: url("../images/customized-wrap3-icon2.png") no-repeat center center;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .order {
  position: absolute;
  font-size: 6.5625vw;
  color: #fff;
  opacity: 0.2;
  right: -16px;
  top: 25px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
  font-family: Montserrat;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:before {
  left: 89px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:after {
  left: 80px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window {
  left: unset;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:before {
  left: unset;
  right: 89px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:after {
  left: unset;
  right: 80px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:last-child .slide-box .circle:before {
  display: none;
}
@media screen and (max-width: 1280px) {
  .customized-page .customized-wrap3 .featured-products-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle {
    width: 150px;
    height: 150px;
  }
  /*.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    width: 30px;
    height: 8px;
  }*/
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window {
    width: 700px;
  }
}

@media screen and (max-width: 1000px) {
  .customized-page .customized-wrap3 .featured-products-list li {
    /*width: 100%;*/
    margin-bottom: 25px;
  }
  /*.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    display: none;
  }*/
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .pop-window {
    display: none;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
    display: block;
    padding: 15px;
  }
  .customized-page .customized-wrap3 {
    padding-bottom: 6vw;
  }
}
.customized-page .customized-wrap3 {
  margin-top: 6vw;
  padding-top: 5.364583333vw;
  padding-bottom: 6vw;
  background-color: #e7e7e7;
}
.customized-page.quality-page .customized-wrap3{
  padding-bottom: 400px;
  background-color: #f5f5f5;
}
.customized-page.quality-page .customized-wrap3{
  margin-top: 0;
}
.customized-page .customized-wrap3 .intro {
  max-width: 1019px;
  /*color: #989898;*/
  margin: 18px auto 0;
  line-height: 1.222;
}
.customized-page .customized-wrap3 .featured-products-list {
  margin-top: 6vw;
  margin-right: -54px;
}
.customized-page.quality-page .customized-wrap3 .featured-products-list{
   justify-content: center;
   margin-right: -120px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 204px;
  height: 204px;
  border: 6px solid #272727;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .title {
  font-weight: bold;
  display: block;
  width: 140px;
  text-align: center;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  border: solid 1px #272727;
  border-radius: 50%;
  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%);
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
  position: absolute;
  content: "";
  /*right: -5.26041667vw;*/
  right: -54px;
  top: 50%;
  -webkit-transform:translateX(100%) translateY(-50%);
  -moz-transform:translateX(100%)  translateY(-50%);
  -ms-transform:translateX(100%)  translateY(-50%);
  transform:translateX(100%)  translateY(-50%);
  width: 59px;
  height: 15px;
  background: url("../images/customized-wrap3-arrow.png") no-repeat center center;
  background-size: 100% 100%;
  zoom: .4;
}
.customized-page.quality-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
  zoom:1;
}
.customized-page.quality-page .customized-wrap3 .featured-products-list .slide-box .circle:before{
    transform: translateY(-50%);
    right: -5.26042vw;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 .circle1-content {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color);
  position: relative;
  z-index: 4;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  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%);
  background: var(--color);
  border-radius: 50%;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:before {
  opacity: 0.48;
  -webkit-animation: change-big3 1s infinite;
  -moz-animation: change-big3 1s infinite;
  animation: change-big3 1s infinite;
  z-index: 3;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:after {
  opacity: 0.33;
  -webkit-animation: change-big31 1s infinite;
  -moz-animation: change-big31 1s infinite;
  animation: change-big31 1s infinite;
  z-index: 3;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 .title1 {
  font-weight: bold;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;

  text-align: center;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active {
  border-color: transparent;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .circle1 {
  opacity: 1;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .pop-window {
  opacity: 1;
  z-index: 2;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window {
  border-radius: 20px;
  padding: 58px 50px 62px 59px;
  background: var(--color);
  position: absolute;
  width: 915px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 278px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /*overflow: hidden;*/
}
.customized-page.quality-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window {
  width: 790px;
}
.customized-page.quality-page .customized-wrap3 .featured-products-list li:last-child .slide-box .circle .pop-window {
  left: unset;
  right: 0;
    -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.customized-page.quality-page .customized-wrap3 .featured-products-list li:last-child .slide-box .circle .pop-window:before{
  left: unset;
  right: 89px;
  transform: translateX(0px);
}
.customized-page.quality-page .customized-wrap3 .featured-products-list li:last-child .slide-box .circle .pop-window:after{
  left: unset;
  right: 80px;
  transform: translateX(0px);
}
.customized-page .customized-wrap3 .featured-products-list li .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li .slide-box .circle .pop-window:after {
  content: "";
  display: block;
  position: absolute;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:before {
  width: 1px;
  height: 38px;
  background-color: var(--color);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:after {
  top: -16px;
  width: 18px;
  height: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/customized-wrap3-icon2.png") no-repeat center center;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .order {
  position: absolute;
  font-size: 6.5625vw;
  color: #fff;
  opacity: 0.2;
  right: -16px;
  top: 25px;
  font-weight: bold;
  line-height: 1;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
  position: relative;
  display: none;
  border-radius: 20px;
  padding: 58px 50px 62px 59px;
  background: var(--color);
  width: 100%;
  margin-top: 100px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  content: "";
  display: block;
  position: absolute;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before {
  width: 1px;
  height: 38px;
  background-color: var(--color);
  left: 75px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  top: -16px;
  width: 18px;
  height: 16px;
  left: 65px;
  background: url("../images/customized-wrap3-icon2.png") no-repeat center center;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .order {
  position: absolute;
  font-size: 6.5625vw;
  color: #fff;
  opacity: 0.2;
  right: -16px;
  top: 25px;
  font-weight: bold;
  line-height: 1;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:before {
  left: 89px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:after {
  left: 80px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page.quality-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window {
    left: 50%;
    transform: translateX(-50%);
}
.customized-page.quality-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:before {
    left: unset;
    right: 50%;
    transform: translateX(50%);
}
.customized-page.quality-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:after {
  left: unset;
  right: 50%;
  transform: translateX(50%);
}

.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window {
  left: unset;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:before {
  left: unset;
  right: 89px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:after {
  left: unset;
  right: 80px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:last-child .slide-box .circle:before {
  display: none;
}
@media screen and (max-width: 1700px) {
  .customized-page .customized-wrap3 .featured-products-list{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1280px) {
  .customized-page .customized-wrap3 .featured-products-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle {
    width: 150px;
    height: 150px;
  }
  /*.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    width: 30px;
    height: 8px;
  }*/
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window {
    width: 700px;
  }
  .customized-page.quality-page .customized-wrap3 .featured-products-list .slide-box .circle:before{
    width: 30px;
     height: 8px;
  }
  .customized-page.quality-page .customized-wrap3 .featured-products-list{
    justify-content: flex-start;
  }
  .customized-page.quality-page .customized-wrap3{
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1000px) {
  .customized-page .customized-wrap3 .featured-products-list li {
    /*width: 100%;*/
    margin-bottom: 25px;
  }
  /*.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    display: none;
  }*/
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .pop-window {
    display: none;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
    display: block;
    padding: 15px;
  }
  .customized-page .customized-wrap3 {
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 700px) {
  .customized-page.quality-page  .customized-wrap3 .featured-products-list li{
    width:100%;
    display: flex;
    justify-content: center;
  }
  .customized-page.quality-page  .customized-wrap3 .featured-products-list li .slide-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .customized-page.quality-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    display: none;
  }
}
.hose-page .hose-3 {
  padding-top: 80px;
   background: #e7e7e7;
  padding-bottom: 110px;
  /*background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f5f5f5), color-stop(35%, transparent));
  background: -webkit-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: -moz-linear-gradient(bottom, #f5f5f5 35%, transparent 35% 100%);
  background: linear-gradient(to top, #f5f5f5 35%, transparent 35% 100%);*/
}
.hose-page .hose-3 .public-title{
  letter-spacing: 0;
}
.hose-page .hose-3 .left {
  width: 30%;
}
.hose-page .hose-3 .right {
  width: 70%;
}
.hose-page .hose-3 .right .txt {
  font-size: 18px;
  line-height: 2;
  color: #5e5e5e;
  margin-bottom: 100px;
}
.hose-page .hose-3 .top .intro{
  letter-spacing: 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.hose-page .hose-3 ul {
  margin: -10px;
}
.hose-page .hose-3 ul li {
  padding: 10px;
}
.hose-page .hose-3 ul li .content {
  background: white;
  padding: 30px 30px 50px;
}
.hose-page .hose-3 ul li .content .des {
  font-size: 18px;
  line-height: 1.7;
  color: #5e5e5e;
  margin-top: 10px;
  min-height: calc(1.7em * 5);
}
@media screen and (max-width: 1200px) {
  .hose-page .hose-3 .right .txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .hose-page .hose-3 .left {
    width: 100%;
  }
  .hose-page .hose-3 .right {
    width: 100%;
  }
}

.hose-page .hose-6 {
  padding: 80px 0 100px;
  /*background: #e7e7e7*/
}
.hose-page .hose-6 .top {
  /*width: 50%;*/
  margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
  margin: 25px 0 12px;
}
.hose-page .hose-6 .top .txt {
  font-size: 20px;
  line-height: 1.8;
  color: #5e5e5e;
}
.hose-page .hose-6 .form {
  /*padding-right: 310px;*/
  position: relative;
}
.hose-page .hose-6 .form 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;
}
.hose-page .hose-6 .form form input {
  width: 49%;
  font-size: 18px;
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  height: 50px;
  padding-left: 10px;
}
.hose-page .hose-6 .form form input[name="content"] {
  width: 100%;
}
/*.hose-page .hose-6 .form form .more_btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
.hose-page .hose-6 .form form .more_btn .more::after {
  color: black;
}
@media screen and (max-width: 1000px) {
  .hose-page .hose-6 .top {
    width: 100%;
  }
  .hose-page .hose-6 {
    background: white;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .hose-page .hose-6 .form {
    padding-right: 0;
  }
  .hose-page .hose-6 .form form .more_btn {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media screen and (max-width: 500px) {
  .hose-page .hose-6 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-6 .form form input {
    width: 100%;
  }
}
.about-page .init-2 {
  z-index: 3;
  position: relative;
  padding-bottom: 76px;
}
.about-page .init-2 .bg {
  content: "";
  position: absolute;
  width: 100%;
  height: -webkit-calc(-60%);
  height: -moz-calc(-60%);
  height: calc(100% - 160px);
  top: 160px;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-2 .container .left {
  color: #fff;
  margin-top: 200px;
}
.about-page .init-2 .container .left .tips {
  color: var(--color);
  font-weight: bold;
}
.about-page .init-2 .container .left .title {
  font-weight: bold;
      line-height: 1.3;
  max-width: 410px;
}
.about-page .init-2 .container .left .list_cont .list {
  margin-top: 30px;
}
.about-page .init-2 .container .left .list_cont .list .img {
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background-color: var(--color);
  text-align: center;
  position: relative;
}
.about-page .init-2 .container .left .list_cont .list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.about-page .init-2 .container .left .list_cont .list .cont {
  padding-left: 20px;
  vertical-align: middle;
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
}
.about-page .init-2 .container .left .list_cont .list .cont .title_2 {
  font-weight: bold;
}
.about-page .init-2 .container .left .list_cont .list .cont .des_2 {
  color: #bbbbbb;
  line-height: 1.6;
  margin-top: 10px;
}
.about-page .init-2 .container .left .list_cont .list:hover .img {
  border-radius: 10px;
}
.about-page .init-2 .container .left .list_cont .list2 .img {
  background-color: #222222;
}
.about-page .init-2 .container .left .list_cont .list3 .img {
  background-color: #fff;
}
.about-page .init-2 .container .right {
  padding-left: 40px;
}
.about-page .init-2 .container .right .list_cont {
  margin: 0 -15px;
}
.about-page .init-2 .container .right .list_cont .list {
  margin-top: 20px;
  padding: 0 15px;
}
.about-page .init-2 .container .right .list_cont .list .box {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 40px 10px 20px 10px;
  text-align: center;
}
.about-page .init-2 .container .right .list_cont .list .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-2 .container .right .list_cont .list .box .sub {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.about-page .init-2 .container .right .list_cont .list .box .num {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.about-page .init-2 .container .right .list_cont .list .box .des {
  margin-top: 16px;
}
.about-page .init-2 .container .right .list_cont .list .box:hover .shadow {
  opacity: 1;
}
@media (max-width: 1250px) {
  .about-page .init-2 .container .left {
    width: 100%;
  }
  .about-page .init-2 .container .left .title {
    max-width: 100%;
  }
  .about-page .init-2 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .right img {
    width: 100%;
    display: none;
  }
}
@media (max-width: 1000px) {
  .about-page .init-2 .container .left .tips,
  .about-page .init-2 .container .left .title {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 {
    margin-top: 40px;
    background-color: #000;
  }
  .about-page .init-2 .bg {
    display: none;
  }
  .about-page .init-2 .container .left {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .about-page .init-2 .container .left .list_cont .list {
    text-align: center;
  }
  .about-page .init-2 .container .left .list_cont .list .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.job-page .public-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;
  width: 197px;
  height: 65px;
  padding-left: 30px;
  padding-right: 7px;
  background: var(--color);
  border-radius: 33px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: -2px 3px 16px 0px rgba(23, 118, 104, 0.22);
  box-shadow: -2px 3px 16px 0px rgba(23, 118, 104, 0.22);
}
.job-page .public-btn span {
  color: #fff;
  padding-right: 12px;
}
.job-page .public-btn:hover {
  background: transparent;
}
.job-page .public-btn:hover span {
  color: var(--color);
}
.job-page .public-btn:hover .circle {
  background: var(--color);
  color: #fff;
}
.job-page .public-btn .circle {
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  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%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: var(--color);
}
.job-page .public-btn .circle i {
  font-size: 17px;
}
.job-page .job-wrap2 {
  /*padding-top: 6vw;*/
  /*margin-bottom: 7.1875vw;*/
  background-color: #f5f5f5;
}
.job-page.quality-page .job-wrap2{
  margin-top: 0;
  margin-bottom: 0;
}
.job-page .job-wrap2 a.public-btn {
  width: 216px;
  height: 59px;
  padding-left: 26px;
}
.job-page .job-wrap2 a.public-btn span {
  padding-right: 1px;
  font-size: 14px;
}
.job-page .job-wrap2 a.public-btn .circle {
  width: 46px;
  height: 46px;
}
.job-page .job-wrap2 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.job-page .job-wrap2 .top {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.job-page .job-wrap2 .top .ui.container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.job-page .job-wrap2 .top .left .big-title{
  color: #fff;
  font-weight: 600;
}
.job-page .job-wrap2 .top .public-title .span1,
.job-page .job-wrap2 .top .public-title .span2 {
  color: #fff;
}
.job-page .job-wrap2 .top .intro {
  color: #fff;
  margin-top: 12px;
}
.job-page .job-wrap2 .top a.public-btn {
  margin-bottom: 32px;
  margin-right: 38px;
}
.job-page .job-wrap2 .job-wrap2-list {
  margin-top: -10.15625vw;
  padding: 5.208333vw 4.53125vw 0 4.166667vw;
  background-color: #ffffff;
  border-radius: 20px;
}
.job-page .job-wrap2 .job-wrap2-list li {
  padding-left: 4.739583vw;
  padding-right: 2.34375vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: -2px 3px 8px 0px rgba(65, 65, 65, 0.06);
  box-shadow: -2px 3px 8px 0px rgba(65, 65, 65, 0.06);
  border-radius: 80px;
  border: solid 1px rgba(131, 131, 131, 0.5);
  overflow: hidden;
  margin-bottom: 34px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.job-page .job-wrap2 .job-wrap2-list li .list-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.job-page .job-wrap2 .job-wrap2-list li .list-top .title {
  font-family: Montserrat;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.job-page .job-wrap2 .job-wrap2-list li .list-top .img {
  margin-left: auto;
  margin-right: 45px;
  margin-top: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0) invert(0.9);
  filter: brightness(0) invert(0.9);
}
.job-page .job-wrap2 .job-wrap2-list li .list-top .more-btn {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #15b89c;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.job-page .job-wrap2 .job-wrap2-list li .list-top .more-btn i {
  font-weight: bold;
  font-size: 18px;
  font-family: Montserrat;
}
.job-page .job-wrap2 .job-wrap2-list li .list-content {
  margin-top: -1.822917vw;
  display: none;
  margin-bottom: 3.333333vw;
}
.job-page .job-wrap2 .job-wrap2-list li .list-content dl dt {
  font-weight: bold;
}
.job-page .job-wrap2 .job-wrap2-list li .list-content dl dd {
  max-width: 1056px;
}
.job-page .job-wrap2 .job-wrap2-list li .list-content .d1 {
  margin-bottom: 30px;
}
.job-page .job-wrap2 .job-wrap2-list li .list-content .d1 dt {
  margin-bottom: 2px;
}
.job-page .job-wrap2 .job-wrap2-list li .list-content .d1 dd {
  line-height: 1.9;
}
.job-page .job-wrap2 .job-wrap2-list li .list-content .d2 dt {
  margin-bottom: 6px;
}
.job-page .job-wrap2 .job-wrap2-list li .list-content .d2 dd {
  line-height: 1.82;
}
.job-page .job-wrap2 .job-wrap2-list li.hover:hover {
  background-color: var(--color);
}
.job-page .job-wrap2 .job-wrap2-list li.hover:hover .list-top .title {
  color: #fff;
}
.job-page .job-wrap2 .job-wrap2-list li.hover:hover .list-top .img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.job-page .job-wrap2 .job-wrap2-list li.hover:hover .list-top .more-btn {
  background-color: #fff;
  color: var(var(--color));
}
.job-page .job-wrap2 .job-wrap2-list li.active .img {
  opacity: 0;
}
.job-page .job-wrap2 .job-wrap2-list li.active .more-btn {
  opacity: 0;
}
.job-page .job-wrap2 .job-wrap2-list li a.public-btn {
  margin-top: 2.083333vw;
}

@media screen and (max-width: 1000px) {
  .job-page .job-wrap2 .job-wrap2-list li .list-top .img {
    zoom: 0.5;
  }
}
@media screen and (max-width: 700px) {
  .job-page .job-wrap2 .top .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .job-page .job-wrap2 .top .left {
    margin-bottom: 20px;
  }
  .job-page .job-wrap2 .job-wrap2-list li {
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .job-page .job-wrap2 .job-wrap2-list li .list-top .img {
    zoom: 0.3;
  }
  .job-page .job-wrap2 .job-wrap2-list li .list-top .more-btn {
    width: 40px;
    height: 40px;
  }
  .job-page .job-wrap2 .top a.public-btn {
    height: 40px;
  }
  .job-page .job-wrap2 .top a.public-btn .circle {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 1921px) {
  .job-page .job-wrap2 {
    margin-top: 183px; /* 原9.53125vw → 183px */
    margin-bottom: 138px; /* 原7.1875vw → 138px */
  }

  .job-page .job-wrap2 .top {
    padding-top: 236px; /* 原12.291667vw → 236px */
    padding-bottom: 328px; /* 原17.083333vw → 328px */
  }

  .job-page .job-wrap2 .job-wrap2-list {
    margin-top: -195px; /* 原-10.15625vw → -195px */
    padding: 100px 87px 0 80px; /* 原5.208333vw→100px, 4.53125vw→87px, 4.166667vw→80px */
  }

  .job-page .job-wrap2 .job-wrap2-list li {
    padding-left: 91px; /* 原4.739583vw → 91px */
    padding-right: 45px; /* 原2.34375vw → 45px */
  }

  .job-page .job-wrap2 .job-wrap2-list li .list-content {
    margin-top: -35px; /* 原-1.822917vw → -35px */
    margin-bottom: 64px; /* 原3.333333vw → 64px */
  }

  .job-page .job-wrap2 .job-wrap2-list li a.public-btn {
    margin-top: 40px; /* 原2.083333vw → 40px */
  }
}

.inner-product-recommendation {
  padding-top: 4vw;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#e8fbf9), to(#fff));
  background: -webkit-linear-gradient(top, #e8fbf9, #fff);
  background: -moz-linear-gradient(top, #e8fbf9, #fff);
  background: linear-gradient(to bottom, #e8fbf9, #fff);*/
  background: #ebebeb;
}
.inner-product-recommendation .public-title {
  margin-bottom: 13px;
}
.inner-product-recommendation .intro {
  /*color: var(--color);*/
}
.inner-product-recommendation .product-recommendation {
  margin: 5.572917vw -10px 0;
}
.inner-product-recommendation .recommendation-box {
  position: relative;
}
.inner-product-recommendation .recommendation-box .product-recommendation-prev,
.inner-product-recommendation .recommendation-box .product-recommendation-next {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.inner-product-recommendation .recommendation-box .product-recommendation-prev {
  left: -4.1666vw;
}
.inner-product-recommendation .recommendation-box .product-recommendation-next {
  right: -4.1666vw;
}
.inner-product-recommendation .recommendation-box .product-recommendation-prev i,
.inner-product-recommendation .recommendation-box .product-recommendation-next i {
  font-size: 24px;
}
.inner-product-recommendation .recommendation-box .product-recommendation-prev:hover,
.inner-product-recommendation .recommendation-box .product-recommendation-next:hover {
  background: var(--color);
  color: #fff;
}

.inner-product-recommendation .product-recommendation .slide-box {
  /*border: 2px solid rgba(218, 218, 218, 0.4);*/
  padding-top: 1vw;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin: 0 10px 30px;
  color: #7e7e7e;
  transition: 0.3s;
  position: relative;
}
.inner-product-recommendation .product-recommendation .slide-box:hover {
  background: #fff;
}
.inner-product-recommendation .product-recommendation .slide-box:hover a.title {
  color: var(--color);
}
.inner-product-recommendation .product-recommendation .slide-box a.img {
  display: block;
  text-align: center;
}
.inner-product-recommendation .product-recommendation .slide-box a.img img {
  margin: 0 auto;
}
.inner-product-recommendation .product-recommendation .slide-box a.title {
  display: block;
  text-align: center;
  margin: 2vw 15px 12px;
  font-weight: bold;
  color: #000;
  height: 54px;
  transition: .3s;
}
.inner-product-recommendation .product-recommendation .slide-box .product-intro {
  color: #7e7e7e;
  max-width: 281px;
  margin: 0 auto 29px;
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  -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;
}
.inner-product-recommendation .product-recommendation .slide-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;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover {
  background-color: var(--color);
  width: 176px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .plus {
  display: none;
}
.inner-product-recommendation .product-recommendation .slide-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;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle {
  background: #fff;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle i {
  color: var(--color);
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn span {
  color: #fff;
  display: none;
}
.inner-product-recommendation .product-recommendation .slide-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;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle i {
  color: #d4d4d4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1680px) {
  .inner-product-recommendation .recommendation-box .product-recommendation-prev {
    left: 0;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-next {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-product-recommendation .recommendation-box .product-recommendation-prev {
    display: none;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-next {
    display: none;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-prev {
    display: none;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-next {
    display: none;
  }
}
.application-page .application-wrap2 {
  /*margin-top: 6.1vw;*/
  padding-bottom: 5vw;
}
.application-page .application-wrap2 .big-title{
  font-weight: 600;
  line-height: 1.2;
}
.application-page .application-wrap2 .big-title span{
  color: var(--color);
}
@media screen and (min-width: 1921px) {
  .inner-product-recommendation {
    padding-top: 141px; /* 原7.34375vw → 141px */
  }

  .inner-product-recommendation .product-recommendation {
    margin: 107px -10px 0; /* 原5.572917vw → 107px */
  }

  .inner-product-recommendation .product-recommendation .slide-box {
    padding-top: 65px; /* 原3.385417vw → 65px */
  }

  .inner-product-recommendation .product-recommendation .slide-box a.title {
    margin: 54px 15px 12px; /* 原2.8125vw → 54px */
  }
  .application-page .application-wrap2 {
    margin-top: 117px; /* 原6.1vw → 117px (约) */
    margin-bottom: 192px; /* 原10vw → 192px */
  }
}
.inner-page.about-page #index-body .about .content .right-text {
  margin-left: auto;
}
.inner-page.about-page #index-body .about .content .right-text .public-title {
  text-align: center;
}
.inner-page.about-page #index-body .about .content .right-text .public-title span::after {
  transform: translateX(-50%);
  left: 50%;
}
.inner-page.about-page #index-body .about .content .right-text .about-advantage-slick {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  .product-yd-page .item{
    margin-bottom: 40px;
  } 
  /*.about-page.product-page-about*/
  .about-page .about-1{
    padding-top: 20px;
  }
  .about-page .about-1 .box{
    padding-bottom: 0;
  }
  .about-page .about-num ul li .h2 em{
    font-size: 35px;
  }
  .about-page .about-num{
    padding-bottom: 30px;
  }
  #index-body .i-advantage{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .about-page .about-num ul li{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .news-page1{
    padding-bottom: 55px;
  }
  .i-form{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .prodet-page .prodet-1{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .prodet-page .prodet-2 .box{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .prodet-page .prodet-2 .list{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .prodet-page .prodet-2 ul.options{
    height: auto;
    flex-wrap: wrap;
  }
  .hose-page .hose-3{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hose-page .hose-6{
    padding-top: 60px;
  }
  .hose-page .hose-3 .right .txt{
    margin-bottom: 40px;
  }
  .gallery-page{
    padding: 60px 0;
  }
  .about-page .about-2{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .inner-page .sidebox .sideright{
    padding-bottom: 0!important;
  }
  .contact-page .contact-1{
    padding-top: 60px;
  }
}
  .contact-list-content .contact-list {
  margin-right: -30px;
}
.contact-list-content .contact-list li .box {
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 19px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 19px 6px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.contact-list-content .contact-list li .box .left {
  width: -webkit-calc(100% - 123px);
  width: -moz-calc(100% - 123px);
  width: calc(100% - 123px);
}
.contact-list-content .contact-list li .box .left .title {
  font-weight: 600;
}
.contact-list-content .contact-list li .box .left .intro {
  opacity: 0.8;
  line-height: 1.72;
}
.contact-list-content .contact-list li .box .right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .contact-list-content .contact-list li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-list-content .contact-list li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-list-content .contact-list li .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-list-content .contact-list li .box .right {
    width: 100%;
  }
}