@font-face {
  font-family: 'mon';
  src: url('../fonts/MODERNIZ.eot');
  src: url('../fonts/MODERNIZ.eot?#iefix') format('embedded-opentype'), url('../fonts/MODERNIZ.woff2') format('woff2'), url('../fonts/MODERNIZ.woff') format('woff'), url('../fonts/MODERNIZ.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#mobile3 .m-logo{
    background: #d5d5d5;
}
.seoPublic .Auxil-about .box .right div.h3{
  color: var(--color);
  font-size: 32px;
}
.seoPublic .Auxil-about .box .right{
  padding-top: 0;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #30318b;
  --color2: #e6212a;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-family: 'mon';
}
.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: 1480px;
}
.w-1770 {
  width: 1770px;
}
@keyframes loadAni {
  0% {
    stroke-dashoffset: 163.3;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.moreCont {
  display: inline-block;
  color: #fff;
  padding: 14px 38px;
  background-color: var(--color2);
  text-transform: uppercase;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}
.moreCont::before {
  background-color: var(--color);
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  opacity: 0;
  transition: all 0.5s;
  transform: scaleX(0);
}
.moreCont span {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  background-color: var(--color);
}
.moreCont:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.moreCont.black {
  color: #333333;
  background-color: #d6d6d6;
}
.moreCont.black::before {
  background-color: var(--color);
}
.moreCont.black:hover {
  color: #fff;
}
.moreCont.blue {
  background-color: var(--color);
}
.moreCont.blue::before {
  background-color: var(--color2);
}
.moreCont.blue:hover {
  color: #fff;
}
#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 {
  background-color: rgba(255, 255, 255, .6);
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  backdrop-filter: blur(4px);
}
#header > .nav .hTop {
  background-color: var(--color);
  height: 42px;
  overflow: hidden;
  transition: all .5s;
}
#header > .nav .hTop .container {
  color: #fff;
}
#header > .nav .hTop .container .cms {
  margin-right: auto;
}
#header > .nav .hTop .container .list .img {
  width: 18px;
  height: 18px;
}
#header > .nav .hTop .container .list .text {
  font-weight: 500;
}
#header > .nav .hTop .container .lang_cont .c_cont .text {
  color: var(--color2);
  text-transform: uppercase;
}
#header > .nav .hTop .container .search {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#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;
}
#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: 60px;
}
#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,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#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 {
  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: var(--color);
  -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 .openBtn {
  text-transform: uppercase;
  padding: 6px 26px;
  border-radius: 10px;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .openBtn:hover {
  background-color: var(--color2);
}
#header > .nav > .menu .menu-box .right .search {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
}
#header > .nav > .menu .menu-box .right .search .img {
  width: 18px;
  height: 18px;
}
#header > .nav > .menu .menu-box .right .search:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .imgC {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .imgC .img {
  width: 18px;
  height: 18px;
}
#header > .nav > .menu .menu-box .right .formCont form {
  background-color: #f2f2f2;
  padding: 2px;
  border-radius: 18px;
  width: 190px;
}
#header > .nav > .menu .menu-box .right .formCont form .text {
  border: none;
  background-color: transparent;
  padding: 0 10px;
  width: -webkit-calc(72%);
  width: -moz-calc(72%);
  width: calc(100% - 28px);
}
#header > .nav > .menu .menu-box .right .formCont form .btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--color);
  border: none;
  -o-background-size: 14px 14px;
  background-size: 14px 14px;
}
#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: #fff;
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.5);
}
#header.active > .nav .hTop{
  height: 0;
}
#banner {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: 40px;
}
#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: 880px;
  -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;
  padding-bottom: 50px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 48%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .img1 {
  height: 76px;
  background-position: left center;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  color: #fff;
  font-weight: bold;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
  color: #fff;
  font-weight: 500;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont2{
  width: 48%;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}
#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;
  transform: translateY(-50%);
}
#banner .sPage .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 8px 0;
  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;
  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 {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: var(--color);
}
#index-body .init-1 .titleC .container .left {
  width: 50%;
  color: #fff;
  font-weight: bold;
}
#index-body .init-1 .titleC .container .right {
  width: 560px;
  color: #fff;
}
#index-body .init-1 .contentC {
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 60px;
}
#index-body .init-1 .contentC .bg {
  background-size: 100% 80%;
  background-position-y: 10%;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-1 .contentC .container .btn {
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  background-color: var(--color);
  border-radius: 50%;
  top: 40%;
  right: 23%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
#index-body .init-1 .contentC .container .btn .subImg {
  width: 28px;
  height: 10px;
}
#index-body .init-1 .contentC .container .btn:hover {
  background-color: var(--color2);
}
#index-body .init-1 .contentC .container .prev {
  right: unset;
  left: 23%;
}
#index-body .init-1 .contentC ul li {
  width: 33.33%;
}
#index-body .init-1 .contentC ul li .box {
  transform-origin: left;
  transform: scale(0.5);
}
#index-body .init-1 .contentC ul li .box a {
  display: block;
}
#index-body .init-1 .contentC ul li .box .title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
#index-body .init-1 .contentC ul li .box .title::before {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
  background-image: linear-gradient(to top, var(--color) 20%, rgba(239, 239, 239, 0) 80%);
}
#index-body .init-1 .contentC ul li .box .more {
  display: inline-block;
  opacity: 0;
}
#index-body .init-1 .contentC ul li.swiper-slide-prev .box {
  transform-origin: left;
}
#index-body .init-1 .contentC ul li.swiper-slide-next .box {
  transform-origin: right;
}
#index-body .init-1 .contentC ul li.swiper-slide-next + .swiper-slide .box {
  transform-origin: right;
}
#index-body .init-1 .contentC ul li.swiper-slide-active .box {
  transform: scale(1);
}
#index-body .init-1 .contentC ul li.swiper-slide-active .box .title {
  transform: scale(1.5);
  color: #ffffff;
}
#index-body .init-1 .contentC ul li.swiper-slide-active .box .title::before {
  opacity: 1;
}
#index-body .init-1 .contentC ul li.swiper-slide-active .box .more {
  opacity: 1;
}
#index-body .init-2 {
  z-index: 1;
}
#index-body .init-2 .subImgC {
  width: 100%;
  height: 130%;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#index-body .init-2 .subImg {
  z-index: -2;
  top: 0;
  left: 40px;
  width: 610px;
  height: 610px;
}
#index-body .init-2 .subImg2 {
  top: unset;
  left: unset;
  right: -150px;
  bottom: 0;
}
#index-body .init-2 .container .title {
  font-weight: bold;
  max-width: 1130px;
  margin: 0 auto;
}
#index-body .init-2 .container .des {
  color: #5e5e5e;
}
#index-body .init-3 {
  position: relative;
  z-index: 2;
}
#index-body .init-3 .img img {
  width: 100%;
  border-radius: 100px;
  display: block;
  mask-image: radial-gradient(circle, black 36%, transparent 10%);
}
#index-body .init-3 .content ul {
  padding-top: 60px;
}
#index-body .init-3 .content ul li {
  margin-top: 40px;
}
#index-body .init-3 .content ul li .box {
  padding-left: 20px;
}
#index-body .init-3 .content ul li .box .top {
  font-size: 72px;
  font-weight: bold;
  z-index: 2;
}
#index-body .init-3 .content ul li .box .top .sub {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #f2f2f2;
  z-index: -1;
  top: -20px;
  left: -20px;
  transform-origin: left;
}
#index-body .init-3 .content ul li .box .bottom {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}
#index-body .init-3 .content ul li .box:hover .top .sub {
  transform: scale(1.2);
  background-color: var(--color2);
}
#index-body .init-4 {
  height: 950px;
  z-index: 2;
}
#index-body .init-4 .imgList1,
#index-body .init-4 .imgList1 ul,
#index-body .init-4 .imgList1 li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: brightness(0.9);
}
#index-body .init-4 .imgList1 ul li {
  display: none;
}
#index-body .init-4 .imgList1 ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
}
#index-body .init-4 .imgList2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-4 .imgList2 ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-4 .imgList2 ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: brightness(0.5);
  mask-image: url('../images/index_11.png');
  -webkit-mask-image: url('../images/index_11.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 62% 100%;
}
#index-body .init-4 .container {
  height: 100%;
  z-index: 2;
}
#index-body .init-4 .container .left {
  max-width: 760px;
}
#index-body .init-4 .container .left .title {
  color: #fff;
  font-weight: bold;
  height: 260px;
}
#index-body .init-4 .container .left .des .box .text {
  color: #fff;
}
#index-body .init-4 .container .right {
  width: 650px;
  right: -84px;
}
#index-body .init-4 .container .right ul li {
  cursor: pointer;
  position: relative;
  margin-top: 10px;
}
#index-body .init-4 .container .right ul li .box {
  height: 100px;
}
#index-body .init-4 .container .right ul li .box .cirC {
  width: 60px;
  position: relative;
  z-index: 2;
}
#index-body .init-4 .container .right ul li .box .cirC .sub {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(231, 231, 231, 0.5);
}
#index-body .init-4 .container .right ul li .box svg {
  background-color: transparent;
  transform: rotate(-90deg);
}
#index-body .init-4 .container .right ul li .box svg circle {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}
#index-body .init-4 .container .right ul li .box svg .fg {
  stroke: var(--color2);
  stroke-dasharray: 163.3;
  stroke-dashoffset: 163.3;
}
#index-body .init-4 .container .right ul li .box .text {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  width: calc(100% - 60px);
  padding-left: 20px;
}
#index-body .init-4 .container .right ul li:first-child {
  margin-top: 0;
}
#index-body .init-4 .container .right ul li.active .box svg .fg {
  animation: loadAni 1s linear forwards;
}
#index-body .init-4 .container .right ul li.active .box .text {
  color: #fff;
}
#index-body .init-4 .container .right ul li.active .box .cirC .sub {
  background-color: #fff;
}
#index-body .init-4 .container .right ul .li2 {
  left: 20px;
}
#index-body .init-4 .container .right ul .li3 {
  left: 26px;
}
#index-body .init-4 .container .right ul .li4 {
  left: 20px;
}
#index-body .init-5 {
  background-size: cover;
}
#index-body .init-5 .container .tipsTitle {
  font-weight: bold;
}
#index-body .init-5 .container .des {
  color: #5e5e5e;
}
#index-body .init-5 .container .des em {
  display: inline-block;
  position: relative;
}
#index-body .init-5 .container .des em::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 4px;
  left: 0;
  background-color: #b9b9b9;
}
#index-body .init-5 .container .content ul li {
  width: 30%;
}
#index-body .init-5 .container .content ul li .box {
  padding: 0 50px;
  border-right: 1px solid #ededed;
}
#index-body .init-5 .container .content ul li .box .time {
  color: #333333;
}
#index-body .init-5 .container .content ul li .box .title {
  color: #3a3a3a;
  font-weight: 500;
  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 .img {
  display: block;
  opacity: 0.7;
}
#index-body .init-5 .container .content ul li .box:hover .time {
  color: var(--color2);
}
#index-body .init-5 .container .content ul li .box:hover .title {
  color: var(--color);
}
#index-body .init-5 .container .content ul li .box:hover .img {
  opacity: 1;
}
#index-body .init-5 .container .content .sPage {
  text-align: center;
}
#index-body .init-5 .container .content .sPage .swiper-pagination-bullet {
  background-color: #d2d2d2;
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: all 0.5s;
  margin: 4px;
}
#index-body .init-5 .container .content .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color2);
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #f2f2f2;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#footer .fTop {
  padding-top: 60px;
}
#footer .fTop .container .listCont {
  margin-top: 40px;
}
#footer .fTop .container .listCont .share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #3a3a3a;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.5s;
}
#footer .fTop .container .listCont .share ul li a:hover {
  background-color: var(--color2);
  color: #fff;
  border: 1px solid var(--color2);
}
#footer .fTop .container .listCont .share2{
  margin-top: -10px;
}
#footer .fTop .container .listCont .share2 ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000;
  width: 100px;
  height: 100px;
  line-height: 1;
  margin-top: 30px;
  font-size: 60px;
  transition: all .5s;
}
#footer .fTop .container .listCont .share2 ul li a:hover{
  background: var(--color2);
  color: #fff;
  border: 1px solid var(--color2);
}
#footer .fTop .container .listCont .first {
  color: #3a3a3a;
  font-weight: 600;
}
#footer .fTop .container .listCont .line {
  width: 80px;
  height: 2px;
  background-color: var(--color);
  margin: 20px 0 30px 0;
}
#footer .fTop .container .listCont .menu-menu-container ul li {
  margin-top: 10px;
}
#footer .fTop .container .listCont .menu-menu-container ul li a {
  color: #333333;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 500;
}
#footer .fTop .container .listCont .menu-menu-container ul li a:hover {
  color: var(--color2);
}
#footer .fTop .container .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fTop .container .listCont .list2 {
  margin-top: 10px;
}
#footer .fTop .container .listCont .list2 a {
  font-weight: 600;
  color: rgba(51, 51, 51, 0.6);
  font-size: 18px;
}
#footer .fTop .container .listCont .list2 a:hover {
  color: var(--color2);
}
#footer .fTop .container .listCont .list3 {
  color: rgba(51, 51, 51, 0.6);
  font-size: 18px;
  font-weight: 600;
}
#footer .fTop .container .listCont1 {
  width: 220px;
}
#footer .fTop .container .listCont2 {
  width: 200px;
}
#footer .fTop .container .listCont3 {
  width: 170px;
}
#footer .fTop .container .listCont4 {
  width: 170px;
}
#footer .fTop .container .listCont5 {
  width: 320px;
}
#footer .fTop .container .listCont6{
  width: 230px;
}
#footer .map {
  border-top: 1px solid #d9d9d9;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  background-color: var(--color);
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.5);
  position: relative;
  top: 2px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
}
@media (max-width: 1700px) {
  #index-body .init-1 .contentC ul li .box .title {
    font-size: 2vw;
  }
  #index-body .init-2 .subImg {
    width: 30vw;
    height: 30vw;
  }
  #index-body .init-2 .subImg2 {
    width: 30vw;
    height: 30vw;
  }
  #index-body .init-4 .container {
    position: unset;
  }
  #index-body .init-4 .container .left {
    position: relative;
  }
  #index-body .init-4 .container .right {
    width: 38vw;
    right: 3.3vw;
  }
  #index-body .init-4 .container .right ul .li2 {
    left: 1.3vw;
  }
  #index-body .init-4 .container .right ul .li3 {
    left: 1.5vw;
  }
  #index-body .init-4 .container .right ul .li4 {
    left: 1.3vw;
  }
}
@media (max-width: 1450px) {
  #index-body .init-4 .container .left {
    width: 46vw;
  }
  #index-body .init-4 .container .right {
    right: 3.7vw;
  }
}
@media (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #index-body .init-1 .contentC ul li .box {
    width: 100%;
  }
  #index-body .init-1 .contentC ul li .box .img img {
    width: 100%;
  }
  #index-body .init-1 .contentC .container .btn {
    right: 10px;
  }
  #index-body .init-1 .contentC .container .prev {
    right: unset;
    left: 10px;
  }
  #index-body .init-1 .contentC .bg {
    display: none;
  }
  #index-body .init-1 .titleC .container .left {
    width: 100%;
  }
  #index-body .init-1 .titleC .container .right {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .init-1 .contentC {
    padding-top: 40px;
  }
  #index-body .init-1 .contentC ul li .box .title {
    font-size: 24px;
  }
  #index-body .init-1 .contentC ul li.swiper-slide-active .box .title {
    transform: scale(1);
  }
  #index-body .init-3 .content ul li .box .top {
    font-size: 50px;
  }
  #index-body .init-3 .content ul li .box .top .sub {
    width: 100px;
    height: 100px;
  }
  #index-body .init-4 .container .right {
    position: relative;
    top: 0;
    left: 0;
    order: -1;
    width: 100%;
  }
  #index-body .init-4 .container .right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  #index-body .init-4 .container .right ul li {
    margin-right: 20px;
    left: 0 !important;
    margin-top: 10px;
  }
  #index-body .init-4 .container .right ul li .box {
    height: auto;
  }
  #index-body .init-4 .container .left {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  #index-body .init-4 .container .left .title {
    height: auto;
  }
  #index-body .init-4 {
    height: auto;
    padding: 40px 0;
  }
  #index-body .init-4 .imgList1 {
    display: none;
  }
  #index-body .init-4 .imgList2 ul li {
    filter: brightness(0.5);
    mask-image: none;
  }
  #footer .fTop .container .listCont6{
    width: 590px;
  }
  #footer .fTop .container .listCont5 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .seoPublic .Auxil-about .box .right{
    margin-top: 20px;
  }
  .seoPublic .Auxil-about .box .right div.h3{
    font-size: 28px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box{
    padding-bottom: 0;
    align-items: center;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont2{
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont{
    width: 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title{
     text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;
  }
  
  #index-body .init-1 .contentC ul li.swiper-slide-active .box .title::before {
    display: none;
  }
  #index-body .init-1 .contentC {
    padding-bottom: 20px;
  }
}
@media (max-width: 700px) {
  #index-body .init-3 .content ul li {
    width: 100%;
  }
  #index-body .init-5 .container .content ul li .box {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .seoPublic .Auxil-about .box .right div.h3{
    font-size: 24px;
  }  
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 280px;
  }
  .moreCont {
    padding: 10px 20px;
  }
  #index-body .init-1 .contentC .container .btn {
    width: 40px;
    height: 40px;
  }
  #index-body .init-1 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #index-body .init-4 .container .right ul li .box .cirC {
    display: none;
  }
  #index-body .init-4 .container .right ul li .box .text {
    width: 100%;
    padding-left: 0;
  }
  #index-body .init-5 .container .content ul li .box {
    padding: 0 10px;
  }
  #footer .fTop {
    padding-top: 0;
  }
  #footer .fTop .container .listCont .line {
    margin: 10px 0 20px 0;
  }
}


