@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
  font-family: 'Montserrat';
  max-width: 1920px;
  --color: #1fb395;
  font-weight: normal;
  margin: 0 auto;
}
.font-105 {
    font-size: 105px;
}
.container{
  width: 1710px;
}

.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

.grid-box {
  font-size: 0;
}

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.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%
    }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.txt-light {
  font-family: Arial;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.txt-italic {
  font-style: italic;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 90px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin-right: 35px;
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: var(--color);
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#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;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -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;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  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 var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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 ul.sub-menu li:hover > ul {
  display: block;
}
#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 .right .h-search {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid var(--color);
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}

.language-box .zhuyu{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color);
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 60px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
#banner .content{
  top: 34%;
}
#banner .content h2{
  line-height: 1.1;
}

h2.h-title {
  font-size: 66px;
  line-height: 1;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: bold;
}
h2.h-title.white {
  color: white;
}

.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  height: 55px;
  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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 15px 0 25px;
  border-radius: 35px;
}
.inner-page .more{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  height: 55px;
  line-height: 55px;
  font-weight: normal;
  display: flex;
  margin: auto;
}
.seoPublic .Auxil-related .list ul li .box .content a.more i{
  margin-left: 15px;
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  padding: 30px;
}
.more span{
  font-size: 18px;
}
.more:hover {
  color: white;
  background-color: var(--color);
}
.more:hover i{
  background-color: white;
  color: var(--color);
}
.more i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 16px;
  margin-left: 15px;
  transition: all 0.5s;
}


#index-body {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index-body .init-1 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-1 .container .left {
  width: 50%;
}
#index-body .init-1 .container .icon{
  position: absolute;
  left:0;
  top:0;
  transform: translateX(-50%);
  z-index: 5;  
}
#index-body .init-1 .container .left a {
  display: block;
}
#index-body .init-1 .container .left a img {
  width: 100%;
}
#index-body .init-1 .container .right {
  -o-background-size: cover;
  background-size: cover;
  width: 50%;
  min-height: 940px;
  padding: 150px 120px 20px 160px;
  background-color: #f2f3f4;
}
#index-body .init-1 .container .right .listCont {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
#index-body .init-1 .container .right .listCont .list {
  display: none;
}
#index-body .init-1 .container .right .listCont .list .img {
  display: none;
}
#index-body .init-1 .container .right .imgCont .list {
  width: 50%;
  margin-top: 20px;
}
#index-body .init-1 .container .right .imgCont .list .box {
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  height: 100px;
  z-index: 2;
  transition: all 0.5s;
}
#index-body .init-1 .container .right .imgCont .list .box .shadow {
  z-index: -1;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-1 .container .right .imgCont .list .box .img {
  width: 35%;
  overflow: unset;
}
#index-body .init-1 .container .right .imgCont .list .box .img img {
  width: auto;
}
#index-body .init-1 .container .right .imgCont .list .box .text {
  width: 65%;
  padding-left: 10px;
}
#index-body .init-1 .container .right .imgCont .list:hover .box {
  border-color: var(--color);
}
#index-body .init-1 .container .right .imgCont .list:hover .box .shadow {
  opacity: 1;
}
#index-body .init-2 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-2 .tipsTitle {
  text-transform: uppercase;
}
#index-body .init-2 .content .swiper{
  margin: 0 -20%;
}
#index-body .init-2 .content .btn {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  font-size: 50px;
  z-index: 3;
  top: 320px;
  cursor: pointer;
  right: 20.5%;
}
#index-body .init-2 .content .btn:hover {
  background-color: #000;
}
#index-body .init-2 .content .prev {
  left: 20.5%;
  right: unset;
}
#index-body .init-2 .content ul li .box .subImg {
  height: 340px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
#index-body .init-2 .content ul li .box .cont1 {
  margin-top: -140px;
  height: 280px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
#index-body .init-2 .content ul li .box .cont1 .subImg2 {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 74%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#index-body .init-2 .content ul li .box .cont1 .img3 {
  width: 30%;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
#index-body .init-2 .content ul li .box .cont1 .shadow1 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cccccc));
  background: -webkit-linear-gradient(top, #fdfdfd, #cccccc);
  background: -moz-linear-gradient(top, #fdfdfd, #cccccc);
  background: -o-linear-gradient(top, #fdfdfd, #cccccc);
  background: linear-gradient(to bottom, #fdfdfd, #cccccc);
  opacity: 0;
}
#index-body .init-2 .content ul li .box .cont1 .shadow2 {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 140px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #fdfdfd), to(#cccccc));
  background: -webkit-linear-gradient(bottom, #fdfdfd 40%, #cccccc);
  background: -moz-linear-gradient(bottom, #fdfdfd 40%, #cccccc);
  background: -o-linear-gradient(bottom, #fdfdfd 40%, #cccccc);
  background: linear-gradient(to top, #fdfdfd 40%, #cccccc);
}
#index-body .init-2 .content ul li .box .cont2 {
  opacity: 0;
  padding: 0 15px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
#index-body .init-2 .content ul li .box .cont2 .tips {
  text-transform: uppercase;
  color: var(--color);
}
#index-body .init-2 .content ul li .box .cont2 .title {
  font-weight: 500;
}
#index-body .init-2 .content ul li .box .des {
  color: #999999;
}
#index-body .init-2 .content ul li.swiper-slide-active .box .subImg {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-2 .content ul li .box .cont1 .img_text{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:30px;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-2 .content ul li.swiper-slide-active .box .cont1 .img_text{
  opacity: 1;
}
#index-body .init-2 .content ul li.swiper-slide-active .box .cont1 .subImg2 {
  opacity: 1;
}
#index-body .init-2 .content ul li.swiper-slide-active .box .cont1 .shadow1 {
  opacity: 1;
  -webkit-box-shadow: 0 0 20px rgba(101, 101, 101, 0.2);
  box-shadow: 0 0 20px rgba(101, 101, 101, 0.2);
}
#index-body .init-2 .content ul li.swiper-slide-active .box .cont1 .shadow2 {
  opacity: 0;
}
#index-body .init-2 .content ul li.swiper-slide-active .box .cont1 .img3 {
  width: 60%;
  text-align: center;
}
#index-body .init-2 .content ul li.swiper-slide-active .box .cont2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-2 .content ul li.swiper-slide-prev .box .cont1 .img3 {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
}
#index-body .init-2 .content ul li.swiper-slide-next .box .cont1 .img3 {
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  transform: translateX(-120%);
}
#index-body .init-3 {
  background: #f2f2f2;
}
#index-body .init-3 .content .left .icon{
  position: absolute;
  top:70px;
  left: 0;
}
#index-body .init-3 .content .left  ul{
  margin: 0 -50px;
}
#index-body .init-3 .content .left  ul li {
  width: 33.3333333%;
  padding:0 50px; 
  text-align: center;
  font-weight: 500;
}

#index-body .init-3 .content .right {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
#index-body .init-4 {
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .container .tipsTitle {
  text-transform: uppercase;
  color: #fff;
}
#index-body .init-4 .content {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#index-body .init-4 .content ul li .line{
  position: absolute;
  left: 0;
  top:0;
  width: 59px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-4 .content ul li.active .line{
  opacity: 1;
}
#index-body .init-4 .content ul li{
  width: 15%;
  transition: all 0.5s;
  min-height: 730px;
  padding-bottom: 60px;
  padding-top:100px;
  position: relative;
}
#index-body .init-4 .content ul li.active{
  width: 25%;
}
#index-body .init-4 .content ul li .box {
  border-left: 2px solid #8f8f8f;
  padding: 0 30px 80px 20px;
  min-height: 240px;
  position: relative;
}
#index-body .init-4 .content ul li .box .title {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  max-width: 240px;
}
#index-body .init-4 .content ul li:nth-last-child(2) .box .text .title,
#index-body .init-4 .content ul li:last-child .box .text .title{
  white-space: nowrap;
}
#index-body .init-4 .content ul li .box .des {
  color: #666666;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  margin-bottom: 50px;
}
#index-body .init-4 .content ul li .box .btn {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #dedede;
  border-radius: 50%;
  color: #929292;
  font-size: 40px;
}
#index-body .init-4 .content ul li .box .btn i {
  margin-left: 6px;
}
#index-body .init-4 .content ul li .box .text{
  position: absolute;
  left: 0;
  top:0;
  opacity: 0;
  transition: all 0.5s;
  padding-left: 60px;
}
#index-body .init-4 .content ul li .box .text .con{
  max-height: 140px;
  padding-right: 15px;
  overflow-y: auto;
}
#index-body .init-4 .content ul li.active .box .bot{
  opacity: 0;
}
#index-body .init-4 .content ul li.active .box .text{
  opacity: 1;
}

