@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: 'mon';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#mobile2{
  z-index: 22;
}
.oxy-nav-menu .menu-main-menu-container ul li{
    font-size: 16px;
  line-height: 30px;
}
.oxy-nav-menu .menu-main-menu-container ul li ul li a::before{
  content: '-';
}
.oxy-nav-menu .menu-main-menu-container ul li ul li ul li a::before{
  content: '●';
}
.flex-w{
  flex-wrap: wrap;
}
.font-auton{
  font-family: 'anton';
  font-weight: 400;
}
.container {
  width: 1550px;
}

.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mobile2{
  background: #474747;
}
#mobile2 .logo{
  padding: 4px 0;
}
.oxy-nav-menu.oxy-nav-menu-open{
  background: #474747;
}
.oxy-nav-menu .mb2-search input[type=submit]{
  background-image: url(../images/icon-search-white.png);
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #ea0004;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  color: #000;
  font-family: 'mon';
}
#header .drop {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  top: 80%;
  background-color: #fafafa;
  -webkit-box-shadow: 0 10px 15px -15px #000;
  box-shadow: 0 10px 15px -15px #000;
  display: none;
}
#header .drop a{
  transition: all .5s;
}
#header .drop a:hover{
  text-decoration: underline;
}
.rc{
  color: var(--color);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.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;
}
.w-1850 {
  width: 1850px;
}
.w-1720 {
  width: 1720px;
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 20px 0;
  background-color: #eff0f0;
}
#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;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#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: #fff;
  background-color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 18px 40px;
  text-align: left;
  line-height: 1.8;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  border-radius: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:nth-child(2) .sub-menu{
  display: none !important;
}
#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;
    line-height: 30px;
  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: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  font-size: 20px;
  color: #161616;
  margin-top: -2px;
}
#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;
  line-height: 30px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  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: 840px;
  -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%;
  height: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  color: #fff;
  font-family: 'anton';
  padding: 100px 0;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .left {
  width: 42%;
  font-size: 120px;
  line-height: 0.96;
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .left em {
  color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .right {
  text-align: right;
  width: 58%;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .right .sub {
  line-height: 0.9;
  font-size: 246px;
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .right .imgC {
  width: 100%;
  height: 100%;
  top: 30px;
  left: 0;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .right .imgC img {
  max-height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .left {
  -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 .right {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
.slick-list .slick-track {
  margin-left: 0;
}
@-webkit-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.moreCont {
  display: inline-block;
  padding: 14px 10px;
  width: 230px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  font-family: 'anton';
  text-transform: uppercase;
  z-index: 2;
}
.moreCont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.moreCont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  /*background-color: var(--color);*/
  position: relative;
  z-index: 2;
}
#index-body .init-1 .xh{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(180deg);
}
#index-body .init-1 .xh canvas{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .init-1 #fire-canvas{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
#index-body .init-1 .subImg {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-position: bottom right;
  display: none;
}
#index-body .init-1 .container .list .imgC {
  width: 90px;
  height: 90px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 10px;
}
#index-body .init-1 .container .list .imgC .sub {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#index-body .init-1 .container .list .imgC .img {
  width: 40px;
  height: 40px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
  z-index: 2;
}
#index-body .init-1 .container .list .textC {
  width: -webkit-calc(-10%);
  width: -moz-calc(-10%);
  width: calc(100% - 110px);
  color: #fff;
}
#index-body .init-1 .container .list .textC .title {
  font-family: 'anton';
}
#index-body .init-1 .container .list:hover .sub {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-1 .container .list:hover .img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
#index-body .init-1 .container .left {
  width: 44%;
}
#index-body .init-1 .container .left .title {
  text-transform: uppercase;
}
#index-body .init-1 .container .right {
  width: 52%;
}
#index-body .init-1 .container .more {
  margin-left: 110px;
  margin-top: -20px;
  background-color: #000;
}
#index-body .init-1 .container .more::before {
  background-color: #fff;
}
#index-body .init-1 .container .more:hover {
  color: var(--color);
}
#index-body .init-2 {
  color: #fff;
  min-height: 840px;
  z-index: 2;
}
#index-body .init-2 .imgList {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
#index-body .init-2 .imgList li {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-2 .subImg1 {
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}
#index-body .init-2 .container .left {
  width: 36%;
}
#index-body .init-2 .container .left .title {
  font-family: 'anton';
  text-transform: uppercase;
}
#index-body .init-2 .container .left .des {
  max-width: 600px;
}
#index-body .init-2 .container .right {
  width: 54%;
}
#index-body .init-2 .container .right > div {
  width: 100%;
}
#index-body .init-2 .container .right .content {
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
#index-body .init-2 .container .right .content .img {
  display: block;
  margin: auto;
}
#index-body .init-2 .container .right .content .img img {
  display: block;
  margin: auto;
}
#index-body .init-2 .container .right .galleryList {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .container .right .galleryList .subImg2 {
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  -o-object-position: center bottom;
  object-position: center bottom;
  background-position: bottom center;
}
#index-body .init-2 .container .right .galleryList .swiper {
  padding-top: 102px;
}
#index-body .init-2 .container .right .galleryList li .box {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
}
#index-body .init-2 .container .right .galleryList li .box .cirC {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: auto;
}
#index-body .init-2 .container .right .galleryList li .box .cirC .cir {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .init-2 .container .right .galleryList li .box .text {
  display: block;
  text-align: center;
  font-family: 'anton';
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-2 .container .right .galleryList li.swiper-slide-active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-2 .container .right .galleryList li.swiper-slide-active .box .cirC {
  background-color: rgba(234, 0, 4, 0.5);
}
#index-body .init-2 .container .right .galleryList li.swiper-slide-active .box .cirC .cir {
  background-color: var(--color);
}
#index-body .init-2 .container .right .galleryList li.swiper-slide-prev .box,
#index-body .init-2 .container .right .galleryList li.swiper-slide-next .box {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
#index-body .init-2 .container .right .galleryList li:hover .box .text {
  color: var(--color);
}
#index-body .init-3 .container {
  margin-left: auto;
  margin-right: 0;
  padding: 0;
}
#index-body .init-3 .container ul li .box {
  border-left: 1px solid #e1e1e1;
  min-height: 720px;
  padding: 20px 30px;
}
#index-body .init-3 .container ul li .box .img {
  width: 48%;
}
#index-body .init-3 .container ul li .box .img img {
  width: 100%;
}
#index-body .init-3 .container ul li .box .rightC {
  width: 44%;
}
#index-body .init-3 .container ul li .box .rightC .more2 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f1f1f1;
  margin-left: auto;
}
#index-body .init-3 .container ul li .box .rightC .more2 .moreImg {
  width: 36px;
  height: 24px;
}
#index-body .init-3 .container ul li .box .rightC .more2:hover {
  background-color: var(--color);
}
#index-body .init-3 .container ul li .box .rightC .title {
  font-family: 'anton';
  display: block;
}
#index-body .init-3 .container ul li .box .rightC .title:hover {
  color: var(--color);
}
#index-body .init-3 .container ul li .box .rightC .des {
  color: #302f2f;
}
#index-body .init-4 {
  background-color: var(--color);
  z-index: 2;
}
#index-body .init-4 .shadow {
  position: absolute;
  width: 100%;
  height: 46%;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  z-index: -1;
}
#index-body .init-4 .container .left {
  width: 50%;
  padding-right: 20px;
}
#index-body .init-4 .container .left .title {
  font-family: 'anton';
  text-transform: uppercase;
  color: var(--color);
  z-index: 10;
}
#index-body .init-4 .container .left .img {
  display: block;
  margin-left: auto;
}
#index-body .init-4 .container .left .des {
  color: #fff;
  max-width: 730px;
  margin-left: auto;
}
#index-body .init-4 .container .right {
  width: 50%;
}
#index-body .init-4 .container .right .title {
  font-family: 'anton';
  text-transform: uppercase;
  text-align: right;
}
#index-body .init-4 .container .right .img {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  display: block;
  margin-left: auto;
}
#index-body .init-5 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-5 .container .left {
  width: 50%;
}
#index-body .init-5 .container .left img {
  width: 100%;
}
#index-body .init-5 .container .right {
  padding: 20px 50px;
  width: 50%;
}
#index-body .init-5 .container .right .title {
  font-family: 'anton';
  text-transform: uppercase;
}
#index-body .init-5 .container .right .title em {
  color: var(--color);
}
#index-body .init-5 .container .right .des {
  color: #302f2f;
}
#index-body .init-5 .container .right .listCont .more {
  padding: 20px 20px;
  border-radius: 10px;
  background-color: #f2f5ee;
  font-family: 'anton';
  width: 200px;
}
#index-body .init-5 .container .right .listCont .more span {
  display: block;
}
#index-body .init-5 .container .right .listCont .more .moreImg {
  width: 24px;
  height: 16px;
}
#index-body .init-5 .container .right .listCont .more:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-5 .container .right .listCont .more:hover .moreImg {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
#index-body .init-6 {
  background-color: #f8f8f8;
}
#index-body .init-6 .container .tipsTitle {
  text-transform: uppercase;
  font-family: 'anton';
}
#index-body .init-6 .container .tipsTitle em {
  color: var(--color);
}
#index-body .init-6 .container .content ul li .box .img {
  display: block;
}
#index-body .init-6 .container .content ul li .box .img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
#index-body .init-6 .container .content ul li .box .img .shadow {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
#index-body .init-6 .container .content ul li .box .img .time {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
  color: #fff;
}
#index-body .init-6 .container .content ul li .box .title {
  padding: 20px;
  display: block;
  font-family: 'anton';
}
#index-body .init-6 .container .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-7 {
  background-color: #f8f8f8;
}
#index-body .init-7 .container .left {
  width: 320px;
}
#index-body .init-7 .container .left .listCont ul li .box {
  cursor: pointer;
}
#index-body .init-7 .container .left .listCont ul li .box .cir {
  width: 12px;
  height: 12px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-7 .container .left .listCont ul li .box .line {
  width: 0;
  height: 1px;
  background-color: #000;
}
#index-body .init-7 .container .left .listCont ul li .box .text {
  font-family: 'anton';
}
#index-body .init-7 .container .left .listCont ul li.active .line {
  width: 50px;
  margin-right: 20px;
}
#index-body .init-7 .container .left .listCont ul li.active .text {
  color: var(--color);
}
#index-body .init-7 .container .left .des {
  color: #6f6f6f;
}
#index-body .init-7 .container .right {
  width: 1060px;
}
#index-body .init-7 .container .right .subImg {
  width: 100%;
}
#index-body .init-7 .container .right .contentC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#index-body .init-7 .container .right .contentC .listC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-7 .container .right .contentC .listC .list {
  width: 0;
  height: 0;
  cursor: pointer;
}
#index-body .init-7 .container .right .contentC .listC .list .cirC {
  width: 5px;
  height: 5px;
}
#index-body .init-7 .container .right .contentC .listC .list .cirC::before {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .init-7 .container .right .contentC .listC .list .cirC .cir {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .init-7 .container .right .contentC .listC .list .textC {
  top: 50%;
  right: 0;
  -webkit-transform: scale(0) translateY(-50%);
  -moz-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  -o-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  opacity: 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
