@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'BB';
  src: url('../fonts/BookAntiqua-Bold.eot') format('eot'), url('../fonts/BookAntiqua-Bold.woff2') format('woff2'), url('../fonts/BookAntiqua-Bold.woff') format('woff'), url('../fonts/BookAntiqua-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'BR';
  src: url('../fonts/BookAntiqua.eot') format('eot'), url('../fonts/BookAntiqua.woff2') format('woff2'), url('../fonts/BookAntiqua.woff') format('woff'), url('../fonts/BookAntiqua.ttf') format('truetype');
  font-display: swap;
}
#cp-Nav .nav div.title{
  background: #000;
}
.page-header01 .menu-btn{
  background: #fff;
  color: #000;
}
.mobile-menu-wrap01 .lang-panel .lang-switch,
.mobileForm button{
  background: #fff;
  color: #000;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.5%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
body {
  font-family: 'Poppins';
  --color: #000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1330px;
  margin: auto;
  width: 100%;
}
.more {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #202020;
  border: 1px solid #202020;
  padding: 14px 21px 12px 36px;
  font-family: 'BR';
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: -28px;
  top: 25px;
  width: 56px;
  height: 1px;
  background: #202020;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more.white {
  color: #fff;
  border-color: #fff;
}
.more.white::after {
  background: #fff;
}
.more.white:hover {
  color: #202020;
  background: #fff;
}
.more:hover {
  padding: 14px 36px 12px 21px;
  background: #202020;
  color: #fff;
}
.more:hover::after {
  left: auto;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.container {
  max-width: 1628px;
}
#header .nav {
  padding: 30px 0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 50px;
  line-height: 1;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  margin-left: 69px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 45px;
}
#header .nav .ui.menu .h-language span img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-inquiry {
  margin: 0 31px 0 39px;
}
#header .nav .ui.menu .h-inquiry .more {
  font-size: 15px;
  font-weight: 500;
  padding: 17px 23px 16px 24px;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.47) 20%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.47) 20%, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.47) 20%, rgba(0, 0, 0, 0));
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  top: 0;
}
#header.active::after {
  background: #000;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .ui.container {
  max-width: 1628px;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .banner-img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 12s ease;
  -moz-transition: 12s ease;
  transition: 12s ease;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner .swiper-slide .text .box {
  max-width: 660px;
}
#banner .swiper-slide .text .box .title {
  font-size: 50px;
  line-height: 1.2;
  font-family: 'BB';
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#banner .swiper-slide .text .box .con {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 40px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#banner .swiper-slide .text .box .more {
  margin-top: 52px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-slide-active .banner-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#banner .swiper-slide-active .text .box .title,
#banner .swiper-slide-active .text .box .con,
#banner .swiper-slide-active .text .box .more {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translateX(0, 15px);
    transform: translateX(0, 15px);
  }
}
@-moz-keyframes move {
  0% {
    -moz-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -moz-transform: translateX(0, 15px);
    transform: translateX(0, 15px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translateX(0, 15px);
    -moz-transform: translateX(0, 15px);
    transform: translateX(0, 15px);
  }
}
.move {
  -webkit-animation: move 5s linear infinite alternate;
  -moz-animation: move 5s linear infinite alternate;
  animation: move 5s linear infinite alternate;
}
.font-72 {
  font-size: 72px;
  line-height: 1.1;
}
.font-60 {
  font-size: 60px;
  line-height: 1.2;
}
#index-body span.tag {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  text-transform: uppercase;
}
#index-body .title {
  font-size: 50px;
  font-family: 'BR';
  line-height: 1.3;
  padding-left: 9px;
  position: relative;
  z-index: 1;
}
#index-body .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 14px;
  height: 11px;
  background-color: #000000;
  opacity: 0.12;
}
#index-body .about {
  padding-top: 40px;
}
#index-body .about .top .left {
  width: 46%;
}
#index-body .about .top .left .title {
  font-family: 'BB';
}
#index-body .about .top .left .title::after {
  width: 147px;
}
#index-body .about .top .right {
  width: 54%;
}
#index-body .about .top .right .con {
  line-height: 2;
  color: #727272;
  font-weight: 500;
}
#index-body .about .top .right .con h1 {
  display: inline;
}
#index-body .about .top .right .data {
  padding: 74px 57px 0 0;
}
#index-body .about .top .right .data ul li {
  color: #202020;
}
#index-body .about .top .right .data ul li .num {
  font-size: 50px;
  line-height: 1;
  font-family: 'BB';
}
#index-body .about .top .right .data ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
  margin: 0 0 5px 13px;
}
#index-body .about .top .right .data ul li p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
}
#index-body .about .bottom {
  margin-top: 99px;
  -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;
}
#index-body .about .bottom .left {
  width: 28.693%;
}
#index-body .about .bottom .left img {
  width: 100%;
  height: 100%;
}
#index-body .about .bottom .right {
  width: 71.307%;
}
#index-body .about .bottom .right img {
  width: 100%;
  height: 100%;
}
#index-body .about .bottom .right .text {
  color: #fff;
  left: 36px;
  top: 42px;
  max-width: 532px;
  font-size: 40px;
  line-height: 1.5;
  font-family: 'BB';
}
#index-body .about .bottom .right .text small {
  font-family: 'BR';
}
#index-body .about .rz {
  padding: 71px 67px 0 61px;
}
#index-body .about .rz ul li img {
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .about .rz ul li:hover img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .i-product {
  padding: 4.6% 0 6.1% 0;
}
#index-body .i-product .title::after {
  width: 191px;
}
#index-body .i-product .content {
  margin-top: 51px;
}
#index-body .i-product .content ul {
  margin-right: -28px;
}
#index-body .i-product .content ul li {
  padding-right: 28px;
}
#index-body .i-product .content ul li .img-box img {
  width: 100%;
}
#index-body .i-product .content ul li .tit {
  font-size: 24px;
  line-height: 1.5;
  font-family: 'BR';
  margin-top: 19px;
}
#index-body .factory {
  background-color: #fafafa;
}
#index-body .factory .box {
  max-width: 1625px;
  padding-left: 15px;
  margin: 0 0 0 auto;
}
#index-body .factory .box .left {
  width: 45.9%;
  vertical-align: middle;
  padding-right: 6.212%;
}
#index-body .factory .box .left .title {
  font-size: 40px;
  line-height: 1.5;
}
#index-body .factory .box .left .con {
  margin-top: 42px;
}
#index-body .factory .box .left .more {
  margin-top: 58px;
}
#index-body .factory .box .right {
  width: 54.1%;
  vertical-align: middle;
  color: #fff;
}
#index-body .factory .box .right video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .factory .box .right .data {
  top: 0;
  left: 0;
  width: 100%;
  padding: 56px 0 0 90px;
}
#index-body .factory .box .right .data ul {
  max-width: 454px;
  margin-bottom: -68px;
}
#index-body .factory .box .right .data ul li {
  padding-bottom: 68px;
}
#index-body .factory .box .right .data ul li .top i {
  display: inline-block;
  vertical-align: bottom;
  line-height: 55px;
}
#index-body .factory .box .right .data ul li .top i img {
  display: inline-block;
  vertical-align: bottom;
}
#index-body .factory .box .right .data ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 50px;
  line-height: 1;
  font-family: 'BB';
  margin: 0 0 -7px 25px;
}
#index-body .factory .box .right .data ul li .top span sub {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 3px 7px;
  font-size: 20px;
}
#index-body .factory .box .right .data ul li p {
  font-size: 20px;
  line-height: 1.2;
  font-family: 'BR';
  margin-top: 14px;
}
#index-body .case {
  padding: 7.292% 0 8.334%;
}
#index-body .case .ui.container {
  max-width: 1420px;
}
#index-body .case .box {
  padding-left: 45px;
}
#index-body .case .left {
  width: 68.253%;
  vertical-align: middle;
}
#index-body .case .left ul {
  margin-bottom: -16px;
}
#index-body .case .left ul li {
  padding-bottom: 16px;
}
#index-body .case .left ul li .img-box img {
  width: 100%;
}
#index-body .case .left ul li .img-box span {
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'BR';
  color: #fff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: rgba(0, 0, 0, 0.37);
  padding: 16px 13px 14px 11px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .case .left ul li .img-box:hover span {
  background: #000;
}
#index-body .case .right {
  width: 31.747%;
  vertical-align: middle;
  padding-left: 66px;
}
#index-body .case .right .title::after {
  width: 198px;
}
#index-body .case .right .con {
  margin-top: 51px;
}
#index-body .case .right .more {
  margin-top: 59px;
}
#index-body .advantage {
  background: url(../images/adbg.jpg) no-repeat center;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 5.313% 0 7.5521%;
  color: #fff;
  z-index: 1;
}
#index-body .advantage .box {
  max-width: 970px;
}
#index-body .advantage .box .title {
  padding-left: 4px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .advantage .box .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 13px;
  width: 197px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.39;
}
#index-body .advantage .box .content {
  margin-top: 76px;
}
#index-body .advantage .box .content ul {
  margin: 0 -83px -73px 0;
}
#index-body .advantage .box .content ul li {
  padding: 0 83px 73px 0;
}
#index-body .advantage .box .content ul li span {
  font-size: 25px;
  line-height: 1.4;
  font-family: 'BR';
}
#index-body .advantage .box .content ul li p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
}
#index-body .advantage::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.23);
}
#index-body .market {
  padding: 7.917% 0 7.136%;
}
#index-body .market .img {
  padding-right: 56px;
  vertical-align: middle;
}
#index-body .market .text {
  padding-left: 18px;
  vertical-align: middle;
}
#index-body .market .text .title::after {
  width: 197px;
}
#index-body .market .text .con {
  margin-top: 37px;
}
#index-body .market .text .list {
  margin-top: 47px;
}
#index-body .market .text .list ul {
  margin-bottom: -26px;
}
#index-body .market .text .list ul li {
  margin-bottom: 26px;
}
#index-body .market .text .list ul li small {
  font-size: 20px;
  line-height: 1.4;
  color: #545454;
  font-family: 'BR';
}
#index-body .market .text .list ul li .progress {
  width: 100%;
  height: 6px;
  background-color: #ececec;
  border-radius: 3px;
  margin-top: 3px;
  position: relative;
}
#index-body .market .text .list ul li .progress i {
  height: 100%;
  background-color: #545454;
  border-radius: 3px;
  position: absolute;
  left: 0;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
#index-body .market .text .list ul li:nth-child(1) .progress i {
  width: 51.27%;
}
#index-body .market .text .list ul li:nth-child(2) .progress i {
  width: 25.317%;
}
#index-body .market .text .list ul li:nth-child(3) .progress i {
  width: 33.861%;
}
#index-body .market .text .list ul.active li .progress i {
  width: 0 !important;
}
#index-body .news {
  padding: 5.7298% 0 8.073%;
  background-color: #fafafa;
}
#index-body .news .title::after {
  width: 137px;
}
#index-body .news .content {
  margin-top: 54px;
}
#index-body .news .content ul {
  margin-right: -30px;
}
#index-body .news .content ul li {
  padding-right: 30px;
}
#index-body .news .content ul li .text {
  padding-top: 40px;
}
#index-body .news .content ul li .text time {
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
  font-family: 'BR';
  font-style: italic;
  text-transform: uppercase;
}
#index-body .news .content ul li .text .tit {
  font-size: 22px;
  font-family: 'BR';
  line-height: 1.4;
  margin-top: 4px;
}
#index-body .news .content ul li .text .more {
  margin: 38px 0 0 27px;
  opacity: 0;
}
#index-body .news .content ul li .text .more:hover {
  margin-left: 0;
}
#index-body .news .content ul li:hover .text .more {
  opacity: 1;
}
strong {
  font-weight: bold;
}
#footer {
  background: url(../images/fbg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  padding-top: 166px;
}
#footer .f-form .top {
  max-width: 982px;
  margin: 0 auto;
}
#footer .f-form .title {
  font-size: 50px;
  line-height: 1.2;
  font-family: 'BR';
}
#footer .f-form p {
  font-size: 30px;
  line-height: 1.3;
  font-family: 'BR';
  margin-top: 46px;
}
#footer .f-form .form {
  margin-top: 58px;
}
#footer .f-form .form ul {
  margin-right: -27px;
}
#footer .f-form .form ul li {
  padding-right: 27px;
  vertical-align: middle;
  width: 25.321%;
}
#footer .f-form .form ul li input[type="text"] {
  width: 100%;
  height: 69px;
  border: solid 1px #d3d3d3;
  font-size: 22px;
  padding: 0 26px;
  font-family: 'BR';
}
#footer .f-form .form ul li input[type="text"]::-webkit-input-placeholder {
  color: #202020;
}
#footer .f-form .form ul li input[type="text"]:-moz-placeholder {
  color: #202020;
}
#footer .f-form .form ul li input[type="text"]::-moz-placeholder {
  color: #202020;
}
#footer .f-form .form ul li input[type="text"]:-ms-input-placeholder {
  color: #202020;
}
#footer .f-form .form ul li input[type="text"]::placeholder {
  color: #202020;
}
#footer .f-form .form ul li input[type="submit"] {
  border: 0;
  font-size: 22px;
  font-family: 'BB';
  text-decoration: underline;
  padding-left: 37px;
  text-transform: uppercase;
}
#footer .f-form .form ul li:nth-child(3) {
  width: 35.871%;
}
#footer .f-form .form ul li:last-child {
  width: 13.487px;
}
#footer .f-contact {
  padding: 103px 125px 0;
}
#footer .f-contact ul li {
  font-size: 29px;
  font-family: 'BB';
  line-height: 1;
  color: rgba(32, 32, 32, 0.71);
}
#footer .f-contact ul li i {
  display: inline-block;
  margin-right: 14px;
}
#footer .f-botoom {
  margin-top: 183px;
}
#footer .f-botoom .f-ab .share {
  margin-top: 31px;
}
#footer .f-botoom .f-ab .share a {
  display: inline-block;
  color: #585858;
  font-size: 20px;
  margin-right: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-botoom .f-ab .share a:hover {
  color: #000;
}
#footer .f-botoom .f-ab .share a:last-child {
  margin-right: 0;
}
#footer .f-botoom .f-link {
  max-width: 800px;
}
#footer .f-botoom .f-link em {
  font-size: 22px;
  font-family: 'BR';
  line-height: 1.3;
}
#footer .f-botoom .f-link ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  color: #595959;
  margin-right: 42px;
}
#footer .f-botoom .f-link ul li:last-child {
  margin-right: 0;
}
#footer .f-botoom .f-link .nav {
  margin-bottom: 54px;
}
#footer .f-botoom .f-link .nav ul {
  margin-left: 39px;
}
#footer .f-botoom .f-link .nav ul li {
  text-transform: uppercase;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}
