@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.page-header02{
  background: #000;
}
.slick-slider:not(.slick-vertical) .slick-track{
  display: block;
}
/* 栅格 */
.grid-box {
    font-size: 0;
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.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%;
    }
}
.flex-wap .flex-left-box {
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-bottom: 0;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #026bff;
  --color1: #0161d2;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.line-h-1d2{
  line-height: 1.2;
}
.public-title {
  line-height: 1.2;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.public-btn:hover {
  background-color: #000;
}
@-webkit-keyframes to-big {
  90% {
    opacity: 0.32;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@-moz-keyframes to-big {
  90% {
    opacity: 0.32;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@keyframes to-big {
  90% {
    opacity: 0.32;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#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: 94px;
}
#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;
  margin-left: auto;
}
#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: 3.6em;
  -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: 17px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 280px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
                -webkit-transform 0.5s;
  transition: opacity 0.3s,
                -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
                opacity 0.3s,
                -moz-transform 0.5s;
  transition: transform 0.5s,
                opacity 0.3s;
  transition: transform 0.5s,
                opacity 0.3s,
                -webkit-transform 0.5s,
                -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color1);
  height: inherit;
  color: #f2f2f2;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
  background-color: #f2f2f2;
  height: inherit;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-search .icon-box {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
}
#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: #000000;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
              -webkit-transform 0.5s;
  transition: opacity 0.3s,
              -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
              opacity 0.3s,
              -moz-transform 0.5s;
  transition: transform 0.5s,
              opacity 0.3s;
  transition: transform 0.5s,
              opacity 0.3s,
              -webkit-transform 0.5s,
              -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  top: 0;
  height: 91%;
  right: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner ul.slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 10px;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: var(--color);
  opacity: 1;
}
#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;
  margin-top: 94px;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  height: 100%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 800px;
  line-height: 1;
}
#banner .banner-slick li .content .text-box .banner-play-box {
  max-width: 680px;
}
#banner .banner-slick li .content .text-box .banner-play-box .title {
  max-width: 121px;
  line-height: 1.35;
}
#banner .banner-slick li .content .text-box .banner-play-box a.play {
  display: block;
  width: 78px;
  height: 78px;
}
#banner .banner-slick li .content .text-box .banner-play-box a.play .play-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
#banner .banner-slick li .content .text-box .banner-play-box a.play .play-box i {
  font-size: 24px;
  color: var(--color);
}
#banner .banner-slick li .content .text-box .banner-play-box a.play:before,
#banner .banner-slick li .content .text-box .banner-play-box a.play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
#banner .banner-slick li .content .text-box .banner-play-box a.play:before {
  background-color: #fff;
  opacity: 0.32;
  -webkit-animation: 1.5s to-big linear infinite;
  -moz-animation: 1.5s to-big linear infinite;
  animation: 1.5s to-big linear infinite;
}
#index-body .product .intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 829px;
}
#index-body .product .product-slick li .slide-box {
  background-color: #ebebeb;
  border-radius: 0px 0px 46px 0px;
}
#index-body .product .product-slick li .slide-box .img-box {
  background-color: #fff;
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: -webkit-calc(1.5em * 2);
  height: -moz-calc(1.5em * 2);
  height: calc(1.5em * 2);
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box .product-more {
  background-color: #727272;
  border-radius: 0px 0px 35px 0px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .product-more i {
  font-size: 20px;
}
#index-body .product .product-slick li .slide-box .product-more:hover {
  background-color: var(--color);
}
#index-body .product .product-slick li .slide-box .p-intro {
  line-height: 1.61111111;
}
#index-body .product .product-slick .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;
  width: 100%;
}
#index-body .product .product-slick .slick-dots li {
  margin-left: 9px;
  margin-right: 9px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
}
#index-body .product .product-slick .slick-dots li button {
  display: none;
}
#index-body .product .product-slick .slick-dots li.slick-active {
  background-color: var(--color);
  opacity: 1;
}
#index-body .product .about {
  position: relative;
}
#index-body .product .about .left .intro {
  max-width: 663px;
  font-weight: 300;
  color: #444444;
  line-height: 1.666;
}
#index-body .product .about .number-Plus li .data-right .top {
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .product .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .product .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .product .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .advantage {
  overflow: hidden;
}
#index-body .advantage .advantage-imgs-slick li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
#index-body .advantage .advantage-imgs-slick li:first-child {
  position: relative;
}
#index-body .advantage .advantage-imgs-slick li.active {
  z-index: 3;
  opacity: 1;
}
#index-body .advantage .advantage-text-slick {
  left: 0;
  top: 0;
  width: 100%;
  color: #ffffff;
  z-index: 3;
}
#index-body .advantage .advantage-text-slick .intro {
  line-height: 1.6;
  max-width: 727px;
}
#index-body .advantage .advantage-icon-list {
  background-color: rgba(0, 0, 0, 0.12);
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
#index-body .advantage .advantage-icon-list li {
  border-top: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
}
#index-body .advantage .advantage-icon-list li .icon {
  height: 77px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-icon-list li .title {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-icon-list li:last-child {
  border-right: none;
}
#index-body .advantage .advantage-icon-list li:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .advantage .advantage-icon-list li:hover .title {
  color: var(--color);
}
#index-body .index-wrap3 .public-title {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}
#index-body .index-wrap3 .index-wrap3-slick li .img {
  /*width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;*/
  width: 43%;
}
/*#index-body .index-wrap3 .index-wrap3-slick li .img img {
  max-width: unset;
}*/
#index-body .index-wrap3 .index-wrap3-slick li .img .item .order {
  width: 35px;
  height: 35px;
  border: solid 1px #a8a8a8;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item .line {
  background-color: #4e4e4e;
  height: 1px;
  width: 17.4em;
  margin-top: 17px;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item .text-box {
  margin-top: -10px;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item .text-box .title {
  color: #4e4e4e;
  line-height: 1.2;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item .text-box .intro {
  white-space: nowrap;
  color: #4e4e4e;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item6 {
  left: 52%;
  top: 5%;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item5 {
  left: 69%;
  top: 33%;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item5 .line {
  width: 13.5em;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item4 {
  left: 59%;
  top: 49%;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item4 .line {
  width: 15.82em;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item3 {
  left: 46%;
  top: 63%;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item3 .line {
  width: 18.75em;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item2 {
  left: 47%;
  top: 76%;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item2 .line {
  width: 18.5em;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item1 {
  left: 37%;
  top: 90%;
}
#index-body .index-wrap3 .index-wrap3-slick li .img .item.item1 .line {
  width: 20.8em;
}
#index-body .index-wrap3 .index-wrap3-slick .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;
  width: 100%;
}
#index-body .index-wrap3 .index-wrap3-slick .slick-dots li {
  margin-left: 9px;
  margin-right: 9px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
}
#index-body .index-wrap3 .index-wrap3-slick .slick-dots li button {
  display: none;
}
#index-body .index-wrap3 .index-wrap3-slick .slick-dots li.slick-active {
  background-color: var(--color);
  opacity: 1;
}
#index-body .solution .solution-box {
  max-width: 645px;
  background-color: rgba(255, 255, 255, 0.8);
}
#index-body .solution .solution-box .intro {
  line-height: 1.6;
}
#index-body .solution .solution-box .solution-link-list li {
  line-height: 1.9;
}
#index-body .solution .solution-box .solution-link-list li a span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .solution .solution-box .solution-link-list li a i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .solution .solution-box .solution-link-list li.active a span,
#index-body .solution .solution-box .solution-link-list li a:hover span {
  color: var(--color);
}
#index-body .solution .solution-box .solution-link-list li.active a i,
#index-body .solution .solution-box .solution-link-list li a:hover i {
  opacity: 1;
}
#index-body .solution .solution-box .solution-more {
  max-width: 341px;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
#index-body .solution .solution-box .solution-more:hover {
  background-color: #000;
}
#index-body .solution .solution-bg-list {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#index-body .solution .solution-bg-list li {
  height: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
  z-index: 1;
}
#index-body .solution .solution-bg-list li.active {
  opacity: 1;
  z-index: 3;
}
#index-body .solution .solution-bg-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .left {
  width: 51.125%;
  background-color: #f0f0f0;
  z-index: 2;
}
#index-body .about .left .subtitle {
  color: var(--color);
}
#index-body .about .left .subtitle .line {
  width: 42px;
  height: 2px;
  background-color: var(--color);
}
#index-body .about .left .intro {
  line-height: 1.95;
}
#index-body .about .left .number-Plus {
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#index-body .about .left .number-Plus li {
  z-index: 1;
}
#index-body .about .left .number-Plus li .top em {
  line-height: 1.2;
}
#index-body .about .left .number-Plus li .top span {
  margin-bottom: 8px;
}
#index-body .about .left .number-Plus li .bg {
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
#index-body .about .left .number-Plus li .bg img {
  width: 100%;
}
#index-body .about .left .about-more {
  right: 0;
  bottom: 0;
  color: #000000;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .left .about-more i {
  font-size: 20px;
}
#index-body .about .left .about-more:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .about .right {
  width: 60.625%;
  right: 0;
  bottom: 0;
}
#index-body .about .right .slick-dots {
  right: 3%;
  bottom: 3%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