.inner-banner {
  position: relative;
  height: 450px;
  margin-top: 126px;
  z-index: 2;
}
.inner-banner .swiper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.inner-banner .swiper .swiper-wrapper{
  width: 100%;
  height: 100%;
}
.inner-banner .swiper .swiper-wrapper .swiper-slide{
  height: 100%;
  background-size: cover;
}

.inner-banner .box {
  position: absolute;
  left: 0;
  bottom: 80px;
  right: 0;
}
.inner-banner .box h2,
h1.banneryr {
  font-size: 34px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  margin-bottom: 35px;

}
.inner-banner .box .mbx {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.inner-banner .box .mbx span {
  color: #ffffff;
}
.product-yd-page {
  background: url(../images/product-yd-page-bg.jpg) no-repeat center center;
  padding: 150px 0;
}
.product-yd-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 120px;
}
.product-yd-page ul li .img .img-box {
  border-radius: 30px 30px 0 30px;
}
.product-yd-page ul li .img img {
  width: 100%;
  max-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-yd-page ul li .content {
  background-color: white;
  border-radius: 0 50px 50px 0;
  padding: 45px 20px 45px 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-yd-page ul li .content .h2 {
  position: relative;
  padding-bottom: 13px;
  font-weight: 600;
}
.product-yd-page ul li .content .h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: var(--color);
}
.product-yd-page ul li .content .des {
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  margin: 29px 0 25px;
}
.product-yd-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.product-yd-page ul li:nth-child(2n) .img .img-box {
  border-radius: 30px 30px 30px 0;
}
.product-yd-page ul li:nth-child(2n) .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 50px 0 0 50px;
}
.product-yd-page ul li:last-child {
  margin-bottom: 0;
}
.m-page {
  text-align: right;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.inner-page{
  background-image: url(../images/bank-contact.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.inner-page .top-nav {
  margin-bottom: 70px;
  z-index: 3;
  position: relative;
}
.inner-page .top-nav ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 14px 1px rgb(137 137 137 / 30%);
    border-radius: 50px;
}
.inner-page .top-nav ul.list > li {
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  flex-grow: 1;
  background-color: #e6eed9;
  position: relative;
  padding: 6px 0;
}
.inner-page .top-nav ul.list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  height: 82px;
}
/*.inner-page .top-nav ul.list > li > a .icon {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: white;
  text-align: center;
  line-height: 78px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}*/
.inner-page .top-nav ul.list > li > a .icon img {
  vertical-align: middle;
}
.inner-page .top-nav ul.list > li ul {
  position: absolute;
  left: 60px;
  top: 100%;
  width: 80%;
  border-radius: 0 0 45px 45px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 3;
}
.inner-page .top-nav ul.list > li ul li {
  position: relative;
}
.inner-page .top-nav ul.list > li ul li a {
  font-size: 20px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #e5e8e8;
  padding: 25px 55px;
  position: relative;
  background-color: white;
}
.inner-page .top-nav ul.list > li ul li ul {
  left: 100%;
  top: 0;
}
.inner-page .top-nav ul.list > li ul li ul li a {
  overflow: hidden;
}
.inner-page .top-nav ul.list > li ul li ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 40px solid transparent;
  border-left: 30px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.inner-page .top-nav ul.list > li ul li ul li:hover a::after {
  opacity: 1;
}
.inner-page .top-nav ul.list > li ul li:last-child a {
  border-bottom: none;
  border-radius: 0 0 45px 45px;
}
.inner-page .top-nav ul.list > li > ul > li:hover > a {
  background-color: var(--color);
  color: white;
}
.inner-page .top-nav ul.list > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: white;
}
.inner-page .top-nav ul.list > li:first-child {
  border-radius: 45px 0 0 45px;
}
.inner-page .top-nav ul.list > li:last-child {
  border-radius: 0 45px 45px 0;
}
.inner-page .top-nav ul.list > li.active > a,
.inner-page .top-nav ul.list > li:hover > a {
  color: var(--color);
}
.inner-page .top-nav ul.list > li.active > a .icon,
.inner-page .top-nav ul.list > li:hover > a .icon {
  background-color: var(--color);
}
.inner-page .top-nav ul.list > li.active > a .icon img,
.inner-page .top-nav ul.list > li:hover > a .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-page {
  padding-top: 90px;
  /*background: url(../images/product-yd-page-bg.jpg) no-repeat center center;*/
}
.product-page .product-1 {
  padding-bottom: 100px;
}
.product-page .product-1 .left{
  width: 34%;
  padding-right: 50px;
  position: sticky;
  top: 120px;
}
.product-page .product-1 .left .box{
  border: 1px solid #eee;
  background: white;
  border-radius: 45px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
  padding: 0px 0 20px;
}
.product-page .product-1 .left .box .h3{
  font-size: 24px;
  color: white;
  font-weight: bold;
  background: var(--color);
  border-radius: 10px 10px 0 0;
  padding: 5px 15px;
}
.product-page .product-1 .left .box .h3 i{
  font-size: 18px;
  margin-right: 10px;
}
.product-page .product-1 .left .box ul{
  margin: 0;
}
.product-page .product-1 .left .box ul li{
  padding: 0;
}
.product-page .product-1 .left .box > ul > li{
  font-size: 18px;
  position: relative;
  padding: 5px 0;
  border-radius: 45px;
  background: transparent;
}

