@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WalkwayExpandBlack';
  src: url('../fonts/WalkwayExpandBlack.woff2') format('woff2'), url('../fonts/WalkwayExpandBlack.ttf') format('truetype'), url('../fonts/WalkwayExpandBlack.eot') format('embedded-opentype'), url('../fonts/WalkwayExpandBlack.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.grid-box {
    font-size: 0;
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}
.t_1 {
    transition: .5s;
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.fancybox-slide--image{
  background-color: #fff;
}
.set-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Montserrat';
  max-width: 1920px;
  --color: #1da3dd;
  font-weight: normal;
  margin: 0 auto;
  --font: 'WalkwayExpandBlack';
}
.container {
  width: 1630px;
}
.public-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 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;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header .nav {
  height: 85px;
}
#header .nav .menu {
  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;
}
#header .nav .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .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 .menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: 600;
  color: black;
  margin-right: 46px;
  -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 .menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .menu .menu-box ul.menu > li > a {
  display: flex;
  border-bottom: 9px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 76px;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}
#header .nav .menu .menu-box ul.menu > li > a:hover {
  border-color: var(--color);
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 300px;
  width: auto;
  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 .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 .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .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 .right .h-search {
  cursor: pointer;
  margin-right: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .right .h-search img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .right .h-search:hover {
  background: var(--color);
  border-color: var(--color);
}
#header .nav .right .h-search:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.language-box .zhuyu {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.language-box .zhuyu span {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.language-box .zhuyu:hover {
  background: var(--color);
  border-color: var(--color);
}
.language-box .zhuyu:hover span {
  color: white;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.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;
}
.white {
  color: white;
}
.more {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  height: 48px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
.more.white:hover {
  border-color: white;
}
.more.white:hover span,
.more.white:hover i {
  color: white;
}
.more:hover {
  border-color: var(--color);
  background-color: transparent;
}
.more:hover span,
.more:hover i {
  color: var(--color);
}
.more span {
  font-size: 18px;
  color: white;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.more i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  height: 48px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}
.more2.white:hover {
  border-color: white;
}
.more2.white:hover span,
.more2.white:hover i {
  color: white;
}
.more2:hover {
  border-color: var(--color);
  background-color: transparent;
}
.more2:hover span,
.more2:hover i {
  color: var(--color);
}
.more2 span {
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
}
.h-title {
  font-size: 90px;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
  z-index: 5;
  color: #333333;
}
.h-title h3 {
  margin-left: -10px;
  text-transform: uppercase;
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.tit-font {
  font-family: var(--font);
}
.tit-semi {
  font-weight: 600;
}
.tit-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.txt-light {
  font-weight: 300;
}
.txt-color {
  color: var(--color);
}
.line {
  background: -webkit-gradient(linear, left top, right top, from(rgba(172, 172, 172, 0)), to(#acacac));
  background: -webkit-linear-gradient(left, rgba(172, 172, 172, 0) 0%, #acacac 100%);
  background: -moz-linear-gradient(left, rgba(172, 172, 172, 0) 0%, #acacac 100%);
  background: linear-gradient(to right, rgba(172, 172, 172, 0) 0%, #acacac 100%);
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 85px;
}
#banner .content {
  width: 100%;
}
#banner .content ul li .kuai {
  width: 65%;
  height: 130px;
  background-color: #f6f6f6;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  -webkit-clip-path: polygon(0 0, 67% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 67% 0, 100% 100%, 0% 100%);
}
#banner .content ul li .container {
  position: absolute;
  height: 100%;
  z-index: 10;
}
#banner .content ul li .container .box {
  padding-top: 16.5%;
}
#banner .content ul li .container .box h2 {
  font-family: var(--font);
  font-size: 60px;
  color: var(--color);
}
#banner .content ul li .container .box p {
  color: var(--color);
  max-width: 712px;
  line-height: 1.3;
}
#banner .content ul li.li1 .container .box h2,
#banner .content ul li.li1 .container .box p,
#banner .content ul li.li2 .container .box h2,
#banner .content ul li.li2 .container .box p,
#banner .content ul li.li3 .container .box h2,
#banner .content ul li.li3 .container .box p{
  color: #000;
}
#banner .content ul li.li2 .container .box .more,
#banner .content ul li.li3 .container .box .more,
#banner .content ul li.li1 .container .box .more{
  background-color: #000;;
}
#banner .content .btn {
  position: absolute;
  right: 160px;
  bottom: 85px;
  width: 130px;
  height: 130px;
  cursor: pointer;
  z-index: 5;
}
#banner .content .btn::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 175px;
  height: 175px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: scale_play 2s ease-in-out infinite;
  -moz-animation: scale_play 2s ease-in-out infinite;
  animation: scale_play 2s ease-in-out infinite;
}
#banner .content .btn i {
  font-size: 40px;
  /*background-color: white;*/
  border-radius: 50%;
  width: 100%;
  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;
  background-color:rgba(244,244,244,.75);
}
#index-body .homepage-1 {
  padding: 63px 0 58px;
  background-color: #f6f6f6;
}
#index-body .homepage-1 .top .line {
  width: 220px;
  height: 3px;
}
#index-body .homepage-1 .bottom {
  padding: 0 6%;
}
#index-body .homepage-1 .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-1 .bottom ul li .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid rgba(0, 0, 0, 0.22);
}
#index-body .homepage-1 .bottom ul li .img img{
  transition: .3s;
}
#index-body .homepage-1 .bottom ul li:hover .img img{
  transform: rotateY(180deg);
}
#index-body .homepage-2 {
  padding: 119px 0 135px;
}
#index-body .homepage-2 .bottom {
  padding-left: 160px;
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -15% 0 -8px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 0 7px;
}
#index-body .homepage-2 .bottom ul li .box {
  background-color: #f6f6f6;
  padding: 44px 40px 20px 40px;
  position: relative;
}
#index-body .homepage-2 .bottom ul li .box .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  left: 50%;
  top: 200%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-2 .bottom ul li .box .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-2 .bottom ul li .box .img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-2 .bottom ul li .box h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 23px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .homepage-2 .bottom ul li .box:hover h4,
