@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-#333.eot');
  src: url('../fonts/Montserrat-#333.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-#333.woff2') format('woff2'), url('../fonts/Montserrat-#333.woff') format('woff'), url('../fonts/Montserrat-#333.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .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%;
    }
}

.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.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: #6b8c0a;
  font-weight: normal;
  margin: 0 auto;
  color: #333;
}
.container {
  width: 1650px;
}
.public-title {
  color: #333333;
}
@-webkit-keyframes about-play {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes about-play {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes about-play {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.public-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  border: 1px solid var(--color);
  padding-left: 28px;
  padding-right: 27px;
  padding-top: 4px;
  padding-bottom: 4px;
  z-index: 1;
}
 .public-btn::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: .3s;
    background-color: #fff;
  }
.public-btn:hover {
  /*background-color: transparent;*/
  color: var(--color);
}
.public-btn:hover::after{
  transform: scaleX(1);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(237, 238, 241, 0.4);
   background-color: rgba(0, 0, 0, 0.1);
}
#header .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#header.inner,
#header.active {
  background-color: rgba(0, 0, 0, 0.95);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 99px;
      background: rgb(0, 0, 0, 0.1);
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  margin-bottom: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: inherit;
  border-right: 1px solid rgba(237, 238, 241, 0.4);
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 7em;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: max-content;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
                -webkit-transform 0.5s;
  transition: opacity 0.3s,
                -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
                opacity 0.3s,
                -moz-transform 0.5s;
  transition: transform 0.5s,
                opacity 0.3s;
  transition: transform 0.5s,
                opacity 0.3s,
                -webkit-transform 0.5s,
                -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  width: max-content;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
    width: max-content;
  display: none;

}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  border-left: 1px solid rgba(237, 238, 241, 0.4);
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  height: inherit;
  color: #fff;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .line {
  width: 2px;
  height: 26px;
  background-color: #60666a;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
              -webkit-transform 0.5s;
  transition: opacity 0.3s,
              -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
              opacity 0.3s,
              -moz-transform 0.5s;
  transition: transform 0.5s,
              opacity 0.3s;
  transition: transform 0.5s,
              opacity 0.3s,
              -webkit-transform 0.5s,
              -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #333;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
#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: #333;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: #333;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid #333;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li video{
  display: block;
}
#banner .banner-slick li .content .text-box {
  padding-top: 15.625%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 4px 0 var(--color);
}
#banner .banner-slick li .content .text-box p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#banner .banner-slick li .content .text-box .banner-btn {
  background-color: var(--color);
  /*border-color: #666;*/
}
#banner .banner-slick li .content .text-box .banner-btn:hover {
  /*background-color: var(--color);*/
  border-color: var(--color);
  /*color: #fff;*/
  color: var(--color);
}
#index-body .category .left .left-box {
  height: 100%;
  background-color: rgba(102, 102, 102, 0.12);
}
#index-body .category .left .left-box .bg {
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
#index-body .category .left .left-box .text-top {
  width: 100%;
}
#index-body .category .left .left-box .text-top ul {
  width: 100%;
}
#index-body .category .left .left-box .public-title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .left .left-box .public-title:hover {
  color: var(--color);
}
#index-body .category .left .left-box .public-title img {
  max-width: 43px;
}
#index-body .category .left .left-box .intro {
  color: #666666;
  line-height: 2.11111111;
}
#index-body .category .left .left-box .dots-page .current {
  color: var(--color);
  line-height: 1;
}
#index-body .category .left .left-box .dots-page .custom-dots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2px;
  background-color: #a7a7a7;
  width: 193px;
}
#index-body .category .left .left-box .dots-page .custom-dots .slick-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: inherit;
}
#index-body .category .left .left-box .dots-page .custom-dots .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .category .left .left-box .dots-page .custom-dots .slick-dots li button {
  display: none;
}
#index-body .category .left .left-box .dots-page .total {
  color: #999999;
}