#index-body .init-4 .content ul li .box .btn:hover {
  background-color: var(--color);
  color: #fff;
}

#index-body .init-4 .content ul li.active .box {
  border-left: 1px solid transparent;
}
#index-body .init-4 .content ul li.active .box .more {
  color: var(--color);
}
#index-body .init-4 .content ul li.active .box .more:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-5 {
  -o-background-size: cover;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -50px;
  height: 940px;
}
#index-body .init-5 .imgList {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  overflow: hidden;
}
#index-body .init-5 .imgList .swiper {
  height: 100%;
}
#index-body .init-5 .imgList .swiper li {
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-5 .shadow {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
#index-body .init-5 .container {
  z-index: 3;
}
#index-body .init-5 .container .tipsTitle {
  color: #fff;
}
#index-body .init-5 .content {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 4;
  bottom: 50px;
}
#index-body .init-5 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .init-5 .content ul li .box {
  cursor: pointer;
  padding: 10px 20px 15px;
  position: relative;
  border-bottom: 2px solid #585857;
  color:white;
}
#index-body .init-5 .content ul li .box::before {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 179, 149, 0.8)), to(rgba(31, 179, 149, 0)));
  background: -webkit-linear-gradient(bottom, rgba(31, 179, 149, 0.8), rgba(31, 179, 149, 0));
  background: -moz-linear-gradient(bottom, rgba(31, 179, 149, 0.8), rgba(31, 179, 149, 0));
  background: -o-linear-gradient(bottom, rgba(31, 179, 149, 0.8), rgba(31, 179, 149, 0));
  background: linear-gradient(to top, rgba(31, 179, 149, 0.8), rgba(31, 179, 149, 0));
}
#index-body .init-5 .content ul li .box h4 {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
}
#index-body .init-5 .content ul li.swiper-slide-thumb-active .box .con{
  margin-bottom: 0;
}
#index-body .init-5 .content ul li .box .con{
  margin-bottom: -170px;
  transition: 0.5s;
}
#index-body .init-5 .content ul li.swiper-slide-thumb-active .box {
  color: #fff;
  border-color:var(--color);
}
#index-body .init-5 .content ul li.swiper-slide-thumb-active .box::before {
  opacity: 1;
}
#index-body .init-6 .container .content {
  border: 1px solid #cecece;
  border-radius: 30px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .content ul li .box {
  z-index: 2;
  padding: 50px;
  border-radius: 30px;
  border: 1px solid transparent;
}
#index-body .init-6 .container .content ul li .box .shadow {
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
#index-body .init-6 .container .content ul li .box .cat {
  display: inline-block;
  background-color: #efefef;
  border-radius: 6px;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
  padding: 2px 20px;
}
#index-body .init-6 .container .content ul li .box .title {
  font-weight: 600;
  color: #999999;
  transition: 0.5s;
}
#index-body .init-6 .container .content ul li .box .time {
  color: #c9c9c9;
  text-transform: uppercase;
}
#index-body .init-6 .container .content ul li .box .more {
  background-color: #eaeaea;
  width: 100%;
  border-radius: 26px;
  justify-content: center;
  padding: 10px;
}
#index-body .init-6 .container .content ul li .box:hover {
  border: 1px solid var(--color);
}
#index-body .init-6 .container .content ul li .box:hover .shadow {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#index-body .init-6 .container .content ul li .box:hover .title {
  color: #000;
}
#index-body .init-6 .container .content ul li .box:hover .more {
  background-color: var(--color);
  color: #fff;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #808285;
  color:white;
}
#footer .fbottomCont {
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
#footer .fBottom {
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
#footer .fBottom .listCont .ewmCont #ewm img,
#footer .fBottom .listCont .ewmCont #ewm canvas {
  width: 110px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