#index-body .homepage-2 .bottom ul li .box:hover .img {
  opacity: 0.6;
}
#index-body .homepage-2 .bottom ul li .box:hover .btn {
  top: 50%;
}
#index-body .homepage-3 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .homepage-3 {
  background: url(../images/about-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
#index-body .homepage-3 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-3 .right .h-title h3 {
  font-size: 60px;
  margin-right: -19%;
}
#index-body .homepage-3 .right ul li {
  padding: 0 15px;
  border-radius: 35px;
  height: 35px;
  border: 1px solid rgba(29, 163, 221, 0.33);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
}
#index-body .homepage-3 .right ul li span {
  font-size: 16px;
  margin-left: 15px;
}
#index-body .homepage-3 .right .about-intro {
  line-height: 2;
  max-height: -webkit-calc(2em * 6);
  max-height: -moz-calc(2em * 6);
  max-height: calc(2em * 6);
  overflow-y: scroll;
}
#index-body .homepage-5 {
  background: url('../images/homepage-5-bg.png') no-repeat;
  background-position: 0 80%;
  margin-bottom: 119px;
}
#index-body .homepage-5 .left .h-title h3 {
  line-height: 1;
}
#index-body .homepage-5 .left .line {
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(196, 198, 223, 0)), to(#c4c6df));
  background: -webkit-linear-gradient(left, rgba(196, 198, 223, 0) 0%, #c4c6df 100%);
  background: -moz-linear-gradient(left, rgba(196, 198, 223, 0) 0%, #c4c6df 100%);
  background: linear-gradient(to right, rgba(196, 198, 223, 0) 0%, #c4c6df 100%);
}
#index-body .homepage-5 .left .con {
  line-height: 2;
}
#index-body .homepage-5 .right ul li {
  margin-bottom: 66px;
}
#index-body .homepage-5 .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-5 .right ul li .box {
  padding: 43px 50px 0 40px;
  height: 226px;
  border-radius: 25px;
  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;
  background-color: #b2b2b2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .right ul li .box:hover {
  background-color: var(--color);
}
#index-body .homepage-5 .right ul li .box .text {
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
  padding-right: 55px;
}
#index-body .homepage-5 .right ul li .box .text p {
  font-weight: 300;
  line-height: 2;
}
#index-body .homepage-5 .right ul li .box .img {
  width: 115px;
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  /*background-color: white;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 14px;
}
#index-body .homepage-5 .right ul li .box .img img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
#index-body .homepage-5 .right ul li .box:hover .img{
  background-color: white;
}
#index-body .homepage-5 .right ul li .box:hover .img img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  filter: brightness(1) invert(0);
}
#index-body .homepage-6 {
  padding: 135px 0;
}
#index-body .homepage-6 .top .h-title h3 {
  font-size: 60px;
}
#index-body .homepage-6 .top .app-intro {
  max-width: 933px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7777;
}
#index-body .homepage-6 .bottom {
  padding-left: 160px;
}
#index-body .homepage-6 .bottom ul {
  margin: 0 -13% 0 -30px;
}
#index-body .homepage-6 .bottom ul li {
  padding: 0 30px;
}
#index-body .homepage-6 .bottom ul li:hover .box::before {
  opacity: 0;
}
#index-body .homepage-6 .bottom ul li:hover .box i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .homepage-6 .bottom ul li:hover .box h4 {
  opacity: 0;
}
#index-body .homepage-6 .bottom ul li:hover .box .text {
  top: 0;
}
#index-body .homepage-6 .bottom ul li .box {
  overflow: hidden;
  border-radius: 25px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .bottom ul li:hover .box {
  border-top-right-radius: 0;
}
#index-body .homepage-6 .bottom ul li .box::before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 163, 221, 0.8)), to(rgba(29, 163, 221, 0)));
  background: -webkit-linear-gradient(bottom, rgba(29, 163, 221, 0.8) 0%, rgba(29, 163, 221, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(29, 163, 221, 0.8) 0%, rgba(29, 163, 221, 0) 100%);
  background: linear-gradient(to top, rgba(29, 163, 221, 0.8) 0%, rgba(29, 163, 221, 0) 100%);
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-6 .bottom ul li .box .img {
  width: 100%;
  display: block;
  height: 480px;
}
#index-body .homepage-6 .bottom ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .bottom ul li .box h4 {
  position: absolute;
  bottom: 24px;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 0 30px;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .homepage-6 .bottom ul li .box i {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -20px;
  top: -17px;
  -webkit-transform: scale(0.344);
  -moz-transform: scale(0.344);
  -ms-transform: scale(0.344);
  transform: scale(0.344);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
#index-body .homepage-6 .bottom ul li .box .text {
  position: absolute;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 25px;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-6 .bottom ul li .box .text p {
  line-height: 2;
}
#index-body .homepage-7 {
  padding-bottom: 132px;
}
#index-body .homepage-7 .top .h-title h3 {
  font-size: 96px;
  line-height: 0.8;
}
#index-body .homepage-7 .top .btn span {
  width: 55px;
  height: 55px;
  background-color: #adadad;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .homepage-7 .top .btn span:hover {
  background-color: var(--color);
}
#index-body .homepage-7 .top .btn span i {
  font-size: 30px;
  color: white;
}
#index-body .homepage-7 .bottom .left .list {
  font-weight: 500;
  font-size: 20px;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 35px;
  cursor: pointer;
}
#index-body .homepage-7 .bottom .left .list.active {
  opacity: 1;
}
#index-body .homepage-7 .bottom .left .list:last-child {
  margin-bottom: 0;
}
#index-body .homepage-7 .bottom .right {
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
}
#index-body .homepage-7 .bottom .right ul {
  display: none;
}
#index-body .homepage-7 .bottom .right ul.active {
  display: block;
}
#index-body .homepage-7 .bottom .right .img {
  width: 57.8%;
  border-radius: 25px;
  overflow: hidden;
}
#index-body .homepage-7 .bottom .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-7 .bottom .right .text {
  padding-left: 90px;
  width: 42.2%;
}
#index-body .homepage-7 .bottom .right .text a h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#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: #ffffff;
  padding: 16px 0;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 22px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
#footer {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .top {
  padding-top: 81px;
}
#footer .top .topup {
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background-color: #666666;
  border-radius: 50%;
  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;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top .topup:hover {
  background-color: var(--color);
}
#footer .top .topup i {
  font-size: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#footer .top .box form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
#footer .top .box form input[type='text'] {
  width: 24%;
  height: 45px;
  border: none;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: white;
  font-family: 'Montserrat-Light';
  text-transform: uppercase;
  margin-right: 20px;
}
#footer .top .box form input[name='content'] {
  width: -webkit-calc(12%);
  width: -moz-calc(12%);
  width: calc(12%);
  margin-right: 0;
}
#footer .top .box form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .top .box form .submit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
}
#footer .top .box form .submit:hover input[type='submit'] {
  background-color: var(--color);
}
#footer .top .box form .submit:hover i {
  color: white;
}
#footer .top .box form .submit i {
  font-size: 20px;
  color: black;
  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: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .top .box form .submit input[type='submit'] {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  background-color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .center {
  padding: 45px 15px 60px;
}
#footer .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
#footer .center ul li {
  padding-left: 5px;
  padding-right: 5px;
}
#footer .center ul li.form h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer .center ul li.form form {
  width: 415px;
  position: relative;
}
#footer .center ul li.form form input[type='text'] {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 0 15px;
  height: 60px;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 600;
}
#footer .center ul li.form form input[type='submit'] {
  background: url('../images/submit.png') no-repeat;
  border: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 41px;
}
#footer .center ul li.form form input::-webkit-input-placeholder,
#footer .center ul li.form form textarea::-webkit-input-placeholder {
  color: #949494;
  text-transform: uppercase;
}
#footer .center ul li.form form textarea {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 15px;
  height: 173px;
  width: 100%;
  font-weight: 600;
}
#footer .center ul li.form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
#footer .center ul li.form form ul li {
  padding: 0 5px;
}
#footer .center ul li.form .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .center ul li.form .share a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 55px;
  height: 55px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#footer .center ul li.form .share a i {
  font-size: 26px;
}
#footer .center ul li.form .share a:hover {
  background-color: #000;
}
#footer .center ul li.link span {
  margin-bottom: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span:hover {
  color: var(--color);
}
#footer .center ul li.contact .list {
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 270px;
}
#footer .center ul li.contact .list #ewm canvas,
#footer .center ul li.contact .list #ewm img {
  width: 117px;
  height: 117px;
}
#footer .center ul li.contact .list span {
  line-height: 1.8;
}
#footer .center ul li.contact .list:nth-child(3) {
  margin-bottom: 0;
  padding-right: 50px;
}
#footer .center ul li.contact1 {
  max-width: 236px;
}
#footer .center ul li.contact1 span {
  line-height: 1.875;
}
#footer .center ul li h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
#footer .center ul li.link h4 {
  margin-bottom: 28px;
}
#footer .center ul li.link span {
  margin-bottom: 20px;
}
#footer .center ul li span {
  font-size: 16px;
  color: #b2aeae;
  display: block;
  margin-bottom: 10px;
}
#footer .bottom {
  padding-bottom: 20px;
}
#footer .bottom .container span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
#footer .bottom .container span.copyright a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .bottom .container span.copyright a:hover {
  color: var(--color);
}
#footer .bottom .container span img {
  width: 250px;
  height: auto;
  padding-top: 4px;
  opacity: 0.8;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.25);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
@media screen and (max-width: 1700px) {
  #banner .content ul li .container .box {
    padding-top: 5%;
    width: 75%;
  }
  .h-title,
  #index-body .homepage-7 .top .h-title h3 {
    font-size: 60px;
  }
  #index-body .homepage-3 .right .h-title h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1450px) {
  #banner .content ul li .container .box h2 {
    font-size: 45px;
  }
  #index-body .homepage-6 {
    padding: 0 0 100px;
  }
  #header .nav .menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .content ul li .container .box h2 {
    font-size: 36px;
  }
  #banner .content ul li .container .box {
    padding-top: 7%;
    width: 100%;
  }
  #banner .content ul li .container .box p {
    margin: 15px 0;
  }
  #banner .content ul li .container .img {
    max-width: 50%;
  }
  #index-body .homepage-3 .right .h-title h3 {
    font-size: 35px;
  }
  #index-body .homepage-5 .right {
    width: 50%;
  }
  #index-body .homepage-6 .top .h-title h3,
  .h-title,
  #index-body .homepage-7 .top .h-title h3 {
    font-size: 40px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #index-body .homepage-7 .bottom .right .text {
    padding-left: 30px;
  }
  #banner .content .btn {
    display: none;
  }
  max-width: 230px;
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-6 .top .h-title h3,
  .h-title,
  #index-body .homepage-7 .top .h-title h3 {
    font-size: 30px;
  }
  #banner .content ul li .container .img,
  #banner .content ul li .kuai {
    display: none;
  }
  #banner .content ul li .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #banner .content ul li .container .box {
    padding-top: 3%;
    width: 100%;
  }
  #index-body .homepage-1 .bottom {
    padding: 0;
  }
  #index-body .homepage-1 .bottom ul li {
    width: 50%;
    margin: 15px 0;
    text-align: center;
  }
  #index-body .homepage-2 .bottom,
  #index-body .homepage-6 .bottom {
    padding: 0 15px !important;
  }
  #index-body .homepage-2 .bottom ul,
  #index-body .homepage-6 .bottom ul {
    margin: 0 -15px;
  }
  #index-body .homepage-2 .bottom ul li,
  #index-body .homepage-6 .bottom ul li {
    padding: 0 15px;
  }
  #index-body .homepage-3 .left {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  #index-body .homepage-3 .right {
    width: 100%;
    padding: 0;
  }
  #index-body .homepage-2 {
    padding: 85px 0;
  }
  #index-body .homepage-4 {
    padding: 85px 0;
  }
  #index-body .homepage-5 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-5 .right {
    width: 100%;
  }
  #index-body .homepage-7 .top .btn {
    display: none;
  }
  #index-body .homepage-7 .bottom .left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index-body .homepage-7 .bottom .left .list {
    margin-bottom: 0;
    margin-right: 15px;
  }
  #index-body .homepage-7 .bottom .right {
    width: 100%;
    margin-top: 35px;
  }
  #footer .center ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .center ul li.contact,
  #footer .center ul li.contact1 {
    width: 50%;
  }
  #footer .center ul li.form {
    width: 100%;
    margin-top: 40px;
  }
  #footer .center ul li.form form {
    width: 100%;
  }
  #footer .center ul li.form .share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .center ul li.form .share a {
    margin: 0 15px;
  }
  #footer .center ul li.contact .list {
    max-width: 100%;
    width: 50%;
  }
  #footer .center ul li.contact .list:first-child {
    margin-right: 0;
  }
  #footer .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .container span {
    text-align: center;
  }
  #footer .center ul li.contact1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner .content ul li .container .box a.more {
    display: none;
  }
  #banner .content ul li .container .box p {
    margin-bottom: 0;
  }
  #banner .content ul li .container .box h2 {
    font-size: 30px;
  }
  .h-title h3 {
    margin-left: 0;
  }
  #index-body .homepage-6 .bottom ul li .box .text h5 {
    font-size: 24px;
  }
  #index-body .homepage-6 .bottom ul li .box h4 {
    font-size: 24px;
  }
  #index-body .homepage-7 .bottom .right .img {
    width: 100%;
  }
  #index-body .homepage-7 .bottom .right .text {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .homepage-5 {
    margin-bottom: 85px;
  }
  #index-body .homepage-7 .bottom .right .text {
    padding-left: 0;
  }
  #index-body .homepage-7 .bottom .right h4 {
    font-size: 20px;
  }
  #index-body .homepage-7 {
    padding-bottom: 70px;
  }
  #footer .center {
    padding: 45px 15px;
  }
  #footer .center ul li.form h3 {
    margin-bottom: 20px;
  }
  #index-body .homepage-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #index-body .homepage-2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  #index-body .homepage-2 .bottom ul li .box h4 {
    margin-bottom: 10px;
  }
  #index-body .homepage-2 .bottom ul li .box {
    padding: 15px;
  }
  #index-body .homepage-3 .right .h-title h3 {
    font-size: 25px;
  }
  #index-body .homepage-5 .right ul li {
    margin-bottom: 40px;
  }
  #index-body .homepage-5 {
    margin-bottom: 50px;
  }
  #index-body .homepage-6 {
    padding-bottom: 60px;
  }
  #index-body .homepage-7 .bottom .left {
    padding-top: 0;
  }
  #footer .top {
    padding-top: 40px;
  }
  #footer .center ul li.contact,
  #footer .center ul li.contact1 {
    width: 100%;
  }
  #footer .center ul li.form .share {
    display: none;
  }
  #footer .center ul li.form {
    margin-top: 20px;
  }
  #ewm {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner .content ul li .container .box h2 {
    font-size: 24px;
  }
  #index-body .homepage-1 .top .line {
    display: none;
  }
  #index-body .homepage-3 .right ul li {
    margin-right: 0;
  }
  #index-body .homepage-3 .right ul li span {
    font-size: 13px;
  }
  #index-body .homepage-3 .right .play {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #index-body .homepage-3 .right .more2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #index-body .homepage-5 .right ul li .box .img {
    width: 55px;
    height: 55px;
  }
  #index-body .homepage-5 .right ul li .box .img img {
    max-width: 35px;
  }
  #index-body .homepage-5 .right ul li .box .text {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    padding-right: 20px;
  }
  #index-body .homepage-5 .right ul li .box .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-5 .right ul li .box {
    padding: 45px 25px;
    height: auto;
  }
  #footer .center ul li.contact .list {
    width: 100%;
  }
  #footer .center ul li.form form ul li {
    width: 100%;
  }
  #footer .center ul li.form .share {
    margin-top: 25px;
  }
  #footer .center ul li.form .share a {
    margin: 0 10px;
  }
}
/*
#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;
}

/*内页*/
.slick-slider:not(.slick-vertical) .slick-track{
  display: block;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-title {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
.inner-banner {
  padding: 10% 0;
  position: relative;
  margin-top: 85px;
}
.inner-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .container {
  position: relative;
  text-align: center;
}
.inner-banner .container h2 {
  font-size: 90px;
  line-height: 1;
  font-family: var(--font);
  text-transform: uppercase;
  margin-bottom: 45px;
  position: relative;
}
.inner-banner .container h2::before {
  content: '';
  display: block;
  width: 338px;
  height: 157px;
  background: url('/paperbag-packaging/2025/11/05/ellipse.png') no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-banner .container .mbx {
  font-size: 18px;
}
.inner-page {
  padding: 145px 0;
}
.inner-page.product-page1,
.inner-page.prodet-page1{
  padding-bottom: 0;
}
.about-page .about-1 ul li {
  padding: 0 15px;
  border-radius: 35px;
  height: 35px;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
}
.about-page .about-1 ul li span {
  font-size: 16px;
  margin-left: 15px;
}
.about-page .about-1 .bottom {
  height: 780px;
}
.about-page .about-1 .bottom .img1 {
  width: 22.5%;
  height: 100%;
}
.about-page .about-1 .bottom .img1 img {
  height: calc((100% - 20px) / 2);
}
.about-page .about-1 .bottom .img2 {
  width: 77.5%;
  position: relative;
  height: 100%;
}
.about-page .about-1 .bottom .img2 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-page .about-history {
  padding: 130px 0;
}
.about-page .about-history .content .left {
  width: 46.3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .about-history .content .right {
  width: 53.7%;
  max-height: 767px;
  overflow: hidden;
}
.about-page .about-history .content .right ul li .title {
  width: 100%;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-history .content .right ul li.active .text {
  padding: 30px 0 95px;
  max-height: 800px;
}
.about-page .about-history .content .right ul li .text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.about-page .about-history .content .right ul li .text .list {
  padding-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.about-page .about-history .content .right ul li .text .list::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: 6px;
  left: 0;
}
.about-page .about-history .content .right ul li .text .list::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color);
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0.6;
}
.about-page .about-history .content .right ul li .text .list:last-child {
  padding-bottom: 0;
}
/*.about-page .about-history .content .right ul li .text .list:last-child::after {
  height: 36px;
}*/
.about-page .about-2 .top .right span::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}
.about-page .about-2 .center ul {
  margin-right: -22%;
}
.about-page .about-2 .center ul li .box .title {
  height: 38px;
}
.about-page .about-2 .center ul li .box {
  border-radius: 25px;
  background-color: #f5f5f5;
  padding: 60px 40px;
}
.about-page .about-2 .center ul li .box .text {
  height: 115px;
  overflow-y: auto;
}
.about-page .about-2 .img {
  width: 86.8%;
  margin-left: auto;
}
.about-page .about-honor {
  padding: 135px 0;
  overflow: hidden;
}
.about-page .about-honor .bg {
  bottom: 0;
  left: 0;
}
.about-page .about-honor .list.list-r {
  margin-left: auto;
  padding-bottom: 13%;
  max-width: 780px;
}
.about-page .about-honor .list.list-l {
  position: absolute;
  left: 50px;
  top: 20%;
  max-width: 900px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.about-page .about-honor .list.list-l img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
  -moz-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
  -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 100%);
  box-reflect: below 10px linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 100%);
}
.about-page .about-honor .list.list-l .btn::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: auto;
}
.about-page .about-honor .list .btn::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid var(--color);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 15px;
}
.about-page .about-3 {
  padding: 130px 35px 0;
}
.about-page .about-3 ul li .img {
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.honor-page ul {
  margin: -27px -22px;
}
.honor-page ul li {
  padding: 27px 22px;
  width: 33.333333%;
}
.factory-page ul {
  margin: -35px -23px;
}
.factory-page ul li {
  padding: 35px 23px;
  width: 33.333333%;
}
.factory-page ul li .img {
  border-radius: 25px;
  overflow: hidden;
  display: block;
}
.faq-page ul li {
  background-color: #f5f5f5;
  border-radius: 25px;
  padding: 50px 35px;
  margin-bottom: 35px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.faq-page ul li.active .text {
  padding-top: 55px;
  max-height: 300px;
}
.faq-page ul li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.faq-page ul li .title h4 {
  font-size: 30px;
  font-weight: 600;
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-page ul li .title h4 em {
  font-size: 36px;
  color: var(--color);
  margin-right: 15px;
}
.faq-page ul li .title i {
  font-size: 46px;
  font-weight: 600;
  line-height: 0.8;
}
.faq-page ul li .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.faq-page ul li .text span {
  font-size: 36px;
  color: var(--color);
  margin-right: 25px;
  font-weight: 600;
  line-height: 1.2;
}
.faq-page ul li .text p {
  font-size: 26px;
  line-height: 1.6;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
.client-cooperation-page .cooperation-2 {
  padding: 175px 0;
}
.client-cooperation-page .cooperation-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 95px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 105px;
}
.client-cooperation-page .cooperation-3 ul li:last-child {
  margin-bottom: 0;
}
.client-cooperation-page .cooperation-3 ul li .left .img {
  background-color: #f5f5f5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px;
}
.client-cooperation-page .cooperation-3 ul li .right {
  width: 42%;
}
.client-cooperation-page .cooperation-3 ul li .right .list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.client-cooperation-page .cooperation-3 ul li .right .list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.client-cooperation-page .cooperation-3 ul li .right .list h5 {
  text-decoration: underline;
}
.client-cooperation-page .cooperation-3 ul li .right .list .imgs img {
  margin-right: 35px;
}
.client-cooperation-page .cooperation-3 ul li .right .list .imgs img:last-child {
  margin-right: 0;
}
.client-cooperation-page .cooperation-4 {
  padding: 135px 0;
  overflow: hidden;
}
.client-cooperation-page .cooperation-4 ul li {
  position: relative;
}
.client-cooperation-page .cooperation-4 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 2px;
  background-color: var(--color);
}
.client-cooperation-page .cooperation-4 ul li .box {
  position: relative;
}
.client-cooperation-page .cooperation-4 ul li .box span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color);
  font-size: 20px;
  color: white;
  margin: 0 auto;
}
.client-cooperation-page .cooperation-4 ul li .box img {
  margin: 50px auto 35px;
}
.client-cooperation-page .cooperation-4 ul li .box h4 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .inner-banner .container h2 {
    font-size: 60px;
  }
  .inner-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-history .content .right ul li.active .text {
    padding: 30px 0 55px;
  }
  .about-page .about-honor .list.list-r,
  .about-page .about-honor .list.list-l {
    max-width: 50%;
  }
  .client-cooperation-page .cooperation-2,
  .client-cooperation-page .cooperation-4 {
    padding: 125px 0;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 40px;
  }
  .inner-banner .container h2,
  .inner-title {
    font-size: 40px;
  }
  .about-page .about-history .content .right {
    max-height: 900px;
  }
  .about-page .about-history .content .right ul li .text .list {
    padding-bottom: 15px;
  }
  .about-page .about-2 .center ul {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .client-cooperation-page .cooperation-3 ul li .right .list .imgs img {
    margin-right: 10px;
  }
  .inner-banner .container h2,
  .inner-title {
    font-size: 30px;
  }
  .about-page .about-1 .bottom {
    height: 380px;
  }
  .about-page .about-honor .list img {
    max-width: 70%;
  }
  .about-page .about-2 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-history .content .right {
    max-height: unset;
    height: auto;
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .about-page .about-history .content .left {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
  .about-page .about-history {
    padding: 80px 0;
  }
  .about-page .about-1 .bottom .img3 .play img {
    max-width: 55px;
  }
  .inner-page {
    padding: 85px 0;
  }
  .about-page .about-honor {
    padding: 85px 0;
  }
  .about-page .about-2 .img {
    width: 100%;
    margin-left: 0;
  }
  .honor-page ul li {
    width: 50%;
  }
  .factory-page ul li {
    width: 50%;
  }
  .faq-page ul li .title h4 {
    font-size: 24px;
  }
  .faq-page ul li .text p {
    font-size: 18px;
  }
  .faq-page ul li .title h4 em,
  .faq-page ul li .text span {
    font-size: 26px;
  }
  .faq-page ul li.active .text {
    padding-top: 25px;
  }
  .client-cooperation-page .cooperation-3 ul li .left .img {
    padding: 20px;
    max-width: 200px;
  }
  .client-cooperation-page .cooperation-3 ul li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
  }
  .client-cooperation-page .cooperation-3 ul li .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .container h2,
  .inner-title {
    font-size: 24px;
  }
  .about-page .about-1 .text,
  .about-page .about-1 ul {
    padding: 0;
  }
  .about-page .about-2 .center ul {
    margin-right: -9px;
  }
  .about-page .about-honor .list img {
    max-width: 60%;
  }
  .about-page .about-3 {
    padding: 50px 35px 0;
  }
  .inner-banner .container h2::before {
    display: none;
  }
  .inner-banner .container h2 {
    margin-bottom: 15px;
  }
  .client-cooperation-page .cooperation-1 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .client-cooperation-page .cooperation-1 .img {
    width: 100%;
  }
  .client-cooperation-page .cooperation-4 ul li .box h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .bottom {
    height: auto;
  }
  .about-page .about-1 .bottom .img2 .play img {
    max-width: 60px;
  }
  .about-page .about-1 ul li {
    margin-right: 0;
  }
  .about-page .about-1 ul li span {
    font-size: 14px;
  }
  .about-page .about-1 .bottom .img1,
  .about-page .about-1 .bottom .img3 {
    width: 100%;
  }
  .about-page .about-1 .bottom .img2 {
    width: 100%;
    margin: 30px 0;
  }
  .about-page .about-1 .bottom .img2 {
    padding-left: 0;
  }
  .about-page .about-2 .top .right span::after {
    width: 35px;
  }
  .about-page .about-honor {
    display: none;
  }
  .honor-page ul li {
    width: 100%;
  }
  .factory-page ul li {
    width: 100%;
  }
  .faq-page ul li .title h4 em,
  .faq-page ul li .text span {
    display: none;
  }
  .faq-page ul li .title h4 {
    font-size: 18px;
  }
  .faq-page ul li .text p {
    width: 100%;
  }
}
.news-page .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 35px;
}
.news-page .top ul li {
  font-size: 20px;
  font-weight: 500;
  margin-right: 45px;
  opacity: 0.6;
}
.news-page .top ul li.active {
  opacity: 1;
}
.news-page .top ul li:last-child {
  margin-right: 0;
}
.news-page .bottom ul {
  margin: -75px -20px;
}
.news-page .bottom ul li {
  width: 33.33333333333%;
  padding: 75px 20px;
}
.news-page .bottom ul li a.more2 {
  background-color: #999;
}
.news-page .bottom ul li a.more2:hover {
  background-color: var(--color);
}
.news-page .bottom ul li a.more2:hover span {
  color: white;
}
.newdet-page .Auxil-through {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 70px;
}
.recommended-products ul {
  margin: -5px;
}
.recommended-products ul li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
}
.recommended-products ul li:first-child {
  width: 100%;
}
.recommended-products ul li:first-child .box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recommended-products ul li .box {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 145px 100px 115px;
}
.recommended-products ul li .box .btn {
  opacity: 0;
  transition: all 0.5s;
}
.recommended-products ul li .box:hover .btn {
  opacity: 1;
}
.recommended-products ul li:nth-child(n + 2) .box {
  flex-direction: column;
}
.recommended-products ul li:nth-child(n + 2) .box .left,
.recommended-products ul li:nth-child(n + 2) .box .right {
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .recommended-products ul li .box {
    padding: 70px;
  }
  .recommended-products ul li {
    width: 100%;
  }
  .recommended-products ul li .box .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .recommended-products ul li .box .right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .bottom ul {
    margin: -25px -20px;
  }
  .news-page .bottom ul li {
    width: 50%;
    padding: 25px 20px;
  }
  .recommended-products ul li .box .right img {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .recommended-products ul li .box {
    padding: 60px 30px;
  }
  .recommended-products ul li .box .left {
    margin-bottom: 15px;
  }
  .recommended-products ul li:first-child .box .btn img {
    max-width: 45px;
  }
  .recommended-products ul li .box .right a.btn img{
    max-width: 45px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .bottom ul li {
    width: 100%;
  }
}
.manufacturing-page .manufacturing-1 .bottom ul {
  margin: -60px -90px;
}
.manufacturing-page .manufacturing-1 .bottom ul li {
  padding: 60px 90px;
  width: 25%;
  position: relative;
}
.manufacturing-page .manufacturing-1 .bottom ul li:nth-child(4) .jt,
.manufacturing-page .manufacturing-1 .bottom ul li:nth-child(8) .jt {
  display: none;
}
.manufacturing-page .manufacturing-1 .bottom ul li .jt {
  position: absolute;
  top: 165px;
  right: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.manufacturing-page .manufacturing-1 .bottom ul li .box .img {
  background-color: var(--color);
  border-radius: 35px;
  width: 100%;
}
.manufacturing-page .manufacturing-1 .bottom ul li .box span {
  font-size: 18px;
  background-color: #e1e1e1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color);
  font-weight: 700;
  margin: auto;
}
.manufacturing-page .manufacturing-2 {
  padding: 200px 0;
}
.manufacturing-page .manufacturing-2 ul {
  margin: 0 -70px;
}
.manufacturing-page .manufacturing-2 ul li {
  padding: 0 70px;
  position: relative;
}
.manufacturing-page .manufacturing-2 ul li:nth-child(2)::before,
.manufacturing-page .manufacturing-2 ul li:nth-child(3)::before {
  content: '';
  width: 1px;
  height: 150px;
  background-color: rgba(29,163,221, 0.2);
  position: absolute;
  left: 0;
  bottom: -25px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.manufacturing-page .manufacturing-2 ul li:nth-child(3)::after {
  content: '';
  width: 1px;
  height: 150px;
  background-color: rgba(29,163,221, 0.2);
  position: absolute;
  right: 0;
  bottom: -25px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.manufacturing-page .manufacturing-3 .bottom .img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.quality-page .quality-1 .left {
  background-color: var(--color);
  padding: 135px 45px 0;
}
.quality-page .quality-1 .left .btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: var(--color);
  border-radius: 50%;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.quality-page .quality-1 .left .btn span i {
  font-size: 20px;
}
.quality-page .quality-1 .left .btn span:hover {
  color: var(--color);
  background-color: white;
}
.quality-page .quality-1 .left .bot .line {
  width: 30%;
  height: 3px;
}
.quality-page .quality-1 .right ul li {
  height: 660px;
}
.quality-page .quality-1 .right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.r-d-page .r-d-1 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 85px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.r-d-page .r-d-1 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .manufacturing-page .manufacturing-2 {
    padding: 120px 0;
  }
  .manufacturing-page .manufacturing-2 ul {
    margin: 0 -50px;
  }
  .manufacturing-page .manufacturing-2 ul li {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1450px) {
  .manufacturing-page .manufacturing-2 ul {
    margin: 0 -35px;
  }
  .manufacturing-page .manufacturing-2 ul li {
    padding: 0 35px;
  }
  .manufacturing-page .manufacturing-1 .bottom ul {
    margin: -60px;
  }
  .manufacturing-page .manufacturing-1 .bottom ul li {
    padding: 60px;
  }
  .manufacturing-page .manufacturing-1 .bottom ul li .jt {
    top: 145px;
  }
  .quality-page .quality-1 .right ul li {
    height: 600px;
  }
}
@media screen and (max-width: 1250px) {
  .manufacturing-page .manufacturing-1 .bottom ul li {
    width: 33.33333333%;
  }
  .manufacturing-page .manufacturing-1 .bottom ul li:nth-child(4) .jt {
    display: block;
  }
  .manufacturing-page .manufacturing-1 .bottom ul li:nth-child(6) .jt,
  .manufacturing-page .manufacturing-1 .bottom ul li:nth-child(3) .jt {
    display: none;
  }
  .manufacturing-page .manufacturing-2 ul li {
    padding: 0 20px;
  }
  .manufacturing-page .manufacturing-2 ul {
    margin: 0 -20px;
  }
  .quality-page .quality-1 .left {
    padding: 85px 45px;
  }
  .quality-page .quality-1 .right ul li {
    height: 450px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .manufacturing-1 .top p,
  .manufacturing-page .manufacturing-3 .top p {
    width: 100%;
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-1 .bottom ul {
    margin: -30px;
  }
  .manufacturing-page .manufacturing-1 .bottom ul li {
    padding: 30px;
  }
  .manufacturing-page .manufacturing-1 .bottom ul li .jt {
    top: 110px;
    max-width: 30px;
  }
  .manufacturing-page .manufacturing-2 .top .left {
    margin-bottom: 30px;
  }
  .manufacturing-page .manufacturing-2 .top .left p {
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-2 .top .left p br {
    display: none;
  }
  .manufacturing-page .manufacturing-2 ul li {
    padding: 0 20px;
    width: 50%;
    margin: 15px 0;
  }
  .manufacturing-page .manufacturing-2 ul {
    margin: 0;
  }
  .manufacturing-page .manufacturing-2 ul li:nth-child(2)::before,
  .manufacturing-page .manufacturing-2 ul li:nth-child(3)::before,
  .manufacturing-page .manufacturing-2 ul li:nth-child(3)::after {
    display: none;
  }
  .quality-page .quality-1 .top p {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .manufacturing-page .manufacturing-1 .bottom ul li {
    width: 50%;
  }
  .manufacturing-page .manufacturing-1 .bottom ul li:nth-child(2n) .jt {
    display: none;
  }
  .manufacturing-page .manufacturing-1 .bottom ul li:nth-child(3) .jt {
    display: block;
  }
  .manufacturing-page .manufacturing-2 {
    padding: 80px 0;
  }
  .quality-page .quality-1 .bottom .left {
    width: 100%;
  }
  .quality-page .quality-1 .bottom .right {
    width: 100%;
  }
  .quality-page .quality-1 .right ul li {
    height: auto;
  }
  .quality-page .quality-2 .left {
    width: 100%;
  }
  .quality-page .quality-2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .r-d-page .r-d-1 ul li .left {
    width: 100%;
  }
  .r-d-page .r-d-1 ul li .left h2 br {
    display: none;
  }
  .r-d-page .r-d-1 ul li .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .manufacturing-page .manufacturing-1 .bottom ul li .box .img {
    border-radius: 10px;
  }
  .manufacturing-page .manufacturing-1 .bottom ul li .jt {
    top: 80px;
  }
}
.industries-page .industries-1 .img {
  margin-right: -80px;
}
.industries-page .industries-2 {
  margin-top: 105px;
}
.industries-page .industries-2 ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.industries-page .industries-2 ul li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.industries-page .industries-2 ul li.active {
  margin-bottom: 100px;
}
.industries-page .industries-2 ul li.active .bg {
  height: 100%;
}
.industries-page .industries-2 ul li.active .box .img {
  right: 35px;
}
.industries-page .industries-2 ul li.active .box .title {
  padding-left: 55px;
  padding-right: 45px;
  color: white;
}
.industries-page .industries-2 ul li.active .box .title .icon {
  display: none;
}
.industries-page .industries-2 ul li.active .box .text {
  padding-top: 45px;
  max-height: 450px;
  padding: 45px 100px 0 60px;
  opacity: 1;
}
.industries-page .industries-2 ul li .box {
  position: relative;
  z-index: 5;
  padding: 75px 0 105px;
  overflow: hidden;
}
.industries-page .industries-2 ul li .box .img {
  right: -200%;
  bottom: 35px;
  position: absolute;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.industries-page .industries-2 ul li .box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 12%;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.industries-page .industries-2 ul li .box .title .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: brightness(0.8);
}
.industries-page .industries-2 ul li .box .title h4 {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
.industries-page .industries-2 ul li .box .title i {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.industries-page .industries-2 ul li .box .text {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.industries-page .industries-2 ul li .box .text .con{
  max-height: calc(1.8em * 6);
  overflow-y: auto;
}
.industries-det-page .img {
  padding: 65px 0;
  position: relative;
}
.industries-det-page .img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 63%;
  height: 100%;
  background: #f6f6f6;
}
.provided-solutions .bottom ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: -5px;
}
.provided-solutions .bottom ul li {
  width: 25%;
  padding: 5px;
}
.provided-solutions .bottom ul li .box {
  padding: 60px 40px 0;
  height: 345px;
  background-color: #f6f6f6;
  border-radius: 20px;
  text-align: center;
}
.provided-solutions .bottom ul li .box img {
  margin: auto;
}
.related-products ul li .box {
  padding: 60px 35px;
  height: 580px;
  background-color: #f6f6f6;
}
.related-products ul li .box h4 {
  font-size: 20px;
  font-weight: 600;
}
.related-products ul li .box a.img-box {
  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;
  height: 400px;
}
.related-products ul li .box a.img-box img {
  width: fit-content;
  max-width: 70%;
  height: fit-content;
}
.related-products ul li .box a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.related-products ul li .box a.btn:hover i {
  background-color: var(--color);
}
.related-products ul li .box a.btn span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
}
.related-products ul li .box a.btn i {
  font-size: 20px;
  background-color: #cccccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.industries-det-page .industries-det-1 h2{
  position: sticky;
  top: 140px;
}
@media screen and (max-width: 1700px) {
  .industries-page .industries-2 ul li .box .title h4,
  .industries-page .industries-2 ul li .box .title i {
    font-size: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .industries-page .industries-2 ul li .box {
    padding: 75px 0;
  }
  .industries-page .industries-2 ul li .box .title h4,
  .industries-page .industries-2 ul li .box .title i {
    font-size: 40px;
  }
  .industries-page .industries-2 ul li .box .title .icon {
    max-width: 45px;
  }
  .industries-det-page .industries-det-1 .text {
    width: 100%;
    margin-top: 30px;
  }
  .industries-det-page .industries-det-1 h2{
    position: unset;
  }
}
@media screen and (max-width: 1000px) {
  .industries-page .industries-2 ul li .box {
    padding: 45px 0;
  }
  .industries-page .industries-2 ul li .box .title h4,
  .industries-page .industries-2 ul li .box .title i {
    font-size: 30px;
  }
  .industries-page .industries-2 ul li .box .title .icon {
    left: 15px;
  }
  .industries-page .industries-1 .text {
    width: 100%;
    margin-bottom: 50px;
  }
  .industries-page .industries-1 .img {
    width: 100%;
    margin-right: 0;
  }
  .provided-solutions .top .text {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .industries-page .industries-2 ul li.active .box .text {
    padding: 30px 30px 0;
    max-height: 800px;
  }
  .industries-page .industries-2 ul li.active .box .title {
    padding-left: 30px;
    padding-right: 30px;
  }
  .industries-page .industries-2 ul li .box .title h4,
  .industries-page .industries-2 ul li .box .title i {
    font-size: 24px;
  }
  .industries-page .industries-2 ul li.active {
    margin-bottom: 35px;
  }
  .provided-solutions .bottom ul li .box {
    padding: 30px 20px;
    height: auto;
  }
  .provided-solutions .bottom ul li .box p {
    line-height: 1.6;
  }
  .industries-page .industries-2 ul li.active .box .img {
    max-width: 50px;
    bottom: 50px;
  }
}
@media (max-width: 500px) {
  .industries-page .industries-2 ul li.active .box .img {
    bottom: 30px;
  }
  .industries-page .industries-2 ul li .box .title .icon {
    display: none;
  }
  .industries-page .industries-2 ul li .box .title {
    padding-left: 0;
  }
  .industries-page .industries-2 ul li .box .title h4 {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .industries-page .industries-2 ul li .box {
    padding: 25px 0;
  }
  .industries-page .industries-2 ul li .bg {
    border-radius: 10px;
  }
}

.slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
.contact-page .contact-1 .top {
  padding: 0 6%;
}

.contact-page .contact-1 .top h2 {
  line-height: 1;
}
.contact-page .contact-1 .top .text .list h5 {
  width: 145px;
}
.contact-page .contact-1 .top .text .list div {
  width: calc(100% - 145px);
}
.contact-page .contact-1 .top .text .list p {
  border-bottom: 2px solid #000;
  line-height: 1;
  width: fit-content;
}

.contact-page .contact-1 form {
  width: 100%;
  padding: 0 50px;
}
.contact-page .contact-1 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.contact-page .contact-1 form ul li {
  width: 33.33333%;
  padding: 0 20px;
}
.contact-page .contact-1 form ul li label {
  font-size: 20px;
  margin-bottom: 60px;
  display: block;
  font-weight: 600;
}
.contact-page .contact-1 form ul li input[type='text'] {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}
.contact-page .contact-1 form ul li:nth-last-child(2) {
  margin-top: 95px;
}
.contact-page .contact-1 form ul li textarea {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  height: 130px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}
.contact-page .contact-1 form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-1 form ul li:nth-child(4),
.contact-page .contact-1 form ul li:nth-child(5) {
  width: 100%;
}
.contact-page .contact-1 form ul li .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 75px;
  color: black;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-page .contact-1 form ul li .submit:hover {
  color: var(--color);
}
.contact-page .contact-1 form ul li .submit input[type='submit'] {
  background-color: transparent;
  border: none;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-page .contact-1 form ul li .submit i {
  font-size: 30px;
  margin-left: 15px;
}
@media screen and (max-width: 1450px) {
  .contact-page .contact-1 .top .text {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-page .contact-1 > div:last-child,
  .contact-page .contact-1 {
    padding: 0;
  }
  .contact-page .contact-1 form ul li label {
    margin-bottom: 10px;
  }
  .contact-page .contact-1 .top .text {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-1 form ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-page .contact-1 .top {
    padding: 0;
  }
  .contact-page .contact-1 form {
    padding: 0;
  }
  .contact-page .contact-1 form ul li textarea,
  .contact-page .contact-1 form ul li .submit {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .top .text .list h5 {
    width: 55px;
  }
}
/*.product-page {
  padding-bottom: 180px;
}
.product-page .product-1 {
  position: relative;
  padding: 180px 0 0;
}
.product-page .product-1 .pro_img {
  position: absolute;
  left: 50%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-page .product-1 .content {
  padding: 0 8%;
}
.product-page .product-1 .pro_list {
  padding: 0 30px;
}
.product-page .product-1 .pro_list ul {
  margin: -10px;
  width: 100%;
}
.product-page .product-1 .pro_list ul li {
  width: 25%;
  padding: 10px;
}
.product-page .product-1 .pro_list ul li .img-box {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background-color: #dadbe6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product-page .product-2 {
  padding: 170px 0 140px;
}
.product-page .product-2 .left {
  overflow: hidden;
}
.product-page .product-2 .left .text {
  padding-bottom: 80px;
}
.product-page .product-2 .left .img {
  height: auto;
}
.product-page .product-2 .right ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0 65px;
  display: none;
}
.product-page .product-2 .right ul li.cur {
  display: block;
}
.product-page .product-2 .right ul li:last-child {
  padding-bottom: 0;
}
.product-page .product-2 .right ul li.active .text {
  padding-top: 30px;
  max-height: 450px;
  overflow-y: auto;
}
.product-page .product-2 .right ul li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.product-page .product-2 .right ul li .title h4 {
  font-size: 40px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  text-transform: uppercase;
  line-height: 1;
}
.product-page .product-2 .right ul li .title i {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-top: -10px;
}
.product-page .product-2 .right ul li .text {
  font-size: 18px;
  opacity: 0.6;
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1700px) {
  .product-page .product-2 .right ul li .title h4 {
    font-size: 30px;
  }
  .product-page .product-1 .pro_img {
    max-width: 360px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .product-1 {
    padding: 140px 0 0;
  }
  .product-page .product-1 .pro_img {
    max-width: 280px;
    top: 5%;
  }
  .product-page .product-2 .right ul li .text {
    font-size: 14px;
  }
  .product-page .product-2 .right ul li {
    padding: 25px 0 35px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding: 120px 0;
  }
  .product-page .product-1 .pro_list ul li {
    width: 33.333333%;
  }
  .product-page .product-2 {
    padding: 80px 0;
  }
  .product-page .product-2 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .product-page .product-2 .left .img {
    height: auto;
  }
  .product-page .product-2 .left .text {
    width: 100%;
  }
  .product-page .product-2 .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-1 .pro_list ul li {
    width: 50%;
  }
  .product-page .product-2 .right ul li .title h4 {
    font-size: 25px;
  }
  .product-page .product-1 .pro_img {
    max-width: 80%;
    top: 0;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    margin: 0 auto 60px;
  }
  .product-page .product-1 {
    padding: 0;
  }
  .product-page .product-1 .content {
    padding: 0;
  }
  .product-page {
    padding: 80px 0;
  }
}
@media (max-width: 500px) {
  .product-page .product-1 .pro_list ul li {
    width: 100%;
  }
  .product-page .product-2 .right ul li .title i {
    font-size: 40px;
    margin-top: -6px;
  }
  .product-page .product-2 .right ul li .title h4 {
    font-size: 20px;
    line-height: unset;
  }
}*/
/*.product-yd-page1 .init-1 .container ul li .box {
  border-top: 1px solid #e2e2e2;
  padding: 60px 0;
}
.product-yd-page1 .init-1 .container ul li .box .left {
  width: 60%;
  padding-right: 40px;
}
.product-yd-page1 .init-1 .container ul li .box .left .title {
  font-weight: bold;
  display: block;
}
.product-yd-page1 .init-1 .container ul li .box .left .title:hover {
  color: var(--color);
}
.product-yd-page1 .init-1 .container ul li .box .left .des {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  font-weight: 500;
  overflow-y: scroll;
  max-height: 250px;
  line-height: 32px;
}
.product-yd-page1 .init-1 .container ul li .box .left .more {
  margin-top: 30px;
}
.product-yd-page1 .init-1 .container ul li .box .right {
  width: 40%;
  text-align: right;
}
.product-yd-page1 .init-1 .container ul li .box .right img {
  width: auto;
}
.product-yd-page1 .init-1 .container ul li:last-child .box {
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1000px) {
  .product-yd-page1 .init-1 .container ul li .box .left {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page1 .init-1 .container ul li .box .right {
    margin-top: 20px;
  }
}
.product-page1 .init-1 .container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
.product-page1 .init-1 .container .swiper .swiper-slide .box .img {
  display: block;
}
.product-page1 .init-1 .container .swiper .swiper-slide .box .text {
  margin-top: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.product-page1 .init-1 .container .swiper .swiper-slide .box .text:hover {
  color: var(--color);
}
.product-page1 .init-2 .container .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}
.product-page1 .init-2 .container .fl-list span {
  display: block;
  position: relative;
}
.product-page1 .init-2 .container .fl-list span em {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page1 .init-2 .container .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}
.product-page1 .init-2 .container .fl-list ul {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -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);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.product-page1 .init-2 .container .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}
.product-page1 .init-2 .container .fl-list ul li a {
  display: block;
}
.product-page1 .init-2 .container .fl-list ul li a:hover {
  color: var(--color);
}
.product-page1 .init-2 .container .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.product-page1 .init-2 .container .product-search {
  margin-left: 50px;
  border: solid 1px #474747;
}
.product-page1 .init-2 .container .product-search form {
  height: 64px;
  width: 365px;
  position: relative;
  font-weight: bold;
}
.product-page1 .init-2 .container .product-search form .text {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(100% - 75px);
  border: none;
  padding: 10px 24px;
}
.product-page1 .init-2 .container .product-search form .btn {
  width: 75px;
  background-color: var(--color);
  border: none;
  border-radius: 0;
  -o-background-size: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.product-page1 .init-2 .container .product-search form .btn:hover {
  background-color: var(--color);
}
.product-page1 .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.product-page1 .init-3 .container .des {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
.product-page1 .init-3 .container .des table {
  border: none;
}
.product-page1 .init-3 .container .des table tr {
  background: #fff;
}
.product-page1 .init-3 .container .des table tr td {
  border: 1px solid #ccc;
}
.product-page1 .init-3 .container .des table tbody > tr > td:first-child {
  background: #f6f6f6;
  min-width: 100px;
}
.product-page1 .init-3 .container .cat_des {
  max-height: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 2;
  padding-right: 4px;
  overflow-y: auto;
  font-weight: 500;
}
.product-page1 .init-3 .container .content {
  margin-top: -40px;
}
.product-page1 .init-3 .container .content ul {
  margin: 0 -22px;
}
.product-page1 .init-3 .container .content ul > p {
  font-size: 20px;
  margin: 60px 20px 0;
  letter-spacing: 0;
}
.product-page1 .init-3 .container .content ul li {
  padding: 0 22px;
  margin-top: 90px;
}
.product-page1 .init-3 .container .content ul li .box {
  cursor: pointer;
}
.product-page1 .init-3 .container .content ul li .box .img {
  display: block;
  border: solid 1px #dadada;
}
.product-page1 .init-3 .container .content ul li .box .img img {
  width: 100%;
}
.product-page1 .init-3 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600;
  line-height: 40px;
  min-height: 5.5em;
}
.product-page1 .init-3 .container .content ul li .box .title:hover {
  color: var(--color);
}
.product-page1 .init-3 .container .content ul li .box .title2 {
  color: #5f5f5f;
  margin-top: 10px;
  font-weight: 500;
  line-height: 2;
  overflow-y: auto;
  max-height: 172px;
  padding-right: 4px;
}
.product-page1 .init-3 .container .content ul li .box .slick-track {
  margin-left: 0;
}
.product-page1 .init-3 .container .content ul li .box .smallImg {
  margin-top: 10px;
}
.product-page1 .init-3 .container .content ul li .box .smallImg .grid-box {
  margin: 0 -5px;
}
.product-page1 .init-3 .container .content ul li .box .smallImg .imgl {
  padding: 0 5px;
}
.product-page1 .init-3 .container .content ul li .box .smallImg .imgl .box {
  border: solid 1px #dadada;
}
.product-page1 .init-3 .container .content ul li .content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
}
.product-page1 .init-3 .container .content ul li .content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  width: 1580px;
  padding-top: 70px;
  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%);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .close {
  z-index: 2;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top {
  padding: 0 40px;
  padding-bottom: 50px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img {
  width: 380px;
  height: 388px;
  border: 1px solid #eee;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle {
  position: relative;
  width: 110px;
  padding-left: 10px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
  height: 354px;
  width: 100%;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul {
  padding: 0;
  margin: 0;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
  padding: 0;
  margin: 0;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
  display: block;
  border: 1px solid #eee;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
  background-color: #f5f5f5;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
  position: absolute;
  bottom: -34px;
  left: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
  background-color: #212122;
  color: #fff;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
  left: 50px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right {
  width: -webkit-calc(-390%);
  width: -moz-calc(-390%);
  width: calc(100% - 490px);
  padding-left: 40px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .title {
  font-weight: 600;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .des {
  color: #5f5f5f;
  font-weight: 500;
  margin-top: 20px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
  margin-top: 10px;
  font-weight: 700;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right table {
  width: 100% !important;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #212122;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #212122;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: #212122;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
  width: 190px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-left: 30px;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  padding: 11px 24px;
  background-color: var(--color);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
  background-color: #000;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img {
  transform: rotate(45deg);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
  width: 390px;
}

@media (max-width: 1500px) {
  .product-page1 .init-3 .container .des table tr td {
    min-width: 120px;
  }
  .product-page1 .init-3 .container .des table tbody > tr > td:first-child {
    min-width: 120px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    height: 300px;
    width: 300px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 540px;
  }
}
@media (max-width: 1250px) {
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    display: none !important;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top {
    text-align: center;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 340px;
    height: 340px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .bottom {
    display: none;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    max-height: 200px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 50%;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .product-page1 .init-3 .container .content ul li .content_cont .content_c {
    width: 700px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
    height: 354px;
  }
  .product-page1 .init-1 {
    display: none;
  }
  .product-page1 .init-2 {
    display: none;
  }
}
@media (max-width: 700px) {
  .product-page1 .init-3 .container .content ul li .content_cont .content_c {
    width: 96%;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c {
    padding-right: 10px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 500px) {
  .product-page1 .init-3 .container .content {
    margin-top: 0;
  }
  .product-page1 .init-3 .container .content ul {
    margin: 0;
  }
  .product-page1 .init-3 .container .content ul li {
    padding: 0;
    margin-top: 30px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    text-align: center;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 100%;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .product-page1 .init-3 .container .tipsTitle {
    margin-bottom: -60px !important;
  }
  .product-page1 .init-3 .container .tipsTitle {
    margin-bottom: -60px;
  }
}
.prodet-page1 .prodet-1 .smallImg .slick-vertical .slick-slide {
  float: none;
}
.prodet-page1 .prodet-1 .smallImg .slick-track {
  width: 100% !important;
}
.prodet-page1 .prodet-1 .smallImg ul {
  margin: -0.5em;
}
.prodet-page1 .prodet-1 .smallImg ul li {
  padding: 0.5em;
}
.prodet-page1 .prodet-1 .right .text {
  max-height: 200px;
  overflow: auto;
}
.prodet-page1 .prodet-2 {
  background-color: #f6f6f6;
  color: #7b7b7b;
}
.prodet-page1 .prodet-2 i {
  mix-blend-mode: darken;
}
.prodet-page1 .prodet-3 .options:before,
.prodet-page1 .prodet-3 .options:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
.prodet-page1 .prodet-3 .options span.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 163, 221, 0.6)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: -moz-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: linear-gradient(to top, rgba(29, 163, 221, 0.6), var(--color));
}
.prodet-page1 .prodet-3 .ret .slide {
  display: none;
}
.prodet-page1 .prodet-3 .ret span.h6 {
  padding: 0.5em 1em;
  background-color: #f5f5f5;
}
.prodet-page1 .prodet-3 .ret span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page1 .prodet-3 .ret span.h6 i:after,
.prodet-page1 .prodet-3 .ret span.h6 i:before {
  content: '';
  width: 0.5em;
  height: 2px;
  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-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page1 .prodet-3 .ret span.h6.active i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 163, 221, 0.6)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: -moz-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: linear-gradient(to top, rgba(29, 163, 221, 0.6), var(--color));
}
.prodet-page1 .prodet-3 .ret span.h6.active i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.prodet-page1 .prodet-3 .ret .form {
  padding: 4% 9%;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 163, 221, 0.6)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: -moz-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: linear-gradient(to top, rgba(29, 163, 221, 0.6), var(--color));
}
.prodet-page1 .prodet-3 .ret .form ul li.row {
  grid-row: span 2;
}
.prodet-page1 .prodet-3 .ret .form ul li input,
.prodet-page1 .prodet-3 .ret .form ul li textarea {
  width: 100%;
  border: none;
  padding: 0.8em 1.4em;
  color: black;
}
.prodet-page1 .prodet-3 .ret .form ul li input::-webkit-input-placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea::-webkit-input-placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li input:-moz-placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea:-moz-placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li input::-moz-placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea::-moz-placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li input:-ms-input-placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea:-ms-input-placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li input::placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea::placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li textarea {
  height: 100%;
}
.prodet-page1 .prodet-3 .ret .form ul li .text {
  color: inherit;
}
.prodet-page1 .prodet-3 .ret .form ul li button {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}
@media screen and (max-width: 1450px) {
  .prodet-page1 .prodet-2 i {
    zoom: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page1 .prodet-2 ul li {
    width: 32.5%;
  }
  .prodet-page1 .prodet-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page1 .prodet-3 .options {
    display: none;
  }
  .prodet-page1 .prodet-3 .ret {
    margin-top: 0;
  }
  .prodet-page1 .prodet-3 .ret .slide {
    display: block !important;
    margin-top: 5%;
  }
  .prodet-page1 .prodet-3 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page1 .prodet-3 .ret .form {
    padding: 5%;
  }
  .prodet-page1 .prodet-3 .ret .form ul li.grid-span {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page1 .prodet-3 .ret .form ul li .text {
    width: 100%;
  }
  .prodet-page1 .prodet-3 .ret .form ul li.row {
    grid-row: span 1;
  }
  .prodet-page1 .prodet-2 ul li {
    width: 49%;
  }
  .prodet-page1 .prodet-3 .ret .slide .appearance ul {
    grid-template-columns: repeat(2, 1fr);
  }
}*/
.inner-product .more {
  height: 3.625em;
  padding: 0 2.5em;
  background-color: black;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  border-radius: 28px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
}
.inner-product .more:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(29,163,221,.5)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, rgba(29,163,221,.5), var(--color));
  background-image: -moz-linear-gradient(bottom, rgba(29,163,221,.5), var(--color));
  background-image: linear-gradient(to top, rgba(29,163,221,.5), var(--color));
  opacity: 0;
  transition: 0.5s;
}
.inner-product .more:hover:before {
  opacity: 1;
}
.inner-product .inner-page .more {
  padding: 0 3.75em;
}
@media screen and (max-width: 700px) {
  .inner-page.inner-product  .more {
    height: 2.8em;
    padding: 0 2em;
  }
}
body {
  --color: #1da3dd;
}

.inner-product .more {
  height: 3.625em;
  padding: 0 2.5em;
  background-color: black;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
}
.inner-product .more:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(29,163,221,.5)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, rgba(29,163,221,.5), var(--color));
  background-image: -moz-linear-gradient(bottom, rgba(29,163,221,.5), var(--color));
  background-image: linear-gradient(to top, rgba(29,163,221,.5), var(--color));
  opacity: 0;
  transition: 0.5s;
}
.inner-product .more:hover:before {
  opacity: 1;
}
.inner-product .inner-page .more {
  padding: 0 3.75em;
}
@media screen and (max-width: 700px) {
  .inner-page.inner-product  .more {
    height: 2.8em;
    padding: 0 2em;
  }
}

.product-yd-page1 .init-1 .container ul li .box {
  border-top: 1px solid #e2e2e2;
  padding: 60px 0;
}
.product-yd-page1 .init-1 .container ul li .box .left {
  width: 60%;
  padding-right: 40px;
}
.product-yd-page1 .init-1 .container ul li .box .left .title {
  font-weight: bold;
  display: block;
}
.product-yd-page1 .init-1 .container ul li .box .left .title:hover {
  color: var(--color);
}
.product-yd-page1 .init-1 .container ul li .box .left .des {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  font-weight: 500;
  overflow-y: scroll;
  max-height: 250px;
  line-height: 32px;
}
.product-yd-page1 .init-1 .container ul li .box .left .more {
  margin-top: 30px;
}
.product-yd-page1 .init-1 .container ul li .box .right {
  width: 40%;
  text-align: right;
}
.product-yd-page1 .init-1 .container ul li .box .right img {
  width: auto;
}
.product-yd-page1 .init-1 .container ul li:last-child .box {
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1000px) {
  .product-yd-page1 .init-1 .container ul li .box .left {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page1 .init-1 .container ul li .box .right {
    margin-top: 20px;
    width: 100%;
  }
}
.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.honor-page .m-page .wp-pagenavi{
  justify-content: flex-end;
}
.m-page a,
.m-page span{
  width: 40px;
  height: 40px;
  border: 1px solid var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 16px;
  transition: .3s;
}
.m-page a:hover,
.m-page span{
  background-color: var(--color);
  color: #fff;
}
.product-page1 .init-1 .container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
.product-page1 .init-1 .container .swiper .swiper-slide .box .img {
  display: block;
}
.product-page1 .init-1 .container .swiper .swiper-slide .box .text {
  margin-top: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.product-page1 .init-1 .container .swiper .swiper-slide .box .text:hover {
  color: var(--color);
}
.product-page1 .init-2 .container .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}
.product-page1 .init-2 .container .fl-list span {
  display: block;
  position: relative;
}
.product-page1 .init-2 .container .fl-list span em {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page1 .init-2 .container .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}
.product-page1 .init-2 .container .fl-list ul {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -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);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.product-page1 .init-2 .container .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}
.product-page1 .init-2 .container .fl-list ul li a {
  display: block;
}
.product-page1 .init-2 .container .fl-list ul li a:hover {
  color: var(--color);
}
.product-page1 .init-2 .container .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.product-page1 .init-2 .container .product-search {
  margin-left: 50px;
  border: solid 1px #474747;
}
.product-page1 .init-2 .container .product-search form {
  height: 64px;
  width: 365px;
  position: relative;
  font-weight: bold;
}
.product-page1 .init-2 .container .product-search form .text {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(100% - 75px);
  border: none;
  padding: 10px 24px;
}
.product-page1 .init-2 .container .product-search form .btn {
  width: 75px;
  background-color: var(--color);
  border: none;
  border-radius: 0;
  -o-background-size: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.product-page1 .init-2 .container .product-search form .btn:hover {
  background-color: var(--color);
}
.product-page1 .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.product-page1 .init-3 .container .des {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
.product-page1 .init-3 .container .des table {
  border: none;
}
.product-page1 .init-3 .container .des table tr {
  background: #fff;
}
.product-page1 .init-3 .container .des table tr td {
  border: 1px solid #ccc;
}
.product-page1 .init-3 .container .des table tbody > tr > td:first-child {
  background: #f6f6f6;
  min-width: 100px;
}
.product-page1 .init-3 .container .cat_des {
  max-height: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 2;
  padding-right: 4px;
  overflow-y: auto;
  font-weight: 500;
}
.product-page1 .init-3 .container .content {
  margin-top: -40px;
}
.product-page1 .init-3 .container .content ul {
  margin: 0 -22px;
}
.product-page1 .init-3 .container .content ul > p {
  font-size: 20px;
  margin: 60px 20px 0;
  letter-spacing: 0;
}
.product-page1 .init-3 .container .content ul li {
  padding: 0 22px;
  margin-top: 90px;
}
.product-page1 .init-3 .container .content ul li .box {
  cursor: pointer;
}
.product-page1 .init-3 .container .content ul li .box .img {
  display: block;
  border: solid 1px #dadada;
}
.product-page1 .init-3 .container .content ul li .box .img img {
  width: 100%;
}
.product-page1 .init-3 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600;
  line-height: 40px;
  min-height: 5.5em;
}
.product-page1 .init-3 .container .content ul li .box .title:hover {
  color: var(--color);
}
.product-page1 .init-3 .container .content ul li .box .title2 {
  color: #5f5f5f;
  margin-top: 10px;
  font-weight: 500;
  line-height: 2;
  overflow-y: auto;
  max-height: 172px;
  padding-right: 4px;
}
.product-page1 .init-3 .container .content ul li .box .slick-track {
  margin-left: 0;
}
.product-page1 .init-3 .container .content ul li .box .smallImg {
  margin-top: 10px;
}
.product-page1 .init-3 .container .content ul li .box .smallImg .grid-box {
  margin: 0 -5px;
}
.product-page1 .init-3 .container .content ul li .box .smallImg .imgl {
  padding: 0 5px;
}
.product-page1 .init-3 .container .content ul li .box .smallImg .imgl .box {
  border: solid 1px #dadada;
}
.product-page1 .init-3 .container .content ul li .content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
}
.product-page1 .init-3 .container .content ul li .content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  width: 1580px;
  padding-top: 70px;
  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%);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .close {
  z-index: 2;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top {
  padding: 0 40px;
  padding-bottom: 50px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img {
  width: 380px;
  height: 388px;
  border: 1px solid #eee;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle {
  position: relative;
  width: 110px;
  padding-left: 10px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
  height: 354px;
  width: 100%;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul {
  padding: 0;
  margin: 0;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
  padding: 0;
  margin: 0;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
  display: block;
  border: 1px solid #eee;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
  background-color: #f5f5f5;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
  position: absolute;
  bottom: -34px;
  left: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
  background-color: #212122;
  color: #fff;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
  left: 50px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right {
  width: -webkit-calc(-390%);
  width: -moz-calc(-390%);
  width: calc(100% - 490px);
  padding-left: 40px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .title {
  font-weight: 600;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .des {
  color: #5f5f5f;
  font-weight: 500;
  margin-top: 20px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
  margin-top: 10px;
  font-weight: 700;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right table {
  width: 100% !important;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #212122;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #212122;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: #212122;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
  width: 190px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-left: 30px;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  padding: 11px 24px;
  background-color: var(--color);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
  background-color: #000;
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img {
  transform: rotate(45deg);
}
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
  width: 390px;
}

@media (max-width: 1500px) {
  .product-page1 .init-3 .container .des table tr td {
    min-width: 120px;
  }
  .product-page1 .init-3 .container .des table tbody > tr > td:first-child {
    min-width: 120px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    height: 300px;
    width: 300px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 540px;
  }
}
@media (max-width: 1250px) {
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    display: none !important;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top {
    text-align: center;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 340px;
    height: 340px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .bottom {
    display: none;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    max-height: 200px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 50%;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .product-page1 .init-3 .container .content ul li .content_cont .content_c {
    width: 700px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
    height: 354px;
  }
  .product-page1 .init-1 {
    display: none;
  }
  .product-page1 .init-2 {
    display: none;
  }
}
@media (max-width: 700px) {
  .product-page1 .init-3 .container .content ul li .content_cont .content_c {
    width: 96%;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c {
    padding-right: 10px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 500px) {
  .product-page1 .init-3 .container .content {
    margin-top: 0;
  }
  .product-page1 .init-3 .container .content ul {
    margin: 0;
  }
  .product-page1 .init-3 .container .content ul li {
    padding: 0;
    margin-top: 30px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    text-align: center;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 100%;
  }
  .product-page1 .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .product-page1 .init-3 .container .tipsTitle {
    margin-bottom: 40px !important;
  }
  /*.product-page1 .init-3 .container .tipsTitle {
    margin-bottom: -60px;
  }*/
}
.prodet-page1 .prodet-1 .smallImg .slick-vertical .slick-slide {
  float: none;
}
.prodet-page1 .prodet-1 .smallImg .slick-track {
  width: 100% !important;
}
.prodet-page1 .prodet-1 .smallImg ul {
  margin: -0.5em;
}
.prodet-page1 .prodet-1 .smallImg ul li {
  padding: 0.5em;
}
.prodet-page1 .prodet-1 .smallImg ul li a img{
  border: 1px solid #dadada;
}
.prodet-page1 .prodet-1 .big ul li img{
    border: 1px solid #dadada;
}
.prodet-page1 .prodet-1 .right .text {
  max-height: 214px;
  overflow: auto;
}
.prodet-page1 .prodet-2 {
  background-color: #f6f6f6;
  color: #7b7b7b;
}
.prodet-page1 .prodet-2 i {
  mix-blend-mode: darken;
}
.prodet-page1 .prodet-3 .options:before,
.prodet-page1 .prodet-3 .options:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
.prodet-page1 .prodet-3 .options span.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 163, 221, 0.6)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: -moz-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: linear-gradient(to top, rgba(29, 163, 221, 0.6), var(--color));
}
.prodet-page1 .prodet-3 .ret .slide {
  display: none;
}
.prodet-page1 .prodet-3 .ret span.h6 {
  padding: 0.5em 1em;
  background-color: #f5f5f5;
}
.prodet-page1 .prodet-3 .ret span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page1 .prodet-3 .ret span.h6 i:after,
.prodet-page1 .prodet-3 .ret span.h6 i:before {
  content: '';
  width: 0.5em;
  height: 2px;
  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-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page1 .prodet-3 .ret span.h6.active i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 163, 221, 0.6)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: -moz-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: linear-gradient(to top, rgba(29, 163, 221, 0.6), var(--color));
}
.prodet-page1 .prodet-3 .ret span.h6.active i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.prodet-page1 .prodet-3 .ret .form {
  padding: 4% 9%;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 163, 221, 0.6)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: -moz-linear-gradient(bottom, rgba(29, 163, 221, 0.6), var(--color));
  background-image: linear-gradient(to top, rgba(29, 163, 221, 0.6), var(--color));
}
.prodet-page1 .prodet-3 .ret .form ul li.row {
  grid-row: span 2;
}
.prodet-page1 .prodet-3 .ret .form ul li input,
.prodet-page1 .prodet-3 .ret .form ul li textarea {
  width: 100%;
  border: none;
  padding: 0.8em 1.4em;
  color: black;
}
.prodet-page1 .prodet-3 .ret .form ul li input::-webkit-input-placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea::-webkit-input-placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li input:-moz-placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea:-moz-placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li input::-moz-placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea::-moz-placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li input:-ms-input-placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea:-ms-input-placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li input::placeholder,
.prodet-page1 .prodet-3 .ret .form ul li textarea::placeholder {
  color: #434343;
}
.prodet-page1 .prodet-3 .ret .form ul li textarea {
  height: 100%;
}
.prodet-page1 .prodet-3 .ret .form ul li .text {
  color: inherit;
}
.prodet-page1 .prodet-3 .ret .form ul li button {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
}
@media screen and (max-width: 1450px) {
  .prodet-page1 .prodet-2 i {
    zoom: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page1 .prodet-2 ul li {
    width: 32.5%;
  }
  .prodet-page1 .prodet-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page1 .prodet-3 .options {
    display: none;
  }
  .prodet-page1 .prodet-3 .ret {
    margin-top: 0;
  }
  .prodet-page1 .prodet-3 .ret .slide {
    display: block !important;
    margin-top: 5%;
  }
  .prodet-page1 .prodet-3 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page1 .prodet-3 .ret .form {
    padding: 5%;
  }
  .prodet-page1 .prodet-3 .ret .form ul li.grid-span {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page1 .prodet-3 .ret .form ul li .text {
    width: 100%;
  }
  .prodet-page1 .prodet-3 .ret .form ul li.row {
    grid-row: span 1;
  }
  .prodet-page1 .prodet-2 ul li {
    width: 49%;
  }
  .prodet-page1 .prodet-3 .ret .slide .appearance ul {
    grid-template-columns: repeat(2, 1fr);
  }
}


.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  line-height: 2;
  left: 0;
}
.support-page .init-3 .container form .button {
  margin: 14px 0 0 auto;
  border: none;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 98px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, var(--color),rgba(29,163,221,.5));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
/*手机终调*/
@media (max-width: 700px) {
  .inner-page{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-yd-page1 .init-1 .container ul li .box{
     padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-page1 .init-3{
    padding-top: 0;
  }
  .product-page1 .init-3 .container .content ul li .box .title{
    min-height: unset;
  }
  .prodet-page1 .prodet-1{
    padding-top: 0;
  }
  .about-page .about-history{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-page .about-2 .top .right{
    margin-top: 40px;
  }
  .faq-page ul li{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .industries-page .industries-2{
    margin-top: 55px;
  }
  .font-90{
    font-size: 24px;
  }
  .industries-det-page .img{
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .related-products ul li .box,
  .related-products ul li .box a.img-box{
    height: auto;
  }
  .contact-page .contact-1 .top .text{
    margin-top: 40px;
  } 
  .contact-page .contact-1 .top{
    margin-bottom: 0px;
  }
  .contact-page .contact-1 form ul li:nth-last-child(2){
    margin-top: 0;
  }
  .newdet-page .Auxil-through{
    margin-top: 40px;
  }
  .recommended-products ul li .box{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-page .contact-1 .top .text{
    margin-top: 20px;
  }
  .contact-page .contact-2{
    margin-top: 0;
  }
}