#index-body .category .right .bottom {
  background-color: var(--color);
}
#index-body .category .right .bottom .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 43px;
}
#index-body .category .right .bottom .line {
  width: 2px;
  height: 48px;
  background-color: #ffffff;
}
#index-body .category .right .bottom .text-right {
  color: #ffffff;
}
#index-body .category .right .bottom .text-right .title:hover {
  text-decoration: underline;
}
#index-body .category .right .bottom .text-right .class {
  opacity: 0.6;
}
#index-body .category .right .slide-box .order{
  z-index: 2;
  line-height: 1;
  color: transparent; 
  -webkit-text-stroke: 1px var(--color);
  right: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
}
#index-body .category .right .category-img-slick .img-bg{
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  transition: .5s .5s;
  transform-origin: left center;
}
#index-body .category .right .category-img-slick .img-bg img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
#index-body .category .right .category-img-slick .slide-box .img-box>img{
  opacity: 0;
}
#index-body .category .right .category-img-slick li{
  left: 0;
  top: 0;
  width: 100%;
}
#index-body .category .right .category-img-slick li:first-child{
  position: relative;
}
#index-body .category .right .category-img-slick li.active {
  z-index: 3;
}
#index-body .category .right .category-img-slick li.active .img-bg{
    /*animation: category-img 1s linear forwards; */
    width: 100%;
     transition:.5s ;
}
#index-body .category .right .category-img-slick li.active .slide-box .order{
  opacity: 1;
}
#index-body .category .right .arrows {
  right: 0;
  bottom: 0;
  z-index: 5;
}
#index-body .category .right .arrows .prev,
#index-body .category .right .arrows .next {
  width: 51px;
  height: 51px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.4);
}
#index-body .category .right .arrows .prev:hover,
#index-body .category .right .arrows .next:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--color);
}
#index-body .product .public-btn {
  border-color: #ededed;
  color: #999999;
  background-color: transparent;
}
#index-body .product .public-btn:hover {
  /*background-color: var(--color);*/
  border-color: var(--color);
  /*color: #fff;*/
  color: var(--color);
}
#index-body .product .content {
  margin-right: -13%;
}
#index-body .product .product-slick li .slide-box .img-box {
  border: solid 2px #ededed;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box:hover .title {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box:hover .img-box {
  border-color: var(--color);
}
#index-body .product .custom-dots {
  background-color: #f2f2f2;
}
#index-body .product .custom-dots .container .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .product .custom-dots .container .slick-dots li {
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #f2f2f2;
  padding: 0;
}
#index-body .product .custom-dots .container .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .product .custom-dots .container .slick-dots li button {
  display: none;
}
#index-body .about {
  position: relative;
  background-color: #f2f2f2;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .left {
  z-index: 2;
}
#index-body .about .left .intro {
  color: #666666;
  line-height: 2.11111111;
}
#index-body .about .left .public-btn {
  border-color: #666;
  color: #666666;
  background-color: transparent;
}
#index-body .about .left .public-btn:hover {
  /*background-color: var(--color);*/
  border-color: var(--color);
  /*color: #fff;*/
  color: var(--color);
}
#index-body .about .left .left-bottom {
  color: #ffffff;
  margin-right: -14%;
}
#index-body .about .right .about-play {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-39%, -37%);
  -moz-transform: translate(-39%, -37%);
  -ms-transform: translate(-39%, -37%);
  transform: translate(-39%, -37%);
}
#index-body .about .right .about-play .img {
  -webkit-animation: about-play 6s linear infinite;
  -moz-animation: about-play 6s linear infinite;
  animation: about-play 6s linear infinite;
}
#index-body .about .right .about-play .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 37px;
}
#index-body .about .right .right-text p {
  max-width: 652px;
  margin-left: auto;
  line-height: 2.11111111;
}
#index-body .about .number-Plus li .top {
  margin-bottom: 2px;
}
#index-body .about .number-Plus li .top em {
  color: var(--color);
  line-height: 1.2;
}
#index-body .about .number-Plus li .top span {
  margin-bottom: 3px;
  color: #666666;
}
#index-body .about .number-Plus li .title {
  color: #666666;
}
#index-body .strength .left .strength-img-list li {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0;*/
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}
#index-body .strength .left .strength-img-list li:nth-child(2){
  z-index: 2;
}
#index-body .strength .left .strength-img-list li:nth-child(3){
  z-index: 3;
}
#index-body .strength .left .strength-img-list li:nth-child(4){
  z-index: 4;
}
#index-body .strength .left .strength-img-list li:first-child {
  position: relative;
}
#index-body .strength .left .strength-img-list li.active {
  /*z-index: 6;*/
  /*opacity: 1;*/
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#index-body .strength .right .strength-text-list li {
  border-bottom: solid 2px #f2f2f2;
}
#index-body .strength .right .strength-text-list li:first-child {
  padding-top: 0;
}
#index-body .strength .right .strength-text-list li:last-child {
  border: none;
}
#index-body .strength .right .strength-text-list li .order {
  color: #fff;
  min-width: 57px;
  line-height: 1.2;
  text-shadow: -1px -1px 0 rgba(102, 102, 102, 0.4), 0 -1px 0 rgba(102, 102, 102, 0.4), 1px -1px 0 rgba(102, 102, 102, 0.4), -1px 0 0 rgba(102, 102, 102, 0.4), 1px 0 0 rgba(102, 102, 102, 0.4), -1px 1px 0 rgba(102, 102, 102, 0.4), 0 1px 0 rgba(102, 102, 102, 0.4), 1px 1px 0 rgba(102, 102, 102, 0.4);
  font-weight: 900;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .strength .right .strength-text-list li .right-text .title {
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .strength .right .strength-text-list li .right-text .intro {
  color: #666666;
  line-height: 1.55555556;
}
#index-body .strength .right .strength-text-list li.active .order,
#index-body .strength .right .strength-text-list li:hover .order {
  color: var(--color);
  text-shadow: -1px -1px 0 var(--color), 0 -1px 0 var(--color), 1px -1px 0 var(--color), -1px 0 0 var(--color), 1px 0 0 var(--color), -1px 1px 0 var(--color), 0 1px 0 var(--color), 1px 1px 0 var(--color);
}
#index-body .strength .right .strength-text-list li.active .right-text .title,
#index-body .strength .right .strength-text-list li:hover .right-text .title {
  color: var(--color);
}
#index-body .case {
  background-color: #f2f2f2;
}
#index-body .case .top .arrows .prev,
#index-body .case .top .arrows .next {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: solid 2px #999999;
  border-radius: 50%;
  color: #999999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .case .top .arrows .prev:hover,
#index-body .case .top .arrows .next:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .case .case-slick {
  margin-left: -7%;
  margin-right: -7%;
}
#index-body .case .case-slick li {
  padding-top: 155px;
}
#index-body .case .case-slick li .slide-box {
  position: relative;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scale(1.303);
  -moz-transform: scale(1.303);
  -ms-transform: scale(1.303);
  transform: scale(1.303);
}
#index-body .case .case-slick li.one .slide-box {
  z-index: 3;
  -webkit-transform: translateY(-78px) scale(1.303);
  -moz-transform: translateY(-78px) scale(1.303);
  -ms-transform: translateY(-78px) scale(1.303);
  transform: translateY(-78px) scale(1.303);
}
#index-body .case .case-slick li.two .slide-box {
  z-index: 2;
}
#index-body .news .news-list li {
  width: 74%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
}
#index-body .news .news-list li .box {
  border-bottom: 1px solid #b3b3b3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-list li .box::after,