#footer .fBottom .listCont .first {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
}
#footer .fBottom .listCont .list2 {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 300;
}
#footer .fBottom .listCont .list3 {
  font-weight: 300;
}
#footer .fBottom .listCont1 {
  width: 240px;
}
#footer .fBottom .listCont2 {
  width: 18%;
  margin-left: 22%;
}
#footer .fBottom .listCont3 {
  width: 8%;
}
#footer .fBottom .listCont4 {
  width: 18%;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #666666;
  -o-background-size: cover;
  background-size: cover;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #fff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 14px 0;
  color: white;
}
@media (max-width: 1750px) {
  .container{
    width: 1650px;
  }
  #index-body .init-1 .container .right{
    padding: 100px 120px 20px;
  }
  #index-body .init-1 .container .right .imgCont .list .box .text {
    width: 60%;
    font-size: 16px;
  }
  #index-body .init-5 {
    height: 830px;
  }
}
@media (max-width: 1700px) {
  .font-105 {
    font-size: 90px;
  }
  #index-body .init-4 .content ul li .box .num {
    font-size: 32px;
  }
  #index-body .init-4 .content ul .li5 {
    width: 15%;
  }
  #index-body .init-4 .content ul .li6 {
    width: 17%;
  }
  #index-body .init-5 {
    height: 50vw;
  }
  #index-body .init-1 .container .right {
    padding: 100px 60px 20px;
  }
  #index-body .init-2 .content .swiper {
    margin: 0 -10%;
  }
  #index-body .init-3 .content .left  ul{
    margin: 0 -20px;
  }
  #index-body .init-3 .content .left  ul li {
    padding: 0 20px;
  }
  #index-body .init-4 .content .line {
    left: 50px;
  }
  #index-body .init-4 .content {
    min-height: 620px;
  }
  #index-body .init-5 .content ul li .box .con {
    margin-bottom: -100px;
  }
  #index-body .init-4 .content ul li .box .title{
    max-width: 160px;
  }
}
@media (max-width: 1450px) {
  .font-105 {
    font-size: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  #index-body .init-4 .content ul li .box .text{
    padding-left: 40px;
  }
  #index-body .init-4 .content ul li {
    min-height: 600px;
  }
  #banner .content h2 {
    width: 80%;
    margin: auto;
  }
  #index-body .init-3 .container .left .year {
    font-size: 130px;
  }
  #index-body .init-3 .container .left .listCont ul li .box .boxLeft .top em {
    font-size: 24px;
  }
  #index-body .init-4 .content ul li .box .num {
    font-size: 26px;
  }
  #index-body .init-4 .content ul li .box {
    padding: 0 10px 80px 10px;
  }
  #index-body .init-4 .content ul .li5 {
    width: 15%;
  }
  #index-body .init-4 .content ul .li6 {
    width: 17%;
  }
  #footer .fBottom .listCont1 {
    width: 300px;
  }
  #footer .fBottom .listCont2 {
    width: fit-content;
    margin-left: 0;
  }
  #footer .fBottom .listCont3 {
    width: fit-content;
  }
  #index-body .init-4 .content ul li .box .bot .title {
    font-size: 14px;
  }
  #index-body .init-4 .content ul li .box .text .title {
    font-size: 24px;
  }
  #index-body .init-5 .content ul li .box .con {
    margin-bottom: -120px;
  }
}
@media (max-width: 1250px) {
  .font-105 {
    font-size: 54px;
  }
  #index-body .init-4 .content ul li {
    min-height: unset;
    padding-bottom: 0;
    padding-top: 0;
  }
  #index-body .init-5 .content ul li .box .con {
    margin-bottom: -100px;
  }
  #banner, .inner-banner {
    margin-top: 60px;
  }
  #index-body .init-1 .container .icon{
    display: none;
  }
  #index-body .init-1 .container .left {
    width: 100%;
    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;
    display: none;
  }
  #index-body .init-1 .container .left a {
    width: 50%;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    height: auto;
    min-height: 1px;
    padding: 40px 16px;
  }
  #index-body .init-1 .container .right .listCont{
    margin: 0 -15px;
    width: auto;
    z-index: 2;
  }
  #index-body .init-1 .container .right .listCont .list{
    padding: 15px;
  }
  #index-body .init-1 .container .right .listCont .list .img{
    display: block;
  }
  #index-body .init-1 .container .right .imgCont {
    display: none;
  }
  #index-body .init-2 .container {
    padding: 0 16px;
  }
  #index-body .init-2 .content .next {
    right: 10px;
  }
  #index-body .init-2 .content .prev {
    left: 10px;
  }
  #index-body .init-3 .container .left {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-3 .container .right {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    width: 100%;
    max-width: 400px;
  }
  #index-body .init-4 .content {
    height: auto;
    min-height: 1px;
  }
  #index-body .init-4 .content ul li .box .des {
    display: block !important;
  }
  #index-body .init-4 .content ul li.li {
    width: 30%;
  }
  #index-body .init-4 .content ul li.active .box {
    border-left: 1px solid #8f8f8f;
  }
  #index-body .init-4 .content ul li.active .box .more {
    color: #929292;
  }
  #index-body .init-4 .content ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #index-body .init-6 .container .content ul li .box {
    padding: 30px 10px;
  }
  #index-body .init-2 .content .swiper {
    margin: 0;
  }
  #index-body .init-2 .content .swiper ul li{
    padding: 0 15px;
  }
  #index-body .init-2 .content ul li.swiper-slide-next .box .cont1 .img3,
  #index-body .init-2 .content ul li.swiper-slide-prev .box .cont1 .img3 {
    transform: translateX(-50%);
  }
  #index-body .init-2 .content ul li .box .cont1 .img3{
    width: 80%;
    text-align: center;
  }
  #index-body .init-3 .content .left {
    padding: 0 30px;
  }
  #index-body .init-3 .content .left .icon,
  #index-body .init-4 .content .line{
    display: none;
  }
  #index-body .init-4 .content {
    padding: 60px 60px 140px;
  }
  #index-body .init-4 .content ul{
    display: block;
    margin: 0 -15px;
  }
  #index-body .init-4 .content ul li{
    padding: 0 15px;
  }
  #index-body .init-4 .content ul li:hover .box .bot{
    opacity: 0;
  }
  #index-body .init-4 .content ul li:hover .box .text{
    opacity: 1;
    z-index: 5;
  }

  #index-body .init-4 .content ul li .box {
    padding: 0;
  }
  #index-body .init-4 .content ul li:hover .box {
    border-left: 1px solid transparent;
  }
  #index-body .init-4 .content ul li .box .bot{
    position: absolute;
    left: 15px;
    top:0;
    width: calc(100% - 30px);
    height: 100%;
  }
  #index-body .init-4 .content ul li .box .text{
    position: relative;
    padding: 0;
    z-index: -1;
  }
  #index-body .init-4 .content ul li .box .bot .title {
    font-size: 24px;
  }
  #footer .fBottom .listCont2,
  #footer .fBottom .listCont3{
    display: none;
  }
  #footer .fBottom .listCont4 {
    width: 50%;
  }
  #footer .fBottom .listCont .list3{
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-5 .content ul li .box .con {
    margin-bottom: -140px;
  }
  #index-body .init-2 .content ul li .box {
    opacity: 0;
  }
  #index-body .init-2 .content ul li.my-slide-visible .box {
    opacity: 1;
  }
  #index-body .init-2 .content ul li .box .cont1 .img3 {
    max-width: 80%;
  }
  #index-body .init-4 .content ul li.li {
    width: 50%;
  }
  .font-105 {
    font-size: 40px;
  }
  #index-body .init-2 .content .btn{
    display: none;
  }
  #index-body .init-2{
    padding: 65px 0;
  }
  #index-body .init-3 .content .left {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .init-3 .content .right{
    width: 100%;
    border-radius: 10px;
  }
  #footer .copyright .container .left{
    justify-content: center;
  }
  #footer .copyright .container .left span{
    text-align: center;
    margin-right: 0;
  }
  #footer .fBottom .listCont .first{
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .font-52 {
    font-size: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
    padding-top: 20px;
  }
  #index-body .init-2 .content ul li .box .cont2 {
    padding: 0;
  }
  #index-body .init-3 .container .left .listCont ul li {
    width: 100%;
  }
  #footer .fBottom .listCont4 {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-2 .content ul li .box .subImg {
    height: 220px;
  }
  #index-body .init-2 .content ul li .box .cont1 .img_text {
    width: 50%;
  }
  #index-body .init-2 .content ul li .box .cont2 .title {
    font-size: 20px;
  }
  
    #index-body .init-5 {
        height: 70vw;
    }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
    font-size: 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .title2 {
    font-size: 20px;
  }
  #index-body .init-1 .container .right .listCont .list {
    width: 100%;
  }
  #index-body .init-2 .content ul li .box .subImg {
    min-height: 60vw;
    height: auto;
    display: block;
    margin: auto;
  }
  #index-body .init-2 .content ul li .box .cont1 {
    height: 200px;
  }
  #index-body .init-2 .content ul li .box .cont1 .shadow2 {
    border-radius: 40px;
  }
  #index-body .init-2 .content ul li .box .cont1 .shadow1 {
    border-radius: 40px;
  }
  #index-body .init-2 .content .btn {
    top: 220px;
  }
  #index-body .init-2 .content .btn {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  #index-body .init-3 .container .left .year {
    font-size: 26vw;
  }
  #index-body .init-4 .content ul li.li {
    width: 100%;
  }
  #index-body .init-4 .content {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  #index-body .init-4 .content ul li .box .title {
    line-height: 2;
  }
  #index-body .init-5 .content {
    bottom: 10px;
  }
  #index-body .init-5 {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .font-105 {
    font-size: 24px;
  }
  #index-body .init-2 .content .swiper ul li {
    padding: 0;
  }
  #index-body .init-3 .content .left ul li {
    width: 50%;
    margin: 15px 0;
  }
  #index-body .init-4 .content {
    padding: 60px 15px 110px;
  }
}











/*inner*/
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.inner-banner {
  margin-top: 125px;
  position: relative;
  overflow: hidden;
}
.inner-banner .textAniC {
  font-size: 300px;
  font-weight: bold;
  color: #333333;
  opacity: 0.05;
  line-height: 1;
}
.inner-banner .textAniC .c {
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-animation: transAni2 60s linear infinite;
  -moz-animation: transAni2 60s linear infinite;
  animation: transAni2 60s linear infinite;
}
.inner-banner .line {
  position: absolute;
  width: 100%;
  bottom: 55px;
}
.inner-banner .line .bor {
  border: solid 1px rgba(51, 51, 51, 0.5);
}
.inner-banner .box2 {
  position: absolute;
  width: 100%;
  top: 50px;
}
.inner-banner .box2 .tit {
  line-height: 1;
  font-size: 26px;
}
.inner-banner .box2 .mbx {
  font-size: 14px;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-banner .box2 .mbx i {
  font-size: 20px;
}
.col2 {
  color: #333333;
}
.quality-page .quality-1 .st {
  font-size: 16px;
  color: #666666;
}
.quality-page .quality-1 .tip .right {
  color: #666666;
}
.quality-page .quality-1 .comy img {
  width: 100%;
}
.quality-page .quality-1 .dates {
  text-align: center;
}
.quality-page .quality-1 .dates p {
  color: #666666;
}
.quality-page .quality-1 .dates .num {
  color: var(--color);
}
.quality-page .quality-1 .dates .num em {
  line-height: 1;
}
.quality-page .quality-1 .dates .line {
  width: 1px;
  height: 46px;
  background: #333333;
  opacity: 0.5;
}
.quality-page .quality-2 .img-box{
  border-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-3 .item .left {
  width: 50%;
}
.quality-page .quality-3 .item .left .img {
  width: 130%;
  height: 100%;
}
.quality-page .quality-3 .item .left .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-3 .item .right {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.quality-page .quality-3 .item .right .box {
  height: 100%;
  background: var(--color);
  border-radius: 10px;
  color: #ffffff;
  padding: 50px 55px  59px 65px;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.quality-page .quality-3 .item .right .box .cont {
  font-size: 16px;
}
.quality-page .quality-3 .item .right .box .cont strong {
  display: block;
}
.quality-page .quality-3 .item .right .box .cont p {
  margin-bottom: 1em;
}
.quality-page .quality-3 .item .right .box .more {
  background: #fff;
  color: var(--color);
  height: 47px;
}
.quality-page .quality-3 .item .right .box .more:hover {
  background: #000;
  color: #fff;
}
.quality-page .quality-3 .item:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.quality-page .quality-3 .item:nth-child(2n) .left .img {
  margin-left: -30%;
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .tip .right {
    margin-top: 20px;
  }
  .quality-page .quality-3 .item .left .img {
    width: 100%;
  }
  .quality-page .quality-3 .item:nth-child(2n) .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .quality-page .quality-3 .item:nth-child(2n) .left .img {
    margin: 0;
  }
  .quality-page .quality-1 .dates li {
    width: 50%;
    margin-bottom: 15px;
  }
  .quality-page .quality-1 .dates .line {
    display: none;
  }
  .quality-page .quality-3 .item .right .box {
    padding: 30px 35px  39px 45px;
    display: block
  }
  .quality-page .quality-3 .item .right {
    margin-top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .dates li {
    width: 100%;
  }
  .quality-page .quality-3 .item .right .box {
    padding: 20px;
  }
}


.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
    font-family: 'Hemihead';
    text-transform: uppercase;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 210px;
  overflow-y: scroll;
}
.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-weight:bold;
}
.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;
  font-weight:500;
}
.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-weight:bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.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: #8ac340;
}
.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%;
  margin: 0 auto;
  overflow: hidden;
}
.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: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 112%;
  -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: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight:500;
  text-align: center;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.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: 'Hemihead';
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #ffffff;
  margin-top: 20px;
}
/*.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--white);
}
.product-page .init-4 .container .more::after {
  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;
  font-weight:500;
  margin-top: 15px;
  text-align: center;
}




.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%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
    width: 100%;
    padding: 60px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  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 .prodet-2 {
    padding: 90px 0 100px;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    text-transform: uppercase;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: bold;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .det{
  font-size: 18px;
}
.product-page .prodet-2 .ret table tr td{
  font-size: 16px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 30px;
    font-family: 'Hemihead';
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--primary);
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}

.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: 46%;
}

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

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #181818;
  font-family: 'Montserrat';
  /*text-transform: uppercase;*/
      font-weight: 500;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.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;
  -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-weight:bold;
  text-transform: uppercase;
}

