html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #de4c27;
  height: auto;
}


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

@font-face {
    font-family: '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-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;
}
#wap-bottom .left a, #wap-bottom .right a{
  font-size: 12px;
}
body {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  color: #19262a;
  font-family: 'mon';
  font-weight: 500;
}
.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: 1580px;
}
@-webkit-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#header {
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-weight: 500;
  padding: 10px 0;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-left: auto;
  margin-right: 70px;
  width: 1660px;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  transition: all .5s;
  width: 208px;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: auto;
  padding: 0 6px 0 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
#header > .nav > .menu .menu-box .menu_c .contact {
  margin-left: 20px;
  font-size: 16px;
  border-radius: 10px;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .contact span {
  display: block;
  border-radius: 10px;
  padding: 10px 28px;
}
#header > .nav > .menu .menu-box .menu_c .contact .c_1 {
  position: relative;
  z-index: 1;
  background-color: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .contact .c_2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .contact:hover .c_1 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .contact:hover .c_2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#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: 30px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:last-child{
  display: none;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: translateY(-28px);
  -moz-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  -o-transform: translateY(-28px);
  transform: translateY(-28px);
  color: rgba(0, 0, 0, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::after,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: var(--color);
}
#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: 16px;
  z-index: 2;
  padding: 16px 0;
  font-weight: 500;
  color: rgba(255, 255, 255, 0);
  top: 0;
  overflow: hidden;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  top: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  color: rgba(0, 0, 0, 0);
  pointer-events: none;
  color: #19262a;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  top: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  color: rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-transform: translateY(28px);
  -moz-transform: translateY(28px);
  -ms-transform: translateY(28px);
  -o-transform: translateY(28px);
  transform: translateY(28px);
}
#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 .lang_cont .c_cont .img {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .open_btn {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#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.active3 > .nav > .menu .menu-box .left .logo,
#header.inner_active.active > .nav > .menu .menu-box .left .logo{
  width: 160px;
}
#header.active3 > .nav,
#header.inner_active.active > .nav {
  background-color: #33251F;
}
@-webkit-keyframes banner_1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
  }
}
@-moz-keyframes banner_1 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}
@-o-keyframes banner_1 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes banner_1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
  }
}
.bannerC .banner_ani1 {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-animation: banner_1 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -moz-animation: banner_1 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -o-animation: banner_1 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation: banner_1 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.bannerC .banner_ani2 {
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  -webkit-animation: banner_2 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -moz-animation: banner_2 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -o-animation: banner_2 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation: banner_2 6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes banner_2 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(150% at 50% 50%);
    clip-path: circle(150% at 50% 50%);
  }
}
@-moz-keyframes banner_2 {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(150% at 50% 50%);
  }
}
@-o-keyframes banner_2 {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(150% at 50% 50%);
  }
}
@keyframes banner_2 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(150% at 50% 50%);
    clip-path: circle(150% at 50% 50%);
  }
}
.bannerC .banner_ani3 {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  -webkit-animation: banner_3 1.2s ease-out forwards;
  -moz-animation: banner_3 1.2s ease-out forwards;
  -o-animation: banner_3 1.2s ease-out forwards;
  animation: banner_3 1.2s ease-out forwards;
}
@-webkit-keyframes banner_3 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 0 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes banner_3 {
  0% {
    clip-path: polygon(0 0, 100% 0, 0 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-o-keyframes banner_3 {
  0% {
    clip-path: polygon(0 0, 100% 0, 0 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes banner_3 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 0 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.bannerC .banner_ani4 {
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  -webkit-animation: banner_4 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: banner_4 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -o-animation: banner_4 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: banner_4 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@-webkit-keyframes banner_4 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, -20% 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, -20% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes banner_4 {
  0% {
    clip-path: polygon(0 0, 0 0, -20% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-o-keyframes banner_4 {
  0% {
    clip-path: polygon(0 0, 0 0, -20% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes banner_4 {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, -20% 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, -20% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes banner_5 {
  0% {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes banner_5 {
  0% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-o-keyframes banner_5 {
  0% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes banner_5 {
  0% {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.bannerC .banner_ani5 {
  -webkit-animation: banner_5 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: banner_5 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -o-animation: banner_5 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: banner_5 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.bannerC .bannerCont {
  height: 100vh;
}
.bannerC .bannerCont .lineC {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  top: 17%;
}
.bannerC .bannerCont .lineC .line {
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.bannerC .bannerCont .imgCont {
  height: 100%;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.bannerC .bannerCont .imgCont ul {
  height: 100%;
}
.bannerC .bannerCont .imgCont ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.bannerC .bannerCont .imgCont ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bannerC .bannerCont .imgCont ul li.active2 {
  z-index: 2;
}
.bannerC .bannerCont .imgCont ul li.active {
  z-index: 3;
}
.bannerC .bannerCont .step-list {
  height: 100%;
}
.bannerC .bannerCont .step-list ul {
  height: 100%;
}
.bannerC .bannerCont .step-list ul li {
  z-index: 1;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bannerC .bannerCont .step-list ul li .box {
  max-height: 940px;
  height: 58vw;
}
.bannerC .bannerCont .step-list ul li .box .img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.bannerC .bannerCont .step-list ul li .box .title {
  font-size: 70px;
  color: #fff;
  line-height: 1.4;
}
.bannerC .bannerCont .step-list ul li .box .title1 {
  color: rgba(255, 255, 255, 0.6);
}
.bannerC .bannerCont .step-list ul li .box .title2 {
  top: 0;
  left: 0;
}
.bannerC .bannerCont .step-list ul li .box .title2 p {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.bannerC .bannerCont .step-list ul li.active {
  opacity: 1;
  z-index: 2;
}
.bannerC .bannerCont .container {
  height: 100%;
}
.bannerC .bannerCont .bottomC {
  bottom: 70px;
  z-index: 3;
  width: 100%;
}
.bannerC .bannerCont .bottomC .left {
  width: 40%;
  color: #fff;
}
.bannerC .bannerCont .bottomC .left .img2 {
  width: 24px;
  height: 30px;
  margin-top: 12px;
}
.bannerC .bannerCont .bottomC .left .text2 {
  width: calc(100% - 24px);
}
.bannerC .bannerCont .sPage {
  font-size: 14px;
  position: absolute;
  top: 20%;
  z-index: 3;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7px 24px;
  border-radius: 16px;
}
.bannerC .bannerCont .sPage .a2 {
  color: rgba(255, 255, 255, 0.6);
}
.bannerC .bannerCont .sPage .allNum {
  color: rgba(255, 255, 255, 0.6);
}
.moreCont{
  cursor: pointer;
}
.moreCont .moreText {
  background-color: #222f30;
  color: #fff;
  padding: 17px 20px 17px 35px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  line-height: 1;
  min-width: 170px;
  text-align: center;
}
.moreCont .moreSvg1 {
  margin-left: -2px;
}
.moreCont .moreSvg1 path {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  fill: #222f30;
  d: path("M 0 0  C 1.88 0 3.75 0 5.63 0  C 13.438 0 19.166 7.64 17.272 15.53 C 15.242 24 13.212 32.47 11.182 40.94 C 11.18 46.0 6.0 50 0 50 L 0 0 Z");
}
.moreCont .moreSvg2 path {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  fill: var(--color);
  d: path("M 6.7 9.1C 8.5 3 13 0 18.4 0 L 39 0 C 45.6 0 51 5.4 51 12 L 51 36 C 51 42.6 45.6 48 39 48 L 12.4 48 C 4.6 48 -1.2 40.7 0.7 33.1 C 2.7 25 4.7 17 6.7 9.1 Z");
}
.moreCont .moreSvg2C .moreImg {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -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;
}
.moreCont .moreSvg2C .moreImg1 {
  opacity: 1;
}
.moreCont .moreSvg2C .moreImg2 {
  opacity: 0;
  left: 0;
}
.moreCont:hover .moreText {
  background-color: var(--color);
}
.moreCont:hover .moreSvg1 path {
  fill: var(--color);
  d: path("M 0 0 C 6.0 0 11.18 4.0 11.18 9.1 C 13.21 17.6 15.24 26.1 17.27 34.6 C 19.166 42.3 13.438 50 5.63 50 C 3.75 50 1.88 50 0 50 L 0 0 Z");
}
.moreCont:hover .moreSvg2 path {
  fill: #222f30;
  d: path("M 0.7 14.9 C -1.2 7.3 4.6 0 12.4 0 L 39 0 C 45.6 0 51 5.4 51 12 L 51 36 C 51 42.6 45.6 48 39 48 L 18.4 48 C 13 48 8.5 45 6.7 38.9 C 4.7 31 2.7 23 0.7 14.9 Z");
}
.moreCont:hover .moreImg1 {
  left: 100%;
  opacity: 0;
}
.moreCont:hover .moreImg2 {
  left: 50%;
  opacity: 1;
}
.slick-list .slick-track {
  margin-left: 0;
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.indexTag {
  background-color: #fff;
  padding: 2px 18px;
  border-radius: 10px;
  font-weight: 600;
}
.indexTag .indexTagSub {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: var(--color);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-color: #f7f7f5;
  z-index: 2;
}
#index-body .init-1 .subImg2 {
  z-index: -1;
  width: 1430px;
  height: 900px;
  right: 0;
  top: 320px;
  background-position: right top;
}
#index-body .init-1 .line {
  height: 1px;
  background-color: #e0e1e1;
}
#index-body .init-1 .content .left {
  width: 47%;
  border-radius: 30px;
}
#index-body .init-1 .content .left .img {
  width: 100%;
}
#index-body .init-1 .content .left .play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .init-1 .content .left .play .cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  font-size: 24px;
  z-index: 2;
  color: var(--color);
}
#index-body .init-1 .content .left .play .cont i {
  margin-left: 2px;
}
#index-body .init-1 .content .left .play .ling {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
#index-body .init-1 .content .left .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-1 .content .left .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-1 .content .right {
  width: 47%;
}
#index-body .init-1 .content .right .listCont ul {
  padding-top: 40px;
}
#index-body .init-1 .content .right .listCont ul li {
  padding: 0 5px;
  margin-top: 30px;
}
#index-body .init-1 .content .right .listCont ul li .box .top {
  color: var(--color);
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
}
#index-body .init-1 .content .right .listCont ul li .box .top .sub {
  font-size: 14px;
  position: relative;
  top: -4px;
}
#index-body .init-2 {
  background: #f7f7f5;
}
#index-body .init-2 .container .right {
  width: 47%;
}
#index-body .init-2 .contentC .contentCont {
  height: 100vh;
}
#index-body .init-2 .contentC .contentCont .bgCont {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .contentC .contentCont .bgCont .swiper {
  width: 100%;
  height: 100%;
}
#index-body .init-2 .contentC .contentCont .bgCont .swiper ul {
  height: 100%;
}
#index-body .init-2 .contentC .contentCont .bgCont .swiper ul li {
  overflow: hidden;
  height: 100%;
}
#index-body .init-2 .contentC .contentCont .bgCont .swiper ul li .box {
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .contentC .contentCont .bgCont .swiper ul li.swiper-slide-active .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-2 .contentC .contentCont .textCont {
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-2 .contentC .contentCont .textCont .container {
  height: 100%;
}
#index-body .init-2 .contentC .contentCont .textCont .container .swiper {
  height: 100%;
}
#index-body .init-2 .contentC .contentCont .textCont .container ul {
  height: 100%;
}
#index-body .init-2 .contentC .contentCont .textCont .container ul li {
  height: 100%;
}
#index-body .init-2 .contentC .contentCont .textCont .container ul li .title{
  margin-top: 180px;
}
#index-body .init-2 .contentC .contentCont .textCont .container ul li .moreC {
  bottom: 40px;
  left: 0;
}
#index-body .init-2 .contentC .contentCont .textCont .container ul li .moreC .more .moreSvg2 path {
  fill: #fff;
}
#index-body .init-2 .contentC .contentCont .textCont .swiper {
  width: 500px;
  margin-left: 0;
  color: #fff;
}
#index-body .init-2 .contentC .contentCont .imgList {
  z-index: 3;
  width: 180px;
  height: 600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-2 .contentC .contentCont .imgList .swiper {
  height: 100%;
  padding: 10px;
}
#index-body .init-2 .contentC .contentCont .imgList ul li .box {
  border: 1px solid transparent;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
#index-body .init-2 .contentC .contentCont .imgList ul li .box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#index-body .init-2 .contentC .contentCont .imgList ul li.active .box {
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  border: 1px solid #fff;
}
#index-body .init-3 {
  background-color: #f7f7f5;
}
#index-body .init-3 .container .subLine {
  height: 1px;
  background: #e0e1e1;
}
#index-body .init-3 .container .titleC .right {
  width: 47%;
}
#index-body .init-3 .contentC .contentCont ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
#index-body .init-3 .contentC .contentCont ul li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 670px;
  height: auto;
}
#index-body .init-3 .contentC .contentCont ul li .box {
  overflow: hidden;
  color: #fff;
  min-height: 430px;
  padding: 40px 20px 0 50px;
  border-radius: 30px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
  height: 100%;
}
#index-body .init-3 .contentC .contentCont ul li .box .shadow {
  z-index: -1;
  top: 0;
  left: 0;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