#index-body .news .news-list li .box::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #b2b2b2;
  right: 0;
  width: 1px;
  height: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-list li .box::before {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  bottom: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .news .news-list li .box::after {
  bottom: -1px;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(100%) rotate(45deg);
  -moz-transform: translateY(100%) rotate(45deg);
  -ms-transform: translateY(100%) rotate(45deg);
  transform: translateY(100%) rotate(45deg);
}
#index-body .news .news-list li .box .date {
  color: #666666;
  right: 0;
  bottom: 0;
}
#index-body .news .news-list li .box .title {
  color: #666666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#index-body .news .news-list li .box .intro {
  display: none;
  line-height: 1.55555556;
}
#index-body .news .news-list li.active {
  width: 100%;
}
#index-body .news .news-list li.active .box {
  border-color: var(--color);
}
#index-body .news .news-list li.active .box .title {
  color: var(--color);
  font-weight: bold;
  -webkit-transform: scale(1.0909);
  -moz-transform: scale(1.0909);
  -ms-transform: scale(1.0909);
  transform: scale(1.0909);
}
#index-body .news .news-list li.active .box::after,
#index-body .news .news-list li.active .box::before {
  background-color: var(--color);
}
#index-body .news .news-slick {
  display: none;
}
#index-body .news .news-slick li .slide-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .date {
  color: #666666;
}
#index-body .news .news-slick li .slide-box .title {
  color: #666666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .intro {
  line-height: 1.55555556;
}
#index-body .news .news-slick li .slide-box .public-btn {
  border-color: #6666;
  color: #666666;
  background-color: transparent;
}
#index-body .news .news-slick li .slide-box .public-btn:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
#footer {
  background-color: var(--color);
}
#footer .f-content {
  border-top: 2px solid rgba(255, 255, 255, 0.27);
  border-bottom: 2px solid rgba(255, 255, 255, 0.27);
}
#footer .f-content .center {
  border-left: 2px solid rgba(255, 255, 255, 0.27);
  border-right: 2px solid rgba(255, 255, 255, 0.27);
}
#footer .f-content .f-items .title {
  color: #ffffff;
  max-width: 224px;
  line-height: 1.8;
}
#footer .f-content .f-items .text {
  color: #ffffff;
  opacity: 0.68;
}
#footer .f-content .f-items #ewm {
  max-width: 93px;
  border: 5px solid #fff;
}
#footer .f-content .f-contact-list li {
  line-height: 1.44444444;
}
#footer .f-content .right {
  color: #ffffff;
}
#footer .f-content .right .social-account li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 37px;
  height: 37px;
}
#footer .f-content .right .social-account li a:hover {
  background: var(--color);
  color: #fff;
}
#footer .f-content dl dt {
  color: #ffffff;
}
#footer .f-content dl dd {
  color: #ffffff;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.68;
}
#footer .f-content dl dd a:hover {
  opacity: 1;
  text-decoration: underline;
}
#footer .f-content dl.f-nav dd {
  line-height: 1.88888889;
}
#footer .f-content dl.f-product dd {
  line-height: 1.66666667;
}
#footer .f-content dl.f-product dd .category-list > li:nth-child(odd) {
  /*width: 60%;*/
}
#footer .f-content dl.f-product dd .category-list > li:nth-child(even) {
  /*width: 40%;*/
}
#footer .f-content dl.f-product dd .category-list{
  /*column-count: 2;    */
  column-gap: 0;  
}
#footer .f-content dl.f-product dd .category-list li {
  line-height: 1.88888889;
  -webkit-column-break-inside: avoid; 
  page-break-inside: avoid;          
  break-inside: avoid;              
}
#footer .f-content dl.f-product dd .second-link {
  padding-left: 12px;
  display: block;
}
#footer .f-content dl.f-product dd .second-link::before {
  content: '-';
  display: inline-block;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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: rgba(255, 255, 255, 0.68);
}
#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 .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: #fff;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: rgba(255, 255, 255, 0.68);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.68);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: #fff;
}
#footer .f-copy svg:hover text {
  fill: #fff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.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: 57px;
  height: 57px;
  background-color: var(--color);
  border: 1px solid #fff;
  line-height: 51px;
  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;
  border: solid 1px #ffffff;
  background-color: var(--color);
}
.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;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #index-body .about .right .about-play {
    zoom: 0.6;
  }
  #footer .f-content .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .f-items {
    width: 48%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #footer .f-content .center {
    width: 100%;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .f-content .right {
    width: 48%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .about .right .about-play {
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .strength .content .right .strength-text-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .product .content {
    margin-right: 0;
  }
  #index-body .category .right .arrows {
    display: none;
  }
  #index-body .about .number-Plus li .top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .about .number-Plus li .top em {
    font-size: 30px;
  }
  #index-body .about .right .about-play {
    top: 20%;
  }
  .number-Plus li {
    width: 100%;
    text-align: center;
  }
  #index-body .strength .right .strength-text-list li .order,
  #index-body .strength .right .strength-text-list li.active .order,
  #index-body .strength .right .strength-text-list li:hover .order {
    text-shadow: unset;
  }
  #index-body .strength .right .strength-text-list li .order{
    color: #333;
  }
  #index-body .case .arrows {
    display: none;
  }
  #index-body .case .case-slick {
    margin-left: 15px;
    margin-right: 15px;
  }
  #index-body .case .case-slick li {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  #index-body .case .case-slick li.one .slide-box,
  #index-body .case .case-slick li .slide-box {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  #index-body .news .news-list {
    display: none;
  }
  #index-body .news .news-slick {
    display: block;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-copy .copy {
    display: block;
  }
  #footer .f-content .f-items,
  #footer .f-content .right {
    width: 100%;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
}
/*
#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>*!
}*/
@media screen and (max-width: 700px) {
    #banner .font-14,
  #index-body .font-14,
  #footer .font-14,
  #banner .font-15,
  #index-body .font-15,
  #footer .font-15,
  #banner .font-16,
  #index-body .font-16,
  #footer .font-16,
  #banner .font-17,
  #index-body .font-17,
  #footer .font-17,
  #banner .font-18,
  #index-body .font-18,
  #footer .font-18,
  #banner .font-19,
  #index-body .font-19,
  #footer .font-19,
  #banner .font-20,
  #index-body .font-20,
  #footer .font-20,
  #banner .font-21,
  #index-body .font-21,
  #footer .font-21,
  #banner .font-22,
  #index-body .font-22,
  #footer .font-22,
  #banner .font-23,
  #index-body .font-23,
  #footer .font-23,
  #banner .font-24,
  #index-body .font-24,
  #footer .font-24,
  #banner .font-25,
  #index-body .font-25,
  #footer .font-25,
  #banner .font-26,
  #index-body .font-26,
  #footer .font-26,
  #banner .font-27,
  #index-body .font-27,
  #footer .font-27,
  #banner .font-28,
  #index-body .font-28,
  #footer .font-28,
  #banner .font-29,
  #index-body .font-29,
  #footer .font-29,
  #banner .font-30,
  #index-body .font-30,
  #footer .font-30,
  #banner .font-31,
  #index-body .font-31,
  #footer .font-31,
  #banner .font-32,
  #index-body .font-32,
  #footer .font-32 {
    line-height: 28px !important;
  }
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-22,
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29 {
    font-size: 20px;
  }
  .font-30,
  .font-31,
  .font-32 {
    font-size: 22px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#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: #333 !important;
}