.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 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

.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 .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
  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-weight:bold;
}

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

.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%;
  text-align: center;
}

.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;
  line-height: 32px;
  font-family: var(--font);
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  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;
  line-height: 30px;
  font-weight:500;
  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;
  line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight:500;
  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;
  font-weight:500;
  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;
  font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: 40px;
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #222;
}

.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 24px auto 0;
  padding: 10px 30px;
  font-size: 16px;
  color: white;
  border: 1px solid transparent;
  background-color: var(--color);
  transition: all 0.5s;
  border-radius: 35px;
}
.sider-box .sider-left .quote .form form .submit:hover{
  background-color: transparent;
  color: var(--color);
  border-color: var(--color);
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}

.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-family: var(--font);
  line-height: 28px;
}

.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 1050px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: #328256;
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
  .sider-box .sider-left{
    width:33%;
  }
  .sider-box .sider-right{
    width:67%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
  .sider-box .sider-left{
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding-left: 0;
  }
  #cp-Nav {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}


@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
}

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

@media (max-width: 1000px) {
  .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 215px;
  }
  .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;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .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;
  }
}

@media (max-width: 500px) {
 
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .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;
  }
  .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;
    line-height: 36px;
  }
  .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 {
  
    padding-top: 40px;
  }

  .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: 22px;
    line-height: 40px;
    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%;
  }
}