#index-body .init-7 .container .right .contentC .listC .list .textC .text {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: bold;
  white-space: nowrap;
}
#index-body .init-7 .container .right .contentC .listC .list:hover {
  z-index: 2;
}
#index-body .init-7 .container .right .contentC .listC .list:hover .cirC {
  -webkit-transform: scale(2.6);
  -moz-transform: scale(2.6);
  -ms-transform: scale(2.6);
  -o-transform: scale(2.6);
  transform: scale(2.6);
}
#index-body .init-7 .container .right .contentC .listC .list:hover .textC {
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  opacity: 1;
}
#index-body .init-7 .container .right .contentC .listC1 .list1 {
  top: 40%;
  left: 45.5%;
}
#index-body .init-7 .container .right .contentC .listC1 .list2 {
  top: 37.2%;
  left: 51.5%;
}
#index-body .init-7 .container .right .contentC .listC1 .list3 {
  top: 36.2%;
  left: 53%;
}
#index-body .init-7 .container .right .contentC .listC1 .list4 {
  top: 33%;
  left: 58%;
}
#index-body .init-7 .container .right .contentC .listC1 .list5 {
  top: 38%;
  left: 59%;
}
#index-body .init-7 .container .right .contentC .listC1 .list6 {
  top: 39%;
  left: 59.6%;
}
#index-body .init-7 .container .right .contentC .listC2 .list1 {
  top: 41%;
  left: 56%;
}
#index-body .init-7 .container .right .contentC .listC2 .list2 {
  top: 45%;
  left: 57%;
}
#index-body .init-7 .container .right .contentC .listC2 .list3 {
  top: 44%;
  left: 58%;
}
#index-body .init-7 .container .right .contentC .listC2 .list4 {
  top: 49%;
  left: 58.6%;
}
#index-body .init-7 .container .right .contentC .listC2 .list5 {
  top: 41%;
  left: 60%;
}
#index-body .init-7 .container .right .contentC .listC2 .list6 {
  top: 51%;
  left: 61%;
}
#index-body .init-7 .container .right .contentC .listC2 .list7 {
  top: 42%;
  left: 62%;
}
#index-body .init-7 .container .right .contentC .listC2 .list8 {
  top: 49%;
  left: 66.4%;
}
#index-body .init-7 .container .right .contentC .listC2 .list9 {
  top: 50%;
  left: 68.4%;
}
#index-body .init-7 .container .right .contentC .listC2 .list10 {
  top: 61%;
  left: 70%;
}
#index-body .init-7 .container .right .contentC .listC2 .list11 {
  top: 49%;
  left: 72%;
}
#index-body .init-7 .container .right .contentC .listC2 .list12 {
  top: 55%;
  left: 74.4%;
}
#index-body .init-7 .container .right .contentC .listC2 .list13 {
  top: 56%;
  left: 76.8%;
}
#index-body .init-7 .container .right .contentC .listC2 .list14 {
  top: 62%;
  left: 78.5%;
}
#index-body .init-7 .container .right .contentC .listC2 .list15 {
  top: 43%;
  left: 82.2%;
}
#index-body .init-7 .container .right .contentC .listC2 .list16 {
  top: 66%;
  left: 81.5%;
}
#index-body .init-7 .container .right .contentC .listC2 .list17 {
  top: 20%;
  left: 78%;
}
#index-body .init-7 .container .right .contentC .listC3 .list1 {
  top: 59%;
  left: 46%;
}
#index-body .init-7 .container .right .contentC .listC3 .list2 {
  top: 58%;
  left: 47%;
}
#index-body .init-7 .container .right .contentC .listC3 .list3 {
  top: 44%;
  left: 49%;
}
#index-body .init-7 .container .right .contentC .listC3 .list4 {
  top: 47%;
  left: 54%;
}
#index-body .init-7 .container .right .contentC .listC3 .list5 {
  top: 60%;
  left: 58%;
}
#index-body .init-7 .container .right .contentC .listC4 .list1 {
  top: 48%;
  left: 17%;
}
#index-body .init-7 .container .right .contentC .listC4 .list2 {
  top: 62%;
  left: 26%;
}
#index-body .init-7 .container .right .contentC .listC4 .list3 {
  top: 54%;
  left: 27%;
}
#index-body .init-7 .container .right .contentC .listC4 .list4 {
  top: 59.4%;
  left: 28.3%;
}
#index-body .init-7 .container .right .contentC .listC4 .list5 {
  top: 84%;
  left: 29%;
}
.publicInit-7 {
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
.publicInit-7 .content {
  max-width: 890px;
  color: #fff;
  margin: auto;
}
.publicInit-7 .content .title {
  font-family: 'anton';
  text-transform: uppercase;
}
.publicInit-7 .content .more {
  width: 450px;
  text-transform: none;
  max-width: 100%;
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-color: #080808;
}
#footer .fTop .container .listCont {
  padding-top: 40px;
}
#footer .fTop .container .listCont .des {
  color: #898a88;
}
#footer .fTop .container .listCont .share {
  color: #fff;
}
#footer .fTop .container .listCont .share li a {
  width: 30px;
  height: 30px;
  background-color: #272727;
  border-radius: 50%;
  font-size: 16px;
}
#footer .fTop .container .listCont .share li a:hover {
  background-color: var(--color);
}
#footer .fTop .container .listCont .share li a:hover img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#footer .fTop .container .listCont .share li a img {
  position: absolute;
  width: 100px;
  bottom: 100%;
  left: 0;
  max-width: 100px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  background-color: #fff;
  padding: 4px;
}
#footer .fTop .container .listCont .first {
  color: #fff;
  text-transform: uppercase;
  font-family: 'anton';
  margin: 30px 0;
}
#footer .fTop .container .listCont .list {
  margin-top: 20px;
  color: #898a88;
}
#footer .fTop .container .listCont .list em {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#footer .fTop .container .listCont .list2 {
  color: #898a88;
}
#footer .fTop .container .listCont .list2 a:hover {
  color: var(--color);
}
#footer .fTop .container .listCont .formDes {
  color: #898a88;
}
#footer .fTop .container .listCont form input {
  color: #fff;
  margin-top: 20px;
  border: none;
  background-color: transparent;
  padding: 4px 4px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  border-bottom: 1px solid #535353;
}
#footer .fTop .container .listCont form .content {
  width: 100%;
}
#footer .fTop .container .listCont form .moreC {
  width: 100%;
}
#footer .fTop .container .listCont form .more {
  text-transform: none;
  width: 130px;
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
}
#footer .fTop .container .listCont form .more::before {
  background-color: #fff;
}
#footer .fTop .container .listCont form .more:hover {
  color: var(--color);
}
#footer .fTop .container .listCont1 {
  width: 440px;
}
#footer .fTop .container .listCont2 {
  width: 300px;
}
#footer .fTop .container .listCont3 {
  width: 170px;
}
#footer .fTop .container .listCont4 {
  width: 370px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  color: #9c9b9b;
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #9c9b9b;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  width: 100%;
}
.shouye h1{
  display: inline;
}
.font-14{
  line-height: 2;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    padding: 18px 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .left {
    font-size: 5.4vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .right .sub {
    font-size: 10vw;
  }
  #index-body .init-4 .container .left .title{
    zoom: .8;
  }
  #index-body .init-4 .container .left .img{
    zoom: .8;
  }
  #index-body .init-2 .container .right .galleryList li.swiper-slide-active .box {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  #index-body .init-2 .container .right .galleryList li.swiper-slide-prev .box,
  #index-body .init-2 .container .right .galleryList li.swiper-slide-next .box {
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px);
  }
  #index-body .init-7 .container .right {
    zoom: 0.9;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    padding: 18px 8px;
  }
  #index-body .init-4 .container .left .title{
    zoom: .8;
  }
  #index-body .init-4 .container .left .img{
    zoom: .7;
  }
  #index-body .init-7 .container .right {
    zoom: 0.8;
  }
  #footer .fTop .container .listCont1 {
    width: 320px;
  }
  #footer .fTop .container .listCont2 {
    width: 220px;
  }
  #footer .copyright .container .left {
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-1 .container .more {
    margin-top: 40px;
  }
  #index-body .init-2 .container .right .galleryList li.swiper-slide-prev .box,
  #index-body .init-2 .container .right .galleryList li.swiper-slide-next .box {
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  #index-body .init-3 .container {
    margin: auto;
  }
  #index-body .init-3 .container ul li .box .img {
    width: 100%;
  }
  #index-body .init-3 .container ul li .box .rightC {
    width: 100%;
  }
  #index-body .init-3 .container ul li .box {
    min-height: 1px;
  }
  #index-body .init-7 .container .left {
    width: 100%;
  }
  #index-body .init-5 .container .left {
    width: 100%;
  }
  #index-body .init-5 .container .right {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .left {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
  }
  #index-body .init-4 .container .left .title{
    zoom: 1;
  }
  #index-body .init-4 .container .left .img{
    zoom: 1;
  }
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .right {
    width: 100%;
    padding: 40px 0;
    margin-top: 20px;
  }
  #index-body .init-2 .subImg1 {
    height: 40%;
  }
  #index-body .init-2 .container .right .galleryList .subImg2 {
    display: none;
  }
  #index-body .init-4 .container .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-4 .container .left .title {
    position: relative;
    color: #fff;
  }
  #index-body .init-4 .container .left .img {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-4 .container .right .img {
    width: 100%;
  }
  #index-body .init-4 .container .right .title {
    color: #fff;
  }
  #footer .fTop .container .listCont1 {
    width: 100%;
  }
  #footer .fTop .container .listCont2 {
    width: 100%;
  }
  #footer .fTop .container .listCont4 {
    width: 100%;
  }
  #footer .fTop .container .listCont .first {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  #index-body .init-7 .container .right {
    overflow: auto;
  }
  #index-body .init-7 .container .right .rightC {
    min-width: 700px;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .container .list .textC {
    width: 100%;
    margin-top: 20px;
  }
  .font-44{
    font-size: 30px;
line-height: 1.6;
  }
  #index-body .init-3 .container ul li .box .rightC .title{
    min-height: 5em;
  }
  .font-15{
    line-height: 2;
  }
  #index-body .init-1 .container .more {
    margin-left: 0;
    margin-top: 20px;
  }
  #index-body .init-1 .container .list .textC .title {
    font-size: 22px;
  }
  #index-body .init-3 .container ul li .box .rightC .more2 {
    width: 60px;
    height: 60px;
  }
  #index-body .init-3 .container ul li .box {
    padding: 20px 16px;
  }
  #index-body .init-5 .container .right {
    padding: 20px 16px;
  }
  #index-body .init-5 .container .right .listCont .more {
    width: 100%;
  }
  #index-body .init-6 .container .content ul li .box .title {
    padding: 20px 0 0 0;
  }
  #footer .fTop .container .listCont {
    padding-top: 30px;
  }
  #footer .fTop .container .listCont .first {
    margin-bottom: 10px;
  }
  #footer .fTop .container .listCont form input {
    width: 100%;
  }
  #footer .fTop .container .listCont .list {
    margin-top: 10px;
  }
}


