@font-face {
  font-family: 'anton';
  src: url('../fonts/Anton.eot');
  src: url('../fonts/Anton.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton.woff2') format('woff2'), url('../fonts/Anton.woff') format('woff'), url('../fonts/Anton.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'font1';
  src: url('../fonts/RobotoCondensed-Bold.eot');
  src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-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: 'coalition';
  src: url('../fonts/Coalition.eot');
  src: url('../fonts/Coalition.eot?#iefix') format('embedded-opentype'), url('../fonts/Coalition.woff2') format('woff2'), url('../fonts/Coalition.woff') format('woff'), url('../fonts/Coalition.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.font1 {
  font-family: 'font1';
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #db011c;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  color: #0c0c0c;
  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: 1710px;
}
@-webkit-keyframes rot_1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot_1 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rot_1 {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot_1 {
  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);
  }
}


.b_right_nav {
  position: fixed;
  bottom: 240px;
  right: 15px;
  z-index: 10;
}
.b_right_nav .border_t_10 {
  border-top-left-radius: 10px;
}
.b_right_nav .border_b_10 {
  border-bottom-left-radius: 10px;
}
.b_right_nav .list {
  background-color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  color: #7f7f7f;
}
.b_right_nav .list .img {
  width: 25px;
  height: 25px;
}
.b_right_nav .list .cont {
  color: #000;
  border: 1px solid #ddd;
  position: absolute;
  right: 50px;
  top: 0;
  width: 160px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  background-color: #fff;
  padding: 4px;
  font-size: 16px;
}
.b_right_nav .list:hover {
  color: #fff;
}
.b_right_nav .list:hover .cont {
  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;
}
.b_right_nav .list:last-child {
  margin-top: 10px;
}
.b_right_nav .list:hover {
  background-color: #cd0021;
}
.b_right_nav .list:hover .img {
  filter: grayscale(1) brightness(5);
}
.b_right_nav .list.email .cont {
  width: 250px;
}
.b_right_nav .list.code .cont {
  width: 120px;
  padding: 6px;
}
.moreCont {
  border-radius: 22px;
  display: inline-block;
  min-width: 180px;
  text-align: center;
  background-color: var(--color);
  padding: 8px 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  text-transform: capitalize;
}
.moreCont::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-color: #000;
  border-radius: 22px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
.moreCont:hover {
  background-color: #000;
}
.moreCont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
#mobile2{
  position: -webkit-sticky;
  position: sticky;
}
#header {
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  font-weight: 500;
}
#header > .nav .ftop {
  height: 42px;
  background-color: var(--color);
  color: #fff;
}
#header > .nav .ftop .img {
  width: 15px;
  height: 15px;
}
#header > .nav .ftop .searchCont form {
  border-bottom: 1px solid #fff;
}
#header > .nav .ftop .searchCont form input {
  border: none;
  color: #fff;
  background: transparent;
}
#header > .nav .ftop .searchCont form input::-webkit-input-placeholder {
  color: #fff;
}
#header > .nav .ftop .searchCont form input:-moz-placeholder {
  color: #fff;
}
#header > .nav .ftop .searchCont form input::-moz-placeholder {
  color: #fff;
}
#header > .nav .ftop .searchCont form input:-ms-input-placeholder {
  color: #fff;
}
#header > .nav .ftop .searchCont form input::-ms-input-placeholder {
  color: #fff;
}
#header > .nav .ftop .searchCont form input::placeholder {
  color: #fff;
}
#header > .nav .ftop .searchCont form .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header > .nav .ftop .searchCont form .submit {
  width: 12px;
  height: 12px;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  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: 50px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #19262a;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  z-index: 2;
  font-weight: bold;
  font-family: 'font1';
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-background-size: cover;
  background-size: cover;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  font-family: 'font1';
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  font-size: 16px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 20px;
  height: 20px;
  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.active > .nav,
#header.inner_active > .nav {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.active > .nav .ftop,
#header.inner_active > .nav .ftop {
  height: 0;
  padding: 0;
}
#banner {
  position: relative;
  z-index: 3;
  text-align: center;
}
#banner .btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
}
#banner .next {
  right: 0;
}
#banner .swiper {
  z-index: 2;
  margin-top: 116px;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 810px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  max-width: 600px;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .des {
  max-width: 590px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .more {
  font-family: 'anton';
}
#banner .swiper .swiper-wrapper .swiper-slide .lineCont {
  z-index: -1;
  right: 0;
  top: 0;
  width: 39%;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .lineCont .lineC {
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
#banner .swiper .swiper-wrapper .swiper-slide .lineCont .lineC .line {
  width: 4px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  left: -1px;
  top: -50px;
  -webkit-animation: bannerAni 10s linear infinite;
  -moz-animation: bannerAni 10s linear infinite;
  -o-animation: bannerAni 10s linear infinite;
  animation: bannerAni 10s linear infinite;
}
#banner .swiper .swiper-wrapper .swiper-slide .lineCont .listC2 {
  left: 22%;
}
#banner .swiper .swiper-wrapper .swiper-slide .lineCont .listC2 .line {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#banner .swiper .swiper-wrapper .swiper-slide .lineCont .listC3 {
  left: 44%;
}
#banner .swiper .swiper-wrapper .swiper-slide .lineCont .listC3 .line {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
#banner .swiper .swiper-wrapper .swiper-slide .lineCont .listC4 {
  left: 66%;
}
#banner .swiper .swiper-wrapper .swiper-slide .lineCont .listC4 .line {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
#banner .swiper .swiper-wrapper .swiper-slide .shadow2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: right center;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .moreC {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img1 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .sPage {
  bottom: 70px;
  z-index: 2;
  left: 0;
  width: 100%;
  text-align: left;
}
#banner .sPage .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  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;
  margin: 5px 10px;
  background-color: rgba(189, 189, 189, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #babec0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .sPage .swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
}
#banner .sPage .swiper-pagination-bullet-active::before {
  background-color: #fff;
}
#banner:hover .btn {
  opacity: 1;
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-1 .subImg1 {
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 1;
  -webkit-clip-path: polygon(64% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(64% 0, 100% 0, 100% 100%, 0% 100%);
}
#index-body .init-1 .subImg1 .subImg1-2 {
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: right;
  padding: 50px 100px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(rgba(219, 1, 28, 0.1)));
  background-image: -webkit-linear-gradient(left, var(--color), rgba(219, 1, 28, 0.1));
  background-image: -moz-linear-gradient(left, var(--color), rgba(219, 1, 28, 0.1));
  background-image: -o-linear-gradient(left, var(--color), rgba(219, 1, 28, 0.1));
  background-image: linear-gradient(to right, var(--color), rgba(219, 1, 28, 0.1));
}
#index-body .init-1 .subImg2 {
  height: 200px;
  width: 34%;
  top: 0;
  left: 38%;
  z-index: 2;
}
#index-body .init-1 .container .left {
  z-index: 3;
  width: 58%;
}
#index-body .init-1 .container .left .tipsTitle {
  text-transform: uppercase;
}
#index-body .init-1 .container .left .tipsTitle2 {
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-1 .container .left .line {
  width: 90px;
  height: 3px;
  background-color: var(--color);
}
#index-body .init-1 .container .left .des {
  color: #5d5d5d;
}
#index-body .init-1 .container .left .listCont {
  width: 530px;
}
#index-body .init-1 .container .left .listCont ul li {
  width: 220px;
  margin-top: 40px;
}
#index-body .init-1 .container .left .listCont ul li .box {
  z-index: 2;
}
#index-body .init-1 .container .left .listCont ul li .box .cir {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  z-index: -1;
  top: 20px;
}
#index-body .init-1 .container .left .listCont ul li .box .img {
  height: 80px;
  width: 80px;
  margin-left: 28px;
}
#index-body .init-1 .container .left .listCont ul li .box .num {
  margin-top: 6px;
  color: #333333;
  font-family: 'anton';
}
#index-body .init-1 .container .left .listCont ul li .box .bottom {
  color: #575757;
}
#index-body .init-1 .container .left .listCont ul li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index-body .init-1 .container .left .listCont ul .li1 .box .num {
  margin-left: 28px;
}
#index-body .init-1 .container .left .listCont ul .li2 .box .num {
  margin-left: 16px;
}
#index-body .init-1 .container .left .listCont ul .li2 .box .bottom {
  margin-left: 24px;
}
#index-body .init-1 .container .left .listCont ul .li3 .box .num {
  margin-left: 20px;
}
#index-body .init-1 .container .left .listCont ul .li4 .box .num {
  margin-left: 28px;
}
#index-body .init-1 .container .left .listCont ul .li4 .box .bottom {
  margin-left: 10px;
}
#index-body .init-1 .container .left .moreC .more {
  padding: 10px 20px 10px 40px;
  border: 2px solid #c6c6c6;
  border-radius: 24px;
  color: #575757;
}
#index-body .init-1 .container .left .moreC .more:hover {
  background-color: var(--color);
  border: 2px solid var(--color);
  color: #fff;
}
#index-body .init-1 .container .left .moreC .play {
  width: 48px;
  height: 48px;
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}
#index-body .init-1 .container .left .moreC .play i {
  margin-left: 2px;
}
#index-body .init-1 .container .left .moreC .play:hover {
  background-color: #fff;
  color: var(--color);
  -webkit-box-shadow: 0 0 10px rgba(229, 0, 18, 0.5);
  box-shadow: 0 0 10px rgba(229, 0, 18, 0.5);
}
#index-body .init-2 {
  background-color: #242830;
  z-index: 2;
}
#index-body .init-2 .container .middle .content .shadow2 {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    height: 50%;
    background-size: 100% 100%;
}
#index-body .init-2 .subShadow {
  width: 550px;
  height: 100%;
  background-color: #1d2026;
  top: 0;
  right: 0;
  z-index: -2;
}
#index-body .init-2 .container .left {
  width: 580px;
}
#index-body .init-2 .container .left .tipsTitle {
  font-family: 'coalition';
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.02);
}
#index-body .init-2 .container .left .tipsTitle2 {
  color: #fff;
  padding-right: 70px;
}
#index-body .init-2 .container .left .tipsDes {
  color: rgba(255, 255, 255, 0.5);
  padding-right: 70px;
}
#index-body .init-2 .container .middle {
  width: 570px;
}
#index-body .init-2 .container .middle .cirCont {
  height: 570px;
  width: 100%;
}
#index-body .init-2 .container .middle .cirCont .cir1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: rot_1 40s linear infinite;
  -moz-animation: rot_1 40s linear infinite;
  -o-animation: rot_1 40s linear infinite;
  animation: rot_1 40s linear infinite;
}
#index-body .init-2 .container .middle .cirCont .cir2 {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  -webkit-animation: rot_1 40s linear infinite reverse;
  -moz-animation: rot_1 40s linear infinite reverse;
  -o-animation: rot_1 40s linear infinite reverse;
  animation: rot_1 40s linear infinite reverse;
}
#index-body .init-2 .container .middle .content {
  width: 460px;
  margin-left: 56px;
  margin-top: 54px;
}
#index-body .init-2 .container .middle .content ul li .box .img {
  background-color: #fff;
  border-radius: 50%;
  height: 460px;
}
#index-body .init-2 .container .middle .content ul li .box .img img{
  width: 80%;
}
#index-body .init-2 .container .middle .content ul li .box .title {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 70px;
  font-weight: 600;
}
#index-body .init-2 .container .middle .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-2 .container .middle .content ul li .box .more {
  margin-top: 20px;
  color: #fff;
}
#index-body .init-2 .container .middle .content ul li .box .more .moreSub {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .init-2 .container .middle .content ul li .box .more .moreSub .jt {
  width: 18px;
  height: 12px;
}
#index-body .init-2 .container .middle .content ul li .box .more:hover .moreSub {
  background-color: var(--color);
}
#index-body .init-2 .container .middle .content ul li .box .more:hover .moreSub .jt {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
#index-body .init-2 .container .right {
  margin-left: auto;
  width: 300px;
  margin-top: 180px;
}
#index-body .init-2 .container .right ul li .box {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
#index-body .init-2 .container .right ul li .box .img {
  background-color: #fff;
  height: 300px;
  border-radius: 50%;
}
#index-body .init-2 .container .right ul li .box .img img{
  width: 80%;
}
#index-body .init-2 .container .right ul li .box .title {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 600;
}
#index-body .init-2 .container .nextBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 45%;
  right: 420px;
  cursor: pointer;
  font-size: 60px;
  color: #1d2026;
}
#index-body .init-2 .container .nextBtn i {
  margin-left: 4px;
}
#index-body .init-2 .container .nextBtn:hover {
  background-color: #fff;
}
#index-body .init-2 .waves {
  height: 430px;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 0;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transform: scale(1.4) translateY(-9px);
  -moz-transform: scale(1.4) translateY(-9px);
  -ms-transform: scale(1.4) translateY(-9px);
  -o-transform: scale(1.4) translateY(-9px);
  transform: scale(1.4) translateY(-9px);
}
#index-body .init-3 .container .left {
  z-index: 2;
  width: 33%;
}
#index-body .init-3 .container .left .titleC {
  border-left: 6px solid var(--color);
}
#index-body .init-3 .container .left .tipsDes {
  color: #151515;
}
#index-body .init-3 .container .left .content .line {
  width: -webkit-calc(410%);
  width: -moz-calc(410%);
  width: calc(100% + 310px);
  height: 1px;
  top: 70px;
  background-color: #d9d9d9;
  z-index: 2;
}
#index-body .init-3 .container .left .content .listCont1 ul li .box .title {
  height: 60px;
}
#index-body .init-3 .container .left .content .listCont1 ul li .box .line {
  margin-top: 10px;
  height: 1px;
  background-color: #d9d9d9;
}
#index-body .init-3 .container .left .content .listCont1 ul li .box .des {
  color: #7b7b7b;
  max-width: 480px;
}
#index-body .init-3 .container .left .content .listCont2 {
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 46px 11px rgba(4, 0, 0, 0.09);
  box-shadow: 0px 0px 46px 11px rgba(4, 0, 0, 0.09);
  border-radius: 0px 31px 32px 0px;
  padding: 60px 30px;
  top: -90px;
  left: -webkit-calc(140%);
  left: -moz-calc(140%);
  left: calc(100% + 40px);
}
#index-body .init-3 .container .left .content .listCont2 .page .num {
  font-family: 'anton';
}
#index-body .init-3 .container .left .content .listCont2 .page .num .curNum {
  color: var(--color);
}
#index-body .init-3 .container .left .content .listCont2 .page .btnC i {
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #bfbfbf;
}
#index-body .init-3 .container .left .content .listCont2 .page .btnC i:hover {
  color: var(--color);
}
#index-body .init-3 .container .left .content .listCont2 .cont {
  padding-top: 70px;
}
#index-body .init-3 .container .left .content .listCont2 .cont ul li {
  margin-top: 10px;
}
#index-body .init-3 .container .left .content .listCont2 .cont ul li .box {
  cursor: pointer;
}
#index-body .init-3 .container .left .content .listCont2 .cont ul li .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-3 .container .left .content .listCont2 .cont ul li .box .img {
  width: 20px;
  height: 12px;
  margin-top: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(1) brightness(3);
  filter: grayscale(1) brightness(3);
}
#index-body .init-3 .container .left .content .listCont2 .cont ul li.active,
#index-body .init-3 .container .left .content .listCont2 .cont ul li:hover {
  color: var(--color);
}
#index-body .init-3 .container .left .content .listCont2 .cont ul li.active .img,
#index-body .init-3 .container .left .content .listCont2 .cont ul li:hover .img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
#index-body .init-3 .container .right {
  width: 56%;
}
#index-body .init-3 .container .right .swiper {
  border-top-left-radius: 56px;
  border-bottom-right-radius: 56px;
  overflow: hidden;
}
#index-body .init-3 .container .right ul li .box img {
  width: 100%;
}
#index-body .init-4 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-4 .container .left {
  padding: 120px 100px;
  width: 32%;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