#footer .f-botoom .f-link .nav ul li:hover {
  color: #000;
}
#footer .f-botoom .f-link .nav ul li ul {
  display: none;
}
#footer .f-botoom .f-link .product em {
  max-width: 142px;
  white-space: nowrap;
}
#footer .f-botoom .f-link .product ul {
  margin-left: 21px;
}
#footer .f-botoom .f-code .tit {
  font-size: 22px;
  line-height: 1;
  font-family: 'BR';
  margin-bottom: 12px;
}
#footer .f-botoom .f-code #ewm {
  width: 122px;
  border: 6px solid #fff;
}
#footer .f-copy {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  color: rgba(89, 89, 89, 0.51);
  text-align: center;
  margin-top: 77px;
  font-weight: 500;
  padding: 13px 0 9px;
  background-color: #fafafa;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #c6c6c6;
  margin-top: 0px;
}
#footer .f-copy svg text {
  fill: rgba(89, 89, 89, 0.51);
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1360px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1400px;
  }
  #index-body .factory .box {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1240px;
  }
  #banner .swiper-slide .text {
    top: 24%;
  }
  #index-body .factory .box {
    max-width: 1240px;
  }
  #index-body .factory .box .left {
    padding-right: 3%;
  }
  .fixed-toolbar {
    bottom: 8%;
    zoom: .6;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    max-width: 1080px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1100px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 40px;
  }
  #banner .swiper-slide .text .box .con {
    font-size: 18px;
    margin-top: 30px;
  }
  #banner .swiper-slide .text .box .more {
    margin: 30px 0 0 28px;
  }
  #index-body .about .rz {
    padding: 60px 30px 0;
  }
  #index-body .factory .box {
    max-width: 1100px;
  }
  #index-body .factory .box .left .con {
    margin-top: 20px;
  }
  #index-body .factory .box .left .more {
    margin-top: 20px;
  }
  #index-body .factory .box .right .data {
    padding: 56px 0 0 50px;
  }
  #index-body .case .box {
    padding-left: 0;
  }
  #index-body .case .box .right {
    padding-left: 30px;
  }
  #index-body .title {
    font-size: 40px;
  }
  #index-body .market .img {
    padding-right: 20px;
  }
  #footer .f-contact {
    padding: 103px 40px 0;
  }
  #footer .f-form .form ul li input[type="submit"] {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    max-width: 970px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1000px;
  }
  #index-body .about .top .right .data {
    padding-right: 0;
  }
  #index-body .about .rz {
    padding: 60px 0 0;
  }
  #index-body .case .right .con {
    margin-top: 30px;
  }
  #index-body .case .right .more {
    margin-top: 40px;
  }
  #index-body .market .text .con {
    margin-top: 20px;
  }
  #index-body .market .text .list {
    margin-top: 18px;
  }
  #footer {
    padding-top: 100px;
  }
  #footer .f-contact {
    padding: 80px 30px 0;
  }
  #footer .f-botoom {
    margin-top: 100px;
  }
  #footer .f-botoom .f-link {
    max-width: 690px;
    padding-left: 30px;
  }
  #footer .f-botoom .f-link .nav ul {
    margin-left: 21px;
  }
  #footer .f-botoom .f-link .nav ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
    background: #000;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 80%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #mobile .menu-content .menu-logo {
    background: #000;
    padding: 10px;
  }
  #banner .swiper-slide .text {
    top: 10%;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 36px;
  }
  #banner .swiper-slide .text .box .con {
    margin-top: 10px;
  }
  #index-body .about .top .left {
    width: 100%;
  }
  #index-body .about .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .about .top .right .data {
    padding: 30px 0 0 0;
  }
  #index-body .about .bottom {
    margin-top: 40px;
  }
  #index-body .about .bottom .right .text {
    top: 20px;
    left: 20px;
    font-size: 30px;
  }
  #index-body .about .rz {
    padding-top: 30px;
  }
  #index-body .about .rz ul {
    margin-right: -20px;
  }
  #index-body .about .rz ul li {
    padding-right: 20px;
  }
  #index-body .i-product .content {
    margin-top: 30px;
  }
  #index-body .i-product .content ul li .tit {
    font-size: 20px;
  }
  #index-body .factory .box {
    padding: 0 15px;
  }
  #index-body .factory .box .left {
    width: 100%;
  }
  #index-body .factory .box .left .more {
    margin-left: 28px;
  }
  #index-body .factory .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .case .box .left {
    width: 100%;
  }
  #index-body .case .box .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .case .box .right .more {
    margin-left: 26px;
  }
  #index-body .advantage .box .content {
    margin-top: 40px;
  }
  #index-body .advantage .box .content ul {
    margin: 0 -40px -30px 0;
  }
  #index-body .advantage .box .content ul li {
    padding: 0 40px 30px 0;
  }
  #index-body .market .img {
    width: 100%;
    padding: 0;
  }
  #index-body .market .img img {
    width: 100%;
  }
  #index-body .market .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .news .content ul li .text .more {
    opacity: 1;
  }
  #footer {
    padding-top: 60px;
  }
  #footer .f-form .title {
    font-size: 40px;
  }
  #footer .f-form p {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 20px;
  }
  #footer .f-form .form {
    margin-top: 20px;
  }
  #footer .f-form .form ul {
    margin: 0 -27px -20px 0;
  }
  #footer .f-form .form ul li {
    width: 50%;
    padding: 0 27px 20px 0;
  }
  #footer .f-form .form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-form .form ul li:last-child {
    width: 100%;
  }
  #footer .f-contact {
    padding: 30px 0 0 0;
  }
  #footer .f-contact ul li {
    font-size: 20px;
  }
  #footer .f-contact ul li i {
    vertical-align: middle;
  }
  #footer .f-contact ul li span {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .f-botoom {
    margin-top: 30px;
  }
  #footer .f-botoom .f-link {
    display: none;
  }
  #footer .f-copy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide > img {
    min-height: 300px;
  }
  #banner .swiper-slide .text {
    top: 5%;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 30px;
  }
  #banner .swiper-slide .text .box .con {
    font-size: 16px;
    line-height: 1.8;
  }
  #banner .swiper-slide .text .box .more {
    margin-top: 10px;
  }
  .more {
    padding: 12px 19px 10px 34px;
  }
  .more::after {
    top: 23px;
  }
  #index-body .about .top .right .data ul li .num {
    font-size: 40px;
  }
  #index-body .about .bottom {
    display: none;
  }
  #index-body .i-product .content {
    margin-top: 20px;
  }
  #index-body .factory .box .left .title {
    font-size: 35px;
  }
  #index-body .factory .box .right .data {
    padding: 30px 15px 0;
  }
  #index-body .case .right .con {
    margin-top: 10px;
  }
  #index-body .case .right .more {
    margin-top: 20px;
  }
  #index-body .advantage .box .content {
    margin-top: 20px;
  }
  #index-body .advantage .box .content ul {
    margin: 0 0 -20px 0;
  }
  #index-body .advantage .box .content ul li {
    padding: 0 0 20px 0;
    width: 100%;
  }
  #index-body .market .text .con {
    margin-top: 10px;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content ul li .text {
    padding-top: 20px;
  }
  #index-body .news .content ul li .text .tit {
    font-size: 20px;
  }
  #index-body .news .content ul li .text .more {
    margin-top: 10px;
  }
  #footer {
    padding-top: 30px;
  }
  #footer .f-form .title {
    font-size: 36px;
  }
  #footer .f-form p {
    font-size: 20px;
  }
  #footer .f-form .form ul li input[type="text"] {
    font-size: 18px;
    padding: 0 10px;
  }
  #footer .f-contact ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-contact ul li {
    width: 50%;
    padding-bottom: 10px;
  }
  #footer .f-contact ul li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide .text .box .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #banner .swiper-slide .text .box .con {
    font-size: 14px;
    line-height: 2;
  }
  .more {
    font-size: 14px;
    padding: 10px 17px 8px 32px;
  }
  .more::after {
    top: 16px;
    width: 50px;
  }
  #index-body .title {
    font-size: 30px;
    line-height: 1.3;
  }
  #index-body .about .top .right .con {
    font-size: 14px;
  }
  #index-body .about .top .right .data {
    display: none;
  }
  #index-body .factory .box .left .title {
    font-size: 24px;
  }
  #index-body .factory,
  #index-body .case {
    display: none;
  }
  #index-body .advantage {
    background: #fafafa;
    color: #202020;
  }
  #index-body .advantage::after {
    display: none;
  }
  #index-body .advantage .box .content ul li p {
    font-size: 14px;
    line-height: 2;
  }
  #footer .f-form .title {
    font-size: 30px;
  }
  #footer .f-form p {
    font-size: 18px;
    line-height: 1.6;
  }
  #footer .f-form .form ul li {
    width: 100%;
  }
  #footer .f-form .form ul li input[type="text"] {
    height: 50px;
  }
  #footer .f-form .form ul li input[type="submit"] {
    font-size: 20px;
  }
  #footer .f-contact ul li {
    width: 100%;
  }
  #footer .f-botoom {
    display: none;
  }
  .fixed-toolbar {
    bottom: 15%;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #000;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #000;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #000;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner_banner_1 {
  padding: 160px 0;
  background-image: url(/hnjmjb/2026/07/03/a11.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.inner_banner_1 .container .top {
  line-height: 2;
  font-size: 14px;
}
.inner_banner_1 .container .cat_name {
  font-size: 28px;
  font-family: 'BR';
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 2;
}
.inner_banner_2 {
  margin-top: 107px;
}
.inner_banner_2 .container {
  padding: 120px 0;
  width: 100%;
  position: relative;
  text-align: center;
  font-family: 'BR';
  color: #fff;
  font-size: 36px;
}
.inner_banner_2 .container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner_banner_2 .container div {
  position: relative;
  z-index: 2;
  width: 530px;
  margin: auto;
  line-height: 2;
}
.inner_banner_2 .img_1 {
  display: block;
  margin: auto;
  width: 120px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.inner_banner_3 {
  background-size: cover;
  background-position: center center;
  padding-top: 200px;
  padding-bottom: 20px;
}
.inner_banner_3 .container {
  color: #fff;
}
.inner_banner_3 .container .top .mbx {
  font-size: 14px;
  line-height: 2;
}
.inner_banner_3 .container .top .cat_name {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 20px;
  font-family: 'BR';
}
.inner_banner_3 .container .top .des {
  font-size: 18px;
  width: 670px;
  margin-top: 10px;
  line-height: 2;
}
.inner_banner_3 .container .bottom {
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.inner_banner_3 .container .bottom .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.inner_banner_3 .container .bottom .list_cont .list {
  margin-top: 15px;
  margin: 0 22px;
  cursor: pointer;
  font-size: 16px;
}
.inner_banner_3 .container .bottom .go_next {
  display: block;
  width: 36px;
  cursor: pointer;
  font-size: 50px;
  text-align: center;
  margin: auto;
  line-height: 1;
  margin-top: 25px;
}
.creative-page {
  padding: 50px 0;
}
.creative-page .init-1 .container .tip_title {
  font-size: 30px;
  font-family: 'BR';
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 2;
}
.creative-page .init-1 .container .tip_des {
  font-size: 18px;
  line-height: 2;
  width: 930px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
.creative-page .init-1 .container .list_cont {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 18px;
}
.creative-page .init-1 .container .list_cont .list {
  margin-top: 20px;
  width: 28%;
}
.creative-page .init-1 .container .list_cont .list img {
  width: auto;
  height: 80px;
  display: block;
  margin: auto;
}
.creative-page .init-1 .container .list_cont .list .title {
  margin-top: 30px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}
.creative-page .init-1 .container .list_cont .list .des {
  margin-top: 15px;
  color: #666666;
  line-height: 2;
}
.creative-page .init-2 {
  position: relative;
  padding-top: 60px;
}
.creative-page .init-2 .container {
  position: relative;
}
.creative-page .init-2 .sub_div {
  position: absolute;
  width: 100%;
  height: 520px;
  top: 325px;
  left: 0;
  background-color: #f1f1f1;
}
.creative-page .init-2 .container .list {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}
.creative-page .init-2 .container .list .left {
  width: 52%;
  padding-left: 100px;
  padding-right: 150px;
}
.creative-page .init-2 .container .list .left .title {
  font-size: 36px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 1.4;
}
.creative-page .init-2 .container .list .left .des {
  font-size: 18px;
  color: #666666;
  margin-top: 18px;
  line-height: 2;
}
.creative-page .init-2 .container .list .right {
  width: 48%;
}
.creative-page .init-2 .container .list .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.creative-page .init-2 .container .list:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.creative-page .init-3 {
  background-image: url(/hnjmjb/2026/07/03/wrxivxkj1783059951.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 170px;
  padding-bottom: 80px;
  margin-top: 150px;
  background-attachment: fixed;
}
.creative-page .init-3 .container {
  text-align: center;
  color: #fff;
}
.creative-page .init-3 .container .title {
  font-size: 36px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}
.creative-page .init-3 .container .des {
  margin-top: 30px;
  font-size: 18px;
  width: 620px;
  margin: auto;
  line-height: 2;
}
.creative-page .init-3 .container .more {
  margin: auto;
  margin-top: 50px;
}
.creative-page .init-3 .container .more::before {
  display: none;
}
.customized-page {
  padding: 100px 0;
}
.customized-page .cir {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.customized-page .cir::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.customized-page .cir.active::before {
  background-color: #000;
}
.customized-page .top_3 {
  position: relative;
  top: 3px;
}
.customized-page .mt_l_6 {
  margin-left: 6px;
}
.customized-page .init-1 .title {
  font-size: 36px;
  font-family: 'BR';
  text-transform: uppercase;
  text-align: center;
}
.customized-page .init-1 .more_c {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-1 .more_c .more {
  margin-top: 20px;
  width: 250px;
  border-color: #000;
  color: #000;
  cursor: pointer;
}
.customized-page .init-1 .more_c .more::before {
  background-color: #000;
}
.customized-page .init-1 .more_c .more::after {
  background-color: #000;
}
.customized-page .init-1 .more_c .more:hover {
  color: #fff;
}
.customized-page .init-1 .more_c .more:nth-child(2) {
  margin-left: 100px;
}
.customized-page .init-2 {
  margin-top: 100px;
}
.customized-page .init-2 .container {
  padding: 160px 0;
  background-image: url(../images/customized_2.jpg);
  background-size: cover;
  background-position: center center;
  text-transform: uppercase;
  font-family: 'BR';
  text-align: center;
  color: #fff;
}
.customized-page .init-2 .container .title {
  font-size: 36px;
  line-height: 2;
}
.customized-page .init-2 .container .des {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
}
.customized-page .init-3 {
  margin-top: 130px;
}
.customized-page .init-3 .container .titlt_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-3 .container .titlt_cont .tip_title {
  font-size: 24px;
  font-family: 'BR';
  text-transform: uppercase;
}
.customized-page .init-3 .container .titlt_cont .list_cont {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  border: #bdbdbd solid 1px;
  font-size: 16px;
}
.customized-page .init-3 .container .titlt_cont .list_cont .mr_10 {
  margin-right: 10px;
}
.customized-page .init-3 .container .titlt_cont .list_cont .cir {
  margin-right: 10px;
  margin-top: 7px;
}
.customized-page .init-3 .container .titlt_cont .list_cont input {
  width: 76px;
  border: 1px solid #bdbdbd;
  font-family: inherit;
  padding: 0 7px;
}
.customized-page .init-3 .container .titlt_cont .name_cont {
  width: 195px;
  padding: 10px 5px;
}
.customized-page .init-3 .container .titlt_cont .size_cont {
  width: 480px;
}
.customized-page .init-3 .container .titlt_cont .size_cont input {
  width: 76px;
}
.customized-page .init-3 .container .titlt_cont .size_cont span:nth-child(3) {
  margin-left: 10px;
}
.customized-page .init-3 .container .titlt_cont .qty_cont {
  width: 290px;
}
.customized-page .init-3 .container .titlt_cont .qty_cont input {
  width: 96px;
  margin-left: 12px;
}
.customized-page .init-4 {
  margin-top: 40px;
}
.customized-page .init-4 .container {
  padding: 70px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f1f1f1;
}
.customized-page .init-4 .container .list_cont .first {
  margin-bottom: 30px;
  font-size: 16px;
  font-family: 'BR';
  line-height: 2;
}
.customized-page .init-4 .container .list_cont .list {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.customized-page .init-4 .container .list_cont .list .cir {
  min-width: 12px;
}
.customized-page .init-4 .container .list_cont .list span {
  margin-left: 15px;
  position: relative;
  top: 3px;
}
.customized-page .init-5 {
  margin-top: 100px;
}
.customized-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-5 .container .img {
  width: 32%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-5 .container .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.customized-page .init-5 .container .right {
  width: 63%;
}
.customized-page .init-5 .container .right .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-5 .container .right .title_cont .name {
  font-size: 24px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}
.customized-page .init-5 .container .right .title_cont .cont {
  border: 1px solid #bdbdbd;
  padding: 10px 30px;
  width: 515px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-5 .container .right .title_cont .cont span {
  position: relative;
  top: 3px;
  margin-left: 12px;
}
.customized-page .init-5 .container .right .title_cont .cont div:nth-child(3) {
  height: 32px;
  width: calc(100% - 85px);
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont {
  width: auto;
  max-width: 100%;
  margin-top: 6px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 0 5px;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  width: auto;
  max-width: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  min-width: 60px;
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  color: #767676;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar-track {
  background-color: #eee;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar-thumb {
  background-color: #000;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont span.active {
  color: #000;
}
.customized-page .init-5 .container .right .title_cont .cont .list_cont input {
  padding: 3px 5px;
  margin-left: 5px;
  width: auto;
  max-width: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}
.customized-page .init-5 .container .right .title_cont .cont .che_color_2 {
  display: none;
}
.customized-page .init-5 .container .right .cont_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-5 .container .right .cont_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48%;
}
.customized-page .init-5 .container .right .cont_list .list > img {
  margin-left: 10px;
}
.customized-page .init-5 .container .right .cont_list .list .color_c_cont {
  margin-left: 20px;
  line-height: 2;
}

.customized-page .init-5 .container .right .cont_list .list .color_c_cont div{
  font-size: 18px;
}

.customized-page .init-5 .container .right .cont_list .list .color_c_cont input{
  width: 160px;
  border: #000 solid 1px;
  font-size: 16px;
  margin-top: 5px;
  padding: 2px 10px;
}


.customized-page .init-5 .container .right .cont_list .color_list_2 .color_c_cont {
  width: 240px;
}
.customized-page .init-5 .container .right .cont_list .color_list_2 .color_c_cont input {
  width: 60px;
  text-align: center;
  border: 1px solid #bdbdbd;
  font-size: 18px;
  padding: 3px 5px;
  margin-left: 10px;
}
.customized-page .init-6 .container .list {
  margin-top: 120px;
}
.customized-page .init-6 .container .list .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-6 .container .list .title_cont > span {
  font-family: 'BR';
  font-size: 24px;
  text-transform: uppercase;
}
.customized-page .init-6 .container .list .title_cont .cont {
  margin-left: 50px;
  padding: 12px 25px;
  border: #bdbdbd solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 300px;
}
.customized-page .init-6 .container .list .title_cont .cont span,.customized-page .init-6 .container .list .title_cont .cont input {
  margin-left: 10px;
  position: relative;
  top: 3px;
  font-size: 16px;
}
.customized-page .init-6 .container .list.list_c_list_2 .title_cont .cont{
  border: none;
}
.customized-page .init-6 .container .list .title_cont .cont input{
  margin-top: -5px;
  border: #bdbdbd solid 1px;
  padding: 3px 10px;
}
.customized-page .init-6 .container .list .list_cont {
  margin: 0 -10px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-6 .container .list .list_cont .list_2 {
  padding: 0 10px;
  margin-top: 35px;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box {
  cursor: pointer;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box .img {
  height: 300px;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  line-height: 2;
}
.customized-page .init-6 .container .list .list_cont .list_2 .box .text span {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 6px;
}
.customized-page .init-6 .container .list .three .list_2 {
  width: 33.33%;
}
.customized-page .init-6 .container .list .four .list_2 {
  width: 25%;
}
.customized-page .init-6 .container .list .four .list_2 .box .img {
  height: 255px;
}
.customized-page .init-6 .container .list .three_2 .list_2 .box .text {
  margin-top: 0;
}
.customized-page .init-6 .container .list .three_2 .list_2 .box .img {
  height: 200px;
  margin-top: 20px;
}
.customized-page .init-6 .container .list .three_2 .list_2:nth-child(1) {
  width: 35%;
}
.customized-page .init-6 .container .list .three_2 .list_2:nth-child(2) {
  width: 44%;
}
.customized-page .init-6 .container .list .three_2 .list_2:nth-child(3) {
  width: 21%;
}
.customized-page .init-7 {
  margin-top: 110px;
}
.customized-page .init-7 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customized-page .init-7 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  width: 49%;
}
.customized-page .init-7 .container form input::-webkit-input-placeholder {
  color: #000;
}
.customized-page .init-7 .container form input:-ms-input-placeholder {
  color: #000;
}
.customized-page .init-7 .container form input::-ms-input-placeholder {
  color: #000;
}
.customized-page .init-7 .container form input::placeholder {
  color: #000;
}
.customized-page .init-7 .container form .mail {
  width: 100%;
}
.customized-page .init-7 .container form .shadow_input {
  display: none;
}
.customized-page .init-7 .container form .list {
  width: 100%;
  font-size: 16px;
}
.customized-page .init-7 .container form .list .tip {
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}
.customized-page .init-7 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  color: #313131;
  font-size: 16px;
}
.customized-page .init-7 .container form .list .text span{
  cursor: pointer;
}

.customized-page .init-7 .container form .list .text input{
  cursor: pointer;
}
.customized-page .init-7 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}
.customized-page .init-7 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
}
.customized-page .init-7 .container form .submit_btn {
  overflow: hidden;
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
  width: 230px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  margin-top: 40px;
}
.customized-page .init-7 .container form .submit_btn::before {
  display: none;
}
.environment-page {
  padding-bottom: 120px;
}
.environment-page .init-1 {
  margin-top: 100px;
}
.environment-page .init-1 .container img {
  width: 720px;
  display: block;
  margin: auto;
}
.environment-page .init-1 .container video{
  width: 720px;
  display: block;
  margin: auto;
  max-width: 100%;
}
.environment-page .init-1 .container .des {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.6);
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  line-height: 2;
}
.environment-page .init-2 .container {
  width: 100%;
}
.environment-page .init-2 .container .list {
  padding: 50px 0;
  position: relative;
  margin-top: 180px;
}
.environment-page .init-2 .container .list .sub_div {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
}
.environment-page .init-2 .container .list .cont {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.environment-page .init-2 .container .list .cont .left {
  width: 48%;
}
.environment-page .init-2 .container .list .cont .left .top {
  font-size: 36px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}
.environment-page .init-2 .container .list .cont .left .bottom {
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
  line-height: 2;
}
.environment-page .init-2 .container .list .cont .right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.environment-page .init-2 .container .list .cont .right .img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 53%;
}
.environment-page .init-2 .container .list .cont .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.environment-page .init-2 .container .list .cont .right .sub_img {
  width: 47%;
}
.environment-page .init-2 .container .list:nth-child(2n) .sub_div {
  left: inherit;
  right: 0;
}
.environment-page .init-2 .container .list:nth-child(2n) .cont .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.environment-page .init-2 .container .list:nth-child(2n) .cont .right > img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.environment-page .init-2 .container .list:hover .cont .right .img {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.environment-page .init-3 {
  margin-top: 120px;
}
.environment-page .init-3 .container {
  width: 745px;
  max-width: 100%;
}
.environment-page .init-3 .container .list {
  margin-top: 20px;
}
.environment-page .init-3 .container .list .title {
  font-family: 'BR';
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
}
.environment-page .init-3 .container .list .des {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  padding-left: 10px;
  line-height: 2;
}
.environment-page .init-4 {
  padding: 110px 0;
  background-color: #f5f5f5;
  margin-top: 140px;
}
.environment-page .init-4 .container .tip_title {
  font-size: 36px;
  font-family: 'BR';
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}
.environment-page .init-4 .container .swiper {
  margin-top: 80px;
}
.environment-page .init-4 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.environment-page .init-5 {
  margin-top: 150px;
}
.environment-page .init-5 .container .swiper {
  width: 990px;
  max-width: 100%;
  margin: auto;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 18px;
  margin-top: 10px;
  color: #666666;
  line-height: 2;
}
.solution-page {
  padding: 130px 0;
}
.solution-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solution-page .init-1 .container .left {
  width: 51%;
  margin-left: 0;
}
.solution-page .init-1 .container .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-page .init-1 .container .left .swiper-pagination .swiper-pagination-bullet{
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
  background-color: #fff;
}
.solution-page .init-1 .container .left .swiper-pagination .swiper-pagination-bullet-active{
  background: #000;
}
.solution-page .init-1 .container .right {
  width: 43%;
}
.solution-page .init-1 .container .right .title {
  font-size: 30px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}
.solution-page .init-1 .container .right .des {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}
.solution-page .init-1 .container .right form input {
  font-size: 16px;
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
}
.solution-page .init-1 .container .right form input::-webkit-input-placeholder {
  color: #000;
}
.solution-page .init-1 .container .right form input:-ms-input-placeholder {
  color: #000;
}
.solution-page .init-1 .container .right form input::-ms-input-placeholder {
  color: #000;
}
.solution-page .init-1 .container .right form input::placeholder {
  color: #000;
}
.solution-page .init-1 .container .right form .text {
  margin-top: 35px;
}
.solution-page .init-1 .container .right form .text .tip {
  font-size: 16px;
}
.solution-page .init-1 .container .right form .text textarea {
  padding: 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  width: 100%;
  font-size: 14px;
}
.solution-page .init-1 .container .right form .submit_btn {
  background-color: #000;
  width: 230px;
  height: 48px;
  border-radius: 5px;
  overflow: hidden;
  border: #000 solid 1px;
  margin-top: 35px;
  cursor: pointer;
}
.solution-page .init-1 .container .right form .submit_btn::before {
  display: none;
}
.solution-page .init-2 {
  margin-top: 200px;
}
.solution-page .init-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solution-page .init-2 .container .left {
  width: 43%;
}
.solution-page .init-2 .container .left .tip {
  font-size: 30px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}
.solution-page .init-2 .container .left .des {
  margin-top: 30px;
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
.solution-page .init-2 .container .left .more {
  margin-left: 23px;
  margin-top: 80px;
  color: #000;
  border-color: #000;
  width: 356px;
  height: 50px;
}
.solution-page .init-2 .container .left .more::before {
  background-color: #000;
}
.solution-page .init-2 .container .left .more::after {
  background-color: #000;
}
.solution-page .init-2 .container .left .more:hover {
  color: #fff;
}
.solution-page .init-2 .container .right {
  width: 51%;
}
.competence-page {
  padding-bottom: 50px;
}
.competence-page .init-1 {
  margin-top: 40px;
}
.competence-page .init-1 .container .list {
  margin-top: 55px;
  text-align: center;
}
.competence-page .init-1 .container .list .tip_title {
  font-family: 'BR';
  font-size: 30px;
  text-transform: uppercase;
  line-height: 2;
}
.competence-page .init-1 .container .list .des {
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
  line-height: 2;
}
.competence-page .init-1 .container .list .img_c {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.competence-page .init-1 .container .list .img_c a {
  margin-top: 20px;
}
.competence-page .init-1 .container .list .img_c_2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.competence-page .init-1 .container .list .img_c_2 .img-box:last-child {
  margin-left: 80px;
}
.competence-page .init-2 {
  padding: 100px 0;
  margin-top: 120px;
  background-color: #f2f2f2;
}
.competence-page .init-2 .container .tip_title {
  font-size: 30px;
  font-family: 'BR';
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}
.competence-page .init-2 .container .swiper {
  margin-top: 55px;
}
.competence-page .init-2 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.competence-page .init-3 .container .list {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.competence-page .init-3 .container .list .left {
  width: 48%;
}
.competence-page .init-3 .container .list .left img {
  max-width: 80px;
}
.competence-page .init-3 .container .list .left .title {
  font-size: 24px;
  font-family: 'BR';
  margin-top: 30px;
  text-transform: uppercase;
  line-height: 2;
}
.competence-page .init-3 .container .list .left .des {
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
  line-height: 2;
}
.competence-page .init-3 .container .list .right {
  width: 48%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.competence-page .init-3 .container .list:nth-child(2n) .left {
  padding-left: 30px;
}
.competence-page .init-3 .container .list:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.competence-page .init-3 .container .list:hover .right {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.competence-page .init-4 {
  margin-top: 150px;
  padding: 200px 0;
  background-image: url(../images/competence_21.jpg);
  background-size: cover;
  background-position: center center;
}
.competence-page .init-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
.competence-page .init-4 .container .left {
  width: 430px;
}
.competence-page .init-4 .container .left .title_1 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'BR';
  line-height: 2;
}
.competence-page .init-4 .container .left .title_2 {
  font-family: 'BR';
  font-size: 48px;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 2;
}
.competence-page .init-4 .container .left .des {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
.competence-page .init-4 .container .right {
  margin-left: 140px;
  margin-top: 45px;
  width: 220px;
  height: 50px;
}
.contact-page .init-1 {
  margin-top: 120px;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 41%;
}
.contact-page .init-1 .container .left .title {
  font-size: 30px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}
.contact-page .init-1 .container .left .des {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .left img {
  margin-top: 50px;
  width: 100%;
}
.contact-page .init-1 .container .right {
  margin-top: 65px;
  width: 53%;
}
.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  color: #5d5d5d;
  line-height: 2;
}
.contact-page .init-1 .container .right form {
  margin-top: 30px;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border: none;
  width: 100%;
  font-size: 16px;
  color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  color: #b0b0b0;
  font-weight: bold;
  margin-top: 20px;
  line-height: 2;
}
.contact-page .init-1 .container .right form .submit_btn {
  /*background-color: #000;
  border-color: #000;
  border-radius: 5px;
  cursor: pointer;
  width: 180px;
  height: 50px;
  overflow: hidden;*/
  margin: 50px 0 0 28px;
}
/*.contact-page .init-1 .container .right form .submit_btn::before {
  display: none;
}*/
.contact-page .init-1 .container .right{
  position: relative;
}
.contact-page .init-1 .container .right #ewm{
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
  display: block;
  width: 100%;
}
.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}
.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}
.about-page {
  padding-top: 120px;
  padding-bottom: 90px;
}
.about-page .init-1 .container .title {
  text-align: center;
  font-size: 48px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}
.about-page .init-1 .container .des {
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 2;
  margin-top: 20px;
}
.about-page .init-1 .container img {
  width: 655px;
  max-width: 100%;
  margin: auto;
  margin-top: 60px;
  display: block;
}
.about-page .init-2 {
  margin-top: 130px;
}
.about-page .init-2 .container {
  position: relative;
  width: 100%;
}
.about-page .init-2 .container .sub_line {
  width: 100%;
  background-color: #e6e6e6;
  height: 1px;
}
.about-page .init-2 .container .swiper {
  width: 1400px;
  margin: auto;
  margin-top: -9px;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
  width: 17px;
  height: 17px;
  background-color: #e6e6e6;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir div {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 24px;
  font-family: 'BR';
  margin-top: 25px;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 18px;
  color: #5d5d5d;
  margin-top: 20px;
  word-break: break-word;
  line-height: 2;
}
.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide:hover .cir {
  background-color: #000;
}
.about-page .init-3 {
  padding: 70px 0;
  background-color: #eeeeee;
  margin-top: 130px;
}
.about-page .init-3 .container .tip_title {
  font-size: 48px;
  font-family: 'BR';
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}
.about-page .init-3 .container .swiper {
  margin-top: 70px;
}
.about-page .init-3 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.about-page .init-4 {
  margin-top: 130px;
  font-size: 48px;
}
.about-page .init-4 .container .prev,
.about-page .init-4 .container .next {
  width: 34px;
  height: 34px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: -65px;
  overflow: hidden;
  padding: 2px;
}
.about-page .init-4 .container .prev:hover,
.about-page .init-4 .container .next:hover {
  border-radius: 20%;
  background-color: #000;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-4 .container .video_cont{
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.about-page .init-4 .container #video{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-page .init-4 .container #video video{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-4 .container .video_cont .swiper{
  padding: 5px;
  width: 520px;
  margin: auto;
  margin-top: -130px;
}

.about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
  height: 90px;
  border: 1px solid #fff;
  cursor: pointer;
}

.about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-4 .container .contain{
  position: relative;
}
.about-page .init-4 .container .prev {
  left: -65px;
}
.about-page .init-4 .container .tip_title {
  font-family: 'BR';
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}
.about-page .init-4 .container .swiper {
  margin-top: 60px;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  display: block;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 325px;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  font-family: 'BR';
  text-transform: uppercase;
}
.about-page .init-5 {
  margin-top: 140px;
}
.about-page .init-5 .container {
  position: relative;
}
.about-page .init-5 .container .tip_title {
  font-family: 'BR';
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
}
.about-page .init-5 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-page .init-5 .container .list_cont a {
  margin-top: 30px;
  border-color: #000;
  color: #fff;
  color: #000;
  width: 24%;
  height: 335px;
  display: block;
}
.about-page .init-5 .container .list_cont a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .init-5 .container .list_cont a::before {
  background-color: #000;
}
.about-page .init-5 .container .list_cont a::after {
  background-color: #000;
}
.about-page .init-5 .container .list_cont a:hover {
  color: #fff;
}
.about-page .init-5 .container .listc{

}
.about-page .init-5 .container .img_cont {
  margin-top: 50px;
  background-image: url(../images/about_7.jpg);
  padding: 260px 40px 90px 40px;
  color: #fff;
  display: none;
}
.about-page .init-5 .container .img_cont:first-child{
  display: block;
}
.about-page .init-5 .container .img_cont .title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'BR';
}
.about-page .init-5 .container .img_cont .des {
  margin-top: 15px;
  font-size: 18px;
  width: 760px;
  max-width: 100%;
}
.about-page .init-6 {
  margin-top: 75px;
}
.about-page .init-6 .container .tip_title {
  font-family: 'BR';
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}
.about-page .init-6 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  line-height: 2;
}
.about-page .init-6 .container .list_cont .list {
  font-size: 18px;
  margin: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-page .init-6 .container .list_cont .list .text {
  margin-left: 10px;
}
.news-page {
  padding-top: 40px;
  padding-bottom: 130px;
}
.news-page .container {
  margin: 0 auto;
}
.news-page .container .box_cont {
  margin: 0 -20px;
}
.news-page .container .box_cont .column {
  padding: 0 20px;
  margin-top: 90px;
}
.news-page .container .box_cont .column .box {
  -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container .box_cont .column .box a {
  display: block;
}
.news-page .container .box_cont .column .box .sub_img {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 22px;
  right: 22px;
  z-index: 2;
}
.news-page .container .box_cont .column .box .img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.news-page .container .box_cont .column .box .img .img_1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container .box_cont .column .box .img:hover .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.news-page .container .box_cont .column .box .cont {
  padding: 30px 20px;
}
.news-page .container .box_cont .column .box .cont .title {
  font-size: 24px;
  line-height: 1.5;
  height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'BR';
}
.news-page .container .box_cont .column .box .cont .des {
  margin-top: 15px;
  font-size: 16px;
  color: #878787;
  height: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 2;
}
.news-page .container .box_cont .column .box .cont .time {
  margin-top: 25px;
  font-size: 14px;
  line-height: 2;
}
.news-page .container .box_cont .column:hover .box {
  -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.17);
}
.m-page {
  margin-top: 40px;
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.m-page .wp-pagenavi span.current,
.m-page .wp-pagenavi a.current {
  color: #fff;
  background-color: #000;
}
.m-page .wp-pagenavi span:hover,
.m-page .wp-pagenavi a:hover {
  color: #fff;
  background-color: #000;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .container .title {
  font-size: 36px;
  text-align: center;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}
.newdet-page .container .time {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
.newdet-page .container .content {
  padding: 20px 0;
  margin: 40px 0;
  border-top: 1px #666 dashed;
  border-bottom: 1px #666 dashed;
  text-align: left;
  font-size: 18px;
  color: #000;
  line-height: 2;
}
.m-link {
  margin-top: 40px;
}
.m-link a {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 2;
}
#related_product {
  margin-top: 60px;
}
#related_product .tip_title {
  font-size: 36px;
  text-align: center;
  font-family: 'BR';
}
#related_product .swiper {
  margin-top: 40px;
}
#related_product .swiper .swiper-wrapper .swiper-slide {
  padding: 20px 30px;
}
#related_product .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
#related_product .swiper .swiper-wrapper .swiper-slide .img {
  height: 250px;
}
#related_product .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#related_product .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.product-page {
  padding-bottom: 120px;
}
.pro-single-page{
  margin-top: 107px;
}
.product-page .init-1 {
  padding: 110px 0;
  background-color: #ebebeb;
}
.product-page .init-1 .container .tip_title {
  font-size: 36px;
  font-family: 'BR';
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}
.product-page .init-1 .container .singleabs {
  font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 2;
    margin-top: 20px;
    width: 100%;
}
.product-page .init-1 .container .des {
  width: 910px;
  margin: auto;
  margin-top: 30px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 2;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'BR';
  line-height: 2;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-family: 'BR';
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
}
h2.industryH2 {
    font-family: 'BR';
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    padding-bottom: 20px;
}
.industry {
    font-size: 16px;
    line-height: 30px;
}
.product-page .init-3 .container .content {
  margin-top: 90px;
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: #000;
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  left: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 180px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  display: block;
  min-height: 56px;
  line-height: 2;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}
.product-page .init-4 {
  margin-top: 140px;
  padding: 120px 0;
  background-image: url(../images/product_7.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  font-family: 'BR';
  line-height: 2;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  margin-top: 20px;
  line-height: 2;
}
.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  width: 195px;
  height: 50px;
}
.product-page .init-4 .container .more::before {
  width: 1px;
  height: 50px;
  left: 95px;
  top: -43px;
}
.product-page .init-5 {
  margin-top: 50px;
}
.product-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
}
.product-page .init-5 .container .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border: #c1c1c1 solid 2px;
  border-radius: 5px;
  height: 330px;
}
.product-page .init-5 .container .list div img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.product-page .init-5 .container .list div .text {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  line-height: 2;
}
.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  height: 680px;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 43%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 35px;
  font-size: 18px;
  color: #a8a8a8;
  line-height: 2;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  color: #4a4a4a;
  font-family: 'BR';
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 2;
}

.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 2;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-family: 'BR';
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  padding: 40px 0;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  display: none;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .more {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}

.product-page .pro_init_1 .container .right .more::before {
  display: none;
}

.product-page .pro_init_1 .container .right .more::after {
  background-color: #000;
}

.product-page .pro_init_1 .container .right .more:hover {
  color: #fff;
}

.product-page .pro_init_2 {
  background-color: #f6f6f5;
  padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: 36px;
  font-family: 'BR';
  line-height: 2;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: 18px;
  margin-top: 5px;
  line-height: 2;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: 40px;
  width: 27%;
}

.product-page .pro_init_2 .list_cont .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
  width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-family: 'BR';
  text-transform: uppercase;
  line-height: 2;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  color: #666666;
  padding-right: 5px;
  height: 160px;
  overflow-y: auto;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  background-color: #000;
  border-color: #000;
  text-transform: inherit;
}

.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}

.product-page .pro_init_3 {
  padding: 100px 0;
}

.product-page .pro_init_3 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form .mail {
  width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
  display: none;
}

.product-page .pro_init_3 .container form .list {
  width: 100%;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.product-page .pro_init_3 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  color: #313131;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
}

.product-page .pro_init_3 .container form .submit_btn {
  /*overflow: hidden;
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
  width: 230px;
  height: 40px;
  line-height: 46px;*/
  margin: auto;
  margin-top: 40px;
}

/*.product-page .pro_init_3 .container form .submit_btn::before {
  display: none;
}*/

.pro-single-page {
  padding-bottom: 0;
}

.gallery-page {
  padding: 120px 0;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box .img-box img {
  width: 100%;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: #000;
  color: #fff;
}
.search-page{
  padding: 100px 0;
}
.search-page .container .grid-box .column {
  padding: 10px;
}
.search-page .container .grid-box .column .box {
  display: block;
  background: #fff;
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.search-page .container .grid-box .column .box a {
  display: block;
  overflow: hidden;
}
.search-page .container .grid-box .column .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.search-page .container .grid-box .column .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
 font-family: 'BB';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-page .container .grid-box .column .box .content .more {
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  border: 1px solid #000;
  font-size: 14px;
 font-family: 'BB';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}
.search-page .container .grid-box .column .box .content .more:hover {
  color: #fff;
  background-color: #000;
}
@media (max-width: 1500px) {
  .customized-page .init-3 .container .titlt_cont .tip_title {
    width: 100%;
  }
  .customized-page .init-3 .container .titlt_cont .name_cont {
    margin-left: 0;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin-top: 20px;
  }
  .customized-page .init-4 .container {
    padding-top: 40px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .customized-page .init-4 .container .list_cont {
    margin-top: 30px;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 250px;
  }
  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
    height: 170px;
  }
  .customized-page .init-6 .container .list .four .list_2 .box .img {
    height: 215px;
  }
  .environment-page .init-2 .container .list .cont {
    width: 1200px;
  }
  .about-page .init-2 .container .swiper {
    width: 1200px;
  }
  .about-page .init-4 .container .prev {
    display: none;
  }
  .about-page .init-4 .container .next {
    display: none;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 280px;
  }
}
@media (max-width: 1250px) {
  .creative-page .init-2 .container .list .left {
    padding: 0 60px;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin-left: 0;
    margin-right: 20px;
  }
  .customized-page .init-4 .container .list_cont {
    width: 33.333%;
  }
  .customized-page .init-6 .container .list .four .list_2 .box .img {
    height: 180px;
  }
  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
    height: 130px;
  }
  .environment-page .init-2 .container .list .cont {
    width: 970px;
  }
  .about-page .init-2 .container .swiper {
    width: 970px;
  }
  .news-page .container .box_cont .column .box .img {
    height: 186px;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
  .product-page .pro_init_1 .container .left .big_img {
    height: 500px;
  }
}
@media (max-width: 1000px) {
  .news-page .container .box_cont .column{
    margin-top: 20px;
    padding: 0 10px;
  } 
  .news-page .container .box_cont .column .box .cont {
    text-align: center;
    padding: 30px 0;
  }
  .news-page .container .box_cont .column .box .cont .title{
    font-size: 21px;
  }
  .tianl, .tliang {
    display: none !important;
  }
  .inner_banner_1 {
    text-align: center;
  }
  .creative-page .init-1 .container .tip_des {
    width: 100%;
  }
  .creative-page .init-2 .container .list {
    background-color: #f1f1f1;
  }
  .creative-page .init-2 .container .list .left {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
  }
  .creative-page .init-2 .container .list .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .creative-page .init-2 .container .sub_div {
    display: none;
  }
  .creative-page .init-2 .sub_div{
    display: none;
  }
  .creative-page .init-3 .container .des {
    width: 100%;
  }
  .customized-page .init-2 .container {
    padding: 100px 15px;
  }
  .customized-page .init-1 .more_c {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .customized-page .init-1 .more_c .more {
    margin-right: 50px;
  }
  .customized-page .init-1 .more_c .more:nth-child(2) {
    margin-left: 0;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 160px;
  }
  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 {
    width: 100%;
  }
  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
    height: auto;
  }
  .inner_banner_2 {
    margin-top: 40px;
  }
  .environment-page .init-2 .container .list .cont {
    width: 700px;
  }
  .solution-page .init-1 .container .left {
    width: 100%;
  }
  .solution-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .solution-page .init-1 .container .right form .text .tip {
    text-align: left;
  }
  .solution-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .solution-page .init-2 .container .left .more {
    margin: auto;
    margin-top: 30px;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .competence-page .init-4 .container .left {
    width: 390px;
  }
  .competence-page .init-4 .container .right {
    margin-left: 65px;
  }
  .inner_banner_3 {
    padding: 100px 0;
  }
  .inner_banner_3 .container .bottom {
    display: none;
  }
  .inner_banner_3 .container .top .des {
    width: 100%;
  }
  .about-page .init-2 .container .swiper {
    width: 700px;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 170px;
  }
  .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    height: 200px;
  }
  .product-page .init-3 .container .content .next {
    display: none;
  }
  .product-page .init-3 .container .content .prev {
    display: none;
  }
  .product-page .init-5 .container {
    padding: 0;
  }
  .product-page .init-5 .container .list {
    height: 210px;
  }
  .pro-single-page{
    margin-top: 40px;
  }
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  .product-page .pro_init_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
}
@media (max-width: 700px) {
  .creative-page .init-1 .container .list_cont .list {
    width: 100%;
  }
  .customized-page .init-1 .more_c {
    display: block;
  }
  .customized-page .init-1 .more_c .more {
    margin: auto;
  }
  .customized-page .init-1 .more_c .more:nth-child(2) {
    margin: auto;
    margin-top: 20px;
  }
  .customized-page .init-3 .container .titlt_cont {
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin: auto;
    margin-top: 20px;
  }
  .customized-page .init-3 .container .titlt_cont .tip_title {
    text-align: center;
  }
  .customized-page .init-4 .container .list_cont {
    width: 48%;
  }
  .customized-page .init-5 .container .img {
    width: 100%;
  }
  .customized-page .init-5 .container .right {
    width: 100%;
  }
  .customized-page .init-5 .container .right .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customized-page .init-5 .container .right .cont_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customized-page .init-5 .container .right .cont_list .list {
    margin-top: 20px;
  }
  .customized-page .init-6 .container .list .three .list_2 {
    width: 50%;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 30vw;
  }
  .customized-page .init-6 .container .list .list_cont.four .list_2 .box .img {
    height: 34vw;
  }
  .customized-page .init-6 .container .list .title_cont .cont {
    width: 100%;
    margin-left: 0;
    min-width: 100%;
  }
  .customized-page .init-6 .container .list .title_cont > span {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .customized-page .init-6 .container .list .four .list_2 {
    width: 50%;
  }
  .inner_banner_2 .container {
    padding: 60px 15px;
  }
  .inner_banner_2 .container div {
    width: 100%;
  }
  .environment-page .init-1 .container img {
    width: 100%;
  }
  .environment-page .init-2 .container .list {
    background-color: #f5f5f5;
    padding: 30px 15px;
  }
  .environment-page .init-2 .container .list .cont {
    text-align: center;
    width: 100%;
  }
  .environment-page .init-2 .container .list .cont .left {
    margin-top: 20px;
    width: 100%;
  }
  .environment-page .init-2 .container .list .cont .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .environment-page .init-2 .container .list .cont .right .sub_img {
    display: none;
  }
  .environment-page .init-2 .container .list .sub_div {
    display: none;
  }
  .environment-page .init-3 .container .list {
    text-align: center;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .competence-page .init-3 .container .list .left {
    width: 100%;
    text-align: center;
  }
  .competence-page .init-3 .container .list:nth-child(2n) .left {
    padding-left: 0;
  }
  .competence-page .init-3 .container .list:nth-child(2n) .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .competence-page .init-3 .container .list .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .competence-page .init-4 .container .left {
    width: 100%;
    text-align: center;
  }
  .competence-page .init-4 .container .right {
    margin: auto;
    margin-top: 50px;
  }
  .contact-page .init-1 .container .left {
    display: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }
  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right #ewm{
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
  .about-page .init-2 .container .swiper {
    width: 100%;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
    margin: auto;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
    text-align: center;
  }
  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
    text-align: center;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 35vw;
  }
  .about-page .init-5 .container .img_cont {
    text-align: center;
  }
  .about-page .init-5 .container .list_cont a{
    height: 25vw;
  }
  .about-page .init-4 .container .video_cont .swiper{
    width: 90%;
    margin-top: -90px;
  }

  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 80px;
  }
  .news-page .container .box_cont{
    margin: 0 -10px;
  }
  .news-page .container .box_cont .column .box .cont .title{
    font-size: 20px;
    height: 70px;
  }
  .newdet-page .container .content {
    text-align: center;
  }
  #related_product .swiper .swiper-wrapper .swiper-slide .img {
    height: 36vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
  .product-page .init-2 .container .list_cont .list{
    height: auto;
  }
  .product-page .init-2 .container .bag_cont .list .box .img_1{
    position: initial;
  }
  .product-page .init-2 .container .bag_cont .list .box div{
    font-size: 16px;
    padding: 10px 0;
  }
}
@media (max-width: 500px) {
  .inner_banner_1 {
    padding: 40px 0;
  }
  .inner_banner_1 .container .cat_name {
    font-size: 18px;
  }
  .creative-page {
    padding: 40px 0;
    padding-bottom: 0;
  }
  .creative-page .init-1 .container .tip_title {
    margin-top: 10px;
    font-size: 20px;
  }
  .creative-page .init-1 .container .tip_des {
    margin-top: 10px;
    font-size: 16px;
  }
  .creative-page .init-2 {
    padding-top: 20px;
  }
  .creative-page .init-2 .container .list {
    margin-top: 20px;
  }
  .creative-page .init-2 .container .list .left {
    padding: 15px;
  }
  .creative-page .init-2 .container .list .left .title {
    font-size: 20px;
  }
  .creative-page .init-2 .container .list .left .des {
    font-size: 16px;
  }
  .creative-page .init-3 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .creative-page .init-3 .container .title {
    font-size: 20px;
  }
  .creative-page .init-3 .container .des {
    margin-top: 10px;
    font-size: 16px;
  }
  .creative-page .init-3 .container .more {
    margin-top: 20px;
    font-size: 14px;
  }
  .customized-page {
    padding: 40px 0;
  }
  
  .customized-page .init-1 .title {
    font-size: 20px;
  }
  .customized-page .init-2 {
    margin-top: 40px;
  }
  .customized-page .init-2 .container .title {
    font-size: 20px;
  }
  .customized-page .init-3 {
    margin-top: 40px;
  }
  .customized-page .init-3 .container .titlt_cont .tip_title {
    font-size: 20px;
  }
  .customized-page .init-3 .container .titlt_cont .size_cont {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-3 .container .titlt_cont .size_cont input {
    width: 70px;
  }
  .customized-page .init-3 .container .titlt_cont .list_cont {
    font-size: 14px;
    width: 100%;
  }
  .customized-page .mt_l_6 {
    margin-left: 3px;
  }
  .customized-page .init-4 .container {
    padding: 40px 15px;
  }
  .customized-page .init-4 .container .list_cont {
    width: 100%;
  }
  .customized-page .init-4 .container .list_cont .first {
    text-align: center;
  }
  .customized-page .init-4 .container .list_cont .list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customized-page .init-5 .container .right .title_cont .name{
    text-align: center;
  }
  .customized-page .init-5 {
    margin-top: 40px;
  }
  .customized-page .init-5 .container .right {
    margin-top: 20px;
  }
  .customized-page .init-5 .container .right .cont_list .list{
    width: 100%;
  }
  .customized-page .init-5 .container .right .title_cont .cont div:nth-child(3) {
    height: auto;
  }
  .customized-page .init-5 .container .right .title_cont .cont .list_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .init-5 .container .right .cont_list .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customized-page .init-5 .container .right .cont_list .list .color_c_cont div{
    text-align: center;
    margin-top: 10px;
  }
  .customized-page .init-5 .container .right .cont_list .list .color_c_cont input{
    width: 100%;
  }
  .customized-page .init-5 .container .right .cont_list .list .color_c_cont {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .customized-page .init-6 .container .list {
    margin-top: 40px;
  }
  .customized-page .init-6 .container .list .list_cont {
    margin-top: 40px;
  }
  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 60vw;
  }
  .customized-page .init-6 .container .list .list_cont.four .list_2 .box .img {
    height: 34vw;
    height: 70vw;
  }
  .customized-page .init-6 .container .list .three .list_2 {
    width: 100%;
  }
  .customized-page .init-6 .container .list .title_cont > span {
    font-size: 20px;
  }
  .customized-page .init-6 .container .list .four .list_2 {
    width: 50%;
    width: 100%;
  }
  .customized-page .init-7 {
    margin-top: 40px;
  }
  .customized-page .init-7 .container form input {
    width: 100%;
  }
  .inner_banner_2 .container {
    font-size: 20px;
  }
  .inner_banner_2 .img_1 {
    width: 60px;
    margin-top: -30px;
  }
  .environment-page {
    padding-bottom: 40px;
  }
  .environment-page .init-1 {
    margin-top: 40px;
  }
  .environment-page .init-1 .container .des {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
  }
  .environment-page .init-2 .container .list {
    margin-top: 40px;
  }
  .environment-page .init-2 .container .list .cont .right .img {
    width: 100%;
  }
  .environment-page .init-2 .container .list .cont .left .top {
    font-size: 20px;
    margin-top: 20px;
  }
  .environment-page .init-3 {
    margin-top: 40px;
  }
  .environment-page .init-4 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .environment-page .init-4 .container .tip_title {
    font-size: 20px;
  }
  .environment-page .init-4 .container .swiper {
    margin-top: 20px;
  }
  .environment-page .init-5 {
    margin-top: 40px;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
  }
  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
    font-size: 16px;
    line-height: 2;
  }
  .solution-page {
    padding: 40px 0;
  }
  .solution-page .init-1 .container .right .title {
    font-size: 20px;
  }
  .solution-page .init-1 .container .right .des {
    font-size: 16px;
    line-height: 2;
  }
  .solution-page .init-2 {
    margin-top: 40px;
  }
  .solution-page .init-2 .container .left .tip {
    font-size: 20px;
  }
  .solution-page .init-2 .container .left .des {
    font-size: 16px;
    margin-top: 20px;
  }
  .solution-page .init-2 .container .left .more {
    width: 220px;
    line-height: 2;
    height: 62px;
  }
  .solution-page .init-2 .container .left .more::before {
    top: 28px;
  }
  .competence-page {
    padding-bottom: 10px;
  }
  .competence-page .init-1 .container .list {
    margin-top: 30px;
  }
  .competence-page .init-1 .container .list .tip_title {
    font-size: 20px;
  }
  .competence-page .init-1 .container .list .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
  .competence-page .init-1 .container .list .img_c {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 10px;
  }
  .competence-page .init-1 .container .list .img_c a {
    width: 80px;
  }
  .competence-page .init-1 .container .list .img_c_2 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .competence-page .init-1 .container .list .img_c_2 a {
    width: 90%;
  }
  .competence-page .init-1 .container .list .img_c_2 .img-box:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .competence-page .init-2 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .competence-page .init-2 .container .tip_title {
    font-size: 20px;
  }
  .competence-page .init-2 .container .swiper {
    margin-top: 20px;
  }
  .competence-page .init-3 .container .list {
    margin-top: 30px;
  }
  .competence-page .init-3 .container .list .left .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .competence-page .init-3 .container .list .left .des {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
  }
  .competence-page .init-4 {
    margin-top: 40px;
    padding: 80px 0;
  }
  .competence-page .init-4 .container .left .title_2 {
    font-size: 20px;
  }
  .competence-page .init-4 .container .left .des {
    font-size: 16px;
    line-height: 2;
  }
  .competence-page .init-4 .container .right {
    margin-top: 20px;
  }
  .contact-page .init-1 {
    margin-top: 40px;
  }
  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }
  .contact-page .init-2 {
    margin-top: 40px;
  }
  .inner_banner_3 .container .top {
    text-align: center;
  }
  .inner_banner_3 .container .top .cat_name {
    font-size: 20px;
  }
  .inner_banner_3 .container .top .des {
    font-size: 16px;
    line-height: 2;
  }
  .about-page {
    padding: 40px 0;
  }
  .about-page .init-1 .container .title {
    font-size: 20px;
  }
  .about-page .init-1 .container .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-1 .container img {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
  .about-page .init-3 {
    margin-top: 40px;
    padding: 20px 0;
  }
  .about-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .about-page .init-3 .container .swiper {
    margin-top: 20px;
  }
  .about-page .init-4 {
    margin-top: 40px;
  }

  .about-page .init-4 .container #video{
    height: 60vw;
  }
  .about-page .init-4 .container .video_cont .swiper{
    margin-top: 0;
    width: 100%;
    padding: 10px 0;
  }
  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 20vw;
  }
  .about-page .init-4 .container .tip_title {
    font-size: 20px;
  }
  .about-page .init-4 .container .swiper {
    margin-top: 20px;
  }
  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 65vw;
  }
  .about-page .init-5 {
    margin-top: 40px;
  }
  .about-page .init-5 .container .tip_title {
    font-size: 20px;
  }
  .about-page .init-5 .container .list_cont {
    margin-top: 0;
  }
  .about-page .init-5 .container .img_cont {
    padding: 80px 15px;
  }
  .about-page .init-6 {
    margin-top: 40px;
  }
  
  .about-page .init-6 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide{
    height: 64px;
  }
  .news-page {
    padding-bottom: 40px;
  }
  .news-page .container .box_cont {
    margin: 0;
  }
  .news-page .container .box_cont .column {
    padding: 0;
    margin-top: 30px;
  }
  .news-page .container .box_cont .column .box .cont {
    padding: 20px 0;
  }
  .news-page .container .box_cont .column .box .cont .title {
    font-size: 18px;
    line-height: 1.6;
    height: auto;
  }
  .news-page .container .box_cont .column .box .cont .des{
    font-size: 14px;
    line-height: 2;
  }
  .news-page .container .box_cont .column .box .img {
    height: 50vw;
  }
  .newdet-page {
    padding: 40px 0;
  }
  .newdet-page .container .title {
    font-size: 20px;
  }
  .newdet-page .container .time {
    margin-top: 10px;
  }
  .newdet-page .container .content {
    margin: 10px 0;
    font-size: 16px;
    padding: 10px 0;
  }
  .m-link {
    margin-top: 20px;
  }
  #related_product {
    margin-top: 40px;
  }
  #related_product .tip_title {
    font-size: 20px;
  }
  #related_product .swiper {
    margin-top: 20px;
  }
  #related_product .swiper .swiper-wrapper .swiper-slide .img {
    height: 78vw;
  }
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 40px 0;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    font-size: 14px;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: 16px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: 40px;
  }
  .product-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .industry {
        display: none;
  }

  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }

  .pro-single-page {
    padding-bottom: 0;
  }
  

  .product-page .pro_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product-page .pro_init_1 .container .left .big_img {
    display: none;
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 20px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

  .product-page .pro_init_2 {
    padding: 40px 0;
  }

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 20px;
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .pro_init_2 .list_cont {
    padding: 0;
    margin-top: 0;
  }

  .product-page .pro_init_3 {
    padding: 40px 0;
  }

  .product-page .pro_init_3 .container form input {
    width: 100%;
  }

  .search-page{
    padding: 40px 0;
  }
}

