@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-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;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #c33a38;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
.color-666 {
  color: #666;
}
.public-title {
  line-height: 1.2;
  color: var(--color);
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border: 1px solid var(--color);
}
.public-btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.public-btn:hover {
  color: #fff;
  border: 1px solid var(--color);
}
.public-btn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header.inner,
#header.active {
  background-color: rgba(0, 0, 0, 0.95);
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .h-items .h-language span,
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.inner .nav .ui.menu .h-items .h-language span{
  color: #000;
}
#header.active .nav .ui.menu .h-items .h-language>img,
#header.active .nav .ui.menu .h-items .h-search img,
#header.inner .nav .ui.menu .h-items .h-language>img,
#header.inner .nav .ui.menu .h-items .h-search img{
  filter: invert(1);
}

#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: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 1.666em;
  margin-left: 1.666em;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 220px;
  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: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .h-items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-items .h-search > img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header .nav .ui.menu .h-items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-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 .h-items .h-language > img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header .nav .ui.menu .h-items .h-language span {
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#header .nav .ui.menu .h-items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .h-items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#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;
}
#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 li button {
  display: none;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 18.125%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 830px;
  line-height: 1.333;
}
#banner .banner-slick li .content .text-box .public-btn {
  color: #fff;
  border-color: #fff;
}
#banner .banner-slick li .content .text-box .public-btn:hover {
  border-color: var(--color);
}
#banner .pagination-dots {
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
#banner .pagination-dots .current,
#banner .pagination-dots .total {
  color: #fff;
}
#banner .pagination-dots .slick-dots {
  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;
}
#banner .pagination-dots .slick-dots li {
  width: 1em;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.33;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#banner .pagination-dots .slick-dots li.slick-active {
  opacity: 1;
}
#banner .pagination-dots .slick-dots li button {
  display: none;
}
#banner .slick-slide .content {
   display: none;
}
#banner .slick-active .content {
   display: block;
}
#index-body .product {
  background-color: #fff8f8;
}
#index-body .product .top .left .public-title {
  max-width: 500px;
}
#index-body .product .top .right .product-btn {
  text-decoration: underline;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: var(--color);
  text-underline-offset: 3px;
}
#index-body .product .top .right .product-btn:hover {
  letter-spacing: 1px;
}
#index-body .product .category-titles li .title-btn {
  border: solid 1px #666666;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: block;
}
#index-body .product .category-titles li .title-btn.active,
#index-body .product .category-titles li .title-btn:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .product .content {
  z-index: 1;
}
#index-body .product .content .product-slick {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
#index-body .product .content .product-slick .slick-list {
  padding-left: 17.5%;
  padding-right: 17.7%;
}
#index-body .product .content .product-slick:first-child {
  position: relative;
}
#index-body .product .content .product-slick.active {
  opacity: 1;
  z-index: 3;
}
#index-body .product .content .product-slick li .slide-box {
  opacity: .5;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .product .content .product-slick .slick-active li .slide-box {
  opacity: 1;
}
#index-body .product .product-slick li .slide-box {
  border: 1px solid var(--color);
}
#index-body .product .product-slick li .slide-box .title-box {
  background-color: var(--color);
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
#index-body .product .product-slick li .slide-box .title:hover {
  text-decoration: underline;
}
#index-body .advantage .row1 .left .img {
  right: 0;
  top: 60%;
  -webkit-transform: translate(28%, -50%);
  -moz-transform: translate(28%, -50%);
  -ms-transform: translate(28%, -50%);
  transform: translate(28%, -50%);
}
#index-body .advantage .row1 .right .advantage-list li .icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
}
#index-body .advantage .row1 .right .advantage-list li .intro {
  max-width: 555px;
}
#index-body .advantage .row2 .left .intro {
  max-width: 610px;
}
#index-body .about {
  position: relative;
  z-index: 1;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .hr {
  background-color: #143672;
  opacity: 0.2;
  max-width: 720px;
  height: 1px;
}
#index-body .about .content .number-Plus li {
  color: var(--color);
}
#index-body .about .about-bg {
  right: 0;
  bottom: 0;
  z-index: -1;
}
#index-body .gxs-4 {
  background-color: #fff8f8;
}
#index-body .gxs-4 .container .left {
  width: 45%;
}
#index-body .gxs-4 .container .left .h3 {
  color: var(--color);
}
#index-body .gxs-4 .container .right {
  width: 50%;
}
#index-body .gxs-4 .container .right ul li .item {
  background: #fff;
  height: 100px;
  padding-left: 8%;
  padding-right: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/wubian.png) top left no-repeat;
  background-size: cover;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