#index-body .init-4 .container .left .more {
  padding: 5px 40px 5px 6px;
  background-color: #fff;
  border-radius: 22px;
  color: #000;
  text-transform: capitalize;
}
#index-body .init-4 .container .left .more .cir {
  width: 38px;
  height: 38px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-4 .container .left .more .cir .img {
  width: 20px;
  height: 14px;
}
#index-body .init-4 .container .left .more:hover {
  background-color: #000;
  color: #fff;
}
#index-body .init-4 .container .right {
  width: 68%;
}
#index-body .init-4 .container .right .listCont1 ul li {
  height: auto;
}
#index-body .init-4 .container .right .listCont1 ul li .box {
  height: 100%;
}
#index-body .init-4 .container .right .listCont1 ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-4 .container .right .listCont2 {
  width: 100%;
  left: 0;
  bottom: 0;
}
#index-body .init-4 .container .right .listCont2 .swiper {
  border-top: 1px solid #fff;
}
#index-body .init-4 .container .right .listCont2 ul li {
  cursor: pointer;
  width: 25%;
}
#index-body .init-4 .container .right .listCont2 ul li .box {
  border-right: 1px solid #fff;
  overflow: hidden;
  min-height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  color: #fff;
}
#index-body .init-4 .container .right .listCont2 ul li .box img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
#index-body .init-4 .container .right .listCont2 ul li.active .box {
  background-color: #f6f6f6;
  color: #000;
}
#index-body .init-4 .container .right .listCont2 ul li.active .box img {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#index-body .init-5 .container .tipsTitle {
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
#index-body .init-5 .container .sPage .left .more {
  padding: 16px 16px;
  border-radius: 30px;
  border: solid 1px #666666;
  color: #000;
  background-color: transparent;
}
#index-body .init-5 .container .sPage .left .more::before {
  background-color: var(--color);
}
#index-body .init-5 .container .sPage .left .more:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
#index-body .init-5 .container .sPage .right .more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color);
  padding: 0;
  min-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
}
#index-body .init-5 .container .content ul li {
  width: 33.33%;
}
#index-body .init-5 .container .content ul li .box {
  position: relative;
}
#index-body .init-5 .container .content ul li .box::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -40px;
  background-color: #e1e1e1;
}
#index-body .init-5 .container .content ul li .box .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-5 .container .content ul li .box .des {
  color: #454545;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-5 .container .content ul li .box .timeC .more {
  color: #454545;
}
#index-body .init-5 .container .content ul li .box .timeC .more .moreImg {
  width: 24px;
  height: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .init-5 .container .content ul li .box .timeC .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  color: var(--color);
}
#index-body .init-5 .container .content ul li .box .timeC .more:hover .moreImg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .init-5 .container .content ul li .box .timeC .time {
  color: #454545;
}
#index-body .init-5 .container .more2 {
  text-transform: uppercase;
}
#index-body .init-5 .container .more2 .more2Img {
  width: 24px;
  height: 12px;
  margin-top: -4px;
}
#index-body .init-5 .container .more2:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.foooterSub .fTop {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
#footer .fMiddle .container .listCont .logoDes {
  max-width: 480px;
}
#footer .fMiddle .container .listCont form {
  font-family: 'anton';
}
#footer .fMiddle .container .listCont form input {
  width: -webkit-calc(45%);
  width: -moz-calc(45%);
  width: calc(50% - 5px);
  border: 1px solid #fff;
  padding: 8px 26px;
  background-color: transparent;
}
#footer .fMiddle .container .listCont form input::-webkit-input-placeholder {
  color: #d0d0d0;
}
#footer .fMiddle .container .listCont form input:-moz-placeholder {
  color: #d0d0d0;
}
#footer .fMiddle .container .listCont form input::-moz-placeholder {
  color: #d0d0d0;
}
#footer .fMiddle .container .listCont form input:-ms-input-placeholder {
  color: #d0d0d0;
}
#footer .fMiddle .container .listCont form input::-ms-input-placeholder {
  color: #d0d0d0;
}
#footer .fMiddle .container .listCont form input::placeholder {
  color: #d0d0d0;
}
#footer .fMiddle .container .listCont form .more {
  text-transform: capitalize;
  min-width: 160px;
}
#footer .fMiddle .container .listCont .first {
  color: #fff;
}
#footer .fMiddle .container .listCont .list a {
  color: rgba(163, 163, 163, 0.8);
}
#footer .fMiddle .container .listCont .list a:hover {
  color: #fff;
}
#footer .fMiddle .container .listCont1 {
  width: 580px;
}
#footer .fMiddle .container .listCont2 {
  width: 380px;
}
#footer .fMiddle .container .listCont3 {
  width: 140px;
}
#footer .fMiddle .container .listCont4 {
  width: 160px;
}
#footer .fMiddle .container .listCont5 {
  width: 150px;
}
#footer .fMiddle .container .listCont6 {
  width: 150px;
}
#footer .fBottom .des {
  font-style: italic;
  color: #d1d1d1;
  max-width: 540px;
}
#footer .fBottom .share ul li {
  margin-right: 30px;
}
#footer .fBottom .share ul li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
#footer .fBottom .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.6);
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  width: 100%;
  top: 0;
}
@media (max-width: 1700px) {
  #index-body .init-2 .container .left {
    width: 440px;
  }
  #index-body .init-2 .subShadow {
    width: 486px;
  }
  #index-body .init-2 .container .nextBtn {
    right: 23%;
  }
  #index-body .init-2 .subShadow {
    width: 29%;
  }
  #index-body .init-3 .container .left .content .listCont2 {
    top: -60px;
  }
  #footer .fMiddle .container .listCont1 {
    width: 480px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .left .tipsTitle2 {
    padding-right: 0;
  }
  #index-body .init-2 .container .left .tipsDes {
    padding-right: 0;
  }
  #index-body .init-2 .subShadow {
    display: none;
  }
  #index-body .init-2 .container .nextBtn {
    top: 32%;
    right: 32%;
  }
  #index-body .init-4 .container .left {
    padding: 60px 20px;
  }
  #footer .fMiddle .container .listCont1 {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  #banner{
    margin-top: 0;
  }
  #banner .swiper{
    margin-top: 0;
  }
  #index-body .init-1 .subImg1 {
    display: none;
  }
  #index-body .init-1 .subImg2 {
    display: none;
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .left .listCont {
    width: 100%;
  }
  #index-body .init-1 .container .left .listCont ul li {
    width: 150px;
  }
  #index-body .init-1 .container .left .listCont ul li .box .img {
    margin: auto;
  }
  #index-body .init-1 .container .left .listCont ul li .box .num {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  #index-body .init-1 .container .left .listCont ul .li1 .box .num {
    margin-left: 0;
  }
  #index-body .init-1 .container .left .listCont ul li .box .bottom {
    text-align: center;
    margin-left: 0;
  }
  #index-body .init-1 .container .left .listCont ul .li2 .box .bottom {
    margin-left: 0;
  }
  #index-body .init-1 .container .left .listCont ul .li2 .box .num {
    margin-left: 0;
  }
  #index-body .init-1 .container .left .listCont ul .li3 .box .num {
    margin-left: 0;
  }
  #index-body .init-1 .container .left .listCont ul .li4 .box .num {
    margin-left: 0;
  }
  #index-body .init-1 .container .left .listCont ul .li4 .box .bottom {
    margin-left: 0;
  }
  #index-body .init-1 .container .left .listCont ul li .box .cir {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #index-body .init-1 .container .left .moreC2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  #index-body .init-3 .container .left {
    width: 64%;
  }
  #index-body .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-5 .container .content ul li .box::before {
    left: -20px;
  }
}
@media (max-width: 1000px) {
  #banner .swiper .swiper-wrapper .swiper-slide .container .box {
    padding: 10px 30px;
  }
  #index-body .init-2 .container .middle {
    width: 100%;
  }
  #index-body .init-2 .container .nextBtn {
    position: relative;
    top: 0;
    left: 0;
    margin: 40px auto 0;
  }
  #index-body .init-2 .container .middle .content .shadow2 {
    display: none;
  }
  #index-body .init-2 .container .middle .content {
    margin: 8vw auto 0;
    padding: 0;
  }
  #index-body .init-3 .container .left {
    width: 100%;
  }
  #index-body .init-3 .container .left .content .listCont2 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 16px;
    margin-top: 20px;
  }
  #index-body .init-3 .container .left .content .listCont2 .cont {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
  }
  #index-body .init-3 .container .left .content .listCont1 ul li .box .des {
    max-width: 100%;
  }
  #index-body .init-4 .container {
    width: 700px;
    padding: 0 16px;
  }
  #index-body .init-4 .container .left {
    width: 100%;
  }
  #index-body .init-4 .container .right {
    width: 100%;
  }
  #index-body .init-5 .container .sPage .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-5 .container .content ul li .box::before {
    display: none;
  }
  #footer .copyright .left {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .left .listCont ul li {
    width: 50%;
  }
  #index-body .init-1 .container .left .listCont ul li .box .bottom {
    margin-top: 20px;
  }
  #index-body .init-2 .container .middle .content {
    width: 70%;
  }
  #index-body .init-2 .container .middle .cirCont {
    height: 86vw;
  }
  #index-body .init-2 .container .middle .content ul li .box .img {
    height: 70vw;
  }
  #index-body .init-4 .container {
    width: 100%;
  }
  #index-body .init-4 .container .right .listCont2 {
    position: relative;
    top: 0;
    left: 0;
    background-color: #9c9c9c;
  }
  #footer .fMiddle .container .listCont form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .b_right_nav {
    right: 4px;
  }
  .b_right_nav .list {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .b_right_nav .list .img {
    width: 16px;
    height: 16px;
  }
  .b_right_nav .list:last-child {
    margin-top: 4px;
  }
  .b_right_nav .list .cont {
    right: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  .moreCont {
    min-width: 120px;
    padding: 4px 10px;
  }
  #index-body .init-1 .container .left .listCont ul li {
    width: 100%;
  }
  #index-body .init-2 .container .middle {
    margin-top: 40px;
  }
  #index-body .init-2 .container .middle .content {
    width: 80%;
  }
  #index-body .init-2 .container .middle .content ul li .box .title {
    margin-top: 40px;
  }
  #index-body .init-4 .container .left {
    padding: 30px 16px;
  }
  #index-body .init-4 .container .left .more {
    padding: 5px 26px 5px 5px;
  }
  #index-body .init-4 .container .left .more .cir {
    width: 30px;
    height: 30px;
  }
  #index-body .init-5 .container .sPage .left .more {
    padding: 5px 10px;
  }
}