/*内页*/
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  min-height: 180px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 105px;
  border-bottom: 1px solid #d5d5d5;
}
.inner-banner.factory_banner {
  height: 155px;
  background: #f6f6f6;
  color: #333;
}
/* .inner-banner .ui.container {
  max-width: 1700px;
} */
.inner-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 34px;
}
.inner-banner .text .title {
  font-size: calc(0.8345vw + 14px);
  line-height: 1.8;
  font-weight: 900;
  color: var(--color);
}
.inner-banner .text .mbx {
  font-size: calc(0.315vw + 14px);
  margin-top: 12px;
  color: #666;
}
.inner-banner .text .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .text .mbx a:hover {
  color: var(--color);
}
.inner-banner::after {
}
.inner-banner.factory_banner::after {
  content: none;
}
.product-cat-page {
  padding: 120px 0;
}
.product-cat-page .list {
  padding: 5px 0 0;
  /*border-top: 1px solid #c9c9c9;*/
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
   padding: 40px 0;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li:nth-child(even) .text{
  order: 2;
  padding-left: 4%;
}
.product-cat-page .list ul li:nth-child(even) .img{
 order: 1;
 padding: 0;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  /*font-weight: bold;*/
  color: var(--color);
  transition: 0.5s;
}
.product-cat-page .list ul li .text .title:hover {
  color: var(--color);
}
.product-cat-page .list ul li .text .desc {
  font-size: 18px;
  color: #323232;
  line-height: 32px;
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-left: 4%;
  text-align: right;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.product-cat-page .list ul li .img .img-box {
  display: block;
  /*overflow: visible;*/
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: 50px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .product-cat-page {
    padding: 85px 0;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: 40px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .img {
    padding-left: 0;
    position: absolute;
    right: 0;
    width: 32%;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .product-cat-page {
    padding: 65px 0;
  }
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
  .product-cat-page .list ul li .img {
    width: 48%;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .product-cat-page .list ul li .img {
    display: none;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 24px;
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}
.baseLine {
  border-top: 1px solid #585858;
  opacity: 0.25;
}

.lastudio-kit .layout-type-default .lakit-wc-tabs--controls {
  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;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  margin: 0 0px -1px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  list-style: none;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  font: inherit;
  color: inherit;
  display: block;
  padding: 8px 30px;
  text-decoration: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.wc-tab-title a {
  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;
}
.wc-tab-title a:after {
  content: '+';
}
.wc-tab.active .wc-tab-title a::after {
  content: '−';
}
.elementor-add-to-cart > .stock,
.lakit-product-tabs .wc-tab-title,
.lakit-swatch-control .swatch-wrapper-more ~ .swatch-wrapper,
.lakit-wfi-source_price_range .price_slider_amount .clear,
.lakitp-zone-item form.variations_form th,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--content .panel:not(.active) .tab-content,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:before,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:before,
.lastudio-kit ul.products.lakit-products__list:after,
.lastudio-kit ul.products.lakit-products__list:before,
.layout-type-accordion .lakit-wc-tabs--controls,
.swatch-anchor-label {
  display: none;
}
@media (max-width: 992px) {
  /*.lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls {
    display: none;
  }*/
  .lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs{
    flex-wrap: wrap;
  }
  .lakit-product-tabs .wc-tab-title {
    display: block;
  }
}

.product-page .site-content {
  margin-top: 40px;
  margin-bottom: 150px;
}

.product-page {
  padding: 120px 0 0;
}
/*.product-page .category {
  text-align: center;
}*/
.product-page .category ul {
  margin: 0 -15px;
}
.product-page .category ul {
  display: flex;
}
.product-page .category ul li {
  padding: 0 15px;
}
.product-page .category ul li .img-box {
  display: block;
  overflow: hidden;
}
.product-page .category ul li .img-box img {
  display: inline-block;
}
.product-page .category ul li .tit {
  display: block;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 2;
}
.product-page .category ul li.active .tit {
  color: var(--color);
}
.product-page .category ul li .public-btn{
  border: 1px solid #dfdfdf;
  transition: .3s;
  color: #666;
  background: transparent;
  height: 100%;
}
.product-page .category ul li .public-btn.active,
.product-page .category ul li .public-btn:hover{
  border-color: var(--color);
  color:#fff;
}
.product-page .category ul li .public-btn.active::after{
  transform: scaleX(1);
}
.product-page .category ul li .public-btn::after{
  background: var(--color);
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  background: white;
  -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);
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list:hover ul {
  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;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type='text'] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type='submit'] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icon-search-white.png) #474747 no-repeat center center;
}
.product-page .info {
  color: #474747;
}
.product-page .info .list_content .text ul li {
  margin-bottom: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding-top: 10px;
}
.product-page .info .list_content .text ul li:last-child {
  margin-bottom: 0;
}
.product-page .info .list_content .text ul li:first-child {
  padding-top: 0;
  border-top: none;
}
.product-page .info .list_content .text ul li strong {
  display: block;
  line-height: 1.8;
}
.product-page .info .list_content .text ul li .txt {
  display: none;
}
.product2-page .list ul .slick-slide > div {
  height: 50% !important;
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding-top: 60px;
  }
  .product-page .info .list_content .img {
    width: 100%;
  }
  .product-page .info .list_content .text {
    width: 100%;
    margin-top: 40px;
    padding: 0;
    max-height: unset;
  }
}
@media screen and (max-width: 700px) {
  .product-page{
    line-height: 2;
  }
}
.product-page .info h1 {
  font-size: 46px;
  line-height: 1.2;
}
.product-page .info .con {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 1%;
}
.product-page .list {
  margin: 3.25% 0;
}
.product-page .list ul {
  margin: 0 -23px;
}
.product-page .list p{
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}
.product-page .list ul li {
  padding: 0 23px;
  margin: 20px 0;
}
.product-page .list ul li .img-box {
  display: block;
  border: solid 2px #ededed;
  transition: .3s;
}
.product-page .list ul li .img-box img {
  display: inline-block;
  transition: 0.5s;
}
.product-page .list ul li .img-box img.i2 {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.product-page .list ul li:hover .img-box{
  border-color: var(--color);
}
.product-page .list ul li:hover {
color: var(--color);
}
/*.product-page .list ul li:hover .img-box img.i1 {
  opacity: 0;
}
.product-page .list ul li:hover .img-box img.i2 {
  opacity: 1;
}*/
.product-page .list ul li .tit {
  font-size: 22px;
  /*color: #474747;*/
  /*font-weight: bold;*/
  line-height: 1.6;
  margin-top: 25px;
  display: block;
  word-wrap: break-word;
  transition: .3s;
}
.product-page .list ul li .tit:hover{
  color: var(--color);
}
@media screen and (max-width: 1280px) {
  .product-page .list ul li .tit {
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .top .fl-list {
    width: 320px;
  }
  .product-page .top .product-search {
    margin-left: 26px;
  }
  .product-page .top .product-search form {
    width: 320px;
  }
  .product-page .category {
    display: none;
  }
  .product-page #index-body .news .content ul li .tips .category {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .product-page .top {
    display: none;
  }
  .product-page .info h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .product2-page .list ul .slick-slide > div {
    height: auto !important;
  }
  .product-page .info h1 {
    font-size: 30px;
  }
  .product-page .list ul li .tit {
    font-size: 18px;
    line-height: 2;
  }
}
.prodet-page .prodet-1 {
  margin: 30px 0 120px;
}
.prodet-page .prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  position: relative;
}
.prodet-page .prodet-1 .left .big {
  margin-left: 20%;
}
.prodet-page .prodet-1 .left .small {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  padding-right: 40px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -20px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 20px;
}
.prodet-page .prodet-1 .left .small ul li img {
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .left .small .slick-current li img {
  border-color: #333;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 8%;
}
.prodet-page .prodet-1 .right .content {
  max-height: 360px;
  padding-right: 15px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 42px;
  line-height: 1.2em;
}
.prodet-page .prodet-1 table.variations {
  border: none;
}
.prodet-page .prodet-1 table.variations td,
.prodet-page .prodet-1 table.variations th {
  border: none;
  padding: 8px 0;
}
.prodet-page .prodet-1 table.variations th.label {
  min-width: 80px;
  font-size: 18px;
  width: 110px;
}
.prodet-page .prodet-2 {
  margin-bottom: 50px;
}
.prodet-page .prodet-2 .tab-content {
  padding: 70px 0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border-radius: 0px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
.prodet-page .prodet-2 .wc-tab-title a {
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  padding: 8px 30px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active {
  color: #ffffff;
  background-color: var(--color);
  border-color: var(--color);
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover {
  color: #ffffff;
  background-color: #333;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover,
.prodet-page .prodet-2 .active .wc-tab-title a {
  border-style: solid;
  border-color: var(--color);
}
.prodet-page .prodet-2 .wc-tab-title a {
  color: #202020;
  background-color: #ffffff;
  padding: 8px 30px;
  border-radius: 30px;
}
.prodet-page .prodet-2 .active .wc-tab-title a {
  color: #ffffff;
  background-color: #333;
}
.prodet-page .prodet-2 .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #333;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: #333;
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form ul li input[type='submit'] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: white;
}
.prodet-page .prodet-2 .form ul li input[type='submit']:hover {
  opacity: 0.7;
}
.prodet-page .prodet-3 .lakit-heading {
  text-align: center;
  color: #202020;
  font-size: 46px;
  /*text-transform: uppercase;*/
  line-height: 1.2em;
  margin: 0 0 40px;
}
.prodet-page .prodet-3 .box {
  margin: 0 0 80px;
}
.prodet-page .prodet-3 .list ul {
  margin: 0 -15px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .name {
  font-size: 22px;
}
@media (max-width: 1279px) {
  .prodet-page .prodet-1 {
    margin-bottom: 90px;
  }
  .prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
  .prodet-page .prodet-2 .wc-tab-title a {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 28px;
  }
  .prodet-page .prodet-3 .name {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .prodet-page .prodet-2 .wc-tab-title a {
    padding: 8px 20px;
    margin: 0 0 15px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 15px 0 40px;
  }
  .prodet-page .prodet-3 .box {
    margin: 20px 0 50px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .prodet-page .prodet-1 .right h1{
    font-size: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .small {
    padding-right: 10px;
  }
  .prodet-page .prodet-1 .left .small ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .small ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .prodet-page .prodet-1 .right h1{
    font-size: 20px;
  }
  .prodet-page .prodet-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 24px;
  }
}
.packing-delivery a.more span {
  color: #333;
}
@media screen and (max-width: 700px) {
  .packing-delivery .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  .packing-delivery .right {
    width: 100%;
  }
}

.about-c-page .about-1 {
  margin-top: calc(4.479vw + 14px);
  margin-bottom: calc(4.479vw + 14px);
}

.about-c-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}

/*.about-c-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-c-page .about-1 .left .con {
  font-size: calc(0.2085vw + 14px);
  color: #666;
  line-height: 30px;
  margin-top: 30px;
}

.about-c-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}

.about-c-page .about-1 .img-box:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.about-c-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: calc(0.8345vw + 14px);
  transition: 0.5s;
}

.about-c-page .about-1 .play:hover {
  background: #cca255;
}

.about-c-page .about-1 .play i {
  position: relative;
  left: 3px;
}

.about-c-page .about-1 .right .data {
  margin-top: calc(1.77vw + 14px);
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: calc(0.525vw + 14px) calc(0.8345vw + 14px) calc(2.1885vw + 14px) calc(0.8345vw + 14px);
}

.about-c-page .about-1 .right .data 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;
}

.about-c-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: #666;
  font-size: calc(0.2085vw + 14px);
  line-height: 32px;
}

.about-c-page .about-1 .right .data ul li span {
  line-height: 32px;
}

.about-c-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: 0.5s;
  margin-top: 10px;
  font-family: Playfair Display;
}

.about-c-page .about-1 .right .data ul li:hover .num {
  color: var(--color);
}

.about-c-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
@media screen and (max-width: 1680px) {
  .about-c-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
}

@media screen and (max-width: 1440px) {
  .about-c-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
}
@media screen and (max-width: 1280px) {
  .about-c-page .about-1 .left {
    padding-right: 0;
  }

  .about-c-page .about-1 .right {
    padding-left: 30px;
  }

  .about-c-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
}
@media screen and (max-width: 1100px) {
  .about-c-page .about-1 .left .con {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-c-page .about-1 {
    margin-top: calc(1.88vw + 14px);
  }

  .about-c-page .about-1 .left {
    width: 100%;
  }

  .about-c-page .about-1 .right {
    display: none;
  }
}
.about-c-page .about-1 img {
  border-radius: 10px;
}

#index-body .i-why {
  background: #f7f7f7;
}

#index-body .i-why .top {
  margin-bottom: calc(2.0835vw + 14px);
}

#index-body .i-why .top .left .i-title {
  display: inline-block;
}

#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}

#index-body .i-why .top .right {
  padding-left: 70px;
}

#index-body .i-why .top .right .des {
  font-size: calc(0.2085vw + 14px);
  line-height: 32px;
  color: #494949;
  display: none;
}

#index-body .i-why .top .right .des.active {
  display: block;
}

#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}

#index-body .i-why .wrap .left ul {
  margin: -13px;
}

#index-body .i-why .wrap .left ul li {
  padding: 13px;
}

#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}

#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  /*box-shadow: 0 0 10px #eee;*/
}

#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}

#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: calc(0.525vw + 14px);
  line-height: 30px;
  font-weight: 500;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
  font-family: Playfair Display;
}

#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: var(--color);
  color: #fff;
}

#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}

#index-body .i-why .wrap .right ul li {
  height: 415px;
}

#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1680px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1440px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1280px) {
  #index-body .i-why .wrap .right {
    display: none;
  }

  #index-body .i-why .wrap .left {
    width: 100%;
  }

  #index-body .i-why {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1000px) {
  #index-body .i-why .top .left {
    width: 100%;
  }

  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: calc(0.525vw + 10px);
  }

  #index-body .i-why {
    padding: calc(2.0835vw + 10px) 0;
  }

  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }

  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  #index-body .i-why .top .right .des {
    font-size: calc(0.1055vw + 14px);
  }
}
#index-body .i-why .top .left .i-title {
  font-weight: 500;
  font-size: var(--ft40) !important;
}