.product-page .fl{
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--primary);
  font-size: 30px;
  font-family: 'RM';
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul{
  display: block;
}
.product-page .fl .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--primary);
  color: white;
}*/
.product-page .fl .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
  background: var(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  color: #fff;
}
.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.product-2 .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1450px) {
  .product-2 .sidebar-info .icon a{
    margin: 0 20px
  }
}
@media screen and (max-width: 700px) {
  .product-page .fl{
    display: block;
  }
  .product-page .fl .box{
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3{
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
}

.product-page .product-2 {

  margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
   .product-page .product-2{
    margin-top: 0px!important;
  }
 #cp-Nav .nav{
   padding: 0
 }
}
@media screen and (max-width: 700px) {
    .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list{
    padding: 20px
  }
}

@media (max-width: 500px) {
  .inner-banner .container .catName {
    font-size: 24px;
  }
}

.honor-page .init-1 .container .left {
  width: 230px;
}
.honor-page .init-1 .container .left .listC .list {
  cursor: pointer;
  margin-top: 80px;
  color: #777777;
}
.honor-page .init-1 .container .left .listC .list .num {
  line-height: 1;
}
.honor-page .init-1 .container .left .listC .list .text {
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list .line {
  height: 5px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  background-color: var(--color);
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
  color: var(--color);
}
.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-1 .container .left .listC .list:first-child {
  margin-top: 0;
}
.honor-page .init-1 .container .right {
  width: -webkit-calc(-130%);
  width: -moz-calc(-130%);
  width: calc(100% - 230px);
  padding-left: 120px;
}
.honor-page .init-1 .container .right .list {
  display: none;
  width: 100%;
}
.honor-page .init-1 .container .right .list .listC {
  width: 100%;
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC {
  padding-right: 70px;
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
  height: auto;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide > div {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-list {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.honor-page .init-1 .container .right .list .imgC ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
  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;
}
.honor-page .init-1 .container .right .list .imgC ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
  z-index: 2;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}
.honor-page .init-1 .container .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.honor-page .init-1 .container .right .list .galleryC i {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.honor-page .init-1 .container .right .list .galleryC i:hover {
  color: var(--color);
}
.honor-page .init-1 .container .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}
.honor-page .init-1 .container .right .list .galleryC ul li {
  padding: 10px 0;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
  border-radius: 10px;
  height: 74px;
  cursor: pointer;
  font-size: 18px;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding-right: 4px;
  max-height: 74px;
}
.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .right .list.active {
  display: block;
}
.honor-page .init-1 .container .right .list.active .listC .imgC {
  -webkit-animation: fadeInLeftSmall 0.5s linear;
  -moz-animation: fadeInLeftSmall 0.5s linear;
  -o-animation: fadeInLeftSmall 0.5s linear;
  animation: fadeInLeftSmall 0.5s linear;
}
.honor-page .init-1 .container .right .list.active .listC .galleryC {
  -webkit-animation: fadeInRightSmall 0.5s linear;
  -moz-animation: fadeInRightSmall 0.5s linear;
  -o-animation: fadeInRightSmall 0.5s linear;
  animation: fadeInRightSmall 0.5s linear;
}
@media (max-width: 1250px) {
  .honor-page .init-1 .container .left {
    width: 150px;
  }
  .honor-page .init-1 .container .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .left {
    width: 100%;
  }
  .honor-page .init-1 .container .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .honor-page .init-1 .container .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }
  .honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 20px;
  }
  .honor-page .init-1 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .honor-page .init-1 .container .right .list .imgC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .honor-page .init-1 .container .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}

.factory-page{
  padding: 0 0 100px;
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .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: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}



.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-bottom: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-weight:bold;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
  padding: 0;
  display: flex;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 74px;*/
  left: 55px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  width: 186px;
  background-color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.appdet-page .init-1 .container {
  border-bottom: 1px solid #bababa;
}
.appdet-page .init-1 .container .content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
  color: #666666;
}
.appdet-page .init-1 .container .content .list {
  padding: 0 10px;
  width: 230px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.appdet-page .init-1 .container .content .list::before {
  content: '/';
  position: absolute;
  font-weight: 400;
  top: 0;
  right: 0;
}
.appdet-page .init-1 .container .content .list:hover {
  color: var(--color);
  font-weight: bold;
}
.appdet-page .init-1 .container .content .list:hover::before {
  color: #666666;
}
.appdet-page .init-1 .container .content .list:last-child::before {
  display: none;
}
.appdet-page .init-2 {
  padding-top: 20px;
}
.appdet-page .init-2 .container .img {
  width: 38%;
  text-align: center;
}
.appdet-page .init-2 .container .right {
  width: 62%;
  padding-left: 100px;
}
.appdet-page .init-2 .container .right .title {
  color: var(--color);
}
.appdet-page .init-2 .container .right .des {
  margin-top: 30px;
  color: #666666;
  /*text-indent: 36px;*/
  height: 270px;
  overflow-y: auto
}
.appdet-page .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 80px;
}
.appdet-page .init-2 .container .right .listC ul {
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.appdet-page .init-2 .container .right .listC ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.appdet-page .init-2 .container .right .listC ul li .box {
  padding: 20px 16px;
  text-align: center;
}
.appdet-page .init-2 .container .right .listC ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--color);
  top: -4px;
  right: -4px;
  border-radius: 50%;
}
.appdet-page .init-3 {
  background-color: #f5f5f5;
}
.appdet-page .init-3 .container .tipsTitle {
  text-align: center;
}
.appdet-page .init-3 .container .content {
  padding: 0 100px;
  margin-top: 40px;
  position: relative;
}
.appdet-page .init-3 .container .content .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #929292;
  color: #929292;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.appdet-page .init-3 .container .content .prev {
  right: unset;
  left: 0;
}
.appdet-page .init-3 .container .content .swiper {
  padding: 64px 0;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  opacity: 0.6;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .img1 {
  width: 100%;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .img2 {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
}
.appdet-page .init-3 .container .content2 {
  padding: 0 100px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box {
  text-align: center;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
  margin-top: 40px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #777777;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box:hover {
  background-color: #e6effe;
}
@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
  .appdet-page .init-1 {
    display: none;
  }
  .appdet-page .init-2 {
    padding-top: 40px;
  }
  .appdet-page .init-2 .container .img {
    width: 100%;
    text-align: left;
  }
  .appdet-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .appdet-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 700px) {
  .appdet-page .init-3 .container .content {
    padding: 0 25px;
  }
  .appdet-page .init-3 .container .content .btn {
    background-color: #fff;
  }
  .appdet-page .init-3 .container .content2 {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-bottom: 40px;
  }
  .appdet-page .init-2 .container .right .des {
    margin-top: 10px;
    /*text-indent: 32px;*/
  }
  .appdet-page .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .appdet-page .init-2 .container .right .listC ul li {
    width: 33.33%;
  }
  .appdet-page .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .appdet-page .init-3 .container .content {
    padding: 0 12px;
    margin-top: 20px;
  }
  .appdet-page .init-3 .container .content .btn {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
    margin-top: 20px;
  }
}


.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: white;
  text-align: center;
  background-color: var(--color);
  cursor: pointer;
  border-radius: 35px;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: transparent;
  color: var(--color);
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  max-width: 80%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
  width: 33.333333%;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid var(--color);
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  .contact-page .init-2 .container .listCont{
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}

.faq-page {
    /*padding-top: 39px;*/
    background-color: #faf9f9;
}
.faq-page .faq-1 {
    background: url(../images/faq-bg.png) no-repeat right bottom;
    padding-bottom: 6%;
}
.faq-page .faq-1 .header {
    max-width: 1134px;
}
.faq-page .faq-1 .header .title {
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-1 .content {
    margin-top: 82px;
    border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
    border-bottom: 1px solid #bebebe;
    padding: 34px 0 40px;
    color: #030303;
}
.faq-page .faq-1 .content 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;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    font-weight: bold;
    cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
    padding-right: 34px;
    width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
    display: inline-block;
    vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-page .faq-2 .box {
    background: url(../images/faq-1.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 11.459% 20% 10.6771%;
    text-align: center;
}
.faq-page .faq-2 .box .play {
    font-size: 36px;
    color: #fff;
    background-color: rgba(71, 26, 26, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 280px;
    height: 280px;
    line-height: 280px;
    position: relative;
    text-align: center;
}
.faq-page .faq-3 {
    background: url(../images/ab-wz.png) no-repeat center top;
    margin-top: 7%;
    padding-top: 7%;
    margin-bottom: 5%;
}
.faq-page .faq-3 .header {
    color: #030303;
}
.faq-page .faq-3 .header .title {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-3 .header p {
    font-size: 27px;
    line-height: 1.3;
    margin-top: 12px;
}
.faq-page .faq-3 .search {
    text-align: center;
    margin-top: 87px;
}
.faq-page .faq-3 .search form {
    max-width: 773px;
    margin: 0 auto;
    position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
    width: 100%;
    height: 54px;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
    background: url(../images/faq-icon.png) no-repeat 29px center;
    text-align: right;
    border: 0;
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 18px;
    width: 176px;
    text-transform: uppercase;
    color: #030303;
    border-left: 1px solid #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
    background-position-x: 30px;
    color: var(--color);
    border-color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .faq-1 .header .title {
        font-size: 60px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 52px;
    }
    .faq-page .faq-1 {
        background: transparent;
    }
    .inner-page .m-page{
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .faq-1 .header .title {
        font-size: 45px;
    }
    .faq-page .faq-1 .content {
        margin-top: 40px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 40px;
    }
    .inner-page .m-page{
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page {
        padding-top: 0;
    }
    .faq-page .faq-1 .header .title {
        font-size: 36px;
        line-height: 1.4;
    }
    .faq-page .faq-1 .content {
        margin-top: 20px;
    }
    .faq-page .faq-1 .content ul li .tit {
        font-size: 20px;
        line-height: 36px;
    }
    .faq-page .faq-1 .content ul li .tit em {
        padding-right: 20px;
    }
    .faq-page .faq-2 .box {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-page .faq-3 {
        background: transparent;
        margin-top: 5%;
    }
    .faq-page .faq-3 .header .title {
        font-size: 36px;
    }
    .faq-page .faq-3 .header p {
        font-size: 20px;
        line-height: 1.4;
    }
    .faq-page .faq-3 .search {
        margin-top: 20px;
    }
    .faq-page .faq-3 .search form input[type="text"] {
        padding-right: 0;
    }
    .faq-page .faq-3 .search form input[type="submit"] {
        position: initial;
        margin-top: 20px;
        border: 1px solid #000;
        height: 50px;
        padding-right: 15px;
        background-position-x: 20px;
    }
}

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

.news-page .news-1 {
    padding: 0 0 50px;

}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background-color: white;
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 4.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.newdet-page {
    padding: 50px 0;
        background-color: #faf9f9;
}
.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    color: white;
    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;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}
.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}
/*.newdet-page .slideBarRight .text ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #000;
    font-size: 1.2em;
}*/
.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-right: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}
.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}
.newdet-page .slideBarRight .text table td, .newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}
.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}
.newdet-page .slideBarRight .text ul li {
    margin-left: 20px;
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
     background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;
    overflow: hidden;*/
    line-height: 30px;
    height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.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;
    color: white;
    background-color: #007aff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
     background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
        border-radius: 20px;
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-left: 4%;
}

.inner-page .slideBarBox .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    font-family: 'Hemihead';
    text-transform: uppercase;
    line-height: 1.2;
}
.inner-page .slideBarBox .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.inner-page .slideBarBox .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .category .catelist {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  font-size: 16px;
  transition: all 0.5s;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a:hover,
.inner-page .slideBarBox .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
  font-family: cursive;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.inner-page .slideBarBox .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.inner-page .slideBarBox .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .quote .form {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit{
  margin: 24px auto 0;
  padding: 10px 30px;
  font-size: 16px;
  color: white;
  border: 1px solid transparent;
  background-color: var(--color);
  transition: all 0.5s;
  border-radius: 35px;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit:hover{
  background-color: transparent;
  color: var(--color);
  border-color: var(--color);
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'],
.inner-page .slideBarBox .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.inner-page .slideBarBox .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.inner-page .slideBarBox .sider-left .quote .form .more{
  margin-top: 30px;
}
.inner-page .slideBarBox .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}
.inner-page .slideBarBox .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.inner-page .slideBarBox .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.inner-page .slideBarBox .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.inner-page .slideBarBox .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .hot-news .list {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .sider-left .hot-news .list time {
  color: #858585;
}
.inner-page .slideBarBox .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.inner-page .slideBarBox .sider-left .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1450px) {
.inner-page .slideBarBox .sider-left  .sidebar-info .icon a{
    margin: 0 20px
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBarBox .sider-left {
    display: none
  }
  .inner-page .slideBarBox .slideBarRight{
    padding-left: 0
  }
  .inner-page .slideBarBox .slideBarRight{
    width: 100%
  }
}
.inner-page a.link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: var(--color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.inner-page a.btn {
  font-size: 15px;
    line-height: 60px;
    height: 60px;
    padding: 0 60px;
  display: inline-block;
  font-weight: 500;
  color: white;
      border-radius: 30px;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: black;
}*/
@media screen and (max-width: 1700px) {
    .newdet-page,
    .news-page .news-1,
    .gallery-page, 
    .product-page{
        padding: 20px 0;
    }
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    } 
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
  
}
@media screen and (max-width: 1450px) { 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
     
    .inner-page a.link {
        font-size: 14px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    
    .Auxil-catdes{
        display: none!important;
    }
    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
    
    
}
@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
     
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
  
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
  
}
@media screen and (max-width: 1000px) {
     
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
    
   
}
@media screen and (max-width: 700px) {
     
    
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
        line-height: 1.6;
    }
    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
   
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
    
}

.newdet-page .form ul {
    margin: -10px;
}
.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px;
}
.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
    border-color: var(--color);
}
.newdet-page .form ul li textarea {
    height: 80px;
}
.newdet-page .form ul li.wid-100 {
    width: 100%;
}
.newdet-page .form ul li input[type='submit']{
  border: none;
  background-color: var(--color);
  padding: 10px 30px;
  font-size: 16px;
  color: white;
  transition: all 0.5s;
}
.newdet-page .form ul li input[type='submit']:hover{
  background-color: #000;
}
.project-page{
  padding: 0 0 100px;
}
.project-page ul{
  margin: -15px;
}
.project-page ul li{
  padding: 15px;
}
.project-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}
.jectdet-page .sidebar-box .content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.jectdet-page .sidebar-box .content  .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.jectdet-page .sidebar-box .content .right .cont{
  height: 365px;
  overflow-y: auto
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
.seoPublic .news .text a{
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 1000px){
  .honor-page .init-1 .container .left .listC .list{
    width: 45%;
  }
  .jectdet-page .sidebar-box .content .right{
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px){
  .product-page .prodet-2 .ret .content dl dd h4{
    font-size: 20px;
  }
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}







span.tag {
    font-size: 18px;
    color: var(--color);
    display: block;
    line-height: 1.2;
    margin-bottom: 12px
}

span.h2 {
    font-size: 46px;
    font-weight: 900;
    line-height: 60px;
    display: block
}

.inner-page .text {
    font-size: 18px;
    color: #222;
    line-height: 32px;
}

.about-page .about-1 {
    padding: 110px 0
}
.about-page .about-1 .content{
    background: url(../images/about-1left-bj.jpg) left bottom no-repeat #fff;
    padding-bottom: 65px;
}
.about-page .about-1 .flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-page .about-1 .flex .title {
    flex: 1;
    padding-right: 20px
}

.about-page .about-1 .flex .text {
    flex: 1;
    padding-right: 30px;
    overflow-y: auto;
    max-height: 600px;
}

.about-page .about-1 .list {
    margin-top: 65px;
    text-align: center;
}

.about-page .about-1 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.about-page .about-1 .list ul li {
    width: auto
}

.about-page .about-1 .list ul li span {
    font-size: 40px;
    line-height: 1;
    display: block;
    margin-bottom: .2em;
    font-weight: 700;
    color: var(--color)
}

.about-page .about-1 .list ul li p {
    font-size: 18px
}

.about-page .about-1 .box {
    height: 830px;
    background-position: center;
    background-size: cover;
    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;
    border-radius: 20px
}

.about-page .about-1 .box .play {
    cursor: pointer;
}

.about-page .about-2 {
    padding: 110px 0;
    background-color: #f8f7f7
}

.about-page .about-2 .flex {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -moz-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.about-page .about-2 .left span.h2 {
    margin-bottom: 1em
}

.about-page .about-2 .left .text {
    max-width: none;
    line-height: 2.22222222
}

.about-page .about-2 .right {
    margin: 0 auto;
    width: 30%
}

.about-page .about-2 .right .info {
    font-size: 18px;
    height: 100%;
    width: 100%;
    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;
    background-color: #fff;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10%
}

.about-page .about-2 .right .info i.iconfont {
    color: var(--color);
    margin-right: 1.5em;
    border-radius: 100%;
    flex-shrink: 0
}

.about-page .about-2 .options .right .info i.iconfont {
    color: var(--color)
}

.about-page .about-2 .options .right .info p.active i.iconfont {
    color: #fff;
    border-color: transparent
}

.about-page .about-3 {
    padding: 100px 0
}

.about-page .about-3 span.h2 {
    margin-bottom: 1em
}

.about-page .about-3 .list {
    position: relative
}

.about-page .about-3 .list ul {
    margin: 0 -35px
}

.about-page .about-3 .list ul li {
    padding: 0 35px
}

.about-page .about-3 .list ul li a.img-box {
    display: block;
    border-radius: 20px
}

.about-page .about-3 .list ul li a.img-box img {
    border-radius: 20px
}

.about-page .about-3 .list ul li span {
    font-size: 18px;
    color: #222;
    display: block;
    margin-top: 1.2em;
    text-align: center
}

.about-page .about-3 .list .btn div {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,.7);
    margin: 0
}

.about-page .about-3 .list .btn div.prev {
    left: 0
}

.about-page .about-3 .list .btn div.next {
    right: 0
}

.about-page .about-3 .list .btn div:hover {
    background-color: var(--color)
}

.about-page .about-4 {
    padding: 100px 0;
    background-color: #f8f7f7
}

.about-page .about-4 .left {
    width: 42%;
    padding-right: 3%
}

.about-page .about-4 .left .text {
    font-size: 17px;
    margin-top: 1.5em
}

.about-page .about-4 .left a.more {
    margin-top: 3.52941176em
}

.about-page .about-4 .right {
    width: 58%
}

.about-page .about-4 .right .list {
    padding-top: 25px;
    overflow: hidden
}

.about-page .about-4 .right .list .slick-list {
    overflow: unset
}

.about-page .about-4 .right ul {
    margin: -7px
}

.about-page .about-4 .right ul li {
    padding: 7px
}

.about-page .about-4 .right ul li img {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about-page .about-5 .box {
    position: relative;
    padding: 110px 0
}

.about-page .about-5 .box .mask {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2%;
    z-index: -1
}

.about-page .about-5 .box .mask i {
    width: 100%;
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9
}

.about-page .about-5 span.h2 {
    margin-bottom: 1em
}

.about-page .about-5 .list {
    padding-top: 130px;
    overflow: hidden;
    padding-left: 1px;
    padding-right: 3px
}

.about-page .about-5 .list .slick-list {
    overflow: unset
}

.about-page .about-5 .list li a {
    height: 250px;
    border: 1px solid #f9f9f9;
    margin: 0 -1px;
    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: #fff;
    position: relative;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about-page .about-5 .list li a img {
    max-height: 100%
}

.about-page .about-5 .list .slick-current li a,.about-page .about-5 .list .slick-current+div+div li a,.about-page .about-5 .list .slick-current+div+div+div+div li a {
    top: -130px
}

.about-page .about-3-add {
    padding: 10% 0 6.407%
}

.about-page .about-3-add .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.about-page .about-3-add .left .title {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    margin-top: 21px
}

.about-page .about-3-add .left .title em {
    display: block
}

.about-page .about-3-add .left .video {
    max-width: 560px;
    margin-top: 40px
}

.about-page .about-3-add .left .video video {
    width: 100%;
    object-fit: cover
}

.about-page .about-3-add .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative
}

.about-page .about-3-add .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.about-page .about-3-add .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%
}

.about-page .about-3-add .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.about-page .about-3-add .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.about-page .about-3-add .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: 700
}

.about-page .about-3-add .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0
}

.about-page .about-3-add .right .tag ul li.current a {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.about-page .about-3-add .right .content ul li {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(90%,#da),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(#da 90%,rgba(255,255,255,0));
    background: -moz-linear-gradient(rgba(241,238,226,.8) 90%,rgba(255,255,255,0));
    background: linear-gradient(#da 90%,rgba(255,255,255,0));
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px
}

.about-page .about-3-add .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: 700
}

.about-page .about-3-add .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0,0,0,.65);
    margin-top: 21px
}

.about-page .about-3-add .right .content ul li:last-child {
    margin-bottom: 0
}

.about-page .about-3-add .right .content ul li.active {
    background: #f3f3f3;
    border-radius: 20px
}

.about-page .service-2 .ui.container {
    width: auto;
    max-width: 1700px
}

.about-page .service-2 .box {
    height: 700px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    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;
    padding: 5%
}

.about-page .service-2 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.about-page .service-2 .box .mask i.active {
    opacity: 1
}

.about-page .service-2 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: #fff
}

.about-page .service-2 .box .content span.tag {
    display: block;
    color: var(--color);
    margin-bottom: .5em;
    font-weight: 500
}

.about-page .service-2 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%
}