#index-body .about .right .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin: 0 8px;
}
#index-body .about .right .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .about .right .slick-dots li button {
  display: none;
}
#index-body .sustainable {
  color: #ffffff;
}

#index-body .sustainable .public-title {
  max-width: 816px;
}
#index-body .sustainable .intro {
  line-height: 1.6;
  max-width: 997px;
}
#index-body .news {
   background-color: #f0f0f0;
}
#index-body .news .content {
  /*background-color: #f0f0f0;*/
  margin-top: -2em;
}
#index-body .news .content .news-slick li .slide-box {
  background-color: #ffffff;
  border-radius: 11px;
}
#index-body .news .content .news-slick li .slide-box .date {
  color: var(--color);
}
#index-body .news .content .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  min-height: calc(1.5em * 2);
}
#index-body .news .content .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .content .news-slick li .slide-box .news-intro {
  line-height: 1.88888889;
}
#index-body .news .content .news-slick li .slide-box .news-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .news .content .news-slick li .slide-box .news-btn span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .content .news-slick li .slide-box .news-btn i {
  font-size: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .content .news-slick li .slide-box .news-btn:hover span {
  color: var(--color);
}
#index-body .news .content .news-slick li .slide-box .news-btn:hover i {
  color: var(--color);
}
#index-body .news .content .news-slick .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;
  width: 100%;
}
#index-body .news .content .news-slick .slick-dots li {
  margin-left: 9px;
  margin-right: 9px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
}
#index-body .news .content .news-slick .slick-dots li button {
  display: none;
}
#index-body .news .content .news-slick .slick-dots li.slick-active {
  background-color: var(--color);
  opacity: 1;
}
#footer {
  background-color: #484848;
}
#footer .f-icon {
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29.375%;
}
#footer .f-form .public-title {
  color: #ffffff;
}
#footer .f-form input {
  background: none;
  border: none;
  color: #ffffff;
  height: 51px;
  margin-left: 4px;
  margin-right: 4px;
}
#footer .f-form input::-webkit-input-placeholder {
  color: #ffffff;
}
#footer .f-form input:-moz-placeholder {
  color: #ffffff;
}
#footer .f-form input::-moz-placeholder {
  color: #ffffff;
}
#footer .f-form input:-ms-input-placeholder {
  color: #ffffff;
}
#footer .f-form input::placeholder {
  color: #ffffff;
}
#footer .f-form input[type='text'] {
  background-color: #424242;
  width: 281px;
}
#footer .f-form input[type='text'].content {
  width: 318px;
}
#footer .f-form input[type='submit'] {
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-form input[type='submit']:hover {
  background-color: #000;
}
#footer .f-content .items #ewm {
  max-width: 109px;
  border: 6px solid #fff;
}
#footer .f-content dl {
  color: #ffffff;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dd {
  line-height: 2;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content dl.f-contact .f-contact-list li .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-content dl.f-contact {
  max-width: 382px;
}
#footer .f-content dl.f-product ul{
  max-height: calc(2em * 5);
  overflow-y: auto;
}
#footer .f-line .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
#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: var(--color);
}
#footer .f-copy .social-account li a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .social-account li a i {
  font-size: 16px;
}
#footer .f-copy .social-account li a:hover {
  color: var(--color);
}
#footer .f-copy .f-back {
  cursor: pointer;
  margin-top: -12px;
  line-height: 1;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .logo {
    margin-left: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
    font-size: 16px;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img .item .text-box .intro {
    white-space: normal;
    width: 26em;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img .item.item3{
    top: 63%;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img{
     width: 49%;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img .item .text-box .title{
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
  #header .nav .ui.menu .items .h-search {
    display: none;
  }
  #header .nav .ui.menu .items .h-language span {
    display: none;
  }
  #header .nav .ui.menu .items .h-language > img {
    margin-right: 15px;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img{
     width: 56%;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img .item .text-box .intro{
    width: 20em;
  }
}
@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 .index-wrap3 .index-wrap3-slick li .img {
    width: 64%;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img > img {
    max-width: 100%;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img .item .text-box .intro{
    width: 14.5em;
  }
  #index-body .about .left .number-Plus {
    position: unset;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
  }
  #index-body .about .left .number-Plus li .bg {
    display: none;
  }
  #footer .f-form input {
    margin-bottom: 10px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content dl {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #footer .f-content dl.f-contact.f-contact {
    max-width: 100%;
  }
  #footer .f-copy .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-copy .f-back {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .advantage .advantage-icon-list {
    position: relative;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img {
    width: 100%;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img .item {
    position: unset;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img .item .line {
    width: 100px!important;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img .item .text-box {
    margin-top: 10px;
  }
  #index-body .about .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .content .left {
    width: 100%;
  }
  #index-body .about .content .right {
    width: 100%;
    position: unset;
  }
  #footer .f-copy .left {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  #banner .banner-slick li .content .text-box .banner-play-box a.play {
    zoom: 0.6;
  }
  #index-body .advantage .advantage-imgs-slick li {
    height: 240px;
  }
  #index-body .advantage .advantage-imgs-slick li > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  #index-body .advantage .advantage-text-slick {
    margin-top: 15px;
  }
  #index-body .advantage .advantage-icon-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage .advantage-icon-list li {
    width: 50%;
  }
  #index-body .about .content .left {
    margin-top: 0;
  }
  #footer .f-form input {
    height: 41px;
  }
  #footer .f-form input[type='text'],
  #footer .f-form input[type='text'].content {
    width: 100%;
  }
  #footer .f-copy .social-account {
    display: none;
  }
  #footer .f-content dl.f-product,
  #footer .f-content dl.f-nav,
  #footer .f-content dl.f-qr {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
  #banner .banner-slick li .content {
    width: 100%;
    margin-bottom: 25px;
  }
  #banner .banner-slick li .content .text-box .banner-play-box {
    display: none;
  }
  #index-body .index-wrap3 .index-wrap3-slick li .img .item .line {
    width: 20px!important;
  }
  #index-body .advantage .advantage-icon-list li .icon {
    zoom: .6;
  }
}
/*
#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>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24,
  .font-25,
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32 {
    line-height: 28px !important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-moz-keyframes scroll-icon {
  0% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}
.more {
  padding: 0.3125em;
  background-color: var(--color);
  padding-left: 1.25em;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: black;
}
.more i {
  height: 3.125em;
  width: 3.125em;
  background-color: #14100d;
  color: var(--color);
  margin-left: 1.75em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more i:before {
  font-size: 1.3em;
}
.more:hover {
  background-color: black;
  color: white;
}
.more:hover i {
  background-color: var(--color);
  color: inherit;
}
@media screen and (max-width: 1000px) {
  .more i {
    width: 2.8em;
    height: 2.8em;
  }
}
.seoPublic .container>.title{
  font-size: 60px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1250px) {
  .seoPublic .container>.title{
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .container>.title{
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .seoPublic .container>.title{
    font-size: 20px;
  }
}
.inner-banner {
  height: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*padding-top: 315px; */
  color: #fff;
  text-align: center;
  position: relative;
  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;
}
.inner-banner .ui.container {
  width: 100%;
}
.inner-banner .bg {
  position: absolute;
  left: 0;
  bottom: -2px;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 17px;
}
.inner-banner .arrow {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media screen and (max-width: 1450px) {
  .inner-banner {
    height: 570px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 540px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    height: auto;
    padding: 60px 0;
  }
  .inner-banner .bg {
    display: none;
  }
  .inner-banner .tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .tit {
    font-size: 25px;
    margin-top: 5px;
  }
  .inner-banner .bg {
    bottom: -1px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .arrow {
    display: none;
  }
  .inner-banner .mbx {
    font-size: 16px;
  }
}
/*#innerMobileBanner ~ .inner-banner {
  display: flex !important;
}*/
.inner-page .m-page {
  text-align: center;
  margin-top: 25px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid #999;
  margin-right: 5px;
}
.inner-page .m-page a.next {
  margin-left: 20px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  color: #fff;
  border: 1px solid var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-page .m-page {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .m-page {
    margin-top: 20px;
  }
}
.product-page {
  padding: 80px 0 80px 0;
  min-height: 80vh;
}
.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  /*width: 100%;*/
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right .text {
  margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h1 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.product-page .pro-box .product-right .text  .c-intro {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  max-height: 240px;
  overflow-y: auto;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
  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%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transform: scale(1);
}
.product-page .pro-box .product-right ul li .img-box .icon a img.hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-page .pro-box .product-right ul li h4 {
  font-size: 20px;
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  line-height: 36px;
  transition: all 0.5s;
  font-weight: 700;
}
.product-page .pro-box .product-right ul li h4:hover {
  color: var(--color);
}
.seoPublic .Auxil-about .box .right div.h3 {
  line-height: 44px !important;
}
@media screen and (max-width: 1400px) {
  .product-page .pro-box .product-right ul li h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .seoPublic .Auxil-about .box .right div.h3 {
    line-height: 32px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .pro-box .product-right ul li {
    width: 50%;
  }
  .product-page {
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .pro-box .product-right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .product-page .pro-box .product-right ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .pro-box .product-right .text h3 {
    font-size: 20px;
  }
  .product-page {
    padding: 30px 0 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .product-page .pro-box .product-right .text  .c-intro {
    display: none;
  }
}
.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 150px;
  float: left;
}
/*.pro-box .pro-left .menus {
  margin-bottom: 50px;
}*/
.pro-box .pro-left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-box .pro-left .menus > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menus > li.active .menu-a span,
.pro-box .pro-left .menus > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menus > li.active .menu-a a,
.pro-box .pro-left .menus > li:hover .menu-a a,
.pro-box .pro-left .menus > li.active .menu-a i,
.pro-box .pro-left .menus > li:hover .menu-a i {
  color: #1d2122;
  font-weight: bold;
  font-style: italic;
}
.pro-box .pro-left .menus > li.active .menu-a i {
  transform: translateY(-50%) rotate(-90deg);
}
.pro-box .pro-left .menus > li .menu-a {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*height: 80px;*/
  /*padding: 0 70px 0 27px;*/
  font-size: 17px;
  line-height: 25px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
  color: #1d2122;
}
.pro-box .pro-left .menus > li .menu-a a{
  padding: 0 70px 0 27px;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.pro-box .pro-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-image: linear-gradient(90deg, var(--color1) 0%, var(--color) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-box .pro-left .menus > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menus > li .sub-menu li a {
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
}
.pro-box .pro-left .menus > li .sub-menu li a:hover {
  color: var(--color);
}
.pro-box .pro-left .menus > li .sub-menu li.active a {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .pro-box .pro-left {
    display: none;
  }
}
.product-page .product-list li .box {
  background-color: #ebebeb;
  border-radius: 0px 0px 46px 0px;
}
.product-page .product-list li .box .img-box {
  background-color: #fff;
}
.product-page .product-list li .box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  min-height: calc(1.5em * 2);
}
.product-page .product-list li .box .title:hover {
  color: var(--color);
}
.product-page .product-list li .box .product-more {
  background-color: #727272;
  border-radius: 0px 0px 35px 0px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-page .product-list li .box .product-more i {
  font-size: 20px;
}
.product-page .product-list li .box .product-more:hover {
  background-color: var(--color);
}
.product-page .product-list li .box .p-intro {
  line-height: 1.61111111;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  line-height: 40px !important;
  min-height: 5.5em;
}
.seoPublic .Auxil-news .list ul li .content time {
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p {
  line-height: 30px !important;
}
.seoPublic .Auxil-about .box .right div.h3 {
  line-height: 44px ;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 700px) {
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 20px;
  }
}
.seoPublic .text a{
  color: #666!important;
}
.prodet-page .text {
  line-height: 2;
  color: #333;
}
.prodet-page .prodet-2 .content table tbody {
  min-width: initial !important;
  white-space: initial;
}
.prodet-page .prodet-2 .content table tr td {
  text-align: left !important;
}
.prodet-page .prodet-1 .left .small .slick-track {
  display: block;
}
.prodet-page .prodet-1 .left .small .arrows {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .left .small .slick-track .slick-slide > div,
.prodet-page .prodet-1 .left .small .slick-track .slick-slide {
  height: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .small .arrows:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .small ul {
  margin: -0.4em 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 0.4em 0;
}
.prodet-page .prodet-1 .left .small ul li a{
  border: 1px solid #666;
  transition: .3s;
}
.prodet-page .prodet-1 .left .small ul .slick-current a{
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .big{
  margin-bottom: 0.4em;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.3;
}
.prodet-page .prodet-1 .right .public-btn:focus{
  background-color: #000;
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #cdcdcd;
}
.prodet-page .prodet-2 .top span {
  height: 3.36363636em;
  padding-left: 0.8em;
  padding-right: 2.45454545em;
  border-top-left-radius: 0.72727273em;
  border-top-right-radius: 0.72727273em;
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .top i.plus {
  width: 1em;
  height: 1em;
  margin: 0 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .top i.plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.prodet-page .prodet-2 .content {
  /*max-width: 1340px;*/
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .content table {
  color: black;
  text-align: center;
}
.prodet-page .prodet-2 .content table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .content table tr td {
  padding: 1em;
  border-color: #dcdcdc;
}
.prodet-page .prodet-2 .content table tr td p {
  display: inline-block;
  text-align: left;
}
.prodet-page .prodet-2 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}
.prodet-page .prodet-2 .list li {
  height: 100%;
}
.prodet-page .prodet-2 .list .box {
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  justify-content: flex-start;
}
/*.prodet-page .prodet-2 .list .box .text {
  margin-top: auto;
}*/
.prodet-page .prodet-2 .list .box i {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.prodet-page .prodet-2 .list .box i img {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
}
.prodet-page .prodet-2 .list .box i:before {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.prodet-page .prodet-2 .list .box i:after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) scale(0.6);
  -moz-transform: translate(-50%, 50%) scale(0.6);
  -ms-transform: translate(-50%, 50%) scale(0.6);
  transform: translate(-50%, 50%) scale(0.6);
}
.prodet-page .prodet-2 .list .box:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .list .box:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-2 .list .box:hover .text {
  color: inherit;
}
.prodet-page .prodet-3 {
  background-color: #f7f7f7;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.prodet-page .prodet-3 .text{
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 1em 2em;
  background-color: white;
  border: none;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 14.44444444em;
}
.prodet-page .prodet-3 .form ul li .button {
  height: 2.75em;
  width: 10em;
  padding: 0 1em;
  max-width: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: none;
}
.prodet-page .prodet-3 .form ul li .button:hover {
  background-color: black;
}
.prodet-page .prodet-4 span.h2 em {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .prodet-1 .btn a.more1 {
    margin-bottom: 1em;
  }
  .prodet-1 .btn a.more1 ~ a {
    width: 100%;
  }
}
.more1 em {
  min-width: 8.88888889em;
  height: 3em;
  border-radius: 3em;
  padding: 0 1.33333333em;
  border: 1px solid #bdbec0;
  color: #5e5e5e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more1 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: #1c1c1c;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: -1em;
}
.more1.white em {
  border-color: rgba(255, 255, 255, 0.8);
  color: white;
}
.more1.white i {
  background-color: white;
  color: var(--color);
}
.more1:hover em {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.more1:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-page .relatedPro .box .btn a {
  height: 2.71428571em;
  min-width: 2.71428571em;
  padding: 0 1.42857143em;
  border-radius: 1.42857143em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box .btn a:first-child {
  padding: 0;
  background-color: #ccc;
}
.inner-page .relatedPro .box .btn a:first-child i {
  font-size: 1.5em;
}
.inner-page .relatedPro .box .btn a:last-child {
  background-color: var(--color);
  color: white;
  margin-top: -2.71428571em;
  opacity: 0;
}
.inner-page .relatedPro .box .btn a:last-child:hover {
  background-color: black;
}
.inner-page .relatedPro .box:hover {
  border-color: var(--color);
}
.inner-page .relatedPro .box:hover .btn a:last-child {
  opacity: 1;
}
.inner-page .relatedPro .slick li {
  height: 100%;
  padding-bottom: 1.35714286em;
}
.inner-page .relatedPro .slickDots li {
  margin: 0 1.2em;
  background-color: #ccc;
  border: none;
}
.inner-page .relatedPro .slickDots li.slick-active {
  background-color: var(--color);
}
.i-tag {
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--color);
  width: 40px;
  height: 1px;
  margin-right: 20px;
}
.product-yd-page {
  padding: 150px 0 120px;
}
.product-yd-page .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.product-yd-page .item .content {
  width: 50%;
}
.product-yd-page .item .content .i-title {
  margin: 19px 0 13px;
}
.product-yd-page .item .content .txt {
  font-size: 17px;
  line-height: 1.6;
  color: #5e5e5e;
  margin-bottom: 55px;
}
.product-yd-page .item .content ul {
  margin: -10px;
  margin-bottom: 70px;
}
.product-yd-page .item .content ul li {
  padding: 10px;
  text-align: center;
}
.product-yd-page .item .content ul li .img-box {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.product-yd-page .item .content ul li .img-box img {
  max-width: 150px;
  margin: 30px;
  width: auto;
}
.product-yd-page .item .content ul li .img-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #f6f6f6;
  z-index: -1;
}
.product-yd-page .item .content ul li h6 {
  /*font-size: 16px;
  line-height: 2;*/
  margin-top: 20px;
  min-height: calc(1.5em * 2);
}
.product-yd-page .item .content ul li .intro{
  max-height: calc(1.5em * 3);
  overflow-y: auto;
}
.product-yd-page .item .content .more_btn .more2::after {
  color: black;
}
.product-yd-page .item .img {
  width: 50%;
  position: relative;
}
.product-yd-page .item .img .small-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.product-yd-page .item:last-child {
  margin-bottom: 0;
}
.product-yd-page .item:nth-child(2n-1) .content {
  padding: 0 40px 0 160px;
}
.product-yd-page .item:nth-child(2n-1) .img .big-img img {
  margin-left: auto;
  display: block;
}
.product-yd-page .item:nth-child(2n-1) .img .small-img {
  left: 0;
}
.product-yd-page .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .item:nth-child(2n) .content {
  padding: 0 160px 0 40px;
}
.product-yd-page .item:nth-child(2n) .img .big-img img {
  display: block;
}
.product-yd-page .item:nth-child(2n) .img .small-img {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .product-yd-page .item:nth-child(2n-1) .content {
    padding-left: 70px;
  }
  .product-yd-page .item:nth-child(2n) .content {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .product-yd-page .item .content ul li .img-box img {
    max-width: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .product-yd-page .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-yd-page .item .img .small-img {
    width: 48%;
  }
  .product-yd-page .item .content .txt {
    margin-bottom: 20px;
  }
  .product-yd-page .item .content ul {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  /*.product-yd-page .item{
    margin-bottom: 60px;
  }*/
  .product-yd-page .item .img {
    display: none;
  }
  .product-yd-page .item .content {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .item .content {
    padding: 0 15px !important;
  }
  .product-yd-page .item .content ul li .img-box img {
    max-width: 74%;
  }
  .product-yd-page {
    padding: 70px 0;
  }
}
.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .more2 {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;
}
.more_btn .more2 span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more_btn .more2::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .more2::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.more_btn:hover .arrow {
  background-color: var(--color);
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 700px) {
  .more_btn .arrow{
    width: 40px;
    height: 40px;
  }
  .more_btn .more2{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
.solution-page .about2-page .about-3 span.tag,
.solution-page .about2-page .about-3 span.h2{
  color: #fff;
}
.solution-page .init-1 {
    padding-top: 80px;
    position: relative;
    z-index: 2;
}
.solution-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}
.solution-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution-page .init-1 .init-1-slick .slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
}
.solution-page .init-1 .init-1-slick .slick-dots li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: .3s;
  margin: 0 8px;
}
.solution-page .init-1 .init-1-slick .slick-dots li.slick-active{
  background-color: var(--color);
}
.solution-page .init-1 .init-1-slick .slick-dots button{
  display: none;
}
.solution-page .init-1 .container .desC {
    overflow: hidden;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 700px;
    color: #fff;
    padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution-page .init-2 .container .left {
    width: 58%;
}
.solution-page .init-2 .container .left img {
    width: 100%;
}
.solution-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution-page .init-3 .container .left {
    width: 36%;
}
.solution-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}
.solution-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content {
    margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution-page .init-1 {
        padding-top: 140px;
    }
    .solution-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution-page .init-1 .subText {
        font-size: 100px;
    }
    .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution-page .init-1 {
        padding-top: 40px;
    }
    .solution-page .init-1 .subText {
        display: none;
    }
    .solution-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution-page .init-2 .container .left {
        width: 100%;
    }
    .solution-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-3 .container .left {
        width: 100%;
    }
    .solution-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution-page .init-5 .container .cont {
        padding: 60px 16px;
    }
    .solution-page .init-1 .container .desC {
        min-height: auto;
    }
}
@media (max-width: 700px) {
    .solution-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution-page .init-5 .container .cont .content form .list input,
    .solution-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.about2-page .about-1 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, var(--color1), var(--color));
    background-image: -moz-linear-gradient(bottom, var(--color1), var(--color));
    background-image: linear-gradient(to top, var(--color1), var(--color));
}
.about2-page .about-2 {
    background-color: #f4f4f4;
}
.about2-page .about-2 .slick-list {
    overflow: unset;
}
/*.about2-page .about-3 {
    color: white;
}*/
/*.about2-page .about-3 span.h2 {
    max-width: 50%;
}*/
.about2-page .about-3 .list {
    margin: 1em 0;
}
.about2-page .about-3 .list ul li {
    background-color: #ebebeb;
    color: black;
    padding: 5% 3.5% 7%;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-3 .list ul li:after {
    content: '';
    width: 100%;
    height: -webkit-calc(100% + 2em);
    height: -moz-calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, var(--color1), var(--color));
    background-image: -moz-linear-gradient(bottom, var(--color1), var(--color));
    background-image: linear-gradient(to top, var(--color1), var(--color));
    top: -1em;
    left: 0;
    z-index: -1;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.about2-page .about-3 .list ul li:before {
    content: '';
    width: 1px;
    height: 63%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #dedede;
}
.about2-page .about-3 .list ul li i {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-3 .list ul li span.h6 {
    line-height: 1.4;
    /*text-transform:uppercase;*/
}
.about2-page .about-3 .list ul li:hover {
    color: white;
}
.about2-page .about-3 .list ul li:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about2-page .about-3 .list ul li:hover .text {
    color: inherit;
}
.about2-page .about-3 .list ul li:hover:after {
    opacity: 1;
}
.about2-page .about-3 .list ul li:first-child:before {
    display: none;
}
.about2-page .about-4 {
    position: relative;
}
.about2-page .about-4:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f4f4f4;
}
@media screen and (max-width: 1450px) {
    .about2-page .about-1 .left .icon {
        zoom: .6;
    }
}
@media screen and (max-width: 1250px) {
    .about2-page .about-3 .list ul li {
        padding: 3%;
    }
}
@media screen and (max-width: 1000px) {
    .about2-page .about-3 .list ul li {
        width: 50%;
    }
    .about2-page .about-3 .list ul li:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }
    .about2-page .about-1 .left .icon {
        left: 0;
        max-width: 70%;
    }
}
@media screen and (max-width: 700px) {
    .about2-page .about-3 .list ul li {
        width: 100%;
    }
    .about2-page .about-3 span.h2 {
        max-width: none;
    }
    .about2-page .about-3 .list ul li:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
}
.about-page .init-1 {
  position: relative;
  z-index: 2;
}
.about-page .init-1 .container .left {
  padding-right: 120px;
  width: 50%;
}
/*.about-page .init-1 .container .left .tipsTitleC {
  color: var(--color);
}*/
.about-page .init-1 .container .left .imgC {
  margin-top: 50px;
  height: 680px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
}
.about-page .init-1 .container .left .imgC .play {
  width: 65px;
  height: 65px;
  cursor: pointer;
  position: relative;
}
.about-page .init-1 .container .left .imgC .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 25px;
  color: var(--color);
}
.about-page .init-1 .container .left .imgC .play .cont i {
  margin-left: 2px;
}
.about-page .init-1 .container .left .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite linear;
  -moz-animation: ks 3s infinite linear;
  -o-animation: ks 3s infinite linear;
  animation: ks 3s infinite linear;
}
.about-page .init-1 .container .left .imgC .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .left .imgC .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .right {
  padding-bottom: 260px;
  width: 50%;
}
.about-page .init-1 .container .right .title {
  font-weight: 600;
}
.about-page .init-1 .container .right .des {
  margin-top: 30px;
  max-height: 430px;
  padding-right: 15px;
  overflow-y: auto;
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .about-page .init-1 .container .right .des {
    overflow-y: unset;
    max-height: unset;
    padding-right: 0;
  }
}
@media (max-width: 700px) {
  .about-page .init-1 .container .left .imgC {
    height: 90vw;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 .container .left .imgC {
    margin-top: 20px;
  }

  .about-page .init-1 .container .right .des {
    margin-top: 16px;
  }
}
.about-page .init-2 {
  margin-top: -210px;
  padding-top: 210px;
  padding-bottom: 90px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container ul {
  padding-top: 20px;
  max-width: 1250px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-2 .container ul li {
  margin-top: 40px;
}
.about-page .init-2 .container ul li .box {
  color: #fff;
  text-align: center;
}
.about-page .init-2 .container ul li .box .top {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}
.about-page .init-2 .container ul li .box .bottom {
  margin-top: 10px;
}
@media (max-width: 1250px) {
  .about-page .init-2 {
    padding-top: 40px;
    margin-top: 40px;
  }
  .about-page .init-2 .container ul li .box .top {
    font-size: 44px;
  }
}
@media (max-width: 500px) {
  .about-page .init-2 {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .about-page .init-2 .container ul {
    padding-top: 0;
  }
  .about-page .init-2 .container ul li {
    width: 100%;
  }
  .about-page .init-2 .container ul li .box .top {
    font-size: 36px;
  }
}
.design-page .design-4 {
  color: white;
  padding: 107px 0 70px;
}
.design-page .design-4 .left {
  position: sticky;
  top: 170px;
  width: 35%;
}
.design-page .design-4 .left p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
.design-page .design-4 .left .i-title {
  line-height: 1.2;
}
.design-page .design-4 .right {
  padding-left: 90px;
  width: 65%;
}
.design-page .design-4 .right ul li {
  padding-left: 140px;
  position: relative;
  padding-bottom: 50px;
}
.design-page .design-4 .right ul li .icon {
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, var(--color1) 0%, var(--color) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img {
  vertical-align: middle;
}
.design-page .design-4 .right ul li::after {
  content: '';
  position: absolute;
  left: 38px;
  top: 87px;
  width: 1px;
  height: calc(100% - 97px);
  background: rgba(255, 255, 255, 0.3);
}
.design-page .design-4 .right ul li:last-child::after {
  display: none;
}
.design-page .design-4 .right ul li:last-child .icon::after {
  content: none;
}
.design-page .design-4 .right ul li h4 {
  font-size: 30px;
  font-weight: bold;
}
.design-page .design-4 .right ul li .des {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1400px) {
  .design-page .design-4 .right {
    padding-left: 30px;
  }
  .design-page .design-4 .right ul li h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .design-page .design-4 .right ul li {
    padding-left: 105px;
    padding-bottom: 40px;
  }
  .design-page .design-4 .right ul li .icon:after {
    height: 225%;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-4 .left {
    position: relative;
    width: 100%;
    top: 0;
  }
  .design-page .design-4 .right ul li h4 {
    font-size: 24px;
  }
  .design-page .design-4 .right {
    width: 100%;
    margin-top: 20px;
  }
  .design-page .design-4 .right ul li .des {
    font-size: 16px;
  }
  .design-page .design-4 .right ul li .icon {
    zoom: 0.8;
  }
}
@media screen and (max-width: 700px) {
  .design-page .design-4 .right {
    padding-left: 0;
  }
  .design-page .design-4 .left {
    width: 100%;
  }
  .design-page .design-4 .right ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .design-page .design-4 .right ul li {
    padding-left: 0;
  }
  .design-page .design-4 .right ul li .icon {
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after {
    content: none;
  }
  .design-page .design-4 .right ul li::after {
    display: none;
  }
}
.about-page1 .about-1 .top .img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}
.about-page1 .about-1 .top .img .lazy {
  border-radius: 15px;
}
.about-page1 .about-1 .top .img .play {
  position: absolute;
  right: 36px;
  bottom: 115px;
  display: inline-block;
  padding: 50px 50px 50px 60px;
  background-image: linear-gradient(90deg, var(--color1) 0%, var(--color) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  border-radius: 50%;
  z-index: 1;
}
.about-page1 .about-1 .top .img .play::before,
.about-page1 .about-1 .top .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(2,107,255, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page1 .about-1 .top .img .play::before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page1 .about-1 .top .text {
  max-width: 1370px;
  width: 100%;
  margin: -150px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 10px;
}
.about-page1 .about-1 .top .text .title {
  line-height: 1.2;
  /*text-transform: uppercase;*/
}
.about-page1 .about-1 .top .text .con {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
.about-page1 .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page1 .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page1 .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page1 .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page1 .about-1 .bottom ul li .data em {
  font-size: 56px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page1 .about-1 .bottom ul li .data sub {
  font-size: 22px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 9px 7px;
}
.about-page1 .about-1 .bottom ul li .text .tit {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page1 .about-1 .bottom ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}
@media screen and (max-width: 1280px) {
  .about-page1 .about-1 .top .img .play {
    padding: 30px 30px 30px 40px;
  }
  .about-page1 .about-1 .bottom ul li .data em {
    font-size: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page1 .about-1 .top .text {
    padding: 70px 50px 90px;
    margin: -100px auto 0;
  }
  .about-page1 .about-1 .bottom ul {
    margin-right: -40px;
  }
  .about-page1 .about-1 .bottom ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page1 .about-1 .top .text {
    padding: 50px 30px;
    margin: -50px auto 0;
  }
  .about-page1 .about-1 .top .text .con {
    font-size: 18px;
  }
  .about-page1 .about-1 .bottom {
    margin: 60px auto 0;
  }
  .about-page1 .about-1 .bottom ul {
    margin-right: -20px;
  }
  .about-page1 .about-1 .bottom ul li {
    padding-right: 20px;
  }
  .about-page1 .about-1 .bottom ul li .data em {
    font-size: 35px;
  }
  .about-page1 .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page1 .about-1 .bottom ul li .text p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page1 .about-1 .top .img .play {
    padding: 20px 20px 20px 30px;
    bottom: 20px;
  }
  .about-page1 .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }
  .about-page1 .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page1 .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }
  .about-page1 .about-1 .bottom {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 500px) {
    .about-page1 .about-1 .top .img .play {
        padding: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .about-page1 .about-1 .top .img .play img {
        width: 20px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }
    .about-page1 .about-1 .top .text .con {
        font-size: 16px;
        line-height: 30px;
    }
    .about-page1 .about-1 .bottom ul {
        margin: 0 0 -20px 0;
    }
    .about-page1 .about-1 .bottom ul li {
        padding: 0 0 20px 0;
    }
    .about-page1 .about-1 .bottom ul li .data em {
        font-size: 30px;
    }
}
.gallery-page .init-2 {
    padding-top: 60px;
    /*background: #ecf3f5;*/
}
.gallery-page .init-2 .container ul {
    margin: 0 -25px;
}
.gallery-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}
.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video {
    display: block;
    width: 100%;
}
.gallery-page .init-2 .container ul li .box .title {
    /*font-weight: 600;*/
    text-align: center;
    margin-top: 16px;
    color: #666;
}
.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
    width: 100%;
    border-radius: 10px;
}
.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3sease;
    -moz-transition: all 0.3sease;
    transition: all 0.3sease;
}
.gallery-page.Partner .init-2 .container ul li {
    width: 20%;
}
@media (max-width: 1000px) {
    .gallery-page .init-2 {
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}
.news-page {
  padding-bottom: 110px;
}
.news-page .tips_title {
  font-weight: 700;
  padding-left: 60px;
  /*text-transform: uppercase;*/
  font-family: 'Antonio';
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #0161d25e;
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 290px;
  padding: 30px 50px;
  background-color: #fff;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: 700;
  font-size: 30px;
}
.news-page .content ul li .box .title:before {
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  /*border-radius: 15px;*/
  padding: 10px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .news-page{
    padding-bottom: 60px;
  }
  .news-page .content{
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }
}
/*.newdet-page .init-1 .container .title {
  font-size: 50px;
}*/
.newdet-page .init-1 .container .title:before {
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}
.pro_public .init-related {
    background-color: #f7f7f7
}
.pro_public .init-related .container .tips {
    text-align: center;
    font-weight: 700
}
.pro_public .init-related .container .content {
    margin-top: 40px
}
.pro_public .init-related .container .content .slick .slick-list {
    margin: 0 -25px
}
.pro_public .init-related .container .content .slick li {
    padding: 0 25px
}
.pro_public .init-related .container .content .slick li .box .img {
    background-color: #fff;
    display: block;
    padding: 40px
}
.pro_public .init-related .container .content .slick li .box .text {
    display: block;
    margin-top: 20px;
    color: #000;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
    color: var(--color)
}
.about-page2 .about-wrap3 {
  padding-top: 6.2vw;
  padding-bottom: 5.26041666vw;
}
.about-page2 .about-wrap3 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page2 .about-wrap3 .left {
  margin-top: 2vw;
}
.about-page2 .about-wrap3 .left .public-title .span2 {
  color: var(--color);
}
.about-page2 .about-wrap3 .left .intro {
  margin-top: 16px;
  /*color: var(--color);*/
}
.about-page2 .about-wrap3 .right {
  margin-left: 25px;
  margin-right: -20px;
}
.about-page2 .about-wrap3 .right .about-wrap3-list {
  max-width: 800px;
  margin-right: 9px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page2 .about-wrap3 .right .about-wrap3-list li {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 50%;
}
.about-page2 .about-wrap3 .right .about-wrap3-list li .right-text {
  margin-left: 15px;
  transition: 0.3s;
  padding-right: 20px;
}
.about-page2 .about-wrap3 .right .about-wrap3-list li .img {
  position: relative;
  flex-shrink: 0;
}
.about-page2 .about-wrap3 .right .about-wrap3-list li:hover .right-text {
  color: var(--color);
}
.about-page2 .about-wrap3 .right .about-wrap3-list li .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page2 .about-wrap3 .right .about-wrap3-list li .bg2 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  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%);
}
.about-page2 .about-wrap3 .right .about-wrap3-list li:hover .bg1 {
  opacity: 0;
}
.about-page2 .about-wrap3 .right .about-wrap3-list li:hover .text {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page2 .about-wrap3 .right .about-wrap3-list li:hover .bg2 {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .about-page2 .about-wrap3 .ui.container {
    flex-wrap: wrap;
  }
  .about-page2 .about-wrap3 .right {
    margin-top: 25px;
    margin-left: 0;
  }
  .about-page2 .about-wrap3 .right .about-wrap3-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page2 .about-wrap3 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page2 .about-wrap3 .right {
    margin-left: 0;
    margin-top: 25px;
  }
  .about-page2 .about-wrap3 .right .about-wrap3-list {
    max-width: 100%;
  }
  .about-page2 .about-wrap3 .right .about-wrap3-list li {
    width: 100%;
  }
}
@media screen and (min-width: 1921px) {
  .about-page2 .about-wrap3 {
    padding-top: 305px; /* 原15.885416666666vw → 305px */
    padding-bottom: 101px; /* 原5.26041666vw → 101px */
  }
  .about-page2 .about-wrap3 .left {
    margin-top: 76px; /* 原3.958333vw → 76px */
  }
}
.contact-page  .public-title .span2 {
  color: var(--color);
}
.contact-page .contact-information {
  padding-top: 4vw;
  padding-bottom: 6.666vw;
  background: url('../images/contact-information-bg.png') no-repeat center 100%;
}
.contact-page .contact-information .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-information .left {
  margin-top: 25px;
}
.contact-page .contact-information .left #ewm1{
  width: 180px;
  border: 10px solid #fff;
}
.contact-page .contact-information .left .intro {
  /*color: var(--color);*/
  margin-top: 2.08333vw;
  margin-bottom: 2.1875vw;
  max-width: 676px;
  line-height: 1.6;
}
.contact-page .contact-information .left .social-account {
  margin-bottom: 3vw;
}
.contact-page .contact-information .left .social-account li:first-child a i {
  font-size: 28px;
}
.contact-page .contact-information .left .social-account a {
  width: 51px;
  height: 51px;
  border: 1px solid #434343;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #434343;
  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-left: 12px;
}
.contact-page .contact-information .left .social-account a i {
  font-size: 24px;
}
.contact-page .contact-information .left .social-account a:hover {
  border-color: #010101;
  background: #010101;
  color: #fff;
}
.contact-page .contact-information .left .qr li {
  text-align: center;
}
.contact-page .contact-information .left .qr li:first-child {
  margin-right: 30px;
}
.contact-page .contact-information .left .qr .title {
  font-weight: bold;
  font-family: Montserrat;
}
.contact-page .contact-information .right .information-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-information .right .information-list li:nth-child(2) {
  border-top: 1px solid rgba(131, 131, 131, 0.27);
  border-bottom: 1px solid rgba(131, 131, 131, 0.27);
}
.contact-page .contact-information .right .information-list li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-information .right .information-list li .list-right {
  margin-left: 26px;
  padding-top: 2.34375vw;
  padding-bottom: 2.6041666vw;
  padding-right: 2.8125vw;
}
.contact-page .contact-information .right .information-list li .list-right .title {
  font-weight: bold;
  margin-bottom: 14px;
}
.contact-page .contact-information .right .information-list li .list-right .list-intro {
  color: rgba(0, 0, 0, 0.53);
  line-height: 1.55;
  max-width: 416px;
}
.contact-page .contact-form {
  margin-top: 5.5208333vw;
}
.contact-page .contact-form .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .contact-form form {
  margin-top: 4.32291666vw;
}
.contact-page .contact-form form .form-ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-form form .form-ul > li {
  margin-bottom: 2.08333vw;
  position: relative;
}
.contact-page .contact-form form .form-ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: -2px;
  width: 82px;
  height: 83px;
  border-radius: 50%;
  z-index: 2;
}
.contact-page .contact-form form .form-ul > li input {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li input::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li input:-moz-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li input::-moz-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li input:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li input::placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li:nth-child(1),
.contact-page .contact-form form .form-ul > li:nth-child(2),
.contact-page .contact-form form .form-ul > li:nth-child(3),
.contact-page .contact-form form .form-ul > li:nth-child(4) {
  width: 48.8%;
}
.contact-page .contact-form form .form-ul > li:nth-child(1):before {
  background: #075bbd url('../images/contact-form-icon1.png') no-repeat center center;
}
.contact-page .contact-form form .form-ul > li:nth-child(2):before {
  background: #075bbd url('../images/contact-form-icon2.png') no-repeat center center;
}
.contact-page .contact-form form .form-ul > li:nth-child(3):before {
  background: #075bbd url('../images/contact-form-icon3.png') no-repeat center center;
}
.contact-page .contact-form form .form-ul > li:nth-child(4):before {
  background: #075bbd url('../images/contact-form-icon4.png') no-repeat center center;
}
.contact-page .contact-form form .form-ul > li:nth-child(4) {
  position: relative;
  z-index: 2;
}
.contact-page .contact-form form .form-ul > li:nth-child(4) .subject {
  visibility: visible;
}
.contact-page .contact-form form .form-ul > li:nth-child(4) .subject-list {
  position: absolute;
  left: 0;
  top: 78px;
  width: 100%;
  border: solid 1px #bfbfbf;
  background: #fff;
  transform-origin: center top;
  transform: scaleY(0);
  transition: 0.3s;
}
.contact-page .contact-form form .form-ul > li:nth-child(4) .subject-list.active {
  transform: scaleY(1);
}
.contact-page .contact-form form .form-ul > li:nth-child(4) .subject-list li {
  padding: 4px 8px;
  transition: 0.3s;
  cursor: pointer;
}
.contact-page .contact-form form .form-ul > li:nth-child(4) .subject-list li:hover {
  color: #fff;
  background-color: var(--color);
}
.contact-page .contact-form form .form-ul > li:nth-child(4) select {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-page .contact-form form .form-ul > li:nth-child(4) select option {
  border: none;
}
.contact-page .contact-form form .form-ul > li:nth-child(4) select option:hover {
  background: var(--color);
}
.contact-page .contact-form form .form-ul > li:nth-child(5) {
  width: 100%;
}
.contact-page .contact-form form .form-ul > li:nth-child(5):before {
  background: #075BBD url('../images/contact-form-icon5.png') no-repeat center center;
  border-radius: 41px 41px 41px 0;
}
.contact-page .contact-form form .form-ul > li:nth-child(5) textarea {
  width: 100%;
  height: 275px;
  font-size: 21px;
  color: #000;
  padding-left: 120px;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  padding-top: 30px;
}
.contact-page .contact-form form .form-ul > li:nth-child(5) textarea::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li:nth-child(5) textarea:-moz-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li:nth-child(5) textarea::-moz-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li:nth-child(5) textarea:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li:nth-child(5) textarea::placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul > li:last-child {
  width: 100%;
  margin-top: 2.8125vw;
  margin-bottom: 0;
}
.contact-page .contact-form form .form-ul > li:last-child:before {
  display: none;
}
.contact-page .contact-form form .form-ul > li:last-child a.submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 231px;
  height: 64px;
  margin: 0 auto;
  background-color: var(--color);
  /*border-radius: 28px;*/
  border: 2px solid var(--color);
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-form form .form-ul > li:last-child a.submit:hover {
  background-color: transparent;
  color: var(--color);
}
.contact-page .contact-map {
  margin-top: 6.82291666vw;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-information .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-information .left .intro,
  .contact-page .contact-information .right .information-list li .list-right .list-intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-form form .form-ul > li:nth-child(1),
  .contact-page .contact-form form .form-ul > li:nth-child(2),
  .contact-page .contact-form form .form-ul > li:nth-child(3),
  .contact-page .contact-form form .form-ul > li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-information .right .information-list li .icon {
    zoom: 0.5;
  }
  .contact-page .contact-form form .form-ul > li input {
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    padding-left: 60px;
  }
  .contact-page .contact-form form .form-ul > li input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li input:-moz-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li input::-moz-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li input:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li input::placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li:nth-child(4) select {
    font-size: 16px;
    padding-left: 60px;
    height: 40px;
  }
  .contact-page .contact-form form .form-ul > li:before {
    width: 40px;
    height: 40px;
  }
  .contact-page .contact-form form .form-ul > li:nth-child(5) textarea {
    padding-top: 15px;
    padding-left: 60px;
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li:nth-child(5) textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li:nth-child(5) textarea:-moz-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li:nth-child(5) textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li:nth-child(5) textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li:nth-child(5) textarea::placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul > li:last-child a.submit {
    height: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contact-page .contact-information {
    padding-top: 211px; /* 原10.98958333vw → 211px */
    padding-bottom: 128px; /* 原6.666vw → 128px */
  }

  .contact-page .contact-information .left .intro {
    margin-top: 40px; /* 原2.08333vw → 40px */
    margin-bottom: 42px; /* 原2.1875vw → 42px */
  }

  .contact-page .contact-information .left .social-account {
    margin-bottom: 95px; /* 原4.94791666vw → 95px */
  }

  .contact-page .contact-information .right .information-list li .list-right {
    padding-top: 45px; /* 原2.34375vw → 45px */
    padding-bottom: 50px; /* 原2.6041666vw → 50px */
    padding-right: 54px; /* 原2.8125vw → 54px */
  }

  .contact-page .contact-form {
    margin-top: 106px; /* 原5.5208333vw → 106px */
  }

  .contact-page .contact-form form {
    margin-top: 83px; /* 原4.32291666vw → 83px */
  }

  .contact-page .contact-form form .form-ul li {
    margin-bottom: 40px; /* 原2.08333vw → 40px */
  }

  .contact-page .contact-form form .form-ul li:last-child {
    margin-top: 54px; /* 原2.8125vw → 54px */
  }

  .contact-page .contact-map {
    margin-top: 131px; /* 原6.82291666vw → 131px */
  }
}
#index-body.inner-mod{
   padding-top: 0;
   padding-bottom: 0;
   background: none;
}
#index-body.inner-mod .news .content{
   margin-top: 0;
}
.history-wrap {
  color: #fff;
}
.history-wrap .content .img1 {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-clip-path: polygon(0 0, 16.66% 0%, 16.66% 100%, 0% 100%);
  clip-path: polygon(0 0, 16.66% 0%, 16.66% 100%, 0% 100%);
}
.history-wrap .content .slick-content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-right: 5%;
}
.history-wrap .content .slick-content .history-wrap-slick {
  margin-left: -2%;
  height: 100%;
}
.history-wrap .content .slick-content .history-wrap-slick * {
  height: 100%;
}
.history-wrap .content .slick-content .history-wrap-slick li .history-title {
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  cursor: pointer;
}
.history-wrap .content .slick-content .history-wrap-slick li.active .history-title {
  opacity: 1;
}
.history-wrap .content .slick-content .history-wrap-slick li.li1 .history-title {
  margin-top: 122%;
}
.history-wrap .content .slick-content .history-wrap-slick li.li2 .history-title {
  margin-top: 95%;
}
.history-wrap .content .slick-content .history-wrap-slick li.li3 .history-title {
  margin-top: 66%;
}
.history-wrap .content .slick-content .history-wrap-slick li.li4 .history-title {
  margin-top: 45%;
}
.history-wrap .content .slick-content .history-wrap-slick li.li5 .history-title {
  margin-top: 25%;
}
.history-wrap .content .slick-content .history-wrap-slick li.li6 .history-title {
  margin-top: 6%;
}
.history-wrap .content .slick-content .history-wrap-slick li .history-title {
  text-align: center;
}
.history-wrap .c1 .prev,
.history-wrap .c1 .next{
  transition: .3s;
  cursor: pointer;
  color: #fff;
  opacity: .6;
  top:50%;
  transform: translateY(-50%);
}
.history-wrap .c1 .prev{
  left: 0;
}
.history-wrap .c1 .next{
  right: 0;
}
.history-wrap .c1 .prev:hover,
.history-wrap .c1 .next:hover{
  opacity: 1;
}
.history-wrap .history-wrap-slick1 {
  margin-top: -3em;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  pointer-events: none;
}
.history-wrap .history-wrap-slick1 .title {
  line-height: 1.2;
}
.history-wrap .history-wrap-slick1 .intro {
  line-height: 2;
}

@media screen and (max-width: 1000px) {
    .history-wrap .c1 .prev,
  .history-wrap .c1 .next{
    margin-left: 0;
    margin-right: 0;
  }
  .history-wrap .history-wrap-slick1{
    max-width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .history-wrap .c1 .prev,
  .history-wrap .c1 .next{
    display: none!important;
  }
  .history-wrap .content .slick-content .history-wrap-slick {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .history-wrap .content .slick-content .history-wrap-slick li {
    width: 25%;
  }
  .history-wrap .content .slick-content .history-wrap-slick * {
    height: auto;
  }
  .history-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .history-wrap .content img {
    opacity: 0;
  }
  .history-wrap .content .slick-content .history-wrap-slick li .history-title {
    margin-top: 10px!important;
  }
  .history-wrap .history-wrap-slick1 {
    margin-top: 20px;
  }
}