.about-c-page .about-5 {
  padding: 2% 0 0%;
}
.about-c-page .about-5 .intro{
  margin-left: auto;
  margin-right: auto;
}
.about-c-page .about-5 .ui.container {
  max-width: 100%;
  padding: 0;
}

.about-c-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
  font-family: 'Delon';
  font-weight: normal;
}

.about-c-page .about-5 .content {
  margin-top: 61px;
}

/*.about-c-page .about-5 .content ul {
  margin-right: -78px;
}
.about-c-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-c-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}

.about-c-page .about-5 .content ul li .ig .img-box {
  display: block;
}

.about-c-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}

.about-c-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(0.315vw + 14px);
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.about-c-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .about-c-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .about-c-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .about-c-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-c-page .about-5 .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-c-page .about-5 .title {
    font-size: 50px;
  }

  .about-c-page .about-5 .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .about-c-page .about-5 .title {
    font-size: 40px;
  }
  .about-c-page .about-5 .content {
    margin-top: calc(0.525vw + 10px);
  }
  .about-c-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-c-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-c-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-c-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-c-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-c-page .about-5 .title {
    font-size: 27px;
  }
}

.about-page .about-7 {
  position: relative;
  padding: 87px 0 79px;
  z-index: 1;
  margin-bottom: 60px;
      background: #f7f7f7;
}
.about-page .about-7 .left {
  width: 53.646%;
}
.about-page .about-7 .left ul {
  position: relative;
}
.about-page .about-7 .left ul li {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.about-page .about-7 .left ul li:nth-child(n + 2) {
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-7 .right {
  width: 46.354%;
  color: #fff;
  padding: 38px 20px 0 0;
}

.about-page .about-7 .right .ig {
  max-width: 742px;
  padding-left: 57px;
}

.about-page .about-7 .right .header {
  text-align: right;
}

.about-page .about-7 .right .header .tag {
  color: #fff;
  padding-right: 138px;
}

.about-page .about-7 .right .header .tag:before {
  background: #fff;
  top: 8px;
}

.about-page .about-7 .right .header .title {
  font-size: 60px;
  line-height: 1.2;
  margin-top: 6px;
  margin-left: -132px;
}

.about-page .about-7 .right .header .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.65;
  text-align: right;
}
.about-page .about-7 .right .public-inner-title{
  color: #fff;
}
.about-page .about-7 .right .list {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-page .about-7 .right .list ul li {
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-page .about-7 .right .list ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  line-height: 1.6;
}

.about-page .about-7 .right .list ul li .tit em {
  width: 90%;
}

.about-page .about-7 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
}

.about-page .about-7 .right .list ul li .tit i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-7 .right .list ul li .tit i:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-7 .right .list ul li .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.65;
  display: none;
  padding: 20px 0;
}

.about-page .about-7 .right .list ul li.active .tit i:after {
  opacity: 0;
}

.about-page .about-7:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background: url(/template/en/images/about2-bg.jpg) no-repeat center;
}

.about-page .about-55 {
  padding: 50px 0 100px;
  text-align: center;
}
.about-c-page .about-55 .intro{
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-55 .options {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.about-page .about-55 .options span {
  font-size: 20px;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-55 .options span i {
  color: #bfbfbf;
}
.about-page .about-55 .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.about-page .about-55 .ret {
  margin-top: 55px;
  position: relative;
}
/*.about-page .about-55 .ret .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}*/
.about-page .about-55 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.about-page .about-55 .ret ul {
  margin: -8px;
}
.about-page .about-55 .ret ul li {
  padding: 8px;
}
.about-page .about-55 .ret ul li img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .about-page .about-7 .right .header .title {
    font-size: 78px;
    margin-left: -90px;
  }

}
@media screen and (max-width: 1280px) {
  .about-page .about-7 {
    padding: 50px 0;
  }

  .about-page .about-7 .left,
  .about-page .about-7 .right {
    vertical-align: middle;
  }

  .about-page .about-7 .right {
    padding-top: 0;
  }

  .about-page .about-7 .right .ig {
    padding-left: 30px;
  }

  .about-page .about-7 .right .header .title {
    font-size: 62px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-7 .right .header .title {
    font-size: 53px;
  }
  .about-page .about-7 .right .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-7 .left {
    width: 100%;
  }
  .about-page .about-7 .right .ig {
    padding-left: 0;
    max-width: 100%;
    margin-top: 30px;
  }
  .about-page .about-7 .right {
    width: 100%;
  }

  .about-page .about-7:after {
    width: 100%;
  }
  .about-page .about-7 .right .header .title {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-55{
    padding-top: 0;
    padding-bottom: 60px;
  }
  .about-page .about-7 .right .list ul li .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-7 .right {
    padding: 0 15px;
  }
  .about-page .about-7 .right .ig {
    padding-left: 0;
  }
  .about-page .about-7 .right .header .title {
    font-size: 24px;
  }
  .about-page .about-7 .right .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-7 .right .list ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
}
.service-page span.tag {
    font-size: 18px;
    display: block;
    color: var(--color);
    line-height: 32px;
    margin-bottom: .5em;
}
.service-page .service-1 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.service-page .service-1 .left {
  vertical-align: middle;
}

.service-page .service-1 .left .img video {
  display: block;
  width: 100%;
}

.service-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
}

.service-page .service-1 .right span.h2 {
  margin: 10px 0;
}

.service-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}