#index-body .init-3 .contentC .contentCont ul li .box .shadow2 {
  opacity: 0;
}
#index-body .init-3 .contentC .contentCont ul li .box .titleC2 .title {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  padding-right: 10px;
}
#index-body .init-3 .contentC .contentCont ul li .box .titleC2 .num {
  width: 30px;
}
#index-body .init-3 .contentC .contentCont ul li .box .cont {
  min-height: 226px;
}
#index-body .init-3 .contentC .contentCont ul li .box .cont .img {
  position: absolute;
  top: 100px;
  left: -40px;
  z-index: -1;
}
#index-body .init-3 .contentC .contentCont ul li .box .cont .rightC {
  width: 48%;
  margin-left: auto;
}

#index-body .init-3 .contentC .contentCont ul li.mu-jie-gou-jian-zhu .box .cont .rightC{
  margin-left: auto;
  transform: translateY(-70px);
}
#index-body .init-3 .contentC .contentCont ul li.mu-jie-gou-jian-zhu .box .cont .img{
  position: absolute;
  width: 60%;
  bottom: 0;
}


#index-body .init-3 .contentC .contentCont ul li .box .cont .rightC .img2 {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .init-3 .contentC .contentCont ul li .box .cont .rightC .img2 .img22 {
  width: 70%;
  height: 70%;
}
#index-body .init-3 .contentC .contentCont ul li .box .cont .rightC .des {

}
#index-body .init-3 .contentC .contentCont ul li .box .cont .rightC .more path {
  fill: #fff;
}
#index-body .init-3 .contentC .contentCont ul li .box .cont .rightC .more:hover path{
  fill: var(--color);
}
#index-body .init-3 .contentC .contentCont ul li:nth-child(3n) .box {
  color: #000;
}
#index-body .init-4 {
  background-color: #f7f7f5;
}
#index-body .init-4 .cat{
  color: var(--color);
}
#index-body .init-4 .container .swiper {
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
}
#index-body .init-4 .container .img {
  display: block;
}
#index-body .init-4 .container .img img {
  width: 100%;
}
#index-body .init-5 {
  z-index: 2;
  position: relative;
}
#index-body .init-5 .subLine {
  background: #e6e7e6;
  height: 1px;
}
#index-body .init-5 .content {
  width: 100%;
  padding: 0;
  height: 130px;
}
#index-body .init-5 .content .textAniC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#index-body .init-5 .content .textAniC .text .c {
  color: rgba(0, 0, 0, 0.2);
  font-size: 120px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: nowrap;
  width: 5000px;
  -webkit-animation: transAni2 60s linear infinite;
  -moz-animation: transAni2 60s linear infinite;
  -o-animation: transAni2 60s linear infinite;
  animation: transAni2 60s linear infinite;
}
#index-body .init-6 {
  background-color: #f7f7f5;
}
#index-body .init-6 .subLine {
  background: #e6e7e6;
  height: 1px;
}
#index-body .init-6 .titleC .right {
  width: 47%;
}
#index-body .init-6 .contentC {
  background: #fff;
}
#index-body .init-6 .contentC ul li {
  border-top: 1px solid #e2e2e2;
  z-index: 2;
}
#index-body .init-6 .contentC ul li .box2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
#index-body .init-6 .contentC ul li .box2 .img {
  margin-left: auto;
  display: block;
  height: 100%;
  width: 42%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-6 .contentC ul li .box {
  min-height: 400px;
}
#index-body .init-6 .contentC ul li .box .cont {
  width: 53%;
}
#index-body .init-6 .contentC ul li .box .title2 .img {
  width: 40px;
  height: 40px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .init-6 .contentC ul li .box .title2 .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