.about-page .service-2 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}
.why-page .container{
  max-width: 1200px;
}
.why-page .container ul li:nth-child(even) .box{
  flex-direction: row-reverse;
}
.why-page .container ul li .box .text{
  padding-left: 60px;
}
.why-page .container ul li:nth-child(even) .box .text{
  padding-left: 0;
  padding-right: 60px;
}
@media screen and (max-width: 700px) {
  .why-page .container ul li .box .img{
    width: 100%;
  }
  .why-page .container ul li .box .text .h4{
    font-size: 20px;
  }
  .why-page .container ul li .box .text{
    width: 100%;
    padding: 0 !important;
    margin-top: 35px;
  }
}

@media screen and (max-width: 1680px) {
    .about-page .about-3-add .left .title {
        font-size:72px
    }
}

@media screen and (max-width: 1450px) {
    .about-page .about-3-add .left .title {
        font-size:66px
    }

    .about-page .service-2 .box {
        height: 600px
    }
}

@media screen and (max-width: 1280px) {
    .about-page .about-3-add .right .content ul li {
        padding:60px 20px
    }

    .about-page .service-2 .box {
        height: 500px
    }
}

@media screen and (max-width: 1100px) {
    .about-page .about-3-add .left .title {
        font-size:53px
    }

    .about-page .about-3-add .right .content ul li {
        padding: 40px 20px
    }

    .about-page .about-3-add .right .content ul li .tit {
        font-size: 60px
    }

    .about-page .about-3-add .right .content ul li .con {
        margin-top: 10px
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-3-add .left {
        position:initial;
        width: 100%
    }

    .about-page .about-3-add .right {
        width: 100%;
        margin-top: 30px
    }

    .about-page .service-2 .box {
        height: 420px;
        border-radius: 15px;
    }
    .about-page .service-2 .box .content .text{
      max-height: 140px;
      overflow-y: auto;
    }
    .about-page .about-1 .flex .title{
      width: 100%;
      margin-bottom: 60px;
      flex: unset;
    }
    .about-page .about-1 .flex .text{
      width: 100%;
      max-height: unset;
      overflow-y: unset;
      padding-right: 0;
    }
    .about-page .about-1 .list ul li {
      width: 50%;
      margin: 15px 0;
    }
    .about-page .about-1 .box {
      height: 340px;
    }
  .about-page .service-2 .box .content {
      width: 80%;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .about-page .about-4 .right {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
    .about-page .about-3-add .left .title {
        font-size:46px
    }

    .about-page .service-2 .box .content {
        max-width: 100%
    }

    .about-page .service-2 .box {
        height: auto
    }

    .about-page .service-2 .box .content {
        background-color: rgba(255,255,255,.6)
    }

    .flexBottom a {
        display: block
    }

    .flexBottom i {
        display: none
    }

    .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
        font-size: 30px;
        margin-bottom: 1em
    }

    .inner-page.product-det-page .miaoshu-det {
        margin-bottom: 0
    }

    .product-det-page .product-det-2 {
        padding: 30px 0
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-3-add .left .title {
        font-size:32px;
        line-height: 1.6
    }

    .about-page .about-3-add .right {
        padding-left: 0
    }

    .about-page .about-3-add .right .tag {
        display: none
    }

    .about-page .about-3-add .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241,238,226,.8);
        padding: 30px 15px
    }

    .about-page .about-3-add .right .content ul li .tit {
        font-size: 40px
    }

    .about-page .about-3-add .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8
    }
}