.service-page .service-1 .right a.more {
  margin-top: 2em;
}

.service-page .service-2 {
  padding: 80px 0 80px;
  text-align: center;
}

.service-page .service-2 .text {
  font-size: 18px !important;
  line-height: 32px;
}

.service-page .service-2 .list {
  margin-top: 80px;
}

.service-page .service-2 .list ul {
  margin: -13px;
}

.service-page .service-2 .list ul li {
  padding: 13px;
  text-align: left;
}

.service-page .service-2 .list ul li span.num {
  font-size: 50px;
  font-weight: 900;
  color: var(--color);
  display: block;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}

.service-page .service-2 .list ul li span.num:after {
  content: '';
  width: 100%;
  background-color: #333;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -0.2em;
}

.service-page .service-2 .list ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #120c0b;
  margin: 0.5em 0;
  display: block;
  line-height: 1.2;
}

.service-page .service-2 .list ul li .text {
  line-height: 2;
}

.service-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}

.service-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: #fff;
  background-image: url('/tdfloor/2026/05/19/minimalist-interior-with-large-windows-and-indoor-2026-03-09-22-32-01-utc.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.service-page .service-3 span.h2 {
  margin-bottom: 1.2em;
  color: #333;
}

.service-page .service-3 a.more {
  color: #333;
}

.service-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: #fff;
  text-align: center;
}

.service-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.service-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid #fff;
}

.service-page .service-4 ul li span.h6 {
  font-weight: 500;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}

.service-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}

.service-page .service-4 ul li .text {
  color: inherit;
  margin-top: 0.5em;
}