#index-body .init-6 .contentC ul li.active .box2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#index-body .init-6 .contentC ul li.active .box .cont .title2 {
  color: #fff;
}
#index-body .init-6 .contentC ul li.active .box .cont .title2 .img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .init-6 .contentC ul li.active .box .cont .des {
  color: #fff;
}
#index-body .init-7 {
  height: 860px;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-7 .container {
  height: 100%;
}
#index-body .init-7 .container .cont {
  width: 630px;
  padding: 50px 30px 50px 30px;
  margin-bottom: 90px;
  z-index: 2;
}
#index-body .init-7 .container .cont .shadow {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#index-body .init-7 .container .cont .list1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  padding-top: 10px;
  font-weight: 600;
}
#index-body .init-7 .container .cont .list1 label{
  padding: 6px 20px 6px 10px;
  transition: all .5s;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-right: 18px;
}
#index-body .init-7 .container .cont .list1 label:last-child{
  margin-right: 0;
}
#index-body .init-7 .container .cont .list1 label.active{
  background: #e5e5e5;
}
#index-body .init-7 .container .cont .list1 label input{
  display: none;
}
#index-body .init-7 .container .cont .list1 label .img{
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  display: inline-block;
  object-fit: cover;
}
#index-body .init-7 .container .cont .list2 .list2_2{
  width: calc(50% - 20px);
}
#index-body .init-7 .container .cont .list2 .list2_2 .text{
  margin-top: 6px;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
}
#index-body .init-7 .container .cont .list2 .list2_2 select{
  margin-top: 6px;
  width: 100%;
  padding: 10px 14px;
  color: #757575;
  font-size: 14px;
  border: 1px solid #d6d6d6;
}
#index-body .init-7 .container .cont .list3 .f{
  position: relative;
  cursor: pointer;
}
#index-body .init-7 .container .cont .list3 .f input{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
}
#index-body .init-7 .container .cont .more{
  right: 0;
  bottom: 0;
  position: absolute;
}

#index-body .init-8 {
  background: #f7f7f5;
}
#index-body .init-8 .container .line {
  height: 1px;
  background: #e0e1e1;
}
#index-body .init-8 .container .contentC ul li {
  width: 33.33%;
}
#index-body .init-8 .container .contentC ul li .box {
  padding: 30px 30px 10px 30px;
  z-index: 2;
}
#index-body .init-8 .container .contentC ul li .box .shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
#index-body .init-8 .container .contentC ul li .box .shadow2 {
  opacity: 0;
}
#index-body .init-8 .container .contentC ul li .box .timeC {
  color: #000;
}
#index-body .init-8 .container .contentC ul li .box .timeC .indexTag {
  background: #f4f4f4;
}
#index-body .init-8 .container .contentC ul li .box .title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#index-body .init-8 .container .contentC ul li .box .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#index-body .init-8 .container .contentC ul li .box .more {
  display: inline-block;
  text-decoration: line-through;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  -moz-text-decoration-color: rgba(255, 255, 255, 0);
  text-decoration-color: rgba(255, 255, 255, 0);
}
#index-body .init-8 .container .contentC ul li .box .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-text-decoration-color: #fff;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
#index-body .init-8 .container .contentC ul li .box .more2 {
  right: 0;
  bottom: 0;
  width: 52px;
  height: 50px;
}
#index-body .init-8 .container .contentC ul li .box .more2 .moreImg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .init-8 .container .contentC ul li .box .more2 .moreImg2 {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
#index-body .init-8 .container .contentC ul li .box .more2 .moreImg2_2 {
  left: -50%;
  opacity: 0;
}
#index-body .init-8 .container .contentC ul li .box .more2:hover .moreImg2_1 {
  opacity: 0;
  left: 100%;
}
#index-body .init-8 .container .contentC ul li .box .more2:hover .moreImg2_2 {
  opacity: 1;
  left: 50%;
}
#index-body .init-8 .container .contentC ul li .box:hover .shadow1 {
  opacity: 0;
}
#index-body .init-8 .container .contentC ul li .box:hover .shadow2 {
  opacity: 1;
}
#index-body .init-8 .container .contentC ul li .box:hover .timeC .indexTag {
  background: #fff;
}
#index-body .init-8 .container .contentC ul li .box:hover .timeC .time {
  color: #fff;
}
#index-body .init-8 .container .contentC ul li .box:hover .title {
  color: #fff;
}
#index-body .init-8 .container .contentC ul li .box:hover .des {
  color: #fff;
}
#index-body .init-8 .container .contentC ul li .box:hover .more {
  color: #fff;
}
#index-body .init-8 .container .contentC ul li .box:hover .more2 .moreImg {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#footer {
  position: relative;
  z-index: 1;
}
#footer .sub {
  background: #f7f7f5;
  height: 70px;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
#footer .fTop {
  padding-top: 240px;
  z-index: 1;
}
#footer .fTop .container .cont {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 60px;
}
#footer .fTop .container .cont .listCont .share ul li a {
  width: 28px;
  height: 28px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 16px;
}
#footer .fTop .container .cont .listCont .share ul li a:hover {
  background: var(--color);
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#footer .fTop .container .cont .listCont .logoDes {
  width: 100%;
}
#footer .fTop .container .cont .listCont .list .img {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}