#index-body .init-3 {
    padding: 120px 0;
}

#index-body .init-3 .list {
    margin-top: 130px
}

#index-body .init-3 .list ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}
#index-body .init-3 .list ul{
  margin: 0 -15px;
}
#index-body .init-3 .list ul li {
    color: #787878;
    padding: 0 15px;
}

#index-body .init-3 .list ul li .text {
    font-size: 18px;
    line-height: 1.4;
    color: inherit;
    padding-right: 1em;
    max-height: 140px;
    overflow-y: auto
}

#index-body .init-3 .list ul li .line {
    display: block;
    height: 1px;
    background: #dcdcdc;
    margin: 20px 0;
    position: relative
}

#index-body .init-3 .list ul li .line:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    -webkit-transition: 6.5s linear;
    -moz-transition: 6.5s linear;
    transition: 6.5s linear
}

#index-body .init-3 .list ul li .line i {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #787878;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#index-body .init-3 .list ul li .line i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

#index-body .init-3 .list ul li .year {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 1em
}

#index-body .init-3 .list ul .slick-current li {
    color: var(--color)
}

#index-body .init-3 .list ul .slick-current li .text {
    color: #120c0b
}

#index-body .init-3 .list ul .slick-current li .line:before {
    width: 100%
}

#index-body .init-3 .list ul .slick-current li .line i {
    left: 3px;
    background-color: var(--color)
}

#index-body .init-3 .list ul .slick-current li .line i:after {
    opacity: .5
}

@media screen and (max-width: 1600px) {
    #index-body .init-3 {
        padding:100px 0
    }

    #index-body .init-3 .list ul li .text {
        font-size: 18px
    }

    #index-body .init-3 .list ul li .year {
        font-size: 20px
    }
}

@media screen and (max-width: 1450px) {
    #index-body .init-3 {
        padding:60px 0
    }

    #index-body .init-3 .list ul li .text {
        font-size: 16px
    }

    #index-body .init-3 .list {
        margin-top: 70px
    }

    #index-body .init-3 .list ul li .year {
        font-size: 18px
    }
}

@media screen and (max-width: 1250px) {
    #index-body .init-3 .list ul li .text {
        font-size:14px
    }
    span.h2{
      font-size: 36px;
    }
}

@media screen and (max-width: 1000px) {
    #index-body .init-3 .list {
        margin-top:40px
    }
    span.h2{
      font-size: 30px;
    }
}

@media screen and (max-width: 700px) {
    #index-body .init-3 .list ul li .year {
        font-size:16px;
        line-height: 30px
    }
    span.h2{
      font-size: 24px;
    }
    .contact-page .init-2 .container .listCont .list .cir {
      width: 80px;
      height: 80px;
    }
    .contact-page .init-2 .container .listCont .list .cir img {
      max-width: 30px;
    }
}