#index-body .gxs-4 .container .right ul li .item:hover:before {
  background: #da1e16;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .gxs-4 .container .right ul li .item:before {
  content: "";
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  left: -35px;
  top: -40px;
  background: #eee;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 70px;
  height: 70px;
}
#index-body .gxs-5 .top {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
#index-body .gxs-5 .top .h3 {
  display: inline-block;
  color: var(--color);
}
#index-body .gxs-5 .top .right a {
  color: #666;
}
#index-body .gxs-5 .top .right a.active {
  font-weight: 600;
  color: #000;
}
#index-body .gxs-5 .main ul li:hover .item:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 50%;
}
#index-body .gxs-5 .main ul li:hover .item .right .text {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 0;
}
#index-body .gxs-5 .main ul li .item {
  border-bottom: 1px solid #eee;
  position: relative;
}
#index-body .gxs-5 .main ul li .item:before {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .gxs-5 .main ul li .item .left {
  width: 50%;
  position: relative;
}
#index-body .gxs-5 .main ul li .item .left .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#index-body .gxs-5 .main ul li .item .left .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
#index-body .gxs-5 .main ul li .item .left .time {
  color: #666;
}
#index-body .gxs-5 .main ul li .item .right {
  width: 45%;
  max-width: 500px;
  position: relative;
}
#index-body .gxs-5 .main ul li .item .right .text {
  height: 70px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
  line-height: 1.5;
  color: #666;
  background: #fff;
  z-index: 3;
  position: relative;
}
#index-body .gxs-5 .main ul li .item .right a.public-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .index-contact .public-title {
  color: #fff;
}
#index-body .index-contact .intro {
  color: #fff;
}
#index-body .index-contact .public-btn {
  color: #fff;
  border-color: #fff;
}
#index-body .index-contact .public-btn:hover {
  border-color: var(--color);
}
#footer {
  background-color: #fff8f8;
}
#footer .f-content .social-account {
  max-width: 172px;
}
#footer .f-content .social-account li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  color: var(--color);
}
#footer .f-content .social-account li a:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .f-content #ewm {
  max-width: 172px;
  border: 10px solid #fff;
}
#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 span {
  display: block;
}
#footer .f-content dl.f-nav dd,
#footer .f-content dl.f-product dd {
  margin-bottom: 12px;
}
#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 svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -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 .container {
  z-index: 1;
}
#footer .f-copy .container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  background: var(--color);
  z-index: -1;
}
/* 侧边菜单 */
/* 侧边菜单 */
.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: 52px;
  background-color: rgba(0, 0, 0, 0.618);
  border-radius: 10px;
  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.r-phone p {
  background-color: var(--color);
  right: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.fixed-toolbar ul > li:hover p {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul > li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul > li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul > li:hover {
  background: var(--color);
}
.fixed-toolbar ul > li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.fixed-toolbar ul > li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul > li.back {
  display: none;
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
  .gxs-4 .container .left .imgbox img {
    width: 48%;
  }
}
@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 .product .content {
    margin-left: 15px;
    margin-right: 15px;
  }
  #index-body .product .content .product-slick .slick-list {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .about .about-bg {
    position: unset;
    width: 100%;
  }
  #index-body .advantage .row1 .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .advantage .row1 .left .img {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  #footer dl {
    padding-top: 15px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wrap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .about .number-Plus li {
    width: 33.333%;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 8%;
  }
  #index-body .about .intro {
    line-height: 2;
  }
  #index-body .about .number-Plus li {
    width: 50%;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #footer .f-content dl.f-contact {
    width: auto;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy .copy {
    display: block;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32,
  .font-33,
  .font-34,
  .font-35,
  .font-36,
  .font-37,
  .font-38,
  .font-39 {
    font-size: 19px;
  }
  .font-40,
  .font-41,
  .font-42,
  .font-43,
  .font-44,
  .font-45,
  .font-46,
  .font-47,
  .font-48,
  .font-49 {
    font-size: 20px;
  }
  #index-body .gxs-4 .ui.container .left {
    width: 100%;
  }
  #index-body .gxs-4 .ui.container .right {
    width: 100%;
  }
  #index-body .gxs-5 .top .right {
    width: 100%;
    display: none;
  }
  #index-body .gxs-5 .top .right a {
    margin-bottom: 10px;
  }
  #index-body .gxs-5 .main ul li .item .left {
    width: 100%;
  }
  #index-body .gxs-5 .main ul li .item .right {
    width: 100%;
  }
  #index-body .gxs-5 .main ul li .item .right .text {
    margin-top: 20px;
    padding-bottom: 0;
    overflow-y: auto;
  }
  #index-body .gxs-5 .main ul li .item .right a.public-btn {
    position: relative;
    top: 0;
    margin-top: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .number-Plus li {
    width: 100%;
  }
  .public-title {
    font-size: 22px;
  }
  #index-body .gxs-5 .main ul li .item .right .text {
    display: none;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/

.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%;
    }
}
.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;
}
a.more {
  height: 44px;
  line-height: 44px;
  padding: 0 35px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: transparent;
}
a.more.blue {
  color: var(--color);
  border-color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
a.more.blue:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--color);
  background: var(--color);
}
a.more2 {
  font-size: 16px;
  display: inline-block;
  color: var(--color);
  position: relative;
  line-height: 1.5;
}
a.more2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color);
  height: 1px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 100%;
}
a.more2:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 0;
}
.font-60 {
  line-height: 1.33333333;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  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%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
img[src=''],
img:not([src]) {
  opacity: 0;
}
.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#seo_about ._box {
  margin: -15px;
}
#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}
#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #ffffff;
  background-color: #000000;
}
#news_list ._time span._date {
  background-color: #cccccc;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #cccccc;
}

/*inner css parts*/