.product-page .product-1 .left .box > ul > li > a{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*border-bottom: 1px solid #eee;*/
  padding: 10px 30px;
  font-weight: 500;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 45px;
}

.product-page .product-1 .left .box > ul > li:last-child > a{
  border: none;
}
.product-page .product-1 .left .box > ul > li > a .icon{
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 78px;
  margin-right: 15px;
  vertical-align: middle;
}
.product-page .product-1 .left .box > ul > li > a .icon img{
  vertical-align: middle;
}
.product-page .product-1 .left .box>ul>li a i{
  position: absolute;
  right: 25px;
  font-size: 30px;
   transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .left .box>ul>li li a{
  position: relative;
}
.product-page .product-1 .left .box>ul>li li a i{
  font-size: 24px;
}
/*.product-page .product-1 .left .box>ul>li.active>a i,*/
.product-page .product-1 .left .box ul li a i.active{
   transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.product-page .product-1 .left .box > ul > li ul{
  padding: 15px 20px;
  display: none;
}
.product-page .product-1 .left .box > ul > li ul li{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .left .box > ul > li ul li a{
  display: block;
  padding: 20px 40px;
  border-bottom: 1px solid #eee; 
}
.product-page .product-1 .left .box > ul > li:hover > a,
.product-page .product-1 .left .box > ul > li.active > a{
  background: #e6eed9;
  color: var(--color);
}
.product-page .product-1 .left .box > ul > li:hover > a .icon,
.product-page .product-1 .left .box > ul > li.active > a .icon{
  background: var(--color);
}
.product-page .product-1 .left .box > ul > li:hover > a .icon img,
.product-page .product-1 .left .box > ul > li.active > a .icon img{
  filter: brightness(0) invert(1);
}
.product-page .product-1 .left .box > ul > li ul li:hover > a,
.product-page .product-1 .left .box > ul > li ul li.active > a{
  color: var(--color);
}
.product-page .product-1 .left .box > ul li.active > ul{
  display: block;
}
.product-page .product-1 .right{
  width: 66%;
  position: relative;
}
.product-page .product-1 .right .box_2{
  background: white;
  padding: 30px; 
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
  border-radius: 20px;
  overflow: hidden;
}
.product-page .product-1 .right .box_2 .list_box.active{
  display: block;
}
.product-page .product-1 .right .btn{
  text-align: right;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: -80px;
}
.product-page .product-1 .right .btn > div{
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
}
.product-page .product-1 .right .btn span{
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color);
  color: var(--color);
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; 
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.product-page .product-1 .right .btn > div.active span,
.product-page .product-1 .right .btn > div:hover span{
  background: var(--color);
  color: white;
}
.product-page .product-1 h1 {
  font-weight: 600;
}
.product-page .product-1 .Auxil-catdes {
  font-size: 16px;
  line-height: 26px;
  margin: 22px 0 75px;
  /*font-weight: 400;*/
  
}
.product-page .product-1 .Auxil-catdes .des{
  height: 107px;
  overflow: auto;
  padding-right: 6px;
  font-weight: normal;
}
.product-page .product-1 .Auxil-catdes .des.active{
  height: auto;
}
.product-page .product-1 .Auxil-catdes .mores{
  color: var(--color);
  text-decoration: underline;
  cursor: pointer;
}
.product-page .product-1 ul {
  margin: -8px;
  /*background: url(../images/product-yd-page-bg.jpg) no-repeat center center;*/
}
.product-page .product-1 ul li {
  padding: 8px;
}
.product-page .product-1 ul li .img {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 ul li .img .img-box {
  border-radius: 10px;
  background-color: #F2F2F2;
}
.product-page .product-1 ul li .img .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: white;
  z-index: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.product-page .product-1 ul li .img .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.product-page .product-1 ul li .img .arrow:hover::after {
  width: 100%;
}
.product-page .product-1 ul li .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.product-page .product-1 ul li .h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 70px;
}
.product-page .product-1 ul li:hover .img::after {
  opacity: 1;
}

.product-page .product-1 .right .list_two ul li{
  padding: 20px 0;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #efefef;
}
.product-page .product-1 .right .list_two ul li::after{
  background: #f2f5f7;
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  right: -30px;
  bottom: 0;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.product-page .product-1 .right .list_two ul li:hover::after{
  opacity: 1;
}
.product-page .product-1 .right .list_two ul li .left_img{
  width: 30%;
  vertical-align: middle;
}
.product-page .product-1 .right .list_two ul li .left_img .small{
  display: inline-block;
  width: 18.5%;
  vertical-align: top;
  margin: -3px;
}
.product-page .product-1 .right .list_two ul li .left_img .small .swiper{
  height: 210px;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img{
  padding: 3px;
  box-shadow: unset;
  height: 100%;
  border-radius: 0;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img a{
  display: block;
  height: 100%;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img::after{
  content: none;
}
.product-page .product-1 .right .list_two ul li .left_img .big{
  width: 77.5%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
}
.product-page .product-1 .right .list_two ul li .right_content{
  width: 70%;
  text-align: left;
  padding-left: 20px;
  vertical-align: middle;
}
.product-page .product-1 .right .list_two ul li .right_content .more{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
}
.product-page .product-1 .right .list_two ul li .right_content .h4{
  text-align: left;
  font-weight: 600;
  margin: 0 0 10px;
}
.product-page .product-1 .right .list_two ul li .right_content .des{
  font-size: 14px;
  line-height: 28px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
margin: 20px 0;
}
.prodet-page {
  padding-top: 0;
}
.prodet-page .box2 h1{
  width: 100%;
  margin-bottom: 60px;
}
.prodet-page .box2Left{
  width: 47%;
}
.prodet-page .box2Left ul li{
  width: 100%;
      background: #f3f3f3;
    border-radius: 20px;
}
.prodet-page .box2Left ul li img{
  width: 100%;
}
.prodet-page .box2Right{
  width: 47%;

}
.prodet-page .box2Right .list{
  padding: 30px 0;
  border-bottom: 1px solid #666;
}
.prodet-page .box2Right .list:first-child{
  padding-top: 0;
}
.prodet-page .box2Right .list:last-child{
  border-bottom: none;
}
.prodet-page .box2Right .list .titleC{
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.prodet-page .box2Right .list .titleC i{
  position: absolute;
  font-weight: bold;
  top: 4px;
  right: 0;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  transform-origin: center center;
  text-align: center;
}
.prodet-page .box2Right .list .titleC.active i{
  transform: rotate(45deg);
}
.prodet-page .box2Right .list .des{
  margin-top: 20px;
  display: none;
}
.prodet-page .title {
  position: relative;
  font-size: 30px;
  border-bottom: 1px solid #c8c8c8;
  font-weight: 600;
}
.prodet-page .prodet-2 .titleC{
    border-bottom: 1px solid #c8c8c8;
}
.prodet-page .prodet-2 .titleC .title2{
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
    font-size: 30px;
    font-weight: 600;
    margin-right: 20px;
    cursor: pointer;
}
.prodet-page .prodet-2 .titleC .title2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: var(--color);
  transition: all .5s;
  transform: scaleX(0);
}
.prodet-page .prodet-2 .titleC .title2.active::after{
  transform: scaleX(1);
}
.prodet-page .title span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.prodet-page .title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.prodet-page .prodet-1 {
  background: url(../images/prodet-1-bg.png) no-repeat top #f7f9f4;
  padding: 145px 0 85px;
}
.prodet-page .prodet-1 .left {
  vertical-align: bottom;
  position: relative;
  border-radius: 30px 30px 0 0;
  background: #fdfff9;
}
.prodet-page .prodet-1 .left .color{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  text-align: center;
}
.prodet-page .prodet-1 .left .color ul{
  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;
}
.prodet-page .prodet-1 .left .color ul li{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid transparent;
}
.prodet-page .prodet-1 .left .color ul li.active{
  border-color: var(--color);
}
.prodet-page .prodet-1 .left a {
  display: block;
}
.prodet-page .prodet-1 .left img {
  border-radius: 30px 30px 0 30px;
  width: 100%;
  background-color: #fdfff9;
}
.prodet-page .prodet-1 .left ul .slick-dots{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;

}
.prodet-page .prodet-1 .left ul .slick-dots li{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.5s;
  background: #e4f0d3;
}

.prodet-page .prodet-1 .left ul .slick-dots li button{
  display: none;
}
.prodet-page .prodet-1 .left ul .slick-dots li.slick-active{
  background: var(--color);
}
.prodet-page .prodet-1 .right {
  vertical-align: bottom;
}
.prodet-page .prodet-1 .right .Auxil-through {
  text-align: right;
}
.prodet-page .prodet-1 .right .Auxil-through a {
  display: inline-block;
  text-align: center;
  margin-left: 30px;
}
.prodet-page .prodet-1 .right .Auxil-through a .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .Auxil-through a .icon img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .Auxil-through a span {
  font-size: 17px;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover .icon {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-1 .right .box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 50px 50px 0;
  padding: 40px 25px 40px 60px;
  margin-top: 25px;
}
.prodet-page .prodet-1 .right .box h1 {
  position: relative;
  padding-bottom: 14px;
  font-weight: 600;
}
.prodet-page .prodet-1 .right .box h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: var(--color);
}
.prodet-page .prodet-1 .right .box .content {
  font-size: 16px;
  line-height: 28px;
  color: #011e1a;
  margin: 24px 0 29px;
  font-weight: 400;
    overflow: auto;
    max-height: 340px;
}
.prodet-page .prodet-1 .right .box .gallery {
  margin-top: 43px;
}
.prodet-page .prodet-1 .right .box .gallery ul {
  margin: -11px;
}
.prodet-page .prodet-1 .right .box .gallery .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .right .box .gallery ul .slick-track{
  transform: translate(0,0) !important;
}
.prodet-page .prodet-1 .right .box .gallery ul li {
  padding: 11px;
}
.prodet-page .prodet-1 .right .box .gallery ul li a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #fdfff9;
}
.prodet-page .prodet-1 .right .box .gallery .slick-current ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul li:hover a {
  border-color: var(--color);
}
.prodet-page .prodet-1 .right .color{
  margin-top: 15px;
}
.prodet-page .prodet-1 .right .color ul{
  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;*/
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .right .color ul li{
  width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
}
.prodet-page .prodet-1 .right .color ul li .box2{
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-1 .right .color ul li .box2 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prodet-page .prodet-1 .right .color ul li:hover::after,
.prodet-page .prodet-1 .right .color ul li.active::after{
  border-color: white;
}
.prodet-page .prodet-1 .right .color ul li:hover,
.prodet-page .prodet-1 .right .color ul li.active{
  border-color: var(--color);
}
.prodet-page .prodet-2 {
  padding-bottom: 130px;
}
.prodet-page .prodet-2 .content table{
  text-align: center;
  background: var(--color);
}
.prodet-page .prodet-2 .content table tr{
  background: var(--color);
}
.prodet-page .prodet-2 .content table tr td{
  min-width: 130px;
  color: #fff;
  border: 1px solid #fff;
}
.prodet-page .prodet-2 .content.det1 ul{
  display: block;
    margin: -10px;
}
.prodet-page .prodet-2 .content.det1 ul li{
  /*width: 25%;*/
  padding: 10px;
  text-align: center;
  flex: 1;
}
.prodet-page .prodet-2 .content.det1 ul li img{
  max-width: 100%;
}
.prodet-page .prodet-2 .content.img_1 ul{
  margin: -15px;
}
.prodet-page .prodet-2 .content.img_1 ul li{
  padding: 15px;
}
.prodet-page .prodet-2 .det4 ul{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}
.prodet-page .prodet-2 .det4 ul li{
  width: 25%;
  text-align: center;
  padding: 20px;
}
.prodet-page .prodet-2 .det4 ul li img{
  max-width: 200px;
}
.prodet-page .prodet-2 .det2 table tr:first-child{
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 .det2 table tr:first-child td{
  padding: 20px 0;
}
.prodet-page .prodet-2 .det5 table tr:not(:first-child) td:nth-child(1),
.prodet-page .prodet-2 .det5 table tr:first-child td:nth-child(2){
  background: var(--color) !important;
  color: white;
}
.prodet-page .prodet-2 .det5 table tr:first-child td:nth-child(2) span{
  color: white !important;
}
.prodet-page .Auxil-related .title {
  margin-bottom: 55px;
}
.prodet-page .Auxil-related ul {
  background: white;
}
.detlunbo ul li a{
  display: block;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #fdfff9;
    border: 2px solid transparent;
}
.detlunbo ul li:hover a{
  border-color: var(--color);
}

.sus-page .i-title {
  color: #011e1a;
}
.sus-page .sus-1 {
  padding-top: 115px;
  padding-bottom: 80px;
  background-color: #f2f5f7;
}
.sus-page .sus-1 .i-title {
  color: #011e1a;
  font-weight: bold;
}
.sus-page .sus-1 .h4 .sp span{
  background: var(--color);
    color: #fff;
    margin: 0px 5px;
    border-radius: 20px;
    padding: 10px 30px;
}
.sus-page .sus-1 .h4 {
  font-weight: 400;
  color: #011e1a;
  font-size: 24px;
  margin: 24px 0 36px;
}
.sus-page .sus-1 .text {
  margin-bottom: 44px;
}
.sus-page .sus-1 .img {
  border-radius: 50px;
  overflow: hidden;
}
.sus-page .sus-2 {
  background-color: #f8faf5;
  padding: 85px 0 105px;
}
.sus-page .sus-2 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-2 ul li {
  width: 35%;
}
.sus-page .sus-2 ul li .h3 {
  font-size: 30px;
  font-weight: bold;
  color: #011e1a;
  position: relative;
  z-index: 2;
  margin-bottom: 19px;
}
.sus-page .sus-2 ul li .h3 span {
  font-size: 94px;
  color: #b9d488;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.sus-page .sus-2 ul li.wid-100 {
  width: 100%;
}
.sus-page .sus-2 ul li.img {
  text-align: center;
  margin-top: -100px;
  /*margin-right: 100px;*/
}
.sus-page .sus-3 {
  background: url(../images/sus-3.jpg) no-repeat;
  background-size: cover;
  padding: 95px 0 150px;
}
.sus-page .sus-3 .box {
  width: 55%;
  color: white;
}
.sus-page .sus-3 .box .i-title {
  color: white;
}
.sus-page .sus-3 .box .content {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 100px;
}
.sus-page .sus-3 .box .content em {
  font-size: 24px;
  font-weight: 500;
}
.sus-page .sus-4 {
  padding-top: 100px;
  padding-bottom: 95px;
  background-color: #f2f5f7;
}
.sus-page .sus-4 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-4 ul {
  margin: -18px;
}
.sus-page .sus-4 ul li {
  padding: 18px;
  text-align: center;
}
.sus-page .sus-4 ul li .img-box {
  border-radius: 50px;
}
.service-page.sus-page .sus-4 ul li .img-box,
.quality-page.sus-page .sus-4 ul li .img-box{
  border-radius: 50%;
}
.sus-page .sus-4 ul li .h4 {
  font-size: 28px;
  font-weight: bold;
  color: #011e1a;
  margin: 24px 0 4px;
}
.sus-page .sus-4 ul li .text {
  line-height: 1.6;
  height: 160px;
  overflow: auto;
}
.sus-page .sus-5 {
  background-color: #f8faf5;
  padding-top: 82px;
  padding-bottom: 110px;
}
.sus-page .sus-5 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-5 .wrap {
  margin: -15px;
}
.sus-page .sus-5 .wrap .column {
  padding: 15px;
}
.sus-page .sus-5 .wrap .h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0b2909;
}
.sus-page .sus-5 .wrap .img {
  border-radius: 30px;
  overflow: hidden;
}
.sus-page .sus-5 .wrap .left .text {
  margin: 5px 0 39px;
}
.sus-page .sus-5 .wrap .right .h3 {
  margin: 39px 0 5px;
}
.sus-page .sus-5 .wrap .right .box {
  padding-left: 65px;
}
.sus-page .sus-6 .box {
  width: 52%;
}
.sus-page .sus-6 .box .content {
  margin-top: 50px;
  line-height: 1.6;
}
.sus-page .about-2 {
  background-color: white;
}
.sus-page .about-2 ul li a {
  border-radius: 20px;
}
.advantage-page {
  padding-top: 100px;
}
.manufacture-page .manu-1{
  padding-bottom: 80px;
}
.manufacture-page .manu-1 .text {
  margin: 36px 0 41px;
}
.manufacture-page .manu-1 .img {
  border-radius: 50px;
  overflow: hidden;
}
.manufacture-page .manu-2 {
  padding: 90px 0 130px; 
}
.manufacture-page .manu-2.pb-0{
  padding-bottom: 1px;
  background: #f2f5f7;
}
.manufacture-page .manu-2 .box {
  margin: -30px;
}
.manufacture-page .manu-2 .box .column {
  padding: 30px;
  vertical-align: middle;
}
.manufacture-page .manu-2 .box .img img {
  border-radius: 50px;
}
.manufacture-page .manu-2 .box .text {
  margin-top: 40px;
}
.manufacture-page .manu-2 .box1 {
  margin-bottom: 50px;
}
.manufacture-page .manu-2 .box1 .content {
  width: 53%;
}
.manufacture-page .manu-2 .box1 .img {
  width: 47%;
}
.quality-page .i-title {
  color: #011e1a;
}
.quality-page .quality-1 {
  padding-bottom: 90px;
}
.quality-page .quality-1 .box {
  margin: -25px;
}
.quality-page .quality-1 .box .column {
  padding: 25px;
  vertical-align: middle;
}
.quality-page .quality-1 .box .column img{
  border-radius: 50px;
}
.quality-page .quality-1 .box .text {
  margin-top: 30px;
}
.quality-page .quality-1 .box:first-child {
  margin-bottom: 70px;
}
.quality-page .quality-2 {
  padding-bottom: 110px;
  padding-top: 100px;
  background: #f2f5f7;
}
.quality-page .quality-2 .text {
  margin: 22px 0 30px;
  text-align: center;
}
.quality-page .quality-2 ul.icon {
  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;
  margin-bottom: 50px;
}
.quality-page .quality-2 ul.icon li {
  /*width: 79px;*/
  height: 79px;
  border-radius: 10px;
  text-align: center;
  line-height: 79px;
  margin: 0 12px;
  /*background-color: var(--color);*/
  box-shadow: 0px 0px 2px 3px rgb(227 227 227 / 33%);
}
.quality-page .quality-2 ul.icon li img {
  vertical-align: middle;
}
.quality-page .quality-2 ul.list {
  margin: -18px;
}
.quality-page .quality-2 ul.list li {
  padding: 18px;
}
.quality-page .quality-2 ul.list li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.service-page .i-title {
  color: #011e1a;
}
.service-page .i-title p {
  margin-top: 30px;
}
.service-page .i-title p span{
  background: var(--color);
    color: #fff;
    margin: 0px 5px;
    border-radius: 20px;
    padding: 10px 30px;
}
.service-page .service-1 {
  padding-bottom: 110px;
}
.service-page .service-1 .img {
  border-radius: 50px;
  overflow: hidden;
  float: right;
  margin-left: 80px;
  margin-bottom: 110px;
}
.service-page .service-1 .text {
  margin-top: 50px;
}
.service-page .service-2 {
  background-color: #f8faf5;
  padding-top: 80px;
  padding-bottom: 140px;
}
.service-page .service-2 .text {
  margin: 20px 0 30px;
}
.service-page .service-2 .wrap .left {
  width: 58%;
  padding-right: 85px;
}
.service-page .service-2 .wrap .left .img {
  border-radius: 10px;
  overflow: hidden;
  background-color: #67ab04;
}
.service-page .service-2 .wrap .right {
  border-radius: 10px;
  background-color: #67ab04;
  overflow: hidden;
  width: 42%;
}
.service-page .service-2 .box ul {
  margin: -12px;
}
.service-page .service-2 .box ul li {
  padding: 12px;
}
.service-page .service-2 .box ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.app-page .main .ui.container ul li .item:hover .img-box .hoverbox {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box {
  position: relative;
  border-radius: 10px 10px 0px 0px ;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  /*height: 70%;*/
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0;*/
  display: none;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box i{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}
/*.app-page .main .ui.container ul li:hover .item .img-box .dialog_box{
  opacity: 1;
}*/
.app-page .main .ui.container ul li .item .img-box .dialog_box p{
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box p:hover{
  color: var(--color); 
}
.app-page .main .ui.container ul li .item .img-box .dialog_box p:hover a{
  text-decoration: underline;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a {
  width: 60px;
  height: 60px;
  background: 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;
  margin: 0 5px;
  border-radius: 5px;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a i {
  font-size: 20px;
  color: #000;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover {
  background: var(--color);
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover i {
  color: #fff;
}
.app-page .main .ui.container ul li .item .h6 {
  width: 100%;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-height: 82px;
  font-size: 18px;
  border: 1px solid var(--color);
  font-weight: 700;
  border-radius: 0 0 10px 10px ;
}
.news-page {
  background-color: #f2f5f7;
}
.news-page .news-1 {
  padding: 150px 0;
}
.news-page .news-1 .ui.container {
  /*max-width: 1170px;*/
  /*background: #fff;
  padding: 50px ;
  border-radius: 30px;*/
}
.news-page .news-1 .ui.container ul.newslist{
  margin: -20px;
}
.news-page .news-1 .ui.container ul.newslist li {
  /*margin-bottom: 60px;*/
  /*border-radius: 10px;*/
  overflow: hidden;
  padding: 20px; 
  /*background: white;*/
  /*display: flex;
  align-items: center;*/
      /*border-bottom: 1px dashed #c9c9c9;*/
}
.news-page .news-1 .ui.container ul.newslist li .img{
  border-radius: 15px;
  width: 100%;
}
.news-page .news-1 .ui.container ul.newslist li:hover .imgbox:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.5);
}
.news-page .news-1 .ui.container ul.newslist li .imgbox {
  position: relative;
}
.news-page .news-1 .ui.container ul.newslist li .imgbox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0);
}
.news-page .news-1 .ui.container ul.newslist li .textbox {
  text-align: left;
  /*padding: 60px 50px;*/
  /*background: #fff;*/
  width: 100%;
  padding-left: 0px;
  margin-top: 20px;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top {
  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;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top em {
  padding: 0 10px;
  display: inline-block;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .time {
  color: var(--color);
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .author {
  color: #333;
  border-left: 2px  solid #aaa;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .author svg{
  vertical-align: middle;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 {
  margin-top: 15px;
  margin-bottom: 25px;
  /*color: var(--color);*/
  line-height: 1.2;
  font-size: 26px;
  font-weight: 600;
}
.news-page .news-1 .ui.container ul.newslist li:hover .textbox .h4{
  color: var(--color);
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .news-1 .ui.container ul.newslist li .textbox p {
  opacity: 0.5;
  line-height: 2;
  margin-bottom: 35px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.news-page .news-2{
  padding-top: 80px;
}
.news-page .news-2 .ui.container {
  /*max-width: 1170px;*/
}
.news-page .news-2 .ui.container .imgbox img{
  width: 100%;
}
.news-page .news-2 .text {
  /*border: 1px solid #aaa;*/
  border-top: none;
    padding: 50px 0;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px 0px #dbdbdb;

}
.news-page .news-2 .text .main {
  margin: 0 auto;
  text-align: left;
  max-width: 900px;
}
.news-page .news-2 .text .main .top {
  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;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.news-page .news-2 .text .main .top em {
  padding: 0 10px;
  display: inline-block;
}
.news-page .news-2 .text .main .top .time {
  color: var(--color);
}
.news-page .news-2 .text .main .top .author {
  color: #333;
  border-left: 2px  solid #aaa;
}
.news-page .news-2 .text .main .content {
  margin-top: 40px;
      line-height: 30px;
}
.news-page .news-2 .text .main .content h1 {
    text-align: center;
    line-height: 1.5;
}
/*.news-page .news-2 .text .main p {
  opacity: 0.5;
}*/
.news-page .news-2 .text .main .sharebox {
  margin-top: 40px;
}
.news-page .news-2 .text .main .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .news-2 .text .main .sharebox ul.sharelist span {
  color: var(--color);
  margin-right: 15px;
  text-transform: uppercase;
}
.news-page .news-2 .text .main .sharebox ul.sharelist li {
  width: 44px;
  height: 44px;
  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;
  font-size: 14px;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  margin-right: 5px;
}
.news-page .news-2 .text .main .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
  border-color: var(--color);
}
.news-page .news-2 .text .main .content table tbody{
  /*width: unset !important;*/
}
.news-page .news-3 {
  padding-top: 60px;
  padding-bottom: 110px;
}
.news-page .news-3 .ui.container {
  max-width: 770px;
}
.news-page .news-3 .ui.container .form form li input[type="text"],
.news-page .news-3 .ui.container .form form li textarea {
  background: transparent;
}
.news-page .product-page .product-1 ul{
  background: transparent;
}
.contact-1 {
  padding: 150px 0;
}
.contact-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-1 .ui.container .formbox {
  width: 55%;
}
.contact-1 .ui.container .formbox .h2 {
  color: var(--color);
}
.contact-1 .ui.container .formbox .h2.active{
  color: var(--color);
}
.contact-1 .ui.container .formbox .h2:before {
  left: 0!important;
}
.contact-1 .ui.container .formbox p {
  opacity: 0.5;
  margin-top: 35px;
}
.contact-1 .ui.container .infobox {
  width: 35%;
}
.contact-1 .ui.container .infobox .infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  /*-webkit-align-items: center;*/
  -moz-box-align: center;
  -ms-flex-align: center;
  /*align-items: center;*/
  margin-bottom: 45px;
}
.contact-1 .ui.container .infobox .infos i {
  font-size: 30px;
  color: var(--color);
  margin-right: 20px;
}
.contact-1 .ui.container .infobox .infos .text {
  padding-bottom: 50px;
  position: relative;
}
.contact-1 .ui.container .infobox .infos .text:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--color);
  left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.contact-1 .ui.container .infobox .infos .text h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color);
}
.contact-1 .ui.container .infobox .infos .text p {
  opacity: 0.5;
  line-height: 1.5;
  color: #000;
    font-weight: 500;
}
.contact-1 .ui.container .infobox .sharebox {
  margin-top: 45px;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li {
  width: 45px;
  height: 45px;
  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;
  font-size: 18px;
  color: #fff;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 10px;
  border-radius: 100%;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
/*.inner-banner.faq-page{
  background-image: url(../images/faq-background.jpg);
}*/
.faq-page .faq-1 {
  padding: 150px 0;
  background: url(../images/faq-background.jpg)  no-repeat;
    background-size: cover; /* 或使用 contain */
    background-position: center; /* 确保图片居中 */
}
.faq-page .faq-1 .ui.container {
  max-width: 1170px;
}
.faq-page .faq-1 .ui.container .h2 {
  color: var(--base-inner);
  text-align: center;
}
.faq-page .faq-1 .ui.container .faq-main {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  margin-top: 50px;
}
.faq-page .faq-1 .ui.container .faq-main .column {
  padding: 0 30px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li {
  margin-bottom: 20px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li.active .h5 i {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  -moz-transform: translateY(-50%) rotateZ(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotateZ(90deg);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 {
  width: 100%;
  padding: 20px 25px;
  padding-right: 40px;
  background: #f8faf5;
  color: var(--base-inner);
  font-size: 16px;
  position: relative;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #e1e1e1;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5:hover{
color: white;
background-color: var(--color);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 i {
  width: 20px;
  height: 20px;
  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: #fff;
  background: var(--base-color);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .content {
  padding: 20px;
  line-height: 1.5;
  text-align: left;
  /*display: none;
  opacity: 0.5;*/
}
.application-page {
  padding: 6% 0;
}
.application-page .news-tab ul {
  margin: -6px;
}
.application-page .news-tab ul li {
  padding: 6px;
}
.application-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.application-page .news-tab ul li a:hover,
.application-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.application-page .news-list {
  margin-top: 70px;
}
.application-page .news-list ul {
  margin: -10px;
}
.application-page .news-list ul li {
  padding: 10px;
}
.application-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.application-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen{
  height: 160px;
}
.application-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: 36px;
}
.application-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.application-page .news-list ul li .text .tit {
  font-size: 18px;
  height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.application-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.application-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;
}
.application-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;
}
.application-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;
}
.application-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);
}
.application-page .news-list ul li:hover .text {
  background: rgb(219 49 62 / 14%);
}
.application-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
@media screen and (max-width: 1400px){
  .app-page .main .ui.container ul li .item .img-box .dialog_box{
    padding: 10px;
  }
}
@media screen and (max-width: 1200px){
  .application-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .application-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .application-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width: 1000px){
  .news-page .news-1 {
    padding: 50px 0;
  }
  .news-page .news-2 .text {
    padding: 40px 20px;
  }
  .contact-1 .ui.container .infobox .infos i {
    font-size: 70px;
  }
   .contact-1 {
    padding: 50px 0;
  }
   .application-page .news-list {
    margin-top: 30px;
  }
  .application-page .news-list ul li {
    width: 50% !important;
  }
  .prodet-page .box2 h1{
    padding-bottom: 30px;
  }
  .prodet-page .prodet-2{
    padding-bottom: 40px;
  }
  .prodet-page .box2Left{
    width: 100%;
  }
  .prodet-page .box2Right{
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .box2 h1{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px){
  .contact-1 .ui.container .formbox {
    width: 100%;
  }
  .contact-1 .ui.container .infobox {
    width: 100%;
  }
   .faq-page .faq-1 .ui.container .faq-main .column {
    width: 100%;
  }
  .application-page .news-tab {
    display: none;
  }   
  .application-page .news-list {
    margin-top: 0;
  }
  .application-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .application-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    height: 10px;
  }
  .application-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .titleC .title2{
    font-size: 22px;
  }
}

@media screen and (max-width: 500px){
  .product-page .product-1{
    padding-bottom: 40px;
  }
   .news-page .news-1 .ui.container ul.newslist li .textbox .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
   /*.news-page .news-1 .ui.container ul.newslist li .textbox {
    padding: 60px 20px;
  }*/
   .application-page .news-list ul li {
    width: 100% !important;
  }
}



.product2-page {
  background-color: #f7f7f8;
}

.product2-page .title h1 {
  font-size: 46px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.product2-page .title p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  max-width: 1200px;
}
.product2-page .product-box .navC{
  padding-bottom: 30px;
}
.product2-page .product-box .navC .list a{
  display: block;
  background: #c0c6ca;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-right: 20px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-top: 10px;
}
.product2-page .product-box .navC .list a:hover{
  background: var(--color);
}
.product2-page .product-box .product-list {
  margin-top: 80px;
}
.product2-page .product-box .product-list ul {
  margin: -15px;
  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;
}
.product2-page .product-box .product-list ul li {
  width: 25%;
  padding: 15px;
  margin-bottom: 60px;
}
.product2-page .product-box .product-list ul li .pro_box {
  border-radius: 10px;
  padding: 35px 24px;
  background: #fff;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-box .product-list ul li .pro_box:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.product2-page .product-box .product-list ul li .p-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.product2-page .product-box .product-list ul li .imgList{
  margin-bottom: 20px;
}
.product2-page .product-box .product-list ul li .imgList .slick-track{
  margin: auto;
}

.product2-page .product-box .product-list ul li .imgList .list{
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.product2-page .product-box .product-list ul li h4 {
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.product2-page .product-box .product-list ul li h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 12px;
}
.product2-page .product-box .product-list ul li p {
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 32px;
  min-height: 3.6em;
  margin-bottom: 80px;
}

.product2-page .product-box .product-list ul li > div i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product2-page .product-box .product-list ul li > div i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product2-page .product-box .product-list ul li > div i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product2-page .product-box .product-list ul li > div i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product2-page .product-box .product-list ul li > div:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product2-page .product-box .product-list ul li > div:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product2-page .product-box .product-list ul li > div:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product2-page .product-box .product-list ul li > div:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}

.product2-page .product-box .product-list ul li .pro_box:hover .det_more{
  opacity: 0;
  width: 100%;
}
.product2-page .product-box .product-list ul li .pro_box:hover .hover_more{
  width: auto;
  height: auto;
  margin-right: 10px;
  position: absolute;
}

.product2-page .product-box .product-list ul li .pro_box:hover .btn_pro_det i{
  margin-left: 5.5em;
  opacity: 0;
}


.product2-page .product-box .product-list .m-page {
  margin-top: 60px;
}


.product2-page .product-box .cate-list{
  margin-top: 70px;
}
.product2-page .product-box .cate-list ul{
  margin: -15px -25px;
}
.product2-page .product-box .cate-list ul li{
  padding: 15px 25px;
}

.product2-page .product-box .cate-list ul li > div{
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}

.product2-page .product-box .cate-list ul li .img{
  width: 40%;
}

.product2-page .product-box .cate-list ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product2-page .product-box .cate-list ul li .content{
  width: 60%;
  padding: 30px;
  margin: auto 0;
}

.product2-page .product-box .cate-list ul li .content a.moreBtn{
  color: #2451a0;
  border-bottom: 1px solid currentColor;
}


.product2-page .btn_pro_det{
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 60px;
  width: 60px;
  color: #656b6f;
  text-align: center;
  cursor: pointer;
  background-color: #c0c6ca;
  font-size: 14px;
  transition: all .5s ease;
}
.product2-page .btn_pro_det i{
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  transition: all .5s ease;
}
.product2-page .btn_pro_det .det_more{
  display: block;
  width: 300%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  transition: all .5s ease;
}
.product2-page .btn_pro_det .hover_more{
  width: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
  bottom: 0;
  font-weight: 700;
  transform: translateX(-50%);
  display: inline-block;
  white-space:nowrap;
  text-overflow:ellipsis;
  left: 50%;
}

.product2-page .pro_box:hover .btn_pro_det{
  background: var(--color)!important;
  box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
  color: #fff !important;
  width: 200px;
  margin-left: -100px;
}

@media screen and (max-width: 1500px) {
  .product2-page .title h1{
    font-size: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .product2-page .product-box .product-list ul li h4 {
    font-size: 20px;
  }
  .product2-page .product-box .product-list ul li h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .product2-page .product-box .cate-list ul li{
    width: 100%!important;
  }
  .product2-page .product-box .product-list ul li {
    width: 50%;
  }
  .product2-page .title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .product2-page .product-box .product-list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product2-page .title h1{
    font-size: 24px;
    line-height: 44px;
  }
  .product2-page .product-box .cate-list ul li .img{
    width: 100%;
  }
  .product2-page .product-box .cate-list ul li .content{
    width: 100%;
  }
}


.product-det-page .product-det-1 {
  padding: 100px 0 100px;
}
.product-det-page .product-det-1 .box {
  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;
}
.product-det-page .product-det-1 .left {
  width: 40%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.product-det-page .product-det-1 .left a img {
  margin: auto;
  width: 100%;
}
.product-det-page .product-det-1 .left .smallImg a img {
  background: #f3f3f3;
}
.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 100%;
  margin-top: 20px;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  /*border-color: var(--color);*/
}
.product-det-page .product-det-1 .left .bigImg {
  width: 100%;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
  background: #f3f3f3;
  border-radius: 20px;
}
.product-det-page .product-det-1 .right {
  width: 60%;
  padding-left: 3.5%;
  vertical-align: middle;
  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;
}
.product-det-page .product-det-1 .right .tag{
  color: var(--color);
  font-size: 16px;
}
.product-det-page .product-det-1 .right .flexBottom a.more {
  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;
  font-size: 14px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-det-page .product-det-1 .right h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 50px;
  display: block;
}
.product-det-page .product-det-1 .right .text {
  margin: 1em 0 2em;
  line-height: 30px;
  font-size: 16px;
  max-height: 500px;
  overflow-y: auto;
}
.product-det-page .product-det-1 .right .text strong{
  font-weight: 400;
  position: relative;
  display: block;
  margin-top: 20px;
}
.product-det-page .product-det-1 .right .text strong::after{
  display: block;
  content: '';
  margin-bottom: 20px;
  height: 2px;
  width: 50px;
  background: var(--color);
}
.product-det-page .product-det-1 .right .more {
  margin-bottom: 10px;
  padding: 6px 20px;
  color: #fff;
  cursor: pointer;
}
.product-det-page .product-det-1 .right .flexTop span.tag {
  text-transform: capitalize;
  font-weight: 500;
}
.product-det-page .product-det-1 .right .smallImg a img {
  display: block;
  margin: 0 auto;
  background: #f3f3f3;
}
.product-det-page .product-det-1 .right ul {
  margin: -10px;
}
.product-det-page .product-det-1 .right ul .slick-track {
  margin-left: 0;
}
.product-det-page .product-det-1 .right ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .right .smallImg {
  width: 100%;
}
.product-det-page .product-det-1 .right .smallImg a{
  border-radius: 20px;
}
.product-det-page .product-det-1 .right .smallImg a img{
  border-radius: 20px;
}
.product-det-page .product-det-1 .right .smallImg .slick-current a {
  border-color: var(--color);
}

.product-det-page .product-det-1 .right .flexBottom a.more:hover {
    border: 1px solid var(--color);
    color: var(--color);
}
.product-det-page .product-det-1 .right .flexBottom a.more {
    border: 1px solid var(--color);
}

@media screen and (max-width: 1700px) {
  .product-det-page .product-det-1{
    padding: 80px 0;
  }
  .product-det-page .product-det-1 .right h1{
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .product-det-page .product-det-1{
    padding: 60px 0;
  }
  .product-det-page .product-det-1 .right h1{
    font-size: 18px;
  }
  .product-det-page .product-det-1 .left .bigImg a:before {
    zoom: .7;
  }
  .product-det-page .product-det-1 .right .text {
    font-size: 16px;
  }

}

@media screen and (max-width: 1000px) {
  .product-det-page .product-det-1 .right h1{
    font-size: 16px;
    line-height: 32px;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .product-det-page .product-det-1 .left {
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
    .product-det-page .product-det-1 .right .flexBottom a.more {
    padding: 0 1em;
    height: 2.4em;
  }
  .product-det-page .product-det-1 .right .flexBottom a.more.ml-15 {
    margin-left: 5px;
  }
}

.inner-page .form {
  margin-top: 35px;
}
.inner-page .form form ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .form form ul li {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
.inner-page .form form ul li i {
  font-size: 25px;
  color: var(--color);
  position: absolute;
  right: 15px;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .form form ul li input[type="text"],
.inner-page .form form ul li textarea {
  width: 100%;
  border: 1px solid #aaa;
  line-height: 50px;
  padding: 0 15px;
  color: #000;
  border-radius: 10px;
  font-size: 16px;
  padding-right: 40px;
}
.inner-page .form form ul li input[type="text"]::-webkit-input-placeholder, .inner-page .form form ul li textarea::-webkit-input-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]:-moz-placeholder, .inner-page .form form ul li textarea:-moz-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]::-moz-placeholder, .inner-page .form form ul li textarea::-moz-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]:-ms-input-placeholder, .inner-page .form form ul li textarea:-ms-input-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]::placeholder,
.inner-page .form form ul li textarea::placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"] {
  height: 50px;
}
.inner-page .form form ul li textarea {
  height: 250px;
}
.inner-page .form form ul li input[type="submit"] {
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 40px;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 24px;
  border: none;
  background: var(--color);
}
.inner-page .form form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.inner-page .form form ul li.wid-100 {
  width: 100%;
}



.z_index_ys {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-left: 7.2916666667vw;
    padding-right: 7.2916666667vw;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw
}

@media screen and (max-width: 980px) {
    .z_index_ys {
        padding-left:12px;
        padding-right: 12px
    }
}

@media screen and (max-width: 980px) {
    .z_index_ys {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.z_index_ys .z_index_tit {
    /*padding-left: 16.6666666667vw;*/
    margin-bottom: 2.7708333333vw
}
.z_index_ys .z_index_tit .btn{
  position: absolute;
  right: 0;
  top: 25px;
}
.z_index_ys .z_index_tit .btn > div{
  position: unset;
  display: inline-block;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background: white;
}
.z_index_ys .z_index_tit .btn > div::after{
  font-size: 24px;
  color: var(--color);
  line-height: unset;
}
@media screen and (max-width: 980px) {
    .z_index_ys .z_index_tit {
        padding-left:0px
    }
}

@media screen and (max-width: 980px) {
    .z_index_ys .z_index_tit {
        margin-bottom:40px
    }
}
.z_ys_swiper ul {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.z_ys_swiper li {
    height: 22.3958333333vw;
    position: relative
}

@media screen and (max-width: 980px) {
    .z_ys_swiper li {
        height:auto
    }
}

.z_ys_swiper li a {
    display: block;
    height: 100%
}

.z_ys_swiper li.active .topbox {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.z_ys_swiper li.active .btmbox {
    padding-top: 1.3020833333vw;
    border-radius: 1.5625vw 1.5625vw 7.2916666667vw 7.2916666667vw;
    background: #fff
}

@media screen and (max-width: 980px) {
    .z_ys_swiper li.active .btmbox {
        padding-top:20px
    }
}

.z_ys_swiper li.active .btmbox .ico {
    height: 0;
    overflow: hidden
}

.z_ys_swiper li.active .btmbox .dot {
    opacity: 1;
    margin-top: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_ys_swiper li.active .btmbox .dot {
        margin-top:10px
    }
}

.z_ys_swiper .topbox {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 11.9791666667vw;
    background:rgb(183 208 255 / 73%);
    border-radius: 7.2916666667vw 7.2916666667vw 0 0;
    overflow: hidden;
    padding-bottom: 2.6041666667vw;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    margin-bottom: -2.6041666667vw
}
.z_ys_swiper .topbox img{
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 980px) {
    .z_ys_swiper .topbox {
        height:0
    }
}
.z_ys_swiper{
  overflow: hidden;
}
.z_arr {
    width: 30px;
    height: 30px;
    background: var(--color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-left: .5208333333vw;
    cursor: pointer;
}
.z_ys_swiper .topbox .imgbg {
    position: absolute;
    left: 0;
    top: 0%;
    opacity: .7;
    z-index: -1;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.z_ys_swiper .ico {
    height: 3.75vw;
    -webkit-transition: ease .8s;
    transition: ease .8s
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .ico {
        height:36px
    }
}

.z_ys_swiper .ico img {
    display: block;
    height: 100%;
    margin: 0 auto
}

.z_ys_swiper .btmbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background: rgba(255,255,255,.8);
    border-radius: 2.6041666667vw 2.6041666667vw 7.2916666667vw 7.2916666667vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    text-align: center
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.z_ys_swiper .btmbox .ico {
    margin-bottom: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .ico {
        margin-bottom:10px
    }
}

.z_ys_swiper .btmbox .tit {
    font-size: 25px;
    /*line-height: 1.5625vw*/
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .tit {
        font-size:16px
    }
}

@media screen and (max-width: 1680px) {
    .z_ys_swiper .btmbox .tit{
      font-size: 20px;
    }
}

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

.z_ys_swiper .btmbox .dot {
    width: 70%;
    margin: 0 auto;
    height: 3px;
    background: url(../images/dot.png) no-repeat center;
    background-size: auto 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    overflow: hidden;
    opacity: 0
}

.z_ys_swiper .btmbox .desc {
    color: #727272;
    opacity: .7;
    min-height: 2.5vw;
    margin-bottom: 1.25vw;
    margin-top: .78125vw;
    font-size: .78125vw;
    line-height: 1.25vw;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        margin-bottom:10px
    }
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        margin-top:10px
    }
}

@media screen and (max-width: 1680px) {
    .z_ys_swiper .btmbox .desc {
        font-size:.9453125vw;
        font-size: 1vw
    }
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        font-size:14px
    }
}

@media screen and (max-width: 1680px) {
    .z_ys_swiper .btmbox .desc {
        line-height:1.45vw
    }
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        line-height:24px
    }
}

.z_ys_swiper .btmbox .z_arr {
    margin: 0 auto;
    font-size: 16px;
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .topbox {
        display:none
    }

    .z_ys_swiper .btmbox {
        position: relative;
        border-radius: 10px
    }

    .z_ys_swiper li .dot {
        display: none
    }

    .z_ys_swiper li.active .btmbox {
        border-radius: 10px
    }

    .z_ys_swiper li.active .btmbox .ico {
        height: 36px
    }
}
.z_index_ys .lazy {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-attachment: fixed;
}
@media screen and (max-width:700px){
  .z_index_ys .z_index_tit .btn{
    position: relative;
  }
}
/*.app-page .app-2 {
  background-color: #f0f0f0;
}*/
.app-page .app-2 .box .left {
  width: 35%;
  padding-right: 18px;
  position: sticky;
  top: 120px;
}
.app-page .app-2 .box .left .list {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
}
.app-page .app-2 .box .left .list h2 {
  line-height: 1;
}
.app-page .app-2 .box .left .list h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.app-page .app-2 .box .left .list .target {
  margin-top: 35px;
}

.app-page .app-2 .box .left .list .target ul li {
  position: relative;
  line-height: 50px;
}
.app-page .app-2 .box .left .list .target ul li a {
  border-radius: 25px;
  margin-bottom: 10px;
  height: 50px;
}
.app-page .app-2 .box .left .list .target ul li.active i::after {
  content: "-";
}
.app-page .app-2 .box .left .list .target > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  color: #000;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
  position: relative;
  box-shadow: 0 0 5px 0 #eee;
}
.app-page .app-2 .box .left .list .target > ul > li > a:hover{
  color: #fff;
  background-color:var(--color);
}
.app-page .app-2 .box .left .list .target ul li i{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  width: 35px;
  color: #FFFFFF;
}
.app-page .app-2 .box .left .list .target ul li i::after {
  content: "+";
}
.app-page .app-2 .box .left .list .target > ul > li > ul {
  display: none;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a.active {
  color: #73ae53;
}
.app-page .app-2 .box .right {
  width: 65%;
  padding-left: 18px;
}
.app-page .app-2 .box .right .content ul li {
  display: none;
}
.app-page .app-2 .box .right .content ul li.active {
  display: block;
}
.app-page .app-2 .box .right .content .mml-text {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.app-page .app-2 .box .right .content .mml-text h4 {
  line-height: 1;
}
.app-page .app-2 .box .right .content .mml-text h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.app-page .app-2 table tbody{
  min-width: 1000px;
}

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

}
@media screen and (max-width: 1200px){
  .inner-banner .box h2{
    font-size: 40px;
  }
  .inner-banner{
    height: 320px;
  }
  .manufacture-page .manu-2 .box1 .content{
    width: 100%;
  }
  .manufacture-page .manu-2 .box1 .img{
    width: 100%;
  }
  .manufacture-page .manu-2 .box .column{
    width: 100%;
  }
  .product-page .product-1 .left{
    display: none;
  }
  .product-page .product-1 .right{
    width: 100%;
  }
  .service-page .service-1 .img{
    margin-left: 30px;
    margin-bottom: 40px;
    width: 56%;
    border-radius: 20px;
  }
  .sus-page .sus-4 ul li{
    width: 33% !important;
  }
  .sus-page .sus-3 .box{
    width: 70%;
  }
  .sus-page .sus-4 ul li .h4{
    font-size: 22px;
  }
  .sus-page .sus-4 ul li .text{
    font-size: 16px;
  }
  .news-page .news-1 .ui.container ul.newslist li{
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .app-page .app-1 h2 {
    margin-top: 0;
  }
  .app-page .app-1 ul li.wid-50 {
    width: 100%;
  }
  .app-page .app-1 ul li {
    width: 50%;
  }
  .app-page .app-2 .box .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .app-page .app-2 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  .inner-page .top-nav{
    display: none;
  }
  .inner-page.app-page .top-nav{
    display: block;
  }
  .inner-page.app-page .top-nav ul.list{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: none;
  }
  .inner-page.app-page .top-nav ul.list>li{
    width: 50%;
    margin-bottom: 20px;
  }
  .inner-page.app-page .top-nav ul.list>li:nth-child(2){
    border-radius: 0 45px 45px 0;
  }
  .inner-page.app-page .top-nav ul.list>li:nth-child(3){
    border-radius: 45px 0 0 45px;
  }
  .inner-page.app-page .top-nav ul.list>li>a{
    height: 50px;
  }
  .service-page .service-2 .wrap .left{
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .wrap .right{
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-1 .img{
    margin-left: 0;
    display: none;
  }
  .product-yd-page ul li{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page ul li .img{
    width: 100% !important;
    order: 1;
  }
  .product-yd-page ul li .content{
    width: 100% !important;
    order: 2;
    border-radius: 15px;
  }
  .product-yd-page ul li:nth-child(2n) .img{
    order: 1;
  }
  .product-yd-page ul li:nth-child(2n) .content{
    order: 2;
    border-radius: 15px;
  }
  .quality-page .quality-1 .box .column{
    width: 100%;
  }
  /*.product-page .product-1 .right .list_two ul li .left_img .small{
    display: none;
  }
  .product-page .product-1 .right .list_two ul li .left_img .big{
    width: 100%;
  }*/
  .product-page .product-1 .right .list_two ul li .left_img .big{
    width: 74.5%;
  }
  .product-page .product-1 .right .list_two ul li .left_img .small .img a{
    border-radius: 3px;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content.det1 ul li{
    flex: 1;
  }
  .prodet-page .prodet-2 .det4 ul li{
    width: 50%;
  }
  .sus-page .sus-2 ul li{
    width: 46%;
  }
  .sus-page .sus-2 ul li.img{
    margin-top: 0;
  }
  .sus-page .sus-3 .box{
    width: 100%;
  }
  .contact-1 .ui.container .formbox{
    width: 100%;
  }
  .contact-1 .ui.container .infobox{
    width: 100%;
    margin-top: 20px;
  }
  .contact-1 .ui.container .infobox .infos i{
    font-size: 50px;
    width: 50px;
  }
  .contact-1 .ui.container .infobox .infos .text{
    width: calc(100% - 50px);
  }
  .contact-1 .ui.container .infobox .sharebox{
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px){
  .inner-banner .box h2,
  h1.banneryr {
    margin-bottom: 0;
    font-size: 22px;
  }
  .inner-banner .box .mbx{
    font-size: 16px;
  }
  .inner-banner{
    height: 230px;
  }
    .advantage-page {
    padding-top: 48px;
  }
  .sus-page .sus-4 ul li .h4{
    font-size: 18px;
  }
  .sus-page .sus-4 ul li .text{
    font-size: 15px !important;
    height: auto;
  }
  .product-page .product-1 .right .list_two ul li .left_img{
    width: 100%;
  }
  .product-page .product-1 .right .list_two ul li .left_img .small .swiper{
    height: 280px;
  }
  .product-page .product-1 .right .list_two ul li .right_content{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .box{
    padding-left: 20px;
    border-radius: 20px;
  }
  .prodet-page .prodet-2 .content.det1 ul li{
    flex: unset;
  }
  .prodet-page .prodet-1{
    padding: 60px 0 50px;
  }
  .prodet-page .prodet-2 .content.font-18{
    font-size: 15px;
  }
  .prodet-page .title{
    font-size: 22px;
  }
  .product-page.prodet-page .product-1{
    padding-bottom: 40px;
  }
  .product-page.prodet-page .product-1 ul li .h4{
    margin-bottom: 0;
  }
  .sus-page .sus-4 ul li{
    width: 100% !important;
  }
  .sus-page .sus-2 ul li{
    width: 100%;
    margin-bottom: 15px;
  }
  .news-page .news-1 .ui.container ul.newslist li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box{
    bottom: 50px;
  }
  .app-page .app-1 ul li {
    width: 100%;
  }
  .app-page .app-2 .box .left .list {
    padding: 30px 15px;
  }
  .app-page .app-2 .box .right .content .mml-text .text {
    padding: 30px 15px;
  }
  .inner-page.app-page .top-nav ul.list>li{
    width: 100%;
    border-radius: 45px !important;
  }
  .inner-page .top-nav{
    margin-bottom: 15px;
  }
  .app-page .app-2 .box .right{
    margin-top: 0;
  }
  .app-page .app-2 .box {
    margin-top: 10px;
  }
  .sus-page .sus-4 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-4 ul li {
    width: 100% !important;
  }
  .product-yd-page ul li .content{
    padding-left: 20px;
  }
  .inner-page .form form ul li{
    width: 100%;
  }
   .prodet-page .prodet-2 .det4 ul li{
    width: 100%;
  }
}

.prodet-page .prodet-1 .left .box .slick-arrow,
.Auxil-related .slick-arrow{
  width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color);
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    font-size: 0;
}
.prodet-page .prodet-1 .left .box .slick-arrow{
  top: 50%;
}
.prodet-page .prodet-1 .left .box .slick-prev{
  left: 0;
}
.Auxil-related .slick-prev{
  left: -40px;
} 
.prodet-page .prodet-1 .left .box .slick-next{
  right: 0;
}
.Auxil-related .slick-next{
  right: -40px;
} 
.prodet-page .prodet-1 .left .box .slick-prev::after,
.Auxil-related .slick-prev::after{
  content: "\e69a";
  font-family: "iconfont";
  font-size: 20px;
} 
.prodet-page .prodet-1 .left .box .slick-next::after,
.Auxil-related .slick-next::after{
  content: "\e6ac";
  font-family: "iconfont";
  font-size: 20px;
} 

@media screen and (max-width:1000px){
  .Auxil-related .slick-next{
    right: -5px;
  }
  .Auxil-related .slick-prev{
    left: -5px;
  }
}


.gallery-page{
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  height: 100%;
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  text-align: center;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: 600;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}
.pr {
    position: relative
}

.pa {
    position: absolute
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img video{
  display: block;
  width: 100%;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background: #bf0000;
  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: #bf0000;
  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: #bf0000;
  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 {
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .top .text .title {
  line-height: 1.2;
  font-size: 38px;
}
.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 {
  width: 100%;
  margin: 111px 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: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 60px;
  line-height: 1.2;
  color: #30318b;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 24px;
  color: #bf0000;
  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;
  font-weight: 600;
  color: #000000;
  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: 120px;
}
.about-page .about-2 .box {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.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;
  width: 88%;
  height: 100%;
  background: #30318b;
}
.about-page .about-3 {
  background-color: #f6f6f6;
  padding: 12% 0 7%;
}
.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-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: #bf0000;
}
.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 20px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  height: 100%;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  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: #bf0000;
}
.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: #bf0000;
}
.about-page .about-4 {
  background: #bf0000;
  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: #bf0000;
}
.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;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: #bf0000;
}
.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;
}
.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: #bf0000;
}
.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;
}
.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: #bf0000;
}
.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: #bf0000;
}
.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: 140px;
}
.about-page .about-6 .contentC .container .content .box .left .title{
  font-weight: 600;
  font-size: 24px;
}
.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-1 .bottom ul li .data em{
    font-size: 48px;
  }
  .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 li .data em{
    font-size: 40px;
  }
  .about-page .about-1 .bottom ul li .data sub{
    font-size: 16px;
  }
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 30px;
  }
  .about-page .about-6 .contentC .container{
    width: 970px;
  }
  .about-page .about-6 .contentC .container .titleC{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .titleC .subline{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    width: 100%;
    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: #bf0000;
  }
  .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-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 em {
    font-size: 40px;
  }
  .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;
  }
  .about-page .about-1 .top .text .title{
    font-size: 24px!important;
        line-height: 1.6!important;
  }
}



.about-page .about-7 {
  position: relative;
}
.about-page .about-7:after,
.about-page .about-7:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-7:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-7:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-7 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-7 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-7 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}
.about-page .about-7 .box .left .tag{
  font-weight: 500;
  color: var(--color);
}
.about-page .about-7 .box .right {
  position: relative;
}
.about-page .about-7 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-7 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-7 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-7 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-7 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-7 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-7 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-7 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-7 .box .right .list li.active .content {
  border-top-color: var(--color);
}



.about-page .about-8 .container {
  width: 100%;
}
.about-page .about-8 .container img {
  width: 100%;
}
.about-page .about-8 .container .content {
  margin-top: -70px;
}
.about-page .about-8 .container .content .left {
  padding-right: 30px;
  vertical-align: middle;
}
.about-page .about-8 .container .content .left .cont {
  padding: 100px 10px;
  background-color: var(--color);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
.about-page .about-8 .container .content .right {
  margin-top: 90px;
  padding-right: 140px;
  padding-left: 30px;
  color: #aaaaaa;
  vertical-align: middle;
}

@media (max-width: 1250px) {
  .about-page .about-7 .box{
    flex-wrap: wrap;
  }
  .about-page .about-7 .box .left{
    width: 100%;
    position: relative;
    top: 0;
    padding-bottom: 20px;
  }
  .about-page .about-7 .box .right{
    width: 100%;
  }
  .about-page .about-7 .box .right .year svg{
    left: -0.8em;
  }
  .about-page .about-7 .box .right .list li{
    opacity: 1;
  }
  .about-page .about-8 .container .content .right{
    padding-right: 20px;
  }
}

@media (max-width: 700px) {
  .about-page .about-8 .container .content {
    margin-top: 40px;
  }
  .about-page .about-8 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-8 .container .content .left .cont {
    padding: 70px 40px;
    width: 100%;
  }
  .about-page .about-8 .container .content .right {
    padding-right: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-8 .container .content .left .cont {
    padding: 40px 16px;
  }
  .about-page .about-8 .container .content .right {
    padding-left: 20px;
  }
}

@media (max-width: 700px) {
  .about-page .about-7 .box .right .year{
    display: none;
  }
  .about-page .about-7:after, .about-page .about-7:before{
    height: 40px;
  }
  .about-page .about-7 .box .right{
    margin-top: 20px;
  }

  .about-page .about-8 .container .content .left .cont {
    padding: 20px 16px;
  }
  .about-page .about-8 .container .content .right {
    padding: 0;
  }
}