#footer .fTop .container .cont .listCont .list .text {
  width: -webkit-calc(84%);
  width: -moz-calc(84%);
  width: calc(100% - 16px);
}
#footer .fTop .container .cont .listCont .des {
  color: rgba(0, 0, 0, 0.8);
}
#footer .fTop .container .cont .listCont .des a{
  text-decoration: underline;
}
#footer .fTop .container .cont .listCont1 {
  width: 440px;
}
#footer .fTop .container .cont .listCont2 {
  width: 340px;
}
#footer .fTop .container .cont .listCont3 {
  width: 400px;
}
#footer .fMiddle {
  color: #fff;
}
#footer .fMiddle .container .listCont .menu-menu-container 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;
}
#footer .fMiddle .container .listCont .menu-menu-container ul li {
  margin-right: 20px;
}
#footer .fMiddle .container .listCont .menu-menu-container ul li a {
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#footer .fMiddle .container .listCont .menu-menu-container ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fMiddle .container .listCont .menu-menu-container ul li a:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#footer .fMiddle .container .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fMiddle .container .listCont .codeCont .list {
  width: 90px;
}
#footer .fMiddle .container .listCont .codeCont .list .img {
  background: #fff;
  padding: 4px;
}
#footer .fMiddle .container .listCont form input {
  width: 22%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
}
#footer .fMiddle .container .listCont form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .listCont form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .listCont form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .listCont form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .listCont form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .listCont form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .container .listCont form .content {
  width: 39%;
}
#footer .fMiddle .container .listCont form .submit {
  border-radius: 5px;
  background-color: var(--color);
  color: #fff;
  width: 90px;
  height: 40px;
  cursor: pointer;
}
#footer .fMiddle .container .listCont form .submit:hover {
  background-color: #000;
}
#footer .fMiddle .container .listCont2 {
  width: 47%;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #ffffff;
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright .line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  top: 0;
}
#footer .copyright .right ul a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
#footer .copyright .right ul a:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box {
    width: 1400px;
    margin: auto;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box {
    width: 1200px;
  }
  #header > .nav > .menu .menu-box {
    margin: auto;
  }
  .bannerC .bannerCont .step-list ul li .box .title {
    font-size: 60px;
  }
  #footer .fTop .container .cont .listCont1 {
    width: 360px;
  }
  #footer .fTop .container .cont .listCont3 {
    width: 310px;
  }
  #footer .fMiddle .container .listCont form .content {
    width: 36%;
  }
}
@media (max-width: 1250px) {
  .bannerC .bannerCont .bottomC {
    right: 0;
    padding: 0 15px;
  }
  .bannerC .bannerCont {
    position: relative;
    height: 60vw;
  }
  .bannerC .bannerCont .step-list ul li .box .title {
    font-size: 50px;
  }
  .bannerC .bannerCont .step-list ul li {
    opacity: 1;
    position: relative;
  }
  .bannerC .bannerCont .step-list ul li .box .title1 {
    color: #fff;
  }
  .bannerC .bannerCont .lineC {
    display: none;
  }
  #index-body .init-1 .content .left {
    width: 100%;
  }
  #index-body .init-1 .content .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-2 .contentC .contentCont {
    height: 50vw;
  }
  #index-body .init-2 .contentC .contentCont .textCont .swiper {
    width: 100%;
  }
  #index-body .init-2 .contentC .contentCont .imgList {
    width: 60%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: auto;
  }
  #index-body .init-2 .contentC .contentCont .textCont .container ul li .title{
    margin-top: 60px;
  }
  #index-body .init-3 .contentC .contentCont ul li.mu-jie-gou-jian-zhu .box .cont .img{
    width: 50%;
  }
  #index-body .init-2 .contentC .contentCont .imgList ul li .box img {
    width: 100%;
    height: 100%;
  }
  #index-body .init-3 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .contentC .contentCont {
    padding: 0 16px;
    width: 970px;
    margin: auto;
  }
  #index-body .init-3 .contentC .contentCont ul {
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  #index-body .init-3 .contentC .contentCont ul li .box{
    min-height: 1px;
  }
  #index-body .init-3 .contentC .contentCont ul li .box .cont .img{
    display: none;
  }
  #index-body .init-3 .contentC .contentCont ul li .box .cont{
    min-height: 1px;
  }
  #index-body .init-3 .contentC .contentCont ul li .box .cont .rightC{
    width: 100%;
  }
  #index-body .init-6 .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fTop .container .cont .listCont3 {
    width: 100%;
    margin-top: 40px;
  }
  #footer {
    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-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .fMiddle {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 120px;
  }
  #footer .fMiddle .container .listCont2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  #footer .fMiddle .container .listCont1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #footer .fTop {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 80px;
  }
  #footer .copyright {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .bannerC .bannerCont .sPage {
    top: 5%;
  }
  .bannerC .bannerCont .step-list ul li .box .title {
    font-size: 40px;
  }
  .bannerC .bannerCont .bottomC .left {
    display: none;
  }
  .bannerC .bannerCont .step-list ul li .box .title {
    font-size: 30px;
  }
  .bannerC .bannerCont .bottomC {
    bottom: 20px;
  }
  #index-body .init-3 .contentC .contentCont {
    width: 700px;
  }
  #index-body .init-7 {
    height: auto;
  }
  
  #index-body .init-7 .container .cont {
    padding: 50px 30px 50px 30px;
    margin: 40px 0;
  }
  #index-body .init-8 .container .contentC ul li .box .more2 {
    width: 11%;
    height: 17%;
  }
  #footer .fTop .container .cont .listCont1 {
    width: 100%;
  }
  #footer .fTop .container .cont .listCont2 {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fTop .container .cont .listCont3 {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  #index-body .init-2 .contentC .contentCont {
    height: auto;
  }
  #index-body .init-2 .contentC .contentCont .imgList {
    width: 100%;
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #index-body .init-2 .contentC .contentCont .bgCont {
    position: relative;
    top: 0;
    left: 0;
    padding: 5px;
    height: 50vw;
  }
  #index-body .init-2 .contentC .contentCont .bgCont .swiper ul li .box {
    border-radius: 10px;
  }
  #index-body .init-2 .contentC .contentCont .textCont {
    position: relative;
    top: 0;
    left: 0;
  }
  #index-body .init-2 .contentC .contentCont .textCont .swiper {
    color: #000;
    margin-top: 10px;
  }
  #index-body .init-2 .contentC .contentCont .textCont .container ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-2 .contentC .contentCont .textCont .container ul li .moreC {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
  }
  #index-body .init-2 .contentC .contentCont .textCont .container ul li .box {
    width: 100%;
  }
  #index-body .init-2 .contentC .contentCont .imgList ul li.active .box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  #index-body .init-2 .contentC .contentCont .imgList ul li .box {
    cursor: pointer;
  }
  #index-body .init-3 .contentC .contentCont {
    width: 100%;
  }
  #index-body .init-2 .contentC .contentCont .textCont .container ul li .title{
    margin-top: 10px;
  }
  #index-body .init-5 .content {
    height: 80px;
  }
  #index-body .init-5 .content .textAniC .text .c {
    font-size: 60px;
  }
  #index-body .init-6 .contentC {
    padding: 0 16px;
    padding-top: 40px;
  }
  #index-body .init-6 .contentC ul li {
    border-top: none;
  }
  #index-body .init-6 .contentC ul li .box2 {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  #index-body .init-6 .contentC ul li .box2 .img {
    width: 100%;
  }
  #index-body .init-6 .contentC ul li .box {
    min-height: 100px;
    padding: 20px 0;
  }
  #index-body .init-6 .contentC ul li.active .box .cont .des {
    color: #000;
  }
  #index-body .init-6 .contentC ul li .box .cont {
    width: 100%;
  }
  #index-body .init-6 .contentC ul li.active .box .cont .title2 {
    color: #000;
  }
  #index-body .init-6 .contentC ul li.active .box .cont .title2 .img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  #index-body .init-7 .container .cont{
    padding: 40px 16px;
  }
  #index-body .init-7 .container .cont .list2 .list2_2{
    width: 100%;
  }
  #index-body .init-7 .container .cont .shadow{
    background: #fff;
  }
  #index-body .init-7 .container .cont .more{
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  #index-body .init-8 .container .titleC .left {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .fMiddle .container .listCont form input {
    width: 100%;
    margin-top: 10px;
  }
  #footer .fMiddle .container .listCont form .content {
    width: 100%;
  }
  #footer .fMiddle .container .listCont form .submit {
    margin-top: 10px;
  }
  #footer .sub {
    height: 30px;
  }
  #footer .fMiddle {
    padding-top: 80px;
  }
  #footer .fTop {
    padding-top: 40px;
  }
  #footer .fTop .container .cont {
    padding: 20px 16px;
  }
}
@media (max-width: 500px) {
  .pt-200 {
    padding-top: 60px;
  }
  .bannerC .bannerCont {
    height: 260px;
  }
  .bannerC .bannerCont .step-list ul li .box {
    height: 260px;
  }
  .bannerC .bannerCont .step-list ul li .box .title {
    font-size: 24px;
  }
  #index-body .init-1 .content .right .listCont ul li {
    width: 100%;
  }
  #index-body .init-1 .content .right .listCont ul li .box .bottom {
    text-align: left;
  }
  #index-body .init-1 .content .right .listCont ul {
    padding-top: 10px;
  }
  #index-body .init-3 .contentC .contentCont ul li .box {
    padding: 20px 16px;
  }
  #index-body .init-3 .contentC .contentCont ul li .box .cont .rightC {
    width: 100%;
  }
  #index-body .init-3 .contentC .contentCont ul li.mu-jie-gou-jian-zhu .box .cont .rightC{
    transform: translateY(0);
  }
  #index-body .init-3 .contentC .contentCont ul li.mu-jie-gou-jian-zhu .box .cont .img{
    width: 60%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  #index-body .init-3 .contentC .contentCont ul li .box .cont .rightC {
    margin-top: 20px;
  }
  #index-body .init-3 .contentC .contentCont ul li .box .cont .rightC .moreC {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