/*inner-page*/

/*.editThumb::-webkit-scrollbar {
  width: 16px;
}
.editThumb::-webkit-scrollbar-thumb {
  background: url('../images/about_10.png') no-repeat center top;
  background-size: contain;
}
.editThumb::-webkit-scrollbar-track {
  background: transparent;
}*/
.inner-page {
  position: relative;
  /*z-index: 2;*/
}
.mbxC{
  margin-top: 116px;
}
.mbxC .mbx {
  font-size: 18px;
}
.mbxC .mbx .home {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.mbxC .mbx a,
.mbxC .mbx span {
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}
.mbxC .mbx a:nth-child(2) {
  display: none;
}
.mbxC .mbx a:nth-child(1) {
  margin-left: 0;
}
.mbxC .mbx a:hover {
  color: var(--color);
}
.about-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.about-page .init-1 .container .contentC .swiper {
  padding: 0 15px;
}
.about-page .init-1 .container .contentC ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.about-page .init-1 .container .contentC ul li .box .title {
  font-weight: bold;
  color: var(--color);
  position: relative;
  height: 40px;
  width: 100%;
}
.about-page .init-1 .container .contentC ul li .box .title p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.about-page .init-1 .container .contentC ul li .box .line {
  width: 2px;
  height: 30px;
  background-color: var(--color);
  opacity: 0;
}
.about-page .init-1 .container .contentC ul li .box .line1 {
  margin: 10px auto 0;
}
.about-page .init-1 .container .contentC ul li .box .textC {
  width: 100%;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin: 0 10px;
  padding: 4px 0;
}
.about-page .init-1 .container .contentC ul li .box .textC .sub {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
}
.about-page .init-1 .container .contentC ul li .box .line2 {
  width: 2px;
  height: 30px;
  background-color: var(--color);
  margin: 0 auto;
}
.about-page .init-1 .container .contentC ul li .box .img {
  height: 40px;
  width: 100%;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .line1 {
  opacity: 0;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .line2 {
  opacity: 1;
  background-color: #fff;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .img {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n - 1) .box .line1 {
  opacity: 1;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n - 1) .box .line2 {
  opacity: 0;
  background-color: #fff;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n) .box .title {
  color: #646a73;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n) .box .textC .sub {
  background-color: #646a73;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n) .box .line1 {
  background-color: #646a73;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n - 1) .box .title {
  color: #fff;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n - 1) .box .textC {
  color: #000;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n - 1) .box .textC .sub {
  background-color: #fff;
}
.about-page .init-1 .container .moreC .more {
  padding: 8px 40px;
  border: 2px solid #fff;
}
.about-page .init-1 .container .moreC .more:hover {
  border: 2px solid var(--color);
  background-color: var(--color);
}
.about-page .init-2 {
  z-index: 2;
  background-color: #fafafa;
}
.about-page .init-2 .sub {
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
.about-page .init-2 .left {
  width: 40%;
}
.about-page .init-2 .left .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--color);
}
.about-page .init-2 .left .tipsTitle p {
  display: inline-block;
  border-bottom: 1px solid var(--color);
}
.about-page .init-2 .left .tipsTitle2 {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-2 .left .des {
  line-height: 2;
  padding-right: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.about-page .init-2 .right {
  width: 56%;
}
.about-page .init-2 .listCont {
  width: 100%;
  padding-top: 50px;
}
.about-page .init-2 .listCont ul li {
  margin-top: 50px;
}
.about-page .init-2 .listCont ul li .box .num {
  line-height: 1;
  font-size: 72px;
  font-weight: bold;
  color: var(--color);
}
.about-page .init-2 .listCont ul li .box .sub2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: var(--color);
}
.about-page .init-2 .listCont ul li .box .sub3 {
  color: var(--color);
}
.about-page .init-2 .listCont ul li .box .text {
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  margin-left: 10px;
  position: relative;
  top: -6px;
}
.about-page .init-2 .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-3 {
  -o-background-size: cover;
  background-size: cover;
  padding: 80px;
  background-attachment: fixed;
}
.about-page .init-3 .content {
  min-height: 830px;
}
.about-page .init-3 .content .box {
  width: 730px;
  background: rgba(0, 0, 0, 0.4);
  padding: 80px 50px 70px 70px;
  color: #fff;
}
.about-page .init-3 .content .box .title {
  font-weight: bold;
}
.about-page .init-3 .content .box .des {
  line-height: 2;
}
.about-page .init-4 .container {
  /*width: 100%;
  padding: 0;*/
}
.about-page .init-4 .container .title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page .init-4 .container .content .btn {
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  right: 19%;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-4 .container .content .prev {
  left: 19%;
}
.about-page .init-5 .container .title {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-5 .container .content .list {
  max-width: 1400px;
}
.about-page .init-5 .container .content .list .listTop {
  padding: 0 100px;
}
.about-page .init-5 .container .content .list .listTop .swiper {
  padding: 20px 20px 0;
}
.about-page .init-5 .container .content .list ul li .box .img {
  display: block;
}
.about-page .init-5 .container .content .list ul li .box .img img {
  width: 100%;
}
.about-page .init-5 .container .content .list ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.about-page .init-5 .container .content .list2 {
  margin: -120px 0 0 auto;
}
.about-page .init-6 {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 90px;
}
.about-page .init-6 .container .titleC {
  font-weight: bold;
  color: #fff;
}
.about-page .init-6 .container .content {
  max-width: 870px;
  margin: 40px auto 0;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 570px;
  padding: 80px 80px 170px;
  color: #fff;
  line-height: 2;
  text-align: center;
}

@media (max-width: 1700px) {
  #header-inner > .nav > .menuInner {
    padding-bottom: 0;
  }
  #header-inner > .nav > .menuInner .menu-box .left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #header-inner > .nav > .menuInner .menu-box .right {
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #header-inner > .nav > .menuInner .menu-box .menu_c {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
  }
  .about-page .init-2 .listCont ul li .box .num {
    font-size: 54px;
  }
}
@media (max-width: 1450px) {
  .about-page .init-3 .content {
    min-height: 350px;
  }
}
@media (max-width: 1250px) {
  .mbxC{
    display: none;
  }
  #header-inner {
    display: none;
  }
  .about-page .init-2 .sub {
    display: none;
  }
  .about-page .init-2 .left {
    width: 100%;
  }
  .about-page .init-2 .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .about-page .init-2 .listCont ul li .box .num {
    font-size: 46px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-5 .container .content .list2 {
    margin-top: -50px;
  }
}
@media (max-width: 700px) {
  .about-page .init-3 {
    padding: 40px 16px;
  }
  .about-page .init-3 .content .box {
    padding: 40px 16px;
  }
  .about-page .init-5 .container .content .list .listTop {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .mbxC .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-2 .listCont {
    padding-top: 20px;
  }
  .about-page .init-2 .listCont ul li {
    margin-top: 30px;
  }
  .about-page .init-4 .container .content .btn {
    right: 10px;
  }
  .about-page .init-4 .container .content .prev {
    left: 10px;
    right: unset;
  }
  .about-page .init-5 .container .content .list2 {
    margin-top: -10px;
  }
  .about-page .init-6 {
    margin-top: 0;
    padding-top: 40px;
  }
  .about-page .init-6 .container .content {
    margin-top: 30px;
    padding: 40px 16px 40px;
    min-height: 1px;
  }
}
.case-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.case-page .init-1 .container .title {
  font-weight: bold;
}
.case-page .init-1 .container .des {
  max-width: 990px;
  margin: 20px auto 0;
}
.case-page .init-1 .container .listCont {
  max-width: 1120px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 100px auto 0;
}
.case-page .init-1 .container .listCont ul li {
  margin-top: 30px;
}
.case-page .init-1 .container .listCont ul li .box .list {
  position: relative;
  color: #fff;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.case-page .init-1 .container .listCont ul li .box .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.case-page .init-1 .container .listCont ul li .box .list.active::before,
.case-page .init-1 .container .listCont ul li .box .list:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.case-page .init-1 .container .listCont ul li .box .list.active {
  font-weight: bold;
}
.case-page .init-1 .container .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.case-page .init-1 .container .btn:hover {
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.case-page .init-2 .container > ul > li {
  width: 33.33%;
}
.case-page .init-2 .container > ul > li > .box {
  cursor: pointer;
  background: #F7F7F7;
}
.case-page .init-2 .container > ul > li > .box .cont {
  padding: 40px 30px;
}
.case-page .init-2 .container > ul > li > .box .cont .title {
  font-weight: 500;
}
.case-page .init-2 .container > ul > li > .box .cont .des {
  color: #808080;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.case-page .init-2 .container > ul > li > .box .img img {
  width: 100%;
}
.case-page .init-2 .container > ul > li:hover > .box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.case-page .init-2 .container > ul > li .contentCont {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.case-page .init-2 .container > ul > li .contentCont .contentC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo {
  background: #fff;
  width: 1430px;
  max-width: 96%;
  -webkit-box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 0.3);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.6);
  font-size: 40px;
  border-radius: 50%;
  line-height: 1;
  top: 20px;
  cursor: pointer;
  z-index: 2;
  right: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText {
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding-right: 10px;
  position: relative;
  padding: 100px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left {
  width: 110px;
  padding-right: 10px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left .swiper {
  height: 470px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li {
  padding: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box {
  cursor: pointer;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img {
  height: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img i{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img video{
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li.swiper-slide-thumb-active .box {
  opacity: 1;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle {
  width: 46%;
  padding-right: 40px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li {
  padding: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box {
  height: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box .img {
  height: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box .img video{
  display: block;
  max-height: 410px;
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle .sPage {
  text-align: center;
  margin-top: 20px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle .sPage .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  border-radius: 6px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 3px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle .sPage .swiper-pagination-bullet-active {
  width: 26px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right {
  width: -webkit-calc(-56%);
  width: -moz-calc(-56%);
  width: calc(54% - 110px);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .title {
  font-weight: bold;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des {
  color: #4E4E4E;
  line-height: 2;
  max-height: 170px;
  overflow-y: auto;
  padding-right: 10px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des h2,
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des b,
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des strong{
  font-weight: bold;
  color: #000;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont .tips {
  font-weight: bold;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li {
  padding: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box a {
  display: block;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box a img {
  width: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box .img {
  border: 2px solid rgba(137, 137, 137, 0.3);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box .text {
  text-align: center;
  font-weight: 500;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box .text:hover {
  color: var(--color);
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #999;
  border-radius: 5px;
  color: #999;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a.current,
.m-page span.current {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
@media (max-width: 1450px) {
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left .swiper {
    height: 31vw;
  }
}
@media (max-width: 1000px) {
  .case-page .init-2 .container > ul > li > .box .cont {
    padding: 20px 10px;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right {
    width: 100%;
    margin-top: 40px;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle {
    width: 66%;
  }
}
@media (max-width: 700px) {
  .case-page .init-2 .container > ul > li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .m-page a,
  .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  .case-page .init-1 .container .listCont {
    margin-top: 40px;
  }
  .case-page .init-1 .container .listCont ul li {
    margin-top: 20px;
  }
  .case-page .init-2 .container > ul > li {
    width: 100%;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText {
    padding: 50px 16px;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img{
    height: 50vw;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-right: 0;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left .swiper {
    height: auto;
  }
}
.honor-page .init-1 {
  background-color: #f9f9f9;
}
.honor-page .init-1 .container ul li {
  width: 33.33%;
}
.honor-page .init-1 .container ul li .box .imgC {
  width: 160px;
  height: 160px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.honor-page .init-1 .container ul li .box .imgC img {
  max-width: 100%;
}
.honor-page .init-1 .container ul li .box .textC {
  width: -webkit-calc(-100%);
  width: -moz-calc(-100%);
  width: calc(100% - 200px);
}
.honor-page .init-1 .container ul li .box .textC .title {
  font-weight: 500;
}
.honor-page .init-1 .container ul li .box .textC .des {
  color: #898989;
}
.honor-page .init-1 .container ul li .box:hover .imgC {
  border-radius: 10px;
}
.honor-page .init-1 .container ul li .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.honor-page .init-2 .container .content {
  /*padding: 0 150px;*/
}
.honor-page .init-2 .container .content .titleC {
  border-bottom: 1px solid #c6c6c6;
  padding-top: 40px;
  padding: 40px 30px 0;
}
.honor-page .init-2 .container .content .titleC li {
  margin-top: 30px;
}
.honor-page .init-2 .container .content .titleC li a {
  display: block;
  padding-bottom: 10px;
  position: relative;
  color: #999999;
  font-weight: 500;
}
.honor-page .init-2 .container .content .titleC li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.honor-page .init-2 .container .content .titleC li a.active::before,
.honor-page .init-2 .container .content .titleC li a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-2 .container .content .contentC ul li {
  width: 25%;
}
.honor-page .init-2 .container .content .contentC ul li .box {
  margin-top: 50px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 1450px) {
  .honor-page .init-1 .container ul li {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  .honor-page .init-2 .container .content .titleC {
    padding: 30px 0 0;
  }
  .honor-page .init-2 .container .content {
    padding: 0;
  }
  .honor-page .init-2 .container .content .contentC ul li {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container ul li {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .honor-page .init-2 .container .content .contentC ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container ul li .box .imgC {
    width: 100px;
    height: 100px;
  }
  .honor-page .init-1 .container ul li .box .textC {
    width: 100%;
    margin-top: 20px;
  }
  .honor-page .init-2 .container .content .titleC li {
    margin-top: 20px;
  }
  .honor-page .init-2 .container .content .titleC li a {
    padding-bottom: 6px;
  }
  .honor-page .init-2 .container .content .contentC ul li {
    width: 100%;
  }
  .honor-page .init-2 .container .content .contentC ul li .box {
    margin-top: 20px;
  }
}
.history-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.history-page .init-1 .slick-list {
  padding-top: 240px;
  overflow: visible;
}
.history-page .init-1 .slick-slide {
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.history-page .init-1 .slick-active {
  opacity: 1;
}
.history-page .init-1 .slick-active + .slick-active {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
}
.history-page .init-1 .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-240px);
  -moz-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  -o-transform: translateY(-240px);
  transform: translateY(-240px);
}
.history-page .init-1 .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}
.history-page .init-1 .top {
  margin-right: -10%;
}
.history-page .init-1 .top li .time {
  color: var(--color);
}
.history-page .init-1 .top li .text{
  max-height: 150px;
  overflow-y: auto;
}
.history-page .init-1 .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.history-page .init-1 .line em {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.history-page .init-1 .line::after {
  content: "";
  position: absolute;
  right: 100%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color);
}
.history-page .init-1 .timeline li {
  opacity: 0.35;
  cursor: pointer;
}
.history-page .init-1 .timeline li.active {
  color: var(--color);
  opacity: 1;
}
@media (max-width: 1000px) {
  .history-page .init-1 .top {
    margin-right: 0;
  }
  .history-page .init-1 .slick-list {
    padding-top: 90px;
  }
  .history-page .init-1 .timeline ul{
    justify-content: left;
    flex-wrap: wrap;
  }
  .history-page .init-1 .timeline ul li{
    margin-right: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .history-page .init-1 .slick-list {
    padding-top: 0;
  }
  .history-page .init-1 .top li .text {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.service-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.service-page .init-1 .container {
  min-height: 500px;
}
.service-page .init-1 .container .cont {
  color: #fff;
  max-width: 620px;
}
.service-page .init-1 .container .cont .title {
  font-weight: bold;
  text-transform: uppercase;
}
.service-page .init-1 .container .cont .des {
  font-weight: 500;
}
.service-page .init-2 .container ul li {
  margin-top: 90px;
}
.service-page .init-2 .container ul li .box .left {
  background-color: #f5f7fa;
  -webkit-box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.08);
  width: 50%;
  padding: 20px 150px 20px 50px;
  border-radius: 9px 0px 0px 9px;
  overflow: hidden;
}
.service-page .init-2 .container ul li .box .left .title {
  font-weight: 600;
  margin-bottom: 30px;
}
.service-page .init-2 .container ul li .box .left .des .list {
  position: relative;
}
.service-page .init-2 .container ul li .box .left .des .list::before {
  content: '';
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color);
  top: -4px;
  left: 0;
  display: inline-block;
}
.service-page .init-2 .container ul li .box .left .des .list p {
  display: inline;
}
.service-page .init-2 .container ul li .box .right {
  width: 50%;
  border-radius: 0px 9px 9px 0px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .init-2 .container ul li:nth-child(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.service-page .init-2 .container ul li:nth-child(2n) .box .left {
  padding: 20px 90px;
  background-color: #fef6e8;
  border-radius: 0px 9px 9px 0px;
}
.service-page .init-2 .container ul li:nth-child(2n) .box .right {
  border-radius: 9px 0px 0px 9px;
}
.service-page .init-3 {
  background-color: #f5f7fa;
}
.service-page .init-3 .container .left {
  padding-right: 80px;
  width: 42%;
}
.service-page .init-3 .container .left .title {
  margin-top: 60px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-3 .container .right {
  width: 58%;
}
.service-page .init-3 .container .right .img {
  width: 100%;
}
.service-page .init-3 .container .right .des {
  padding: 0 20px;
}
.service-page .init-3 .container .right .des em {
  font-weight: 500;
}
.service-page .init-4 .container .left {
  padding-left: 60px;
  padding-top: 200px;
  width: 730px;
  padding-bottom: 120px;
}
.service-page .init-4 .container .left .cont_c_c {
  position: relative;
  width: 450px;
  height: 450px;
}
.service-page .init-4 .container .left .cont_c_c .c_cont {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 290px;
  background-color: #eaeef1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 18px 20px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 18px 20px 10px rgba(0, 0, 0, 0.03);
  padding: 24px;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list .img_2 {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list2 {
  left: 370px;
  top: 84px;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list3 {
  left: -50px;
  top: 300px;
}
.service-page .init-4 .container .left .cont_c_c .img_c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-page .init-4 .container .left .cont_c_c.active1 .c_cont .list1 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  top: -180px;
  left: -50px;
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list .img_2 {
  -webkit-transform: rotate(-240deg);
  -moz-transform: rotate(-240deg);
  -ms-transform: rotate(-240deg);
  -o-transform: rotate(-240deg);
  transform: rotate(-240deg);
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list1 {
  top: -140px;
  left: -50px;
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list2 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list3 {
  left: -60px;
  top: 326px;
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont {
  -webkit-transform: rotate(124deg);
  -moz-transform: rotate(124deg);
  -ms-transform: rotate(124deg);
  -o-transform: rotate(124deg);
  transform: rotate(124deg);
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list .img_2 {
  -webkit-transform: rotate(-124deg);
  -moz-transform: rotate(-124deg);
  -ms-transform: rotate(-124deg);
  -o-transform: rotate(-124deg);
  transform: rotate(-124deg);
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list1 {
  top: -164px;
  left: -84px;
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list2 {
  left: 344px;
  top: 58px;
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list3 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  left: -52px;
  top: 320px;
}
.service-page .init-4 .container .right {
  width: -webkit-calc(-730%);
  width: -moz-calc(-730%);
  width: calc(100% - 830px);
}
.service-page .init-4 .container .right .tipsTitle {
  font-weight: 500;
}
.service-page .init-4 .container .right .content ul li {
  margin-top: 40px;
  cursor: pointer;
}
.service-page .init-4 .container .right .content ul li .box {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color);
}
.service-page .init-4 .container .right .content ul li .box .num {
  font-weight: 500;
  width: 40px;
}
.service-page .init-4 .container .right .content ul li .box .textC {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
}
.service-page .init-4 .container .right .content ul li .box .textC .title {
  font-weight: 500;
}
.service-page .init-4 .container .right .content ul li .box .textC .title em {
  color: var(--color);
}
.service-page .init-4 .container .right .content ul li .box .textC .des {
  color: #797979;
}
.service-page .init-4 .container .right .content ul li .box .textC .desCont {
  display: none;
}
.service-page .init-4 .container .right .content ul li .box .more {
  background-color: var(--color);
  border-radius: 2px;
  padding: 10px 26px;
  color: #fff;
}
.service-page .init-4 .container .right .content ul li .box .more .moreImg {
  width: 22px;
  height: 8px;
  margin-left: 30px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.service-page .init-4 .container .right .content ul li .box .more:hover {
  background-color: #000;
}
.service-page .init-4 .container .right .content ul li.active .box {
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 1250px) {
  .service-page .init-2 .container ul li .box .left {
    padding: 20px;
  }
  .service-page .init-2 .container ul li:nth-child(2n) .box .left {
    padding: 20px;
  }
  .service-page .init-4 .container .right {
    width: 100%;
    margin-top: 60px;
  }
  .service-page .init-4 .container .left {
    zoom: 0.7;
  }
}
@media (max-width: 1000px) {
  .service-page .init-2 .container ul li .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .service-page .init-2 .container ul li .box .left {
    width: 100%;
    border-radius: 0 0 9px 9px;
  }
  .service-page .init-2 .container ul li .box .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-radius: 9px 9px 0 0;
  }
  .service-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .init-3 .container .left .title {
    margin-top: 0;
  }
  .service-page .init-3 .container .right {
    margin-top: 20px;
    width: 100%;
  }
  .service-page .init-3 .container .right .des {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .service-page .init-4 .container .left {
    zoom: 0.6;
  }
}
@media (max-width: 500px) {
  .service-page .init-1 .container {
    min-height: 200px;
  }
  .service-page .init-2 .container ul li {
    margin-top: 40px;
  }
  .service-page .init-2 .container ul li .box .left .title {
    margin-bottom: 20px;
  }
  .service-page .init-4 .container .left {
    zoom: 0.4;
    padding-left: 80px;
  }
}
.factory-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.factory-page .init-1 .container .title {
  font-weight: bold;
}
.factory-page .init-1 .container .title .des {
  display: inline-block;
}
.factory-page .init-1 .container .title .des .line {
  height: 2px;
  background-color: #fff;
  right: 0;
  bottom: 0;
  width: 74%;
}
.factory-page .init-1 .container .des2 {
  max-width: 760px;
}
.factory-page .init-1 .container video {
  width: 400px;
  margin-left: auto;
  display: block;
  max-width: 100%;
}
.factory-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn:hover {
  background-color: var(--color);
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.factory-page .init-2 .container .list .big_img .slick2 li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid var(--color);
}
.factory-page .init-2 .container .list .des {
  color: #3f3f3f;
  max-width: 750px;
  margin: 40px auto 0;
  padding: 0 16px;
}
.factory-page .init-2 .container .list .des .desText {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}
.factory-page .init-2 .container .list .des .btn {
  color: #3f3f3f;
  font-weight: 500;
  display: block;
  padding: 10px;
  border: 1px solid #838383;
  text-transform: uppercase;
  cursor: pointer;
}
.factory-page .init-2 .container .list .des .btn:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .factory-page .init-2 .container .list .small_img {
    display: none;
  }
}
@media (max-width: 700px) {
  .factory-page .init-2 .container .list .big_img .btn {
    width: 50px;
    height: 50px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    margin-top: 16px;
  }
  .factory-page .init-2 .container .list .big_img .btn {
    right: 5%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    left: 5%;
    right: unset;
  }
}
@media (max-width: 500px) {
  .factory-page .init-2 .container .list .des {
    margin-top: 20px;
  }
}
.news-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.news-page .init-1 .container .cont1 {
  margin: auto;
  max-width: 780px;
  text-align: center;
  color: #fff;
}
.news-page .init-1 .container .cont1 .title {
  font-weight: bold;
  text-transform: uppercase;
}
.news-page .init-1 .container .cont1 .des {
  font-weight: 500;
}
.news-page .init-1 .container .cont2 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.news-page .init-1 .container .cont2 ul {
  font-weight: 500;
  color: #fff;
}
.news-page .init-1 .container .cont2 ul li {
  margin-top: 10px;
}
.news-page .init-1 .container .cont2 ul a {
  text-transform: uppercase;
  position: relative;
}
.news-page .init-1 .container .cont2 ul a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .init-1 .container .cont2 ul a:hover::before,
.news-page .init-1 .container .cont2 ul a.active::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.news-page .init-1 .container .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.news-page .init-1 .container .btn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}
.news-page .init-2 .container ul li .box {
  border-bottom: 1px solid #e0e0e0;
}
.news-page .init-2 .container ul li .box .img {
  display: block;
}
.news-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.news-page .init-2 .container ul li .box .cont {
  padding: 20px 20px 14px 20px;
}
.news-page .init-2 .container ul li .box .title {
  display: block;
}
.news-page .init-2 .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .init-2 .container ul li .box .des {
  color: #5d5d5d;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .init-2 .container ul li .box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color);
}
.newdet-page .init-1 .container .title {
  font-weight: bold;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 16px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .news-page .init-2 .container ul li .box .cont {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .news-page .init-2 .container ul li {
    width: 100%;
  }
  .newdet-page .init-1 .container .content {
    padding: 12px 0;
  }
}
.wishCont {
  position: fixed;
  top: 46%;
  right: 0;
  z-index: 10;
  padding: 16px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}
.wishCont:hover {
  background-color: var(--color);
  color: #fff;
}
.shopContC {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 19;
}
.shopCont {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.shopCont .contentC {
  height: 100%;
  max-width: 730px;
  width: 96%;
  background-color: #fff;
  margin-left: auto;
}
.shopCont .contentC .titleC {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  line-height: 1;
  font-weight: 500;
}
.shopCont .contentC .titleC i {
  cursor: pointer;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.45);
}
.shopCont .contentC .titleC i:hover {
  color: #000;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shopCont .contentC .listContC {
  padding: 20px;
  padding-right: 10px;
  height: -webkit-calc(40%);
  height: -moz-calc(40%);
  height: calc(100% - 60px);
}
.shopCont .contentC .listContC .listThumb {
  overflow-y: auto;
  height: 100%;
}
.shopCont .contentC .listContC ul .box {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}
.shopCont .contentC .listContC ul .box .img {
  width: 140px;
  border: 1px solid #f2f2f2;
}
.shopCont .contentC .listContC ul .box .img img {
  width: 100%;
}
.shopCont .contentC .listContC ul .box .cont {
  width: -webkit-calc(-40%);
  width: -moz-calc(-40%);
  width: calc(100% - 140px);
  padding: 0 10px;
}
.shopCont .contentC .listContC ul .box .cont .title {
  font-weight: bold;
}
.shopCont .contentC .listContC ul .box .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.shopCont .contentC .listContC ul .box .cont .btnC .btn {
  min-width: 140px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
}
.shopCont .contentC .listContC ul .box .cont .btnC .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.shopCont .contentC .listContC .formCont form input,
.shopCont .contentC .listContC .formCont form textarea {
  margin-top: 10px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  border: 1px solid #bdbdbd;
  padding: 8px 10px;
  border-radius: 5px;
}
.shopCont .contentC .listContC .formCont form .wid-100 {
  width: 100%;
}
.shopCont .contentC .listContC .formCont form .submit {
  width: 130px;
  text-align: center;
  cursor: pointer;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  border: none;
  font-weight: 500;
}
.shopCont .contentC .listContC .formCont form .submit:hover {
  background-color: #000;
}
.shopCont.shopContActive {
  left: 0;
}
.product-page {
  background-color: #f5f6f7;
}
.product-page .init-1 {
  border-bottom: 1px solid #cbc8c1;
}
.product-page .init-1 .container ul li {
  /*max-width: 170px;*/
}
.product-page .init-1 .container ul li .box {
  position: relative;
  top: 1px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: rgba(40, 40, 40, 0.8);
  padding: 6px 10px;
  height: 100%;
}
.product-page .init-1 .container ul li .box a:hover {
  color: var(--color);
}
.product-page .init-1 .container ul li .box .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .init-1 .container ul li .box .cont .line {
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.product-page .init-1 .container ul li .box .cont .jt {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color);
}
.product-page .init-1 .container ul li.active .box {
  color: #000;
  border-top: 1px solid #cbc8c1;
  border-left: 1px solid #cbc8c1;
  border-right: 1px solid #cbc8c1;
  background-color: #ffffff;
}
.product-page .init-1 .container ul li.active .box .cont {
  opacity: 1;
}
.product-page .init-2 {
  position: relative;
  z-index: 2;
}
.product-page .init-2 .container .cont {
  max-width: 1230px;
  border: 1px solid #d4d5d6;
  border-radius: 48px;
  padding: 20px 30px;
  font-weight: bold;
  color: #191919;
}
.product-page .init-2 .container .cont .des {
  padding-right: 20px;
  max-height: 50px;
  overflow-y: auto;
}
.product-page .init-2 .container .btnCont {
  margin-top: -15px;
  margin-left: auto;
  background-color: #fff;
  width: 60px;
  height: 30px;
}
.product-page .init-2 .container .btnCont .btn {
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.product-page .init-2 .container .btnCont .btn .img {
  width: 14px;
  height: 12px;
}
.product-page .init-2 .container .btnCont .btn.active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product-page .init-2 .container .btnCont .line {
  margin: 0 8px;
  width: 1px;
  height: 16px;
  background-color: #e1e1e1;
}
.product-page .init-3 .container .sideBox .sideLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  padding-right: 60px;
  width: 380px;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont .tips {
  background-color: var(--color);
  color: #fff;
  padding: 6px;
  width: 80px;
  border-radius: 20px;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont form .text {
  height: 40px;
  border: 1px solid #cccccd;
  font-weight: 300;
  width: 100%;
  padding: 10px 20px 10px 40px;
  border-radius: 20px;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont form .submit {
  width: 14px;
  height: 14px;
  border: none;
  background-color: transparent;
  top: 13px;
  left: 12px;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li {
  margin-top: 16px;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a {
  padding: 4px 20px;
  display: block;
  background-color: #fff;
  color: #5e5e5e;
  border-radius: 20px;
  font-weight: 500;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a:hover,
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a.active {
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li.active .box a {
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight {
  width: -webkit-calc(-280%);
  width: -moz-calc(-280%);
  width: calc(100% - 380px);
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .title {
  font-weight: bold;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .title a:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .des {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC {
  text-align: center;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn {
  margin-top: 10px;
  background-color: #f5f6f7;
  padding: 10px 26px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  color: #1e1e1e;
  font-size: 14px;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn .btn2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 26px;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn .btn2 em {
  top: -2px;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn.btnActive {
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn.btnActive .btn1 {
  opacity: 0;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn.btnActive .btn2 {
  opacity: 1;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li {
  width: 100%;
  margin-top: 60px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box {
  padding: 40px 60px;
  background-color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .img {
  border-radius: 6px;
  border: 1px solid #eeeeee;
  width: 38%;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .img img {
  width: 100%;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont {
  width: 62%;
  padding: 40px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .title {
  font-size: 26px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .tips {
  margin-top: 40px;
  font-weight: 500;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .btnC {
  padding-top: 50px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li:first-child {
  margin-top: 0;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul {
  margin-top: -80px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul > p{
  margin-top: 80px;
  
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li {
  margin-top: 80px;
  width: 33.33%;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .img {
  width: 100%;
  display: block;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .img img {
  width: 100%;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .title {
  font-size: 18px;
  margin-top: 20px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .tips {
  display: none;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .des {
  margin-top: 10px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .btnC {
  padding-top: 20px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .btnC .btn {
  font-size: 14px;
  background-color: #eeeeef;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box:hover .img {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .container {
  /*max-width: 1280px;*/
}
.prodet-page .init-1 {
  border-top: 1px solid #e7e7e7;
}
.prodet-page .init-1 .container .left {
  width: 40%;
  padding-right: 60px;
}
.prodet-page .init-1 .container .left .bigImg ul li .box .img {
  display: block;
  border: 1px solid #dfdfdf;
}
.prodet-page .init-1 .container .left .bigImg ul li .box .img img {
  width: 100%;
}
.prodet-page .init-1 .container .left .smallImg {
  margin-top: 30px;
}
.prodet-page .init-1 .container .left .smallImg .swiper {
  padding: 1px;
  padding-top: 10px;
}
.prodet-page .init-1 .container .left .smallImg ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  border: 2px solid #e3e3e3;
}
.prodet-page .init-1 .container .left .smallImg ul li .box::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid var(--color);
}
.prodet-page .init-1 .container .left .smallImg ul li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .left .smallImg ul li.swiper-slide-thumb-active .box {
  border: 2px solid var(--color);
}
.prodet-page .init-1 .container .left .smallImg ul li.swiper-slide-thumb-active .box::before {
  opacity: 1;
}
.prodet-page .init-1 .container .right {
  width: 58%;
}
.prodet-page .init-1 .container .right .title {
  font-weight: bold;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .line {
  width: 70%;
  height: 1px;
  background-color: #d6d6d6;
}
.prodet-page .init-1 .container .right .des {
  color: rgba(0, 0, 0, 0.8);
  padding-right: 6px;
  overflow-y: auto;
  max-height: 400px;
}
.prodet-page .init-1 .container .right .colorCont .tips {
  font-weight: bold;
  text-transform: uppercase;
}
.prodet-page .init-1 .container .right .colorCont ul li .box {
  width: 50px;
  height: 50px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 50%;
}
.prodet-page .init-1 .container .right .colorCont ul li .box:hover {
  -webkit-box-shadow: 0px 8px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 3px 0px rgba(0, 0, 0, 0.2);
}
.prodet-page .init-1 .container .right .btnC .btn {
  margin-top: 10px;
  background-color: var(--color);
  padding: 2px;
  height: 60px;
  color: #000;
}
.prodet-page .init-1 .container .right .btnC .btn .btnImg {
  padding: 16px;
}
.prodet-page .init-1 .container .right .btnC .btn .btnText {
  min-width: 160px;
  font-weight: 600;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid transparent;
}
.prodet-page .init-1 .container .right .btnC .btn:hover {
  background-color: var(--color);
}
.prodet-page .init-1 .container .right .btnC .btn:hover .btnText {
  background-color: var(--color);
  color: #fff;
  border-left: 1px solid #fff;
}
.prodet-page .init-1 .container .right .share ul li a {
  margin-top: 10px;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
}
.prodet-page .init-1 .container .right .share ul li a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 {
  background-color: #f5f6f7;
}
.prodet-page .init-2 .container .tipsTitle {
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .init-2 .container .content ul li .box .img {
  display: block;
}
.prodet-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.prodet-page .init-2 .container .content ul li .box .text {
  display: block;
  text-align: center;
  font-weight: 500;
}
.prodet-page .init-3 .container .listCont .titleC {
  padding: 20px 80px;
  z-index: 2;
  color: #fff;
  background-color: var(--color);
  border-radius: 10px;
  overflow: hidden;
}
.prodet-page .init-3 .container .listCont .titleC .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
}
.prodet-page .init-3 .container .listCont .titleC .title {
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.prodet-page .init-3 .container .listCont .titleC .subC {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  color: #fff;
}
.prodet-page .init-3 .container .listCont .titleC .subC .sub1 {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.prodet-page .init-3 .container .listCont .titleC .subC .sub2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0;
  line-height: 1;
  font-size: 30px;
  opacity: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.prodet-page .init-3 .container .listCont .contentC {
  padding: 40px 70px;
  display: none;
}
.prodet-page .init-3 .container .listCont.active .titleC .shadow {
  opacity: 1;
}
.prodet-page .init-3 .container .listCont.active .titleC .title {
  color: #fff;
}
.prodet-page .init-3 .container .listCont.active .subC {
  color: #fff;
  border: 1px solid #fff;
}
.prodet-page .init-3 .container .listCont.active .subC .sub1 {
  opacity: 0;
}
.prodet-page .init-3 .container .listCont.active .subC .sub2 {
  opacity: 1;
}
.prodet-page .init-4 .container .tips {
  font-weight: bold;
}
.prodet-page .init-4 .container .content ul li .box .img {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.prodet-page .init-4 .container .content ul li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content ul li .box .text {
  display: block;
  font-weight: 500;
}
.prodet-page .init-4 .container .content ul li .box .text:hover {
  color: var(--color);
}
@media (max-width: 1450px) {
  .product-page .init-1 .container ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-page .init-1 .container ul li .box .cont {
    display: none;
  }
  .product-page .init-1 .container ul li.active .box {
    border: none;
    top: 0;
  }
  .product-page .init-1 .container ul li .box {
    text-align: left;
  }
}
@media (max-width: 1250px) {
  .product-page .init-2 .container .btnCont {
    margin-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideLeft {
    display: none;
  }
  .product-page .init-3 .container .sideBox .sideRight {
    width: 100%;
  }
  .shopCont .contentC {
    padding-bottom: 80px;
  }
}
@media (max-width: 1000px) {
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box {
    padding: 20px 10px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .tips {
    margin-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .btnC {
    padding-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .title {
    font-size: 24px;
  }
  .product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn {
    margin-right: 10px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li {
    width: 50%;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .btnC .btn {
    margin-right: 10px;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
  }
  .prodet-page .init-3 .container .listCont .titleC {
    padding: 20px;
  }
  .prodet-page .init-3 .container .listCont .contentC {
    padding: 20px 10px;
  }
}
@media (max-width: 700px) {
  .product-page .init-2 .container .btnCont {
    display: none;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .img {
    width: 100%;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont {
    width: 100%;
    padding: 20px 16px;
    padding-bottom: 0;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li {
    margin-top: 30px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .title {
    font-size: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont {
    padding: 0;
    margin-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul {
    margin-top: -30px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li {
    margin-top: 30px;
  }
  .prodet-page .init-1 .container .right .colorCont ul li .box {
    width: 30px;
    height: 30px;
  }
  .shopCont .contentC .listContC ul .box .img {
    width: 200px;
    max-width: 100%;
  }
  .shopCont .contentC .listContC ul .box .cont {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .shopCont .contentC .listContC .formCont form input,
  .shopCont .contentC .listContC .formCont form textarea {
    width: 100%;
  }
}
.SupportFormCont {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.SupportFormCont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.SupportFormCont .conteneC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.SupportFormCont .conteneC form {
  position: relative;
  padding: 30px 20px;
  width: 500px;
  max-width: 98%;
  background-color: #fff;
  border-radius: 10px;
}
.SupportFormCont .conteneC form .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  width: 24px;
  height: 24px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.SupportFormCont .conteneC form .close:hover {
  background-color: var(--color);
}
.SupportFormCont .conteneC form .tips {
  font-size: 18px;
  font-weight: 600;
}
.SupportFormCont .conteneC form input,
.SupportFormCont .conteneC form textarea {
  width: 100%;
  padding: 6px 20px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  font-size: 16px;
  margin-top: 10px;
}
.SupportFormCont .conteneC form .submit {
  background-color: #000;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
}
.SupportFormCont .conteneC form .submit:hover {
  background-color: var(--color);
}
.support-page{
  z-index: 1;
}
.support-page .container {
  /*max-width: 1500px;*/
}
.support-page .init-1 .container .cont {
  border-bottom: 1px solid #e8e8e8;
}
.support-page .init-1 .container .left a {
  margin-right: 80px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  padding-bottom: 6px;
}
.support-page .init-1 .container .left a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--color);
  -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;
}
.support-page .init-1 .container .left a.active {
  color: #000;
}
.support-page .init-1 .container .left a.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.support-page .init-1 .container .left a:hover {
  color: #000;
}
.support-page .init-1 .container .right {
  position: relative;
  top: -10px;
}
.support-page .init-1 .container .right form {
  width: 360px;
  background-color: #f5f7fa;
  padding: 12px 70px;
  border-radius: 10px;
}
.support-page .init-1 .container .right form .text {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.support-page .init-1 .container .right form .submit {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
}
.support-page .init-2 ul li {
  width: 50%;
}
.support-page .init-2 ul li .list {
  position: relative;
  padding: 30px 70px 30px 30px;
  background-color: #f5f7fa;
  color: #666666;
  border-radius: 12px;
  z-index: 2;
}
.support-page .init-2 ul li .list .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
  opacity: 0;
}
.support-page .init-2 ul li .list .left {
  font-weight: 500;
  text-transform: uppercase;
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
}
.support-page .init-2 ul li .list .right {
  width: 30px;
  margin-top: 4px;
}
.support-page .init-2 ul li .list .right img {
  width: 100%;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
.support-page .init-2 ul li .list:hover {
  color: #fff;
}
.support-page .init-2 ul li .list:hover .shadow {
  opacity: 1;
}
.support-page .init-2 ul li .list:hover .right img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.support-page .init-3 .container ul li .box {
  background-color: #000;
}
.support-page .init-3 .container ul li .box video {
  height: 300px;
  width: 100%;
}
.support-page .init-4 .container ul li .box {
  position: relative;
  padding: 20px 30px;
  z-index: 2;
  border-radius: 10px;
  cursor: pointer;
}
.support-page .init-4 .container ul li .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.support-page .init-4 .container ul li .box .shadow2 {
  opacity: 0;
}
.support-page .init-4 .container ul li .box .left {
  width: 40px;
}
.support-page .init-4 .container ul li .box .left img {
  width: 100%;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.support-page .init-4 .container ul li .box .right {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(100% - 60px);
}
.support-page .init-4 .container ul li .box .right .title {
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
}
.support-page .init-4 .container ul li .box .right .des {
  color: #fff;
  display: none;
}
.support-page .init-4 .container ul li.active .box .shadow2 {
  opacity: 1;
}
.support-page .init-4 .container ul li.active .box .shadow1 {
  opacity: 0;
}
.support-page .init-4 .container ul li.active .box .left img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.support-page .init-4 .container ul li.active .box .right .title {
  color: #fff;
}
@media (max-width: 1250px) {
  .support-page .init-1 {
    display: none;
  }
  .support-page .init-2 ul li .list .left {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: calc(100% - 80px);
  }
  .support-page .init-3 .container ul li .box video {
    height: 200px;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 ul li {
    width: 100%;
  }
  .support-page .init-3 .container ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 ul li .list {
    padding: 30px 20px;
  }
  .support-page .init-2 ul li .list .left {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .support-page .init-2 ul li .list .right {
    width: 20px;
  }
  .support-page .init-3 .container ul li {
    width: 100%;
  }
  .support-page .init-3 .container ul li .box video {
    height: 50vw;
  }
  .support-page .init-4 .container ul li .box {
    padding: 20px 16px;
  }
  .support-page .init-4 .container ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.sustanibility-page .init-1 {
  padding-bottom: 30px;
  background-attachment: fixed;
  padding-top: 200px;
  -o-background-size: cover;
  background-size: cover;
}
.sustanibility-page .init-1 .cont {
  max-width: 950px;
  margin: auto;
  color: #fff;
  text-align: center;
}
.sustanibility-page .init-1 .cont .title {
  font-weight: bold;
}
.sustanibility-page .init-1 .cont .des {
  line-height: 1.8;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 10px;
}
.sustanibility-page .init-1 .cont2 {
  margin-top: 180px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sustanibility-page .init-1 .cont2 ul {
  padding-top: 10px;
}
.sustanibility-page .init-1 .cont2 ul li {
  margin-top: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.sustanibility-page .init-1 .cont2 ul li .box {
  position: relative;
  cursor: pointer;
}
.sustanibility-page .init-1 .cont2 ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.sustanibility-page .init-1 .cont2 ul li .box:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.sustanibility-page .init-1 .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.sustanibility-page .init-1 .btn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sustanibility-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.sustanibility-page .init-2 .tipsImg img {
  display: block;
  margin: auto;
}
.sustanibility-page .init-2 .tipsDes {
  padding: 0 10px;
  font-weight: 500;
  max-width: 630px;
  margin: 20px auto 0;
  text-align: center;
}
.sustanibility-page .init-2 .content ul li .box .left {
  width: 66%;
}
.sustanibility-page .init-2 .content ul li .box .right {
  padding: 10px 100px 10px 80px;
  width: 34%;
}
.sustanibility-page .init-2 .content ul li .box .right .title {
  font-weight: 600;
}
.sustanibility-page .init-2 .content ul li .box .right .des {
  line-height: 2;
}
.sustanibility-page .init-2 .content ul li:nth-child(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1450px) {
  .sustanibility-page .init-2 .content ul li .box .right {
    padding: 10px 60px 10px 40px;
  }
}
@media (max-width: 1250px) {
  .sustanibility-page .init-2 .content ul li .box .left {
    width: 100%;
  }
  .sustanibility-page .init-2 .content ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .sustanibility-page .init-1 {
    padding-top: 100px;
  }
  .sustanibility-page .init-1 .cont2 {
    margin-top: 90px;
  }
}
@media (max-width: 500px) {
  .sustanibility-page .init-1 {
    padding-top: 40px;
  }
  .sustanibility-page .init-1 .cont2 {
    margin-top: 40px;
  }
  .sustanibility-page .init-2 .content ul li .box .right {
    padding: 10px 16px;
  }
}
.type-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  height: 650px;
}
.type-page .init-1 .container .cont {
  padding: 60px 60px 80px;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 710px;
  border-radius: 10px;
  color: #fff;
}
.type-page .init-1 .container .cont .title {
  font-weight: bold;
}
.type-page .init-1 .container .cont .title2 {
  font-weight: 700;
}
.type-page .init-1 .container .cont .des{
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.type-page .init-2 .content {
  background-color: #f2ede5;
  border-radius: 12px;
}
.type-page .init-2 .content .list {
  width: 33.33%;
}
.type-page .init-2 .content .list img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.type-page .init-2 .content .list .tips {
  position: absolute;
  top: 30px;
  left: 40px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 6px 30px;
}
.type-page .init-2 .content .left {
  padding: 40px;
}
.type-page .init-2 .content .left > div .des{
  padding-right: 4px;
  overflow-y: auto;
  max-height: 400px;
}
.type-page .init-2 .content .left .des strong,
.type-page .init-2 .content .left .des b{
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.type-page .init-2 .content .left .more {
  display: inline-block;
  padding: 10px;
  background-color: #000000;
  color: #fff;
  border-radius: 4px;
  min-width: 180px;
  text-align: center;
}
.type-page .init-2 .content .left .more:hover {
  background-color: var(--color);
}
.type-page .init-3 .container .tipsTitle {
  max-width: 600px;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.type-page .init-3 .container .content ul li .box .img {
  display: block;
  border: 1px solid #cecece;
}
.type-page .init-3 .container .content ul li .box .img img {
  width: 100%;
}
.type-page .init-3 .container .content ul li .box .title {
  display: block;
  font-weight: 500;
}
.type-page .init-3 .container .content ul li .box .title:hover {
  color: var(--color);
}
.type-page .init-3 .container .content ul li .box .more {
  color: rgba(33, 33, 33, 0.9);
  background-color: #f7f7f7;
  padding: 8px;
  min-width: 180px;
  text-align: center;
  border-radius: 4px;
}
.type-page .init-3 .container .content ul li .box .more:hover {
  background-color: var(--color);
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1250px) {
  .type-page .init-2 .content .list {
    width: 100%;
  }
  .type-page .init-2 .content .middle {
    width: 50%;
  }
  .type-page .init-2 .content .right {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .type-page .init-1 {
    height: 500px;
  }
  .type-page .init-1 .container .cont {
    padding: 20px 16px;
  }
  .type-page .init-2 .content .left {
    padding: 30px 10px;
  }
  .type-page .init-2 .content .middle {
    width: 100%;
  }
  .type-page .init-2 .content .right {
    width: 100%;
  }
}
.system-page .init-1 {
  border-bottom: 1px solid #cbc8c1;
}
.system-page .init-1 .container ul li {
  max-width: 170px;
}
.system-page .init-1 .container ul li .box {
  position: relative;
  top: 1px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: rgba(40, 40, 40, 0.8);
  padding: 6px 10px;
  height: 100%;
}
.system-page .init-1 .container ul li .box a:hover {
  color: var(--color);
}
.system-page .init-1 .container ul li .box .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.system-page .init-1 .container ul li .box .cont .line {
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.system-page .init-1 .container ul li .box .cont .jt {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color);
}
.system-page .init-1 .container ul li.active .box {
  color: #000;
  border-top: 1px solid #cbc8c1;
  border-left: 1px solid #cbc8c1;
  border-right: 1px solid #cbc8c1;
  background-color: #ffffff;
}
.system-page .init-1 .container ul li.active .box .cont {
  opacity: 1;
}
.system-page .init-2 .container .leftC {
  width: 72%;
  background-color: #f8f8f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-page .init-2 .container .leftC .left {
  width: 100%;
}
.system-page .init-2 .container .leftC .left .bgImg {
  width: 100%;
}
.system-page .init-2 .container .leftC .left .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.system-page .init-2 .container .leftC .left .content table {
  margin: 0;
  padding: 0;
  border: none;
}
.system-page .init-2 .container .leftC .left .content table tbody {
  width: 100%;
  white-space: normal;
}
.system-page .init-2 .container .leftC .left .content table tr {
  margin: 0;
  padding: 0;
  border: none;
}
.system-page .init-2 .container .leftC .left .content table tr td {
  min-width: 0px !important;
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  padding: 0;
  margin: 0;
  border: none;
  top: 0;
  left: 0;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont {
  position: absolute;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont {
  position: absolute;
  top: 10px;
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont .x,
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont .y {
  display: none;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-animation: ks 1.5s linear infinite;
  -moz-animation: ks 1.5s linear infinite;
  -o-animation: ks 1.5s linear infinite;
  animation: ks 1.5s linear infinite;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont {
  word-wrap: break-word;
  min-height: 1px;
  width: 240px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .title {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  text-align: left;
  padding: 4px 14px;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont {
  width: 100%;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  height: 1px;
  position: absolute;
  top: 30px;
  left: 0;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .desCont2 {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  padding: 8px 14px;
  position: absolute;
  width: 100%;
  top: 10px;
  text-align: left;
  left: 0;

    max-height: 120px;
  overflow-y: auto;
  padding-right: 4px;
  /*padding: 6px 0;*/
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .desCont2 .des{

}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .more {
  /*display: inline-block;*/
  display: none;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .more:hover {
  color: var(--color);
}
.system-page .init-2 .container .leftC .left .content table tr td:hover{
  z-index: 2;
}
.system-page .init-2 .container .leftC .left .content table tr td:hover .tdCont .textCont .desCont .desCont2{
  background: rgba(0, 0, 0, 0.6);
}
.system-page .init-2 .container .leftC .left .content table tr td:hover .textCont .desCont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.system-page .init-2 .container .leftC .left .content table tr td.right2 .tdCont .textCont {
  left: unset;
  right: 20px;
  text-align: right;
}
.system-page .init-2 .container .leftC .left .content table tr td.bottom2 .tdCont .textCont .desCont {
  top: unset;
  bottom: 30px;
}
.system-page .init-2 .container .leftC .left .content table tr td.bottom2 .tdCont .textCont .desCont .desCont2 {
  top: unset;
  bottom: 10px;
}
.system-page .init-2 .container .right {
  padding: 40px 50px;
  background-color: #f8f8f7;
  width: 28%;
}
.system-page .init-2 .container .right .tips {
  font-weight: bold;
}
.system-page .init-2 .container .right ul li .box a {
  border-radius: 18px;
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
}
.system-page .init-2 .container .right ul li .box a:hover,
.system-page .init-2 .container .right ul li .box a.active {
  color: #fff;
  background-color: var(--color);
}
.system-page .init-3 {
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
.system-page .init-3 .container .left {
  width: 50%;
}
.system-page .init-3 .container .left .title {
  font-weight: bold;
}
.system-page .init-3 .container .left .des {
  line-height: 2;
  max-height: 350px;
  overflow-y: auto;
  padding-right: 20px;
}
.system-page .init-3 .container .right {
  width: 44%;
}
.system-page .init-3 .container .right ul li .box {
  max-height: 460px;
  background-color: #000;
}
.system-page .init-3 .container .right ul li .box video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.system-page .init-3 .container .right ul li .box .img {
  display: block;
}
.system-page .init-3 .container .right ul li .box .img img {
  width: 100%;
}
.system-page .init-3 .container .right .sPage {
  text-align: center;
}
.system-page .init-3 .container .right .sPage .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.system-page .init-3 .container .right .sPage .swiper-pagination-bullet-active {
  width: 30px;
}
#hover-tip {
    position: fixed;
    padding: 3px 6px;
    background: black;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    pointer-events: none;
    z-index: 9999;
}
.system-page .init-4 .container {
  width: 1750px;
}
.system-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.system-page .init-4 .container .contentC .subImg {
  width: 14%;
}
.system-page .init-4 .container .contentC .subImg1 {
  padding-right: 20px;
}
.system-page .init-4 .container .contentC .subImg2 {
  padding-left: 20px;
}
.system-page .init-4 .container .contentC .contC {
  max-width: 90%;
}
.system-page .init-4 .container .contentC .contC table {
  width: 100%;
  margin: 0;
  padding: 30px;
}
.system-page .init-4 .container .contentC .contC table::-webkit-scrollbar {
  height: 0;
}
.system-page .init-4 .container .contentC .contC table tbody {
  width: 100%;
  min-width: 1px;
}
.system-page .init-4 .container .contentC .contC table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.system-page .init-4 .container .contentC .contC table tbody tr td {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 170px !important;
  padding: 0;
  margin: 0;
  min-width: 1px;
  border: none;
  border-left: 2px solid #cccccc;
  height: 460px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box {
  height: 100%;
  position: relative;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box hr {
  display: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #cccccc;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  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%);
  z-index: 2;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .shadow {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .title {
  padding: 40px 20px 0;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 {
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .close:hover {
  color: #fff;
  background-color: var(--color);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border: 1px solid var(--color);
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont {
  width: 100%;
  height: 100%;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont img {
  pointer-events: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoLeft {
  width: 50%;
  height: 100%;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoLeft img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight {
  width: 50%;
  padding: 40px 30px;
  max-height: 100%;
  overflow-y: auto;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight::-webkit-scrollbar-thumb {
  background: url('../images/about_10.png') no-repeat center center;
  background-size: contain;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight .des2 {
  margin-top: 20px;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight .img2 {
  max-width: 100%;
}
.system-page .init-4 .container .contentC .contC table tbody tr td:last-child {
  border-right: 2px solid #cccccc;
}
.system-page .init-4 .container .contentC .contC table tbody tr td.active {
  width: 930px !important;
  border: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td.active .info2 {
  display: block;
}
.system-page .init-5 .container {
  width: 100%;
  padding: 0;
}
.system-page .init-5 .container .listCont table {
  border: none;
}
.system-page .init-5 .container .listCont table tbody tr {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.system-page .init-5 .container .listCont table tbody tr td {
  width: 50% !important;
  padding: 0;
  border: none;
  font-size: 16px;
}
.system-page .init-5 .container .listCont table tbody tr td:first-child {
  padding: 10px 16% 10px 12%;
}
.system-page .init-5 .container .listCont table tbody tr td strong,
.system-page .init-5 .container .listCont table tbody tr td b {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.system-page .init-5 .container .listCont table tbody tr td strong::after,
.system-page .init-5 .container .listCont table tbody tr td b::after {
  content: '';
  position: relative;
  width: 60%;
  margin-top: 4px;
  height: 1px;
  display: block;
  top: 0;
  left: 0;
  background-color: #000;
}
.system-page .init-5 .container .listCont table tbody tr td ul {
  padding-left: 20px !important;
}
.system-page .init-5 .container .listCont table tbody tr td ul li {
  font-size: 18px;
  padding: 2px 0;
}
.system-page .init-5 .container .listCont table tbody tr td img {
  width: 100%;
}
.system-page .init-5 .container .listCont table tbody tr:nth-child(2n) td:nth-child(2) {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.system-page .init-6 .container .tipsTitle {
  max-width: 600px;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.system-page .init-6 .container .content ul li .box .img {
  display: block;
  border: 1px solid #cecece;
}
.system-page .init-6 .container .content ul li .box .img img {
  width: 100%;
}
.system-page .init-6 .container .content ul li .box .title {
  display: block;
  font-weight: 500;
}
.system-page .init-6 .container .content ul li .box .title:hover {
  color: var(--color);
}
.system-page .init-6 .container .content ul li .box .more {
  color: rgba(33, 33, 33, 0.9);
  background-color: #f7f7f7;
  padding: 8px;
  min-width: 180px;
  text-align: center;
  border-radius: 4px;
}
.system-page .init-6 .container .content ul li .box .more:hover {
  background-color: var(--color);
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1700px) {
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 8vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td.active {
    width: 56vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .title {
    padding: 40px 10px 0;
  }
}
@media (max-width: 1450px) {
  .system-page .init-1 .container ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .system-page .init-1 .container ul li {
    max-width: 100%;
  }
  .system-page .init-1 .container ul li .box {
    text-align: left;
  }
  .system-page .init-1 .container ul li.active .box {
    border: none;
    top: 0;
  }
  .system-page .init-1 .container ul li .box .cont {
    display: none;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .title {
    padding: 40px 5px 0;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 11vw !important;
  }
  .system-page .init-5 .container .listCont table tbody tr td:first-child {
    padding: 10px 8% 10px 8%;
  }
}
@media (max-width: 1250px) {
  .system-page .init-2 .container .leftC {
    width: 100%;
  }
  .system-page .init-2 .container .right {
    width: 100%;
  }
  .system-page .init-2 .container .leftC {
    overflow-x: auto;
  }
  .system-page .init-2 .container .leftC .left {
    min-width: 940px;
  }
  .system-page .init-4 .container .contentC {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .system-page .init-4 .container .contentC .subImg1 {
    width: 30%;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .system-page .init-4 .container .contentC .subImg2 {
    width: 30%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .system-page .init-4 .container .contentC .contC {
    width: 100%;
    max-width: 100%;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .system-page .init-2 .container .leftC{
    justify-content: left;
    padding-bottom: 110px;
  }
  .system-page .init-3 .container .left {
    width: 100%;
  }
  .system-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .system-page .init-4 .container .contentC .contC table tbody {
    white-space: normal;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 16vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoLeft {
    width: 100%;
    height: auto;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont {
    overflow-y: auto;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight {
    width: 100%;
  }
  .system-page .init-5 .container .listCont table tbody {
    white-space: normal;
    min-width: 100%;
  }
  .system-page .init-5 .container .listCont table tbody tr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .system-page .init-5 .container .listCont table tbody tr td:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100% !important;
  }
  .system-page .init-5 .container .listCont table tbody tr td:first-child {
    width: 100% !important;
    padding: 20px 10px;
  }
}
@media (max-width: 700px) {
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 20vw !important;
  }
  .system-page .init-2 .container .right {
    padding: 30px 16px;
  }
}
@media (max-width: 500px) {
  .system-page .init-4 .container .contentC .subImg1 {
    width: 40%;
  }
  .system-page .init-4 .container .contentC .subImg2 {
    width: 40%;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 140px !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td.active {
    width: 70vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight {
    padding: 20px 16px;
  }
  .system-page .init-5 .container .listCont table tbody tr td strong,
  .system-page .init-5 .container .listCont table tbody tr td b {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .system-page .init-5 .container .listCont table tbody tr td ul li {
    font-size: 16px;
  }
}



.why-page .why-1 .list {
  padding: 2% 4%;
  background-image: -webkit-linear-gradient(130deg, #0c1937 48%, #0c286c 58%);
  background-image: -moz-linear-gradient(130deg, #0c1937 48%, #0c286c 58%);
  background-image: linear-gradient(320deg, #0c1937 48%, #0c286c 58%);
  color: white;
}
.why-page .why-1 .list span.h6 {
  line-height: 1;
}
.why-page .why-2 {
  background-color: #f5f5f7;
}
.why-page .why-2 hr {
  background-color: #727273;
  position: relative;
  overflow: unset;
}
.why-page .why-2 hr:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color);
  z-index: 1;
  border-radius: 100%;
}
.why-page .why-3 .text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 500px) {
  .why-page .why-1 .list {
    padding: 5%;
  }
  .why-page .why-1 .list ul li {
    width: 100%;
  }
}


.casedet-page h1 {
  color: var(--color);
}
.casedet-page .list {
  overflow: hidden;
}
.casedet-page .list ul {
  margin: -1px;
}
.casedet-page .list a {
  padding: 5%;
  display: block;
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
  position: relative;
}
.casedet-page .list a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: -1px;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background-color: var(--color);
  z-index: 1;
}
.casedet-page .list li:nth-child(4n+4) a:before,
.casedet-page .list li:nth-last-child(4) ~ li a:before {
  display: none;
}

@media screen and (max-width: 1000px) {
  .casedet-page .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .casedet-page .list a:before {
    display: none;
  }
}


.contact-page .form input,
.contact-page .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form input:focus,
.contact-page .form textarea:focus {
  border-bottom-color: var(--color);
}
.contact-page .form textarea {
  height: 120px;
}
.contact-page .form button {
  border: none;
}
.contact-page .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page iframe {
  height: 20.83333333vw;
  border: none;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1000px) {
  .contact-page iframe {
    height: 32vw;
  }
}

@media screen and (max-width: 500px) {
  .contact-page iframe {
    height: 44vw;
  }
}