.join-page .join-1 {
  z-index: 3;
  position: relative;
  /*margin-top: -220px;*/
  margin-top: -60px;
  border-radius: 73px 73px 0 0;
  background: white;
}
.join-page .join-1 .ui.container {
  z-index: 2;
}
.join-page .join-1 .content_box {
  background-color: white;
  border-radius: 0 170px 0 0;
  z-index: 5;
}
.join-page .join-1 .content_box ul li .box {
  border: 1px solid #c7c7c7;
  padding: 30px;
}
.join-page .join-1 .content_box ul li .box .h4{
  min-height: 72px;
}
.join-page .join-1 .content_box ul li .box .icon {
  text-align: center;
}
.join-page .join-1 .content_box ul li .box .icon img {
  margin: auto;
}
.join-page .join-1 .content_box ul li .box .des {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  min-height: 196px;
}
.join-page .join-1 .content_box .slickDots {
  width: 280px;
  height: 11px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.join-page .join-1 .content_box .slickDots i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: var(--color);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.join-page .join-1 .content_box .slickDots ul {
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.join-page .join-1 .content_box .slickDots ul li {
  padding: 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 100%;
  background-color: #e2efe8;
  margin: 0;
  border: none;
  border-radius: 0;
}

.seo_form {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.seo_form form {
  width: 80%;
  margin: auto;
}
.seo_form form input,
.seo_form form textarea {
  border: 1px solid #c7c7c7;
  font-size: 16px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
  width: 100%;
}
.seo_form form textarea {
  padding: 20px;
  height: 150px;
}
.seo_form form button {
  border: none;
}
@media screen and (max-width: 1450px) {
  .join-page .join-1 .content_box ul li .box .h4 {
    min-height: 90px;
  }
}
@media screen and (max-width: 1250px) {
  .join-page .join-1 {
    border-radius: 40px 40px 0 0;
  }
  .join-page .join-1 .content_box {
    border-radius: 0 90px 0 0;
  }
  .join-page .join-1 {
    margin-top: 0px;
  }
  .join-page .join-1{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .join-page .join-1 .content_box ul li .box .h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
 .join-page .join-1 {
    margin-top: 10px;
  }
}


.solution-page {
  /*background-color: #efefef;*/
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.solution-page ul{
  margin:-30px -65px;
}
.solution-page ul li{
  padding:30px 65px;
}
.solution-page ul li .img-box {
  border-radius: 20px;
}
.solution-page ul li .content {
  border-radius: 12px;
  background-color: white;
  padding: 25px 30px;
  width: 80%;
  margin: auto;
  z-index: 3;
  position: absolute;
  bottom:-80px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.solution-page ul li .content .des {
  line-height: 1.6;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
  max-height: 0;
  transition: 0.5s ease-in-out;
  font-size: 16px;
}
.solution-page ul li:hover .content .des{
   max-height: 120px;
}
.soludet-page .soludet-1 {
  background-color: white;
  border-radius: 73px 73px 0 0;
  margin-top: -65px;
}
.soludet-page .soludet-1 .right .title {
  line-height: 1.1;
}
.soludet-page .soludet-1 .right .des {
  line-height: 30px;
}
.soludet-page .soludet-2 {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.soludet-page .soludet-2 .top .left {
  width: 65%;
}
.soludet-page .soludet-2 .top .left .title span {
  margin-left: 180px;
}
.soludet-page .soludet-2 .top .text {
  line-height: 1.65;
  max-width: 520px;
  text-align: right;
  width: 35%;
}
.soludet-page .soludet-2 ul li .box {
  background-color: white;
  border: 1px solid #c7c7c7;
  padding: 40px 30px 35px;
}
.soludet-page .soludet-2 ul li img {
  margin: auto;
}
.soludet-page .soludet-3 {
  background-color: #4e4e4e;
  border-radius: 73px 73px 0 0;
  position: relative;
  z-index: 3;
  margin-top: -65px;
}
.soludet-page .soludet-3 .top {
  color: white;
}
.soludet-page .soludet-3 .top .left {
  width: 65%;
}
.soludet-page .soludet-3 .top .left .title span {
  margin-left: 180px;
}
.soludet-page .soludet-3 .top .text {
  line-height: 1.65;
  max-width: 520px;
  text-align: right;
  width: 35%;
  color: white;
  font-size: 20px;
}
.soludet-page .soludet-3 ul li .img-box {
  border-radius: 25px;
}
.soludet-page .soludet-3 ul li .box {
  width: 80%;
  margin: auto;
  z-index: 2;
  position: relative;
  margin-top: -80px;
  background-color: white;
  padding: 30px 40px;
  border-radius: 12px;
}
.soludet-page .soludet-3 ul li .box .des {
  line-height: 32px;
  opacity: 0.7;
  max-height: 160px;
  overflow: auto;
  padding-right: 5px;
}
.soludet-page .soludet-4 ul li {
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 32px;
}
.soludet-page .soludet-4 ul li .left {
  width: 57%;
  border-radius: 32px;
  overflow: hidden;
}
.soludet-page .soludet-4 ul li .left img {
  width: 100%;
}
.soludet-page .soludet-4 ul li .right {
  width: 43%;
}
.soludet-page .soludet-4 ul li .right .h4 {
  line-height: 1.44;
}
.soludet-page .soludet-4 ul li .right .des {
  line-height: 30px;
  max-height: 365px;
  overflow: auto;
}
.soludet-page .soludet-4 .slickBtn div {
  background-color: transparent;
  border: 1px solid #b9b9b9;
  color: black;
}
.soludet-page .soludet-4 .slickBtn div:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.soludet-page #index-body .i-solution {
  background-color: #efefef;
  border-radius: 73px 73px 0 0;
}
.soludet-page .soludet-5 .left {
  width: 30%;
}
.soludet-page .soludet-5 .left p {
  line-height: 30px;
  opacity: 0.8;
}
.soludet-page .soludet-5 .left .share a {
  font-size: 30px;
  margin-right: 15px;
}
.soludet-page .soludet-5 .right {
  width: 52%;
}
.soludet-page .soludet-5 .right form input,
.soludet-page .soludet-5 .right form textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 24px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.soludet-page .soludet-5 .right form textarea {
  padding: 20px;
  height: 150px;
}
.soludet-page .soludet-5 .right form button {
  border: none;
}
#index-body .i-solution ul li .img-box span {
    position: absolute;
    left: 17px;
    bottom: 17px;
    background-color: var(--color);
    color: white;
    border-radius: 12px;
    padding: 1px 12px;
}
.soludet-page .soludet-5 .right form ul li{
  width:100%; 
}
@media screen and (max-width: 1250px) {
  .solution-page ul{
    margin:-30px;
  }
  .solution-page ul li{
    padding:30px;
  }
  .solution-page ul li .content .des{
    font-size: 14px;
    max-height: 48px;
  }
  .solution-page ul li:hover .content .des{
    overflow-y: auto;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  
  .solution-page ul li .content {
    padding: 20px 15px;
  }
  .soludet-page .soludet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .soludet-page .soludet-1 .left {
    width: 100%;
  }
  .soludet-page .soludet-2 .top .left,
  .soludet-page .soludet-3 .top .left {
    width: 100%;
  }
  .soludet-page .soludet-2 .top .text,
  .soludet-page .soludet-3 .top .text {
    width: 100%;
    text-align: left;
  }
  .soludet-page .soludet-4 ul li .left {
    width: 100%;
  }
  .soludet-page .soludet-4 ul li .right {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
  .soludet-page .soludet-3 {
    margin-top: -40px;
  }
  .soludet-page .soludet-2 .top .left .title span,
  .soludet-page .soludet-3 .top .left .title span {
    margin-left: 100px;
  }
}
@media screen and (max-width: 500px) {
  .solution-page ul li {
    width: 100%;
  }
  .solution-page ul li .content {
    bottom: -35px;
  }
}


.about-page .init-5 {
    padding: 110px 0 150px;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff
}

.about-page .init-5 .container .sub_img {
    position: absolute;
    top: -70px;
    left: 0;
    width: 910px
}

.about-page .init-5 .container .tips {
    font-weight: 500;
    position: relative;
    z-index: 2
}

.about-page .init-5 .container .s_page {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.about-page .init-5 .container .s_page .btn {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background: rgba(0,0,0,0);
    transition: all .5s
}

.about-page .init-5 .container .s_page .btn.slick-disabled {
    opacity: .4
}

.about-page .init-5 .container .s_page .btn i {
    position: relative;
    z-index: 2
}

.about-page .init-5 .container .s_page .btn:hover {
    background-color: var(--color);
    border-color: var(--color);
}

.about-page .init-5 .container .s_page .prev i {
    margin-left: -4px
}

.about-page .init-5 .container .s_page .next i {
    margin-left: 4px
}

.about-page .init-5 .container .s_page .next {
    margin-left: 10px
}

.about-page .init-5 .container .list_cont {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-top: 80px
}

.about-page .init-5 .container .list_cont ul li .box {
    position: relative;
    padding: 0 40px
}

.about-page .init-5 .container .list_cont ul li .box .year {
    font-weight: 500
}

.about-page .init-5 .container .list_cont ul li .box .img {
    position: absolute;
    height: 100%;
    top: 100px;
    left: 0;
    height: 310px
}

.about-page .init-5 .container .list_cont ul li .box .cont {
    position: relative
}

.about-page .init-5 .container .list_cont ul li .box .cont .title {
    font-weight: 500;
    margin-top: 10px
}

.about-page .init-5 .container .list_cont ul li .box .cont .des {
    margin-top: 40px;
    padding-right: 2px;
    overflow-y: auto;
    height: 255px;
    transition: 0.5s;
}

@media screen and (max-width: 1000px) {
  .about-page .init-5 {
        text-align: center
    }

    .about-page .init-5 .container .s_page {
        position: relative;
        top: 0;
        left: 0;
        margin: 20px auto 0
    }

    .about-page .init-5 .container .sub_img {
        display: none
    }

    .about-page .init-5 .container .list_cont .slick li .box {
        padding: 0 10px
    }

    .about-page .init-5 .container .list_cont .slick li .box .cont {
        height: auto
    }

    .about-page .init-5 .container .list_cont .slick li .box .cont .des {
        opacity: 1
    }

    .about-page .init-5 .container .list_cont .slick li .box .img {
        display: none
    }
}
@media screen and (max-width: 500px) {
  .about-page .init-5 {
      padding: 40px 0
  }

  .about-page .init-5 .container .list_cont {
      margin-top: 20px;
      padding: 0
  }
}