.innerBnner {
  z-index: 2;
}
.innerBnner .bg {
  /*background-size: cover;*/
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-position: center top 0;
}
.innerBnner .container {
  min-height: 480px;
}
.innerBnner .container .cont {
  padding: 40px 0;
  color: #fff;
}
.innerBnner .container .cont .title {
  font-weight: bold;
}
.caseTitleC a {
  color: #19262a;
  font-weight: bold;
}
.caseTitleC a::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseTitleC a:hover,
.caseTitleC a.active {
  color: var(--color);
}
.caseTitleC a:hover::before,
.caseTitleC a.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.case-page {
  background-color: #f7f7f5;
}
.case-page .init-1 .container .titleC {
  border-top: 1px solid #e2e2e2;
}
.case-page .init-1 .container .titleC .right {
  max-width: 720px;
}
.case-page .init-1 .container .content ul li {
  width: 25%;
}
.case-page .init-1 .container .content ul li .box .img {
  display: block;
  border-radius: 15px;
}
.case-page .init-1 .container .content ul li .box .img img {
  width: 100%;
}
.case-page .init-1 .container .content ul li .box .title {
  display: block;
}
.caseDet-page {
  background-color: #f7f7f5;
}
.caseDet-page .init-1 .container .titleC {
  border-top: 1px solid #e2e2e2;
}
.caseDet-page .init-1 .container .titleC .right {
  max-width: 720px;
}
.caseDet-page .init-2 .content {
  max-width: 100%;
  width: 1830px;
  margin: auto;
  padding: 0 20px;
}
.caseDet-page .init-2 .content .btn {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background-color: #222f30;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
.caseDet-page .init-2 .content .btn .img {
  width: 10px;
  height: 10px;
}
.caseDet-page .init-2 .content .btn:hover {
  background-color: var(--color);
}
.caseDet-page .init-2 .content .prev {
  right: unset;
  left: 0;
}
.caseDet-page .init-2 .content ul li {
  width: 25%;
}
.caseDet-page .init-2 .content ul li .box .img {
  display: block;
  border-radius: 15px;
}
.caseDet-page .init-3 .tipsDes .desCont {
  max-width: 770px;
  margin: auto;
}
.caseDet-page .init-3 .content li {
  width: 25%;
}
.caseDet-page .init-3 .content a {
  display: block;
}
.caseDet-page .init-3 .content .img {
  border-radius: 15px;
}
.caseDet-page .init-3 .content img {
  width: 100%;
}
@media (max-width: 1700px) {
  .caseDet-page .init-2 .content {
    width: 1400px;
  }
}
@media (max-width: 1450px) {
  .caseDet-page .init-2 .content {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  .innerBnner {
    display: none;
  }
  .case-page .init-1 .container .content ul li {
    width: 33.33%;
  }
  .case-page .init-1 .container .titleC .right {
    width: 100%;
    max-width: 100%;
  }
  .caseDet-page .init-2 .content {
    width: 970px;
  }
  .caseDet-page .init-1 .container .titleC .right {
    width: 100%;
    max-width: 100%;
  }
  .caseDet-page .init-2 .content .next {
    right: 4px;
  }
  .caseDet-page .init-2 .content .prev {
    left: 4px;
  }
}
@media (max-width: 1000px) {
  .caseDet-page .init-2 .content {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .case-page .init-1 .container .content ul li {
    width: 50%;
  }
  .caseDet-page .init-2 .content {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .case-page .init-1 .container .content ul li {
    width: 100%;
  }
}
.product-yd-page {
  background-color: #f7f7f5;
}
.product-yd-page .init-1 .container .titleC {
  border-top: 1px solid #e2e2e2;
}
.product-yd-page .init-1 .container .titleC .right {
  max-width: 720px;
}
.product-yd-page .init-2 .container ul li .box .titleC {
  cursor: pointer;
  border-bottom: 2px solid #e2e3e2;
  color: rgba(25, 38, 42, 0.6);
}
.product-yd-page .init-2 .container ul li .box .titleC .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}
.product-yd-page .init-2 .container ul li .box .titleC .sub {
  margin-top: 8px;
  width: 26px;
  height: 26px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-yd-page .init-2 .container ul li .box .titleC .sub .line {
  width: 100%;
  font-size: 26px;
  top: 0;
  left: 0;
  line-height: 1;
}
.product-yd-page .init-2 .container ul li .box .titleC .sub .line2 {
  opacity: 0;
}
.product-yd-page .init-2 .container ul li .box .content {
  display: none;
  border-bottom: 2px solid #e2e3e2;
}
.product-yd-page .init-2 .container ul li .box .content .left {
  width: 48%;
}
.product-yd-page .init-2 .container ul li .box .content .left .title {
  display: block;
}
.product-yd-page .init-2 .container ul li .box .content .left .des {
  border-left: 2px solid var(--color);
}
.product-yd-page .init-2 .container ul li .box .content .right {
  width: 36%;
  overflow: unset;
}
.product-yd-page .init-2 .container ul li .box .content .right img{
  max-height: 200px;
  object-fit: contain;
}
.product-yd-page .init-2 .container ul li.active .box .titleC {
  color: #19262a;
}
.product-yd-page .init-2 .container ul li.active .box .titleC .sub {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-yd-page .init-2 .container ul li.active .box .titleC .sub .line1 {
  opacity: 0;
}
.product-yd-page .init-2 .container ul li.active .box .titleC .sub .line2 {
  opacity: 1;
}
@media (max-width: 1250px) {
  .product-yd-page .init-1 .container .titleC .right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .product-yd-page .init-2 .container ul li .box .content .left {
    width: 100%;
  }
  .product-yd-page .init-2 .container ul li .box .content .right {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.sideBox .sideLeft {
  width: 250px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.sideBox .sideLeft .navList {
  border-top: 1px solid #cbcbca;
}
.sideBox .sideLeft .navList > ul > li {
  border-bottom: 1px solid #cbcbca;
}
.sideBox .sideLeft .navList > ul > li .first {
  color: #919595;
}
.sideBox .sideLeft .navList > ul > li .first span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sideBox .sideLeft .navList > ul > li .first i {
  font-size: 14px;
  margin-top: 8px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sideBox .sideLeft .navList > ul > li .first i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sideBox .sideLeft .navList > ul > li .first:hover,
.sideBox .sideLeft .navList > ul > li .first.active {
  color: #19262a;
}
.sideBox .sideLeft .navList > ul > li ul {
  display: none;
}
.sideBox .sideLeft .navList > ul > li ul li a .sub {
  width: 6px;
  height: 6px;
  background-color: #5b6163;
  margin-top: 10px;
}
.sideBox .sideLeft .navList > ul > li ul li a .se {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sideBox .sideLeft .navList > ul > li ul li a:hover,
.sideBox .sideLeft .navList > ul > li ul li a.active {
  color: var(--color);
}
.sideBox .sideLeft .navList > ul > li ul li a:hover .sub,
.sideBox .sideLeft .navList > ul > li ul li a.active .sub {
  background-color: var(--color);
}
.sideBox .sideLeft .navList > ul > li ul.active {
  display: block;
}
.sideBox .sideRight {
  width: -webkit-calc(-260%);
  width: -moz-calc(-260%);
  width: calc(100% - 360px);
}
.m-page span,
.m-page a {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  margin: 4px;
}
.m-page span.current,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover {
  color: #fff;
  background-color: var(--color);
}
.product-page {
  background-color: #f7f7f5;
}
.product-page .init-1 .container .subLine {
  height: 1px;
  background-color: #e2e2e2;
}
.product-page .init-1 .container .catDes {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 6px;
}
.product-page .init-1 .container .content ul li {
  width: 33.33%;
}
.product-page .init-1 .container .content ul li .box {
  height: 100%;
  border-radius: 15px;
  padding: 10px;
  background-color: #fff;
}
.product-page .init-1 .container .content ul li .box .img {
  display: block;
  text-align: center;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}
.product-page .init-1 .container .content ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .container .content ul li .box .cont {
  padding: 20px 15px 0;
}
.product-page .init-1 .container .content ul li .box .cont .more {
  display: inline-block;
}
.product-page .init-1 .container .content ul li .box .cont .des{
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.product-page .init-1 .container .content ul li .box .more2 {
  width: 56px;
  height: 56px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.product-page .init-1 .container .content ul li .box .more2 .more2Img {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-page .init-1 .container .content ul li .box .more2 .more {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
.product-page .init-1 .container .content ul li .box .more2 .more .moreImg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  -moz-transition: all 10s;
  transition: all 10s;
}
.product-page .init-1 .container .content ul li .box .more2 .more .moreImg2 {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-page .init-1 .container .content ul li .box .more2 .more .moreImg2_2 {
  left: -50%;
  opacity: 0;
}
.product-page .init-1 .container .content ul li .box .more2 .more:hover .moreImg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product-page .init-1 .container .content ul li .box .more2 .more:hover .moreImg2_1 {
  opacity: 0;
  left: 100%;
}
.product-page .init-1 .container .content ul li .box .more2 .more:hover .moreImg2_2 {
  opacity: 1;
  left: 50%;
}
.seoCont {
  background-color: #f7f7f5;
}
.seoCont .init-1 .container .titleC .right {
  width: 720px;
}
.seoCont .init-1 .container .content .swiper {
  padding: 0 1px;
}
.seoCont .init-1 .container .content ul li {
  width: 33.33%;
  height: auto;
}
.seoCont .init-1 .container .content ul li .box {
  border-radius: 20px;
  height: 100%;
  background-color: #ffffff;
  padding: 30px 30px 15px 30px;
}
.seoCont .init-1 .container .content ul li .box .timeC .indexTag {
  background-color: #f4f4f4;
  color: #19262a;
}
.seoCont .init-1 .container .content ul li .box .title {
  display: block;
  color: #19262a;
}
.seoCont .init-1 .container .content ul li .box .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seoCont .init-1 .container .content ul li .box .more {
  display: inline-block;
  color: #19262a;
}
.seoCont .init-1 .container .content ul li .box .more2 {
  width: 56px;
  height: 56px;
  right: -1px;
  bottom: 0;
  z-index: 2;
}
.seoCont .init-1 .container .content ul li .box .more2 .more2Img {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.seoCont .init-1 .container .content ul li .box .more2 .more {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
.seoCont .init-1 .container .content ul li .box .more2 .more .moreImg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  -moz-transition: all 10s;
  transition: all 10s;
}
.seoCont .init-1 .container .content ul li .box .more2 .more .moreImg2 {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.seoCont .init-1 .container .content ul li .box .more2 .more .moreImg2_2 {
  left: -50%;
  opacity: 0;
}
.seoCont .init-1 .container .content ul li .box .more2 .more:hover .moreImg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.seoCont .init-1 .container .content ul li .box .more2 .more:hover .moreImg2_1 {
  opacity: 0;
  left: 100%;
}
.seoCont .init-1 .container .content ul li .box .more2 .more:hover .moreImg2_2 {
  opacity: 1;
  left: 50%;
}
.seoCont .init-1 .container .content ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.seoCont .init-1 .container .content ul li .box:hover .title {
  color: #fff;
}
.seoCont .init-1 .container .content ul li .box:hover .more {
  color: #fff;
}
.seoCont .init-3 .titleC .right {
  width: 720px;
}
.seoCont .init-3 .content ul li {
  width: 25%;
}
.seoCont .init-3 .content ul li .box .img {
  display: block;
}
.seoCont .init-3 .content ul li .box .img img {
  width: 100%;
}
@media (max-width: 1250px) {
  .sideBox .sideLeft {
    display: none;
  }
  .sideBox .sideRight {
    width: 100%;
  }
  .seoCont .init-3 .titleC .right {
    width: 100%;
  }
  .seoCont .init-1 .container .titleC .right {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 .container .content ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .product-page .init-1 .container .content ul li {
    width: 100%;
  }
  .seoCont .init-1 .container .content ul li .box {
    padding: 20px 16px 16px 16px;
  }
}
.prodet-page {
  background-color: #f7f7f5;
}
.prodet-page .init-1 .container .content {
  border-top: 1px solid #ededec;
}
.prodet-page .init-1 .container .content .galleryImg {
  height: 410px;
  width: 14%;
  margin: 0;
}
.prodet-page .init-1 .container .content .galleryImg ul li .box {
  cursor: pointer;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .init-1 .container .content .bigImg {
  width: 40%;
}
.prodet-page .init-1 .container .content .bigImg .search {
  width: 26px;
  height: 26px;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  pointer-events: none;
}
.prodet-page .init-1 .container .content .bigImg .btn {
  background-color: #fff;
  width: 46px;
  height: 46px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  z-index: 2;
  cursor: pointer;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .init-1 .container .content .bigImg .btn .btnImg {
  width: 10px;
  height: 10px;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.prodet-page .init-1 .container .content .bigImg .btn:hover {
  background-color: var(--color);
}
.prodet-page .init-1 .container .content .bigImg .btn:hover .btnImg {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.prodet-page .init-1 .container .content .bigImg .prev {
  right: unset;
  left: 8px;
}
.prodet-page .init-1 .container .content .bigImg .swiper ul li .img {
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #f2f2f2;
}
.prodet-page .init-1 .container .content .bigImg .swiper ul li .img img {
  height: 100%;
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.prodet-page .init-1 .container .content .rightCont {
  width: 41%;
  margin-left: auto;
}
.prodet-page .init-1 .container .content .rightCont .des {
  max-height: 206px;
  padding-right: 4px;
  overflow-y: auto;
}
.prodet-page .init-1 .container .content .rightCont .btnC .list {
  padding: 10px 16px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
}
.prodet-page .init-1 .container .content .rightCont .btnC .list img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .container .content .rightCont .btnC .list:hover {
  background-color: var(--color);
  color: #fff;
}
.prodet-page .init-1 .container .content .rightCont .btnC .list:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.prodet-page .init-1 .container .content .rightCont .proLink a {
  display: block;
}
.prodet-page .init-2 .tips {
  border-bottom: 2px solid #e6e7e6;
}
.prodet-page .init-2 .tips span {
  display: inline-block;
}
.prodet-page .init-2 .tips span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #de4c27;
}
.prodet-page .init-2 .appCont .listCont ul li {
  width: 20%;
}
.prodet-page .init-3 .container .tips {
  border-bottom: 2px solid #e6e7e6;
}
.prodet-page .init-3 .container .tips span {
  display: inline-block;
}
.prodet-page .init-3 .container .tips span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #de4c27;
}
.prodet-page .init-3 .container form input,
.prodet-page .init-3 .container form textarea {
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
  background-color: #fff;
  border-radius: 10px;
  border: none;
  padding: 16px 20px;
}
.prodet-page .init-3 .container form textarea {
  width: 100%;
}
.prodet-page .init-3 .container form .btn {
  min-width: 140px;
  background-color: var(--color);
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  padding: 16px 5px;
}
.prodet-page .init-3 .container form .btn:hover {
  background-color: #000;
}
.proPublic {
  background-color: #f7f7f5;
}
.proPublic .tipsDes .desCont {
  max-width: 660px;
  margin: auto;
}
.proPublic .content ul li {
  width: 25%;
}
.proPublic .content ul li .img {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #f4f4f3;
}
.proPublic .content ul li .img img {
  width: 100%;
}
@media (max-width: 1450px) {
  .prodet-page .init-1 .container .content .galleryImg{
    height: 350px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .init-1 .container .content .rightCont {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .content .galleryImg {
    width: 20%;
  }
  .prodet-page .init-1 .container .content .bigImg {
    width: 80%;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-1 .container .content .galleryImg {
    height: 56vw;
  }
  .prodet-page .init-1 .container .content .galleryImg ul li .box {
  }
  .prodet-page .init-3 .container form input,
  .prodet-page .init-3 .container form textarea {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .prodet-page .init-1 .container .content .bigImg .btn {
    width: 30px;
    height: 30px;
  }
}
.about-page {
  background-color: #f7f7f5;
}
.about-page .init-1 {
  z-index: 2;
}
.about-page .init-1 .subImg {
  width: 360px;
  height: 520px;
  background-position: right bottom;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.about-page .init-1 .container .titleC {
  border-top: 1px solid #e0e1e1;
}
.about-page .init-1 .container .titleC .left .more {
  width: 46px;
  height: 46px;
  display: block;
  background-color: #222f30;
  border-radius: 12px;
}
.about-page .init-1 .container .titleC .left .more .moreImgC {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .init-1 .container .titleC .left .more .moreImgC .moreImg {
  width: 100%;
  height: 100%;
}
.about-page .init-1 .container .titleC .left .more .moreImgC .moreImg2 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.about-page .init-1 .container .titleC .left .more:hover .moreImgC .moreImg2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.about-page .init-1 .container .titleC .left .more:hover .moreImgC .moreImg1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.about-page .init-1 .container .titleC .right {
  width: 720px;
}
.about-page .init-1 .container .aboutImg {
  z-index: 2;
  height: 660px;
  border-radius: 26px;
}
.about-page .init-1 .container .aboutImg.aboutImgAni {
  border-radius: 300px;
}
.about-page .init-1 .container .aboutImg.aboutImgAni .bg {
  background-attachment: fixed;
}
.about-page .init-1 .container .aboutImg .bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  background-size: cover;
  left: 0;
}
.about-page .init-1 .container .aboutImg .play {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  color: var(--color);
  font-size: 24px;
}
.about-page .init-1 .container .aboutImg .play i {
  margin-left: 4px;
}
.about-page .init-1 .container .aboutImg .play .cont {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.about-page .init-1 .container .aboutImg .play .ling {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .init-1 .container .aboutImg .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .aboutImg .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .titleC2 .right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.about-page .init-1 .container .listCont ul li .box .top {
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  color: var(--color);
}
.about-page .init-1 .container .listCont ul li .box .top em {
  font-size: 60px;
}
.about-page .init-1 .container .listCont ul li .box .top .sup {
  position: relative;
  top: -6px;
}
.about-page .init-1 .container .listCont ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-1 .container .listCont ul .line {
  width: 1px;
  height: 90px;
  background-color: #8d9393;
}
.about-page .init-2 .container .titleC {
  border-top: 1px solid #e0e1e1;
}
.about-page .init-2 .container .titleC .right {
  width: 720px;
}
.about-page .init-2 .container .content .swiper {
  padding: 0 1px;
}
.about-page .init-2 .container .content ul li {
  width: 33.33%;
}
.about-page .init-2 .container .content ul li .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 30px 10px;
}
.about-page .init-2 .container .content ul li .box .img {
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-2 .container .content ul li .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .init-2 .container .content ul li .box .des {
  padding-right: 6px;
  overflow-y: auto;
  height: 120px;
}
.about-page .init-2 .container .content ul li .box .more {
  display: inline-block;
  color: #000000;
}
.about-page .init-2 .container .content ul li .box .more2 {
  width: 56px;
  height: 56px;
  right: -1px;
  bottom: 0;
  z-index: 2;
}
.about-page .init-2 .container .content ul li .box .more2 .more2Img {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-page .init-2 .container .content ul li .box .more2 .more {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
.about-page .init-2 .container .content ul li .box .more2 .more .moreImg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  -moz-transition: all 10s;
  transition: all 10s;
}
.about-page .init-2 .container .content ul li .box .more2 .more .moreImg2 {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-page .init-2 .container .content ul li .box .more2 .more .moreImg2_2 {
  left: -50%;
  opacity: 0;
}
.about-page .init-2 .container .content ul li .box .more2 .more:hover .moreImg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about-page .init-2 .container .content ul li .box .more2 .more:hover .moreImg2_1 {
  opacity: 0;
  left: 100%;
}
.about-page .init-2 .container .content ul li .box .more2 .more:hover .moreImg2_2 {
  opacity: 1;
  left: 50%;
}
.about-page .init-2 .container .content ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.about-page .init-2 .container .content ul li .box:hover .img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-2 .container .content ul li .box:hover .more {
  color: #fff;
}
.about-page .init-2 .container .content ul li .box:hover .more2 .more .moreImg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about-page .init-2 .container .content .sPage .left {
  width: 240px;
}
.about-page .init-2 .container .content .sPage .left .page {
  position: relative;
  top: 0;
  left: 0;
  background-color: #e2e3e2;
  height: 2px;
}
.about-page .init-2 .container .content .sPage .left .page .swiper-pagination-progressbar-fill {
  background-color: #222f30;
}
.about-page .init-2 .container .content .sPage .right .more {
  cursor: pointer;
}
.about-page .init-2 .container .content .sPage .right .more .moreSvg2 path {
  fill: #eeeeee;
}
.about-page .init-2 .container .content .sPage .right .more .moreSvg2 .moreImg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .init-2 .container .content .sPage .right .moreSvg2C .moreImg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .init-2 .container .content .sPage .right .more1 .moreSvg2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .init-2 .container .content .sPage .right:hover .more .moreSvg2 path {
  d: path("M 0.7 14.9 C -1.2 7.3 4.6 0 12.4 0 L 39 0 C 45.6 0 51 5.4 51 12 L 51 36 C 51 42.6 45.6 48 39 48 L 18.4 48 C 13 48 8.5 45 6.7 38.9 C 4.7 31 2.7 23 0.7 14.9 Z");
}
.about-page .init-3 .container .titleC {
  border-top: 1px solid #e0e1e1;
}
.about-page .init-3 .container .content .swiper {
  padding: 40px 0;
}
.about-page .init-3 .container .content ul li {
  width: auto;
}
.about-page .init-3 .container .content ul li .box {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  -ms-transform: scale(0.91);
  -o-transform: scale(0.91);
  transform: scale(0.91);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.about-page .init-3 .container .content ul li .box .img .more {
  opacity: 0;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}
.about-page .init-3 .container .content ul li .box .img:hover .more {
  opacity: 1;
}
.about-page .init-3 .container .content ul .swiper-slide-next .box {
  -webkit-transform: scale(1.17);
  -moz-transform: scale(1.17);
  -ms-transform: scale(1.17);
  -o-transform: scale(1.17);
  transform: scale(1.17);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.about-page .init-3 .container .content ul .swiper-slide-next + .swiper-slide .box {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.about-page .init-3 .container .content .sPage .left {
  width: 240px;
}
.about-page .init-3 .container .content .sPage .left .page {
  position: relative;
  top: 0;
  left: 0;
  background-color: #e2e3e2;
  height: 2px;
}
.about-page .init-3 .container .content .sPage .left .page .swiper-pagination-progressbar-fill {
  background-color: #222f30;
}
.about-page .init-3 .container .content .sPage .right .more {
  cursor: pointer;
}
.about-page .init-3 .container .content .sPage .right .more .moreSvg2 path {
  fill: #eeeeee;
}
.about-page .init-3 .container .content .sPage .right .more .moreSvg2 .moreImg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .init-3 .container .content .sPage .right .moreSvg2C .moreImg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .init-3 .container .content .sPage .right .more1 .moreSvg2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .init-3 .container .content .sPage .right:hover .more .moreSvg2 path {
  d: path("M 0.7 14.9 C -1.2 7.3 4.6 0 12.4 0 L 39 0 C 45.6 0 51 5.4 51 12 L 51 36 C 51 42.6 45.6 48 39 48 L 18.4 48 C 13 48 8.5 45 6.7 38.9 C 4.7 31 2.7 23 0.7 14.9 Z");
}
@media (max-width: 1250px) {
  .about-page .init-1 .subImg {
    width: 200px;
    height: 200px;
  }
  .about-page .init-1 .container .titleC .right {
    width: 100%;
  }
  .about-page .init-1 .container .aboutImg {
    height: 460px;
  }
  .about-page .init-1 .container .titleC2 .right {
    width: 100%;
  }
  .about-page .init-1 .container .listCont ul li .box .top em {
    font-size: 50px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .aboutImg {
    height: 340px;
  }
  .about-page .init-1 .container .listCont ul li {
    width: 100%;
  }
  .about-page .init-1 .container .listCont ul li .box {
    text-align: left;
  }
  .about-page .init-1 .container .listCont ul .line {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 700px) {
  .about-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .about-page .init-3 .container .content ul li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .about-page .init-3 .container .content ul .swiper-slide-next .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 500px) {
  .about-page .init-1 .container .aboutImg {
    height: 60vw;
  }
  .about-page .init-1 .container .listCont ul li .box .top {
    font-size: 18px;
  }
  .about-page .init-1 .container .listCont ul li .box .top em {
    font-size: 40px;
  }
  .about-page .init-2 .container .content ul li .box {
    padding: 30px 16px 10px;
  }
}
.gallery-page {
  background-color: #f7f7f5;
}
.gallery-page .titleC {
  border-top: 1px solid #e2e2e2;
}
.gallery-page .titleC .right {
  max-width: 720px;
}
.gallery-page .facList ul li {
  width: 33.33%;
}
.gallery-page .facList ul li .box .img {
  display: block;
  border-radius: 20px;
}
.gallery-page .facList ul li .box .img img {
  width: 100%;
}
.gallery-page .honorList ul li {
  width: 25%;
}
@media (max-width: 1250px) {
  .gallery-page .titleC .right {
    max-width: 100%;
    width: 100%;
  }
  .gallery-page .honorList ul li {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .gallery-page .facList ul li {
    width: 50%;
  }
  .gallery-page .honorList ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .gallery-page .facList ul li {
    width: 100%;
  }
  .gallery-page .honorList ul li {
    width: 100%;
  }
  .m-page span,
  .m-page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
  }
}
.faq-page {
  background-color: #f7f7f5;
}
.faq-page .init-1 .titleC {
  border-top: 1px solid #e2e2e2;
}
.faq-page .init-1 .titleC .right {
  width: 720px;
}
.faq-page .init-2 ul li .box {
  width: 100%;
}
.faq-page .init-2 ul li .box .titleC {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
}
.faq-page .init-2 ul li .box .titleC .left {
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
  padding: 30px 40px;
}
.faq-page .init-2 ul li .box .titleC .right {
  width: 90px;
  font-size: 26px;
  line-height: 1;
  background-color: #efefef;
  font-weight: bold;
  cursor: pointer;
}
.faq-page .init-2 ul li .box .content {
  display: none;
  padding: 30px 40px;
  background-color: #fff;
}
.faq-page .init-2 ul li .box .content .des::before {
  content: '';
  position: absolute;
  width: 2px;
  height: -webkit-calc(90%);
  height: -moz-calc(90%);
  height: calc(100% - 10px);
  top: 50%;
  left: 0;
  background-color: #de4c27;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .init-2 ul li.active .box .titleC {
  background-color: #33251f;
}
.faq-page .init-2 ul li.active .box .titleC .left {
  color: #fff;
}
.faq-page .init-2 ul li.active .box .titleC .right {
  background-color: var(--color);
  color: #fff;
}
@media (max-width: 1250px) {
  .faq-page .init-1 .titleC .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .faq-page .init-2 ul li .box .titleC .left {
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
    width: calc(100% - 50px);
    padding: 20px 16px;
  }
  .faq-page .init-2 ul li .box .titleC .right {
    width: 50px;
    font-size: 20px;
  }
  .faq-page .init-2 ul li .box .content {
    padding: 20px 16px;
  }
}
.contact-page {
  background-color: #f7f7f5;
}
.contact-page .init-1 .container .line {
  background-color: #e2e2e2;
  width: 100%;
  height: 1px;
}
.contact-page .init-1 .container .left {
  width: 26%;
}
.contact-page .init-1 .container .left .img {
  border-radius: 10px;
}
.contact-page .init-1 .container .left .img img {
  width: 100%;
}
.contact-page .init-1 .container .right {
  width: 68%;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  border: none;
  padding: 14px 20px;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .submit {
  background-color: var(--color);
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  margin-left: auto;
  padding: 16px 10px;
  border-radius: 8px;
  min-width: 110px;
  cursor: pointer;
}
.contact-page .init-1 .container .right form .submit:hover {
  background-color: #000;
}
.contact-page .init-2 ul li {
  width: 24%;
}
.contact-page .init-2 ul li .box {
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--color);
  background-color: #fff;
  word-break: break-word;
}
.contact-page .init-2 ul li .box .cir {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: var(--color);
  margin: 0 auto;
}
.contact-page .init-2 ul li .box .cir img {
  max-width: 70%;
}
.contact-page .init-2 ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.contact-page .init-2 ul li .box:hover .cir img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.contact-page .init-2 ul .contentLi .box .cir {
  margin-right: 20px;
}
.contact-page .init-2 ul .contentLi .box .cont {
  font-size: 16px;
  padding-top: 10px;
}
.contact-page .init-2 ul .contentLi .box .cont .des2 {
  margin-top: 10px;
}
.contact-page .init-2 ul .contentLi .box .cont .des2 em {
  font-weight: bold;
  font-size: 18px;
}
.contact-page .init-2 ul .contentLi .box .cont .des2 .des2C {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1450px) {
  .contact-page .init-2 ul li {
    width: 30%;
  }
  .contact-page .init-2 ul li:last-child{
    margin-top: 20px;
    width: 100%;
  }
  .contact-page .init-2 ul .contentLi {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    max-width: 500px;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-2 ul li {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-2 ul .contentLi .box .cont {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .contact-page .init-2 ul .contentLi .box .cir {
    margin: 0 auto;
  }
  .contact-page .init-2 ul .contentLi .box .cont .des2 .des2C {
    width: 100%;
    margin-top: 6px;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .contact-page .init-2 ul .contentLi .box .cont .des2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    padding: 8px 16px;
    margin-top: 10px;
  }
  .contact-page .init-1 .container .right form .submit {
    padding: 8px 10px;
  }
  .contact-page .init-2 ul li .box {
    padding: 20px 16px;
  }
}
.news-page {
  background-color: #f7f7f5;
}
.news-page .init-1 .container .titleC {
  border-top: 1px solid #e2e2e2;
}
.news-page .init-1 .container .titleC .right {
  width: 720px;
}
.news-page .init-1 .container .content ul li {
  width: 33.33%;
}
.news-page .init-1 .container .content ul li .box {
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 30px 10px;
}
.news-page .init-1 .container .content ul li .box .timeC .indexTag {
  color: #19262a;
  background-color: #f4f4f4;
}
.news-page .init-1 .container .content ul li .box .title {
  display: block;
  font-weight: bold;
}
.news-page .init-1 .container .content ul li .box .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .init-1 .container .content ul li .box .more {
  display: inline-block;
  margin-top: 50px;
}
.news-page .init-1 .container .content ul li .box .more2 {
  width: 56px;
  height: 56px;
  right: -1px;
  bottom: 0;
  z-index: 2;
}
.news-page .init-1 .container .content ul li .box .more2 .more2Img {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.news-page .init-1 .container .content ul li .box .more2 .more {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
.news-page .init-1 .container .content ul li .box .more2 .more .moreImg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  -moz-transition: all 10s;
  transition: all 10s;
}
.news-page .init-1 .container .content ul li .box .more2 .more .moreImg2 {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.news-page .init-1 .container .content ul li .box .more2 .more .moreImg2_2 {
  left: -50%;
  opacity: 0;
}
.news-page .init-1 .container .content ul li .box .more2 .more:hover .moreImg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news-page .init-1 .container .content ul li .box .more2 .more:hover .moreImg2_1 {
  opacity: 0;
  left: 100%;
}
.news-page .init-1 .container .content ul li .box .more2 .more:hover .moreImg2_2 {
  opacity: 1;
  left: 50%;
}
.news-page .init-1 .container .content ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
@media (max-width: 1250px) {
  .news-page .init-1 .container .titleC .right {
    width: 100%;
  }
  .news-page .init-1 .container .content ul li {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .news-page .init-1 .container .content ul li .box {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 700px) {
  .news-page .init-1 .container .content ul li {
    width: 100%;
  }
  .news-page .init-1 .container .content ul li .box .more {
    margin-top: 30px;
  }
}
.newsdet-page {
  background-color: #f7f7f5;
}
.newsdet-page .init-1 .content {
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
}
.newsdet-page .init-1 .link .linkList {
  width: 50%;
  padding: 0 3px;
}
.newsdet-page .init-1 .link .linkList .linkTips {
  color: var(--color);
}
.newsdet-page .init-1 .link .linkListRight {
  text-align: right;
}
.newsdet-page .init-2 .container .tipsDes .tipsDes2 {
  margin: auto;
  max-width: 540px;
}
.newsdet-page .init-2 .container .content ul li {
  width: 33.33%;
}
.newsdet-page .init-2 .container .content ul li .box {
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 30px 10px;
}
.newsdet-page .init-2 .container .content ul li .box .timeC .indexTag {
  color: #19262a;
  background-color: #f4f4f4;
}
.newsdet-page .init-2 .container .content ul li .box .title {
  display: block;
  font-weight: bold;
}
.newsdet-page .init-2 .container .content ul li .box .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsdet-page .init-2 .container .content ul li .box .more {
  display: inline-block;
  margin-top: 50px;
}
.newsdet-page .init-2 .container .content ul li .box .more2 {
  width: 56px;
  height: 56px;
  right: -1px;
  bottom: 0;
  z-index: 2;
}
.newsdet-page .init-2 .container .content ul li .box .more2 .more2Img {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.newsdet-page .init-2 .container .content ul li .box .more2 .more {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
.newsdet-page .init-2 .container .content ul li .box .more2 .more .moreImg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  -moz-transition: all 10s;
  transition: all 10s;
}
.newsdet-page .init-2 .container .content ul li .box .more2 .more .moreImg2 {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.newsdet-page .init-2 .container .content ul li .box .more2 .more .moreImg2_2 {
  left: -50%;
  opacity: 0;
}
.newsdet-page .init-2 .container .content ul li .box .more2 .more:hover .moreImg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.newsdet-page .init-2 .container .content ul li .box .more2 .more:hover .moreImg2_1 {
  opacity: 0;
  left: 100%;
}
.newsdet-page .init-2 .container .content ul li .box .more2 .more:hover .moreImg2_2 {
  opacity: 1;
  left: 50%;
}
.newsdet-page .init-2 .container .content ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
@media (max-width: 1250px) {
  .newsdet-page .init-1 .link .linkList {
    width: 100%;
    padding: 0;
  }
  .newsdet-page .init-1 .link .linkListRight {
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .newsdet-page .init-2 .container .content ul li .box {
    padding: 20px 16px 10px;
  }
  .newsdet-page .init-2 .container .content ul li .box .more {
    margin-top: 30px;
  }
}



#index-body .init-0 .top {
    max-width: 900px;
    margin: 0 auto;
}
#index-body .init-0 .top .text {
    line-height: 2;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#index-body .init-0 .navlink a {
    padding-bottom: .3em;
    border-bottom: 2px solid transparent;
}
#index-body .init-0 .navlink a.active {
    border-color: var(--color);
}
#index-body .init-0 .det {
    position: relative;
}
#index-body .init-0 .det a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}
#index-body .init-0 .det a.active {
    z-index: 1;
    opacity: 1;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

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