@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('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: 'pop';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Thin.eot');
  src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'), url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  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;
}
#mobile5 .menu-content .mob-search form input[type=submit]{
      background: url(../images/icon-search-white.png) no-repeat center center #222;
}
.seoPublic .Auxil-news .list ul li .content a.link{
  font-weight: 400;
}
.seoPublic .Auxil-form .form ul .more{
  min-width: 150px;
}
.seoPublic .Auxil-form .form ul .more:hover{
  color: #fff;
  background: #000;
}
.seoPublic .title{
  font-size: 48px;
}
.seoPublic .Auxil-form .form ul .more:hover .moreImg {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.seoPublic .Auxil-about .box .right div.h3{
  font-size: 35px;
}
.seoPublic .Auxil-honor .title{
  margin-bottom: 60px;
}
.seoPublic .Auxil-honor .moreC{
  margin-bottom: 60px;
}
.seoPublic .Auxil-honor .moreC .more{
  min-width: 150px;
}
.seoPublic .Auxil-honor .moreC .more:hover{
  background: #000;
  color: #fff;
}
.seoPublic .Auxil-honor .moreC .more .moreImg{
  filter: invert(0);
}
.seoPublic>div.white{
  background: #fff;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #155074;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-family: 'pop';
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.container {
  width: 1630px;
}
@-webkit-keyframes loadAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loadAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#header {
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-weight: 500;
}
#header > .nav > .menu {
  z-index: 1;
  padding: 10px 0;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 70px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  z-index: 2;
  padding: 2px 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -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);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -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;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .searchC {
  width: 170px;
  margin-left: 30px;
  border: 2px solid #95918c;
  border-radius: 5px;
  background-color: rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .right .searchC form {
  width: 100%;
  position: relative;
  padding: 8px 10px;
}
#header > .nav > .menu .menu-box .right .searchC form .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  border: none;
  color: #fff;
  padding-right: 10px;
  background-color: transparent;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .searchC form .text::-webkit-input-placeholder {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .searchC form .text:-moz-placeholder {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .searchC form .text::-moz-placeholder {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .searchC form .text:-ms-input-placeholder {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .searchC form .text::-ms-input-placeholder {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .searchC form .text::placeholder {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .searchC form .submit {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color);
  border-radius: 5px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  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;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  background-color: #000;
  -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.5);
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.5);
}
.moreCont {
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  background-color: var(--color);
  padding: 21px 24px;
  border-radius: 40px;
  color: #fff;
}
.moreCont .moreImg {
  width: 12px;
  height: 12px;
}
.moreCont:hover {
  background-color: #fff;
  color: #000;
}
.moreCont:hover .moreImg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.moreCont.white {
  background-color: #fff;
  color: #000;
}
.moreCont.white .moreImg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.moreCont.white:hover {
  background-color: var(--color);
  color: #fff;
}
.moreCont.white:hover .moreImg {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#banner {
  position: relative;
  z-index: 3;
  text-align: center;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  max-width: 1050px;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  margin-top: -100px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .moreC {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .moreC {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img1 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .sPage {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 50%;
  width: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .sPage .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  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-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  margin: 8px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet::before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
#banner .sPage .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-1 .container .left {
  width: 42%;
}
#index-body .init-1 .container .left .des {
  max-height: 250px;
  padding-right: 6px;
  overflow-y: auto;
}
#index-body .init-1 .container .left .moreC .more {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#index-body .init-1 .container .right {
  width: 54%;
}
#index-body .init-1 .container .right ul li {
  margin-top: 26px;
  width: 50%;
}
#index-body .init-1 .container .right ul li .box {
  height: 100%;
  padding: 20px 26px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .init-1 .container .right ul li .box .img {
  height: 40px;
  background-position: left center;
}
#index-body .init-1 .container .right ul li .box .num {
  font-size: 58px;
  line-height: 1;
  font-weight: 600;
}
#index-body .init-1 .container .right ul li .box .num .sub {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  top: -6px;
}
#index-body .init-1 .container .right ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#index-body .init-2 {
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-2 .left {
  z-index: 2;
  width: 42%;
}
#index-body .init-2 .left .bg {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}
#index-body .init-2 .left .title {
  color: #fff;
  bottom: -94px;
  left: 60px;
}
#index-body .init-2 .right {
  padding: 90px 50px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  left: -5px;
  z-index: 2;
  width: 58%;
}
#index-body .init-2 .right .des {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 6px;
}
#index-body .init-2 .right .listCont {
  padding: 0 20px;
}
#index-body .init-2 .right .listCont .btn {
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
#index-body .init-2 .right .listCont .btn:hover {
  -webkit-transform: translateY(-50%) translateX(5px);
  -moz-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  -o-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px);
}
#index-body .init-2 .right .listCont .prev {
  left: 0;
  right: unset;
}
#index-body .init-2 .right .listCont .prev:hover {
  -webkit-transform: translateY(-50%) translateX(-5px);
  -moz-transform: translateY(-50%) translateX(-5px);
  -ms-transform: translateY(-50%) translateX(-5px);
  -o-transform: translateY(-50%) translateX(-5px);
  transform: translateY(-50%) translateX(-5px);
}
#index-body .init-2 .right .listCont ul li .box .img {
  width: 50px;
  height: 50px;
  margin: auto;
}
#index-body .init-2 .right .listCont ul li .box .text {
  text-align: center;
}
#index-body .init-3 .container .titleC .right {
  width: 640px;
}
#index-body .init-3 .container .content ul li {
  width: 25%;
  height: auto;
}
#index-body .init-3 .container .content ul li .box {
  background-color: #f0f0f0;
  border-radius: 10px;
  height: 100%;
}
#index-body .init-3 .container .content ul li .box .cont {
  padding: 10px 26px;
  min-height: 94px;
}
#index-body .init-3 .container .content ul li .box .cont .title {
  font-weight: 600;
}
#index-body .init-3 .container .content ul li .box .cont .cate {
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-3 .container .sPageC {
  max-width: 1230px;
  margin: 0 auto;
}
#index-body .init-3 .container .sPageC .sPage .left .btn {
  cursor: pointer;
  width: 68px;
  height: 68px;
  background-color: #f3f3f3;
  border-radius: 6px;
}
#index-body .init-3 .container .sPageC .sPage .left .btn .img {
  width: 16px;
  height: 16px;
}
#index-body .init-3 .container .sPageC .sPage .left .btn:hover {
  background-color: var(--color);
}
#index-body .init-3 .container .sPageC .sPage .left .btn:hover .img {
  -webkit-filter: invert(1) brightness(5);
  filter: invert(1) brightness(5);
}
#index-body .init-3 .container .sPageC .sPage .middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 30px;
}
#index-body .init-3 .container .sPageC .sPage .middle .line {
  height: 1px;
  width: 100%;
  background-color: #cccccc;
}
#index-body .init-3 .container .sPageC .sPage .right .more {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-3 .container .sPageC .sPage .right .more .moreImg {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
#index-body .init-3 .container .sPageC .sPage .right .more:hover {
  background-color: #000;
}
#index-body .init-4 {
  z-index: 2;
}
#index-body .init-4 .imgList {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .init-4 .imgList ul {
  width: 100%;
  height: 100%;
}
#index-body .init-4 .imgList ul li {
  width: 100%;
  height: 100%;
  display: none;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .container {
  height: 900px;
}
#index-body .init-4 .container .tips {
  color: #fff;
  font-size: 150px;
  line-height: 1;
  font-weight: 200;
  bottom: -22px;
  right: 0;
}
#index-body .init-4 .container .titleCont {
  z-index: 2;
  bottom: 130px;
}
#index-body .init-4 .container .titleCont ul li .box {
  cursor: pointer;
  display: inline-block;
}
#index-body .init-4 .container .titleCont ul li .box .tipsTi {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-4 .container .titleCont ul li .box .more {
  left: 100%;
  padding: 14px 24px;
  top: 0;
  opacity: 0;
}
#index-body .init-4 .container .titleCont ul li.active .box .tipsTi {
  color: #fff;
}
#index-body .init-4 .container .titleCont ul li.active .box .more {
  opacity: 1;
}
#index-body .init-4 .container .content {
  width: 650px;
  right: 0;
  top: 26%;
}
#index-body .init-4 .container .content ul li .box {
  color: #fff;
}
#index-body .init-4 .container .content ul li .box .des {
  max-height: 250px;
  padding-right: 4px;
  overflow-y: auto;
}
#index-body .init-5.seo{
    background: #fafafa;
}
#index-body .init-5 .container .titleC .left {
  font-weight: bold;
}
#index-body .init-5 .container .titleC .right {
  width: 460px;
}
#index-body .init-5 .container .content ul li {
  width: 33.33%;
  padding-bottom: 60px;

}
#index-body .init-5 .container .content ul li .box {
  background-color: #f4f4f4;
  padding: 50px 40px 10px 40px;
  border-radius: 14px;
}
#index-body .init-5 .container .content ul li .box .time {
  font-weight: 600;
  line-height: 1;
  color: var(--color);
}
#index-body .init-5 .container .content ul li .box .time .sub {
  height: 2px;
  width: 40px;
  background-color: #2c2c2c;
  position: relative;
  top: -2px;
}
#index-body .init-5 .container .content ul li .box .title {
  font-weight: bold;
  display: block;
    overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