.baseBtn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  border-radius: 22px;
  color: #ffffff;
  background-color: var(--color);
  position: relative;
}
.baseBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #000000;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.baseBtn:hover::before {
  left: 0;
  width: 100%;
  opacity: 1;
}
.baseBtn span {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}
.baseBtn i {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.baseBtn i img {
  display: inline-block;
  vertical-align: middle;
}
.baseTit {
  font-weight: 600;
}
@-webkit-keyframes rot_1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot_1 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot_1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot_2 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-moz-keyframes rot_2 {
  0% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rot_2 {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
}
.tipsTitleC {
  position: relative;
}
.tipsTitleC .tipsTitleImg {
  width: 166px;
  height: 64px;
  position: absolute;
  left: -60px;
  display: none;
}
.tipsTitleC .tipsTitle {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.tipsTitleC.white {
  color: #fff;
}
.tipsTitleC.white .tipsTitleImg {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.moreCont {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  line-height: 1.4;
  overflow: hidden;
  min-width: 160px;
  text-align: center;
}
.moreCont .moreSub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.moreCont .moreText {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  color: var(--color);
}
.moreCont:hover .moreSub {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.inner-banner {
  margin-top: 125px;
  position: relative;
  overflow: hidden;
}
.inner-banner .textAniC {
  font-size: 300px;
  font-weight: bold;
  color: #333333;
  opacity: 0.05;
  line-height: .8;
}
.inner-banner .textAniC .c {
  white-space: nowrap;
  text-transform: uppercase;
  line-height: .8;
  -webkit-animation: transAni2 60s linear infinite;
  -moz-animation: transAni2 60s linear infinite;
  animation: transAni2 60s linear infinite;
}
.inner-banner .line {
  position: absolute;
  width: 100%;
  bottom: 55px;
}
.inner-banner .line .bor {
  /*border: solid 1px rgba(51, 51, 51, 0.5);*/
}
.inner-banner .box2 {
  position: absolute;
  width: 100%;
  top: 50px;
}
.inner-banner .box2 .tit {
  line-height: 1;
}
.inner-banner .box2 .mbx {
  font-size: 14px;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-banner .box2 .mbx i {
  font-size: 20px;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .inner-banner .container .catName {
    font-size: 24px;
  }
}
/*
.inner-banner {
  background-color: #000;
  height: 500px;
  position: relative;
}
.inner-banner .container {
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .cont {
  padding-top: 50px;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 10px;
  line-height: 30px;
}
.inner-banner .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}*/
.product-yd-page .container .list {
  margin-top: 110px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.product-yd-page .container .list .shadow {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f1f8f7;
  z-index: -1;
}
.product-yd-page .container .list .imgC {
  overflow: unset;
  z-index: 2;
  position: absolute;
  width: 530px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .container .list .imgC img {
  display: block;
  width: auto;
  margin: auto;
}
.product-yd-page .container .list .textC {
  width: 700px;
}
.product-yd-page .container .list .textC .title {
  font-weight: 600;
}
.product-yd-page .container .list .textC .title:hover {
  color: var(--color);
}
.product-yd-page .container .list .textC .des {
  margin-top: 20px;
  color: #666666;
  max-height: 170px;
  padding-right: 4px;
  overflow-y: auto;
}
.product-yd-page .container .list .textC .more {
  margin-top: 30px;
}
.product-yd-page .container .list:nth-child(2n) {
  padding-left: 0;
  padding-right: 40px;
}
.product-yd-page .container .list:nth-child(2n) .shadow {
  left: unset;
  right: 0;
}
.product-yd-page .container .list:nth-child(2n) .imgC {
  right: unset;
  left: 0;
}
.product-yd-page .container .list:nth-child(2n) .textC {
  margin-left: auto;
}
.m-page {
  text-align: center;
}
.m-page span,
.m-page a {
  width: 30px;
  height: 30px;
  background-color: #b1b1b1;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current,
.m-page a.current {
  background-color: var(--color);
  color: #fff;
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}
.proSideCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.proSideCont .proSideLeft {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  width: 360px;
  top: 110px;
}
.proSideCont .proSideLeft .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.proSideCont .proSideLeft .catList .tips {
  color: #fff;
  background-color: var(--color);
  padding: 20px 20px;
  font-weight: 600;
}
.proSideCont .proSideLeft .catList .cat .item {
  font-size: 20px;
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item a {
  display: block;
  padding: 15px;
  padding-right: 50px;
}
.proSideCont .proSideLeft .catList .cat .item i {
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 20px;
  font-weight: 600;
  z-index: 2;
}
.proSideCont .proSideLeft .catList .cat .item i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.proSideCont .proSideLeft .catList .cat .item ul {
  display: none;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 24px;
  left: 30px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover,
.proSideCont .proSideLeft .catList .cat .item ul li a.active {
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover::before,
.proSideCont .proSideLeft .catList .cat .item ul li a.active::before {
  background-color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover > a,
.proSideCont .proSideLeft .catList .cat .item.active > a {
  background-color: #e8f4f2;
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover i,
.proSideCont .proSideLeft .catList .cat .item.active i {
  color: var(--color);
}
/*.proSideCont .proSideLeft .catList .cat .item.active ul {
  display: block;
}*/
.proSideCont .proSideLeft .catList form {
  background-color: #fff;
  padding: 30px;
}
.proSideCont .proSideLeft .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 18px;
  margin-top: 15px;
}
.proSideCont .proSideLeft .catList form input.name {
  margin-top: 0;
}
.proSideCont .proSideLeft .catList form .submit {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}
.proSideCont .proSideRight {
  width: -webkit-calc(-260%);
  width: -moz-calc(-260%);
  width: calc(100% - 360px);
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.proSideCont .proSideRight .small-slick .slide-box{
  background-color: #f5f5f5;
  border: 1px solid transparent;
  transition: .3s;
}
.proSideCont .proSideRight .small-slick .slick-current .slide-box{
  border-color: var(--color);
}
.product-page .init-1 .title {
  font-weight: 600;
}
.product-page .init-1 .cat_des {
  margin-top: 20px;
  padding-right: 10px;
  overflow-y: auto;
  max-height: 116px;
  line-height: 30px;
}
.product-page .init-1 .content {
  padding-top: 40px;
}
.product-page .init-1 .content ul {
  margin: 0 -15px;
  margin-top: -60px;
}
.product-page .init-1 .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .init-1 .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.product-page .init-1 .content ul li .box .img {
  display: block;
  background-color: #f5f5f5;
  padding: 0px;
}
.product-page .init-1 .content ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .content ul li .box .text {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.product-page .init-1 .content ul li .box .text:hover {
  color: var(--color);
}
.proPublic .tipsTitleC {
  color: var(--color);
}
.proPublic .init-about .des {
  margin-top: 30px;
  max-height: 400px;
  line-height: 1.8;
  color: #666;
  padding-right: 10px;
  overflow-y: auto;
}
.proPublic .init-about .img {
  margin-top: 40px;
}
.proPublic .init-news .content {
  margin-top: 10px;
}
.proPublic .init-news .content .swiper {
  padding: 30px;
  margin: 0 -30px;
}
.proPublic .init-news .content ul li {
  height: auto;
}
.proPublic .init-news .content ul li .box {
  height: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  background-color: #fff;
}
.proPublic .init-news .content ul li .box .title {
  font-weight: 600;
}
.proPublic .init-news .content ul li .box .title:hover {
  color: var(--color);
}
.proPublic .init-news .content ul li .box .des {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 28px;
}
.proPublic .init-news .content ul li .box .time {
  margin-top: 20px;
}
.proPublic .init-news .content ul li.my-slide-visible .box {
  opacity: 1;
}
.proPublic .init-honor .content {
  margin-top: 50px;
}
.proPublic .init-honor .content ul li .box .img {
  display: block;
}
.proPublic .init-honor .content ul li .box .img img {
  width: 100%;
}
.proPublic .init-know .text {
  margin-top: 50px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}
.proPublic .init-releted .content {
  margin-top: 60px;
  position: relative;
}
.proPublic .init-releted .content .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1bbbb;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proPublic .init-releted .content .btn .btnImg {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.proPublic .init-releted .content .btn:hover {
  background-color: var(--color);
}
.proPublic .init-releted .content .prev {
  left: -90px;
}
.proPublic .init-releted .content ul li .box .img {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}
.proPublic .init-releted .content ul li .box .text {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.proPublic .init-releted .content ul li .box .text:hover {
  color: var(--color);
}
.prodet-page .init-1 .left {
  width: 50%;
  padding-right: 50px;
}
.prodet-page .init-1 .left .box a {
  background-color: #f5f5f5;
  display: block;
  padding: 0px;
}
.prodet-page .init-1 .right {
  width: 50%;
}
.prodet-page .init-1 .right .title {
  font-weight: 600;
}
.prodet-page .init-1 .right .des {
  color: #666666;
  margin-top: 20px;
  padding-right: 4px;
  overflow-y: auto;
  max-height: 300px;
  line-height: 30px !important;
}
.prodet-page .init-1 .right .moreC {
  padding-top: 10px;
}
.prodet-page .init-1 .right .moreC .more {
  margin-right: 20px;
  margin-top: 20px;
}
.prodet-page .init-1 .right .share {
  margin-top: 30px;
}
.prodet-page .init-1 .right .share ul {
  padding-left: 10px;
}
.prodet-page .init-1 .right .share ul li {
  width: auto;
  margin-left: 16px;
}
.prodet-page .init-1 .right .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .right .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.prodet-page .init-1 .right .m-link {
  margin-top: 50px;
}
.prodet-page .init-1 .right .m-link a {
  margin-top: 10px;
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.prodet-page .init-1 .right .m-link a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 .tipsTitle {
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .init-2 b,
.prodet-page .init-2 strong {
  font-weight: 600;
}
.prodet-page .init-2 .des {
  margin-top: 30px;
}
.prodet-page .init-2 .des table {
  width: 100% !important;
}
@media (max-width: 1500px) {
  .product-yd-page .container .list .textC {
    width: 560px;
  }
}
@media (max-width: 1250px) {
  .product-yd-page .container .list {
    padding-right: 40px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-left: 40px;
  }
  .product-yd-page .container .list .imgC {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .product-yd-page .container .list .shadow {
    width: 100%;
  }
  .product-yd-page .container .list .textC {
    width: 100%;
    margin-top: 20px;
  }
  .proSideCont .proSideLeft {
    display: none;
  }
  .proSideCont .proSideRight {
    width: 100%;
    padding-left: 0;
  }
  .proPublic .init-releted .content .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  /*.inner-banner {
    height: auto;
  }
  .inner-banner .cont {
    padding: 40px 0;
  }

  .inner-banner .title {
    font-size: 20px;
  }

  .inner-banner .mbx {
    font-size: 14px;
  }*/

  .m-page {
    text-align: left;
  }
  .m-page span,
  .m-page a {
    margin: 5px;
  }
  .proPublic .tipsTitleC {
    margin-left: 0;
  }
  .prodet-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .product-yd-page .container .list {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-yd-page .container .list .textC .more {
    margin-top: 10px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-page .init-1 .content ul li {
    margin-top: 30px;
  }
  .product-page .init-1 .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-1 .content ul {
    margin-top: 0;
  }
  .proPublic .init-about .des {
    margin-top: 10px;
  }
  .proPublic .init-honor .content {
    margin-top: 20px;
  }
  .prodet-page .init-1 .right .share ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }
  .prodet-page .init-1 .left .box a {
    padding: 10px;
  }
  .proPublic .init-releted .content {
    margin-top: 20px;
  }
}
.contact-page .init-1 {
  border-bottom: 1px solid #f2f2f2;
}
.contact-page .init-1 .container .left {
  width: 50%;
  padding-right: 30px;
}
.contact-page .init-1 .container .left .list {
  margin-top: 40px;
}
.contact-page .init-1 .container .left .list .imgC {
  width: 100px;
  height: 100px;
  background-color: var(--color);
  border-radius: 50%;
}
.contact-page .init-1 .container .left .list .imgC img {
  max-width: 50px;
}
.contact-page .init-1 .container .left .list .textC {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  padding-left: 40px;
}
.contact-page .init-1 .container .left .list .textC .tips {
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-page .init-1 .container .left .list .textC .listC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
}
.contact-page .init-1 .container .left .list .textC .listC .item {
  margin-top: 5px;
  font-size: 22px;
}
.contact-page .init-1 .container .left .list:first-child {
  margin-top: 0;
}
.contact-page .init-1 .container .right {
  width: 50%;
  padding: 10px 40px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
  font-size: 16px;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .more {
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
}
.contact-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-2 .container .list {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 40px;
}
.contact-page .init-2 .container .list .cont {
  padding: 20px 20px;
}
.contact-page .init-2 .container .list .cont .title {
  font-weight: 600;
}
.contact-page .init-2 .container .list .cont .des {
  margin-top: 20px;
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
  }
  .contact-page .init-2 .container .list .cont {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left .list .textC .listC .item {
    width: 100%;
  }
  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 16px;
  }
  .contact-page .init-1 .container .left .list .imgC {
    width: 80px;
    height: 80px;
  }
  .contact-page .init-1 .container .left .list .textC {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right {
    padding: 10px 20px 20px;
  }
  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right form .more {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .list .textC .listC .item {
    font-size: 18px;
  }
  .contact-page .init-2 .container .list {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .list:first-child {
    margin-top: 0;
  }
  .contact-page .init-2 .container .list .cont .des {
    margin-top: 10px;
  }
}
.news-page .init-1 {
  background-color: #f9f9f9;
  padding-top: 30px;
}
.news-page .init-1 .container .content {
  background-color: #e2e2e2;
}
.news-page .init-1 .container .content .list {
  width: 33.33%;
  text-align: center;
  padding: 25px;
}
.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: var(--color);
}
.news-page .init-2 {
  background-color: #f9f9f9;
}
.news-page .init-2 .container ul {
  margin: 0 -15px;
}
.news-page .init-2 .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .init-2 .container ul li .box {
  background-color: #fff;
  padding: 30px;
  height: 182px;
}
.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}
.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}
.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}
.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}
.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}
.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  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 .init-2 .container ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}
.newdet-page .init-1 .container .title {
  font-weight: 600;
}
.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}
.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 30px;
  color: #666666;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
  line-height: 30px;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }
  .news-page .init-2 .container ul li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}

.honor-page .init-1 .container .listC {
  margin-top: 90px;
}
.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}
.honor-page .init-1 .container .listC .content .swiper {
  margin: -15px;
}
.honor-page .init-1 .container .listC .content ul li {
  padding: 15px;
}
.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
}
.honor-page .init-1 .container .listC .content ul li .img img {
  width: 100%;
}
.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }
  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
}

#faq h2 {
  font-size: 25px;
}
#faq ul li h4 {
  position: relative;
  padding: 15px 25px;
  background: #f7f8fa;
  border-radius: 5px;
  cursor: pointer;
}
#faq ul li h4::after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 20px;
}
#faq ul li p {
  padding: 0 25px;
  display: none;
}
#faq ul li.active h4 {
  color: #ffffff;
  background: var(--color);
}
#faq ul li.active h4::after {
  content: '\f106';
}

@media screen and (max-width: 700px) {
  #faq h2 {
    font-size: 20px;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes move {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.solu-1 {
  background: var(--color);
  color: #fff;
  padding: 30px;
}
.solu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-1 .ui.container .left {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.solu-1 .ui.container .logo {
  width: 95px;
  opacity: 0.5;
}
.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}
.solu-2 .navbox {
  position: relative;
}
.solu-2 .navbox ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}
.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--color);
}
.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}
.solu-2 .navbox ul.navlist li a em {
}
.solu-3 {
  padding-top: 75px;
  padding-bottom: 110px;
}
.solu-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-3 .top .left {
  padding-right: 85px;
}
.solu-3 .top .left img {
  width: 100%;
}
.solu-3 .top .right {
  text-align: left;
}
.solu-3 .top .right p {
  margin: 20px 0 40px;
}
.solu-3 .bottom {
  margin-top: 75px;
}
.solu-3 .bottom ul {
  margin: 0 -10px;
}
.solu-3 .bottom ul li {
  padding: 0 10px;
}
.solu-5 {
  padding-bottom: 100px;
}
.solu-5 ul.solulist2 #l1,
.solu-5 ul.solulist2 #l2,
.solu-5 ul.solulist2 #l3,
.solu-5 ul.solulist2 #l4,
.solu-5 ul.solulist2 #l5 {
  padding-top: 100px;
}
.solu-5 ul.solulist2 li {
  /*margin-bottom: 100px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-5 ul.solulist2 li:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.solu-5 ul.solulist2 li .text {
  width: 40%;
  max-width: 455px;
}
.solu-5 ul.solulist2 li .text .h3 {
  padding: 0 35px;
  border-left: 3px solid var(--color);
  margin-bottom: 25px;
  font-weight: 600;
}
.solu-5 ul.solulist2 li .text span {
  text-transform: uppercase;
  color: #000;
  opacity: 0.5;
}
.solu-5 ul.solulist2 li .text .p-tetx {
  margin-top: 15px;
  font-size: 16px;
  line-height: 32px;
  height: 200px;
  overflow-y: auto;
}
.solu-5 ul.solulist2 li .imgbox {
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
  border-radius: 0px;
  overflow: hidden;
}
.solu-5 ul.solulist2 li .imgbox img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-2 {
    top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-2 {
    top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .solu-4 {
    display: none;
  }
  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2 li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 500px) {
  .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
}
.gxs-5 .main ul li .item .right .text {
  overflow-y: auto;
}
@media screen and (max-width: 1000px) {
  .news-page .init-2 .container ul li .box {
    height: auto;
  }
}
/**/

.right_nav_list {
  position: fixed;
  bottom: 200px;
  right: 2%;
  z-index: 999;
}
.right_nav_list ul li {
  transition: all 0.5s;
  border-radius: 50%;
  margin-top: 10px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  background-color: var(--color);
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
}

.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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);
  opacity: 0;
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 0.5s;
  transition:
    opacity 0.3s,
    -webkit-transform 0.5s;
  -o-transition:
    opacity 0.3s,
    -o-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,
    -o-transform 0.5s;
  transition:
    transform 0.5s,
    opacity 0.3s,
    -webkit-transform 0.5s;
  -webkit-transition:
    -webkit-transform 0.5s,
    opacity 0.3s;
  -moz-transition:
    -moz-transform 0.5s,
    opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
  }
  .right_nav_list ul li {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    font-size: 25px;
    line-height: 60px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#seo_form_cont {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  background: white;
  padding: 30px;
  overflow: auto;
}
#seo_form_cont h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#seo_form_cont form {
  margin-top: 40px;
}
#seo_form_cont i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#seo_form_cont i.close::after,
#seo_form_cont i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#seo_form_cont i.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#seo_form_cont i.close:hover {
  background: var(--color);
}
#seo_form_cont i.close:hover::before,
#seo_form_cont i.close:hover::after {
  background: white;
}
#seo_form_cont ul li {
  margin-bottom: 10px;
  position: relative;
}
#seo_form_cont ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#seo_form_cont ul li label em {
  color: var(--color);
  margin-right: 2px;
}
#seo_form_cont ul li input,
#seo_form_cont ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#seo_form_cont ul li input:focus,
#seo_form_cont ul li textarea:focus {
  border-color: var(--color);
}
#seo_form_cont ul li textarea {
  height: 80px;
}
#seo_form_cont ul li input[type='submit'] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #000000;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#seo_form_cont ul li input[type='submit']:hover {
  opacity: 0.7;
}
#seo_form_cont ul li:last-child {
  margin-bottom: 0;
}