.shouyh {
  display: inline;
}
.tliang {
  width: 910px;
  margin: auto;
  margin-top: auto;
  margin-top: auto;
  margin-top: 30px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 2;
}

#seo_news{
padding:15px 0;
background:#fbfbfb;
border-top:2px solid #eee;
}

#seo_news li h6{
font-size:18px;
font-weight:bold;
color:#222;
-webkit-transition:.5s;
-moz-transition:.5s;
-ms-transition:.5s;
-o-transition:.5s;
transition:.5s;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
line-height: 2;
}

#seo_news li h6:hover{
opacity:.7;
}

#seo_news li time{
display:block;
margin:5px 0;
font-size:14px;
color:#666;
line-height:2;
}

#seo_news li p{
font-size:14px;
line-height:2;
color:#666;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
height:3.6em;
}
.product-yd-page{
  padding: 10.21% 0 4.53125% 0;
}
/*.product-yd-page .ui.container{
  max-width: 1778px;
}*/
.product-yd-page .top{
  color: #fff;
  padding-left: 4.40504%;
}
.product-yd-page .top .title{
  font-size: 50px;
  font-family: 'BR';
  line-height: 1.26;
  max-width: 703px;
}
.product-yd-page .top .mbx{
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
}
.product-yd-page .bottom{
  margin-top: 269px;
}
.product-yd-page .bottom ul{
  margin: -20px -35px;
}
.product-yd-page .bottom ul li{
  padding: 20px 35px;
}
.product-yd-page .bottom ul li .title{
  font-size: 30px;
  color: #252525;
  line-height: 1.3;
  font-family: 'BR';
  font-style: italic;
  padding-left: 25px;
}
.product-yd-page .bottom ul li .img-box{
  margin-top: 17px;
}
.product-yd-page .bottom ul li .img-box img{
  width: 100%;
}
.product-yd-page .bottom ul li:nth-child(3n+2){
  margin-top: -150px;
}
.flex-as{
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prodet-page{
  padding: 8.7% 0 9.4271%;
}
.prodet-page .ui.container{
  max-width: 1630px;
}
.prodet-page .prodet-1{
  color: #101010;
}
.prodet-page .prodet-1 h1{
  font-size: 46px;
  font-family: 'BB';
  line-height: 1.2;
}
.prodet-page .prodet-1 .con{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 54px;
}
.prodet-page .prodet-1 .con p{
  margin-top: 20px;
}
.prodet-page .prodet-1 .con p:first-child{
  margin-top: 0;
}
.prodet-page .prodet-1 .more{
  margin: 68px 0 0 32px;
}
.prodet-page .prodet-1 .right{
  padding-left: 6%;
  position: sticky;
  position: -webkit-sticky;
  top: 110px;
}
.prodet-page .prodet-1 .right .big{
  width: 83%;
}
.prodet-page .prodet-1 .right .small{
  width: 17%;
  padding-left: 15px;
}
.prodet-page .prodet-1 .right .small ul{
  margin: -10px 0;
}
.prodet-page .prodet-1 .right .small ul li{
  padding: 10px 0;
}
.prodet-page .mlink{
  padding: 16px 13px;
  border: solid 1px #959595;
  margin-top: 7.125%;
}
.prodet-page .mlink a img{
  width: 120px;
}
.prodet-page .mlink a span{
  padding-left: 22px;
  font-size: 20px;
  color: #6a6a6a;
  line-height: 1.25;
  font-family: 'BB';
}
.prodet-page .mlink a span em{
  color: #101010;
  margin-bottom: 16px;
}
.prodet-page .mlink a:last-child span{
  padding: 0 22px 0 0;
}
.flex-drr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.seo_about .box{
  background-color: #f9f9f9;
}
.seo_about .box .column{
  vertical-align: middle;
}
.seo_about .box .left{
  padding: 0 5.78125% 0 7.76042%;
}
.seo_about .box .left .title{
  font-size: 36px;
  line-height: 1.3;
  font-family: 'BB';
}
.seo_about .box .left .con{
  font-size: 16px;
  color: #202020;
  line-height: 1.8;
  margin-top: 55px;
}
.product-page .init-3 .container .content .swiper{
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .product-yd-page .ui.container,
  .prodet-page .ui.container{
    max-width: 1430px;
  }
}
@media (max-width: 1450px) {
  .product-yd-page .ui.container,
  .prodet-page .ui.container{
    max-width: 1230px;
  }
  .product-yd-page .bottom ul{
    margin: -20px -36px;
  }
  .product-yd-page .bottom ul li{
    padding: 20px 36px;
  }
  .product-yd-page .bottom ul li .title{
    font-size: 26px;
  }
  .prodet-page .prodet-1 h1{
    font-size: 40px;
  }
}
@media (max-width: 1250px) {
  .product-yd-page .top .title{
    font-size: 40px;
  }
  .product-yd-page .ui.container,
  .prodet-page .ui.container{
    max-width: 1000px;
  }
  .product-yd-page .bottom ul{
    margin: -10px -18px;
  }
  .product-yd-page .bottom ul li{
    padding: 10px 18px;
  }
  .product-yd-page .bottom ul li .title{
    font-size: 24px;
  }
  .product-yd-page .bottom {
    margin-top: 180px;
  }
  .product-yd-page .bottom ul li:nth-child(3n+2){
    margin-top: -100px;
  }
  .prodet-page .prodet-1 h1 {
    font-size: 30px;
  }
  .prodet-page .prodet-1 .con{
    font-size: 14px;
    line-height: 2;
  }
  .seo_about .box .left .title{
    font-size: 30px;
  }
  .seo_about .box .left .con{
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide{
    padding: 20px 15px;
  }
}
@media (max-width: 1000px) {
  .product-yd-page .ui.container,
  .prodet-page .ui.container{
    max-width: 700px;
  }
  .product-yd-page .top{
    color: #000;
  }
  .product-yd-page .bottom ul li .title{
    font-size: 20px;
    padding-left: 0;
  }
  .prodet-page .prodet-1{
    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: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  }
  .prodet-page .prodet-1 .left,
  .prodet-page .prodet-1 .right{
    width: 100%
  }
  .prodet-page .prodet-1 .right{
    padding: 0 0 30px 0;
    position: initial;
  }
  .prodet-page .prodet-1 .con{
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .more{
    margin-top: 20px;
  }
  .prodet-page .mlink a{
    width: 100%;
    margin: 10px 0;
  }
  .prodet-page .mlink a:last-child{
    flex-direction: initial;
  }
  .prodet-page .mlink a:last-child span{
    padding: 0 0 0 22px;
  }
  .seo_about .box .left{
    width: 100%;
    padding: 30px 15px;
  }
  .seo_about .box .right{
    display: none;
  }
  .product-page .init-3{
    margin-top: 60px;
  }
  .product-page .init-3 .container .content{
    margin-top: 0;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
}
@media (max-width: 700px) {
  .product-yd-page{
    padding: 70px 0 30px;
  }
  .product-yd-page .top .title {
    font-size: 30px;
  }
  .product-yd-page .ui.container,
  .prodet-page .ui.container{
    max-width: 100%;
  }
  .product-yd-page .bottom{
    margin-top: 30px;
  }
  .product-yd-page .bottom ul li:nth-child(3n+2){
    margin-top: 0;
  }
  .product-page .init-3{
    margin-top: 30px;
  }
  .prodet-page .mlink a span{
    font-size: 16px;
    padding-left: 12px;
  }
}
@media (max-width: 500px) {
  .product-yd-page .top {
    padding-left: 0;
  }
  .product-yd-page .top .title {
   font-size: 24px;
  }
  .prodet-page .mlink a span{
    font-size: 14px;
    line-height: 2;
    padding-left: 6px;
  }
  .prodet-page .mlink a span em{
    margin-bottom: 0;
  }
  .prodet-page .mlink a:last-child span{
    padding: 0 0 0 6px;
  }
}
@-webkit-keyframes about-about1-play {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@-moz-keyframes about-about1-play {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes about-about1-play {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.mt-51{
  margin-top: 51px;
}
.about-page .about-1 {
  padding: 73px 0 64px;
}
.about-page .about-1 span.h2{
  font-family: 'BB';
}
.about-page .about-1 .about-img{
  position: relative;
}
.about-page .about-1 .about-img a.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-animation: about-about1-play 1s linear infinite alternate;
  -moz-animation: about-about1-play 1s linear infinite alternate;
  animation: about-about1-play 1s linear infinite alternate;
}
.about-page .about-1 .bottom ul {
  width: 100%;
  margin-top: 49px;
}
.about-page .about-1 .bottom ul li {
  color: black;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-1 .bottom ul li h4 {
  font-size: 80px;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'BB';
}
.about-page .about-1 .bottom ul li p {
  font-size: 20px;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 1px;
  color: #171616;
}
.about-page .about-1 .bottom ul li:hover h4 {
  color: #ef4d3d;
}
.about-page .about-1 .text {
  line-height: 1.6;
  max-width: 1331px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-1 a.more {
  margin: 0 auto;
}
.about-page .about-1 .text em {
  color: #242424;
  font-weight: 500;
}
.about-page .about-1 .logo-list {
  max-width: 1485px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(56, 48, 48, 0.11);
  box-shadow: 0px 0px 20px 1px rgba(56, 48, 48, 0.11);
  border-radius: 8px;
  margin-top: -62px;
  position: relative;
  z-index: 3;
}
.about-page .about-advantage {
  background-color: #f8f8f8;
}
.about-page .about-advantage .big-title{
  font-family: 'BB';
}
.about-page .about-advantage .about-advantage-list li {
  width: 33.33%;
  height: auto;
}
.about-page .about-advantage .about-advantage-list li .box {
  height: 100%;
  border: dashed 1px rgba(0, 0, 0, 0.32);
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-advantage .about-advantage-list li .box .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 99px;
  height: 99px;
  background-color: #e1e1e1;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
  margin-top: -45px;
}
.about-page .about-advantage .about-advantage-list li .box .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-advantage .about-advantage-list li .box .line {
  background-color: var(--color1);
  width: 46px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-advantage .about-advantage-list li .box .intro {
  color: #000000;
  opacity: 0.8;
  line-height: 1.75;
  height: -webkit-calc(8.75em);
  height: -moz-calc(8.75em);
  height: calc(8.75em);
  overflow-y: auto;
}
.about-page .about-advantage .about-advantage-list li .box:hover {
  background-color: #ffffff;
  border-color: #fff;
}
.about-page .about-advantage .about-advantage-list li .box:hover .icon {
  background-color: #000000;
}
.about-page .about-advantage .about-advantage-list li .box:hover .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.about-page .about-core-person .left {
  width: 23.7%;
}
.about-page .about-core-person .left .big-title {
  font-size: 267px;
  line-height: 0.9;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.about-page .about-core-person .left .big-title span {
  color: var(--color1);
}
.about-page .about-core-person .left .subtitle {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.about-page .about-core-person .right {
  width: 76.3%;
}
.about-page .about-core-person .right .core-person-list .list-right {
  background-color: #f8f8f8;
}
.about-page .about-core-person .right .core-person-list .list-right .title{
  font-family: 'BB';
}
.about-page .about-core-person .right .core-person-list .list-right .position {
  color: #ef4d3d;
}
.about-page .about-core-person .right .core-person-list .list-right .intro {
  color: #000000;
  opacity: 0.8;
  line-height: 1.75;
}
.about-page .about-2 {
  padding: 100px 0 80px;
}
.about-page .about-2 .list ul {
  margin: -20px;
}
.about-page .about-2 .list ul li {
  padding: 20px;
}
.about-page .about-2 .list ul li .box {
  text-align: center;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.about-page .about-2 .list ul li .box a.img {
  display: block;
}
.about-page .about-2 .list ul li .box a.img img {
  width: 100%;
}
.about-page .about-2 .list ul li .box .content {
  padding: 25px;
}
.about-page .about-2 .list ul li .box .content span.h3 {
  font-family: var(--font);
  font-size: 26px;
  color: #242424;
  line-height: 2;
}
.about-page .about-2 .list ul li .box .content .text {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  margin-top: 0.5em;
  min-height: 3em;
  max-height: 150px;
  overflow-y: auto;
}
.about-page .about-3 {
  padding-bottom: 135px;
  text-align: center;
  position: relative;
}
.about-page .about-3:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 32%;
  background: url('../images/about-3-bg.jpg') center top no-repeat;
  background-size: cover;
  z-index: -1;
}
.about-page .about-3 .ui.container {
  max-width: 1410px;
}
.about-page .about-3 .options {
  margin-top: 70px;
}
.about-page .about-3 .options ul {
  margin: -10px;
}
.about-page .about-3 .options ul li {
  padding: 10px;
}
.about-page .about-3 .options ul li span {
  font-family: var(--font);
  font-size: 22px;
  color: #332f2c;
  line-height: 1.2;
  padding-bottom: 1em;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  text-align: left;
  cursor: pointer;
}
.about-page .about-3 .options ul .slick-current li span {
  border-bottom-color: #ef4d3d;
  color: #ef4d3d;
}
.about-page .about-3 .ret {
  margin-top: 80px;
  padding: 0 5%;
}
.about-page .about-3 .ret ul {
  margin: -5px;
}
.about-page .about-3 .ret ul li {
  padding: 5px;
}
.about-page .about-3 .ret .left {
  vertical-align: middle;
}
.about-page .about-3 .ret .left .img {
  height: 335px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.about-page .about-3 .ret .right {
  vertical-align: middle;
  padding-left: 0%;
  text-align: left;
}
.about-page .about-3 .ret .right span.txt {
  font-size: 30px;
  font-family: var(--font);
  text-transform: unset;
  color: #ef4d3d;
}
.about-page .about-3 .ret .right span.h3 {
  font-size: 20px;
  color: #626262;
  margin-bottom: 1.5em;
  display: block;
  line-height: 1.6;
}
.about-page .about-3 .ret .right .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .ret .right .btn div img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .ret .right .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-3 .ret .right .btn div:hover {
  background: #ef4d3d;
  border-color: #ef4d3d;
}
.about-page .about-3 .ret .right .btn div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 {
  text-align: center;
}
.about-page .about-4 .list {
  margin-top: 50px;
  padding: 0 10%;
  overflow: hidden;
}
.about-page .about-4 .list ul .slick-list {
  overflow: unset;
}
.about-page .about-4 .list ul li a {
  display: block;
  position: relative;
}
.about-page .about-4 .list ul li a img {
  width: 100%;
}
.about-page .about-4 .list ul li a span {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ef4d3d;
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.about-page .about-4 .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 .list ul li a:hover span {
  opacity: 1;
}
.about-page .about-4 .list ul .slick-slide {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
  position: relative;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 .list ul .slick-slide li {
  -webkit-transform: translateX(65%);
  -moz-transform: translateX(65%);
  -ms-transform: translateX(65%);
  transform: translateX(65%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 .list ul .slick-active {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.about-page .about-4 .list ul .slick-active li {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}
.about-page .about-4 .list ul .slick-active.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.about-page .about-4 .list ul .slick-active.slick-current li {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-4 .list ul .slick-active.slick-current + div {
  -webkit-transform: scale(0.87931034);
  -moz-transform: scale(0.87931034);
  -ms-transform: scale(0.87931034);
  transform: scale(0.87931034);
  z-index: 1;
}
.about-page .about-4 .list ul .slick-active.slick-current + div li {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.about-page .about-4 .list ul .slick-active.slick-current + div + div {
  -webkit-transform: scale(0.7862069);
  -moz-transform: scale(0.7862069);
  -ms-transform: scale(0.7862069);
  transform: scale(0.7862069);
}
.about-page .about-4 .list ul .slick-active.slick-current + div + div li {
  -webkit-transform: translateX(-65%);
  -moz-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  transform: translateX(-65%);
}
.about-page .about-5 {
  text-align: center;
  background: #f8f8f8;
}
.about-page .about-5 .big-title{
  font-family: 'BB';
}
.about-page .about-5 .options {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.about-page .about-5 .options span {
  font-size: 20px;
  font-family: var(--font);
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  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;
  padding: 0 0.75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .options span i {
  color: #bfbfbf;
}
.about-page .about-5 .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}
.about-page .about-5 .ret {
  margin-top: 55px;
  position: relative;
}
.about-page .about-5 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}
.about-page .about-5 .ret ul {
  margin: -11px;
}
.about-page .about-5 .ret ul li {
  padding: 11px;
}
.about-page .about-5 .ret ul li img {
  width: 100%;
}
.about-page .about-6 {
  padding: 0 0 6%;
}
.about-page .about-6 .top .left {
  width: 73%;
}
.about-page .about-6 .top .left .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #030303;
  text-transform: uppercase;
}
.about-page .about-6 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  margin-bottom: 10px;
}
.about-page .about-6 .bottom {
  padding: 0;
}
.about-page .about-6 .bottom .grid-box {
  padding-top: 50px;
  max-width: 100%;
}
.about-page .about-6 .bottom ul li {
  padding-right: 60px;
  width: 16.6666%;
}
.about-page .about-6 .bottom ul li .ig {
  position: relative;
  padding: 15px 20px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .bottom ul li .ig:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.about-page .about-6 .bottom ul li i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page .about-6 .bottom ul li .ig > p {
  min-height: 87px;
}
.about-page .about-6 .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  color: #030303;
  width: 78%;
  margin-top: 18px;
  text-align: left;
}
.about-page .about-6 .bottom ul li .ig .link_icon i {
  font-size: 30px;
}
.about-page .about-6 .bottom ul li .content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
}
.about-page .about-6 .bottom ul li:hover .content {
  opacity: 1;
}
.about-page .about-6 .bottom ul li .text p {
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}
.about-page .about-6 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.about-page .about-6 .bottom ul li .mores .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  margin-top: -10px;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.about-page .about-6 .bottom ul li .mores .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-6 .bottom ul li .mores:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
}
.about-page .about-6 .bottom ul li:last-child {
  padding-right: 0;
  width: 16%;
}
.about-page .about-6 .bottom ul li:last-child .ig:after {
  display: none;
}
.about-page .about-6 .bottom ul li:hover i {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .about-7 {
  position: relative;
  z-index: 1;
  background: url(../images/about-7-bg.jpg) no-repeat right center;
}
.about-page .about-7 .left {
  width: 53%;
}
.about-page .about-7 .left ul {
  position: relative;
}
.about-page .about-7 .left ul li {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.about-page .about-7 .left ul li:nth-child(n + 2) {
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-7 .left ul li.active {
  opacity: 1;
  z-index: 4;
}
.about-page .about-7 .right {
  width: 47%;
  color: #fff;
  padding: 102px 20px 0 0;
}
.about-page .about-7 .right .ig {
  max-width: 706px;
}
.about-page .about-7 .right .header {
  text-align: right;
}
.about-page .about-7 .right .header .tag {
  color: #fff;
  padding-right: 138px;
}
.about-page .about-7 .right .header .tag:before {
  background: #fff;
  top: 8px;
}
.about-page .about-7 .right .header .title {
  line-height: 1.2;
  margin-left: -132px;
  font-family: 'BB';
}
.about-page .about-7 .right .header .con {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.65;
  text-align: left;
}
.about-page .about-7 .right .list {
  margin-top: 85px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-7 .right .list ul li {
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-7 .right .list ul li .tit {
  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;
  font-size: 26px;
  line-height: 1.6;
}
.about-page .about-7 .right .list ul li .tit em {
  width: 90%;
}
.about-page .about-7 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
}
.about-page .about-7 .right .list ul li .tit i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-7 .right .list ul li .tit i:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-7 .right .list ul li .con {
  font-size: 16px;
  line-height: 1.875;
  opacity: 0.5;
  display: none;
  padding: 20px 0;
}
.about-page .about-7 .right .list ul li.active .tit i:after {
  opacity: 0;
}
.about-page .about-7 .right .list ul li .tit em {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-7 .right .list ul li.active .tit em {
  color: #ffffff;
}
.about-page .about-7:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background: url(/template/en/images/about2-bg.jpg) no-repeat center;
}
@media screen and (max-width: 1680px) {
  .about-page .about-core-person .left .big-title {
    font-size: 180px;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-7 .right {
    padding-top: 40px;
  }
  .about-page .about-1 .bottom ul {
    margin-top: 30px;
  }
  .about-page .about-7 .right .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .about-img a.play {
    zoom: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .logo-list {
    margin-top: 25px;
  }
  .about-page .about-1 .bottom .grid-box.three > .column {
    width: 50%;
  }
  .about-page .about-core-person .left {
    display: block;
  }
  .about-page .about-core-person .left .big-title {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 55px;
    margin-top: 0;
    line-height: 1.2;
  }
  .about-page .about-core-person .left .subtitle {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 45px;
  }
  .about-page .about-core-person .left .big-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-advantage .about-advantage-list li {
    width: 50%;
  }
  .about-page .about-1 .bottom .grid-box.three > .column {
    width: 100%;
  }
  .mt-51{
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-advantage .about-advantage-list li {
    width: 100%;
  }
  .about-page .about-core-person .right ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-core-person .right ul li .list-left,
  .about-page .about-core-person .right ul li .list-right {
    width: 100%;
  }
  .about-page .about-1 .logo-list li {
    width: 50%;
  }
}
@media screen and (max-width: 1680px) {
  .about-page .about-6 .bottom ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-6 .bottom ul li p {
    width: 90%;
  }
  .about-page .about-7 .right .header .title {
    margin-left: -90px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-6 .top .left .title {
    font-size: 60px;
  }
  .about-page .about-6 .bottom {
    padding-left: 0;
  }
  .about-page .about-6 .bottom ul li p {
    width: 100%;
  }
  .about-page .about-7 {
    padding: 50px 0;
  }
  .about-page .about-7 .left,
  .about-page .about-7 .right {
    vertical-align: middle;
  }
  .about-page .about-7 .right {
    padding-top: 0;
  }
  .about-page .about-7 .right .header .title {
    font-size: 62px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-6 .top .left .title {
    font-size: 60px;
  }
  .about-page .about-6 .bottom ul li p {
    font-size: 21px;
  }
  .about-page .about-7 .right .header .title {
    font-size: 43px;
  }
  .about-page .about-7 .right .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-6 .top .left,
  .about-page .about-6 .top .right {
    width: 100%;
  }
  .about-page .about-6 .top .right {
    margin-top: 20px;
  }
  .about-page .about-6 .bottom ul {
    margin-bottom: -20px;
  }
  .about-page .about-6 .bottom ul li:last-child {
    width: 33.3333%;
  }
  .about-page .about-6 .bottom ul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .about-page .about-7 {
    padding-top: 0;
    background-size: cover;
  }
  .about-page .about-7 .left {
    margin-bottom: 25px;
    width: 100%;
  }
  .about-page .about-7 .right {
    width: 100%;
  }
  .about-page .about-7:after {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-6 .bottom ul li {
    width: 50%;
    padding-right: 20px;
  }
  .about-page .about-6 .bottom ul li:last-child {
    width: 50%;
  }
  .about-page .about-6 .bottom ul li:nth-child(even) {
    padding-right: 0;
  }
  .about-page .about-7 .right .list ul li .tit {
    font-size: 22px;
  }
  .about-page .about-7 .right .header .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-6 .top .left .title {
    font-size: 50px;
  }
  .about-page .about-6 .top .right {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-6 .bottom ul li {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .bottom ul li:last-child {
    width: 100%;
  }
  .about-page .about-6 .bottom ul li .ig {
    padding: 0;
  }
  .about-page .about-6 .bottom ul li .ig:after {
    display: none;
  }
  .about-page .about-7 .right {
    padding: 0 15px;
  }
  .about-page .about-7 .right .ig {
    padding-left: 0;
  }
  .about-page .about-7 .right .header .title {
    font-size: 24px;
  }
  .about-page .about-7 .right .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-7 .right .list ul li .tit {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .text {
    font-size: 18px;
  }
  .about-page .about-2 .list ul li .box .content {
    padding: 15px;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 20px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 18px;
  }
  .about-page .about-2 {
    padding-bottom: 60px;
  }
  .about-page .about-3 .options {
    margin-top: 40px;
  }
  .about-page .about-3 .options ul li span {
    font-size: 18px;
    padding-bottom: 0.6em;
  }
  .about-page .about-3 .ret {
    margin-top: 30px;
  }
  .about-page .about-3 .ret .right span.h3 {
    font-size: 20px;
  }
  .about-page .about-3 .ret .right .btn div {
    line-height: 36px;
    height: 36px;
  }
  .about-page .about-3 {
    padding-bottom: 80px;
  }
  .about-page .about-5 .options span {
    font-size: 18px;
    width: 280px;
  }
  .about-page .about-5 .options {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-5 .options span {
    font-size: 16px;
    width: 220px;
  }
  .about-page .about-1 .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .text {
    font-size: 14px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 18px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 16px;
  }
  .about-page .about-2 .list ul li {
    padding: 10px;
  }
  .about-page .about-2 .list ul {
    margin: -10px;
  }
  .about-page .about-3 .options ul li span {
    font-size: 16px;
  }
  .about-page .about-3 .ret .right span.txt {
    font-size: 20px;
  }
  .about-page .about-3 .ret .right span.h3 {
    font-size: 18px;
  }
  .about-page .about-3 .ret .right .btn div,
  .seoBox .seoNews .top .btn div {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
  }
  .about-page .about-3 .ret .left .img {
    height: 240px;
  }
  .about-page .about-4 .list ul li a span {
    zoom: 0.7;
  }
  .about-page .about-5 .options span{
    font-size: 14px;
    width: 200px;
  }
  .about-page .about-5 .ret {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 {
    padding-bottom: 40px;
  }
  .about-page .about-4 .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .box .content span.h3 {
    font-size: 16px;
  }
  .about-page .about-2 .list ul li .box .content .text {
    font-size: 14px;
  }
  .about-page .about-3 .ret .right span.h3 {
    font-size: 16px;
  }
  .about-page .about-3 .ret .left .img {
    height: 180px;
  }
  .about-page .about-5 .options span {
    font-size: 12px;
    width: 140px;
  }
  .about-page .about-4 .list {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .marginBox .marginTop .play {
    width: 40px;
    height: 40px;
  }
  .about-page .marginBox .marginTop .play i {
    border-left-width: 10px;
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .about-page .about-5 {
    padding-top: 0;
  }
  .about-page .about-2 {
    padding-top: 50px;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 35px;
  }
}