/*inner-page*/

@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 0;
}
#innerMobileBanner{
  margin-top: 60px;
}

.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  font-size: 450px;
  font-family: 'anton';
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}

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

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

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

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

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


.product-page .sideBarBox .slideRight {
  background-color: #f7f7f7;
}
.product-page .product-1 .sideBarBox .slideRight .text {
  max-height: 300px;
  overflow: auto;
  padding-right: 20px;
}
.product-page .sideBarBox .slideRight h1 {
  line-height: 1.8;
  font-family: 'anton';
}
.product-page .sideBarBox .slideRight .img {
  border: 1px solid #000000;
}
.product-page .sideBarBox .slideRight .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  border-top: 1px solid #000000;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #000;
  color: #fff;
  font-family: 'anton';
  text-transform: uppercase;
}
.product-page .sideBarBox .slideRight .img .link a:hover {
  background-color: var(--color);
  color: #fff;
}
.product-page .sideBarBox .slideRight .img:hover .link {
  opacity: 1;
}


.inner-page .sideBarBox .slideLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .slideLeft .nav {
  background-color: #000000;
  color: white;
}
.inner-page .sideBarBox .slideLeft .nav span.h6 {
  background-color: var(--color);
  color: #fff;
  font-family: 'anton';
  text-transform: uppercase;
}
.inner-page .sideBarBox .slideLeft .nav .link {
  font-weight: 300;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li {
  margin-bottom: .7em;
  line-height: 1.8;
  position: relative;
}
.inner-page .sideBarBox .slideLeft .nav .link > ul > li > a{
  display: block;
  padding-right: 20px;
} 
.inner-page .sideBarBox .slideLeft .nav .link > ul > li i{
  position: absolute;
  top: 2px;
  cursor: pointer;
  right: 0;
  transition: all .5s;
  transform: rotate(-90deg);
  transform-origin: center center;
}
.inner-page .sideBarBox .slideLeft .nav .link > ul > li i.active{
  transform: rotate(0);
}
.inner-page .sideBarBox .slideLeft .nav .link ul li ul {
  font-size: .8em;
  margin-top: .8em;
  padding-left: 1em;
  display: none;
}
.inner-page .sideBarBox .slideLeft .nav .link > ul > li.active ul{
  display: block;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li a:hover,
.inner-page .sideBarBox .slideLeft .nav .link ul li a.active {
  text-decoration: underline;
}


.prodet-page .prodet-1{
  width: 100%;
}
.prodet-page .prodet-1 .box {
  padding-left: 0;
  padding-right: 0;
  background-color: #f0f0f0;
  width: 100%;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .box .left {
  position: sticky;
  top: 80px;
}
.prodet-page .prodet-1 .box .left li {
  display: block !important;
  width: auto !important;
}
.prodet-page .prodet-1 .box .left li .imgTitle{
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.prodet-page .prodet-1 .box .left img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
  position: relative;
  /*height: 300px;*/
  width: 19%;
}
.prodet-page .prodet-1 .box .left .big{
  width: 79%;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -4px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 3px 4px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-slide {
  height: auto;
}

.prodet-page .prodet-1 .box .right .title {
  line-height: 1.4;
  font-family: 'anton';
}
.prodet-page .prodet-1 .box .right .download li{
  width: auto;
  max-width: 100px;
}
.prodet-page .prodet-1 .box .right .link a {
  padding: 0.7em 3em;
  font-weight: 400;
    color: #fff;
    background-color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

}
.prodet-page .prodet-1 .box .right .link a:before{
  background: #fff;
}
.prodet-page .prodet-1 .box .right .link a:hover {
  color: var(--color);
  background-color: #d42633;
}
.prodet-page .prodet-1 .box .right .icon img {
  max-height: 50px;
  width: auto;
}
.prodet-page .prodet-1 .box .right .det{
  white-space: nowrap;
}
.prodet-page .prodet-1 .box .right .det .slide {
  border-bottom: 1px solid #000000;
}
.prodet-page .prodet-1 .box .right .det .slide span.name {
  cursor: pointer;
  cursor: hand;
  font-family: 'anton';
}
.prodet-page .prodet-1 .box .right .det .slide span.name i {
  margin-left: 1em;
}
.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .box .right .share {
  line-height: 1;
}
.prodet-page .prodet-2 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #000000;
  color: white;
}
.prodet-page .prodet-2 .box .h2{
  font-family: 'anton';
}
.prodet-page .prodet-2 .box .img {
  border: 1px solid #000000;
}
.prodet-page .prodet-2 .box .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  border-top: 1px solid #000000;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #000000;
}
.prodet-page .prodet-2 .box .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  border-right: 1px solid #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .img .link a:hover {
  background-color: var(--color);
}
.prodet-page .prodet-2 .box .img:hover .link {
  opacity: 1;
}


.proListContShadow{
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 29;
}
.proListCont > p{
  font-size: 0;
  display: none;
}
.proListCont .proListContList{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  opacity: 0;
  transition: all .5s;
  pointer-events: none;
}
.proListCont .proListContList.active{
  pointer-events: all;
  opacity: 1;
}
.proListCont .proListContList .close{
  position: absolute;
  cursor: pointer;
  transition: all .5s;
  top: -10px;
  right: 10px;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 30px;
  z-index: 2;
}
.proListCont .proListContList .close:hover{
  background: var(--color);
}
.proListCont .proListContList .prodet-page .prodet-1 .box .left{
  top: 0;
  padding: 40px 20px;
  position: sticky;
}
.proListCont .proListContList .prodet-page .prodet-1 .box .right{
  padding: 40px 20px;
}
.proListCont .proListContList .prodet-page{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-1{
  max-height: 100%;
}
.prodet-page .prodet-1 .container{
  max-height: 80vh;
}
.prodet-page .prodet-1 .box{
  max-height: 76vh;
  overflow-y: auto;
}


.m-page {
  margin-top: 60px;
  text-align: center;
}
.m-page a,
.m-page span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 2px;
  line-height: 40px;
}
.m-page a::before,
.m-page span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a.current,
.m-page span.current {
  background-color: #e62923;
  color: #fff;
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a:hover {
  background-color: #e62923;
  color: #fff;
}
.m-page a:hover::before {
  opacity: 0;
}
.m-link {
  /*margin-top: 16px;*/
}
.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;
}
.m-link a:hover {
  color: #e62923;
}

@media screen and (max-width: 1000px) {
  .product-page .sideBarBox .slideRight h1{
    font-size: 24px;
    line-height: 40px;
  }
  .product-page .product-1 .sideBarBox .slideRight .text p{
    display: none;
  }
  .inner-page .sideBarBox .slideLeft {
    display: none;
  }
  .inner-page .sideBarBox .slideRight {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .left {
    position: relative;
    top: 0;
  }
  .proListCont .proListContList .prodet-page .prodet-1 .box .left{
    width: 100%;
    position: relative;
  }
  .proListCont .proListContList .prodet-page .prodet-1 .box .right{
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .box .right .share {
    font-size: 16px;
    gap: 1em;
  }
  .prodet-page .prodet-1 .box .left .small ul li {
    padding: 1px;
  }
  .prodet-page .prodet-1 .box .left .small ul {
    margin: -1px;
  }

}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .right .link a {
    padding: .5em 1.5em;
  }
  .m-page {
    margin-top: 40px;
  }
}


.seoCustom span.h2 {
  font-weight: normal;
  font-family: 'anton';
}
.seoCustom .soe-1 .box {
  padding-left: 5%;
  color: #fff;
  padding-right: 5%;
  background-color: var(--color);
}
.seoCustom .soe-1 .box .right .text{
  max-height: 320px;
  padding-right: 4px;
  overflow-y: auto;
}
.seoCustom .soe-1 .box .right .more{
  background: #000;
}
.seoCustom .soe-1 .box .right .more:hover{
  color: var(--color);
}
.seoCustom .soe-1 .box .right .more::before{
  background: #fff;
}
.seoCustom .soe-1 .box .moreCont .moreCir1{
  background: #d16870;
}
.seoCustom .soe-1 .box .moreCont .moreCir2{
  background: #fff;
}
.seoCustom .soe-1 .box .img {
  height: 530px;
}
.seoCustom .soe-1 .box .img .play {
  color: #000000;
}
.seoCustom .soe-3 .box {
  background-color: #f7f7f7;
  padding-left: 5%;
  padding-right: 5%;
}
.seoCustom .soe-3 .box .boxC{
  padding-right: 8px;
  overflow-y: auto;
  max-height: 400px;
}
.seoCustom .soe-3 .box ul li {
  border-bottom: 1px solid #898989;
  line-height: 1.8;
}
.seoCustom .soe-3 .box ul li .logo {
  /*-webkit-filter: brightness(0);
  filter: brightness(0);*/
}
.seoCustom .soe-3 .box ul li .content {
  margin-right: auto;
  width: calc(100% - 170px);
}
.seoCustom .soe-3 .box ul li .content time {
  font-weight: 300;
  line-height: 30px;
}
.seoCustom .soe-3 .box ul li .content .h6{

}
.seoCustom .soe-3 .box ul li a.link {
  font-family: 'anton';
  padding: .8em 2em;
  width: 150px;
  text-align: center;
  background-color: #000;
  color: #fff;
      border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  white-space: nowrap;
}
.seoCustom .soe-3 .box ul li a.link:hover {
  background-color: var(--color);
}
.seoCustom .soe-3 .box ul li:last-child {
  border-bottom: none;
}

.contact2-page .contact-1 .box {
  background-color: #f7f7f7;
}
.contact2-page .contact-1 .box .left .h2{
  font-family: 'anton';
}
.contact2-page .contact-1 .box .form ul li {
  width: 100%;
}
.contact2-page .contact-1 .box .form ul li input,
.contact2-page .contact-1 .box .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  padding: .6em 0;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact2-page .contact-1 .box .form ul li input:focus,
.contact2-page .contact-1 .box .form ul li textarea:focus {
  border-bottom-color: var(--color);
}
.contact2-page .contact-1 .box .form ul li textarea {
  height: 90px;
}
.contact2-page .contact-1 .box .form ul li button {
      height: 3em;
    font-size: 18px;
    padding: 0 3em;
    background-color: #000;
    font-family: 'anton';
    border: none;
        border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: white;
}
.contact2-page .contact-1 .box .form ul li button:hover {
  background-color: var(--color);
  color: #fff;
}

.Auxil-industry .text{
  max-height: 300px;
  padding-right: 10px;
  overflow-y: auto;
}

@media screen and (max-width: 1450px) {
  .seoCustom .soe-1 .box .img {
    height: 500px;
  }
}


@media screen and (max-width: 1250px) {
  .contact2-page .contact-1 .box .form ul li {
    margin-top: 0;
  }
  .seoCustom .soe-3 .box ul li .content{
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav div.title{
    line-height: 1.8;
  }
  #cp-Nav .nav ul li a{
      font-size: 16px;
  line-height: 30px;
  }
  #innerMobileBanner .banner2 .mbx .cont{
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .seoCustom .soe-1 .box .img {
    height: 300px;
  }
  .contact2-page .contact-1 .box .left {
    padding: 4% !important;
  }
}

@media screen and (max-width: 700px) {
  .seoCustom .soe-1 .box .img {
    height: 240px;
  }
  .seoCustom .soe-3 .box ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seoCustom .soe-3 .box ul li .content {
    margin: 10px 0;
  }
  .contact2-page .contact-1 .box .form ul li button {
    padding: 0 2em;
    margin-top: 1em;
    height: 3em;
  }
}


.tipsTitleCont {
    font-family: 'anton';
  font-weight: 400;
}
.tipsTitleCont .tipsTitle1 {
  text-transform: uppercase;
}
.tipsTitleCont .tipsTitle1 .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  margin: 11px 10px 0 0;
}
.tipsTitleCont .tipsTitle1 span {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  letter-spacing: 4px;
}
.tipsTitleCont .tipsTitle2 {
  margin-top: 20px;

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

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


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


.faq-page .marginBox {
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox span.txt {
  color: var(--color);
}
.faq-page .marginBox span.h2 {
  font-family: 'anton';
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}


@media screen and (max-width: 1250px) {
  .production-page .capacity-2 .container .title_c .left .tips_title{
    width: 100%;
  }
}


@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}

.production-page .application-4 ul li .box:hover .text .left {
    /*color: #000;*/
}

.production-page .application-4 ul li .box:hover .text{
  transform: translateY(0);
}
.production-page .application-4 ul li .box:hover .text span.meta{
  opacity: 1;
}

.production-page span.tag {
    margin-bottom: .6em;
}
.production-page span.tag {
    font-size: 18px;
    color: var(--color);
    display: block;
    line-height: 1.8;
}
.production-page .capacity-2 {
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
        padding: 80px 0;
  }
  .production-page .capacity-2 .container .title_c {
    position: relative;
    z-index: 2;
        color: #000;
            text-align: center;
  }
  .production-page .capacity-2 .container .title_c .left .tips {
    position: relative;
   
    color: #000;
    font-weight: bold;
  }
  .production-page .capacity-2 .container .title_c .left .tips .sub1 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
     background-color: #000;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .production-page .capacity-2 .container .title_c .left .tips_title {
    font-family: 'anton';
    margin: 0 auto;
  }
  .production-page .capacity-2 .container .title_c .btnC{
    margin: 10px 0 0 auto;
  }
  .production-page .capacity-2 .container .title_c .btnC .btn {
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 40px;
  }
  .production-page .capacity-2 .container .title_c .btnC .btn:hover{
    background: #8e211c;
    color: #fff;
  }
  .production-page .capacity-2 .container .title_c .btnC .next{
    margin-left: 10px;
  }
  .production-page .capacity-2 .container .title_c .more {
    margin: 10px 0 0 auto;
    color: #8e211c;
  }
  .production-page .capacity-2 .container .title_c .more .more_sub {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #8e211c;
    font-size: 20px;
    margin-right: 18px;
    color: #fff;
  }
  .production-page .capacity-2 .container .title_c .more:hover {
    color: #fff;
  }
  .production-page .capacity-2 .container .title_c .more:hover .more_sub {
    background-color: #fff;
    color: #8e211c;
  }
  .production-page .capacity-2 .container .title_c .sub_2 {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 90px;
    left: 50%;
    background-color: #fff;
    border-radius: 50%;
  }
  .production-page .capacity-2 .container .title_c .sub_3 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 80px;
    left: 60%;
  }
  .production-page .capacity-2 .container .content {
    margin-top: 30px;
        color: #000;
  }
  .production-page .capacity-2 .container .content ul {
    margin: -13px;
  }
  .production-page .capacity-2 .container .content ul li {
    padding: 13px;
    padding-top: 20px;
  }
  .production-page .capacity-2 .container .content ul li .box {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    background: rgba(246, 246, 246, 0.8);

  }
  .production-page .capacity-2 .container .content ul li .box .img {
    overflow: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
  .production-page .capacity-2 .container .content ul li .box .title {
  margin-top: 20px;
    text-transform: capitalize;
   

  }
  .production-page .capacity-2 .container .content ul li .box .line {
    height: 1px;
    background-color: #5a5a5a;
    margin: 16px 0;
  }
  .production-page .capacity-2 .container .content ul li .box .des {
    color: #888;
 
  }
  .production-page .capacity-2 .container .content ul li .box .more {
    margin-top: 14px;
    color: #d1d1d1;
    line-height: 1;
  }
  .production-page .capacity-2 .container .content ul li .box .more .text {
    border-bottom: 1px solid #d1d1d1;
  }
  .production-page .capacity-2 .container .content ul li .box .more .sub {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #fff;
  }
  .production-page .capacity-2 .container .content ul li .box .more:hover .text {
    color: #8e211c;
    border-bottom: 1px solid #8e211c;
  }
  .production-page .capacity-2 .container .content ul li .box .more:hover .sub {
    border: 1px solid #8e211c;
  }
  .production-page .capacity-2 .container .content ul .li2 {
    margin-top: 40px;
  }
  .production-page .capacity-2 .container .content ul .li3 {
    margin-top: 80px;
  }
  .production-page .capacity-2 .container .content ul .li4 {
    margin-top: 120px;
  }


  .production-page .capacity-2 .container .title_c .more {
    margin-left: 0;
  }
  .production-page .capacity-2 .container .content ul .li4,
  .production-page .capacity-2 .container .content ul .li3,
  .production-page .capacity-2 .container .content ul .li2 {
    margin-top: 20px;
  }

  .production-page .capacity-2 .container .content ul li:hover .box{
     background: #000;
    transition: all .5s ease;
    color: #fff;
}
.production-page .capacity-2 .container .content ul li .box{
          padding: 20px;
    border-radius: 15px;
    transition: all .5s ease;
}
.production-page .capacity-2 .container .content ul li:hover .box .des {
    color: #fff;
}
.production-page .capacity-2 .container .content ul li .box .shuzi {
    position: absolute;
    top: 0;
    right: 15px;
}

.production-page .capacity-2 .container .content ul li .box .shuzi span {
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    opacity: .1;
}
.production-page .capacity-2 .container .content ul li:hover .box {
      background: var(--color);
}
.production-page .capacity-2 .container .content ul li:hover .box {
    color: #fff;
}
.production-page .capacity-2 .container .content ul li:hover .box .line {
    background-color: #fff;
}
.production-page .capacity-2 .container .content ul li:hover .box .des {
    color: #fff;
}

.production-page .Solution-5 {
    background: url(../images/video-banner02.jpg);
        background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
        padding: 70px 0;
}
.production-page .Solution-5 .right .img {
    padding: 20px;
}
.production-page .Solution-5 .right .img ol li {
    padding: 20px 0;
}
.production-page .Solution-5 .left {
    color: #fff;
        position: sticky;
    top: 250px;
}
.production-page .Solution-5 .left h2 {
    line-height: 1.2;
    font-family: 'anton';
}
.production-page .Solution-5 .right {
    color: #fff;
}
.production-page .Solution-5 .right ul li {
    padding: 20px;
}
.production-page .Solution-5 .right ul li .con {
  height: 100%;
    background: rgba(255,255,255,.2);
    text-align: center;
    transition: all .5s ease;
}

.production-page .Solution-5 .right ul li:hover .con {
    transform: translateY(-15px);
    background: var(--color);
}

.production-page .Solution-5 .left .btn {
    font-size: 18px;
    margin-top: 50px;
}
.production-page .Solution-5 .left .btn a {
    border: 1px solid #fff;
    padding: 15px 15px;
    text-transform: capitalize;
    background: transparent;
    width: auto;
}
.production-page .Solution-5 .left .btn a::before{
  background: var(--color);
}
.production-page .Solution-5 .left .btn a:hover {
    background: var(--color);
    border: 1px solid var(--color);
     transition: all .5s ease;
}


.production-page .capacity-2 .container .content ul li .box .con {
    
}

.production-page .capacity-2 .container .content ul li:hover .box {
    transform: translateY(-20px);
}
.production-page .Solution-5 .right .ship {
    padding: 20px;
}
.production-page .Solution-5 .right ul li .con p {
    
}


.production-page .Solution-5 .left p {
    
}
.production-page .certification {
    background: rgba(246, 246, 246, 0.8);
}
.production-page .certification .top h2{
  font-family: 'anton';
  font-weight: 400;
}
.production-page .certification .bottom ul {
    margin: -20px;
}
.production-page .certification .bottom ul li {
    padding: 20px;
}
.production-page .certification .top .con {
    
}
.production-page .certification .bottom ul li:hover .box {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.production-page .certification .bottom ul li .box {
    transition: all .5s ease;
}


.production-page .application-4 ul {
  margin: -10px;
}

.production-page .application-4 h2{
  font-family: 'anton';
  font-weight: 400;
}

.production-page .application-4 ul li {
    padding: 10px;
}
.production-page .application-4 ul li .box {
    position: relative;
    overflow: hidden;
}
.production-page .application-4 ul li .box:after {
   content: '';
    width: 300%;
    height: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
    transform: rotate(0deg) translateY(-100%);
}
.production-page .application-4 ul li .box:hover:after {
   background: rgba(0, 0, 0, .5);
    transform: rotate(-12deg);
    transition: all 0.5s ease-out;
}
.production-page .application-4 ul li .box:hover{
   /*color: #000;*/
}
.production-page .application-4 ul li .box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.production-page .application-4 li.element:hover {
    color: #fff;
}

.production-page .application-4 li.element {
    color: #fff;
}


.production-page .application-4 .text span.meta {
    font-size: 14px;
    opacity: 0;
    transition: all .5s;
}
.production-page .application-4 .text h2 {
    text-transform: capitalize;
    font-family: 'anton';
}

.production-page .application-4 .text .right {
    font-size: 17px;
}

.production-page .application-4 .text .left p {
    font-size: 16px;
    padding: 5px 0;
}
.production-page .application-4 .text {
  position: relative;
  z-index: 9;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  transform: translateY(20%);
    /*border-bottom: 1px solid rgb(0, 0, 0);*/
        transition: all .5s ease;
}

.production-page .application-4 {

    position: relative;
    overflow: hidden
}


.production-page .application-4 .text .left {
    color: #fff;
}


.production-page .init-4 {
  position: relative;
}
.production-page .init-4 .tipsTitleCont .tipsTitle2{
  margin-top: 0;
}
.production-page .init-4 .sub {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background-color: #f6f6f6;
}
.production-page .init-4 .container {
  position: relative;
  z-index: 2;
}
.production-page .init-4 .container .left {
  width: 40%;
}
.production-page .init-4 .container .left ul li {
  display: none;
}
.production-page .init-4 .container .left ul li .img {
  width: 100%;
}
.production-page .init-4 .container .right {
  width: 60%;
  background-color: #fff;
  padding: 30px 50px 70px 50px;
}
.production-page .init-4 .container .right .line {
  height: 1px;
  margin-top: 30px;
  background-color: #000000;
}
.production-page .init-4 .container .right .content {
  margin-top: 20px;
}
.production-page .init-4 .container .right .content ul li .box {
  cursor: pointer;
  position: relative;
  padding: 20px 0 25px 0;
  border-bottom: 1px solid #d2d2d2;
}
.production-page .init-4 .container .right .content ul li .box .title {
  font-weight: 600;
}
.production-page .init-4 .container .right .content ul li .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.8;
}
.production-page .init-4 .container .right .content ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.production-page .init-4 .container .right .content ul li.active .box::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.production-page .init-4 .container .right .content ul li.active {
  color: var(--color);
}

@media screen and (max-width: 1250px) {
  .production-page .init-4 .container .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .production-page .init-4 .container .right {
    padding: 40px 0;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .production-page .capacity-2{
    padding: 60px 0;
  }
  .production-page .Solution-5 .left{
    position: initial;
  }
  .production-page .Solution-5 .right{
    margin-top: 30px;
  }
  .production-page .Solution-5 .right ul{
    margin: -20px;
  }
  .production-page .Solution-5 .right .img{
    padding: 20px 0;
  }
  .production-page .certification .bottom ul {
    margin: -10px;
  }
  .production-page .certification .bottom ul li {
      padding: 10px;
  }
}

@media screen and (max-width: 700px) {
  .production-page .capacity-2{
    padding: 30px 0;
  }
  .production-page .capacity-2 .container .content ul li .box{
    padding: 20px 10px;
  }
  .production-page .capacity-2 .container .content ul li .box .title{
    font-size: 20px;
  }
  .production-page .Solution-5{
    padding: 30px 0;
  }
  .production-page .certification .bottom ul li {
    width: 25%;
  }
}

@media screen and (max-width: 500px) {
  .production-page .capacity-2 .container .title_c .btnC{
    display: none;
  }
  .production-page .Solution-5 .right ul{
    margin: -10px;
  }
  .production-page .Solution-5 .right ul li{
    padding: 10px;
    width: 100%;
  }
  .production-page .init-4 .container .right .line {
    margin-top: 10px;
  }
  .production-page .init-4 .container .right .content ul li .box {
    padding: 10px 0;
  }
}


.service-page span.h2 {
  font-size: 60px;
  display: inline-block;
  font-family: 'anton';
  line-height: 1.2;
}
.service-page .service-1 {
  padding-bottom: 110px;
}
.service-page .service-1 .box {
  margin-bottom: 55px;
}
.service-page .service-1 .box .left {
  vertical-align: middle;
  width: 66.66%;
  padding-right: 4%;
}
.service-page .service-1 .box .right {
  vertical-align: middle;
  width: 33.33%;
  padding-left: 2.15%;
}
.service-page .service-1 .list ul {
  margin: 0 -25px;
}
.service-page .service-1 .list ul li {
  padding: 0 25px;
}
.service-page .service-1 .list ul li a.img {
  display: block;
  height: 315px;
  background-size: cover;
  background-position: center;
}
.service-page .service-2 {
  padding-bottom: 100px;
  position: relative;
}
.service-page .service-2:before {
  content: '';
  width: 100%;
  height: 76%;
  position: absolute;
  bottom: 0;
  right: 0;
  /*background-image: url('../images/service-2-bg.jpg');*/
  background-repeat: no-repeat;
  background-size: 27.3%;
  background-position: right bottom;
  background-color: #f7f7f7;
}
.service-page .service-2 .box .left {
  padding-right: 8%;
  vertical-align: bottom;
}
.service-page .service-2 .box .left .img {
  position: relative;
  display: block;
}
.service-page .service-2 .box .left .img > img {
  display: block;
  margin-left: auto;
  mix-blend-mode: darken;
  width: 100%;
}
.service-page .service-2 .box .left .img .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
}
.service-page .service-2 .box .left .img .tag div {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 150px;
  background-color: rgba(150, 150, 150, 0.74);
  padding: 0 5%;
}
.service-page .service-2 .box .left .img .tag div span.h6 {
  font-size: 26px;
  font-family: 'anton';
  line-height: 1.2;
}
.service-page .service-2 .box .left .img .tag div.first {
  background-color: rgba(0, 0, 0, 0.7);
}
.service-page .service-2 .box .left .img .tag div.first i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-2 .box .left .img .tag div.first span.h6 {
  margin-left: .5em;
  font-family: 'anton';
  color: var(--color);
}
.service-page .service-2 .box .left .img .tag div.last {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-2 .box .left .img .tag div.last p {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  line-height: 1;
  margin: .5em 0;
}
.service-page .service-2 .box .left .img .tag div.last em {
  font-size: 26px;
  width: 100%;
  display: block;
  line-height: .7;
  text-align: center;
}
.service-page .service-2 .box .right {
  vertical-align: bottom;
  padding-right: 2%;
}
.service-page .service-2 .box .right .list {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 2em;
}
.service-page .service-2 .box .right .list li {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-2 .box .right .list li:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: var(--color);
  margin-right: .8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.service-page .service-2 .box .right .list li:last-child {
  margin-bottom: 0;
}
.service-page .service-3 {
  padding: 120px 0 150px;
}
.service-page .service-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-3 .top span.h2 {
  margin-bottom: 0;
}
.service-page .service-3 .top .text {
  max-width: 55%;
}
.service-page .service-3 .list {
  margin-top: 70px;
}
.service-page .service-3 .list ul {
  margin: -20px;
}
.service-page .service-3 .list ul li {
  padding: 20px;
}
.service-page .service-3 .list ul li .box {
  padding: 40px;
  background-color: #2d2c28;
  color: white;
  height: 100%;
}
.service-page .service-3 .list ul li .box i {
  display: block;
  height: 89px;
  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;
}
.service-page .service-3 .list ul li .box i img {
  max-height: 100%;
}
.service-page .service-3 .list ul li .box span.h6 {
  font-size: 26px;
  font-weight: bold;
  margin: .8em 0;
  display: block;
  line-height: 1.2;
}


.service-page .service-4 {
  background-color: #f6f6f6;
  padding: 100px 0 110px;
}
.service-page .service-4 .inner .left h3{
  font-family: 'anton';
  font-weight: 400;
}
.service-page .service-4 .container ul {
  margin-top: 45px;
}
.service-page .service-4 .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.service-page .service-4 .container ul li:nth-child(even) {
  background-color: #fbfbfb;
}
.service-page .service-4 .container ul li:first-child span {
  background-color: var(--color);
    color: #fff;
    text-transform: uppercase;
    font-family: 'anton';
    height: 60px;
    line-height: 60px;
}
.service-page .service-4 .container ul li span {
  display: block;
  width: 50%;
}
.service-page .service-4 .container ul li span:last-child {
  text-align: center;
}
.service-page .service-4 .container ul li span:nth-child(n + 2) a {
  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;
  height: 100%;
}

@media screen and (max-width: 1700px) {
  .service-page span.h2 {
    font-size: 48px;
  }
  .service-page .service-3 {
    padding: 90px 0;
  }
  .service-page .service-3 .list ul li .box i {
    height: 70px;
  }
  .service-page .service-3 .list ul li .box span.h6 {
    font-size: 20px;
    line-height: 1.8;
  }
  .service-page .service-1,
  .service-page .service-2 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1450px) {
  .service-page span.h2 {
    font-size: 36px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 280px;
  }
  .service-page .service-2 .box .right .list {
    font-size: 16px;
  }
  .service-page .service-2 .box .left .img .tag div span.h6,
  .service-page .service-2 .box .left .img .tag div.last em {
    font-size: 20px;
  }
  .service-page .service-2 .box .left .img .tag div.last p {
    font-size: 16px;
  }
  .service-page .service-2 .box .left .img .tag div.first i {
    width: 60px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page span.h2 {
    font-size: 28px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 240px;
  }
  .service-page .service-2 .box .right .list,
  .service-page .service-2 .box .left .img .tag div.last p {
    font-size: 14px;
    line-height: 2;
  }
  .service-page .service-2 .box .left .img .tag div span.h6,
  .service-page .service-2 .box .left .img .tag div.last em {
    font-size: 18px;
    line-height: 1.8;
  }
  .service-page .service-2 .box .left .img .tag div.last p {
    text-align: center;
  }
  .service-page .service-2 .box .left {
    padding-right: 4%;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 .list ul li .box {
    padding: 25px;
  }
  .service-page .service-3 .list ul li .box i {
    height: 50px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1000px) {
  
  .service-page .service-1 .box .right {
    display: none;
  }
  .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page span.h2 {
    font-size: 24px;
  }
  .service-page .service-1 .list ul li {
    padding: 0 10px;
  }
  .service-page .service-1 .list ul {
    margin: 0 -10px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 200px;
  }
  .service-page .service-2 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-3 .top {
    display: block;
  }
  .service-page .service-3 .top .text {
    max-width: none;
    margin-top: 1em;
  }
  .service-page .service-3 .list ul li {
    padding: 10px;
    width: 100%;
  }
  .service-page .service-3 .list ul {
    margin: -10px;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-1 .list ul li {
    padding: 10px;
  }
  .service-page .service-1 .list ul {
    margin: -10px;
  }
}

@media screen and (max-width: 500px) {
  .service-page .service-2 .box .left .img .tag {
    display: block;
  }
  .service-page .service-2 .box .left .img .tag div {
    width: 100%;
    height: 100px;
  }
  .service-page .service-2 .box .left .img .tag div.last {
    text-align: center;
  }
  .service-page .service-2 .box .left .img .tag div span.h6 {
    width: 100%;
  }
  .service-page .service-1,
  .service-page .service-2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .service-page .service-4{
    padding: 40px 0;
  }
  .service-page .service-4 .content {
    overflow-x: auto;
    padding: 8px 0;
    width: 100%;
  }
  .service-page .service-4 .container ul{
    margin-top: 10px;
  }
  .service-page .service-4 .content::-webkit-scrollbar {
    height: 5px;
  }
  .service-page .service-4 .content ul {
    width: 500px;
  }
  .service-page .service-4 .content ul li {
    min-width: 250px;
  }
}


.news-page {
  padding: 110px 0;
}
.news-page .list ul {
  margin: -25px -20px;
}
.news-page .list ul li {
  padding: 25px 20px;
}
.news-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
}
.news-page .list ul li a.img-box time {
  font-size: 14px;
  line-height: 2;
  position: absolute;
  left: .5em;
  bottom: 1em;
  color: white;
}
.news-page .list ul li .content {
  padding: 0 5px;
}
.news-page .list ul li .content span.h6 {
     font-size: 18px;
    line-height: 1.8;
    margin: 0.8em 0;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: bold;
    min-height: 7em;
}
.news-page .list ul li .content span.h6:hover {
  color: var(--color);
}
.news-page .list ul li .content .text {
  font-size: 16px;
  line-height: 30px;
  color: #979797;
}


.inner-page .sideBarBox2 .sideBarLeft {
  width: 27%;
  padding-left: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  border-left: 1px solid #f0f0f0;
}
.inner-page .sideBarBox2 .sideBarLeft form {
  font-size: 16px;
    padding: 5px 0;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.inner-page .sideBarBox2 .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
.inner-page .sideBarBox2 .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox2 .sideBarLeft form button i {
  font-size: 1.6em;
}
.inner-page .sideBarBox2 .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox2 .sideBarLeft .box {
  margin-top: 45px;
}
.inner-page .sideBarBox2 .sideBarLeft .box span.h2 {
  font-size: 24px;
  margin-bottom: 1em;
  display: inline-block;
  font-family: 'anton';
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav {
font-size: 18px;
line-height: 32px;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li i {
  opacity: .8;
  font-size: .8em;
  position: absolute;
  top: .9em;
  left: 0;
  width: 20px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li i.active{
  top: 1.1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a:hover,
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a.active{
  color: var(--color);
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a:hover em,
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a.active em {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li:hover i,
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li.active i{
  color: var(--color);
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li ul li a{
  padding-left: 0;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li.active ul {
  display: block;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content {
  width: 70%;
  padding-left: 2%;
  overflow-y: scroll;
max-height: 60px;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.8;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #9a9a9a;
  margin-top: .4em;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox2 .sideBarRight {
  width: 73%;
      padding-right: 3%;
}
.inner-page .sideBarBox2 .sideBarRight h1{
  font-family: 'anton';
}
.inner-page .sideBarBox2 .sideBarRight .productList li {
    padding: 10px 15px;
}
.inner-page .sideBarBox2 .sideBarRight .productList ul {
    margin: 0 -15px;
}
.inner-page .sideBarBox2 .sideBarRight .right .text p {
    font-size: 16px;
}
.inner-page .sideBarBox2 .sideBarRight .right .text .neirong {
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-page.product-page .sideBarBox2 .sideBarLeft .box .nav ul li:nth-child(2) ul {
    display: none;
}
.newdet-page .sideBarBox2 .sideBarRight .text p img.wscnph {
    padding: 15px;
    border-radius: 20px;
}
.inner-page.newdet-page .sideBarRight .category .time span {
    padding-right: 25px;
    color: var(--color);
    font-weight: bold;
}
.inner-page.newdet-page .sideBarRight .category .time {
    font-size: 16px;
    line-height: 30px;
}

.newdet-page .sideBarBox2 .sideBarRight .text p img.wscnph1 {
    padding: 20px 0;
}


@media screen and (max-width: 1700px) {
  .news-page{
    padding: 80px 0;
  }
  .news-page .list ul li .content span.h6 {
    font-size: 18px;
  }
  .inner-page .sideBarBox2 .sideBarLeft .box .nav,
  .inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content span.h6{
    font-size: 16px;
  }
  .inner-page .sideBarBox2 .sideBarLeft form {
    font-size: 14px;
    height: 4em;
  }
  .inner-page .sideBarBox2 .sideBarLeft .box span.h2{
    font-size: 20px;
  }
  .newdet-page .sideBarBox2 .sideBarRight .m-link{
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
    .news-page{
      padding: 60px 0;
    }
    .news-page .list ul li .content span.h6{
      font-size: 16px;
    }
    .news-page .list ul li {
      padding: 15px;
    }
    .news-page .list ul {
      margin: -15px;
    }
    .inner-page .sideBarBox2 .sideBarLeft .box .nav,
    .inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content span.h6{
      font-size: 14px;
      line-height: 28px;
    }
    .inner-page .sideBarBox2 .sideBarLeft .box span.h2{
      font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
  .news-page .list ul li {
    width: 50% !important;
  }
  .inner-page .sideBarBox2 .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox2 .sideBarRight {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox2 .sideBarLeft .box span.h2{
    font-size: 16px;
  }
  .newdet-page{
    padding: 30px 0;
  }

}

@media screen and (max-width: 700px) {
  .news-page{
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
    .news-page .list ul li .content span.h6{
font-size: 20px;
line-height: 36px;
    }
    .news-page .list ul li {
      width: 100% !important;
    }
}


.contact-page {
  padding-top: 40px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
  font-weight: 700;
  font-family: 'anton';
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.contact-page .contact-1 .left form ul li .more p{
  color: #fff;
  font-size: 20px;
  margin-left: 0;
  padding-left: 0;
}
.contact-page .contact-1 .left form ul li .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more:hover{
  background: #000;
}
.contact-page .contact-1 .left form ul li .more:hover .img{
  transform: rotate(45deg);
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #83827f;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}


.solution-page .init-5 {
  background-color: #f6f6f6;
}
.solution-page .init-5 .container .tipsTitleCont {
  max-width: 800px;
}
.solution-page .init-5 .container .content {
  margin-top: 60px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper{
  flex-wrap: wrap;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  margin-top: 10px;
  padding: 0 10px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  height: 100%;
  background-color: #fff;
  padding: 30px 15px 40px 15px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  display: block;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  display: block;
  margin: auto;
  max-width: 300px;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 20px;
  display: block;
  font-weight: 400;
  font-family: 'anton';
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: var(--color);
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  margin-top: 20px;
}
.solution-page .init-5 .container .content .sPage {
  margin-top: 60px;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet {
  margin: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(191, 0, 0, 0);
  opacity: 1;
  background-color: #f6f6f6;
  -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;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet::before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active {
  border: 1px solid var(--color);
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active::before {
  background-color: var(--color);
}



@media (max-width: 1450px) {
  .solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide{
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide{
    width: 33.33%;
  }
}
@media (max-width: 700px) {
  .solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .solution-page .init-5 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide{
    width: 100%;
    padding: 0;
  }
  .solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
  .solution-page .init-5 .container .content .sPage {
    margin-top: 20px;
  }
}


.coll-page .init-1 {
  padding: 30px;
}
.coll-page .init-1 img {
  width: 100%;
}
.coll-page .init-2 {
  background-size: cover;
}
.coll-page .init-2 .tipsTitle {
  font-family: 'anton';
}
.coll-page .init-2 ul {
  padding: 30px 40px 50px;
  background: linear-gradient(0deg, #EFF5F2 0%, #FFFFFF 53%, #FAFFFD 98%);
  box-shadow: 0px 13px 37px 1px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
}
.coll-page .init-2 ul li {
  margin-top: 20px;
  width: 22%;
}
.coll-page .init-2 ul li .box .titleC {
  font-family: 'anton';
  min-height: 84px;
  align-items: center;
}
.coll-page .init-2 ul li .box .titleC img {
  width: 55px;
}
.coll-page .init-2 ul li .box .titleC .title {
  width: calc(100% - 55px);
}
.coll-page .init-2 ul li .box .des {
  font-weight: 500;
}
.coll-page .init-3 .container .tipsTitleC .tipsTitle {
  font-family: 'anton';
  max-width: calc(100% - 220px);
}
.coll-page .init-3 .container .tipsTitleC .more {
  background-color: red;
  width: 200px;
}
.coll-page .init-3 .container .slideCont .slideLeft {
  position: sticky;
  top: 100px;
  width: 380px;
  background: linear-gradient(0deg, #EFF5F2 0%, #FFFFFF 53%, #FAFFFD 98%);
  box-shadow: 0px 13px 37px 1px rgba(0, 0, 0, 0.13);
  padding: 30px 0;
}
.coll-page .init-3 .container .slideCont .slideLeft ul li a {
  display: block;
  padding: 10px 40px;
}
.coll-page .init-3 .container .slideCont .slideLeft ul li a:hover,
.coll-page .init-3 .container .slideCont .slideLeft ul li a.active {
  color: #fff;
  background-color: var(--color);
}
.coll-page .init-3 .container .slideCont .slideRight {
  width: calc(100% - 450px);
}
.coll-page .init-3 .container .slideCont .slideRight ul {
  margin-top: -30px;
}
.coll-page .init-3 .container .slideCont .slideRight ul li {
  margin-top: 30px;
  width: 33.33%;
}
.coll-page .init-3 .container .slideCont .slideRight ul li .box .imgC {
  border: 1px solid #282828;
}
.coll-page .init-3 .container .slideCont .slideRight ul li .box .imgC .img {
  display: block;
}
.coll-page .init-3 .container .slideCont .slideRight ul li .box .imgC .img img {
  width: 100%;
}
.coll-page .init-3 .container .slideCont .slideRight ul li .box .imgC .link {
  bottom: 0;
  left: 0;
  width: 80%;
  border-top: 1px solid #000000;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.coll-page .init-3 .container .slideCont .slideRight ul li .box .imgC .link a {
  width: 100%;
  text-align: center;
  padding: 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #000;
  color: #fff;
  font-family: 'anton';
  text-transform: uppercase;
}
.coll-page .init-3 .container .slideCont .slideRight ul li .box .imgC .link a:hover {
  background-color: var(--color);
}
.coll-page .init-3 .container .slideCont .slideRight ul li .box:hover .link {
  opacity: 1;
}


@media (max-width: 1250px) {
  .font-28{
    font-size: 20px;
  }
  .coll-page .init-2 ul li{
    width: 49%;
  }
  .coll-page .init-3 .container .slideCont .slideLeft{
    position: relative;
    top: 0;
    width: 100%;
  }
  .coll-page .init-3 .container .slideCont .slideLeft ul{
    display: flex;
    align-items: center;
    padding: 20px 10px;
    flex-wrap: wrap;
  }
  .coll-page .init-3 .container .slideCont .slideLeft ul li{
    margin: 10px 10px 0 0;
  }
  .coll-page .init-3 .container .slideCont .slideLeft ul li a{
    padding: 10px 20px;
  }
  .coll-page .init-3 .container .slideCont .slideRight{
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .coll-page .init-3 .container .tipsTitleC .tipsTitle{
    width: 100%;
    max-width: 100%;
  }
  .coll-page .init-3 .container .tipsTitleC .more{
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .coll-page .init-2 ul li{
    width: 100%;
  }
  .coll-page .init-3 .container .slideCont .slideRight ul li{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .coll-page .init-1{
    padding: 10px;
  }
  .coll-page .init-2 ul{
    padding: 20px 10px 20px;
  }
  .coll-page .init-2 ul li .box .titleC{
    min-height: 1px;
  }
  .coll-page .init-2 ul li .box .titleC img{
    width: 36px;
  }
  .coll-page .init-2 ul li .box .titleC .title{
    width: calc(100% - 36px);
  }
  .coll-page .init-3 .container .slideCont .slideRight ul li{
    width: 100%;
  }
  .coll-page .init-3 .container .slideCont .slideLeft{
    padding: 0;
  }
  .coll-page .init-3 .container .slideCont .slideLeft ul li{
    margin-top: 6px;
  }
  .coll-page .init-3 .container .slideCont .slideLeft ul li a{
    font-size: 16px;
    padding: 4px 10px;
  }
}