#index-body .init-5 .container .content ul li .box .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-5 .container .content ul li .box .moreC {
  top: 50px;
  position: relative;
}
#index-body .init-5 .container .content ul li .box .moreC .more {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #e8f1ea;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#footer .fTop .container {
  padding-top: 50px;
}
#footer .fTop .container .listCont {
  margin-top: 40px;
}
#footer .fTop .container .listCont .first {
  font-weight: 600;
  color: #fff;
}
#footer .fTop .container .listCont form {
  margin-top: 10px;
}
#footer .fTop .container .listCont form input {
  margin-top: 10px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  padding: 14px 20px;
}
#footer .fTop .container .listCont form .content {
  width: -webkit-calc(-120%);
  width: -moz-calc(-120%);
  width: calc(100% - 220px);
}
#footer .fTop .container .listCont form .submit {
  margin-top: 10px;
  width: 200px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  padding: 14px 10px;
  cursor: pointer;
}
#footer .fTop .container .listCont form .submit:hover {
  background-color: #000;
}
#footer .fTop .container .listCont #ewm {
  width: 116px;
  background-color: #fff;
  padding: 6px;
}
#footer .fTop .container .listCont1 {
  width: 56%;
}
#footer .fTop .container .listCont2 {
  margin-right: 120px;
}
#footer .fTop .container .line {
  width: 100%;
  /*height: 1px;*/
  background-color: #4d4d4d;
}
#footer .fMiddle .container .listCont {
  margin-top: 40px;
}
#footer .fMiddle .container .listCont .first {
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#footer .fMiddle .container .listCont .menu-menu-container ul li {
  margin-top: 10px;
}
#footer .fMiddle .container .listCont .menu-menu-container ul li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  position: relative;
}
#footer .fMiddle .container .listCont .menu-menu-container ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .fMiddle .container .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fMiddle .container .listCont .list {
  margin-top: 10px;
}
#footer .fMiddle .container .listCont .list a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  position: relative;
}
#footer .fMiddle .container .listCont .list a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#footer .fMiddle .container .listCont .list2 {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
#footer .fMiddle .container .listCont .share ul li {
  margin-right: 10px;
}
#footer .fMiddle .container .listCont .share ul li a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fMiddle .container .listCont .share ul li a:hover {
  background-color: #7d7d7d;
  color: #fff;
}
#footer .fMiddle .container .listCont .goTop {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#footer .fMiddle .container .listCont1 {
  width: 190px;
}
#footer .fMiddle .container .listCont2 {
  width: 310px;
}
#footer .fMiddle .container .listCont3 {
  width: 460px;
}
#footer .fMiddle .container .listCont4 {
  width: 320px;
}
#footer .subCont {
  height: 20px;
  background-color: #000;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #ffffff;
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  top: 0;
}
@media (max-width: 1700px) {
  #index-body .init-1 .container .right ul li .box .num {
    font-size: 50px;
  }
}
@media (max-width: 1450px) {
  .seoPublic .title{
    font-size: 34px;
  }
  .seoPublic .Auxil-about .box .right div.h3{
    font-size: 34px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #index-body .init-1 .container .right ul li .box .num {
    font-size: 40px;
  }
  #index-body .init-1 .container .right ul li .box .num .sub {
    font-size: 20px;
  }
  #index-body .init-2 .left .title {
    bottom: -65px;
  }
  #footer .fMiddle .container .listCont4 {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .seoPublic .Auxil-honor .title{
    width: 100%;
    margin-bottom: 20px;
  }
  .seoPublic .Auxil-honor .moreC{
    margin-bottom: 40px;
  }
  #innerMobileBanner{
    margin-top: 60px;
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    width: 100%;
  }
  #index-body .init-2 .left .title {
    bottom: -58px;
  }
  #index-body .init-3 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-3 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-4 .container .tips {
    font-size: 100px;
    bottom: -14px;
  }
  #index-body .init-5 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-5 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fMiddle .container .listCont1 {
    width: 170px;
  }
  #footer .fMiddle .container .listCont2 {
    width: 280px;
  }
  #footer .fTop .container .listCont2 {
    margin-right: 0;
  }
  #footer .fTop .container .listCont1 {
    width: 66%;
  }
}
@media (max-width: 1000px) {
  .seoPublic .title{
    font-size: 24px;
  }
  .seoPublic .Auxil-about .box .right div.h3{
    font-size: 24px;
  }
  .moreCont {
    padding: 8px 16px;
  }
  #index-body .init-2 .left {
    width: 100%;
  }
  #index-body .init-2 .left .title {
    position: relative;
    top: 0;
    bottom: unset;
    left: 0;
  }
  #index-body .init-2 .left .bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    margin-top: 20px;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding: 40px 16px;
    left: 0;
  }
  #index-body .init-4 {
    padding: 40px 0;
  }
  #index-body .init-4 .container .titleCont ul li .box .more {
    padding: 4px 20px;
  }
  #index-body .init-4 .container {
    height: auto;
  }
  #index-body .init-4 .container .tips {
    font-size: 80px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #index-body .init-4 .container .titleCont {
    position: relative;
    top: 0;
    bottom: unset;
    margin-top: 40px;
    left: 0;
  }
  #index-body .init-4 .container .content {
    width: 100%;
    position: relative;
    top: 0;
    bottom: unset;
    left: 0;
    right: unset;
    margin-top: 40px;
  }
  #index-body .init-5 .container .content ul li {
    padding-bottom: 0;
  }
  #index-body .init-5 .container .content ul li .box {
    padding: 30px 16px;
  }
  #index-body .init-5 .container .content ul li .box .moreC {
    top: 0;
    margin-top: 20px;
  }
  #footer .fTop .container .listCont1 {
    width: 100%;
  }
  #footer .fMiddle .container .listCont {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .right ul li {
    width: 100%;
  }
  #index-body .init-2 .left .bg {
    height: 88vw;
  }
  #index-body .init-3 .container .sPageC .sPage .left .btn {
    width: 40px;
    height: 40px;
  }
  #index-body .init-3 .container .content ul li .box .cont{
    padding: 10px;
  }
  #index-body .init-4 .container .tips {
    font-size: 50px;
  }
  #footer .fTop .container .listCont form input {
    width: 100%;
  }
  #footer .fTop .container .listCont form .content {
    width: 100%;
  }
  #footer .fTop .container .listCont form .submit {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
    font-size: 24px;
    margin-top: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .moreC {
    bottom: 10px;
  }
  #index-body .init-3 .container .sPageC .sPage .middle {
    display: none;
  }
  #index-body .init-4 .container .tips {
    font-size: 30px;
  }
  #index-body .init-4 .container .titleCont ul li .box {
    width: 100%;
  }
  #index-body .init-4 .container .titleCont ul li .box .tipsTi {
    display: block;
  }
  #index-body .init-4 .container .titleCont ul li .box .more {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    display: inline-block;
    width: auto;
  }
  #index-body .init-4 .container .content ul li .box .des {
    font-size: 16px;
  }
  #footer .fTop .container {
    padding-top: 0;
  }
  #footer .fMiddle .container .listCont {
    margin-top: 20px;
  }
  #footer .fMiddle .container .listCont .list2 {
    font-size: 14px;
  }
  #footer .fMiddle .container .listCont .list2 span {
    display: block;
  }
  #footer .fMiddle .container .listCont .list2 span.zw {
    display: none;
  }
  #footer .fTop .container .listCont form input {
    padding: 6px 16px;
  }
  #footer .fTop .container .listCont form .submit {
    padding: 6px 16px;
  }
}