.service-page .service-4 ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 1700px) {
  .service-page .service-2 .list ul li span.num {
    font-size: 36px;
  }

  .service-page .service-2 .list {
    margin-top: 50px;
  }

  .service-page .service-4 {
    padding: 40px 0;
  }
  .factory-page .bottom .list ul li {
    width: 20%;
  }
}
@media screen and (max-width: 1450px) {
  .service-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  }
  .service-page .service-2,
  .service-page .service-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .right {
    padding: 0;
    width: 100%;
  }

  .service-page .service-1 .left {
    display: none;
  }

  .service-page .service-2 .list ul li {
    width: 50%;
  }

  .service-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }

  .service-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-4 ul li {
    width: 100%;
    border: none;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 {
    padding-top: 40px;
  }
  .service-page .service-2,
  .service-page .service-3,
  .about-page .about-4 {
    padding: 40px 0;
  }

  .service-page .service-2 .list ul li {
    width: 100%;
  }

  .service-page .service-4 ul li {
    width: 50% !important;
  }
}
.service-page .service-6 .box {
  height: 700px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5%;
}
.service-page .service-6 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-6 .box .mask i.active {
  opacity: 1;
}
.service-page .service-6 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.service-page .service-6 .box .content span.tag {
  display: block;
  color: var(--color);
  margin-bottom: 0.5em;
  font-weight: 500;
}
.service-page .service-6 .box .content .text {
  margin: 1.5em 0;
  max-width: 90%;
}
.service-page .service-6 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.service-page .service-6 .slickBtn {
  font-size: 30px;
}
.service-page .service-6 .slickBtn div {
  background-color: #eaf5fa;
  color: var(--color);
  width: 40px;
  height: 40px;
}
.service-page .service-6 .slickBtn div i {
  font-size: 18px;
}
.service-page .service-6 .slickBtn div:hover {
  color: #fff;
  background-color: var(--color);
}
@media screen and (max-width: 1450px) {
  .service-page .service-6 .box {
    height: 600px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-6 .box {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-6 .box {
    height: 420px;
  }
  .service-page .service-6 .box .content {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-6 .box .content {
    max-width: 100%;
  }

  .service-page .service-6 .box {
    height: auto;
  }

  .service-page .service-6 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.chainList {
  padding: 80px 0 80px;
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right {
  vertical-align: bottom;
}
.chainList .top .right a {
  margin-left: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 16px;
  transition: 0.5s;
}
.chainList .top .right a.active {
  background-color: var(--color);
  color: white;
}
.chainList .top .right a:first-child {
  margin-left: 0;
}
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 10px;
  overflow: hidden;
}
.chainList .bottom .list ul li img {
  border-radius: 10px;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: 0.6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .chainList .top .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .chainList .bottom{
    margin-top: 40px;
  }
  .chainList .top .right a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .chainList .top .right a {
    width: 100%;
    margin: 10px 0;
    justify-content: center;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .chainList .top .left {
    width: 100%;
  }
  .chainList .top .right {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .chainList .top .right a.more {
    margin-left: 0;
  }
}
.aft03 {
  position: relative;
  overflow: hidden;
}
.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 44%;
  height: 695px;
}
.aft03 .icenter2 .le:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}
.aft03 .icenter2 .le:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}
.aft03 .icenter2 .le img {
  height: 100%;
  transition: all 0.5s;
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}
.aft03 .icenter2 .ri > ul {
  margin: 20px 0 0;
}
.aft03 .icenter2 .ri > ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
.aft03 .icenter2 .ri > ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
}
.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}
.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0;
  font-size: 18px;
  color: #333;
  width: fit-content;
  margin-bottom: 10px;
}
.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 700;
}
.aft03 dl dd .text h4:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 1600px) {
  .aft03 .icenter2 .ri > ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .aft03 .icenter2 .ri > ul {
    margin: 16px 0 0;
  }
  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }
  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }
  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }
  .aft03 dl dd .text h4:after {
    height: 4px;
  }
  .aft03 dl dd .text p {
    font-size: 15px;
  }
  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media only screen and (max-width: 768px) {
  .aft03 .icenter2 {
    flex-flow: wrap;
  }
  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .aft03 .icenter2 .ri {
    width: 100%;
  }
  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }
  .aft03 {
    padding-bottom: 50px;
  }
}
.custom-2 .ui .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-2 .ui .top .left {
  padding-right: 65px;
}

.custom-2 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}

.custom-2 .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-2 .ui .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.custom-2 .ui .bottom .left {
  padding-right: 80px;
}

.custom-2 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom-2 .ui .bottom .right ul.list3 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.custom-2 .ui .bottom .right ul.list3 li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-2 .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  color: #333;
}
.custom-2 .ui .bottom .right ul.list3 li.active .top{
  color: #666;
}
.custom-2 .ui .bottom .right ul.list3 li .top em {
  /*margin-left: 25px;*/
  font-family: 'rom';
  transition: .3s;
}
.custom-2 .ui .bottom .right ul.list3 li .top  .text-intro{
  display: none;
}

.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 35px;
  right: 25px;
}