.more_cont i.fa-comments-o {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 50%;
  cursor: pointer;
  position: relative;

  /* 添加下面这行来控制整体大小 */
  /* 1.0 是原大小，1.5 是放大1.5倍，2.0 是放大两倍 */
  transform: scale(1.5);
  transition: all 0.3s ease;
}

/* 悬停动画需要修改一下，因为基础状态已经 scale 了 */
.more_cont i.fa-comments-o:hover {
  background-color: var(--color);
  transform: scale(1.65); /* 在 1.5 的基础上再放大一点点 (1.5 * 1.1) */
}
/**/
@media screen and (max-width: 700px) {
  .proPublic .init-news .content ul li .box {
    padding: 40px 10px;
    line-height: 30px;
  }
  #footer .footer-bottom .ui.container p a.footty,
  .Auxil-industry {
    display: none !important;
  }
}

.about-page span.tag {
  font-weight: 600;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.about-1.pdct a.tag {
  font-weight: 600;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.about-page span.tag:before {
  content: '';
  width: 2em;
  height: 1px;
  background-color: var(--color);
  margin-right: 1em;
}
.about-page .about-1 {
  padding-top: 120px;
}

.about-page .about-1.pdct > img {
  margin-top: -19%;
}
.about-1.pdct .more {
  margin-top: 18px;
  height: 34px;
  font-size: 13px;
}
.about-page .about-1 > img {
  margin-top: -9%;
  width: 100%;
  position: relative;
  z-index: -1;
}

.about-page .about-1 .left span.h2 {
  font-size: 36px;
}
.about-page .about-1 .right{
   max-height: calc(1.5em * 21);
   overflow-y: auto;
}
.about-page .about-2 {
  padding: 80px 0 200px;
}
.about-page .about-2 .list ul li {
  text-align: center;
  position: relative;
}
.about-page .about-2 .list ul li:before {
  content: '';
  width: 1px;
  height: 44px;
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .list ul li span.h2 {
  color: var(--color);
  line-height: 1;
}
.about-page .about-2 .list ul li p {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 0.2em;
  line-height: 2;
}
.about-page .about-2 .list ul li:last-child:before {
  display: none;
}
.about-page .about-3 {
  padding: 60px 0;
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fafafa;
  z-index: -1;
}
.about-page .about-3 a.h {
  width: 10%;
  position: absolute;
  top: 0;
  right: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 a.h img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 a.h img:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-3 .left {
  padding-right: 7%;
  vertical-align: middle;
}
.about-page .about-3 .left .slick2 {
  width: 115%;
  margin-left: -15%;
}
.about-page .about-3 .left .img {
  height: 610px;
  background-size: cover;
  border-top-right-radius: 90px;
}
.about-page .about-3 .right {
  vertical-align: middle;
  /*padding-right: 12%;*/
}
.about-page .about-3 .right .list {
  margin: 50px 0 20px;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .right .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
  opacity: 0.77;
  bottom: 8px;
  left: 0;
  position: absolute;
}
.about-page .about-3 .right .list ul li {
  font-size: 30px;
  color: #a7a7a7;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .right .list ul li:after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  margin-top: 0.5em;
  background-color: #a7a7a7;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right .list ul li.active:after {
  background-color: var(--color);
}
.about-page .about-3 .right .list .btn {
  position: absolute;
  left: 100%;
  bottom: -20px;
}
.about-page .about-3 .right .textList ul .slick-list {
  overflow: unset;
}
.about-page .about-3 .right .textList ul li {
  position: relative;
}
.about-page .about-3 .right .textList ul li i.txt {
  font-size: 171px;
  color: #acacac;
  opacity: 0.09;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -60%;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-3 .right .textList ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.about-page .about-3 .right .textList ul li .text {
  margin-top: 1em;
  line-height: 2;
}
.about-page .about-4 {
  padding: 190px 0;
}
.about-page .about-4 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 22%;
  margin-bottom: 40px;
}
.about-page .about-4 .flex .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-4 .flex .btn .prev {
  margin-right: 15px;
}
.about-page .about-4 .list {
  padding: 100px 0 120px;
  position: relative;
}
.about-page .about-4 .list:before {
  content: '';
  background-color: #fafafa;
  height: 100%;
  position: absolute;
  right: -2%;
  top: 0;
  z-index: -1;
  width: 83%;
}
.about-page .about-4 .list ul {
  margin: -25px;
}
.about-page .about-4 .list ul li {
  padding: 25px;
}
.about-page .about-4 .list ul li .box {
  padding: 0 35px 80px;
  background-color: white;
  margin-top: 22px;
}
.about-page .about-4 .list ul li .box span.num {
  font-size: 18px;
  padding: 1em 0.7em;
  line-height: 1;
  background-color: var(--color);
  color: white;
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
  display: inline-block;
}
.about-page .about-4 .list ul li .box i.icon {
  display: block;
  margin-top: 15px;
  position: relative;
}
.about-page .about-4 .list ul li .box i.icon:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, transparent, var(--color));
  background-image: -moz-linear-gradient(bottom, transparent, var(--color));
  background-image: linear-gradient(to top, transparent, var(--color));
  position: absolute;
  top: -10px;
  left: 20%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-4 .list ul li .box span.h6 {
  font-size: 24px;
  margin: 2.5em 0 0.7em;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.about-page .about-4 .list ul li .box .text {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.8em;
}
.about-page .about-4 .list ul li .box:hover i.icon:before {
  opacity: 1;
}
.about-page .about-5 {
  padding: 120px 0 150px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.about-page .about-5 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-5 .flex .text {
  max-width: 50%;
  line-height: 2;
}
.about-page .about-5 .list {
  margin-top: 50px;
  width: 107%;
}
.about-page .about-5 .list ul {
  margin: -12px;
}
.about-page .about-5 .list ul li {
  padding: 12px;
}
.about-page .about-5 .list ul li .box {
  position: relative;
  border-bottom: 2px solid var(--color);
}
.about-page .about-5 .list ul li .box img {
  display: block;
  width: 100%;
}
.about-page .about-5 .list ul li .box .flex {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 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;
  color: white;
}
.about-page .about-5 .list ul li .box .flex span.h6 {
  font-size: 28px;
  font-weight: 600;
}
.about-page .about-5 .list ul li .box .flex .btn div {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .list ul li .box .flex .btn div:hover {
  background-color: black;
}
.about-page .about-5 .list ul li .box .flex .btn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-5 .list ul li .box .flex .btn .next {
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next img {
  width: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover {
  background-color: var(--color);
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-6 {
  padding: 190px 0 130px;
  background-image: url('../images/about-6-bg.jpg');
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-page .about-6 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-6 .flex .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-6 .flex .title span.tag {
  margin-right: 4em;
  margin-top: 0.5em;
}
.about-page .about-6 .flex .title .text {
  margin-top: 1em;
  max-width: 470px;
  line-height: 2;
}
.about-page .about-6 .list {
  margin-top: 100px;
}
.about-page .about-6 .list ul {
  margin: -25px;
}
.about-page .about-6 .list ul li {
  padding: 25px;
}
.about-page .about-6 .list ul li a.img-box {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-6 .list ul li a.img-box img {
  height: 220px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about-page .about-6 .list ul li .content {
  padding: 25px;
  background-color: #f4f4f4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-6 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.about-page .about-6 .list ul li .content .text {
  color: #5e5e5e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  line-height: 2;
}
.sustainability-page .sustainability-1 .right .text {
  line-height: 2;
}
.about-page .about-6 .list ul li:hover a.img-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.about-page .about-6 .list ul li:hover .content {
  background-color: var(--color);
}
.about-page .about-6 .list ul li:hover .content span.h6,
.about-page .about-6 .list ul li:hover .content .text {
  color: white;
}
.about-page .about-7 {
  padding: 80px 0 160px;
  text-align: center;
}
.about-page .about-7 span.tag {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-7 .list {
  margin: 70px 0;
}
.about-page .about-7 .list ul {
  margin: -25px;
}
.about-page .about-7 .list ul li {
  padding: 25px;
}
.about-page .about-7 .list ul li img {
  display: block;
  margin: 0 auto;
}

.about-page .about-7 .slick-track {
  display: block;
}

@media screen and (max-width: 1700px) {
  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }

  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 18px;
  }

  .about-page .about-1 .left span.h2 {
    font-size: 28px;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 24px;
  }

  .about-page .about-4 .list ul li .box span.h6 {
    margin-top: 1.5em;
  }
  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 70px;
  }
  .about-page .about-4 .list ul li .box {
    padding: 0 20px 50px;
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-1 {
    padding-top: 80px;
  }
  .about-page .about-2 {
    padding: 60px 0 140px;
  }
  .about-page .about-3 span.h {
    max-width: 140px;
  }
  .about-page .about-3 .right .list {
    margin: 40px 0;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 130px;
  }
  .about-page .about-3 .left .img {
    height: 560px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
  .about-page .about-4 .flex {
    padding-right: 10%;
  }
  .about-page .about-4 .list {
    padding: 60px 0;
  }
  .about-page .about-4 .list ul li,
  .about-page .about-6 .list ul li {
    padding: 10px;
  }
  .about-page .about-4 .list ul,
  .about-page .about-6 .list ul {
    margin: -10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7 {
    padding: 90px 0;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 20px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div {
    width: 48px;
    height: 48px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div img {
    max-width: 22px;
  }
  .about-page .about-6 .list ul li .content {
    padding: 10px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 18px;
  }

  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 18px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 16px;
  }

  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 90px;
  }
  .about-page .about-3 .right .list:before {
    bottom: 4px;
  }
  .about-page .about-4 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-3 a.h {
    width: 20%;
  }

  .about-page .about-1 .right,
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-page .about-3 .left {
    display: none;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-2 .list ul li:nth-child(2):before {
    display: none;
  }
  .about-page .about-2 {
    padding: 50px 0 100px;
  }
  .about-page .about-5 .flex,
  .about-page .about-6 .flex,
  .about-page .about-6 .flex .title {
    display: block;
  }
  .about-page .about-5 .flex .text {
    max-width: none;
    margin-top: 20px;
  }
  .about-page .about-6 .flex .title {
    margin-bottom: 10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7 {
    padding: 60px 0;
  }

  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 50px;
  }
  .about-page .about-6 .list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .left span.h2{
    font-size: 24px;
  }
  .about-page .about-1{
    padding-top: 50px;
  }
  .about-page .about-3 a.h {
    width: 30%;
  }
  .about-page .about-7 .list ul li {
    padding: 10px;
  }
  .about-page .about-7 .list ul {
    margin: -10px;
  }
  .about-page .about-7 .list {
    margin: 40px 0;
  }
  .about-page .about-4 .list {
    padding: 40px 0;
  }
  .about-page .about-4 .flex {
    padding-right: 0;
  }
  .about-page .about-5 .list {
    width: 100%;
    margin-top: 30px;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 16px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-3:before {
    width: 80%;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 70px;
    bottom: -30%;
  }
  /*.about-page .about-3 .right .list ul.no .slick-track{
    transform: translate(0) !important;
  }*/
  .about-page .about-4 .flex {
    display: block;
  }
  .about-page .about-4 .flex .btn {
    display: none;
  }
}
.solution-page .Tit {
  line-height: 1.2;
}
.solution-1 .list {
  background-color: #f2f2f2;
}
.solution-1 .list li {
  height: 100%;
}
.solution-1 .list li > a {
  display: block;
  height: 100%;
}
.solution-1 .list li > a .icon {
  width: 2em;
  margin: auto;
}
.solution-1 .list li > a .name {
  font-weight: 600;
}
.solution-1 .list li.active > a {
  background-color: var(--color);
}
.solution-1 .list li.active > a .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.solution-1 .list li.active > a .name {
  color: #FFFFFF;
}
.solution-2 li svg {
  width: 30px;
  height: 30px;
}
.solution-2 .flex{
  display: none;
}
.solution-2 .flex.active{
  display: flex;
}
.solution-3 .list li .box {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
.solution-3 .list li .box .name {
  width: 95%;
  left: 5%;
  bottom: 5%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.solution-3 .list li .box .name span {
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-3 .list li .box:hover .name {
  background-color: var(--color);
}
.solution-3 .list li .box:hover .name span {
  color: #FFFFFF;
}
.solution-3 .slickBtn div {
  border-radius: 0;
}
.solution-3 .slickBtn.pos div.prev {
  right: auto;
  left: -1em;
}
.solution-3 .slickBtn.pos div.next {
  left: auto;
  right: -1em;
}
.solution-4 {
  background-color: #f2f2f2;
}
.solution-4 .img span {
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--color);
  color: #FFFFFF;
  text-align: center;
}
.solution-4 .name {
  font-weight: 600;
}
.solution-5 .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 150%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f2f2f2;
}
.solution-5 .box.row::before {
  left: auto;
  right: 0;
}
@media (max-width: 1000px) {
  .solution-5 .box::before {
    display: none;
  }
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about2-page .play path {
    fill: transparent;
}
.about2-page .about-4 {
  background-color: #f8f9ff;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.about2-page .about-4 .img .play {
  width: 7.5em;
  height: 7.5em;
  letter-spacing: 0.25em;
  background-color: #f8f9ff;
  color: black;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
  -moz-transform: translate(30%, 30%);
  -ms-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
  border-radius: 100%;
}
.about2-page .about-4 .play img,
.about2-page .about-4 .img .play svg {
  fill: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.about2-page .about-4 .img .play svg {
  fill: black;
}
.about2-page .about-4 .img .play i {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100%;
  background-color: #636466;
  color: white;
  left: 50%;
  top: 50%;
}
.about2-page .about-4 .img .play i:before {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.about2-page .about-4 .text {
  color: #707070;
}
@media screen and (max-width: 700px) {
  .about2-page .about-4 .img .play {
    width: 7em;
    height: 7em;
  }
}

/*
.about2-page .about-3 .img {
  position: absolute;
  bottom: 105%;
  right: 60%;
}
.about2-page .about-3 img.font-66 {
  width: 1em;
}
.about2-page .about-3 .right li i {
  width: 1em;
  height: 1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about2-page .about-3 .right li i img {
  max-width: 100%;
  max-height: 100%;
}
.about2-page .about-3 .right li span.h6 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about2-page .about-3 .right li:hover i {
  -webkit-filter: unset;
  filter: unset;
}
.about2-page .about-3 .right li:hover span.h6 {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .about2-page .about-3 .img {
    display: none;
  }
}*/

.faq-page1 .left > div {
  background-color: var(--color);
  color: #ffffff;
}
.faq-page1 .left .Tit {
  line-height: 1;
}
.faq-page1 .left .border-box {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-page1 .right li {
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page1 .right li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.faq-page1 .right li span.title i::before,
.faq-page1 .right li span.title i::after {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  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%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page1 .right li span.title i::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page1 .right li.active {
  background-color: var(--color);
}
.faq-page1 .right li.active span.title,
.faq-page1 .right li.active .text {
  color: #ffffff;
}
.faq-page1 .right li.active span.title i::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page1 .right li.active span.title i::after {
  background: #ffffff;
}
@media (max-width: 1000px) {
  .faq-page1 .left .border-box {
    border: 0;
  }
}
.faq-page1 .public-btn::after{
  background-color: #fff;
}
.faq-page1 .public-btn {
  color: #fff;
  border-color: #fff;
}
.faq-page1 .public-btn:hover {
  color: var(--color);
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
.why-page .i-tag {
  font-size: var(--px18);
  color: #898989;
  display: inline-block;
  position: relative;
}
.why-page .i-tag::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #898989;
}
.why-page .service-1 .left {
  vertical-align: middle;
}
.why-page .service-1 .left .img {
  height: 620px;
  display: block;
  -webkit-mask-image: url('../images/service-1-mask.png');
  mask-image: url('../images/service-1-mask.png');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
  padding-top: 5%;
}
.why-page .service-1 .right span.h2 {
  margin: 0.5em 0;
}
.why-page .service-1 .right a.more {
  margin-top: 2em;
  font-size: var(--px18);
}
.why-page .service-2 {
  text-align: center;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box {
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: var(--px50);
  font-weight: 900;
  color: var(--color);
  display: inline-block;

  position: relative;
}
.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -0.2em;
  opacity: 0;
}
.why-page .service-2 .list ul li .num_box::before {
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}
.why-page .service-2 .list ul li:first-child .num_box::before {
  display: none;
}
.why-page .service-2 .list ul li:last-child .num_box::after {
  display: none;
}
.why-page .service-2 .list ul li .num_box {
  font-size: var(--ft20);
  font-weight: 600;
  line-height: 1.2;
  margin-top: var(--ft20);
}
.why-page .service-2 .list ul li span.h6 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #120c0b;
  margin: 0.5em 0;
  /*display: block;*/
  line-height: 1.4;
}
.why-page .service-2 .list ul li .text {
  line-height: 1.6;
  color: #626262;
}
.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.why-page .service-2 .list ul li .text {
  font-size: var(--px18);
}
.why-page .service-3 {
  text-align: center;
  color: white;
  background-image: url('../images/service-3-bg.jpg');
  /*background-position: center;*/
  background-attachment: fixed;
  background-size: cover;
}
.why-page .service-3 span.h2 {
  margin-bottom: 1.2em;
  line-height: 1.4;
}
.why-page .service-3 a.more {
  color: #ffffff;
  font-size: var(--px18);
}
.why-page .service-3 a.more:hover {
  color: white;
}
.why-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}

.why-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.why-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.why-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: var(--px60);
  display: block;
  line-height: 1.2;
}
.why-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.why-page .service-4 ul li .text {
  color: inherit;
  margin-top: 0.5em;
  font-size: var(--px18);
}
.why-page .service-4 ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 1450px) {
  .why-page .service-1 .left .img {
    height: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .why-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .why-page .service-2 .list ul li {
    width: 25%;
  }
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why-page .service-4 ul li {
    width: 50%;
    border: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .why-page .service-2 .list ul li {
    width: 100%;
  }
  .why-page .service-2 .list ul li .num_box:before,
  .why-page .service-2 .list ul li .num_box:after {
    display: none;
  }
  .why-page .service-4 ul li {
    width: 100%;
  }
}
.why-page span.h2 em{
  color: var(--color);
}
#index-body .i-case .left {
  padding-right: 0%;
  text-align: center;
  width: 100%;
}
#index-body .i-case .left .i-title {
  margin-top: 20px;
  color: #332f2c;
}
#index-body .i-case .right {
  padding-top: 50px;
}
#index-body .i-case .txt {
  font-size: var(--px18);
  line-height: 2;
  color: #626262;
  /*font-weight: 600;*/
}
#index-body .i-case ul {
  margin: -14px;
}
#index-body .i-case ul li {
  padding: 14px;
}
#index-body .i-case ul li .img-box {
  position: relative;
}
#index-body .i-case ul li .img-box p {
  font-size: var(--px24);
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  padding: 0 30px;
  z-index: 2;
}
#index-body .i-case ul li .img-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  #index-body .i-case ul li .img-box p {
    bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-case .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-case .right {
    width: 100%;
  }
}
.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}

.onestop-page .onestop-1 .box:nth-child(even) .right {
  margin-right: 0;
  margin-left: -20%;
}

.onestop-page .onestop-1 .box:nth-child(even) .left:before {
  right: auto;
  left: -10%;
}
@media screen and (max-width: 1000px) {
  .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .onestop-page .onestop-1 .box:nth-child(even) .right {
    margin: 0;
  }
}
.pack-page .pack-1 .nav a {
  background-color: #cacaca;
}
.pack-page .pack-1 .nav a.active {
  background-color: var(--color);
}
.pack-page .pack-1 span.h6 {
  color: var(--color);
}
.pack-page .pack-2 .list {
  padding: 0 14%;
  overflow: hidden;
  position: relative;
}
.pack-page .pack-2 .list .content {
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 1;
  padding: 5%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pack-page .pack-2 .list .content span.tag {
  color: inherit;
}
.pack-page .pack-2 .list .content span.h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.pack-page .pack-2 .list .slick-list {
  overflow: unset;
}
.pack-page .pack-2 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(43, 54, 37, 0.75);
  transition: 0.5s;
}
.pack-page .pack-2 .list .slick-slide li {
  -webkit-transform: scale(0.8) translateX(20%);
  -moz-transform: scale(0.8) translateX(20%);
  -ms-transform: scale(0.8) translateX(20%);
  transform: scale(0.8) translateX(20%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  filter: blur(3px);
}
.pack-page .pack-2 .list .slick-slide.slick-current {
  z-index: 1;
}
.pack-page .pack-2 .list .slick-slide.slick-current.slick-slide li {
  -webkit-transform: scale(1) translateX(0) !important;
  -moz-transform: scale(1) translateX(0) !important;
  -ms-transform: scale(1) translateX(0) !important;
  transform: scale(1) translateX(0) !important;
  filter: unset;
}
.pack-page .pack-2 .list .slick-slide.slick-current li:before {
  opacity: 0;
}
.pack-page .pack-2 .list .slick-slide.slick-current li .content {
  opacity: 1;
}
.pack-page .pack-2 .list .slick-slide.slick-current + div li {
  -webkit-transform: scale(0.8) translateX(-20%);
  -moz-transform: scale(0.8) translateX(-20%);
  -ms-transform: scale(0.8) translateX(-20%);
  transform: scale(0.8) translateX(-20%);
}
.pack-page .pack-2 .list .slickBtn div {
  width: 14%;
  height: 100%;
  top: 0 !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  background-color: transparent;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20% 0;
}
.pack-page .pack-2 .list .slickBtn div.prev {
  left: 0;
  -webkit-writing-mode: sideways-rl;
  -ms-writing-mode: sideways-rl;
  writing-mode: sideways-rl;
}
.pack-page .pack-2 .list .slickBtn div.next {
  right: 0;
  left: auto !important;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
}
.pack-page .pack-3 {
  background-color: #f8f8f8;
}
.pack-page .pack-3 .list .box {
  background-color: white;
  padding: 5%;
}
.pack-page .pack-3 .list .box a.link {
  color: var(--color);
}
.pack-page .pack-3 .list .box a.link i {
  font-size: 1.5em;
}
.pack-page .pack-4 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pack-page .pack-4 span.h6 {
  line-height: 1.2;
  color: var(--color);
}
.pack-page .pack-4 span.h6:before {
  content: '';
  width: 0.35em;
  height: 0.35em;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  margin-top: 0.4em;
}
.pack-page .pack-4 .text {
  color: #525252;
}
.pack-page .pack-4 .text strong {
  color: black;
}
.pack-page .pack-4 .left ul {
  grid-template-columns: 52% 44%;
  grid-auto-rows: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.pack-page .pack-4 .left li {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.pack-page .pack-4 .left li:nth-child(2) {
  grid-row: span 2;
  position: relative;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.pack-page .pack-1 .ret {
  position: relative;
}
.pack-page .pack-1 .ret .support-box{
  display: none;
}
.pack-page .pack-1 .ret .support-box.active{
  display: flex;
}
@media screen and (max-width: 1000px) {
  .pack-page .pack-4 .left li:nth-child(2) {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 700px) {
  .pack-page .pack-2 .list .content span.h2 {
    font-size: 16px;
  }
  .pack-page .pack-2 .list .slickBtn div {
    font-size: 14px;
  }
  .pack-page .pack-2 .list .slickBtn div i {
    font-size: 1em;
  }
}