/*inner-page*/
.pro-link a{
  display: block;
  transition: all;
}
.pro-link a:hover{
  color: var(--color);
}
.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;
}
.tipsTitleCont {
  font-weight: 400;
}
.tipsTitleCont .tipsTitle1 {
  text-transform: uppercase;
}
.tipsTitleCont .tipsTitle1 .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  margin: 10px 10px 0 0;
}
.tipsTitleCont .tipsTitle1 span {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  /*letter-spacing: 4px;*/
}
.tipsTitleCont .tipsTitle2 {
  margin-top: 20px;

}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 112px;
  overflow: hidden;
  background-size: cover;
}
.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  font-size: 450px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.83;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}

.inner_banner .container{
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 180px 0 100px 0;
}
.inner_banner .cont .mbx {
  font-size: 0;
  font-weight: 500;
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: var(--color);
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}

@media (max-width: 1450px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 360px;
  }
}

@media (max-width: 1250px) {
  .inner_banner{
    display: none;
  }
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
}

@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
}

@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }
}
@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
}

.about2-page .about-5 .left .scrollPage > div {
  background-color: #f3f3f3;
}
.about2-page .about-5 .left .scrollPage > div.page {
  background-color: var(--color);
}
.about2-page .about-5 .left .scrollPage > div:hover {
  background-color: var(--color);
}
.about2-page .about-5 .right {
  width: 50%;
  position: relative;
  margin-top: 30px;
}
.about2-page .about-5 .right .list .slick-list {
  padding-bottom: 10%;
  margin-bottom: -10%;
}
.about2-page .about-5 .right .list ul {
  margin: -10px;
}
.about2-page .about-5 .right .list ul li {
  padding: 10px;
}
.about2-page .about-5 .right .list ul .slick-slide {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-5 .right .list ul .slick-current li img {
  /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/
}
/*.about2-page .about-5 .right .list ul .slick-current ~ div {
  -webkit-transform: rotate(12deg) scale(0.8);
  -moz-transform: rotate(12deg) scale(0.8);
  -ms-transform: rotate(12deg) scale(0.8);
  transform: rotate(12deg) scale(0.8);
}*/

.about2-page .about-5 .right .list ul .slick-slide {
  -webkit-transform: rotate(12deg) scale(0.8);
  -moz-transform: rotate(12deg) scale(0.8);
  -ms-transform: rotate(12deg) scale(0.8);
  transform: rotate(12deg) scale(0.8);
}
.about2-page .about-5 .right .list ul .slick-current{
  -webkit-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.about2-page .about-5 .msgHf {
  font-weight: bold;
  padding: 14px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.30555556em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.about2-page .about-5 .msgHf:hover {
  background-color: #221100;
}


.scrollPage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.scrollPage > * {
  width: 4.375em;
  height: 4.375em;
  border-radius: 100%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage > * i.iconfont {
  font-size: 1.5em;
}
.scrollPage .prev,
.scrollPage .next {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scrollPage .prev:hover,
.scrollPage .next:hover {
  background-color: var(--color);
  color: white;
}
.scrollPage .page {
  margin: 0 1em;
  padding: 0.3125em;
  background-color: var(--color);
  color: white;
  width: auto;
  border-radius: 2.1875em;
}
.scrollPage .page span.num {
  width: 3.75em;
  height: 3.75em;
  border: 1px solid rgba(255, 255, 255, 0.55);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}
.scrollPage .page span.line {
  width: 0;
  height: .6em;
  border-radius: .3em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.scrollPage .page span.line i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 0;
  background-color: white;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage:hover .page {
  max-width: 100%;
}
.scrollPage:hover .page span.line {
  margin: 0 1em;
  width: 11.25em;
}

@media screen and (max-width: 1450px) {

}

@media screen and (max-width: 1250px) {

}
@media screen and (max-width: 1000px) {
  .scrollPage .page span.line {
    display: none;
  }
 
  .about2-page .about-5 .right {
    top: 0;
  }
  .about2-page .about-5 span.h2 {
    margin-bottom: .5em;
  }
  .about2-page .about-5 .left {
    padding-right: 3%;
  }
  .about2-page .about-5 .right .list ul .slick-current ~ div {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about2-page .about-5 .right .list {
    padding-right: 30%;
    overflow: hidden;
  }
  .about2-page .about-5 .right .list .slick-list {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: unset;
  }
}

@media screen and (max-width: 700px) {
  
  .about2-page .about-5 .left {
    width: 100%;
    padding-right: 0;
  }
  .about2-page .about-5 .left .scrollPage {
    display: none;
  }
  .about2-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about2-page .about-5 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about2-page .about-5 .right .list {
    padding-right: 0;
  }
}



.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img video{
  display: block;
  border: 1px solid #f2f2f2;
  width: 100%;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background: var(--color);
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.about-page .about-1 .top .img .play .cont{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.about-page .about-1 .top .img .play .cont i{
  margin-left: 4px;
}
.about-page .about-1 .top .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  animation: ks 3s linear infinite;
  
}
.about-page .about-1 .top .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.about-page .about-1 .top .text {
  max-width: 1400px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .top .text .title {
  line-height: 1.2;
  font-size: 48px;
  font-weight: 700;
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  line-height: 1.8;
  color: #7b7b7b;
  max-height: 690px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .about-1 .bottom {
  max-width: 1400px;
  width: 100%;
  margin: 58px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: 600;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data .sub2{
  line-height: 1.2;
  font-size: 68px;
  font-weight: bold;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 30px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.about-page .about-2 {
  margin-top: 80px;
}
.about-page .about-2 .box {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
      padding-left: 160px;
  width: 50.06%;
  vertical-align: middle;
  border-radius: 15px;
  overflow: hidden;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  padding-right: 10px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
  background-color: #fff;
}
.about-page .about-2 .box .text .con {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 18px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  /*border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;*/
  width: 100%;
  height: 100%;
  background: var(--color);
  background-size: cover;
  background-image: url(/zhongshengnewmaterial/2026/03/12/aboutc-B8kw.jpg);
}
.about-page .about-3 {
  background-color: #f6f6f6;
  padding: 12% 0 5%;
  margin-top: -155px;
}
.about-page .about-3 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
}
.about-page .about-3 .content ul li {
  padding: 0 15px;
  width: 33.33%;
}
.about-page .about-3 .content ul li .box {
  padding: 30px 40px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
  overflow: hidden;
  color: #121212;
  height: 100%;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  margin-top: 15px;
}
.about-page .about-3 .content ul li .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}
.about-page .about-3 .content ul li .box:hover {
  background: var(--color);
}
.about-page .about-3 .content ul li .box:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li .box:hover .tit {
  color: white;
}
.about-page .about-3 .content ul li .box:hover p {
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 {
  background: var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color);
}
.about-page .about-5 {
  padding: 110px 0 180px;
}
.about-page .about-5 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  color: #fff;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header .tipsTitleCont .tipsTitle1 .cir{
  background: #fff;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin: 0 -20px;
}
.about-page .about-5 .content ul li {
  padding: 0 20px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.about-page .about-5 .content ul li video{
  width: 100%;
  max-height: 270px;
  object-fit: contain;
  display: block;
  margin: auto;
}
.about-page .about-5 .content ul li .play{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  transition: all .5s;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.about-page .about-5 .content ul li .play i{
  margin-left: 4px;
}
.about-page .about-5 .content ul li .play:hover{
  background: var(--color);
  color: #fff;
}
.about-page .about-5 .content ul li .img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about-page .about-5 .content ul li:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-6{
  overflow: hidden;
}
.about-page .about-6 .contentC{
  margin-top: 60px;
}
.about-page .about-6 .contentC .container{
  margin-left: auto;
  width: 1640px;
  margin-right: 0;
}
.about-page .about-6 .contentC .container .titleC{
  width: 48%;
  position: relative;
  z-index: 2;
  top: 70px;
}
.about-page .about-6 .contentC .container .titleC .subline{
  position: absolute;
  bottom: 6px;
  right: 0;
  background: #e2e0e0;
  width: 1200px;
  height: 1px;
}
.about-page .about-6 .contentC .container .titleC li{
  cursor: pointer;
}
.about-page .about-6 .contentC .container .titleC .num{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.about-page .about-6 .contentC .container .titleC li.active .num{
  color: var(--color);
}
.about-page .about-6 .contentC .container .titleC .cir{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e0e0;
  margin: 10px auto 0;
}
.about-page .about-6 .contentC .container .titleC li.active .cir{
  background: var(--color);
}
.about-page .about-6 .contentC .container .content{
  position: relative;
  margin-top: -80px;
}
.about-page .about-6 .contentC .container .content .box .left{
  width: 48%;
  padding-right: 200px;
  padding-top: 200px;
}
.about-page .about-6 .contentC .container .content .box .left .title{
  /*font-weight: 600;*/
  font-size: 24px;
  line-height: 1.6;
}
.about-page .about-6 .contentC .container .content .box .left .des{
  /*font-weight: 500;*/
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page .about-6 .contentC .container .content .box .right{
  width: 52%;
  padding-left: 40px;
}
.about-page .about-6 .contentC .container .content .box .right img{
  width: 100%;
}
@media (max-width: 1700px) {
  .about-page .about-6 .contentC .container{
    width: 1360px;
    margin: auto;
  }
}
@media (max-width: 1500px) {
  .about-page .about-6 .contentC .container{
    width: 1200px;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    padding-right: 40px;
  } 
}
@media (max-width: 1250px) {
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 30px;
  }
  .about-page .about-3{
    margin-top: -60px;
  }
  .about-page .about-6 .contentC .container{
    width: 970px;
  }
  .about-page .about-6 .contentC .container .titleC{
    width: 100%;
    top: 0;
  }

  .about-page .about-6 .contentC .container .titleC .subline{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    width: 100%;
    padding-top: 130px;
    padding-right: 0;
  }
  .about-page .about-6 .contentC .container .content .box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .top .text {
    margin-top: 40px;
    /*padding: 30px 16px;*/
  }
  .about-page .about-2 {
    margin-top: 20px;
  }
  .about-page .about-2 .box {
    width: 700px;
    margin: auto;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box::after {
    display: none;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    padding: 20px 0 40px 0;
    max-width: 100%;
    color: #000;
  }
  .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color: var(--color);
  }
  .about-page .about-3 .header {
    padding-bottom: 20px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }
  .about-page .about-1 .bottom ul {
    margin: 0;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-6{
    margin-top: 0;
    padding-top: 0;
  }
  .about-page .about-6 .contentC .container{
    width: 700px;
  }
}
@media (max-width: 700px) {
  .about-page .about-2 .box {
    width: 100%;
    padding: 0 16px;
  }
  .about-page .about-3 {
    margin-top: 40px;
  }
  .about-page .about-6 .contentC .container{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom {
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li .data .sub2{
    font-size: 40px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-1 .top .text .title{
    font-size: 24px!important;
    line-height: 1.6!important;
  }
  .about-page .about-1 .top .text .con {
    max-height: 460px;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 {
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-5 .header {
    padding-bottom: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .tipsTitleCont .tipsTitle2 {
    margin-top: 10px;
  }
  
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-moz-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-o-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}


.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-size: 24px;
  display: block;
  position: relative;
  font-weight: 500;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  /*font-weight: 600;*/
  text-align: center;
  margin-top: 16px;
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}

.m-page {
  margin-top: 60px;
  text-align: center;
}
.m-page a,
.m-page span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 2px;
  line-height: 40px;
}
.m-page a::before,
.m-page span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a.current,
.m-page span.current {
  background-color: var(--color);
  color: #fff;
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}
.m-page a:hover::before {
  opacity: 0;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
  .m-page {
    margin-top: 40px;
  }
}

.faq1-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq1-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}

@media (max-width: 500px) {
  .faq1-page .ui.container ul li{
    flex-wrap: wrap;
  }
  .faq1-page .ui.container ul li .text{
    width: 100%;
    margin-top: 10px;
    padding: 20px 16px;
  }
  
}


.category-product-page .category-left{
  top: 160px;
  position: sticky;
}

.category-product-page .category-left .top {
  background-color: #f7f7f7;
  padding-top: 37px;
  padding-bottom: 23px;

}
.category-product-page .category-left .top .form {
  margin: 0 26px;
}
.category-product-page .category-left .top .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.category-product-page .category-left .top .form form input {
  border: none;
}
.category-product-page .category-left .top .form form .text {
  width: -webkit-calc(100% - 67px);
  width: -moz-calc(100% - 67px);
  width: calc(100% - 67px);
  height: 69px;
  background-color: #ffffff;
  color: #000;
  padding-left: 20px;
  font-size: 20px;
}
.category-product-page .category-left .top .form form .text::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .submit {
  width: 67px;
  height: 69px;
  background: var(--color) url('../images/category-left-submit.png') no-repeat center center;
}
.category-product-page .category-left .top .side-category-title {
  padding: 0 26px;
      font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-top: 36px;
  margin-bottom: 21px;
}
.category-product-page .category-left .top .side-category-list {
 
}
.category-product-page .category-left .top .side-category-list li a {
  display: block;
}
.category-product-page .category-left .top .side-category-list > li > a {
  font-weight: bold;
  color: #000;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}
.category-product-page .category-left .top .side-category-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/side-category-list-bg.png") no-repeat left center;
  background-image: linear-gradient(to right , #155074, #f7f7f7);
  opacity: 0;
  z-index: -2;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-size: 100% 100%;
}
.category-product-page .category-left .top .side-category-list > li > a:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right center;
  background-image: url(../images/proJt.png);
  background-repeat: no-repeat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.category-product-page .category-left .top .side-category-list > li > a:hover:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li > a.active:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li > a:hover:after {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li > a.active:after {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li:last-child a {
  border: none;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a {
  font-weight: bold;
  color: #6b6b6b;
  opacity: 0.9;
  padding: 9px 45px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.16);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a.active {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a:hover {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .bottom .side-category-title {
  margin: 53px 34px 44px;
  color: #000;
  font-weight: bold;
}
.category-product-page .category-left .bottom .category-list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}
.category-product-page .category-left .bottom .category-list li .little-img {
  display: block;
  margin-right: 20px;
  max-width: 85px;
  border-radius: 50%;
}
.category-product-page .category-left .bottom .category-list li .right-text a.title {
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.category-product-page .category-left .bottom .category-list li .right-text a.title:hover {
  color: var(--color);
}
.category-product-page .category-left .bottom .category-list li .right-text .intro {
  color: #7e7e7e;
  max-width: 194px;
  line-height: 1.3;
}
.category-product-page .category-left{
  width: 342px;
}
.category-product-page .category-right {
  width: -webkit-calc(100% - 342px);
  width: -moz-calc(100% - 342px);
  width: calc(100% - 342px);
  padding-left: 35px;
}
.category-product-page .category-right h1 {
  font-weight: bold;
  margin-bottom: 26px;
}
.category-product-page .category-right .cat_des{
  max-height: 210px;
  overflow-y: auto;
  margin-bottom: 20px;
  padding-right: 4px;
  line-height: 2;
}
.category-product-page .category-right .all-product-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.category-product-page .category-right .all-product-list li {
  width: 33.333%;
  margin-bottom: 94px;
  padding-right: 20px;
}
.category-product-page .category-right .all-product-list li .box {
      border: 1px solid rgb(171 171 171);
  padding-top: 65px;
  padding-left: 15px;
  padding-right: 15px;
}
.category-product-page .category-right .all-product-list li .box:hover a.title {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.img {
  display: block;
  background: #f7f7f7;
  text-align: center;
}
.category-product-page .category-right .all-product-list li .box a.title {
  display: block;
  text-align: center;
  margin: 54px 15px 12px;
  font-weight: bold;
  height: 66px;
  overflow-y: auto;
}
.category-product-page .category-right .all-product-list li .box .intro {
  color: #7e7e7e;
  max-width: 281px;
  margin: 0 auto 29px;
  /*text-align: center;*/
  line-height: 2;
    display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-product-page .category-right .all-product-list li .box a.category-btn {
  position: relative;
  -webkit-transition: width 0.3s, background-color 0.3s;
  -moz-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  width: 60px;
  height: 60px;
  background-color: #d4d4d4;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 7px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto -30px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-size: 20px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover {
  background-color: var(--color);
  width: 176px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .plus {
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover span {
  display: block;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle {
  background: #fff;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle i {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.category-btn span {
  color: #fff;
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle {
  width: 46px;
  height: 46px;
  background-color: #d4d4d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle i {
  color: #d4d4d4;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}


.category-product-page2 .category-page2-list {
  margin-right: -2.1875vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category-product-page2 .category-page2-list li {
  width: 33.333%;
  margin-bottom: 4.21875vw;
  padding-right: 2.1875vw;
}
.category-product-page2 .category-page2-list li .box {
  -webkit-box-shadow: -2px 3px 48px 1px rgba(39, 39, 39, 0.16);
  box-shadow: -2px 3px 48px 1px rgba(39, 39, 39, 0.16);
  border-radius: 15px;
  overflow: hidden;
}
.category-product-page2 .category-page2-list li .box:hover .bottom {
  background: var(--color);
}
.category-product-page2 .category-page2-list li .box:hover .bottom .title {
  color: #fff;
}
.category-product-page2 .category-page2-list li .box:hover .bottom .intro {
  color: #fff;
}
.category-product-page2 .category-page2-list li .box .img {
  display: block;
}
.category-product-page2 .category-page2-list li .box .bottom {
  padding: 37px 32px 30px 37px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #FBFBFB;
}
.category-product-page2 .category-page2-list li .box .bottom .title {
  display: block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-weight: bold;
  height: 102px;
  margin-bottom: 5px;
}
.category-product-page2 .category-page2-list li .box .bottom .intro {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: var(--inner-color2);
  margin-top: 0;
  word-break: break-all;
  text-align: left;
    /*display: -webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
  min-height: 193px;
}

@media screen and (max-width: 1250px) {
  .category-product-page .category-right .all-product-list li {
    width: 50%;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 1000px) {
  .category-product-page .category-left {
    display: none;
  }
  .category-product-page .category-right {
    width: 100%;
    padding-left: 0;
  }
  .category-product-page .category-right h1 {
    margin-top: 0;
  }
  .category-product-page2 .category-page2-list li {
    width: 50%;
  }
  .category-product-page2 .category-page2-list li .box .bottom {
    padding: 15px;
  }
  .category-product-page2 .category-page2-list li .box .bottom .title{
    height: auto;
  }
  .category-product-page2 .category-page2-list li .box .bottom .intro{
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .category-product-page .category-right .all-product-list li {
    width: 100%;
  }
  .category-product-page .category-right .all-product-list li .box {
    padding-top: 15px;
  }
  .category-product-page2 .category-page2-list {
    margin-right: 0;
  }
  .category-product-page2 .category-page2-list li {
    width: 100%;
    padding-right: 0;
  }
}



.detail-product-page .detail-page-wrap1 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail-product-page .detail-page-wrap1 .detail-left {
  width: 46%;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul {
  margin-bottom: 29px;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a{
  display: block;
  border: 2px solid rgba(218, 218, 218,.4)
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a img{
  width: 100%;
  max-height: 450px;
  object-fit: contain;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a .play{
  width: 40px;
  height: 40px;
  bottom: 30px;
  right:30px;
  z-index: 2;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a .play .playCont{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  color: #fff;
  background: var(--color);
  font-size: 18px;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  z-index: -1;
  animation: ks 3s linear infinite;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a .play .ling:last-child{
  animation-delay: -1.5s;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box{
  position: relative;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next{
  cursor: pointer;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev{
  left: -60px;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next{
  right: -60px;
} 
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev:hover,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next:hover{
    background: var(--color);
    color: #fff;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
  margin: 0 -11px;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul 
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul li{
  width: 25%;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul .slide-box {
  display: block;
  margin: 0 11px;
  border: 2px solid rgba(218, 218, 218,.4);
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul .slide-box img{
  max-height: 102px;
  object-fit: contain;
  width: 100%;
  object-position: center center;
}
.detail-product-page .detail-page-wrap1 .detail-right {
  margin-top: 22px;
  width: 47%;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc p{
  font-size: 18px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc ul li{
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  /*margin-left: 15px;*/
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc >ul>li:after{
  position: absolute;
  left: 0;
  top:9px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color);
}
.detail-product-page .detail-page-wrap1 .detail-right .t-text {
  color: var(--color);
}
.detail-product-page .detail-page-wrap1 .detail-right .product-name {
  font-weight: 700;
  line-height: 1.4;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-intro {
  color: #464646;
  max-height: 370px;
  overflow-y: auto;
  padding-right: 4px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-title {
  margin-bottom: 13px;
  font-weight: bold;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc p,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc span,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc li,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc *{
  white-space: wrap;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list {
  color: #989898;
  line-height: 1.666;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li {
  position: relative;
  padding-left: 15px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--color);
  border-radius: 50%;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns {
  border-top: 1px solid rgba(122, 122, 122, 0.22);
  border-bottom: 1px solid rgba(122, 122, 122, 0.22);
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn {
  width: 149px;
  height: 49px;
  padding-left: 20px;
  padding-right: 6px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn:first-child {
  margin-right: 17px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn span {
  font-size: 12px;
  padding-right: 0;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn .circle {
  width: 39px;
  height: 39px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .more{
  border: 1px solid var(--color);
}
.detail-product-page .detail-page-wrap1 .detail-right .social {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail-product-page .detail-page-wrap1 .detail-right .social .title {
  color: #989898;
  margin-right: 16px;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #010101;
  border: 1px solid #010101;
  margin-right: 7px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a i {
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover {
  background-color: transparent;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover i {
  color: #010101;
}

.detail-product-page .detail-page-wrap2 .tab-items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(122, 122, 122, 0.37);
}
.detail-product-page .detail-page-wrap2 .tab-items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202020;
  font-weight: bold;
  padding: 18px 34px 17px 17px;
  border-radius: 14px 14px 0 0;
  margin: 0 30px;
  cursor: pointer;
}
.detail-product-page .detail-page-wrap2 .tab-items li.active {
  background-color: var(--color);
  color: #fff;
}
.detail-product-page .detail-page-wrap2 .tab-items li .icon {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li {
  display: none;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li .seoPublic .title{
  margin-bottom: 40px;
  margin-top: -30px;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li:first-child {
  display: block;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table {
  border-collapse: unset;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr {
  font-size: 18px;
  color: #505050;
  font-weight: 600;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #505050;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  min-width: 160px;
  /*width: 50%!important;*/
}

.detail-product-page .detail-page-wrap4 {
  margin-top: 324px;
  padding-bottom: 858px;
  position: relative;
}
.detail-product-page .detail-page-wrap4 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.detail-product-page .detail-page-wrap4 .left {
  color: #989898;
}
.detail-product-page .detail-page-wrap4 .left .public-title {
  margin-bottom: 14px;
}
.detail-product-page .detail-page-wrap4 .right {
  color: #989898;
  max-width: 900px;
  margin-left: 25px;
}
.detail-product-page .detail-page-wrap4 .right p {
  margin-bottom: 22px;
}
.detail-product-page .detail-page-wrap4 a.play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 361px;
  display: block;
  z-index: 2;
  width: 89px;
  height: 89px;
}
.detail-product-page .detail-page-wrap4 a.play .circle {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.detail-product-page .detail-page-wrap4 a.play .circle i {
  color: #989898;
  font-size: 26px;
}
.detail-product-page .detail-page-wrap4 a.play:before,
.detail-product-page .detail-page-wrap4 a.play:after {
  content: "";
  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%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.detail-product-page .detail-page-wrap4 a.play:before {
  opacity: 0.43;
  z-index: 2;
  -webkit-animation: change-big2 1s infinite;
  -moz-animation: change-big2 1s infinite;
  animation: change-big2 1s infinite;
}
.detail-product-page .detail-page-wrap4 a.play:after {
  opacity: 0.23;
  z-index: 1;
  -webkit-animation: change-big21 1s infinite;
  -moz-animation: change-big21 1s infinite;
  animation: change-big21 1s infinite;
}
.detail-product-page .detail-page-wrap5 .top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail-product-page .detail-page-wrap5 .top .public-title {
  margin-bottom: 12px;
}
.detail-product-page .detail-page-wrap5 .top .public-btn {
  margin-top: 15px;
}

.detail-product-page .detail-page-wrap5 .honor-list .slide-box {
  display: block;
  margin: 0 22px;
}

.detail-product-page1 .detail-page1-wrap1 .intro {
  max-width: 1020px;
  text-align: center;
  margin: 38px auto 0;
  color: #989898;
  line-height:1.9;
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text {
  background-color: rgba(250, 250, 250, 0.85);
  -webkit-box-shadow: -2px 3px 48px 1px rgba(39, 39, 39, 0.16);
  box-shadow: -2px 3px 48px 1px rgba(39, 39, 39, 0.16);
  border-radius: 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 52%;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover {
  background-color: rgba(0, 165, 141, 0.85);
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .title {
  color: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .title span {
  color: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .list-intro {
  color: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title {
  max-width: 595px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 38px;
  display: block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title span {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: var(--color);
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .list-intro {
  max-width: 595px;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #989898;
  line-height: 1.222;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  min-height: 88px;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  background: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap{
  display: block;
  position: relative;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap .img1{
  opacity: 0;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap .img2{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  max-height: 100%;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play {
  position: absolute;
  display: block;
  z-index: 2;
  width: 48px;
  height: 48px;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play .circle {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 165, 141, 0.67);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:before,
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:after {
  content: "";
  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%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00a58d;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:before {
  opacity: 0.43;
  z-index: 2;
  -webkit-animation: change-big2 1s infinite;
  -moz-animation: change-big2 1s infinite;
  animation: change-big2 1s infinite;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-lis>li .img a.play:after {
  opacity: 0.23;
  z-index: 1;
  -webkit-animation: change-big21 1s infinite;
  -moz-animation: change-big21 1s infinite;
  animation: change-big21 1s infinite;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(odd) .text {
  right: 0;
  padding-right: 3.90625vw;
  padding-left: 2.916666666666667vw;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text ul li{
  padding-left: 20px;
    position: relative;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text ul li:after{
  position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
    transition: .3s;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover ul li:after{
  background-color: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(odd) .img a.play {
  left: 50px;
  bottom: 63px;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*text-align: right;*/
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) .text {
  left: 0;
  padding-right: 5.625vw;
  padding-left: 3.64583333333333vw;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) .img a.play {
  right: 53px;
  bottom: 42px;
}


.inner-product-recommendation {
  background-size: cover;
}
.inner-product-recommendation .public-title {
  margin-bottom: 13px;
}
.inner-product-recommendation .public-title .span2{
  display: block;
  color: #000;
}
.inner-product-recommendation .intro {
  color: var(#989898);
}
.inner-product-recommendation  .recommendation-box{
  position: relative;
}
.inner-product-recommendation .recommendation-box .product-recommendation-prev,
.inner-product-recommendation .recommendation-box .product-recommendation-next {
  height: 53px;
  width: 53px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: transparent;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 3;
}
.inner-product-recommendation  .recommendation-box .product-recommendation-prev{
  left: -4.1666vw;
}
.inner-product-recommendation  .recommendation-box .product-recommendation-next{
  right: -4.1666vw;
}
.inner-product-recommendation  .recommendation-box .product-recommendation-prev i,
.inner-product-recommendation  .recommendation-box .product-recommendation-next i {
  font-size: 24px;
}
.inner-product-recommendation  .recommendation-box .product-recommendation-prev:hover,
.inner-product-recommendation  .recommendation-box .product-recommendation-next:hover {
  background: var(--color);
  color: #fff;
}


.inner-product-recommendation .product-recommendation .slide-box {
  border: 2px solid rgba(218, 218, 218, 0.4);
  padding-top: 3.385417vw;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 10px 30px;
  color: #7e7e7e;
  transition: .3s;
}
.inner-product-recommendation .product-recommendation .slide-box:hover{
  background: #fff;
}
.inner-product-recommendation .product-recommendation .slide-box:hover a.title {
  color: var(--color);
}
.inner-product-recommendation .product-recommendation .slide-box a.img {
  display: block;
  text-align: center;
}
.inner-product-recommendation .product-recommendation .slide-box a.img img {
  margin: 0 auto;
}
.inner-product-recommendation .product-recommendation .slide-box a.title {
  display: block;
  text-align: center;
  margin: 2.8125vw 15px 12px;
  font-weight: bold;
  color: #000;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.inner-product-recommendation .product-recommendation .slide-box .product-intro {
  color: #7e7e7e;
  max-width: 281px;
  margin: 0 auto 29px;
  text-align: center;
  line-height: 1.3;
    display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn {
  position: relative;
  -webkit-transition: width 0.3s, background-color 0.3s;
  -moz-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  width: 60px;
  height: 60px;
  background-color: #d4d4d4;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 7px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto -30px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-size: 20px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover {
  background-color: var(--color);
  width: 176px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .plus {
  display: none;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover span {
  display: block;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle {
  background: #fff;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle i {
  color: var(--color);
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn span {
  color: #fff;
  display: none;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle {
  width: 46px;
  height: 46px;
  background-color: #d4d4d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle i {
  color: #d4d4d4;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1700px) {
  .inner-product-recommendation .recommendation-box .product-recommendation-prev,
  .inner-product-recommendation .recommendation-box .product-recommendation-next {
    background: #fff;
  }
  .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev{
    left: 0px;
    top: unset;
    transform: translateY(0);
    bottom: -60px;
  }
  .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next{
    right: 0px;
    top: unset;
    transform: translateY(0);
    bottom: -60px;
  } 
  .detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul{
    margin-bottom: 60px;
  }

  .inner-product-recommendation .recommendation-box .product-recommendation-prev{
    left: 0;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-next{
    right: 0;
  }
}

@media screen and (max-width: 1250px) {
  .detail-product-page .detail-page-wrap2 .tab-items li {
    margin: 0;
  }
}

@media screen and (max-width: 1000px) {
  .detail-product-page .detail-page-wrap2 .tab-contents > li .seoPublic .title{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text {
    position: unset;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .detail-product-page .detail-page-wrap1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-product-page .detail-page-wrap1 .detail-left,
  .detail-product-page .detail-page-wrap1 .detail-right {
    width: 100%;
  }
  .detail-product-page .detail-page-wrap2 .tab-items li .icon {
    display: none;
  }
  .detail-product-page .detail-page-wrap1 .detail-right .product-desc p{
    font-size: 14px;
  }
  .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img{
    width: 100%;
  }
  .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .list-intro{
    min-height: unset;
  }
}

@media screen and (max-width: 700px) {
  .detail-product-page .detail-page-wrap2 .tab-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-prev{
     display: none;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-next{
     display: none;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-prev{
     display: none;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-next{
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a img{
    max-height: 270px;
  }
  .detail-product-page .detail-page-wrap2 .tab-contents > li table tr {
    font-size: 14px;
  }
  .detail-product-page .detail-page-wrap1 .detail-right{
    order: -1;
    margin-bottom: 25px;
  }
  .detail-product-page .detail-page-wrap2 .tab-items li{
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .detail-product-page .detail-page-wrap2 .tab-items li .title{
    font-size: 12px;
    word-wrap: break-word;
  }

    .detail-product-page .detail-page-wrap2 .tab-contents table tbody tr:first-child td span{
       font-size: 20px!important;
    }
    .detail-product-page .detail-page-wrap2 .tab-contents  .table1 table tbody{
        min-width: auto;
    }
    .detail-product-page .detail-page-wrap2 .tab-contents .table-det8  table tbody{
        min-width: 700px;
    } 
}



.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 6px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 60px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  height: 100%;
  line-height: 2;
}
.news-page .news-list ul li .text .xinwen{
  padding-bottom: 60px;
}
.news-page .news-list ul li .text .des{
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  line-height: 1.8;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-weight: bold;
  color: #151515;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f2f6f7;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 20px 0 20px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .more2 {
    position: relative;
    margin-top: 20px;
    right: 0;
    opacity: 1;
  }
  .news-page .news-list ul li .text .xinwen{
    padding-bottom: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .news-page .news-list ul li .text{
    padding-bottom: 0;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 16px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}


.contact-page .contact-information {
  /*background: url("../images/contact-information-bg.png") no-repeat center 100%;*/
}
.contact-page .contact-information .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-information .left {
  margin-top: 25px;
  width: 680px;
}
.contact-page .contact-information .left .public-title .span2{
  color: var(--color);
}
.contact-page .contact-information .left .intro {
  color: #333;
  max-width: 676px;
}
.contact-page .contact-information .left .social-account li:first-child a i {
  font-size: 28px;
}
.contact-page .contact-information .left .social-account a {
  width: 51px;
  height: 51px;
  border: 1px solid #434343;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #434343;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
}
.contact-page .contact-information .left .social-account a i {
  font-size: 24px;
}
.contact-page .contact-information .left .social-account a:hover {
  border-color: #010101;
  background: #010101;
  color: #fff;
}
.contact-page .contact-information .left .qr li{
  text-align: center;
}
.contact-page .contact-information .left .qr li:first-child {
  margin-right: 30px;
}
.contact-page .contact-information .left .qr .title {
  font-weight: bold;
}
.contact-page .contact-information .right{
  width: 700px;
}
.contact-page .contact-information .right .information-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-information .right .information-list li:nth-child(2) {
  border-top: 1px solid rgba(131, 131, 131, 0.27);
  border-bottom: 1px solid rgba(131, 131, 131, 0.27);
}
.contact-page .contact-information .right .information-list li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-information .right .information-list li .list-right {

}
.contact-page .contact-information .right .information-list li .list-right .title {
  font-weight: bold;
  margin-bottom: 14px;
}
.contact-page .contact-information .right .information-list li .list-right .list-intro {
  color: rgba(0, 0, 0, 0.53);
  line-height: 1.55;
  max-width: 416px;
}
.contact-page .contact-form {
      /*background: url(../images/index_3.jpg) no-repeat center 100%;*/
      background: #f7f7f7;
}
.contact-page .contact-form .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .contact-form form {

}
.contact-page .contact-form form .form-ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-form form .form-ul>li {
  position: relative;
  margin-top: 20px;
}
.contact-page .contact-form form .form-ul>li:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -2px;
  width: 82px;
  height: 83px;
  border-radius: 50%;
  z-index: 2;
}
.contact-page .contact-form form .form-ul>li input {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li input:-moz-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li input::-moz-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li input::placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(1),
.contact-page .contact-form form .form-ul>li:nth-child(2),
.contact-page .contact-form form .form-ul> li:nth-child(3),
.contact-page .contact-form form .form-ul>li:nth-child(4) {
  width: 48.8%;
}
.contact-page .contact-form form .form-ul>li:nth-child(1):before {
  background: var(--color) url("../images/contact-form-icon1.png") no-repeat center center;
}
.contact-page .contact-form form .form-ul>li:nth-child(2):before {
  background: var(--color) url("../images/contact-form-icon2.png") no-repeat center center;
}
.contact-page .contact-form form .form-ul>li:nth-child(3):before {
  background: var(--color) url("../images/contact-form-icon3.png") no-repeat center center;
}
.contact-page .contact-form form .form-ul>li:nth-child(4):before {
  background: var(--color) url("../images/contact-form-icon4.png") no-repeat center center;
}
.contact-page .contact-form form .form-ul>li:nth-child(4){
  position: relative;
   z-index: 2;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject{
  visibility: visible;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list{
  position: absolute;
  left: 0;
  top:78px;
  width: 100%;
  border: solid 1px #bfbfbf;
  background: #fff;
  transform-origin: center top;
  transform: scaleY(0);
  transition: .3s;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list.active{
    transform: scaleY(1);
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li{
  padding: 4px 8px;
  transition: .3s;
  cursor: pointer;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li:hover{
  color: #fff;
  background-color: var(--color);
}
.contact-page .contact-form form .form-ul>li:nth-child(4) select {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) select option {
  border: none;
}
.contact-page .contact-form form .form-ul>li:nth-child(4) select option:hover {
  background: var(--color);
}
.contact-page .contact-form form .form-ul>li:nth-child(5) {
  width: 100%;
}
.contact-page .contact-form form .form-ul>li:nth-child(5):before {
  background: var(--color) url("../images/contact-form-icon5.png") no-repeat center center;
  border-radius: 41px 41px 41px 0;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
  width: 100%;
  height: 275px;
  font-size: 21px;
  color: #000;
  padding-left: 120px;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  padding-top: 30px;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
  font-size: 21px;
  color: #000;
}
.contact-page .contact-form form .form-ul>li:last-child {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.contact-page .contact-form form .form-ul>li:last-child:before {
  display: none;
}
.contact-page .contact-form form .form-ul>li:last-child a.submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 231px;
  height: 64px;
  margin: 0 auto;
  background-color: var(--color);
  border-radius: 44px;
  border: 2px solid var(--color);
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-form form .form-ul>li:last-child a.submit:hover {
  background-color: transparent;
  color: var(--color);
}
.contact-page .contact-map {
  margin-top: 6.82291666vw;
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-information .left{
    width: 100%;
  }
  .contact-page .contact-information .left .intro{
    max-width: 100%;
  }
  .contact-page .contact-information .right{
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-information .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-information .left .intro,
  .contact-page .contact-information .right .information-list li .list-right .list-intro {
    max-width: 100%;
  }

  .contact-page .contact-form form .form-ul>li{
    width: 100% !important;
  }
  
}

@media screen and (max-width: 700px) {
  .contact-page .contact-form form .form-ul>li:nth-child(1),
  .contact-page .contact-form form .form-ul>li:nth-child(2),
  .contact-page .contact-form form .form-ul>li:nth-child(3),
  .contact-page .contact-form form .form-ul>li:nth-child(4) {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  
  .contact-page .contact-information .right .information-list li .icon {
    zoom: .5;
  }
  .contact-page .contact-form form .form-ul>li input {
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    padding-left: 60px;
  }
  .contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li input:-moz-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li input::-moz-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li input::placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li:nth-child(4) select {
    font-size: 16px;
    padding-left: 60px;
    height: 40px;
  }
  .contact-page .contact-form form .form-ul>li:before {
    width: 40px;
    height: 40px;
  }
  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
    padding-top: 15px;
    padding-left: 60px;
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
    font-size: 16px;
  }
  .contact-page .contact-form form .form-ul>li:last-child a.submit {
    height: 40px;
  }
  .contact-page .contact-information .right .information-list li{
    flex-wrap: wrap;
  }
  .contact-page .contact-information .right .information-list li .list-right{
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.chain-page .chain-2 .strength-list ul li {
    margin-top: 70px;
}

.chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.chain-page .chain-2 .strength-list ul li .box .img-box img {
    border-radius: 10px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox {
    background-color: #f6f7f9;
    border-radius: 10px;
    width: calc(50% + 40px);
    padding-left: 10%;
    padding-right: 6%;
    margin-left: -40px;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
    width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
    line-height: 1.4;
    color: #333333;
}

.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
    line-height: 1.8;
    color: #4c4c4c;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box {
    flex-direction: row-reverse;
}

.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: -40px;
    margin-left: 0;
    padding-left: 6%;
    padding-right: 10%;
}

@media (max-width: 1000px) {
    .chain-page .chain-2 .strength-list ul li .box .img-box {
        width: 100%;
    }

    .chain-page .chain-2 .strength-list ul li .box .txtbox {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .chain-page .chain-2 .strength-list ul li {
        margin-top: 30px;
    }
}


.sustanibility-page .sustanibility-2 .what {
    background-color: #f4f5f9;
    border-radius: 20px;
}

.sustanibility-page .sustanibility-2 .what .mk-tt {
    color: #333333;
}

.sustanibility-page .sustanibility-2 .what .left {
    width: 40%;
    padding-left: 5%;
}

.sustanibility-page .sustanibility-2 .what .right {
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
}

.sustanibility-page .sustanibility-2 .what .right ul li {
    padding: 5px 0;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .top {
    padding: 25px 35px 20px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li .box p {
    width: 100%;
    padding: 0 20px;
}

.sustanibility-page .sustanibility-2 .what .right ul li .box .content {
    padding: 25px 35px 40px;
    line-height: 1.7;
    display: none;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box {
    background-color: var(--color);
    border-radius: 10px;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .tt {
    color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box .content {
    color: #fff;
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box span.ico img {
    filter: brightness(0) invert(1);
}

.sustanibility-page .sustanibility-2 .what .right ul li.active .box i {
    color: #fff;
    transform: rotate(90deg);
}

.sustanibility-page .sustanibility-3 .zs-list ul {
    margin: 0 -20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 50%;
    padding: 0 20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box {
    position: relative;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img-box {
    width: 100%;
    object-fit: cover;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .desc {
    opacity: 0.8;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 4px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox01 {
    opacity: 1;
    transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02 {
    opacity: 0;
    transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 {
    opacity: 0;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox02 {
    opacity: 1;
}

.wc {
    color: #FFFFFF;
}


@media (max-width: 1250px) {
    .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 20px 15px;
    }

    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 20px 15px;
    }
}

@media (max-width: 1000px) {
    .sustanibility-page .sustanibility-2 .what .left {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sustanibility-page .sustanibility-2 .what .right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 5%;
    }

    .sustanibility-page .sustanibility-3 .zs-list ul li {
        width: 100%;
        padding: 10px 20px;
    }
}

@media (max-width: 700px) {
    .sustanibility-page .sustanibility-2 .what .right ul li .box .top {
        padding: 10px;
    }

    .sustanibility-page .sustanibility-2 .what .right ul li .box .content {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 img {
        zoom: 0.85;
    }
}


.cus-page .cus-2 {
  /*padding-top: 6%;*/
}
.cus-page .cus-2 .i-title {
  text-align: center;
}
.cus-page .cus-2 .con {
  color: #666;
}

.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 130px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  border-bottom: 1px solid #e1e5e5;
  height: 150px;
    display: flex;
    align-items: center;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 20px;
  line-height: 1.5;
  min-height: 4.5em;
  max-height: 4.5em;
  overflow-y: auto;
  color: #666;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: #155074;
}
.cus-page .cus-2 .content .item:hover .tit {
  color: #FFFFFF;
}
.cus-page .cus-2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.cus-page .cus-2 .content .item:hover .con .des {
  color: #FFFFFF;
}

.chain-page .oem-6 .con {
    border-radius: 15px;
    padding: 60px 20px;
}

.chain-page .oem-6 .con .more{
  padding: 16px 26px;
}

@media screen and (max-width: 1450px) {
  .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
}

@media screen and (max-width: 1250px) {
  .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .cus-page .cus-2 .content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 22px;
    line-height: 40px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
  .chain-page .oem-6 .con{
    padding: 40px 16px;
  }
}