.custom-2 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .custom-2 .ui .bottom .left {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .custom-2 .ui .bottom .right {
    padding-right: 0;
  }

  .custom-2 .ui .bottom {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1{
    padding-bottom: 10px;
  }
  .custom-2 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-2 .ui .top .left {
    padding-right: 0;
    width: 100%;
  }
  .custom-2 .ui .top .right {
    width: 100%;
  }
  .custom-2 .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .custom-2 .ui .bottom .left {
    padding-right: 0;
    width: 100%;
  }
  .custom-2 .ui .bottom{
    margin-top: 0;
  }
  .custom-2 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 0px;
  }
  .chainList{
    padding-top: 0;
  }
}
.download-page {
  overflow: unset;
}
.download-page .download-3{
    background-color: rgba(102, 102, 102, 0.04);
   padding-top: 140px;
}
.download-page .slickBtn.pos div {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 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;
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
    font-size: 20px;
}
.download-page .slickBtn.pos div:hover {
    color: #fff;
    background-color: var(--color);
}
.download-page .download-2 .slickBtn div {
    top: 40%;
    left: 0;
}
.download-page .download-2 .slickBtn .next {
    left: unset;
    right: 0;
}
.download-page span.h2 {
    display: block;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'butler';
}
.download-page .download-1 .list .swiper-slide {
  height: auto;
}
.download-page .download-1 .list a.flex {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-1 .list a.flex span {
  margin: 0 15px;
}
.download-page .download-1 .list a.flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  color: #666;
}
.download-page .download-1 .list a.flex:hover {
  color: white;
  background-color: var(--color);
}
.download-page .download-1 .list a.flex:hover i {
  color: inherit;
}
.download-page .download-2 .list {
  position: relative;
}
.download-page .download-2 .img {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.download-page .download-2 .img .play {
  cursor: pointer;
  cursor: hand;
}
.download-page .download-2 span.h6 {
  margin-top: .5em;
  display: block;
  width: 350px;
}
.download-page .download-2 .slickBtn div {
  top: 40%;
}
.download-page .download-3 .container{
  overflow: unset;
}
.download-page .download-3 .flex_cont{
  justify-content: space-between;
  align-items: flex-start;
}
.download-page .download-3 .left {
  position: sticky;
  top: 100px;
  width: 30%;
}
.download-page .download-3 .left .text {
  margin: 1em 0;
}
.download-page .download-3 .left .more{
  display: inline-block;
  padding: 10px;
  min-width: 210px;
  background: var(--color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all .5s;
}
.download-page .download-3 .left .more:hover{
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.download-page .download-3 .right {
  width: 55%;
}
.download-page .download-3 .right ol,
.download-page .download-3 .right ol li{
  list-style-type: revert;
}
.download-page .download-3 .right ol{
  padding-left: 16px;
  margin-top: 10px;
}
.download-page .download-3 .right .list .ul>li {
  padding: 5px 0 15px;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .download-3 .right .list ul li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
}
.download-page .download-3 .right .list ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
}
.download-page .download-3 .right .list ul li span.h6 i:after,
.download-page .download-3 .right .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: #333;
}
.download-page .download-3 .right .list ul li span.h6 i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download-page .download-3 .right .list ul li.active span.h6 i:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.download-page .download-3 .right .list ul li .text {
  margin-top: .7em;
  display: none;
}
@media screen and (max-width: 1500px) {
  .download-page .download-2 .img {
    height: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .download-page .download-3 .left{
    position: relative;
    width: 100%;
    top: 0;
  }
  .download-page .download-3 .right{
    width: 100%;
    margin-top: 20px;
  }  
}
@media screen and (max-width: 700px) {
    .download-page .download-1 .list a.flex {
    padding: 15px;
  }
  .download-page .download-3 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .download-3 .flex .left {
    width: 100%;
    position: static;
  }
  .download-page .download-3 .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}
.honor-page .honor-box ul {
  margin: 0 -15px;
}
.honor-page .honor-box ul li {
  padding: calc(1.0385vw + 10px) 15px;
}
.honor-page .honor-box ul li img {
  border-radius: 10px;
}
.related-honor {
  padding: 110px 0 0;
}
.related-honor .top .i-title .img {
  max-width: 520px;
}
.related-honor .partner {
  margin: 80px 0 50px;
}
.related-honor .partner ul {
  margin: 0 -30px;
}
.related-honor .partner ul li {
  padding: 0 30px;
}
.related-honor .partner ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.related-honor .top .con {
  max-width: 56%;
  line-height: 2;
}
.related-honor .honor ul {
  margin: 0 -30px;
}
.related-honor .honor ul li {
  padding: 0 30px;
}
@media (max-width: 1300px) {
  .related-honor .top .i-title {
    width: 100%;
  }
  .related-honor .top .con {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .related-honor .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .honor-page {
    background: #f7f7f7;
  }
}
.faq-page .img2 {
  width: 100%;
}
/*.faq-page .init-1 .container .tips {
  font-weight: 500;
}*/
.faq-page .init-1 .container ul {
  margin-top: 40px;
}
.faq-page .init-1 .container ul li {
  padding: 40px 40px;
  border-top: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li:last-child {
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li .titleC {
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.faq-page .init-1 .container ul li .titleC .q {
  text-transform: uppercase;
  width: 50px;
}
.faq-page .init-1 .container ul li .titleC .text {
  padding-right: 20px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
.faq-page .init-1 .container ul li .titleC i {
  position: absolute;
  font-size: 30px;
  top: 0;
  right: -10px;
  color: #3d3d3d;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.faq-page .init-1 .container ul li .titleC.active i {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.faq-page .init-1 .container ul li .content {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: none;
}
.faq-page .init-2 .container .content {
  border: 2px solid #e9e9e9;
}
.faq-page .init-2 .container .content .img {
  width: 38%;
}
.faq-page .init-2 .container .content .right {
  width: 62%;
  padding: 10px 140px 10px 80px;
}
/*.faq-page .init-2 .container .content .right .title {
  font-weight: 500;
}*/
.faq-page .init-2 .container .content .right .des {
  margin-top: 20px;
}
.faq-page .init-2 .container .content .right .more {
  margin-top: 40px;
  /*border: 1px solid #333;*/
  width: 350px;
}
.faq-page .init-2 .container .content .right .more span:first-child {
  width: -webkit-calc(72%);
  width: -moz-calc(72%);
  width: calc(100% - 28px);
}

@media (max-width: 1500px) {
  .faq-page .init-2 .container .content .right {
    padding-right: 60px;
  }
}

@media (max-width: 1250px) {
  .faq-page .init-2 .container .content .img {
    width: 100%;
  }

  .faq-page .init-2 .container .content .right {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  .faq-page .init-1 .container ul li {
    padding: 20px 10px;
  }
}

@media (max-width: 500px) {
  .faq-page .init-1 .container ul li .titleC .q {
    width: 40px;
  }

  .faq-page .init-2 .container .content .right .more {
    margin-top: 20px;
  }

  .faq-page .init-1 .container ul li .titleC .text {
    font-size: 18px;
  }
}

.news-page {
  padding: 60px 0 51px;
}
.news-page .ui.container ul.newslist {
  margin-top: 60px;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: var(--color);
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text .content {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
  line-height: 1.5;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
@media screen and (max-width: 700px) {
  .news-page{
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
  }
  .news-page .ui.container ul.newslist li .text h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .ui.container ul.newslist li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 100px 0 30px;
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.newdet-page .ui.container .bottom .tabbox .mores:hover i img {
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}*/
.newdet-page {
  padding: 80px 0;
}
@media screen and (max-width: 1700px) {
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .ui.container h1{
    margin-top: 50px;
  }
  .newdet-page{
    padding-top: 0;
    padding-bottom: 0;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  }
}

.contact-page .marginBox {
  padding-bottom: 90px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-family: var(--font);
  font-size: 24px;
  color: #242424;
  margin: 1em 0 0.5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  max-width: 400px;
  margin: auto;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
}
@media screen and (max-width: 1450px) {
  .contact-page .contact-1 {
    padding-top: 10px;
  }
  .about-page .about-1 .text,
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .marginBox{
    padding-bottom: 50px;
  }
}
.contact-page .form ul {
  margin: -15px -7px;
}
.contact-page .form ul li {
  padding: 15px 7px;
}
.contact-page .form ul li input,
.contact-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  padding: 0.6em 1em;
  border: 1px solid #ccc;
}
.contact-page .form ul li.wid-100 {
  width: 100%;
}
.contact-page .form ul li input::-webkit-input-placeholder,
.contact-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input:-moz-placeholder,
.contact-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input::-moz-placeholder,
.contact-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input:-ms-input-placeholder,
.contact-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input::placeholder,
.contact-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li textarea {
  height: 150px;
}
.contact-page .form ul li input[type='submit'] {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .form ul li input[type='submit']:hover {
  background: transparent;
  color: var(--color);
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.m-page a:hover,
.m-page span:hover {
  border: 1px solid var(--color);
  color: #fff;
  background-color: var(--color);
}
.m-page .current {
  border: 1px solid var(--color);
  color: #fff;
  background-color: var(--color);
}
.seoPublic .title{
  font-size: 46px;
}
@media screen and (max-width: 1000px) {
  .seoPublic .title{
  font-size: 36px;
}
@media screen and (max-width: 700px) {
  .seoPublic .title{
  font-size: 26px;
}
@media screen and (max-width: 500px) {
  .seoPublic .title{
  font-size: 22px;
}
